@charset "UTF-8";

html.modern.sidebar-left-sm .header.header-nav-menu .logo:after {
    width: 250px
}

.header .userbox .profile-info {
    min-width: 4rem
}

.porto-help-tip {
    color: #666;
    cursor: help;
    display: inline-block;
    font-size: 1.1em;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
    margin-left: 5px
}

.porto-help-tip:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    cursor: help
}

.tooltip {
    z-index: 9997
}

.form-control[type=number] {
    min-width: 4rem
}

.form-group .select2-container {
    width: 100% !important
}

.form-group .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 35px;
    padding-left: 0
}

.select2-container .select2-selection--multiple ul.select2-selection__rendered {
    padding-left: 0
}

span.select2-container .select2-selection--multiple,
span.select2-container .select2-selection--single {
    min-height: 38px;
    box-shadow: none;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.vendor-banner {
    background: transparent;
    border: 2px dashed #e7e7e7;
    min-height: 400px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.vendor-banner>span {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.vendor-banner i {
    display: block;
    text-align: center;
    font-size: 3rem;
    color: #e7e7e7
}

.withdraw-notice {
    background-color: #e0ffff;
    padding: 1rem;
    font-weight: 600
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.loaded>.loading-overlay {
    opacity: 0;
    visibility: hidden
}

body:not(.loaded)>.loading-overlay {
    transition: none
}

.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all 0.2s;
    text-align: center;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #CCC;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay
}

.bounce-loader .bounce1 {
    animation-delay: -0.32s
}

.bounce-loader .bounce2 {
    animation-delay: -0.16s
}

body:not(.loaded)>.bounce-loader {
    transition: none
}

body:not(.loaded)>:not(.loading-overlay) {
    visibility: hidden
}

.content-body {
    position: relative
}

.content-body .loading-overlay {
    position: absolute;
    inset: 40px
}

.btn[disabled] {
    pointer-events: none;
    opacity: 0.8
}

.react-datepicker-wrapper {
    flex: 1
}

.react-datepicker-wrapper .react-datepicker__input-container {
    display: block
}

.tabs-modern .react-tabs__tab.active {
    background: #FFF;
    border-radius: 0 4px 4px 0
}

.tabs-modern .react-tabs__tab:not(:last-child) {
    border-bottom: 1px solid #efefef
}

.card-title.h5 {
    margin: 0
}

.card-subtitle.h6 {
    margin: 7px 0 0;
    font-weight: normal
}

.ui-pnotify .Toastify__toast {
    font-family: inherit
}

.toggle-preview .collapse:not(.show) {
    display: block
}

.category-image {
    width: 60px
}

/*# sourceMappingURL=custom.min.css.map */


/* custom styles */

.login-card {
    background: transparent !important;
    box-shadow: none !important;
}

.form-check>input[type=checkbox] {
    appearance: none;
    background-color: #F7FBFF;
    border: 1px solid #D4D7E3;
    border-radius: 5px;
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0px;
    margin-bottom: 0.3rem;
    position: relative;
    cursor: pointer;
}

.form-check>input[type=checkbox]::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    opacity: 0;
}

.form-check>input[type=checkbox]:hover {
    border-color: #007bff;
}

.form-check>input[type=checkbox]:hover::after {
    opacity: 0.3;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16"%3E%3Cpath d="M13.485 1.757a.5.5 0 0 1 .57.093l.07.058a.5.5 0 0 1 .093.57l-.058.07-8 8a.5.5 0 0 1-.57.093l-.07-.058-4-4a.5.5 0 0 1 .57-.77l.07.058L6 9.792 13.485 2.27z"/%3E%3C/svg%3E');
}

.form-check>input[type=checkbox]:checked {
    /* background-color: red; */
    border: 1px solid #137535;
}

.form-check>input[type=checkbox]:checked::after {
    opacity: 1;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16"%3E%3Cpath d="M13.485 1.757a.5.5 0 0 1 .57.093l.07.058a.5.5 0 0 1 .093.57l-.058.07-8 8a.5.5 0 0 1-.57.093l-.07-.058-4-4a.5.5 0 0 1 .57-.77l.07.058L6 9.792 13.485 2.27z"/%3E%3C/svg%3E');
}

.form-check label {
    margin-left: 0.3rem;
}

.btn-auth {
    background-color: transparent !important;
    margin-top: 1rem;
}

.btn-auth:hover {
    background-color: white !important;
    /* margin-top:1rem; */
}

.primary-btn {
    border: 0;
    background-color: #8DFF36;
    color: black;
    border-radius: 10px;
    text-decoration: none;
}

.form-select-custom {
    background: none !important;
}

.primary-btn.disabled {
    border: 0.5px solid black;
    background-color: transparent;
    border-radius: 10px;
    text-decoration: none;
}

.primary-btn.primary-gradient {
    background: linear-gradient(132.98deg, #8DFF36 -5.5%, #137535 131.63%);
    color: white;
}

.primary-btn:hover {
    background-color: #137535;
    text-decoration: none;
}

.primary-btn-inactive:hover {
    background-color: #8DFF36;
    border-radius: 10px;
}

/* custom.css */
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    background: none;
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    outline-color: none;
}

.accordion-button:focus {
    box-shadow: none;
    outline: 0 !important;
}

/* Removing default background color from accordion body */
.accordion-body {
    background-color: transparent;
}

.pagination .visually-hidden {
    display: none !important;
}

.custom-pagination .page-item.active .page-link {
    background-color: #8DFF36;
    border-color: #8DFF36;
    color: black;
}

.custom-pagination .page-link {
    color: #8DFF36;
}

.custom-pagination .page-link:hover {
    background-color: rgba(141, 255, 54, 0.15);
    border-color: #8DFF36;
    color: black; }