@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: 8px 20px;
    border: 0;
    border-radius: 20px;
    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: #0f0f83;
    font-weight: 600;
}

.submit_btn:hover {
    background: #1FB15A; 
}

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;
    }


    .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);
    }
}
