#loader {
    height: 100vh;
    width: 100vw;
    z-index: 1040;
    position: fixed;
}

#loader img {
    position: relative;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
}

#myDiv {
    z-index: -1;
}

.img-fluid.img-logo {
    height: 60px;
}

/* Chrome scrollbar custom start */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Chrome scrollbar custom end */
/* Firefox scrollbar custom start */
.overflow-auto,
.wrapper,
html {
    scrollbar-width: thin;
}

/* Firefox scrollbar custom end */
.app-api-sidebar {
    overflow: hidden;
}

.copyright {
    opacity: 1 !important;
}

@media screen and (max-width: 532px) {
    .footer-dark .copyright {
        font-size: 12px;
    }
}

@media screen and (max-width: 461px) {
    .footer-dark .copyright {
        font-size: 9px;
    }
}

@media screen and (max-width: 353px) {
    .footer-dark .copyright {
        font-size: 8px;
    }
}

.mydiv-main-row {
    height: calc(100vh - 100%);
    min-height: calc(100vh - 100px);
}

.mydiv-main-content {
    padding-top: 44px;
}

.sidebar-nav-app {
    padding-left: 0;
    padding-right: 0;
}

.sidecontent-app {
    padding: 55px;
}

.fa.menu-arrow {
    float: right;
    line-height: 22px;
    margin-left: auto;
}

.sidebar-nav-app .app-api-sidebar.nav-pills .nav-link {
    font-size: 13px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item {
    text-align: left;
    font-size: 13px;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item:before {
    display: block;
    content: '';
    height: 35px;
    width: 1px;
    margin-top: -7px;
    margin-left: 20px;
    left: 0;
    position: absolute;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item.active::after {
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-top: -15px;
    margin-left: 15px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.sidebar-nav-app .app-api-sidebar.nav-pills .under-nav-link.nav-link {
    padding-left: 45px;
    border: none;
}

.copy-input.overflow-auto {
    overflow: auto;
    white-space: pre-line;
}

.navbar-expand-lg>.container-fluid.nav-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 1100px) {
    .sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item.active::after {
        height: 6px;
        width: 6px;
        margin-top: -12px;
        margin-left: 17px;
    }

    .sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item {
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item.active::after {
        height: 10px;
        width: 10px;
        margin-top: -17px;
        margin-left: 15px;
    }

    .sidecontent-app {
        padding: 19px;
    }
}

.error_body_content {
    height: calc(100vh - 100%);
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-body-pt {
    padding-top: 150px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .error_body_content .img-fluid.error-img {
        max-width: 70%;
    }
}

@media screen and (max-width: 390px) {

    .error_body_content .welcome-text,
    .error_body_content .help-text {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:830px) {
    .sidebar-nav-app .app-api-sidebar.nav-pills .nav-link {
        font-size: 12px;
    }
}

.rounded-corner {
    border-radius: 32px;
}

.login-bg {
    background-image: url("../img/login-bg-desktop.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay-gradient-dark:before {
    background: transparent linear-gradient(90deg, #e43b40 35%, #0033e2 65%) 0% 0% no-repeat padding-box;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

login-card {
    background-color: #e9eaff94;
    border: 7px solid #e9eaff;
}

.text-decoration-none {
    text-decoration: none !important;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.login-card .form-control {
    color: black;
}

.login-card .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.login-card .form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #ffffff;
}

.login-card img {
    /* background-color: #ffffff;
    border: 7px solid #e9eaff;*/
    width: auto;
    height: 80px; 
}

.border-login {
    border-color: #e9eaff;
}

.text-shadow-sm {
    text-shadow: 0px 0px 2px #000000;
}

@media screen and (max-width: 575px) {

    .login-bg {
        background-position: right;
    }
}