/*!
* Version: 4.1.1
* Template: Coinex - Responsive Bootstrap 5 Admin Dashboard Template
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for responsive Template.
*
*/

@media(max-width: 1199.98px) {
    .sidebar.sidebar-transparent {
        background: #fff
    }
}

:focus {
    outline: none
}

small {
    color: #bfbfbf
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

::-webkit-scrollbar-track {
    background: var(--bs-body-bg);
    -webkit-border-radius: 20px;
    border-radius: 20px
}

::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background: var(--bs-border-color);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

:root {
    --prefix: bs-;
    --bs-primary: #f9b707;
    --bs-primary-rgb: 249, 183, 7;
    --bs-primary-bg-subtle: #fef1cd;
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-primary-hover-bg: #c79206;
    --bs-primary-hover-border: #ae8005;
    --bs-primary-active-bg: #c79206;
    --bs-primary-active-border: #ae8005;
    --bs-primary-btn-disabled-color: #000;
    --bs-secondary: #050c21;
    --bs-secondary-rgb: 5, 12, 33;
    --bs-secondary-bg-subtle: #cdced3;
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-secondary-hover-bg: #040a1a;
    --bs-secondary-hover-border: #040817;
    --bs-secondary-active-bg: #040a1a;
    --bs-secondary-active-border: #040817;
    --bs-secondary-btn-disabled-color: #fff;
    --bs-success: #1aa053;
    --bs-success-rgb: 26, 160, 83;
    --bs-success-bg-subtle: #d1ecdd;
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-success-hover-bg: #158042;
    --bs-success-hover-border: #12703a;
    --bs-success-active-bg: #158042;
    --bs-success-active-border: #12703a;
    --bs-success-btn-disabled-color: #fff;
    --bs-info: #079aa2;
    --bs-info-rgb: 7, 154, 162;
    --bs-info-bg-subtle: #cdebec;
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-info-hover-bg: #067b82;
    --bs-info-hover-border: #056c71;
    --bs-info-active-bg: #067b82;
    --bs-info-active-border: #056c71;
    --bs-info-btn-disabled-color: #fff;
    --bs-warning: #f16a1b;
    --bs-warning-rgb: 241, 106, 27;
    --bs-warning-bg-subtle: #fce1d1;
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-warning-hover-bg: #c15516;
    --bs-warning-hover-border: #a94a13;
    --bs-warning-active-bg: #c15516;
    --bs-warning-active-border: #a94a13;
    --bs-warning-btn-disabled-color: #fff;
    --bs-danger: #c03221;
    --bs-danger-rgb: 192, 50, 33;
    --bs-danger-bg-subtle: #f2d6d3;
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-danger-hover-bg: #9a281a;
    --bs-danger-hover-border: #862317;
    --bs-danger-active-bg: #9a281a;
    --bs-danger-active-border: #862317;
    --bs-danger-btn-disabled-color: #fff;
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: #f8f9fa;
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-light-hover-bg: #b2b5b8;
    --bs-light-hover-border: #9b9ea1;
    --bs-light-active-bg: #b2b5b8;
    --bs-light-active-border: #9b9ea1;
    --bs-light-btn-disabled-color: #000;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black;
    --bs-dark-btn-disabled-color: #fff;
    --bs-gray: #6c757d;
    --bs-gray-rgb: 108, 117, 125;
    --bs-gray-bg-subtle: #e2e3e5;
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-gray-hover-bg: #565e64;
    --bs-gray-hover-border: #4c5258;
    --bs-gray-active-bg: #565e64;
    --bs-gray-active-border: #4c5258;
    --bs-gray-btn-disabled-color: #fff;
    --bs-gray-dark: #343a40;
    --bs-gray-dark-rgb: 52, 58, 64;
    --bs-gray-dark-bg-subtle: #d6d8d9;
    --bs-gray-dark-border-subtle: var(--bs-gray-dark-bg-subtle);
    --bs-gray-dark-hover-bg: #2a2e33;
    --bs-gray-dark-hover-border: #24292d;
    --bs-gray-dark-active-bg: #2a2e33;
    --bs-gray-dark-active-border: #24292d;
    --bs-gray-dark-btn-disabled-color: #fff
}

:root[data-bs-theme=dark] {
    --bs-primary-text-emphasis: #fbd46a;
    --bs-primary-bg-subtle: #322501
}

:root[data-bs-theme=dark] {
    --bs-secondary-text-emphasis: #696d7a;
    --bs-secondary-bg-subtle: #010207
}

:root[data-bs-theme=dark] {
    --bs-success-text-emphasis: #76c698;
    --bs-success-bg-subtle: #052011
}

:root[data-bs-theme=dark] {
    --bs-info-text-emphasis: #6ac2c7;
    --bs-info-bg-subtle: #011f20
}

:root[data-bs-theme=dark] {
    --bs-warning-text-emphasis: #f7a676;
    --bs-warning-bg-subtle: #301505
}

:root[data-bs-theme=dark] {
    --bs-danger-text-emphasis: #d9847a;
    --bs-danger-bg-subtle: #260a07
}

:root[data-bs-theme=dark] {
    --bs-light-text-emphasis: #ebeef0;
    --bs-light-bg-subtle: #2c2d2e
}

:root[data-bs-theme=dark] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black
}

:root[data-bs-theme=dark] {
    --bs-gray-text-emphasis: #a7acb1;
    --bs-gray-bg-subtle: #161719
}

:root[data-bs-theme=dark] {
    --bs-gray-dark-text-emphasis: #85898c;
    --bs-gray-dark-bg-subtle: #0a0c0d
}

.sign-bg {
    position: absolute;
    left: 0;
    top: 0
}

.sign-bg.sign-bg-right {
    left: auto;
    right: 0
}

.gradient-main {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.login-bottom {
    margin-top: -12.5rem
}

@media(min-width: 1400px) {
    .auth-card {
        padding: 0 6.25rem
    }
}

@media(max-width: 991.98px) {
    .res-hide {
        display: none
    }
}

@media(max-width: 575.98px) {
    .login-header {
        height: 12.5rem !important
    }
    .login-bottom {
        margin-top: -6.25rem
    }
}

.auth-bg {
    margin: 0;
    background: var(--bs-gray-200);
    height: 100vh;
    position: relative;
    text-align: center
}

.auth-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: var(--bs-gray-900);
    z-index: 0
}

.sign-in-img {
    position: absolute;
    left: 5%;
    top: 0
}

@media(max-width: 1199.98px) {
    .sign-in-img {
        right: unset;
        top: 330px
    }
    .sign-in-img svg {
        width: 540px !important
    }
}

.maintainance-search {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem
}

@media(max-width: 1199.98px) {
    .sign-up-img2 {
        right: unset;
        top: unset
    }
    .sign-up-img2 svg {
        width: 450px !important
    }
}

.sign-up-img2 {
    position: absolute;
    left: 3%;
    top: 5%
}

.rpw-img1 {
    position: absolute;
    right: 0;
    top: 90px
}

.rpw-img1 svg {
    width: 600px !important
}

@media(max-width: 1199.98px) {
    .rpw-img1 {
        left: unset;
        top: 385px
    }
    .rpw-img1 svg {
        width: 500px !important
    }
}

@media(max-width: 1199.98px) {
    .rpw {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.lockscreen-img1 {
    position: absolute;
    right: 0;
    top: 15%
}

@media(max-width: 1199.98px) {
    .lockscreen-img1 {
        top: 32%
    }
    .lockscreen-img1 svg {
        width: 500px !important
    }
}

@media(max-width: 1199.98px) {
    .lockscreen {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cm-img1 {
    position: absolute;
    right: 5%;
    top: 5%
}

@media(max-width: 1199.98px) {
    .cm-img1 {
        top: 32%
    }
    .cm-img1 svg {
        width: 400px !important
    }
}

.error-404 {
    position: absolute;
    right: 11%;
    top: 15%
}

@media(max-width: 1199.98px) {
    .error-404 {
        top: 28%;
        right: 3%
    }
    .error-404 svg {
        width: 450px !important
    }
}

.error-500 {
    position: absolute;
    right: 10%;
    top: 10%
}

@media(max-width: 1199.98px) {
    .error-500 {
        top: 28%;
        right: 3%
    }
    .error-500 svg {
        width: 450px !important
    }
}

@media(max-width: 991.98px) {
    .maintenance-img svg {
        display: none
    }
}

.img-right-banner-top {
    width: 89%
}

.form-control::-webkit-input-placeholder {
    color: #878787
}

.form-control::-moz-placeholder {
    color: #878787
}

.form-control::-ms-input-placeholder {
    color: #878787
}

.form-control::placeholder {
    color: #878787
}

input.form-control::-webkit-calendar-picker-indicator {
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

.iq-user-profile-bg img {
    max-height: 576px
}

.carousel-indicators {
    list-style: none
}

.leaflet-bottom,
.leaflet-top {
    z-index: 400
}

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