@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@font-face {
    font-family: "Barlow-Regular";
    src: url(../fonts/Barlow-Regular.ttf);
}

@font-face {
    font-family: "Barlow-SemiBold";
    src: url(../fonts/Barlow-SemiBold.ttf);
}

@font-face {
    font-family: "Barlow-Bold";
    src: url(../fonts/Barlow-Bold.ttf);
}
.error-help-block {
    color: #ff0000;
}
.font-semibold {
    font-family: "Barlow-SemiBold";
}
.mobile-nav a {
    color: #fff !important;
}
.select2-container {
    display: block !important;
}
.dataTables_wrapper .dataTables_length select {
    padding: 0px 30px 0px;
    margin: 4;
    height: 32px;
}
.font-bold {
    font-family: "Quicksand", sans-serif;
}

table {
    margin-top: 20px !important;
}

body {
    min-height: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 0.875rem;
    color: #1e1e1e;
    /* background-color: #000055; */
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
    margin-bottom: 0px;
    font-family: "Quicksand", sans-serif;
}

a {
    text-decoration: none !important;
}

.container-fluid {
    overflow: hidden;
}

.btn{
    height: 42px  !important;
    border-radius: 2px !important;
}

.h-100vh {
    height: 100vh;
}

[type='checkbox'], [type='radio']{
    color: #374151;
}

td {
    border: 1px solid #000;
}

tr td, tr th {
    width: 1%;
    white-space: nowrap;
}

tr td:last-child, tr th:last-child {
    text-align: center !important;
}

[type='checkbox']:focus, [type='radio']:focus{
    outline: none !important;
    color: #374151 !important;
    box-shadow: none !important;
}

.bg-primary {
    background-color: #000 !important;
}

.underline{
    text-decoration: underline;
}

/* .bg-offwhite {
     background-color: #fcfcfc;
}

.border-gray {
     border-color: #ececec;
     border-width: 2px;
}

.bg-direct-payment {
     background-color: #000055;
     border-radius: 15px;
     position: relative;
     height: 100%;
} */

.bg-show-menu {
    background-color: #9cc8e3;
    border-radius: 15px;
}

.bg-pay-bill {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        #4d8cbf;
    border-radius: 15px;
}

.btn {
    border-radius: 4px;
    height: 52px;
}

.btn:focus {
    box-shadow: none !important;
    border: 0px;
}

.btn-primary {
    background-color: #000;
    border: 0px;
    font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #9cc8e3;
}

.btn-secondary {
    background-color: #9cc8e3;
    border: 0px;
    font-weight: 600;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #000055;
}

.btn-success {
    background-color: #30d1ff;
    border: 0px;
    font-weight: 600;
}

.btn-success:hover,
.btn-primary:focus {
    background-color: #9cc8e3;
}

.btn-outline-secondary {
    border: 1px solid #ececec;
}

.card {
    border: 0px;
}

.color-light {
    color: #30d1ff;
}

.color-light-blue {
    color: #9cc8e3;
}

.font-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.font-16 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.font-24 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.font-32 {
    font-size: 2rem;
    line-height: 3rem;
}

.font-36 {
    font-size: 2.25rem;
    line-height: 3.125rem;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
}

.mb-40 {
    margin-bottom: 40px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.form-control {
    /* height: 52px; */
    border: 1px solid #ececec;
    border-radius: 2px;
}

hr {
    border-color: #ececec;
}

.default-card {
    height: 100vh;
    border: 0px !important;
    /* border-radius: 30px 30px 0px 0px; */
}

.bottom-menu {
    position: absolute;
    top: 80%;
    width: 100%;
    left: 0;
}

.bottom-menu-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.bottom-menu li {
    display: inline-block;
    margin-right: 60px;
}

.bottom-menu li:last-child {
    margin-right: 0px;
}

.bg-theme {
    background-color: #000;
    min-height: 100%;
}

.authentication-card {
    padding: 20px 8px;
    border-radius: 2px 2px 2px 2px;
}

.arrow-left {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.split-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.radio-box {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 12px 25px;
    background: #ffffff;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
}

.form-check-input:checked {
    background-color: #30d1ff;
    border-color: #30d1ff;
}

.form-control:focus,
.form-check-input:focus {
    box-shadow: none !important;
}

.left-right-10 {
    left: 10px;
    right: 10px;
    margin-top: 100px;
}

.card-bordered {
    border: 1px solid #ececec;
    border-radius: 15px;
    background: #ffffff;
}

.text-dark-blue {
    color: #082856;
}

.btn-check:checked + .btn {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        #4d8cbf;
    border: 2px solid #000;
    border-radius: 8px;
}

.btn-check:checked + .btn > img {
    filter: brightness(0) invert(1);
}

.btn-check + .btn {
    background: rgba(156, 200, 227, 0.3);
    border: 2px solid #000;
    border-radius: 8px;
    color: #000;
}
.dataTables_wrapper .dataTables_length {
    margin-bottom: 20px !important;
}

/* UI Refinement CSS */

.select2-container .select2-search--inline .select2-search__field {
    height: 32px !important;
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
}

input {
    border-radius: 4px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    line-height: 32px !important;
}

.upc_id{
     border: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
     top: 65% !important;
}
.link-design{
     height: min-content;
     padding-top: inherit;
}

.login-logo{
     width: 200px;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    #product_cat {
        margin-top: 15px !important;
    }

    .dt-buttons {
        margin: 20px auto;
    }
     .login-logo{
          width: 100px;
     }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .logo a {
        width: 80px !important;
    }
}

/* End */

.upc_id {
    border: 0px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    top: 65% !important;
}
.link-design {
    height: min-content;
    padding-top: inherit;
}

.avatar-upload {
    position: relative;
    max-width: 220px;
    margin-top: 20px;
    .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
        input {
            display: none;
            + label {
                display: flex;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #ffffff;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
                justify-content: center;
                align-items: center;
                &:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }
            }
        }
    }
    .avatar-preview {
        width: 200px;
        height: 200px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #f8f8f8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        object-fit: fill;
        display: flex;
        justify-content: center;
        align-items: center;
        > div {
            max-width: 180px;
            max-height: 180px;
            width: 180px;
            height: 180px;
            border-radius: 100%;
            background-size: 180px;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
}

.btn-outline-dark:hover{
    color: white;
}

.font-12{
    font-size: 12px;
    line-height: 20px;
}

.font-14{
    font-size: 14px;
    line-height: 24px;
}

.w-160px{
    width: 160px;
}
.dataTable{
    margin-bottom: 10px !important;
}
.dataTables_info, .dataTables_paginate{
    padding-bottom: 15px;
}

.container{
    max-width: 90% !important;
}

.select2-selection--single{
    height: 37px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #000 !important;
}

.select2-results__option:hover{
    background-color: #000 !important;
}

.dataTables_wrapper .dataTables_filter{
    margin-bottom: 20px;
}
.small-box .icon>i.ion{
    top: 50px !important;
}

.font-bold{
    font-weight: 800 !important;
}
.dt-button{
    background-color: black;
    color: white;
    padding: 5px 20px;
}