    @font-face {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 300;
        src: url('../fonts/rubik/rubik-v8-latin-300.eot');
        src: local('Rubik Light'), local('Rubik-Light'),
        url('../fonts/rubik/rubik-v8-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-300.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-300.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-300.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-300.svg#Rubik') format('svg');
    }
    @font-face {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/rubik/rubik-v8-latin-regular.eot');
        src: local('Rubik'), local('Rubik-Regular'),
        url('../fonts/rubik/rubik-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-regular.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-regular.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-regular.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-regular.svg#Rubik') format('svg');
    }
    @font-face {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 500;
        src: url('../fonts/rubik/rubik-v8-latin-500.eot');
        src: local('Rubik Medium'), local('Rubik-Medium'),
        url('../fonts/rubik/rubik-v8-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-500.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-500.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-500.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-500.svg#Rubik') format('svg');
    }
    @font-face {
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 700;
        src: url('../fonts/rubik/rubik-v8-latin-700.eot');
        src: local('Rubik Bold'), local('Rubik-Bold'),
        url('../fonts/rubik/rubik-v8-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/rubik/rubik-v8-latin-700.woff2') format('woff2'),
        url('../fonts/rubik/rubik-v8-latin-700.woff') format('woff'),
        url('../fonts/rubik/rubik-v8-latin-700.ttf') format('truetype'),
        url('../fonts/rubik/rubik-v8-latin-700.svg#Rubik') format('svg');
    }
    body {
        margin: 0;
        padding: 0;
        font-size: 14px;
        letter-spacing: 0;
        font-family: 'Rubik', sans-serif;
        background-color: #f8f7fa;
        color: #eaecef;
        overflow-x: hidden;
    }
    a, .btn {transition: all 0.3s ease-in-out;}
    a:hover { text-decoration: none; }
    button, input, optgroup, select, textarea {
        letter-spacing: 0.5px;
        font-family: 'Rubik', sans-serif;
    }
    input{
     letter-spacing: 0.5px;
     background: #000000;
     border: 1px solid #ccc; 
 }
 p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
label{
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #1c203300 inset;
  transition: background-color 5000s ease-in-out 0s;
}
:focus-visible{
  outline: 0;
}
button:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
button:disabled:hover{
  opacity: 0.5;
  cursor: not-allowed;
}
button:focus{
    outline: 0;
}
.model-form-title h6{
   color: #1e293b;
}
.radio-group input[type=checkbox], input[type=radio] {
    margin-right: 7px;
    cursor: pointer;
}
.radio-group label{
    margin-right: 15px;
}
.logout_btn{
    border-radius: 7px;
    background-color: #fab028;
    border-color: #000;
    color: #000;
    padding: 9px 17px;
    font-size: 18px;
    transition: all 0.5;
}
.logout_btn:hover{
    color: #000;
    border-color: #fab028;
    background: #fab028;
}
.logout_btn i{

    color: #000;
}
.label-title .col-form-label{
    display: block;
}
.form-group.label-title label {
    margin-right: 22px;
}

.btn.btn-theme {
    line-height: 2.3;
    border-radius: 7px;
    color: #000;
    max-width: max-content;
    height: 44px;
    font-size: 14px;
    padding: 7px 31px;
    font-weight: 500;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background-color: #fab028 !important;
    border: 1px solid #fff;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
    color: #fff;
    background-color: #000000;
    border-color: #fff;

    box-shadow: none;
}
.modal-content{
    background-color: #fff;
}
footer {
    background: #121212;
    padding: 10px 0px 10px 0;
}
.copyright {
    text-align: center;
    color: #000000;
    font-weight: 400;
    line-height: 26px; 
}
.dropdown-pending .count {
    color: #fff !important;
    background: #3730a3;
    border: 1px solid #3730a3;
    padding: 3px 8px;
    line-height: 13px;
    border-radius: 4px;
    margin-left: 5px;
}
.text-gray{
    color:rgba(47, 43, 61, 0.90);
}

.navbar {
    padding: 0px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 24px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);*/
    /* margin: -15px -15px 0;*/
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.mCustomScrollBox{
    width: 100%;
}
#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    background-color: rgb(255 255 255);
    background-size: 500px;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    color: #000000;
    z-index: 999;
    display: flex;
    align-items: center;
    overflow-y: scroll;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s 0s;
}
#sidebar.active {
    left: -100%;
}
#sidebar .in_bg a {
    padding: 10px 15px;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
    background: linear-gradient(90deg, #fab028 0%, #fab028 100%);
    color: #000;
    display: none;
}
#dismiss:hover {
    color: #000;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
    top: 0;
}
#sidebar .sidebar-header {
    padding: 19px 20px;
    border-bottom: 1px solid rgb(163 163 163);
    background: rgb(255 255 255);
    width: calc(100% - 20px);
    margin: 0 auto;
}
#sidebar .sidebar-header h3 img{
    max-width: 200px;
}
#sidebar ul p {
    color: #000000;
    padding: 10px;
}

#sidebar ul li a {
    padding: 11px 10px;
    border-radius: 0;
    font-size: 14px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    border-bottom: 1px solid #00000057;
}
#sidebar ul li a:hover,
#sidebar ul li a:focus,
#sidebar ul li a.active {
    background-color: #474d57;
    color: #fff !important;
}

#sidebar ul li a:hover{
    color: #fff !important;
}
#sidebar .in_bg a:hover,
#sidebar .in_bg a:focus,
#sidebar .in_bg a.active {
    background-color: #474d57;
    color:#9ea1a6;
}
#sidebar ul li a span {
    transition: all 0.5s ease-in-out;
    color: #000000;
}
#sidebar ul li a:hover span,#sidebar ul li a:focus span,#sidebar ul li a.active span {
    color: #fff;
}

#sidebar .in_bg li a span{
    color: #000000c2;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    background-color: #474d57;
    color:#9ea1a6;
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li.active>a span, a[aria-expanded="true"] span{
    color: #fff !important;
}
.bg-light {
    background-color: #000000 !important;
}
#content {
    background-color: #f8f7fa;
    margin-left: 280px;
    padding: 24px 15px;
}
.dash_row {
    margin-top: 10px;
}

#content.active {
    margin-left: 0;
}
.wrapper {
    min-height: 100vh;
}
.admin_logo {
    width: 100%;
    max-width: 90px;
    margin-left: 10px;
    display: none;
}
.dash_table tbody tr{
    border: 1px solid #a1a1a159;
    border-radius: 7px;
}
.dash_table a{
   border-bottom: 1px dashed #355E3B;
   color: rgb(20 211 38 / 80%) !important;
}
.btn_admin_theme {
    width: 40px !important;
    padding: 10px;
    line-height: normal;
    height: 40px !important;
}
.main_bid_box.main-data-box {
    display: block;
}
ul.jodi-digit li {
    color: #000;
    border: 1px solid #00000021;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    /* background: bisque; */
    background: #f3c36642;
}
ul.jodi-digit {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
}
.single-jodi-data {
    width: 10%;
}
.jodi-data {
    width: 76px;
}
.main-box-info {
    display: flex;
    margin-top: 23px;
}
.single-digit-box {
    width: 100%;
}
.main-box-info h6 {
    color: #000;
    margin-bottom: 6px;
    font-size: 16px;
}
.single-jodi-data li {
    color: #000;
    border: 1px solid #00000021;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    /* background: #ffc571; */
    background: #e7e6e5;
}
.logout {
    font-size: 16px;
}
.select2-dropdown{
   background-color: #ffffff !important;
   color: #000 !important;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    color: #000;
    background: #fcefd7;
}
.select2-container--default .selection .select2-selection--multiple .select2-selection__choice{
    color: #000;
}

.select2-dropdown .select2-results__option {
    padding: 7px 10px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-search--dropdown input.select2-search__field {
   background-color: rgba(0,0,0,.05);
   border:none;
   color: #000;
   padding: 3px 10px
}
.export_div label {
    color: #1e293bad;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.brand-main{
    padding: 20px 0;
    border-radius: 7px;
    background: #355E3B;
}
.login_bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.login_text {
    width: 450px;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    text-align: center;
}

.login_text img {
    width: 100%;
    max-width: 137px;
}
.login_text h4 {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

button#sidebarCollapse#sidebarCollapse {
    padding: 10px 12px;
}

.breadcrumb-item.active {
    color: #ffffffe3;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #ffffffe3;

}
hr.style_line {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #355E3B, rgba(255, 255, 255, 0));
    opacity: .3;
}
.tbl_loader_bg {
    height: 86%;
    position: absolute;
    height: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    z-index: 9999;
}
.loader {
    width: 70px;
    height: 70px;
    font-size: 70px;
    position: relative;
}

.loader:before, .loader:after {
    content: "";
    top: 0;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    border-width: 0.5em;
    border-style: double;
    border-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1em;
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
}
.loader:before {
    right: 0;
    border-right-color: rgb(250 176 40);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.loader:after {
    left: 0;
    border-left-color: rgb(250 176 40);
}
.login_text .form-control {
    border: 0 !important;
    border-bottom: unset;
    border-radius:6px;
    height: 45px;
    min-height: 45px;
    color: #000;
    background-color: #f2f2f2;
}
.login_text .form-control:focus,.login_text .form-control:hover {
    color: #000;
    border-color: #000;
    background-color: #f2f2f2;

    outline: 0;
    box-shadow: none;
    color: #000;
}

.login_text:-ms-input-placeholder {
  color: #ccc;
}
.login_text:-ms-input-placeholder {
    color: #ccc !important;
}
.login_text::-ms-input-placeholder {
    color: #ccc;
}
.login_text::placeholder {
    color: #ccc;
}
.login_text form {
    text-align: left;
}
.login_text .form-group {
    margin-bottom: 1.1rem;
}

.login_text .form-group a {
    font-weight: 500;
    padding-left: 0.75rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #355E3B !important;
}
.login_wrapper{
    background: #f2f2f2; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #9ea1a6;
}
#sidebar ul li a i {
    margin-right: 10px;
    width: 24px;
    text-align: center;
}
#sidebar .sidebar-header h3 img {
    width: 100%;
    max-width: 110px;

    margin: 0 auto;
    display: table;
}
ul.list-unstyled.components {
    margin-top: 28px;
    padding: 0px 10px;
}
.navbar .container-fluid {
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
    padding: 10px 12px !important;
    border-radius: 8px;
    background-color: #474d57;
}

button#sidebarCollapse {
    border: unset;
    padding: 0;
    background-color: unset;
    font-size: 26px;
    width: auto !important;
    line-height: 26px;
    color: #fff;

}
#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
#sidebar  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #000;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
#sidebar .dropdown-toggle:hover::after, #sidebar .dropdown-toggle:focus::after, #sidebar .dropdown-toggle.active::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.badge-success {
    color: #000000;
    background-color: #06b5b6;
}
.avatar-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 2px solid #f5f5f5;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ad_img {
    position: relative;
}
.font-12 {
    font-size: 12px!important;
}
#content .navbar-nav {
    align-items: center;
}
#content .dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .6rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.font-13 {
    font-size: 13px!important;
}
.navbar-icon-btn {
    height: 42px;
    width: 42px;
    border: 1px solid rgba(255,255,255,.5);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.position-relative {
    position: relative!important;
}
.navbar-nav .navbar-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.notify-badge {
    position: absolute;
    top: -11px;
    right: -12px;
    min-height: 18px;
    min-width: 18px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    z-index: 2;
}
.badge-danger {
    color: #000000;
    background-color: #fe4d2e;
}
.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.in_bg {
    background: #e3e3e3 !important;
}
.header-menu-btn{
    width: 50px !important;
}
.main_title {
    font-size: 20px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 10px;
    line-height: normal;
}
.dash_row h2 {
    color: #1e293b;
    font-size: 24px;
    padding: 15px 0px;
    padding-top: 0px;
}
.dash_box {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;

    border-radius: 4px;
}
.d_icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    border-radius: 6px;
}
    /*.dash_info{
        border: 1px solid #355E3Ba3;
        border-left: 3px solid #355E3B;
        }*/
        .dash_info .fa-users,
        .dash_info .fa-arrow-up,
        .dash_info .fa-arrow-down{
            background: transparent!important;
            color: #355E3B!important;
            font-size: 37px;
            line-height: inherit;
            border-right: 1px solid #c7c3c3;
            padding: 0 15px 0 0px;
        }
    /*.dash_success{
        border: 1px solid #28a745;
        border-left: 3px solid #28a745;
        }*/
        .dash_success .fa-users,
        .dash_success .fa-arrow-down,
        .dash_success .fa-arrow-up{
            background: transparent!important;
            color: #28a745!important;
            font-size: 37px;
            line-height: inherit;
            border-right: 1px solid #404040;
            padding: 0 15px 0 0px;
        }
    /*.dash_danger{
        border: 1px solid #dc3545;
        border-left: 3px solid #dc3545;
        }*/
        .dash_danger .fa-users,
        .dash_danger .fa-arrow-down{
            background: transparent!important;
            color: #dc3545!important;
            font-size: 37px;
            line-height: inherit;
            border-right: 1px solid #404040;
            padding: 0 15px 0 0px;
        }
    /*.dash_dark{
        border: 1px solid #343a40;
        border-left: 3px solid #343a40;
        }*/
        .dash_dark .fa-users{
            background: transparent!important;
            color: #9ea1a6!important;
            font-size: 37px;
            line-height: inherit;
            border-right: 1px solid #404040;
            padding: 0 15px 0 0px;
        }
        .dash_left {
            margin-right: 20px;
        }
        .dash_right{
            padding: 0 0 0 10px;
        }
        .dash_right h3 {
            font-weight: 400;
            margin-bottom: 5px;
            color: #000;
        }
        .dash_right p {
            color: #000;
        }
        .p0 {
            padding: 0 !important;
        }
        .pl0 {
            padding-left: 0 !important;
        }
        .pr0 {
            padding-right: 0 !important;
        }
        .card{
            background-color: #fff;
            margin-bottom: 32px;
            box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
            border-radius: 4px;
            border:unset;
        }
        .card-header {
            background-color: unset;
            border: unset;
            text-align: center;
            padding: 13px 0px;
            padding-top: 15px;
            border-bottom: 1px solid #a1a1a159;
            background-color: #474d57;
        }
        .card-header h5 {
            color: #fff;
            font-size: 18px;
        }
        td.sorting_1 {
            text-align: center;

        }
        #content .card .table-responsive {
            margin-top: 0;
            border: 1px solid #c7c3c3;
            border-radius: 7px;
        }
        .card-body {
            padding: 10px 10px;
        }

        .card-body .dash_table tbody tr{
            border: unset;
            border-radius: 7px;

        }
        .card-body .table{
            margin-bottom: 0px;
        }
        .card-body td.text-right {
            margin-bottom: 0px !important;
        }
        .card-body table tr{
            border-bottom: 1px solid #0000003b;
        }

        .card-body .table td {
            font-size: 16px;
            padding: 5px 15px;
        }

        div#data-grid_info {
            padding: 20px 15px;
            color: #666666;
        }
        #data-grid_wrapper table.dataTable tbody th, #data-grid_wrapper table.dataTable tbody td {
            padding: 15px 10px;
            text-align: left;
            white-space: nowrap;
        }
        .table td, table th{
            color: #000 ;
            font-weight: 400!important;
            white-space: nowrap;
        }
        #data-grid_wrapper table.dataTable thead th, #data-grid_wrapper table.dataTable tfoot th {
            color: #000 !important;
            border-bottom: 1px solid rgba(76, 78, 100, 0.12);
            border-top: 1px solid rgba(76, 78, 100, 0.12);
            padding: 15px 12px;
        }
        #data-grid_wrapper table.dataTable.stripe tbody tr.odd, #data-grid_wrapper table.dataTable.display tbody tr.odd{
          background-color: #fff;
      }
      #data-grid_wrapper table.dataTable.stripe tbody tr.even, #data-grid_wrapper table.dataTable.display tbody tr.even{
          background-color: #efefef;

      }
      table.dataTable{
        border-collapse: collapse;
    }
    .table td {
        font-size: 15px;
    }

    div#data-grid_wrapper {
        border-radius: 7px;
        box-shadow: rgba(76, 78, 100, 0.22) 0px 2px 10px 0px;
        margin-top: 15px;
        overflow: auto;
        background-color: #fff;
        border: 1px solid #00000026;
    }

    #data-grid_wrapper table.dataTable.no-footer{
        background-color: #fff;

    }
    .table-bg h3{

        font-size: 28px;
        color: rgba(47, 43, 61, 0.78);

    }
    .table-bg input{
        background: #a1a1a11f;
        border: 1px solid #fff;
        padding: 5px 10px;
        border-radius: 5px;
        width: 128px;
        color: #000 !important;
    }
    .table-bg input::placeholder{
        color: #000 !important;
    }
    .table-responsive.dw-table.table-scroll {
        max-height: 550px;
    }
    nav.page_title {
        padding: 0px 10px;
        margin-top: -15px
    }
    .breadcrumb {
        background-color: #474d57;
        border-radius: 0;
        border-radius: 4px;
        box-shadow: rgba(76, 78, 100, 0.22) 0px 2px 10px 0px;
        margin-bottom: 30px
    }
    .breadcrumb-item a {
        color: #fff;
        font-weight: 600;
    }
    .breadcrumb-item li {
        color: #fff !important;
    }
    .support_info ul li {
        padding: 15px;
        background: rgba(255, 255, 255, 1);
        margin-bottom: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        border-left: 3px solid #2949ef;
        border-right: 3px solid #2949ef;
    }
    .support_info ul li h4 {
        color: #2949ef;
    }
    .support_info ul li span {
        color: #2949ef;
        font-weight: 500;
        margin-bottom: 5px;
        display: block;
    }
    .chat_list {
        background: #000000;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        overflow: auto;
        max-height: 630px;
    }
    .chat_img {
        display: inline-block;
        text-align: center;
        width: 50px;
    }
    .chat_img img {
        border-radius: 100%;
        width: 100%;
    }
    .chat_body .chat_text {
        background: #2949ef;
        border-radius: 5px;
        display: inline-block;
        padding: 15px;
        position: relative;
        color: #000000;
    }
    .chat_body {
        display: inline-block;
        margin-left: 25px;
        width: 89%;
        position: relative;
    }
    .chat_body:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        left: -8px;
        top: 15px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 8px solid #2949ef;
    }
    .chat_list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 19px;
    }
    .chat_body span {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .time_text {
        font-weight: normal !important;
        color: #8d9498;
        margin-top: 5px;
        margin-bottom: 0 !important;
    }
    .odd .chat_body {
        text-align: right;
        margin-right: 0;
        color: #000;
        width: 100%;
        margin-left: 15px;
    }
    .odd .chat_body .chat_text {
        background: #eeeeee;
        color: #8d9498;
    }
    .odd .chat_body:before {
        display: none;
    }
    .chat_list li:last-of-type {
        margin-bottom: 0;
        flex: 1;
    }
    .support_history {
        height: 100%;
    }
    span.count {
        font-size: 13px;
        font-weight: 500;
    }
    .table_bg {
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .table_bg.card {
        background-color: unset;
        box-shadow: unset;
        border: unset;
        padding: 0;
    }
    .main_head {

        color: #1e293b;
        font-size: 24px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        text-transform: capitalize;
        border-bottom: 1px solid;
        padding-bottom: 8px;
        align-items: center;
    
    }
    .export_div{
        color: #000000;
        margin-bottom: 20px;
    }
    /* .table_bg a{
        color: #fcd535;
    } */
    .mesgs .chat_foot a{
        color: #ffffff;
        background-color: #fff;
        cursor: pointer;
    }
    .export_div .form-group{
        padding-top: 15px;
        margin-bottom: 0
    }

    .export_div .btn-theme {
        min-height: 45px;
    }
    .export_div .d-flex {
        align-items: end;
    } 
    .export_div  .select2-container .select2-selection--single {
        height: unset;
    }
    .table_bg.card table#mydiv {
        background-color: #fff;
        box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
        border-radius: 7px;
        margin: 0;
    }
    .table_bg.card .table-striped thead th {
        color: #646b7c;
        font-size: 16px;
    }
    .table tfoot td {
        color: #646b78;
    }
    .search-btn{
     margin-left: 28px; 
 }
 #register_id{
    background-color: #121212;
    border-top: 1px solid #3a3a3a;
}
.form-control{
    line-height: 1.1;
  
}
.form-control:focus,
.form-control:hover{
    color: #000;
    background-color: #a1a1a110;
    border-color: #000;
    box-shadow:none;
}
.dataTables_length label {
    border-radius: 6px;
    padding: 16px 15px;
    padding-top: 20px;
    font-size: 13px;
    line-height: 13px;
}
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #000 !important;
}

#content .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
#content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background-color: #3730a3;
    border-color: #3730a3;
}


.btn_sm {
    font-size: 12px;
    width: 100%;
}
.n_btn {
    margin: 15px 0;
    background: #2949ef !important;
}
.m_top {
    margin-top: 15px;
}
.dataTables_length select {
    padding: 7px 7px;
    margin: 0 6px;
    border: none;
    background-color: #f4f4f4;
}

.chat_box .mesgs {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #4c4e641f;
}

.msg_history {
    height: 400px;
    overflow: auto;
    padding: 1rem;
    background: #fff;
    border-top: 1px solid #4c4e641f;
    border-bottom: 1px solid #4c4e641f;
}
.carousel-item img {
    object-fit: contain;
    width: 100% !important;
    margin: 0 auto;
}
.export_div .form-control {
    min-height: 45px;
}

.chat_box {
    box-shadow: rgba(76, 78, 100, 0.22) 0px 2px 10px 0px;
    border-radius: 0.5rem;
}
.chat_foot form {
    display: flex;
    align-items: center;
}
.camera-icon {
    position: relative;
    margin: 0rem 0.9rem;
    border-radius: 100px;
    overflow: hidden;
    flex: 0 0 40px;
}

.camera-icon .form-control {
    width: 40px;
    height: 40px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    cursor: pointer;
}

.camera-icon i {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100px;
    color: #000000;
    background-color: #000000;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #ccc;
}

.chat_foot textarea#message {
    border: 1px solid #c7c3c3;

    border-radius: unset;
    padding-right: 112px;
    padding-top: 15px;

}

.chat_foot{
    position: relative;
    padding: 20px;
}

.send-icon {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    color: #fff;
    flex: 0 0 40px;
    margin-right: 0.8rem;
    background: #000000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #c7c3c3;
}

a.camera-icon {
    position: absolute;
    top: 50%;
    right: 68px;
    transform: translateY(-50%);
}

.chat_foot .form-control:focus, .chat_foot .form-control:hover{
  background-color: #fff;
}

.chat_box h4 {
    font-size: 1.3rem;
    background: #fff;
    padding: 0.8rem 18px;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #000021;
    background: #ffffff;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 2px 10px 0px;
}
.mesgs {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #fcd535;
}
.sent_msg, .received_msg {
    background-color: #f0eef3;
    padding: 0.8rem;
    max-width: 70%;
    margin: 0.3rem 0;
    border-radius: 0.5rem;
}

.received_msg{
    border-radius: 15px;
    border-bottom-left-radius: 0;
}
.outgoing_msg {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.outgoing_msg .sent_msg {
    background-color: #000000;
    border-radius: 15px;
    border-bottom-right-radius: 0;
}
.msg_history p {
    color: #fff;
    margin: 0;
}
.msg_history .time_date {
    font-size: 12px;
    margin-bottom: -0.8rem;
    color: #f1f1f1;
}
.incoming_msg {
    display: flex;
}
.msg_history p a {
   color: #11fb26;
   font-size: 14px;
   font-weight: 400;
}
.msg_history::-webkit-scrollbar {
    width: 0.2em;
}

.msg_history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c5c7e0;
}

.msg_history::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid #000;
}


.close_btn {
    background-color: #191919;
    max-width: 110px;
    width: 100%;
    padding: 0.4rem;
    margin: 0 auto;
    display: table;
    color: #000000;
}
.close_btn:hover {
    color: #000000;
}
.close_btn i {
    margin-right: 0.3rem;
}
.ticket {
    margin-top: 1rem;
}
.my_ticket {
    padding: 1rem 2rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;    
    background: #ffffff;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 2px 10px 0px;
}
.my_ticket .title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #000;
}
.my_ticket li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:#000000;
    margin-bottom: 0.4rem;
    padding: 0.5rem;
    border-radius: 0.4rem;
    color: #fff;
}

.my_ticket b {
    display: block;
    font-size: 1rem;
    font-weight: 500;
}
.my_ticket li:last-of-type {
    margin: 0;
}
.my_ticket:before {
    content: "";
    width: 40px;
    height: 80px;
    background: #000000;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    right: -20px;
    border-radius: 100px;
    z-index: 0;
}
.my_ticket:after {
    content: "";
    width: 40px;
    height: 80px;
    background: #000000;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    left: -20px;
    border-radius: 100px;
}

.payment_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    color: #1e293b;
    margin-bottom: 8px;
    border-radius: 5px;
}

.per_info {
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
}
.detail-filter-btn {
    margin-top: 30px;
}
.detail-filter-btn {
    margin-top: 30px;
    background-color: #fff;
    padding: 4px;
    margin-bottom: 12px;
}
.detail-filter-btn button {
    background-color: #ebeaed;
    border: unset;
    padding: 10px 16px;
    display: inline-block;
    margin: 0px 1px;
}
.detail-filter-btn button.active {
    background: #fab028;
    color: #000;
    font-weight: 500;
}
.table-responsive.dw-table {
    background-color: #fff;
}
.table-responsive.dw-table table{
    margin-bottom: 0;
}

/*  .payment_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    background: #ffffff;
    color: #1e293b;
    border: 1px solid #c7c3c3;
    margin-bottom: 10px;
    border-radius: 5px;
    }*/

    .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
       background-color: #fff;
       min-height: 44px;
       border: 1px solid #c7c3c3 !important;
       line-height: 44px;
       padding-left: 10px;
   }
   .select2-container--default .selection .select2-selection--single .select2-selection__arrow{
    height: 41px;
}

div#creditDebitPopup .modal-content {
    background-color: #ffffff;
}
h5.modal-title {
    color: #1e293b;
}
.modal-body {
    padding: 30px 25px;
}
.deposit_cont.login_cont {
    margin-bottom: 30px;
}
.payment_flex h5 span {
    float: right;
}
.payment_flex h5 {
    width: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.payment_flex h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.per_info .btn {
    padding: 3px 10px;
    font-size: 14px;
}
.support_in_bg {
    background: #000000;
    padding: 30px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}
.support_left .nav-pills .nav-link.active, .support_left .nav-pills .show>.nav-link {
    color: #000000;
    background: linear-gradient(90deg, #355E3B 0%, #355E3B 35%, #355E3B 100%);
}
.support_left .nav-link {
    font-weight: 400;
    font-size: 14px;
    padding: 15px;
}
.tab_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #596ce9;
}
.support_left .nav-link:hover {
    color: #3903d4;
}
.text-green{
    color: green;
}
.text-red{
    color: red;
}
.ibox-admin {
    min-height: 265px;
    background-color: #000000;

}
.float-e-margins .btn {
    margin-bottom: 5px;
}
.top_b {
   width: 100%;
   margin-top: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px;
   font-size: 12px;
   background-color: #000000;
   margin-bottom: 15px;
   font-weight: normal;
   border: 1px solid #474d57;
   box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
   transition: all 0.3s 0s;
   border-radius: 6px;
}

.top_b div {
    display: flex;
    flex-direction: column;
    color: #fcd535;
}
.top_b div b {
    margin-top: 5px;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff7d;
    font-size: 14px;
    padding: 8px 10px;
}
.form-control{
    background-color: transparent;
    border: 1px solid #ced4da47;
    background-color: #fff;
}

.top_link {
    float: right;
    border: 0px;
    padding: 5px 6px;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid #fcd535a3;
    border-radius: 3px;
    color: #9ea1a6;
}
.n_class {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.n_class label {
    margin: 0;
    font-size: 12px;
    color: #000000;
}
.addr_input {
    display: flex;
    width: 100%;
}
.addr_input .form-control {
    font-size: 12px;
    flex: 1;
    height: 40px;
}
.addr_input .btn_c {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.btn_c:hover {
    color: #000000;
    background: linear-gradient( 
        90deg, #fcd535 0%, #fcd535 100%);
}
.btn_c {
    width: 10%;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 8px 12px;
    height: 100%;
    background-color: transparent;
    border: 1px solid #9ea1a6;
    border-radius: 5px;
    color: #9ea1a6;
}
.btn_c_re {
    border-radius: .25rem 0 0 0.25rem;
}
.n_m {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.ibox-form {
   max-width: 100% !important;
   margin-top: 35px;
}

.ibox {
    padding: 0px 10px;
}

#content .ibox .table-responsive{
  margin: 0;
     width: 100%;
    overflow-x: auto;
} 
.form-group textarea {
    height: 120px !important;
}

.ibox-title {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 14px;
    margin-top: 20px;
}


.ibox-title h6{
    color: #1e293b;
    font-size: 24px;
}


.submit-btn {
    display: flex;
    margin: auto;
    border-radius: unset;
    background: #3730a3;
    color: #ffffff;
    border: 1px solid #3730a3;
    padding: 9px 28px;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    transition: all 0.8s;
}


.submit-btn:hover {
    color: #000;
    /* background: linear-gradient(90deg ,#ECD581  0%, #ECD581 100%); */
    border-color: #fab028;
    transform: translate(0, -5px);
}
.btn.btn-theme:hover {
    background: #3730a3;
    color: #fff;
}
.btn.btn-theme:hover i {
    color: #000;
}
.table_bg.card button#btnLoadMore {
    margin-top: 30px;
}

.modal-body .select2-container .select2-selection--multiple{
    min-height: 50px;
    display: flex;
    align-items: center;
}
.modal-body .select2-container .select2-selection--multiple {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 6px;
    border-radius: 8px;
    border: 1px solid #c7c3c3;
}
.model-form-title .submit-btn {
    margin-top: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control{
 min-height: 40px;
 border: 1px solid #c7c3c3;
}
.form-group label {
    color: #1e293bad;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
.form-group .select2-container .select2-search--inline .select2-search__field{
   margin-top: 0;
}
.model-form-title{
    color: #fff;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
    border-radius: 7px;
    background-color: #fff;
    padding: 25px;
}
.ibox-content {
    color: inherit;
    padding: 15px 20px 15px 20px;
    padding: 0;
}
.dataTable thead {
    background: #fff;
    color: #000;
}
#content .table-responsive {
    margin-top: 35px
}
.tabs_common {
    justify-content: center;
    margin-top: 20px;
}
.tabs_common .nav-link {
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.date_form .form-group {
    position: relative;
}

.date_form .form-group i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    width: 25px;
}
.date_form button{
    margin-top: 28px;
}

.datetimepicker td, .datetimepicker th {
    text-align: center;
    padding: 8px 10px;
    font-weight: 500;
    border-radius: 0px !important;
    border: 1px solid #00000047;
}

.datetimepicker table thead th {
    background-color: #fab028;
    color: #000;
}
.datetimepicker table thead tr:last-of-type th {
    background-color: #ffffff;
    color: #000;
}

th.today {
    background: linear-gradient(90deg, #ECD581 100%, #ECD581 0%);
    color: #fff;
}


.datetimepicker table {
    background-color: #fff8e3;
    color: #000000;
    font-weight: 600;
    width: 100%;
}
.datetimepicker table tr td.active{
    background-color: #fab028 !important;
    color: #000 !important;
}

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
    background: #fab028!important;
    color: #000;
}

.datetimepicker table tr td span.active{
    background: #fab028 !important;
}

.datetimepicker table tr td.day:hover {
    background: #fab028 !important;
    color: #000;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.ticket_det .main_head a {
    float: right;
    color: #000000;
    font-size: 14px;
    background-color: #2949ef;
    padding: 8px 12px;
    border-radius: 4px;
}
.wallet_bal {
    border: 1px solid #fcd535;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .05);
    border-radius: 6px;
    color: #fcd535;
}
.wallet_bal span {
    display: block;
    margin-bottom: 15px;
    margin-top: 2px;
    word-break: break-all;
    font-size: 12px;
}
.wallet_bal span:last-of-type {
    margin-bottom: 0;
}
.sec_title {
    font-weight: 500;
    color: #000;
    color: #1e293b;
    font-size: 24px;
    margin-bottom: 15px;
}
.table td, .table th {
    color: rgba(47, 43, 61, 0.90);
    border-top: 0;
}
.mt_30_991 {
    margin-top: 30px;
}
#content .navbar-nav {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}
.navbar-collapse {
    flex-wrap: nowrap !important;
    display: flex;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .35rem .8rem;
    font-size: 11px;
    line-height: normal;
    border-radius: .2rem;
}
.btn-group-sm>.btn, .btn-xs {
    padding: .35rem .8rem;
    font-size: 11px;
    line-height: normal;
    border-radius: .2rem;
}
th input:focus {
    outline: 0;
}
.table_bg tbody .btn {
    margin: 1px;
}
.table-striped thead th {
    color: #eaecef;
}
.table tfoot td {
    color: #646b78;
}
.table thead th{
 border: 1px solid #dee2e614;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #dee2e614;
}
.mt10 {
    margin-top: 10px;
}
.tabs_custom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.tabs_custom a {
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 10px;
    color: #2949ef !important;
    cursor: pointer;
}

.tabs_custom a.active, .tabs_custom a:hover {
    background-color: #2949ef;
    color: #000000 !important;
}
.loader_load {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #ec6c43;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.productclass li{
  cursor:pointer;
  margin:10px;
  padding:10px;
}
.productclass{
  background-color: #fbfbfb;
  margin: 10px;
  padding: 16px;
}
.empty_img{
    width: 150px;
    height: 150px;
    margin: 5px;
    border: 6px;
}
.title {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000000;
}
.title h4 {
    font-size: 20px;
}

table td, table th {
    font-size: 12px;
}
label.btn-success,
label.btn-info {
    padding: 1px 2px;
    font-size: 10px;
    border-radius: 2px;
}
.modal-header .close {
    font-weight: normal;
    box-shadow: none;
    outline: none;
    margin: -5px;
    font-size: 37px;
    padding: 5px;
    color: #000;
}
.modal-header{
    align-items: center;
}
#sidebar ul.components li {
    margin-bottom: 4px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.8;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1
}
.back_btn {
    padding: 4px 10px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #fab03c, #f3c411);
    color: #000;
}
.export_flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
}
.button {
    float: right;
    background: linear-gradient( 90deg, #61cae6 0%, #345d9d 100%);
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.button:hover{
    color: #000000;
    background: linear-gradient( 90deg, #345d9d 0%, #61cae6 100%);
}
.export_flex .d-flex {
    align-items: flex-end;
    margin-right: 15px;
}
.export_flex .form-group {
    margin: 0 15px 0 0;
}
.export_flex .button {
    white-space: nowrap;
}
.export_flex label {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: .5px;
    font-size: 14px;
}
.export_flex .form-control {
    font-size: 12px;
    height: 34px;
}
.export_flex .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    background: #fff !important;
}
.navbar-collapse span {
    color: #000000;
    margin-left: 15px;
}
.dataTables_wrapper td:nth-child(2) {
    white-space: nowrap;
}
.data-grid-errors{
    background-color: #000 important;
}
.process_tab {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #000000;
    border-bottom: 1px solid #dedede;
    margin-top: 15px
}
.process_tab a{
    color: #000;
}
.process_tab .nav-item.active a,
.process_tab .nav-item a:focus {
    color: #000 !important;
    outline: 0;
    border:unset;
    border-bottom: 1px solid #000000;
}
.process_tab .nav-link:hover {
    background-color: unset;
    border:unset;
    /*border-bottom: 1px solid #000000;*/
    color: #000;
}
.nav-tabs .nav-link{
   border: unset;
   color: rgba(47, 43, 61, 0.78);
   border-radius: 0;
   font-size: 18px;
}
.nav-tabs .nav-item:last-child .nav-link{
    border-right: unset;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border:unset;
    border-bottom: 1px solid #000000;
    color: #000;
    background-color: unset;
}
#kycImagePopup .modal-content .carousel-item {
    height: 80vh;
    overflow: hidden;
    background-color: #fff;
}
#kycImagePopup #indicators {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
table .btn {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;
}
.ckeditor  p{
    color: #757575;
}
#kycImagePopup .carousel-item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* User profile css */


.user-profile{
    background-color: #fff;
    margin-bottom: 32px;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
    border-radius: 4px;
    border: unset;
    padding: 40px 30px;
    text-align: center;
}

.front_image a {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: inline-block;
    background-color: #000000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.front_image a img{
    width: 100% !important;
    object-fit: contain;
    height: auto !important;
    border-radius: 50%;
}

.inner-pi-box {
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
    background-color: #fff;
    padding: 25px 25px;
}

.kyc-box-main .inner-pi-box {

    width: calc(100% - 30px);
    margin: 0px 15px;
}
.kyc-box-main .kyc-img-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap:30px;
}
.kyc-box-main .kyc-img-sec .inner-pi-box {
    width: calc(33.33% - 30px);
    padding: 20px 20px;
}

.kyc-box-main .kyc-img-sec .inner-pi-box .sec_title {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 20px;
}

.kyc-box-main .kyc-img-sec .inner-pi-box img {
    width: 100% !important;
    height: auto !important;
}
.pi-box .inner-pi-box {
    margin-bottom: 30px;
}

.pi-box .inner-pi-box:last-child {
    margin-bottom: 0px;
}
.user-main-box {
    margin-top: 10px;
}
.user-profile.self_image a, .user-profile.back_image a  {
    border: 1px solid #a1a1a159;
    display: block;
}
.user-main-box .row {
    row-gap: 30px;
}
.received_msg p {
    color: #121212;
}
.received_msg  .time_date {
    color: #121212;
}
.export_div .row {
    align-items: end;
}
.export_div .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  height: 45px;
}
.per_info .payment_flex {
    background-color: #f8f7fa;
}
.payment_flex .d-flex {
    align-items: center;
}

@media (min-width: 991px) {
    .export_div .col-xl-2 {
        flex: 0 0 19.666667%;
    }
}


@media (min-width: 1200px) {
    .export_div .col-xl-2 {
        flex: unset;
        width: 16%;
        max-width: unset;
    }
}


@media (min-width: 576px){  
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

@media (max-width:1600px){
    .export_div .col-xl-2 {
        padding: 0px 8px;
    }
}

@media (max-width: 1500px) {
    .export_div .col-xl-2 {
        width: 20%;
    }
    .top_b {
        flex-direction: column;
        text-align: center;
        background-color: transparent;
        padding: 0px;
    }
    .top_link {
        margin-top: 10px;
    }
    .dash_first_row .col-xl-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .dash_first_row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .dash_first_row .ibox-content {
        padding: 10px;
    }
    .my_ticket b {
        font-size: 12px;
    }
    .my_ticket span {
        font-size: 12px;
    }
    .my_ticket .title {
        margin-top: 5px;
    }
}

@media (max-width:1400px){
  .kyc-box-main .kyc-img-sec .inner-pi-box {
    width: calc(50% - 30px);
}
.per_info {
    padding: 10px 10px;
}
.payment_flex h5 {
    font-size: 15px;
}
.payment_flex h6 {
    font-size: 14px;
}
.payment_flex {
    padding: 8px 10px;
}
.per_info .btn {
    padding: 3px 5px;
    font-size: 12px;
}
}


@media (max-width: 1200px) {
    .dash_box {
        padding: 15px;
    }
    #sidebar {
        left: -300px;
    }
    #content {
        margin-left: 0;
    }
    #sidebar.active {
        left: 0;
    }
    #dismiss{
        display: block;
    }
    .export_div .row{
        margin: 0px -8px;
    }
}

@media (max-width: 991px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .payment_flex:last-of-type {
        margin-bottom: 15px;
    }
    .payment_flex h6 {
        text-align: right;
        width: 50%;
        word-break: break-all;
        padding-left: 10px;
    }
    .dash_box{
        margin-bottom: 10px;
    }
    .ticket {
        margin-top: 0;
    }
    .my_ticket {
        margin-bottom: 15px;
    }
    .mesgs {
        margin: 0;
    }
    .export_flex .d-flex {
        flex-wrap: wrap;
        margin-right: 5px;
    }
    .export_flex .form-group{
        margin: 10px 5px 0px 0;
        flex: 0 0 25%;
    }
}

@media (max-width: 767px) {
    .sec_title {
        font-size: 16px;
        margin-top: 16px;
    }
    .ibox-title h6 {
        font-size: 19px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .form-control {
        min-height: 40px;
    }
    .dash_row h2 {
        padding: 10px 0px;
        padding-top: 0px;
    }
    .table td {
        font-size: 14px;
    }

    .date_form button {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .table_bg .input-group {
        margin-bottom: 15px;
    }
    .m_top {
        margin-top: 0;
    }
    .mb15 {
        margin-bottom: 15px;
    }
    .mt10 {
        margin-top: 0;
    }
    .export_flex .button{
        font-size: 12px;
        letter-spacing: 0;
    }
    .ex_report td:nth-child(7), .ex_report th:nth-child(7) {
        min-width: 180px;
    }
}

@media (max-width: 575px) {
    .export_flex label{
        font-size: 12px;
    }
    .form-control {
        font-size: 14px;
    }
    .digit_number_box{
        margin: 2px 1px !important;
    }
    
    .select2-container--default .selection .select2-selection--single .select2-selection__rendered{
        border: 1px solid #0000003b  !important;
    }
    .table_bg.card .table-striped thead th{
        vertical-align: middle;
        font-size: 13px;
        padding: 5px 10px;
    }
    .table_bg.card .table-striped tbody td{
        padding: 5px 8px;
        font-size: 12px;
    }
    .export_div .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
        height: 40px;
        min-height: 40px;
    }
    .form-group label {
        font-size: 15px;
        padding: 0px;
    }
    .dataTables_length label{
        padding: 10px 15px;
        padding-top: 13px;
    }
    .modal-body{
        padding: 18px 13px;
    }
    .export_div .form-control {
        min-height: 40px;
    }
    .export_div .form-group {
        padding-top: 16px;
    }
    .export_div .btn-theme {
        min-height: 40px;
    }
    button.btn.btn-sm.btn-secondary {
        margin-top: 3px;
    }
    button.btn.btn-sm.btn-warning {
        margin-bottom: 5px;
    }
    .export_div .d-flex div {
        width: 100%;
    }
    .export_div .d-flex{
        flex-wrap: wrap;
    }
    .export_div .btn-theme{
        margin-left: 0;
    }
    .kyc-box-main .kyc-img-sec .inner-pi-box {
        width: calc(100% - 30px);
    }
  
    .payment_flex h5 {
        font-size: 14px;
    }
    
    .payment_flex h6 {
        font-size: 14px;
    }
    .export_flex {
        display: block;
    }
    .export_flex .form-group {
        margin: 5px;
        width: calc(50% - 10px);
        flex: inherit;
    }
    .export_flex .button{
        margin-left: 5px;
        margin-top: 5px;
    }
    .export_flex .d-flex {
        margin-right: -5px;
        margin-bottom: 5px;
        margin-left: -5px;
    }
    .export_flex #export_excel{
        float: right;
        margin-top: -37px;
    }
    #content{
        height: inherit;
        padding: 0px;
        display: block;
    }
    .login_text {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        border-radius: 0px;
        padding: 15px;
    }
    #captcha_theme {
        transform: scale(0.9);
        margin-left: -10px;
    }
    ul.single-digit{
        width: calc(100% - 4px) !important;
    }
    .single-jodi-data li{
        padding: 3px;
        font-weight: 600;
        font-size: 13px;    
    }
    .login_text h4{
        margin-bottom: 2rem;
        font-size: 16px;
    }
    .mt-30 {
        margin-top: 5px;
    }
    .card{
        margin-bottom: 12px;
    }
    .card-body .table td {
        font-size: 16px;
        padding: 4px 11px;
    }
    #content .card .table-responsive{
        padding: 7px;
    }
    .card-body .table td {
        font-size: 16px;
        padding: 5px 4px;
    }
    .mb-30 {
        margin-bottom: 15px;
    }
    .mt_30_991 {
        margin-top: 15px;
    }
    .card-header h5 {
        font-size: 16px;
    }
    .ibox-title h5 {
        font-size: 16px;
    }
    .main_head {
        font-size: 16px;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .btn.btn-theme {
        width: 160px;
        height: 40px;
        font-size: 14px;
        padding: 5px 12px;
    }
    .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
        min-height: 40px;
        line-height: 40px;
    }  
    nav.page_title {
        margin-top: -6px;
    }  
    .logout_btn {
        font-size: 16px;
        padding: 7px 17px;
    }
    button#sidebarCollapse {
        font-size: 22px;
        padding: 7px 12px !important;
        height: 35px;
    }
    .sec_title {
        font-size: 16px;
    }
    .card-body {
        padding: .50rem;
    }
    .card-body tbody{
        border-radius: 0 0 20px 20px !important;
    }
    .navbar {
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 240px !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .py-4 {
        padding: 15px !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu h6 {
        font-size: 12px;
    }
    .navbar-collapse span{
        display: none;
    }
    #sidebar .sidebar-header{
        padding: 15px;
    }
    #sidebar .sidebar-header h3 img{
        max-width: 120px;
    }
    .title h4 {
        font-size: 18px;
    }
    .jodi-data {
        width: 30px;
    }
    ul.jodi-digit{
        width: 100%;
        justify-content: center;
    }
    ul.jodi-digit li{
        padding: 4px;
        font-size: 13px;
    }
    .received-calculation-info {
        margin-top: 12px !important;
    }
    .received-calculation-info.jantri-received {
        padding: 13px 8px;
    }
    .total-btn {
        margin: 0px 0px;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        row-gap: 7px;
    }
    .breadcrumb{
        margin: 0px;
        font-size: 17px;
        margin-top: 15px;
    }
    .export_div{
        margin-bottom: 4px;
    }
    .submit-btn{
        font-size: 14px;
        padding: 7px 18px;
    }
    .bid_box.bs_box{
        padding: 0.47rem 8px;
        display: flex;
        margin-bottom: 5px;
        align-items: center;
        column-gap: 12px;
    }
    a.btn.btn-xs.btn-info.mr-2 {
        margin-bottom: 5px;
    }
    img#previewImage {
        text-align: center;
        margin-top: 13px !important;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: auto;
    }
    .received-calculation-info.jantri-received{
        padding: 13px 11px !important;
    }
    .dash_right h3{
        font-size: 21px;
    }
    .received-calculation-info{
        width: 100% !important;
    }
    #content .table-responsive {
        margin-top: 22px;
    }
    .table-bg h3 {
        font-size: 19px;
    }
    #data-grid_wrapper table.dataTable tbody th, #data-grid_wrapper table.dataTable tbody td{
        padding: 3px 5px;
        font-size: 10px;
    }
    button.btn.btn-sm.btn-success {
        margin-bottom: 5px;
    }
    .model-form-title .submit-btn {
        margin-top: 5px;
    }
    .table td, table th{
        white-space: normal;
    }
    button.btn.btn-sm.btn-info {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    button.btn.btn-sm.btn-danger.ml-2 {
        margin-left: 0px !important;
    }
    .dataTables_wrapper td:last-child{
        text-align: center;
    }
    .dataTables_wrapper td:nth-child(2) {
        white-space: normal;
    }
    #data-grid_wrapper table.dataTable tbody th, #data-grid_wrapper table.dataTable tbody td{
        white-space: normal; 
    }
    .table-bg .search-input-text {
        width: 96px;
        font-size: 9px;
        padding: 4px 5px;
    }
    table td, table th{
        font-size: 14px;
    }
    .bid_box.bs_box span{
        font-size: 13px;
    }
    .table_bg.card .mb-3 {
        display: flex;
        column-gap: 8px;
    }
    .breadcrumb-item.active{
        color: #bcbcbc !important;
    }
    .modal-open .modal{
        padding-right: 0px !important;
    }
    .table tfoot td{
        font-size: 12px;
        padding: 5px 8px;
    }
    .ibox.mt-3 {
        margin-top: 0 !important;
    }
    .ibox-title h4 {
        font-size: 20px;
    }
    .my_ticket {
        padding: 15px 20px;
    }
    .close_btn {
        font-size: 12px;
    }
    .my_ticket:before{
        width: 30px;
        height: 40px;
        top: calc(50% - 30px);
        right: -15px;
    }
    .my_ticket:after{
        width: 30px;
        height: 40px;
        top: calc(50% - 30px);
        left: -15px;
    }
    .my_ticket .title {
        font-size: 16px;
    }
    .dataTables_info {
        font-size: 12px;
    }
    .dash_row h2{
        margin-top: 19px;
        font-size: 21px;
    }
    .dash_right{
        padding: 0 0 0 1px;
    }
    .navbar .container-fluid{
        border-radius: 0px;
    }
    .navbar{
        padding: 0px;
    }
    .dash_info .fa-users, .dash_info .fa-arrow-up, .dash_info .fa-arrow-down{
        font-size: 31px;
        border-right: 1px solid #404040;
    }
    #data-grid_wrapper table.dataTable thead th, #data-grid_wrapper table.dataTable tfoot th {
        padding: 6px 3px;
    }
    .dash_box {
        padding: 11px;
    }
    .dash_success .fa-users, .dash_success .fa-arrow-down, .dash_success .fa-arrow-up{
        font-size: 31px;    
    }
    .dash_danger .fa-users, .dash_danger .fa-arrow-down{
        font-size: 31px;
    }
    .dash_dark .fa-users{
        font-size: 31px;
    }
}

@media (max-width: 400px) {

    .login_text div#example1 {
        transform: scale(0.8);
        display: flex;
        justify-content: center;
        wid
        : 100%;
        align-items: center;
    }
    .top_b div {
        font-size: 12px;
    }
    .copyright {
        line-height: 16px;
        font-size: 10px;
        padding: 0 15px;
    }
    li.nav-item.ml-3 {
        margin-left: 10px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 10px;
    }
    .smll_btn {
        font-size: 11px !important;
    }
}
.digit_number_box {
    border-radius: 4px;
    width: 59px;
    height: 39px;
    margin: 2px 6px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    background-color: rgb(231 231 231);
    color: #000;
    display: inline-block;
}
.ank_number_box {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 6px 6px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    background-color: rgba(244,106,106,.18);
    color: red;
    display: inline-block;
}

.card-body h5{
    color: #000000;
    margin-top: 23px;
    margin-bottom: 7px;
}
ul.single-digit {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    width: calc(100% - 20px);
    padding: 10px;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;

}

.total-btn .bid_box.bs_box {
    margin: 0px 5px;
}
.total-btn  {
    margin: 0px -5px;
}
.received-calculation-info {
    margin-top: 23px;
    width: calc(100% - 20px);
  
}
.received-calculation-info.jantri-received{
    padding: 20px 18px;
    box-shadow: rgba(76, 78, 100, 0.22) 0px 1px 10px -1px;
    background-color: #fff;
}
.received-calculation-info h6 {
    color: #000;
    margin-bottom: 8px;
    font-size: 19px;
}
.single-jodi-data{

}
.open_result{
 color: #000000; 
}
.bid_box{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
td.dataTables_empty {
    text-align: center !important;
    font-size: 14px;
}
.bs_box {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.47rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.bid_box_info{
    display: flex;
    align-items: center;
}
.main_bid_box{
    display: flex;
    column-gap: 19px;
}
.bid_box_info .submit-btn{
    padding: 2px 17px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 22px;
}
.bid_box_info span{
    margin-left: 10px;
}
.text-right{
  float: right;
  margin-bottom: 0.5rem!important;
}