:root {
    --c-primary: #0b48bc;
    --c-secondary: #4b83ed;
    --c-dark: #11142d;
    --c-light: #ebf2ff;
}

* {
    font-family: "Cairo";
    font-size: 500;
    color: var(--c-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: var(--c-primary);
}

.rounded {
    border-radius: 10px !important;
}

.heading {
    font-weight: 700;
    color: var(--c-primary);
}

.bg-light {
    background-color: #d6d6d6 !important;
}

.text-primary {
    color: var(--c-primary) !important;
}

.btn {
    padding: 10px 25px;
    border-radius: 10px;
}
.btn-primary {
    color: var(--c-light);
    background-color: var(--c-primary);
}
.btn-primary * {
    color: var(--c-light);
    font-weight: 700;
}
.btn-secondary {
    color: var(--c-primary);
    font-weight: 700;
    background-color: var(--c-light);
    border: 1px solid var(--c-light);
}
.btn-secondary * {
    color: var(--c-primary);
    font-weight: 700;
}
.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--c-light) !important;
    background-color: var(--c-primary);
}
.btn-secondary:hover *,
.btn-secondary:focus * {
    color: var(--c-light) !important;
}

.btn-check + .btn {
    white-space: nowrap;
    width: 100%;
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--c-light);
    background-color: var(--c-primary);
}

.card-agremeent {
    padding: 20px;
}
.card-agremeent * {
    color: white;
}

/* body * { outline:1px solid red; } */

.ui-navbar {
    background-color: white;
}
.ui-container {
    position: fixed;
    top: 1;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
}
.ui-main {
    display: flex;
    height: 100%;
}
.ui-aside {
    color: white;
    background-color: var(--c-primary);
    width: 20%;
}
.ui-content {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}
.ui-content > .ui-content-box {
    padding: 3.5%;
}
@media (max-width: 640px) {
    .ui-navbar {
        flex-wrap: nowrap;
    }
    .ui-main {
        flex-direction: column;
    }
    .ui-aside {
        width: 100%;
        display: none;
    }
}

.ui-card * {
    color: white;
}

#register input[type="radio"] {
    display: none;
}
#register .custom-radio div {
    margin-right: 20px;
}

@media (max-width: 640px) {
    #register .container,
    #register .row,
    #register .card {
        height: 100% !important;
    }
}

#verify #otpForm > div > input {
    margin: auto 5px;
}
@media (max-width: 640px) {
    #verify .container,
    #verify .row,
    #verify .card {
        height: 100% !important;
    }
}

@media (max-width: 640px) {
    #registerProfile .container,
    #registerProfile .row,
    #registerProfile .card {
        height: 100% !important;
    }
}

@media (max-width: 640px) {
    #login .container,
    #login .row,
    #login .card {
        height: 100% !important;
    }
}

.dropdown-toggle {
    display: flex;
    text-align: left;
    align-items: center;
}
.dropdown-toggle > * {
    margin-right: 5px;
}

.table.table-sm th {
    font-weight: normal;
    color: var(--bs-secondary);
}

#footer {
    width: 70%;
    margin: auto;
    font-size: 40px;
}
#pdfview {
    background-color: transparent !important;
    height: 300px;
}
@media (max-width: 640px) {
    [data-bs-target="#login"] {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    #header {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    #footer {
        width: 100%;
        font-size: 28px;
        padding-top: 0 !important;
        margin-bottom: 40%;
    }
    #pdfview {
        height: 600px;
    }
}

.dropdown {
    z-index: 2;
}

.bg-primary {
    background-color: var(--c-primary) !important;
}
.btn-primary {
    background-color: var(--c-primary) !important;
}

ul.alert-danger {
    list-style: none;
}
ul.alert-danger li {
    color: var(--bs-danger) !important;
}

#chooseAgreementBoxContent p,
#chooseAgreementBoxContent li,
#chooseAgreementBoxContent div {
    font-size: 0.9rem !important;
}

@keyframes chatboxNew {
    from {
        opacity: 0;
    }
    to {
        opacity: 10;
    }
}

.chatmenu {
    position: fixed;
    bottom: 5%;
    right: 105px;
    margin-right: 20px;
    background-color: white;
    min-width: 400px;
}
.chatmenu > div:nth-child(2) {
    max-width: 400px;
    max-height: 500px;
    overflow-y: auto;
    overflow-anchor: auto;
    background-color: whitesmoke;
}
#chatBox {
    padding: 10px 20px;
}
.chatbox {
    flex: 100%;
    animation-name: chatboxNew;
    animation-duration: 1s;
    animation-iteration-count: 1;
    margin-bottom: 10px;
}
.chatbox > * {
    padding: 15px 20px !important;
}
.chatbox.text-start {
    margin-top: 0px;
    margin-bottom: 30px;
}
.chatbox small {
    font-size: 1rem;
    padding-bottom: 5px;
}
.chatbox.text-start > * {
    border-radius: 0px 15px 15px 15px;
}
.chatbot {
    margin: -1px !important;
}
.chatbot-mobile {
    margin-right: 0 !important;
}

.banner-footer {
    bottom: 0;
    position: absolute;
}

@media (max-width: 640px) {
    .chatmenu {
        margin-left: 5px;
        margin-right: 5px;
        min-width: 350px;
    }
    .chatmenu > div:nth-child(2) {
        max-width: 400px;
        max-height: 400px;
    }
    .chatbot-mobile {
        margin-right: 100px !important;
    }
}

@media (max-width: 769px) {
    .banner-footer {
        bottom: 0;
        position: relative;
    }
    .chatmenu {
        position: fixed;
        bottom: 5%;
        right: 0px;
        margin-right: 20px;
        background-color: white;
        min-width: 400px;
    }
}

@media (max-height: 730px) {
    .banner-footer {
        bottom: 0;
        position: relative;
    }
    .chatmenu {
        position: fixed;
        bottom: 5%;
        right: 0px;
        margin-right: 20px;
        background-color: white;
        min-width: 400px;
    }
}
