@media only screen and (max-width: 1600px) {
    .bet-slip {
        flex: 0 0 400px;
        width: 400px;
    }
}

@media only screen and (max-width: 1200px) {
    #BetSlip {
        min-width: 300px;
        max-width: 300px;
        transition: all 0.3s;
        position: fixed;
        background: #FFF;
        right: -590px;
        top: 0;
        z-index: 1042;
        box-shadow: 0 0 3px rgba(0,0,0,0.25);
        padding: 5px;
    }

    #BetSlip.active {
        right: 0;
        margin-top: 0;
        overflow-y: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    a#BetslipCollpase {
        display: block;
        margin-top: 5px;
        text-align: center;
        background: #177a01;
        height: 44px;
        font-weight: 500;
        color: #FFF;
        font-size: 14px;
        padding: 10px;
        border-radius: 5px;
        line-height: 26px;
    }
    .content-section { margin-right: 0; }
    .content_section {
        margin-right: 5px;
    }
    .choose_time .btn.btn-theme {
        background: #43aa2c;
        width: 171px;
    }
    .sports-list_bg {
        height: calc(100% - 49px);
    }
    .bet-details_form {
        display: flex; 
        flex-direction: column;
    }
    .details_form_new {
        flex-direction: row;
        width: 100%;
    }
    .betslips_tabs div#pills-tabContent {
        height: calc(100vh - 147px);
    }
    .close_item {
        display: block;
    }
    .m_r_l {
        margin-left: 5px;
        margin-right: 5px;
    }
    .PlaceBetAllBtn {
        display: block;
    }
    .table {
        width: 100%;
        margin-bottom: 0.5rem;
        color: #000;
    }

}

@media only screen and (max-width: 768px) {
    .top-links p { display: none; }
    .navigation {
        height: auto;
        padding: 5px 15px;
    }
    .navbar-brand { margin: 0; }
    .navbar-brand img {height: 44px;}
    .navbar-toggler {
        padding: .35rem .6rem;
        font-size: 1rem;
    }
    .btn.btn-topnav.continue {
        width: 150px;
        float: left;
        margin: 10px 0 0;
    }


    .main-section .container { padding: 0; }

    /*footer { padding: 40px 0 15px; }*/
    footer h2.section-title { margin-bottom: 5px; }
    .contact_social { margin-bottom: 25px; }
    .quick-links { margin-bottom: 25px; }

    .paddingright { padding-right: 15px; }
    .paddingleft { padding-left: 15px; }

    .login-form { margin-top: 20px; }
    .content-section { margin-right: 0; }
    .search-container input[type=text] { width: 180px; }
    .add { display: none; } 
}
@media only screen and (max-width: 767px) {
    .top-links { flex-direction: column; }
    .top-selection {
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 10px;
    }
    section.main-section { flex-direction: column; }
    .sports-list {
        width: 100%;
        flex: 0 0 100%;
    }
    .content-section { 
        width: 100%;
        flex: 0 0 100%; 
        height: auto;
    }
    .form-inline {
        flex-direction: column;
        align-items: flex-start;
    }
    .form-inline .form-group {
        width: 100%;
        margin-bottom: 5px;
    }
    .login-form .form-control { width: 100%; }
}
@media only screen and (max-width: 576px) {
    .register_details { padding: 20px 15px 15px; }
    .register-details { width: 100%;    margin: 15px; }
    .dropdown-group .col-4:first-child { padding-right: 5px; }
    .col-lg-4.col-md-4.col-4:nth-child(2) { padding: 0  5px; }
    .col-lg-4.col-md-4.col-4:last-child { padding-left:  5px; }
    .clicktobet { 
        flex-direction: column;
        width: calc(100% - 4px);
    }
    .clicktobet.wrapflax .btn {
        max-width: calc(100% - 4px);
        flex: 0 0 calc(100% - 4px);
        margin: 2px;
    }
}


@media(max-width:991px) {
    .navbar-light .navbar-nav .nav-link.username {
        justify-content: start;
        padding-left: 0;
    }
    .sports-list {
        /*flex: 0 0 200px;*/
        width: 100%;
    }
    .sport_list {
        width: 100%;
    }
    .date_filter .btn.btn-theme {
        width: 140px;
    }
    /*.date_filter .form-group {
        width: 20%;
    }*/
    .bet-details_form .form-group {
        width: 100%;
    }
    .choose_time .btn.btn-theme {
        width: 130px;
        font-size: 13px
    }
    .choose_time {
        flex-wrap: wrap;
    }
    .choose_time .btn.btn-theme {
        width: 100%;
    }
    .mybets .date_filter .form-group {
        width: 40%;
    }
    .mybets .date_filter .nav-link {
        padding: .5rem 0.2rem;
    }
    section.main_sections { flex-direction: column; }
    .content_section {
        margin-right: 0px;
        width: 100%;
        margin-top: 0;
    }
    .bet_slip {
        width: 100%;
    }
    .sport_list .new2 {
        width: calc(33.33% - 10px);
        padding: 10px 8px;
        margin: 5px 10px;
    }
    .menu_left {
        position: absolute;
        top: 0;
        background: #fff;
        height: 100vh;
        left: 0;
        padding: 15px;
        margin-left: -250px !important;
        transition: all 0.5s ease-in-out;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        overflow-y: auto;
        width: 250px;
    }
    .menu_left.open {
        margin: 0 !important;
    }
    .menu_left .nav-link {
        padding: 1rem 0rem;
    }
    .close_item1 {
        display: block;
    }
        .o_3 {
        order: 3;
    }
    .o_2 {
        box-shadow: 3px 5px 10px rgba(0,0,0,0.1);
    }
    .m_h .navbar-nav {
        flex-direction: row;
    }
    .m_h .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .m_h .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-brand img {
        height: 40px;
    }
    #sidebar {
        margin-left: -180px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #content.active {
        width: calc(100% - 180px);
    }
    #content {
        width: 100%;
    }
    .light-bg {
        padding-top: 50px;
    }
    #sidebar {
        top: 50px;
        height: calc(100vh - 50px);
    }
    #content {
        min-height: calc(100vh - 50px);
        top: 50px;
    }

}
@media(min-width:767px) {


    .account-details.collapse:not(.show) {
        display: block;
    }
}

@media(max-width:767px) {
    /*.sports-list {
        flex: 0 0 200px;
        width: 100%;
        display: inline-table;
    }*/
    .BlankThNew{
        display: none;
    }
    .mt_15 {
        margin-top: 5px;
    }
    .date_filter .form-group {
        margin-bottom: 10px;
        width: 100%;
    }
    .date_filter div:nth-child(4) {
        margin-bottom: 10px;
    }
    .new_date_filter div:nth-child(4) {
        margin-right: 0px !important;
    }
    .new_date_filter div:nth-child(5) {
        margin-right: 0px !important;
    }
    .new_date_filter div:nth-child(5) {
        margin-bottom: 10px !important;
    }
    .date_filter {
        display: block;
    }
    .bet-details_form {
        display: flex;
    }
    .bet-details_for .form-group {
        margin-bottom: 0px;
    }
    .bet-details_form {
        margin-bottom: 0;
    }
    .mybets .date_filter .form-group {
        width: 100%;
    }

    /*.top {
        display: none;
    }*/

    .d_767_none {
        display: none;
    }
    .section-title_767 {
        background: transparent;
        color: #000;
        padding: 0 0 15px 0;
    }
    .section-title_767 span {
        color: #000;
    }
    .container {
        max-width: 100%;
    }
    .table_767_flex {
        display: flex;
        flex-direction: column;
    }
    .table_767_flex .form-control {
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        padding: .375rem .75rem;
        border: 1px solid #ced4da;
            margin-bottom: 10px;
    }
    .account_detail_767 {
        background: transparent;
        padding: 0;
    }
    .account_detail_767 .table td, .account_detail_767 .table th {
        border-bottom:none;
       /* padding: 0.2rem 0;*/
    }
    .table_767_flex th {
        color: #999;
    }
    footer {
        display: none;
    } 
    .copyright {
        display: none;
    }
    .new_filter {
        display: block;
    }
    .d_flex_767 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new_filter .btn.btn-theme {
        width: 100%;
        height: 38px;
        line-height: 25px;
    }
    .new_filter .btn.btn-theme img {
        width: 100%;
        max-width: 16px;
    }
    .account-details_new {
        border-radius: 5px;
        padding: 0;
    }
    .pading_15 {
        padding:15px;
    }
    .float_left {
        float: left;
        width: 50%;
    }
    .w_50 {
        width: 50% !important;
    }
    .w_100 {
        width: 100% !important;
    }
    .date_filter div:nth-child(4) {
        margin-right: 0px;
    }
    .choose_time .btn.btn-theme {
        width: 100%;
    }
    .choose_time div {
        width: 100%;
        margin-right: 0;
    }
    .p_0 {
        padding: 0;
    }
    .d_t_flex {
        display: flex;
        flex-direction: column;
        background: #f1f5f9;
        padding: 5px;
        margin-bottom: 15px;
        border-radius: 5px;
        overflow: auto;
    }
    .profile_table  .d_t_flex td, .profile_table  .d_t_flex th {
        border-bottom: none !important;
            white-space: normal !important;
    }
    .account_detail  .profile_table  .d_t_flex td, .account_detail .profile_table  .d_t_flex th {
        border-bottom: none !important;
            white-space: normal !important;
            display: flex !important;
    }
    .d_t_flex_th {
        display: none;
    }
    .account-details label {
        margin-bottom: 0.5rem;
        color: #999;
    }
    .tb_title {
        display: block;
        color: #666;
        float: left;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: normal;
    }
    /*.dark {
        background: #f1f5f9;
        color: #000;
    }*/
    /*.dark2 {
        background: #f1f5f9;
        color: #000;
    }*/
    .sports-list h2 {
        color: #000000;
        background: #f1f5f9;
    }
    /*.tab_tital {
        font-size: 13px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 0;
        font-weight: normal;
    }*/
    .dropdown-menu {
        bottom: 100% !important;
        bottom: inherit !important;
        position: absolute !important;
    }
    /*.nav-link i {
        font-size: 20px;
        margin-right: 10px;
        background: #f1f5f9;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }*/
    .navbar-light .navbar-nav .nav-link {
        display: flex;
        align-items: center;
    }
    .menu_left .nav-link {
        padding: 0.6rem 0rem;
    }
    .drop_text {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sports-list {
        flex: 0; 
    }
    .d_t_n {
        display: none !important;
    }
    .display_b_table {
        /* display: block; */
        width: 100%;
    }
    .display_f_100_th {
        /* display: flex; */
        /* width: 100%; */
        /* border-radius: 0; */
    }
    .display_f_tr {
        /* display: flex; */
        /* width: 100%; */
    }
    .display_flex_1 {
        /* flex: 1; */
    }
    .txt_l {
        /* text-align: left !important; */
    }
    .dp_f {
        display: flex;
    }
    .d_td_none {
        display: block;
    }
    .new_table {
        /* display: block; */
    }
    .display_table_n {
        display: none;
    }
    .s_t_b {
        display: none;
    }
    .s_t {
        display: inline-block;
        margin: 0;
        font-weight: 500;
        margin-right: 3px;
    }
    .t_n {
        display: none;
    }
    .b_1_0 {
        border: none;
    }
    .pdl_0 {
        padding-right: 0;
    } 
    .pdr_0 {
        padding-left: 0;
    }
    .choose_time .btn.btn-theme {
        margin-bottom: 5px;
    }
    .m_767_0 {
        margin-bottom: 0;   
    }
    .m_767_15 {
        margin-bottom: 15px;
    }
    .mr_05 {
        margin-right: 0px;
    }
    .i_btn_n {
        display: none;
    }
    


}

@media(max-width:575px) {
    
    .n_dark {
        display: none;
    }
    .n_co {
        background: #f1f5f9;
        padding: 5px 5px 5px 10px !important;
        border-radius: 5px;
    }
    .d_n {
        display: none !important;
    }
    .eventlistdataloader {
        position: unset;
    }
    .mybets_tab .nav-pills .nav-link {
        overflow: hidden;
    }
    .m_sm_0 {
        margin-top: 0;
    }
    .n_h {
        display: inline-block !important;
        background: red !important;
        color: #fff !important;
        text-align: right !important;
        padding: 0px 5px !important;
        height: inherit !important;
        cursor: pointer !important;
        width: 82px !important;
    }
    #BetSlip {
        min-width: 100%;
        max-width: 100%;
    }
    .n_bet .nav-link i {
        font-size: 14px;
        margin-right: 0px !important;
        background: transparent;
        border-radius: 5px;
        width: inherit !important;
        height: inherit !important;
        text-align: center;
        line-height: normal !important;
    }
    .title_inherit{
    white-space: normal !important;
}
    .betslip_tabs li {
        width: 100%;
    }
    .betslip_tabs .nav-pills .nav-link {
        margin-right: 0px;
    }
    .s_n_tr {
        display: flex;
        flex-wrap: wrap;
        /*margin-bottom: 5px;*/
    }
    .f_100 {
        flex: 0 0 100%;
    }
    .w33 {
        max-width: 33.33%;
        width: 100%;
        text-align: center;
    }
    .w50 {
        max-width: 50%;
        width: 100%;
        text-align: center;
    }
    .in-inply p {
        display: none;
    }
    /*.profile_table .table td, .profile_table .table th {
        font-size: 12px;
        padding: 0.2rem 0.3rem;
    }*/
    .t_c {
        text-align: center !important;
    }
    .bet-slip-details {
        margin-bottom: 5px;
    }
    /*.table {
        margin-bottom: 5px !important;
    }*/
    .content-section .profile_table {
        border-radius: 0px;
    }
    span.table_title {
        font-size: 13px;
        font-weight: 500;
        color: #333;
    }
    .suspend {
        font-size: 10px !important;
    }
    .f_m .d_f {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .f_m .btn.btn-success {
        font-size: 10px;
        font-weight: 500;
        padding: 5px;
        line-height: normal;
    }
    .f_m .s_n_tr {
        background: #f1f5f9;
    }
    /*.m_f .s_n_tr {
        background: #f1f5f9;
    }*/
    .m_f .btn.btn-success {
        font-size: 10px;
        font-weight: 500;
        padding: 5px;
        line-height: normal;
    }
    .f_m .suspend {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .f_m .w50 {
        max-width: 33.33%;
    }
    .b_m .s_n_tr {
        display: table-row;
        flex-wrap: inherit;
        margin-bottom: 0;
    }
    .b_m .w50 {
        max-width: inherit;
        width: 100%;
        text-align: center;
    }
    .b_m .w33 {
        max-width: inherit !important;
        width: 100%;
    }
    .b_m .f_100 {
        flex: 0 0 100%;
        width: 100%;
    }
    .pro_flex {
        padding: 5px;
    }
    .pro_flex h6 {
        margin-bottom: 0;
        font-size: 13px;
    }
    .pro_flex span {
        font-size: 13px;
    }
    .n_s ul li {
        flex-direction: row; 
        width: 25%;
        justify-content: center;
    }
    .n_s ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
    }
    .n_s h6 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .n_s ul li a i {
        font-size: 20px;
        margin-right: 10px;
    }
    .n_s h2 {
        padding: 5px 10px;
    }
    /*.content-section {
        margin: 5px 0 0;
    }*/
    /*.n_tab {
        background: transparent;
        color: #177a01;
        padding: 0;
        font-weight: 500;
        margin-bottom: 5px;
            font-size: 15px;
    }*/
    a.c_color {
        color: #333;
    }
    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }
    /*.navbar-brand img {
        height: 30px;
    }*/
    .navbar-toggler {
        padding: 0;
    }
    .navbar-brand {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .navigation {
        padding: 5px 10px;
    }
    .btn_t {
        margin-top: 60px;
    }
    .d-f .w-25 {
        width: 50% !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    .d-f {
        display: flex;
        width: 100%;
    }
    .o_3 {
        order: 2;
    }
    /*.m_h {
        width: 100%;
    }*/
    /*.m_h .navbar-nav {
        justify-content: space-between;
        align-items: center;
    }*/
    .inset {
        width: 26px;
        height: 26px;
            margin-left: 5px;
    }
    .m_h .navbar-nav .nav-link {
        padding-bottom: 0;
    }
    .dropdown-menu {
        right: 0;
        left: inherit;
    }
    .datepicker.dropdown-menu {
        right: inherit !important;
    }
    .n_navbar {
        padding: 5px 0 !important;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    }
    .o_2 {
        display: flex !important;
        position: absolute;
        top: 50px;
        right: 0;
        box-shadow: 3px 5px 10px rgba(0,0,0,0.1);
    }
    #content {
        min-height: calc(100vh - 114px);
        top: 114px;
        margin-bottom: 60px;
    }
    .o_2 ul li .dropdown-menu {
        right: 0;
    }
    .top {
        height: 30px;
        line-height: 30px;
    }
    #sidebar.active {
        z-index: 111111;
    }
    #content.active {
        width: 100%;
    }
    .titl_tex {
        padding: 5px 20px;
        font-size: 14px;
    }
    .light-bg {
        padding-top: 114px;
    }
    section.main-section {
        padding: 0px 15px;
    }
    .b1_0 {
        border: none;
    }
    .d_t_flex_575 {
        display: flex;
        flex-direction: row;
        background: #f1f5f9;
        padding: 5px;
        margin-top: 15px;
        overflow: auto;
        width: 100%;
        flex-wrap: wrap;
    }
    .d_t_flex_575 td, .d_t_flex_575 th {
        border-bottom: none !important;
        white-space: normal !important;
    }
    .o2 {
        order: 2;
    }
    .o3 {
        order: 3;
    }
    .o4 {
        order: 4;
    }
    .w_5_0 {
        width: 50%;
    }
    .w_7_0 {
        width: 70%;
    }
    .w_3_0 {
        width: 30%;
    }
    .m_name {
        text-align: left;
    }
    .n_badge {
        margin-bottom: 0;
        text-align: left;
    }
    .t_r {
        text-align: right;
    }
    .back-btn {
        color: #177a01 !important;
        left: 15px;
        background-color: #f1f5f9;
        border-width: 2px;
        border-color: #177a01;
        padding: 5px 10px;
        z-index: 9;
        display: block;
        position: absolute;
        top: 60px;
        cursor: pointer;
    }
    .table_odds a {
        margin-bottom: 3px;
    }
    .table_odds {
        text-align: right;
    }
    .dn_sm {
        display: none;
    }
    .d_n_bet {
        display: none;
    }
    .sm_menu {
        display: block !important;
        margin-top: 15px;
    }
    .sm_menu ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .sm_menu ul li {
        background: #f1f5f9;
        padding: 10px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }
    .sm_icon i {
        font-size: 24px;
        padding: 0 10px 0 5px;
    }
    .sm_icon {
        display: flex;
        align-items: center;
        color: #121212;
    }
    .sm_icon span {
        font-size: 15px;
        font-weight: 500;
    }
    .r_arrow {
        background-color: #177a01;
        width: 28px;
        text-align: center;
        border-radius: 50%;
        padding: 0;
        float: right;
        height: 28px;
        margin-right: 5px;
    }
    .r_arrow i {
        vertical-align: middle;
        line-height: 28px;
        color: #fff;
        font-size: 18px;
    }
    .sm_menu ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .sm_menu ul li:hover {
        background: #177a01;
    }

    .sm_menu ul li:hover .sm_icon {
        color: #fff;
    }
    .sm_menu ul li:hover .r_arrow {
        background: #43aa2c;
    }
    .sm_menu ul li:hover .r_arrow i {
        color: #fff;
    }
    .nav-bottom-nav {
     display: flex;
     justify-content: center;
     flex-direction: row;
     width: 100%;
     height: 60px;
     -webkit-filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
     filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
     position: fixed;
     bottom: 0;
     z-index: 999;
     left: 0;
     background: #f1f5f9;
    }
    .nav-slot-bottom-nav {
     width: 20%;
     text-align: center;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
    }
    .nav-slot-bottom-nav:not(.curve) {
        border-top: 3px solid #177a01;
    }
    .nav-link-bottom-nav {
     line-height: 1.5;
     align-items: center;
     color: #aab2bd;
     border-radius: 50rem;
     padding: 0.5rem 0.5rem;
     transition: 0.3s all;
    }
    .active-bottom-nav {
     color: #2575fc;
    }
    .nav-link-bottom-nav:hover {
     transition: 0.3s all;
     
    }
    .curve {
     flex-basis: auto !important;
     background-image: url('../images/curve.svg');
     background-repeat: no-repeat;
     /* background-size: cover; */
     /* background-position-y: center; */
     /* width: 100px; */
     height: 100%;
    }
    .floating-button {
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 3;
        text-align: center;
        color: #FFCE54;
        border-radius: 50%;
        bottom: 50px;
        background-image: linear-gradient(to top, #177a01 0%, #43aa2c 100%);
        z-index: 1;
        transition: 0.3s all;
       box-shadow: 0 0 10px -1px rgb(50, 152, 28);
    }
    .nav-slot-bottom-nav i {
        font-size: 1.2rem;
        position: relative;
        top: 3px;
        color: #121212;
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }
    .nav-slot-bottom-nav a span {
        font-size: 12px;
        color: #121212;
    }
    .nav-slot-bottom-nav.curve i {
        font-size: 26px;
        line-height: 50px;
        margin-left: 0;
        top: 0;
        color: #ffffff;
    }
    .b_light {
        background: #f1f5f9;
    }
    .nav-link-bottom-nav:hover span {
        color: #177a01;
    }

    .nav-link-bottom-nav:hover i {
        color: #177a01;
    }
    .time_text {
        color: #999;
        font-size: 12px;
        text-align: right;
    }


}

@media(max-width:415px) {
    .mybets_tab .nav-link {
        padding: .5rem 0.5rem;
    }
    .float_none {
        float: none !important;
        margin-left: 10px;
    }
    .n_bet .nav-pills .nav-link span {
        display: none;
    }
    .n_s h6 {
         display: none;
    }
    .n_s ul li a i {
        margin-right: 0px;
    }
    .m_h .navbar-nav .nav-link {
        font-size: 12px;
    }
    .navbar-light .navbar-nav .nav-link.username {
        font-size: 12px;
        font-weight: 500;
        padding-top: 0.5rem;
    }
    .inset {
        width: 20px;
        height: 20px;
    }
    .profile_table .table th, .profile_table .table td {
        font-size: 12px;
        padding: 0.1rem 0.5rem;

    }
    .tab_tital {
        font-size: 13px;
    }
    .nav-bottom-nav {
        height: 49px;
    }
    .curve {
        background-size: cover;
        background-position-y: center;
        width: 100px;
    }
    .floating-button {
        width: 40px;
        height: 40px;
        bottom: 35px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .nav-slot-bottom-nav.curve i {
        font-size: 18px;
        line-height: 40px;
    }


}


@media (min-width: 992px) and (max-width: 1300px) { 
    .navbar-brand img {
        height: 40px;
    }
    .navbar-light .navbar-nav .nav-link.username {
        font-size: 12px;
    }
    .inset {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
    .navbar-light .navbar-nav .nav-link i {
        display: block;
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    .light-bg {
        padding-top: 66px;
    }
    #sidebar {
        top: 66px;
        height: calc(100vh - 66px);
    }
    #content {
        min-height: calc(100vh - 66px);
        top: 66px;
    }
    .choose_time .btn.btn-theme {
        width: 100%;
    }
}


@media (min-width: 992px) and (max-width: 1450px) { 

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1090px) { 

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
        font-size: 11px;
    }
}


