﻿.oag-navbar {
    background-color: #0e426d;
    min-height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    width: 15em;
    max-width: 15em;
    padding: 0;
}

.oag-app-naming {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.oag-app-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    border-bottom: 0 !important;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-color: #dc6536 !important;
}

.oag-navbar-opts, .oag-app-title {
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.oag-app-subtitle {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffd0bd;
    letter-spacing: 1px;
}

.oag-logo-navbar {
    width: 6em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.no-compatible-size {
    display: none;
}

.main-content {
    font-family: "Montserrat", sans-serif !important;
    padding-left: 15em;
    margin-top: 2.5em;
    margin-left: 2.5em;
    margin-right: 2.5em;
}

.registration-action-btns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 0.75em;
    text-align: center;
    font-weight: bold;
}

.account-actions-divider {
    color: #b1b1b1;
    font-weight: bold;
    padding: 1.25em 0.25em 1.25em 0.25em;
    text-align: center;
    display: flex;
    align-items: center;
}

.account-actions-divider-line {
    border-bottom: 1px solid #b1b1b1;
}

.btn-register-new {
    width: 25%;
}

.btn-add-existing {
    width: 35%;
}

.btn-custom {
    font-weight: 500;
}

.btn-custom.btn-primary {
    background-color: #007bff;
    border-color: #1861ac;
}

.btn-custom.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.wt-overlay {
    background: transparent;
}
.wt-overlay-custom {
    z-index: 10041;
    display: none;
}

/* Not Compatible */
@media screen and (min-width: 0px) and (max-width: 320px) {
    html {
        font-size: 14px;
    }

    .main-body-container,
    .wrapper, .header-tag, .sidebar-container, .top-navbar-container, .main-content {
        display: none;
    }

    .no-compatible-size {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body {
        background-color: #0e426d !important;
        font-size: 1em !important;
    }

    .oag-logo-navbar {
        width: 12em;
        margin: 4em;
        margin-bottom: 1em;
        margin-top: 2em;
    }

    .oag-app-title {
        font-size: 1.75em;
    }

    .oag-app-subtitle {
        font-size: 0.85em;
    }

    .compatibility-message {
        font-size: 1.75em;
        margin: 0.54em;
        text-align: center;
        color: #ffffff;
        border: 1px dashed #ffffff;
        margin-top: 0;
    }

    .compatibility-warning {
        color: #ff8c3f !important;
        text-align: center;
        margin: 0.5em;
        margin-top: 1.25em;
        width: 5em;
        height: 5em;
    }

    .bottom-controls,
    .loader-modal-container,
    .bottom-controls {
        display: none !important;
    }


}

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .main-content {
        font-family: "Montserrat", sans-serif !important;
        margin-top: 1.5em;
        margin-left: 1.5em;
        margin-right: 1.5em;
        padding-left: 0;
    }

    .account-actions-divider {
        display: none;
    }

    .registration-action-btns {
        flex-direction: column;
    }

    .btn-register-new {
        width: 95%;
        margin-bottom: 2em;
    }

    .btn-add-existing {
        width: 95%;
    }

    .oag-logo-navbar {
        width: 12.5em;
    }
}

/* Tablets */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .main-content {
        font-family: "Montserrat", sans-serif !important;
        margin-top: 1.5em;
        margin-left: 1.5em;
        margin-right: 1.5em;
        padding-left: 12em;
    }

    .account-actions-divider {
        display: none;
    }

    .registration-action-btns {
        flex-direction: column;
    }

    .btn-register-new {
        width: 65%;
    }

    .btn-add-existing {
        width: 95%;
    }
}

/* Tablets Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {
    .account-actions-divider {
        display: none;
    }

    .registration-action-btns {
        flex-direction: column;
    }

    .btn-register-new {
        width: 50%;
    }

    .btn-add-existing {
        width: 65%;
    }
}

/* Laptops and Desktops */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

/* Buttons adaptability */
.btn-medium {
    padding: 0.30rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    width: auto;
}

.btn-medium:hover {
    transition: none;
    box-shadow: none;
}

/* SYNCFUSION Overwrite */
.e-multiselect {
    width: 100% !important;
    padding: 0.175rem 0rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    box-shadow: inset 0 0 0 transparent !important;
}