/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');
.montserrat {
    font-family: 'Montserrat', sans-serif;
    font-size: small;
}

.icon-color {
    --fa-primary-color: #FF5722;
    --fa-secondary-color: #F5F5F5;
    --fa-primary-opacity: 0.80;
    --fa-secondary-opacity: 0.80;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    color: #FF5722 !important;
    text-decoration: none !important;
}

a.btn:hover {
    text-decoration: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline !important;
    color: #D84315;
}

#custom-loader {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    /* display: none; */
    /* visibility: hidden; */
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
}

#app-loader-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    position: relative;
    height: 20vh;
    width: 80vw;
}

@media (min-width: 992px) {
    #app-loader-bg {
        height: 50vh;
        width: 50vw;
    }
}

#app-loader-bg::before {
    content: "";
    background-image: url('../img/mapbg.png');
    background-size: cover;
    object-fit: fill;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
}

#app-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #FF5722;
    border-right: 5px solid #FF5722;
    border-bottom: 5px solid #FF5722;
    border-left: 5px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.full-page-containter {
    min-height: 85vh;
}

.custom-nav-bg {
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(100, 100, 100, 0.03);
}

.nav-img {
    border-radius: 100%;
    width: 35px;
    height: 35px;
}

#app-wrapper {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}

#app-sidebar {
    min-width: 55%;
    max-width: 55%;
    min-height: 100vh !important;
    max-height: 100vh !important;
    background-color: #4C4743;
    display: none;
    position: fixed;
    padding-bottom: 100px;
    overflow-x: scroll !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#app-sidebar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (min-width: 768px) {
    #app-sidebar {
        min-width: 20%;
        max-width: 20%;
        display: block !important;
    }
    #app-content {
        margin-left: 20%;
        min-width: 80%;
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    #app-sidebar {
        min-width: 15%;
        max-width: 15%;
        display: block !important;
    }
    #app-content {
        margin-left: 15%;
        min-width: 85%;
        max-width: 85%;
    }
}

#app-sidebar.active {
    display: block;
    position: fixed;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
}

#app-sidebar-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 1.5s ease-in-out;
}

#app-sidebar-overlay.active {
    display: block;
    opacity: 1;
}

#app-content {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 100px;
    background-color: #FAFAFE;
}

#app-header-nav {
    background-color: #fff;
    padding: 15px;
}

.sidebar-header {
    padding: 15px;
    color: #BDBDBD !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 4px;
    font-weight: 500;
}

.app-sidebar-links {
    margin-top: 30px;
}

.app-sidebar-link {
    padding: 15px;
    box-sizing: border-box;
    display: block;
    border-bottom: solid #433E3A 2px;
    color: #F5F5F5 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 2px;
}

.app-sidebar-link:hover {
    text-decoration: none;
    margin-top: 2px;
    background-color: #433E3A;
    border-bottom: none !important;
    border-bottom: solid #433E3A 2px !important;
    text-decoration: none !important;
}

.app-sidebar-link:last-child {
    border-bottom: none !important;
}

.app-sidebar-link.active-link {
    border-left: solid 2px #FF5722;
    background-color: #433E3A;
    border-bottom: none !important;
    color: #FBE9E7;
}

.sidebar-names {
    color: #f4f4f4;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: small;
}

.sidebar-sub {
    color: #f4f4f4;
    font-family: 'Montserrat', sans-serif;
    font-size: x-small;
}

.sidebar-currency {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: medium;
    color: #00E676;
}

.custom-container {
    /* background-color: #ffffff; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: medium;
    color: #424242;
}

.content-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: small;
    color: #616161;
}

.content-desc {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 800; */
    font-size: small;
    color: #757575;
}

.mapbg {
    position: relative;
    min-height: 450px;
}

.mapbg table {
    z-index: 9999 !important;
}

.mapbg:before {
    content: "";
    display: block;
    background-image: url('../img/mapbg.png');
    background-size: cover;
    background-position: 50% 0;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
    z-index: 1;
    /* background-attachment: fixed; */
}

.btn-deposit {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #616161;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-radius: 0.25rem;
    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;
}

.copy-btn {
    height: calc(3.0rem + 2px);
    padding: 1rem 0.75rem;
}

.payment-container {
    border: solid #FF5722 1px;
}

.btn-deposit:focus {
    outline: none;
    color: #212121;
    border: solid #FF5722 1px;
}

.asterisk::before {
    content: "*";
    margin-right: 5px;
    color: #FF5722;
}

.mgname {
    font-family: 'Sonsie One', cursive;
}