body, html {
    /*margin: 0;*/
    /*overflow: hidden;*/
    /*height:100%;*/
    font-family: 'Cairo', sans-serif;
}

.navbar {
    align-items: initial !important;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #296db7;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #154a82;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #296db7;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #154a82;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #96c0f5;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text p {
    font-weight: 100;
    text-transform: uppercase;
    color: #154a82;
    padding: 60px 0;
}

.drag-text h3 {
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
    color: #154a82;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 400;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.profile-img-square img {
    border-radius: 5px !important; -webkit-border-radius: 5px !important; border: 0;
}

.profile-img-square {
    margin-top: -120px;
}

.register-scroll {
    overflow-y: scroll;
    height: 100vh;
}

.card-img-lo {
    height: 200px;
    width: fit-content;
    object-fit: cover;
}

.card-size-lo {
    height: 200px;
    width: 100% !important;
    object-fit: cover;
}

#passwordBoxWrap { margin: -40px 5px !important; }

/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(-1*(1rem - 0.25rem)));
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
    padding-right: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(-1*(1.5rem - 0.25rem)));
}

/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
    padding-right: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(-1*(2rem - 0.25rem)));
}

/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
    padding-right: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(-1*(2.5rem - 0.25rem)));
}

/* Sidebar scrolling fix */
.iq-sidebar {
    overflow: visible !important;
}

.iq-sidebar #sidebar-scrollbar {
    height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.15) transparent;
    padding-bottom: 30px;
}

.iq-sidebar #sidebar-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.iq-sidebar #sidebar-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.iq-sidebar #sidebar-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.15);
    border-radius: 4px;
}

.iq-sidebar #sidebar-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.3);
}

.pwa-prompt {
    position: fixed;
    z-index: 999;
    width: 90%;
    top: 0;
    text-align: center;
    background: white;
    border: 1px solid darkblue;
    border-radius: 10px;
    margin: 20px 5%;
    padding: 20px;
}



