.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #fff;
    color: #000;
}

.col-form-label {
    text-align: right;
}

.content-header h1 {
    font-size: 1.5rem;
}

.card-header > .card-tools {
    margin-right: 0px;
}

.btn-tool {
    margin: 0px;
}

.main-sidebar {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
}

.col-form-label {
    padding-top: calc(.5rem + 1px);
    /*padding-bottom: calc(.5rem + 1px);*/
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}

.form-check-inline .form-check-input {
    margin-top: 3px;
}

.callout.callout-danger, .callout.callout-success, .callout.callout-warning {
    border-left-color: #bd2130;
    background: rgba(245,255,192,.9);
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.modal-title {
    font-weight: 600;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.myaccordion {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card-header {
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn-link {
    width: 100%;
    font-weight: bold;
    color: #000;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box .card {
    background-color: rgba(255, 255, 255, 0.2);
}

.login-card-body, .register-card-body {
    background: transparent;
    padding: 25px;
}

.btn-green {
    background: #28844e;
    border-color: #28844e;
    text-transform: uppercase;
    font-weight: bold;
}

.login-box .form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28844e;
    border-radius: 0px;
    background: transparent;
    font-weight: bold;
}

#txtUsername::placeholder {
    color: #28844e !important;
    font-weight: bold;
}

#txtPassword::placeholder {
    color: #28844e !important;
    font-weight: bold;
}

.login-box #txtMobile::placeholder {
    color: #28844e !important;
    font-weight: bold;
}

.login-box, .register-box {
    width: 400px;
    margin: 0% auto;
}

.logo-green {
    margin: 0 auto;
    display: table;
}

.btn-green:hover {
    color: #fff;
    background-color: #28844e;
    border-color: #28844e;
}

.login-box .form-control {
    color: #000;
    font-weight: 600;
}

.content-header h1 {
    color: #225c3a;
}

.bank-info-subheading {
    color: #000 !important;
}

.tree * {
    margin: 0;
    padding: 0;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #396;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #396;
}

.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #396;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #396;
    width: 0;
    height: 20px;
}

.tree li a {
    text-decoration: none;
    background-color: white;
    color: #8b8b8b;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    height: 175px;
    width: 200px;
    border: 1px solid #396;
    border-radius: 5px;
    padding: 19px 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li a:hover, .tree li a:hover + ul li a {
    background: #f2f2f2;
    color: #666666;
    box-shadow: 1px 1px 6px 1px #396;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

.downline-tree .fa-user {
    font-size: 80px;
}

.downline-tree .fa-user-plus {
    font-size: 80px;
}

.alert-primary {
    color: #fff;
    background: #cce5ff;
    border-color: #cce5ff;
}

.card-title {
    margin-bottom: 0rem;
}

.card-warning.card-outline {
    border-top: 0px solid #ffc107;
}

.card-dark.card-outline {
    border-top: 0px solid #343a40;
}

.btn-proceed {
    background: transparent;
}

.float-right {
    float: right !important;
}

#imgUpload, .imgUpload {
    display: none;
}

#fileUpload {
    display: none;
}

.color-green {
    color: #28a745;
}

.color-red {
    color: #dc3545;
}

.color-black {
    color: #000000;
}

.alerts h5 {
    color: rgba(51,143,51,.9);
    font-weight: 600;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.badge-style {
    font-size: 18px;
    font-weight: 500 !important;
}

.alert-primary {
    color: #004085;
}

.float-right {
    float: right !important;
}

/*#btnAdd {
    position: absolute;
    right: 50px;
    top: 12px;
}*/

.modal {
    /*z-index: 100000000000000;*/
    z-index: 9999;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    padding: 0.6rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: calc(2.25rem + 2px);
}

.badge {
    padding: 0.5rem 0.5rem;
    font-size: 15px;
    font-weight: 600;
}

@media (min-width:768px) and (max-width:1400px) {
    .content-header h1 {
        font-size: 1.3rem;
        margin: 0;
    }
}

@media (min-width: 100px) and (max-width: 767.98px) {
    .login-box, .register-box {
        width: 330px;
    }

    .card-body {
        padding: 0.9rem !important;
    }

    .badge-style {
        font-size: 100%;
    }

    .direct-seller-heading {
        font-size: 1rem;
    }

    .main-header .nav-link {
        height: auto;
        position: relative;
    }

   /* .modal-footer {
        display: flow-root;
        text-align: right;
    }*/

    .card-title {
        font-size: 16px;
        text-align: left;
        font-weight: 600;
        line-height: 2;
        display: grid;
    }

    .col-form-label {
        text-align: left
    }

    .content-header h1 {
        font-size: 1.3rem;
        margin: 0;
    }

    #divKycStatus, #divBankStatus, #divPanStatus {
        height: auto;
    }
}

@media (min-width:100px) and (max-width:375px) {
    #btnBankInformationModal {
        width: 60%;
        float: left !important;
        margin-top: 10px;
    }

    #btnBankRemove {
        width: 35%;
        margin-top: 10px;
    }

    .content-header .breadcrumb {
        font-size: 0.9rem;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .content-header .breadcrumb {
        line-height: 19px;
    }
}

.callout a {
    color: #ffffff;
    text-decoration: none;
}

.btn-warning, .btn-warning:hover {
    color: #fff;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5) !important;
}

btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0 123 255 / 25%) !important;
}

form-control:disabled, .form-control[readonly] {
    color: #6c757d !important;
    background-color: #e9ecef !important;
    opacity: 1;
}

.custom-select:disabled {
    color: #6c757d !important;
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5) !important;
}

.input-validation-error {
    border: 1px solid #dc3545;
}

.loadingDiv-parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    opacity: 0.8;
}

.treename {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

@media (min-width:768px) and (max-width:1000px) {
    .loadingDiv-parent .loading-image {
        font-size: 4em !important;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .loadingDiv-parent .loading-image {
        font-size: 3em !important;
    }

    .dataTables_paginate .page-link {
        padding: 0.2rem 0.5rem;
        margin-top: 10px;
    }

    .form-control {
        font-size: 14px;
    }
}

.loadingDiv-parent .loading-image {
    color: #4b545c;
}

.logo-header {
    max-width: 100%;
    height: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

/*.brand-link {
    padding: .36rem .5rem !important;
}
*/
.table td, .table th {
    vertical-align: middle;
}

.alert .close, .alert .mailbox-attachment-close {
    color: #fff;
    opacity: 1;
}

.modal-open .modal {
    padding-left: 0px !important;
}

.login-box, .register-box {
    border-radius: 5px;
}

/*.login-register-page .brand-link {
    padding-top: 0rem !important;
    margin: 0 auto;
}
*/
.login-box .card {
    background: #fff;
}

.store-locator-template .card-Box {
    box-shadow: 0 1px 4px 0 rgb(17 52 97 / 50%);
    padding: 15px;
    border-radius: 5px;
}

.store-locator-template .card-Box h5 {
    font-weight: 700;
    color: #000;
}

.store-locator-template .list-inline li {
    display: inline-block;
}

.seller-template .card-Box {
    box-shadow: 0 1px 4px 0 rgb(17 52 97 / 50%);
    padding: 15px;
    border-radius: 5px;
}

.seller-template .list-inline li {
    display: inline-block;
}

.row-error {
    background: #fbefef;
}

.row-info {
    background: #f0f5f5;
}

.row-alternate {
    background: #f2f2f2;
}

.row-primary {
    background: #effbfb;
}

.modal-body .card-success {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

table {
    margin-bottom: 0px !important;
}

.content .content-header {
    padding: 15px .0rem;
}

.custom-switch label {
    display: inline !important;
}

.toast {
    border: 1px solid #fff !important;
}

#toast-container > div {
    opacity: .9 !important;
}

#toast-container > div:hover {
    box-shadow: 0px 1px 11px #fff !important;
}

#datatables-search_wrapper .dropdown-menu {
    padding: 0px !important;
    min-width: 155px !important;
    margin-top: 0px;
}

#datatables-search_info {
    margin-bottom: 10px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

.common-table {
    overflow: scroll;
    max-height: 70vh;
}

@media (min-width:100px) and (max-width:767px) {
    .common-table {
        overflow: scroll;
        max-height: 55vh;
    }

    .layout-footer-fixed .wrapper .content-wrapper {
        padding-bottom: 0;
    }

    .layout-footer-fixed .wrapper .main-footer {
        bottom: 0;
        left: 0;
        position: relative !important;
        right: 0;
        z-index: 1032;
    }
}

@media (min-width:1024px) and (max-width:5000px) {
    div.dataTables_wrapper div.dataTables_info {
        padding-top: .85em;
        width: 50%;
        float: left;
    }

    .dataTables_paginate {
        padding-top: .85em;
    }
}

@media (min-width:1500px) and (max-width:5000px) {
    .login-box, .register-box {
        width: 450px;
        margin: 0% auto;
    }
}

.mobile-view-table th:first-child {
    display: block;
    width: 100%!important;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

/*===========table-seacrh input left aside ruby css=================*/

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.dataTables_wrapper .col-sm-12.col-md-6:first-child {
    display: none !important;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0;
    padding-left: 0;
}

/*===========table-seacrh input left aside ruby css=================*/

.template-view #fa-plus {
    height: 1.2rem;
    width: 1.2rem;
    color: white;
    border: .15em solid white;
    border-radius: 50%;
    box-shadow: 0 0 .2em #444;
    text-align: center;
    background-color: #0275d8;
    font-size: 10px;
    line-height: 1rem;
}

.template-view .expandable-body > td {
    padding: 5px 5px !important;
    min-width: 100px;
    border-left: 0px solid;
    border-right: 0px solid;
    text-align: left;
}

.template-view td, .template-view th {
    padding: 0.8rem .5rem;
}

.template-view .expandable-body td:last-child {
    border-right-width: 0px !important;
}

.template-view .expandable-body .table {
    width: 100%;
    margin: 0 0 0 .75rem;
}

.template-view .info-table td, .info-table th {
    padding: 0.3rem .5rem !important;
}

.error-title {
    font-size: 40px;
    color: #000;
}

.error-subtitle {
    font-size: 16px;
    color: #000;
}

.error-color-white {
    color: #000;
    font-size: 18px;
}

.error-no {
    color: #000;
}

@media (min-width:100px) and (max-width:768px) {
    .error-pages {
        padding: 20px;
    }

    .scrollbottom, .scrollup {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }

    .template-view td {
        font-size: 12px;
    }

    .template-view th {
        font-size: 13px;
    }
}

#toast-container {
    z-index: 10000000000000 !important;
}

.scrollup {
    bottom: 60px;
    position: fixed;
    height: 35px;
    width: 35px;
    border-radius: 45px;
    right: 5px;
    background-color: rgba(17, 17, 17, 0.5);
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.scrollbottom {
    bottom: 120px;
    position: fixed;
    height: 35px;
    width: 35px;
    border-radius: 45px;
    right: 5px;
    background-color: rgba(17, 17, 17, 0.5);
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.dataTables_filter {
    padding: 3px 0px;
}

/*for chrome,safari,edge,opera*/

.spinnerblock::-webkit-outer-spin-button,
.spinnerblock::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*for firefox*/
.spinnerblockfirefox {
    -moz-appearance: textfield;
}

.input-groups {
    position: relative;
}

.custom-file-label {
    border: 0px;
    margin: 1px 1px;
    height: calc(2.25rem + 0px);
    width: 99.5%;
}

.modal {
    padding: 0px !important;
}

.modal-footer {
    position: sticky;
    bottom: -10px;
    z-index: 1055;
    background-color: #fff;
}

/*============Enter Product table==========*/

.custom-product-table {
    overflow: scroll;
    max-height: 48vh !important;
}

.custom-Product-items {
    overflow: scroll;
    max-height: 70vh !important;
}

/*.table.table-head-fixed thead tr:nth-child(1) th {
    top: -1px;
}*/

.modal form {
    overflow: auto;
}

.table .input-group-text {
    display: block;
}

.table tr, .table td, .table th {
    vertical-align: middle !important;
    border: 1px solid #dee2e6;
}


@media (min-width:1000px) and (max-width:1200px) {
    label:not(.form-check-label):not(.custom-file-label) {
        font-size: 14px;
    }
}
/*=====================Modal-xl Custom-width=================*/

@media (min-width:100px) and (max-width:767px) {
    .btn {
        padding: .3rem .5rem;
        font-size: .875rem;
    }

    .callout {
        padding: 0.5rem;
    }

    .input-group-text {
        height: calc(2rem + 2px);
    }

    .form-control {
        height: calc(2rem + 2px);
    }

    .form-control-sm {
        height: calc(1.9rem + 2px);
        padding: 0rem 0.75rem;
    }

    .custom-file-label {
        border: 0px;
        margin: 1px 1px;
        height: calc(2rem + 0px) !important;
        width: 99.5%;
    }

    .form-control {
        padding: 0rem .75rem;
    }

    .custom-file-label {
        padding: 0.2rem .75rem;
    }

    .custom-file-label::after {
        padding: .3rem .75rem;
    }

    .input-group-text {
        padding: 0.5rem .75rem;
    }

    .modal-title {
        font-size: 1rem !important;
    }

    .modal-footer .ml-2 {
        margin-left: .1rem !important;
    }

    .card-header {
        padding: .75rem .75rem;
    }

    .content-header .breadcrumb {
        line-height: normal;
    }
}

@media (min-width: 1200px) and (max-width: 1367px) {
    .modal-xl {
        max-width: 1330px;
    }
}

@media (min-width: 1368px) {
    .modal-xl {
        max-width: 1440px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .modal-xl {
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }

    #divKycStatus, #divBankStatus, #divPanStatus {
        height: 150px;
    }
}

@media (min-width: 100px) and (max-width: 980px) {
    body {
        font-size: 14px;
    }

    .table td, .table th {
        border: 1px solid #dee2e6;
        font-size: 14px !important;
        vertical-align:middle;
    }

    .input-group-text {
        font-size: 14px !important;
    }

    .table td, .table th {
        vertical-align: top;
    }

    .modal-body {
        overflow-y: hidden;
    }

    .modal-body form {
        overflow: scroll;
        height: 90vh;
    }

    .daterangepicker .drp-buttons {
        padding: 8px 4px !important;
    }

    .form-check-inline .form-check-input {
        margin-top: 0px;
    }
}

@media (min-width: 100px) and (max-width: 320px) {
    .table td, .table th {
        font-size: 13px !important;
    }

    .col-form-label {
        font-size: 13px !important;
    }

    .input-group-text {
        font-size: 13px !important;
    }

    .form-control {
        font-size: 13px !important;
    }

    .btn {
        padding: 0.45rem 0.5rem;
        font-size: .7rem;
    }

    body {
        font-size: 13px !important;
    }

    .select2-container--default .select2-selection--single {
        height: calc(2rem + 2px) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 20px;
        right: 6px;
    }

    .custom-product-table {
        overflow: scroll;
        max-height: 40vh !important;
    }

    .custom-Product-items {
        overflow: scroll;
        max-height: 65vh !important;
    }

    .login-box, .register-box {
        width: 270px;
    }
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
    z-index: 10000000000000;
}

/*.custom-switch {
    padding-left: 1.25rem;
}
*/
.scrollup:hover {
    background: rgba(17, 17, 17, 0.9);
}

.scrollbottom:hover {
    background: rgba(17, 17, 17, 0.9);
}

.custom-control-calender {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: left;
}

.custom-calender-click {
    border: 0.0625rem solid #cfd0d3;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    position: relative;
}

.custom-calender-click::-webkit-calendar-picker-indicator {
    right: -10px;
    position: absolute;
    width: 78px;
    height: 40px;
    color: rgba(204, 204, 204, 0);
    opacity: 0;
}

.custom-calender-click::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.custom-calender-click:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0 123 255 / 25%) !important;
}

.custom-calender-click:disabled, .custom-calender-click[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-calender-icon {
    background: transparent;
    border: none;
    color: black;
    padding: 7px 20px;
    position: absolute;
    right: 8px;
    top: 0px;
    background: #e9ecef;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
}

input[type='date'] {
    -webkit-appearance: none;
    display: block;
}

@media (min-width: 550px) and (max-width: 980px) {
    .login-box, .register-box {
        margin: 50px;
    }

    .login-register-page {
        height: 100% !important;
    }
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite !important;
    animation: fa-spin 2s linear infinite !important;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.form-group .callout {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.badge-pill {
    border-radius: 5px;
}

/*#ProductModal, #ProductByCategoryModal, #UpdateItemModal, #UpdateItemsModal, .table td, .table th {
    vertical-align: top !important;
}
*/
/*Timer CSS*/
.countdown-timer-wrapper {
    border-radius: 5px;
}

.countdown-timer-wrapper h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: none;
}

.countdown-timer-wrapper .timer {
    text-align: center;
}

.countdown-timer-wrapper .timer .timer-wrapper {
    display: inline-block;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.50);
}

.countdown-timer-wrapper .timer .timer-wrapper .time {
    font-weight: 400;
    font-weight: bolder;
    color: #ffffff; 
}

.countdown-timer-wrapper .timer .timer-wrapper .text {
    color: rgba(255, 255, 255);
}

.timer-wrapper {
    border: 1px whitesmoke solid;
}

.navbar-timer {
    background-color: #c70017;
    padding: 10px 0px;
}

.select2-container--focus {
    outline: none!important;
}

span.select2-selection.select2-selection--single {
    outline: none !important;
}

.color-white{
    color:#fff;
}

.form-control{
    color:#000!important; 
    -webkit-text-fill-color:#495057!important;
}

table.table-bordered.dataTable {
    border-right-width: 0 !important;
    border-top-width: 0px !important;
}

.bg-grey {
    background: #e5e2e2;
}

/*===========================Slider Carousel CSS Start=========================*/

.owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 35px;
    border-radius: 50px;
    position: absolute;
    bottom: -33px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    height: 35px;
    width: 35px;
    text-align: center;
}

.owl-nav .owl-prev {
    left: 46%;
}

.owl-nav .owl-next {
    right: 46%;
}

.owl-nav .disabled, .owl-nav .disabled:hover {
    background-color: #888 !important;
    opacity: 1;
}


@media (min-width: 575px) and (max-width: 1200px) {

    .owl-nav .owl-prev {
        left: 44%;
    }

    .owl-nav .owl-next {
        right: 44%;
    }
}

@media (min-width: 100px) and (max-width: 574px) {
    .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-nav .owl-next {
        right: 0px;
    }
}

/*===========================Slider Carousel CSS End=========================*/

.dropdown-item:active {
    height: auto !important;
}

.brand-link .brand-image {
    float: none !important;
    line-height: .8 !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    margin-top: 0px !important;
    max-height: 44px !important;
    width: auto !important;
    opacity: 1 !important;
}

.sidebar-collapse .brand-link .brand-image {
    max-height: 28px !important;
}

.sidebar-collapse .brand-link {
    padding: .7rem .3rem !important;
}

.brand-link {
    padding: .4rem .3rem !important;
}

.brand-text {
    font-size: 1rem;
    color: #fff;
    position: relative;
    top: 6px;
    padding: 0px !important;
    margin: 0px !important;
    right: 6px;
}

.sidebar-collapse .brand-text {
    top: 3px !important;
    right: 6px;
    font-size: 0.9rem;
}

.batch-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    height: 18px;
    width: 1px;
    background-color: #000 !important;
    top: 55%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.batch-list > li {
    position: relative;
    z-index: 1;
    padding: 2px 0px 2px 10px;
    display: inline;
}

.batch-list > li:first-child:before {
    content: normal;
}

.login-dark-primary .brand-link {
    padding: .8rem .3rem !important;
}

.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(3.4rem + 1px)!important;
}

.login-dark-primary .brand-text {
    font-size: 1.3rem!important;
}

.login-dark-primary .brand-text {
    top: 7px!important;
    right: 7px!important;
}

.badge-pill {
    border-radius: 25px;
    padding: 8px 20px;
}

.custom-Combo-items {
    overflow: scroll;
    max-height: 50vh !important;
}

.table-height {
    height : 250px;
    overflow-y : scroll;
}

.collapsed-card {
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}

.badge span {
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 0px 2px 1px 2px;
    font-size: 13px;
}
.custom-table-height {
    overflow: scroll;
    max-height: 60vh !important;
}

.bg-custom-red {
    background: #f5eeee;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: visible!important;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(4.5rem + 1px) !important;
}

.large {
    position: fixed;
    left: -9999px;
}

.large-image {
    border-radius: 4px;
    max-width: 100%;
    max-height: inherit;
    box-shadow: 1px 1px 3px 3px rgba(127, 127, 127, 0.15);
}

.thumb:hover > .large {
    left: 40%;
    position: fixed;
    top: 20%;
    bottom: 40%;
    background: transparent;
    z-index: 9999;
    transition: opacity .5s linear;
    text-align: center;
    right: 30%;
}

.thumb {
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .thumb:hover > .large {
        left: 20%;
        top: 20%;
        bottom: 20%;
        right: 20%;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    .thumb:hover > .large {
        left: 5%;
        top: 20%;
        bottom: 40%;
        right: 5%;
    }
}

.btn-margin-top {
    margin-top:6px;
}