.fadeIn3 {
    animation-duration: 2s
}

.fadeIn1,
.fadeIn2,
.fadeIn3,
.fadeIn4,
.fadeIn5 {
    animation-fill-mode: both
}

.fadeInBottom {
    animation-name: h
}

@keyframes h {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1
    }
}

.fs-175 {
    font-size: 1.75rem;
}

.btn {
    letter-spacing: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

body,
.main-content,
.sidenav {
    overflow-x: hidden;
}

.swal2-confirm:focus {
    box-shadow: none;
}

.page-hd-bott-bot {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    background-color: #e91e63;
    border-radius: 2px;
    height: 5px;
    width: 60px;
}

.sc-min-hei {
    /* min-height: calc(100vh - 195px); */
    min-height: calc(100vh - 210px);
    margin-top: 30px;
}

/* Custom Form Control */
.sc-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    border-radius: .25rem;
}

.btn i {
    font-size: 14px;
}

.btn.btn-sm i,
.btn-group-sm>.btn i {
    font-size: 0.75rem !important;
}

.btn.bg-gradient-dark:hover {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
    border-color: #e91e63;
}

.btn-outline-dark:hover:not(.active),
.btn-outline-dark:active,
.btn-outline-dark:focus {
    color: #e91e63;
    border-color: #e91e63;
    background-color: #FFFFFF;
    box-shadow: none;
}

.bg-rgba-danger.alert {
    color: #FF5B5C;
}

.bg-rgba-danger {
    /* background: rgba(255, 91, 92, 0.2) !important; */
    background: #FFFFFF;
    border: 1px solid #FF5B5C;
}

.bg-rgba-success.alert {
    color: #66bb6a;
}

.bg-rgba-success {
    /* background: rgba(255, 91, 92, 0.2) !important; */
    background: #FFFFFF;
    border: 1px solid #66bb6a;
}

@media (prefers-reduced-motion: reduce) {
    .sc-form-control {
        transition: none;
    }
}

.sc-form-control[type=file] {
    overflow: hidden;
}

.sc-form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.sc-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e91e63;
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.sc-form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.sc-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.sc-form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.sc-form-control:disabled,
.sc-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.sc-form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .sc-form-control::file-selector-button {
        transition: none;
    }
}

.sc-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.sc-form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .sc-form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.sc-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.sc-form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.sc-form-control-plaintext.sc-form-control-sm,
.sc-form-control-plaintext.sc-form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.sc-form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.sc-form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.sc-form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.sc-form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.sc-form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.sc-form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.sc-form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.sc-form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.sc-form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
}

.sc-form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.sc-form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.sc-form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.sc-form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.sc-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.sc-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.sc-input-group>.sc-form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.sc-input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sc-input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sc-form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sc-form-inline .sc-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.sc-form-inline .sc-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

/* Custom Form Control */

.sc-alrt-abs {
    top: 10px;
    right: 10px;
    z-index: 5;
    min-width: 300px;
}

.bd-callout {
    padding: 0.5rem;
    border: 1px solid #eee;
    border-left-width: 0.3rem;
    border-radius: 0.25rem;
}

.bd-callout-primary {
    border-left-color: #e91e63;
}

.dropdown.dd-arr-none .dropdown-toggle::after {
    display: none;
}

.chk-hei {
    height: 330px;
    overflow-y: auto;
}

.ver-name-txt {
    bottom: 6px;
    right: 33px;
    z-index: 2;
}

.bg-gray-cre {
    background-color: #DEE2E6;
}

.sc-responsive {
    position: relative;
    /* display: block; */
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.sc-res-169 {
    padding-top: 56.25%;
}

.sc-responsive>img {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
}

.sc-responsive>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs i,
.btn-group-xs>.btn i {
    font-size: 10px;
}

.stat-abs-tr {
    top: 0;
    right: 0;
    z-index: 1;
}

.text-xlg {
    font-size: 1.75rem !important;
}

a.crt-card .crt-ico {
    opacity: .2;
}

a.crt-card:hover .crt-txt {
    color: #e91e63;
}

.dropdown .dropdown-menu {
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
    padding: 0.3rem;
    min-width: 200px;
}

.dropdown .dropdown-menu:before,
.dropdown .dropdown-menu:after {
    display: none;
}

.dropdown-item,
.dropdown-item h6 {
    color: #FFF;
    /* text-transform: uppercase; */
}

.dropdown-item {
    border-radius: 0.2rem;
    padding: 0.2rem 1rem;
    transition: all 0.5s ease;
    font-weight: 300;
}

/* .navbar-vertical .nav-item:hover .nav-link {
    background-color: rgba(199, 199, 199, 0.2);
    border-radius: 0.375rem;
} */

.dropdown-item:hover,
.dropdown-item:focus {
    color: #FFF;
    background-color: rgba(199, 199, 199, 0.2);
    letter-spacing: 1px;
}

.minicolors-theme-default.minicolors {
    width: 100%;
}

.minicolors-theme-default .minicolors-input {
    height: auto;
    width: 100%;
    display: block;
    padding-left: 40px;
}

.minicolors-theme-default .minicolors-swatch {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.accordion div button[aria-expanded=false] .collapse-close {
    display: block;
}

.accordion div button[aria-expanded=true] .collapse-close {
    display: none;
}

.sc-chs-thm {
    transition: all 0.5s ease;
}

.sc-chs-thm .bt-ovrly {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    transition: all 0.5s ease;
    z-index: 5;
    opacity: 0;
    /* transform: translate3d(0, -100%, 0); */
    background-color: #00000040;
}

.sc-chs-thm:hover .bt-ovrly {
    /* transform: translateZ(0); */
    opacity: 1;
}

.sc-chs-thm:hover h5,
.sc-chs-thm:hover h6 {
    color: #e91e63;
}

.sc-chs-thm:hover {
    /* box-shadow: 0 4px 6px -1px #e91e631A, 0 2px 4px -1px #e91e630F; */
    transform: translateY(-3px);
}

.bt-txt-cen {
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
}

.nav-pills.nav-lnk .nav-link.active {
    color: #fff;
    box-shadow: 0px 1px 5px 1px #ddd;
    background: #fff;
}

.nav-pills.nav-lnk .moving-tab {
    display: none;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    width: 32px;
    height: 32px;
}

#orderAccor .accordion-button:not(.collapsed)::after {
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABgUlEQVRIS7WV7zEEQRDF7yKxIkAEhEAELgNUCYDy0QdEgAgIwUWADE4givdT3Vs9Y/7sFddVXbuz0/1ed09P73y2YZlvGH82hWChIPalu6bE9Gb6oudjK8gWwaEcb6RDJ8uV9s+kzyW7GsGtjE/M4UNP1kRL5AjZHEhPpVv2DRuIEikRRHAcWLcEEjJF7ox0tM8JKMuT7e6FiDscPxm9mtGRnmO5coKVpTwl8pzUMwFj2zcjwUIf76XUfKiEfKXvn9KLyr4HOGYRCR7kdCytRX+tvXMDvqyQeBa0LgEn94AO2ZGWah/BPfgSiZ8FWOAkBF/mmZ9LCbxFkuBEsBpBLPfaNpGgVSIn6RF4id7lwHtSot4hY98jaB6yXzJabezjrB17BM02BcsN/nLRknv0X6MijpjmqCCLOOyoKQOsJWsNOweKJJSN9VIaxzU/IcAHc/o1SfMuyqMkbYB93teyoOYQjRM0Gk75ZUKE0teMEoQ+JxtAi8BOMoWgfQKd3Y0TfAOZCVoZ+UQGVAAAAABJRU5ErkJggg==); */
    transform: rotate(-180deg);
}

#orderAccor .accordion-button::after {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABiElEQVRIS7WV3zFFMRDG763EUQEqoAQqcDvAgxkvnhhezKACVEAJVIAOrio88v1MNrOJ/Dl3OJnZOSfJ7vftbjab+WziMZ8YfzaGYCEntiWbQfDpLcizvg8tJ1sEuzK8lgydKJfaP5I8lfRqBDdSPggGH/oyx1s8ZxDNjuRQshbW0IEoGSUCD44B89aAhEgZt4E06ucEpOUx7G45jzscPxG9BqU9fWO6coJlCHmM5zmpRQLGum16goUW7yTkfKi4/BXWa2dnDsYovOK9jPclLe97BBYFpYvDyT2gQjYkrdz3COwswAInIegZo7+yjk9RzfhSwCeVMznV+nm2l+B4glaKSiTHAr7KwC1F71rnP0lR75A9SQkcvOYh2yWj1GIdZx6eaf4puaikDFtaR7FMsTGFv1y05B79V6vwLabZKojCNztySgNrjZWanQF5EtLG/EXi2zWPEOBDMPrVSVnvPTgAW7+vRUHOIYod1CuOeTLJL0Jd00oY1DnRAFoENpIxBJ0jaG9PTvANh/daGYfghI8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.img-lib-hei {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.img-lib-lsit {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    list-style: none;
}


ul.img-lib-lsit>li {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding: 0 5px;
    max-height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.img-lib-lsit>li>.gallery_parent {
    border: 1px solid rgba(26, 26, 26, .1);
    border-radius: 4px;
    /* height: 180px; */
    height: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

ul.img-lib-lsit>li>.gallery_parent>.img_parent {
    display: block;
    overflow: hidden;
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    margin: 0px;
}

ul.img-lib-lsit>li>.gallery_parent>.img_parent>img {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1.1);
}

ul.img-lib-lsit li>.gallery_parent:hover img {
    transform: scale(1);
}

ul.img-lib-lsit li>.gallery_parent:hover .img-lib-content {
    transform: translateZ(0);
}

ul.img-lib-lsit li>.gallery_parent>.img-lib-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    padding: 10px;
    color: #fff;
    transition: all 0.5s ease;
    z-index: 5;
    transform: translate3d(0, -100%, 0);
    background-color: #000000BF;
}

.sc-chs-cnt-bg {
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
}

.active_wh {

    background: #fff !important;
}

/* .moving-tab .py-1 {

    display: none;

} */

.m_top4 {
    margin-top: 4px;
}

.pselwith {

    width: 285px !important;
}

.badge-success-free {
    color: #339537;
    border: 1px solid #92F297;
}

.badge-success-paid {
    color: #DE2668;
    border: 1px solid #EC9AB8;
}

.img_pay_orders {
    width: 30px !important;
    height: 30px !important;
    border-radius: 3px !important;
    margin-top: 0px;
    margin-right: 5px;
}

.mode_live {
    border: 1px solid #00d25b;
    color: #00d25b;
}

.mode_test {
    border: 1px solid #fc424a;
    color: #fc424a;
}

.order_mode {
    padding: 1px 5px 0px;
    border-radius: 5px;
    font-size: 8px;
    position: absolute;
    text-transform: capitalize;
}

.form-text {
    font-size: 0.75em;
}

.menuaction {
    margin-right: 0.5rem;        
    background-color: #00000080;
    /* background: #323237; */
    width: 31px;
    height: 31px;
    border-radius: 100%;    
}

.nl-be-prof {
    transition: all 0.3s ease 0s;
    position: relative;
}

.nl-be-prof:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: animate 0.5s ease-out 75ms;
}

@keyframes animate{
    0%{ opacity: 0.3; }
    40%{
        opacity: 0.5;
        box-shadow: 0 0 0 2px #0000001A, 0 0 10px 10px #00000040, 0 0 0 10px #00000040;
    }
    100%{
        box-shadow: 0 0 0 2px #0000001A, 0 0 10px 10px #00000040, 0 0 0 10px #00000040;
        transform: scale(1.5);
        opacity: 0;
    }
}