.setp_verification {
    width: 100%;
    margin-top: 15px;
    border: 2px solid white;
    padding: 25px 50px 75px 100px;
}

.header_bg .navbar_Icon .btn {
    width: 45px;
    height: 45px;
    font-size: 14px;
}

.header_bg .navbarIconContainer {
    /* margin-left: 15px; */
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;


}

.user_dd .anchor-tag.mobile_display,
.mobile_display {
    display: none;
}

.template-demo .btn.button-width-new {
    border-radius: 10px;
}

input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.custom_table {
    border: 1px solid #2c2e33;
    color: #d9d9d9;
}

.custom_table.table thead th {
    color: #fff;
}

.custom_table .custom_thead {
    background: #4b4b4b;
    color: #fff;
}

.custom_table td,
.custom_table th {
    padding: 7px 10px !important;
    line-height: normal;
    font-size: 13px;
}

#customer tbody tr td,
#customer tbody tr {
    border-bottom: 1px solid #fff;
}

.tbl_success {
    background: #a6ffa6;
    color: #246f00;
}

.tbl_pending {
    background: #fff38b;
    color: #8a7c00;
}

.tbl_reject {
    background: #fc9191;
    color: #6d0000;
}

.tbl_approve {
    background: #a9d9ff;
    color: #0056a9;
}

.checkbox_custom label {
    margin: 0 15px 0 5px;
    margin-bottom: 0;
}
.custom_table td.collapse_table{
    padding: 0 !important;
}
.expanded_tbl button.close{
    color: #fff;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    font-size: 18px;
    margin-right: -15px;
}
.expanded_tbl .modal-header{
    align-items: center;
}

#panaNo{
    word-break: break-all;
    white-space: normal;
    color: #fff;
}
.pana_form .form_panel{
    display: flex;
}
.ticket_amount input {
    width: 80px;
    background: #503000;
    color: #fff;
    box-shadow: none;
    border: none;
    text-align: center;
}
.common_game_form .input-group{
    margin-left: 10px;
}


@media(max-width:900px) {
    .row .col-sm-6-resize {
        flex: 0 0 19% !important;
    }

    .top_box .row .col-sm-6-resize {}

    .dashboard_wrap .card .card-body {
        padding: 15px;
    }
}

@media(max-width:767px) {
    .pana_form .form_panel {
        flex-direction: column;
        justify-content: center;
    }
    .pana_form .submit_btn.input-group{
        justify-content: center;
        margin-bottom: 20px;
    }
    .setp_verification {
        padding: 5px 5px 40px;
        border: none;
    }

    .dashboard_wrap .row .col-sm-6-resize {
        flex: 0 0 50% !important
    }

    .dashboard_wrap .card h6 {
        margin: 10px 0;
    }

    .btn.btn-fw.button-width-new {
        width: 100%;
        min-width: inherit;
    }

    .header_bg {
        padding: 0;
        /* margin-top: -10px; */

    }

    .card.corona-gradient-card {
        border-radius: 0;
    }

    .header_bg .navbar_Icon .a {
        margin-right: 5px;
    }

    .user_dd .user-info {
        margin-right: 0 !important;
        border-right: none !important;
        padding-right: 0 !important;
    }

    .user_dd .fa {
        font-size: 14px !important;
    }

    .header_right {
        flex: 1;
    }

    .navbar_row {
        padding: 10px 0;
        margin: 0 10px;
    }

    .header_bg .navbarIconContainer {
        padding: 0;
    }

    .header_bg .navbarIconContainer a {
        display: block;
        margin-right: 5px;
    }

    .dash_header .header_bg.navbarIconContainer {
        margin-left: 0;
    }

    .header_bg .navbar_Icon .btn {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }

    .user_dd .anchor-tag.mobile_display,
    .mobile_display {
        display: block;
    }

    .user_dd .anchor-tag.desktop_display,
    .desktop_display {
        display: none;
    }

    .navbar_Icon {
        margin-left: 10px;
    }

    .wallet.flex-container {
        padding: 6px;
    }

    .show-for-small-screen {
        font-size: 14px;
    }

    .login_form .card-body {
        padding: 15px 10px !important;
    }

    .content_wrapper {
        padding: 0.875rem 0.75rem;
    }

    .form-inline {
        font-size: 13px;
    }


    .content-wrapper .card-header,
    .content-wrapper .card-body {
        padding: 15px;
    }

    .checkbox_custom {
        margin-bottom: 30px !important;
    }

    table,
    #customers {
        font-size: 12px;
    }
    .login_logo {
        height: 70px !important;
    }
    .support-detail h2{
        font-size: 14px;
    }
    .login_form .card-title{
        font-size: 22px;
    }
    .btn_wrap {
        margin-top: 15px !important;
    }
    .aakda-responsive-mob table,
    .aakda-responsive-mob #customers{
        font-size: 19px;
    }
    .aakda-responsive-mob .btn{
        margin-top: 10px;
    }
    .ticket_amount input {
        text-align: center;
        width: 30px;
        height: 20px;
        font-size: 10px;
    }
    .common_game_form .input-group {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .sm_text_center{
        text-align: center;
        justify-content: center;
    }
    .generated_pana_no .total_amt{
        text-align: center;
        margin-bottom: 30px;
    }
    .generated_pana_no h3{
        font-size: 18px;
    }

}

@media(max-width:480px) {
    .header_bg .navbar_Icon .btn {
        width: 30px;
        height: 30px;
        font-size: 9px;
    }
}