@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  background-color: White;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span {
  font-family: "Figtree", sans-serif;
}

.logo_s img.logo_eipo {
  width: 100px;
  display: inline-block;
}
.logo_form {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.logo_form img {
  width: 120px;
  display: block;
  margin: auto;
}
.btn_tabs {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}

.btn_bg {
  background: #fbfbfb;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 8px;
  border: 2px solid #f5f2f2;
}
.btn_inner {
  background: transparent;
  border: 2px solid transparent;
  margin: 5px;
  font-size: 20px;
  padding: 2px 20px;
  border-radius: 7px;
  color: #000;
  outline: 0;
}

span.code_num {
  position: absolute;
  bottom: 17px;
  left: 10px;
  font-weight: 500;
  font-size: 14px;
}
input#guest_MOB {
  padding-left: 40px;
}

input#GRMobileNumber {
  padding-left: 40px;
}

.btn_inner.active {
  border-color: #4c4ccc;
  color: #4c4ccc;
  background: #fff;
}

.tx_bg {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 8px 8px;
  color: #4c4ccc;
  position: relative;
}
.tx_bg:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #4c4ccc;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
.tx_sm {
  text-align: center;
  font-size: 12px;
  color: #5f5f5f;
  margin: 18px 0px;
  display: block;
}
label.lbl_tx {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #5e6366;
}
label.lbl_tx b {
  color: #dd2025;
}

.g_register label.lbl_tx {
  margin-top: 10px;
}

.full_btm {
  float: left;
  width: 100%;
}
.full_btm .txt_login {
  margin-top: 0px;
}

.full_btm .head_txt {
  margin-bottom: 0px;
  color: #0f0f83;
}
.grid_cl {
  width: 20%;
  float: left;
  padding: 10px;
  margin-top: 10px;
}
.inner_grid {
  box-shadow: 0px 2px 8px -5px #000;
  padding: 12px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  min-height: 185px;
}

.inner_grid {
  color: #010101;
}
.inner_grid span {
  display: block;
  margin: auto;
  width: 75px;
  height: 75px;
  text-align: center;
  margin-top: 10px;
}
.inner_grid span img {
  width: 55px;
  display: block;
  margin: auto;
}

.digit span {
  display: block;
  color: #4c4ccc;
  font-size: 15px;
}
.digit {
  color: #5f5f5f;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}

.f_otp input {
  width: 100%;
  margin: 6px;
  border: 1px solid #cfd3d4;
  height: 50px;
  border-radius: 10px;
  outline: 0;
  font-size: 30px;
  text-align: center;
}

.f_otp {
  width: 100%;
  display: inline-flex;
  margin: 8px 0px;
}

.otp_exp {
  display: inline-flex;
  font-size: 14px;
  color: #2b2f32;
  width: 100%;
  margin-bottom: 6px;
}

.resend_otp {
  white-space: nowrap;
}
.otp_exp_sm {
  width: 100%;
}

button.resend_otp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #4c4ccc;
}

/* Disabled state for OTP related buttons */
.submit_btn[disabled],
button.resend_otp[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* Hover state for enabled resend OTP */
button.resend_otp:not([disabled]):hover {
  color: #fff;
  background: #2e9e4f;
  border-radius: 4px;
  padding: 2px 8px;
}

/* Hover state for enabled resend OTP button in modal */
.resend_btn:not([disabled]):hover {
  background: #2e9e4f !important;
  color: #fff !important;
}

.digit span img {
  width: 15px;
  margin-top: -7px;
}

.lblregister {
  display: inline-block;
  margin-left: 10px;
}

.icon_pass {
  width: 100%;
  display: block;
  position: relative;
}
i.show_pass {
  content: "";
  background-image: url(../images/eyes.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 0px;
  position: absolute;
  right: 4px;
  top: 35px;
  bottom: 8px;
  width: 36px;
  z-index: 99;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
}

i.show_pass.add_act {
  background-image: url(../images/eyes1.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 0px;
  opacity: 1;
}

.half_add {
  width: 60%;
}

.half_add1 {
  width: 40%;
}

.txt_login p b {
  color: #0a90cd;
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}

.txt_login p {
  font-size: 18px;
  color: #010101;
  line-height: 1.4;
  padding-left: 23px;
  margin-bottom: 25px;
}

.txt_login {
  padding: 5px 0px;
  margin-top: -35px;
}

.tbl_scroll {
  width: 100%;
  height: 505px;
  overflow-y: auto;
  /*overflow-x: hidden;*/
}

.lock span {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #010101;
  margin-bottom: 16px;
  margin-top: 15px;
}

.down_txt {
  width: 100%;
  display: block;
  margin: 0px;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.down_txt a {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #0000a0;
  white-space: nowrap;
}

.down_txt span {
  font-size: 17px;
  color: #010101;
  text-align: left;
  display: inline-block;
  font-weight: 400;
}

.down_txt button {
  background: #fff;
  border: 0;
  font-size: 14px;
  color: #010101;
  padding: 10px 25px;
  border-radius: 30px;
  outline: 0;
  border: 2px solid #0f0f83;
}

.half_add {
  width: 60%;
  float: left;
  min-height: 465px;
  align-items: center;
  display: flex;
}

.half_add1 {
  float: right;
}

.flx_add {
  width: 100%;
}

#ipoList tr td:nth-child(2) {
  text-align: right;
}

#ipoList tr td:nth-child(3) {
  text-align: center;
}

.logo_s img {
  width: 185px;
  padding: 1px 0px;
}

.header {
  padding: 3px 0px;
  border-bottom: 1px solid #ccc;
  background: #f5f5fb;
}

.error {
  border: 0px solid red !important;
  color: red;
}

.lock img {
  width: 120px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.full_btm .txt_login {
  margin-top: 0px;
}

.rig {
  display: inline-block;
  float: right;
  margin-top: 16px;
  font-size: 22px;
  color: #010101;
}

.logo_s {
  display: inline-block;
}

.rig span {
  color: #1fb15a;
  font-weight: 900;
}

img.ico_arr {
  width: 18px;
  margin-left: -25px;
  margin-top: 2px;
  position: absolute;
}

.faqs,
.UserManual {
  display: inline-block;
  font-size: 25px;
  text-decoration: underline;
  margin-top: 10px;
  padding-right: 30px;
  position: relative;
  z-index: 999;
}

.gst_btn {
  display: flex;
  gap: 18px;
}

.bg_backgroung {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-top: 35px;
  background: #fff url(../images/pl_bg.png);
  background-size: 520px;
  background-repeat: no-repeat;
}

.head_txt {
  font-size: 28px;
  margin-bottom: 25px;
}

.login_form {
  width: 420px;
  margin: auto;
  background: #ffffffe0;
  box-shadow: 0px 0px 9px -3px #d7d7d7;
  padding-top: 25px !important;
  border-radius: 8px;
  padding: 25px;
  position: relative;
  margin-top: 25px;
  margin-right: 0px;
}

.logo img {
  width: 200px;
}

input.input_form {
  width: 100%;
  height: 44px;
  padding: 3px 18px;
  margin: 6px 0px;
  color: #010101;
  border: 1px solid #cfd3d4;
  border-radius: 8px;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
}
input.input_form::placeholder {
  background: #fff !important;
  outline: 0;
  font-size: 15px;
  color: #333;
}

select.select_box {
  width: 100%;
  height: 38px;
  padding: 0 17px;
  margin: 6px 0px;
  color: #010101;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: 0;
  margin-bottom: 12px;
}

/* input.input_form:hover,
select.select_box:hover,
input.inter_text:hover,
input.input_form:focus,
select.select_box:focus,
input.inter_text:focus {
  border-bottom: 1px solid #4c4ccc;
} */

/*input.inter_text:hover  {
    border: 1px solid #8a8a8acc;
}*/

.login_form img.capcha {
  width: 165px;
  height: 77px;
  float: left;
  border: 3px solid #fff;
  box-shadow: 0px 4px 19px -11px #000;
  margin: 3px 0px;
}

.right_fx {
  float: left;
  margin: 0px 0px 0px 7px;
  width: 50%;
}

.refresh {
  color: #555;
  margin-bottom: 5px;
  position: relative;
  padding-left: 0px;
  margin-top: 3px;
  text-align: left;
}

/*.refresh:before {
    content: '';
    background: url(img/refresh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0px;
    top: 7px;
    bottom: 0;
    width: 25px;
    height: 22px;
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    opacity: 0.6;
}*/

.text_enter {
  color: #010101;
  margin-bottom: 3px;
  cursor: pointer;
  width: 100%;
  font-size: 13px;
}

input.inter_text {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  margin: 5px 0px;
  color: #383bd2;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: 0;
  font-weight: 900;
}

.submit_cl {
  width: 100%;
  margin-top: 8px;
  text-align: left;
}

.submit_cl button {
  padding: 6px 20px;
  border: 0;
  border-radius: 20px;
  background: #4c4ccc;
  color: #ffffff;
  font-size: 17px;
  outline: 0;
  cursor: pointer;
}

.submit_cl button:hover,
.down_txt button:hover {
  background: #1fb15a;
  color: #fff;
  border-color: #1fb15a;
}

.lock {
  position: relative;
  width: 100%;
  text-align: left;
}

/*
        .icon_user::before {
            content: '';
            background: url(images/user.png);
            background-size: 22px;
            background-repeat: no-repeat;
            background-position: 7px 4px;
            position: absolute;
            left: 2px;
            top: 7px;
            bottom: 8px;
            width: 36px;
            z-index: 9999;
            display: inline-block;
            opacity: 0.5;
        }

        .icon_pass::before {
            content: '';
            background: url(images/pass.png);
            background-size: 22px;
            background-repeat: no-repeat;
            background-position: 7px 4px;
            position: absolute;
            left: 2px;
            top: 7px;
            bottom: 8px;
            width: 36px;
            z-index: 9999;
            display: inline-block;
            opacity: 0.5;
        }*/

.show_pass {
  content: "";
  background: url(../images/eyes.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  position: absolute;
  right: 4px;
  top: 7px;
  bottom: 8px;
  width: 36px;
  z-index: 9999;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
}

.show_pass.add_act {
  background: url(../images/eyes.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  opacity: 1;
}
.icon_pass {
  position: relative;
}

.login_form label {
  width: 100%;
  display: block;
  position: relative;
}

input.input_form::placeholder {
  color: #ccc;
}

input.inter_text::placeholder {
  color: #888;
  font-weight: 400;
}

.forgot_pass {
  display: inline-block;
  padding-left: 0;
  font-size: 13px;
  color: #0779ad;
  margin-top: -18px;
  float: right;
  cursor: pointer;
}

input.chk_bx {
  margin: 4px;
  height: 15px;
  width: 15px;
}

.tbl_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.tbl_scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.tbl_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b7b7b7;
}

.sm_t {
  font-size: 13px;
  width: 100%;
  display: block;
  color: #010101;
}
.lock {
  width: 100%;
  margin-bottom: 22px;
  font-weight: 900;
  color: #010101;
}
.lock h3 {
  margin: 2px;
}

a#forgotpassword {
  font-weight: 700;
  color: #0f0f83;
}

@media (min-width: 10px) and (max-width: 991px) {
  .head_txt {
    margin-top: 20px;
  }

  .forgot_pass {
    display: block;
    margin-top: 0;
    width: 100%;
    text-align: right;
  }

  .half_add .txt_login h3 {
    margin-top: 32px !important;
  }

  .grid_cl {
    width: 100%;
    margin-top: 0px;
  }

  .rig {
    display: block !important;
    float: none !important;
    margin-top: 8px !important;
    font-size: 16px !important;
    text-align: center !important;
  }

  .bg_backgroung {
    display: block !important;
    align-items: center !important;
    position: relative !important;
    background: #fff !important;
    padding-top: 0px !important;
  }

  .logo_s {
    display: block;
    width: 100%;
    text-align: center;
  }

  .half_add1 {
    width: 100% !important;
  }

  .half_add {
    width: 100% !important;
    float: left !important;
    min-height: auto !important;
    display: block !important;
  }

  .txt_login {
    padding: 30px 0px !important;
  }

  .flx_add {
    margin-top: 55px;
  }

  .login_form {
    margin: auto !important;
    padding: 15px;
  }
  .tab_cl {
    position: relative;
    right: 0px;
    top: 0px;
    margin-right: 0px;
    text-align: right;
    margin-bottom: 8px;
  }
}

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Figtree", sans-serif !important;
  font-weight: 500;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #9f9f9f !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th.dtr-control:before {
  background-color: #4c4ccc;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  display: none !important;
}

/* table Header  */
table#tblBIDSummary tr th:nth-child(2),
table#tblBIDSummary tr td:nth-child(2) {
  width: 40%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 6px 13px !important;
  border: 0px solid transparent !important;
}

.none_tbl_extra .dataTables_length,
.none_tbl_extra .dataTables_filter {
  display: none;
}

element.style {
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
  width: 100%;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}

a.paginate_button.current {
  background: #eae6e6 !important;
}

.dataTables_length label select {
  width: 50px;
}

.dataTables_filter,
.dataTables_filter label {
  display: flex;
  align-items: center;
}

.dataTables_filter label input {
  height: 30px;
}

.web_tbl tr th {
  background: #4c4ccc;
  color: #fff;
}

.web_tbl tr th,
.web_tbl tr td {
  font-size: 14px !important;
}

.web_tbl tr td li {
  display: block;
  padding: 3px;
}

.web_tbl tr td li span:first-child {
  color: #3588d8;
}

.web_tbl tr td li span {
  /*color: #010101;
            font-size: 15px;
            margin-left: 8px;*/
  color: #010101;
  font-size: 13px;
  display: flex;
  padding-left: 5px;
  line-height: 1.2;
}

table.web_tbl > tbody > tr.child span.dtr-title {
  display: flex !important;
  font-weight: bold;
  float: left;
}

.web_tbl tr td ul {
  padding: 4px;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
  width: 100%;
}

.web_tbl tr th:first-child,
.web_tbl tr td:first-child {
  width: 100px;
}
/*
td.dtr-control.sorting_1:after {
    content: '+';
    background: #4C4CCC;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 55%;
    margin-left: 8px;
    float: right;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
}

.parent td.dtr-control.sorting_1:after {
    content: '-';
    background: red;
}*/

ul.dtr-details li {
  text-align: left;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  margin-bottom: 8px;
}

/* end table header*/

.text-left.faqs_top {
  max-width: 380px;
  margin: auto;
  background: #ffffffe0;
  border-radius: 8px;
  padding: 0px 40px;
  position: relative;
  margin-top: 18px;
}

.footer {
  background: #4c4ccc;
  display: flex;
  margin-top: 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9999;
}

footer {
  background: #4c4ccc;
  display: flex;
  margin-top: 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9999;
}

/* body {
  margin-bottom: 40px !important;
} */

.right_foot.soc img {
  width: 30px;
  margin: 5px;
}

.right_foot.soc li {
  display: inline-block;
}

.right_foot ul {
  margin: 0px;
  text-align: right;
  padding-right: 10px;
  padding: 0;
}

.right_foot.soc {
  float: left;
  box-shadow: -9px 0px 1px -7px #fff;
  margin-left: 12px;
}

.left_foot {
  float: left;
  padding-left: 25px;
  width: auto;
  padding-right: 8px;
}

.left_foot p {
  margin: 10px 0px 0px;
  color: #fff;
}

.left_foot p a {
  color: #fff;
}

.error.BIDDetails:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #ffffff;
  margin: auto;
  height: 80px;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 31px -4px #000;
  border: 4px solid #e8e8e8;
  border-radius: 8px;
}

span.error.BIDDetails {
  position: fixed;
  z-index: 99;
  padding: 25px;
  display: inline-block;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  top: 20px;
}

img.logo_ipo {
  width: 150px;
  padding-right: 15px;
}

button.logout_ico:before {
  content: "";
  background: url(../images/logout1.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}

button.logout_ico {
  background: #ff003b;
  border: 1px solid #ff003b;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 8px;
}

button#btnBidsummary,
button#btnMyFamilyBidsummary {
  background: #4c4ccc;
  border: 0;
  padding: 7px 18px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}

.bid_fl {
  float: left;
}
/*############################## Header Fixed #####################################*/
.sticky-table {
  max-width: 100%;
  /*max-height: 70vh;*/
  padding: 0 !important;
  transition: width 2s;
  overflow: auto;
  display: inline-block;
}

.sticky-table,
.sticky-table * {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.sticky-table table {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  padding: 0 !important;
  border-collapse: collapse;
}

.sticky-table table tr.sticky-header th,
.sticky-table table tr.sticky-header td,
.sticky-table table tr.sticky-footer th,
.sticky-table table tr.sticky-footer td {
  background-color: #4c4ccc;
  border-top: 0;
  position: relative;
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 5;
  color: #fff;
}

.sticky-table table tr.sticky-header th,
.sticky-table table tr.sticky-header td {
  top: -2px;
}

.sticky-table table tr.sticky-footer th,
.sticky-table table tr.sticky-footer td {
  bottom: 0;
}

.sticky-table table td.sticky-cell,
.sticky-table table th.sticky-cell,
.sticky-table table td.sticky-cell-opposite,
.sticky-table table th.sticky-cell-opposite {
  background-color: #fff;
  outline: 1px solid #ddd;
  position: relative;
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 10;
}

.sticky-table.sticky-ltr-cells table td.sticky-cell,
.sticky-table.sticky-ltr-cells table th.sticky-cell,
.sticky-table.sticky-rtl-cells table td.sticky-cell-opposite,
.sticky-table.sticky-rtl-cells table th.sticky-cell-opposite {
  left: 0;
}

.sticky-table.sticky-rtl-cells table td.sticky-cell,
.sticky-table.sticky-rtl-cells table th.sticky-cell,
.sticky-table.sticky-ltr-cells table td.sticky-cell-opposite,
.sticky-table.sticky-ltr-cells table th.sticky-cell-opposite {
  right: 0;
}

.sticky-table table tr.sticky-header td.sticky-cell,
.sticky-table table tr.sticky-header th.sticky-cell,
.sticky-table table tr.sticky-header td.sticky-cell-opposite,
.sticky-table table tr.sticky-header th.sticky-cell-opposite,
.sticky-table table tr.sticky-footer td.sticky-cell,
.sticky-table table tr.sticky-footer th.sticky-cell,
.sticky-table table tr.sticky-footer td.sticky-cell-opposite,
.sticky-table table tr.sticky-footer th.sticky-cell-opposite {
  z-index: 15;
}

.table > thead > tr > th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #ffc500;*/
}

.add_fixed tbody tr:nth-child(2n + 1) {
  background: #f9f9f9;
}

.add_fixed tbody tr:hover {
  background: #f9f1f1;
}

.sticky-table {
  width: 100%;
}

.sticky-table::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #4285f4;
}

.sticky-table::-webkit-scrollbar {
  width: 5px;
  background-color: #ddd;
}

.add_fixed tr th,
.add_fixed tr td {
  padding: 10px 8px !important;
}

/*############################## End Header Fixed #####################################*/

.msg {
  background: #ffe8e8;
  padding: 16px;
  border-left: 5px solid #ffd6d6;
  border-radius: 5px;
}

.inner_grid {
  color: #010101;
}

.msg p {
  margin-bottom: 8px;
  color: #010101;
}

.head_tag {
  padding: 5px 0px;
  font-size: 22px;
  font-weight: 600;
  color: #0f0f83;
}

button.bid {
  background: #3979e4;
  border: 0;
  padding: 3px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

button.stat_us {
  background: #44b52f;
  border: 0;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

.bg_gray {
  background: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
}

button.nse {
  font-size: 13px;
  padding: 2px 10px;
  border: 0;
  background: #ccc9c9;
  color: #3979e4;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 10px;
}

.text_add {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #3979e4;
}

.bdr_tr tr td {
  border: 0;
}

.bdr_tr tr {
  border-bottom: 1px solid #d6d5d5;
}

.input_ipo,
.input_ipo:focus {
  width: 100%;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  outline: 0;
}

.verifi {
  padding: 8px 8px;
  margin-left: 5px;
  background: #44b52f;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #389e25;
}

.show_label {
  margin: 0px;
  width: 100%;
  padding-top: 5px;
  font-style: italic;
  font-size: 14px;
  color: #555;
}

.input_ipo_full {
  width: 100%;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  outline: 0;
}

input.qty {
  width: 110px;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  outline: 0;
}

input.chk_bx {
  width: 20px;
  float: left;
  height: 20px;
  margin-right: 6px;
}

.table td,
.table th {
  vertical-align: middle;
}

button.sub_mit {
  background: #4c4ccc;
  border: 0;
  padding: 7px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}

span.numbers {
  width: 100px;
  box-shadow: inset 0px 0px 8px -4px #000000;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  padding: 8px 3px;
  color: #010101;
  font-weight: 500;
  float: right;
}

.border_none tr td {
  border: 0;
}

.table_ipo tr th {
  background-color: #3979e4;
  color: #fff;
}

select.status {
  height: 30px;
  background: #3979e4;
  padding: 0px 10px;
  width: 100px;
  border-radius: 5px;
  color: #fff;
}

.bg_g {
  background: #f1f1f1;
}

.table_ipo tr td {
  position: relative;
}

.table_ipo tbody tr td span {
  display: block;
  width: 100%;
}

i.point {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #dad9d9;
  border-radius: 50%;
  border: 3px solid #3979e4;
  box-shadow: 0px 4px 3px -2px #000;
}

i.point:before {
  position: absolute;
  left: 0;
  right: 0px;
  height: 3px;
  background: #d0d0d0;
  content: "";
  top: 23px;
  z-index: -1;
}

i.point.active {
  background: #ffd200;
}

i.point.first:before {
  left: 50%;
}

i.point.last:before {
  right: 50%;
}

i.point:after {
  position: absolute;
  background: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  top: 16px;
  z-index: 0;
  width: 43px;
  height: 18px;
  right: -20px;
}

i.point.last:after {
  display: none;
}

.bg_th tr th {
  background-color: #3979e4;
  color: #fff;
}

tr.total_bg {
  background: #ffffff;
  border-radius: 19px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.left_sec {
  width: 40%;
  padding: 5px 3px;
}

.mrg_0 {
  margin: 0;
}

.full_sec {
  padding: 5px 3px;
  width: 100%;
}

.left_sec_1 {
  margin-top: 5px;
  display: inline-block;
}

.form_bg {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
}

tr.total_bg td {
  color: #3979e4;
}

i.point1 {
  width: 125px;
  height: 65px;
  background: #c3c3c3;
  display: inline-block;
  position: relative;
  opacity: inherit;
  margin: 0px;
}

i.point1:before {
  position: absolute;
  background: #c3c3c3;
  content: "";
  top: 7px;
  width: 52px;
  height: 52px;
  right: -31px;
  transform: rotate(45deg);
  border-right: 7px solid;
  border-top: 7px solid;
  border-color: #fff;
  z-index: 99;
  border-radius: 6px;
}

i.point1:first-child:after {
  position: absolute;
  background: #ffffff;
  content: "";
  top: 8px;
  width: 50px;
  height: 50px;
  left: -24px;
  transform: rotate(45deg);
  border-right: 7px solid;
  border-top: 7px solid;
  border-color: #fff;
  z-index: 99;
}

i.point1.active,
i.point1.active:before {
  background: #27bb38;
}

span.tx {
  padding-top: 19px;
  font-size: 20px;
  padding-left: 38px;
  position: relative;
  z-index: 999;
  color: #000000;
  font-weight: 500;
}

i.point1.active span.tx {
  color: #fff;
}

/*################################################# Issues ###############################################*/
/*################################################# Issues ###############################################*/

.input_res {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  height: 35px;
  font-size: 13px;
  outline: 0;
  color: #010101;
}

.input_res:focus {
  border: 1px solid #3979e4;
  outline: 0;
}

label.l_font {
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 10px;
  color: #010101;
}

input.check_res {
  width: 16px;
  height: 16px;
  /*margin-left: 20px;*/
  margin-right: 5px;
}

.flex_cl label {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-right: 40px;
}

input.fill_input {
  max-width: 150px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  height: 28px;
  font-size: 13px;
  outline: 0;
}

.extra_tbl tr td input.check_res {
  margin-top: 8px;
}

.forgot_pass label a {
  color: #0f0f83;
}

tr.total_bill {
  background: #f3f3f3;
  border-radius: 19px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

tr.total_bill td {
  color: #4c4ccc;
}

button.sub_mit_reset {
  background: #ff003b;
  border: 0;
  padding: 7px 18px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

.input_res::placeholder {
  color: #666;
}

.number_icon {
  position: relative;
  float: left;
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.ipo_logo {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

img.logo_main {
  width: 320px;
  position: relative;
  z-index: 9;
  padding-right: 0px;
}

/*
button.logout_ico {
    background: #E76283;
    border: 1px solid #E76283;
    position: relative;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    height: 40px;
    width: 40px;
    margin-left: 18px;
    margin-top: -3px;
}

    button.logout_ico:before {
        content: '';
        background: url(../images/logout1.png);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 7px 4px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 1;
    }
    */
.ipo_logo span {
  color: #010101;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}

.hidecol {
  display: none;
}

.child td.child {
  text-align: left !important;
}

table.display {
  width: 100% !important;
}

@media (min-width: 10px) and (max-width: 350px) {
  img.logo_main {
    width: 90%;
  }
}

@media (min-width: 10px) and (max-width: 991px) {
  .mob_th_td_opt tr th:first-child,
  .mob_th_td_opt tr td:first-child {
    display: none;
  }

  .lock img {
    display: none;
  }

  /*    .mob_hide {
        display: none !important;
    }*/

  table#tblIPODetails ul li.mob_hide {
    display: none;
  }

  table.web_tbl {
    width: 100% !important;
  }

  .dataTables_filter,
  .dataTables_filter label {
    display: block;
  }

  footer {
    position: relative !important;
    float: left;
    width: 100%;
    padding: 5px 0px;
    display: block !important;
  }

  .footer {
    position: relative !important;
    float: left;
    width: 100%;
    padding: 5px 0px;
    display: block !important;
  }

  body {
    margin-bottom: 0px;
  }

  .left_foot,
  .right_foot.soc {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .left_foot p,
  .right_foot ul {
    text-align: center;
  }

  .mob_scroll {
    overflow: auto !important;
  }

  .hidecol {
    display: table-cell !important;
  }

  .control_tbl tr th:first-child,
  .control_tbl tr td:first-child,
  .control_tbl tr th:nth-child(2),
  .control_tbl tr td:nth-child(2) {
    min-width: 55px !important;
    width: 55px !important;
  }

  #tblIPODetails_wrapper .sticky-table {
    overflow: auto !important;
  }

  div#tblIPODetails_filter input {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .header_opt:last-child {
    margin-right: 0 !important;
    width: 100% !important;
    padding-right: 15px !important;
  }

  div#tblIPODetails_filter label {
    min-width: 98% !important;
  }

  .right_logo {
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
    width: 100%;
    float: right !important;
    display: block !important;
  }

  .ipo_logo {
    float: right;
  }

  img.logo_ipo {
    width: 110px !important;
    height: auto !important;
  }

  button.logout_ico {
    border-radius: 4px !important;
    height: 30px !important;
    width: 30px !important;
  }

  button.logout_ico:before {
    content: "";
    background-size: 16px !important;
    background-position: 6px 5px !important;
  }

  .left_logo {
    width: 100%;
  }

  .left_logo:after {
    content: "";
    display: none !important;
  }
}
/* ########################################### Header ############################################################# */
.header_ipo {
  background: #f7f7f8;
  position: relative;
  border-bottom: 2px solid #e3e3e3;
}

.left_logo {
  /* background: #fff; */
  padding: 0;
  position: relative;
  padding-left: 15px;
  height: 80px;
  display: flex;
  align-items: center;
  float: left;
}

.client_cl {
  display: none;
}

.guest_cl {
  display: none;
}

.guest_cl.active,
.client_cl.active {
  display: block;
}

.tab_cl {
  position: absolute;
  display: inline-flex;
  right: 40px;
  top: 32px;
  z-index: 999;
  border-radius: 3px;
  overflow: hidden;
}

.tab_text {
  padding: 8px 15px;
  background: #4c4ccc;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.tab_text.active {
  background: #0f0f83;
}
.faqs,
.UserManual {
  color: #0f0f83;
}
.guest_inner h3 {
  text-align: left;
  color: #0f0f83;
  font-size: 20px;
  margin: 8px 0px;
}

.g_id {
  position: relative;
  width: 100%;
}

.g_id:before {
  content: "";
  background: url(../../images/mob.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  position: absolute;
  left: 2px;
  top: 9px;
  bottom: 8px;
  width: 36px;
  z-index: 9999;
  display: inline-block;
  opacity: 0.5;
}

button.submit_btn {
  padding: 12px 20px;
  border: 0;
  border-radius: 10px;
  background: #4c4ccc;
  color: #ffffff;
  font-size: 15px;
  outline: 0;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

button.cancle_btn {
  padding: 6px 20px;
  border: 0;
  border-radius: 20px;
  background: #ff4f4f;
  color: #ffffff;
  font-size: 15px;
  outline: 0;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
}

.guest_btn {
  position: relative;
  margin-top: 10px;
}

.reg_tx {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  color: #4c4ccc;
  font-weight: 500;
  cursor: pointer;
}

.submit_btn:hover {
  background: #1fb15a !important;
}

button.cancle_btn:hover {
  background: #f53838;
}

.g_name,
.g_email,
.g_mob {
  width: 100%;
  position: relative;
}

.g_name:before {
  content: "";
  background: url(../images/name.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  position: absolute;
  left: 2px;
  top: 9px;
  bottom: 8px;
  width: 36px;
  z-index: 9999;
  display: inline-block;
  opacity: 0.5;
}

.g_email:before {
  content: "";
  background: url(../images/email.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  position: absolute;
  left: 2px;
  top: 9px;
  bottom: 8px;
  width: 36px;
  z-index: 9999;
  display: inline-block;
  opacity: 0.5;
}

.g_mob:before {
  content: "";
  background: url(../images/mob.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 7px 4px;
  position: absolute;
  left: 2px;
  top: 9px;
  bottom: 8px;
  width: 36px;
  z-index: 9999;
  display: inline-block;
  opacity: 0.5;
}

.guest_inner.none_add {
  display: none;
}

.reg_none.dis_bone {
  display: none;
}

.g_register {
  display: none;
}

.g_register.active {
  display: block;
}

.g_otp {
  text-align: left;
  padding: 0px 0px;
  position: relative;
}

input.otp_cl {
  width: 120px;
  height: 38px;
  padding: 10px;
  margin: 6px 0px;
  color: #666;
  border: 1px solid #4c4ccc;
  border-radius: 2px;
  outline: 0;
  background: #f1f1f1;
}

/* .g_otp {
  display: none;
}

.g_otp.active {
  display: block;
} */

.guest_btn.none_this {
  display: none;
}

/* .otp_btn {
  display: none;
}

.otp_btn.active {
  display: block;
} */

label.otp_label {
  display: inline-block !important;
  position: relative;
  margin-left: 12px;
  margin-bottom: 0;
  width: auto !important;
}

input.customRadioButtonBIDType {
  width: 15px;
  height: 15px;
  margin: 0px;
}

.b_sum {
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
}

label.fontlabel {
  margin: 0px;
  font-size: 14px;
  margin-left: 5px;
}

.b_sum.text label.fontlabel {
  font-weight: 600;
}

@media (min-width: 10px) and (max-width: 991px) {
  .header_top_opt {
    min-width: 100% !important;
  }
  /* 
  .sm_t {
    text-align: center;
  } */

  .rig span {
    white-space: nowrap;
  }

  .lock h3 {
    margin: 9px 0px;
    font-size: 15px;
  }
  .show_label {
    float: none !important;
    width: 100% !important;
    margin-top: 0px !important;
    text-align: center !important;
  }

  table#tblBIDDetails tr th,
  table#tblBIDDetails tr td {
    min-width: 100px !important;
  }

  table#tblBIDDetails tr th:nth-child(3n),
  table#tblBIDDetails tr td:nth-child(3n),
  table#tblBIDDetails tr th:first-child,
  table#tblBIDDetails tr td:first-child {
    min-width: 45px !important;
  }

  .ipo_logo span {
    color: #fff !important;
    font-size: 11px !important;
  }

  .left_logo {
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    height: auto !important;
    padding: 0;
  }

  .tbl_sec.sticky-table {
    max-height: 85vh !important;
  }

  .btn_sub_down {
    width: 100% !important;
    float: left !important;
    position: relative !important;
    z-index: 99 !important;
  }

  .right_logo {
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
    background: #4c4ccc;
    padding: 5px 0px;
  }

  .left_logo {
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    height: auto !important;
    text-align: center;
  }

  div#tblIPODetails_length label {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    position: absolute !important;
    left: 0 !important;
    right: 0px !important;
  }

  .header_opt {
    display: inline-block;
    width: 100% !important;
  }

  div#tblIPODetails_info {
    margin: 0px !important;
    width: 100% !important;
    text-align: center !important;
  }
}

.faq_s {
  width: 65px;
  height: 50px;
  background: url(../images/faqs.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 999;
}

.faq_zoom {
  -webkit-animation: zoomeffect 2s infinite;
  -moz-animation: zoomeffect 2s infinite;
  animation: zoomeffect 2s infinite;
}

@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1);
  }

  50% {
    background-position: center;
    transform: scale(1.08);
  }

  100% {
    background-position: center;
    transform: scale(1);
  }
}

@keyframes zoomeffect {
  0% {
    background-position: center;
    transform: scale(1);
  }

  50% {
    background-position: center;
    transform: scale(1.08);
  }

  100% {
    background-position: center;
    transform: scale(1);
  }
}

@media (min-width: 10px) and (max-width: 420px) {
  .login_form {
    width: 100%;
  }
}
