<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.col-lg-4.col-md-4.col-sm-5.hidden-xs {
  display: none;
}

.col-lg-8.col-md-8.col-sm-7.question-coding-area {
  width: 100% !important;
}


#question-area .inner-coding-area {
  padding-left: 35px;
  padding-right: 9%;
}

body{
    min-height: auto !important;
}

div#coding-content-area {
  min-height: auto !important;
}

@media(max-width:900px){
#coding-platform-head .container {
  padding: 0px !important;
  background: black;
}
}

/**************bhanu css start 22 march 2023************/
#login-register-modal .form1 ul.tabs-form.custom_sign_up_form .form-control {
  height: 30px!important;
  padding: 0 10px;
  background: #ffffff;
}
ul.tabs-form.custom_sign_up_form li:last-child {
  width: 100%;
  margin-top: 20px;
}
ul.tabs-form.custom_sign_up_form li:last-child button#token-to-register {
  float: none;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
}
ul.tabs-form.custom_sign_up_form li{
  margin-bottom: 10px;
}
#login-register-modal .modal-header{
  margin-bottom: 20px;
}
/**************bhanu css end 22 march 2023************/</pre></body></html>