﻿@import url('https://fonts.googleapis.com/css?family=Syne');
@import url('https://fonts.googleapis.com/css?family=Nunito');

/*Font Setups*/
body {
    font-family: Poppins, sans-serif !important;
    font-style: normal;
}

.mud-main-content {
    padding-top: 0px !important;
}

.calander-number-fs {
    font-size: 80px;
}

.back-toggle {
    position: absolute;
    right: 0;
}

.second-font {
    font-family: Poppins !important;
}

.nav-sidebar {
    font-family: Poppins !important;
    position: fixed;
    z-index: 999 !important;
    top: 0;
    height: 100vh;
    box-shadow: 5px 0 10px -2px rgb(238, 241, 246) !important;
    transition: width 1s !important;
    /*border-right: 100px solid rgb(238, 241, 246);*/
    -webkit-overflow-scrolling: touch; /* // mobile safari*/
}

/*End Font Setups*/
.bodyBackground {
}

    .bodyBackground::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0.6;
        z-index: -1;
    }

.bodyBackgroundFaded {
}

    .bodyBackgroundFaded::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0.4;
        z-index: -1;
    }


@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }

        .top-menu > .navbar-nav > li {
            float: none !important;
        }

    .position-relative-mobile {
        position: relative !important;
    }

    body {
        margin-top: 60px !important /*This is the height of the nav bar on menu*/
    }
}


@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }

    .top-auth-menu {
        margin-left: auto;
    }

    .position-relative-mobile {
        position: absolute !important;
    }
}

.dx-bs5.bg-light {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .dx-bs5.bg-light {
        padding: 4rem 2rem;
    }
}

/*   General*/
.proGoControlInvisible {
    display: none;
}

@media (max-width: 820px) {
    .progo-content {
        padding-bottom: 80px;
    }
}

@media (min-width: 821px) {
    .progo-content {
        padding-bottom: 4px;
    }
}

.circle-display {
    display: none;
}

.progo-UCHeader {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
}

.progo-UCContent {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
}

.progo-UCContentXL {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.progo-form {
    /*margin-bottom: 4em;*/
}

.progo-loading-process .progo-widget-area {
    overflow: hidden;
    position: relative;
    box-shadow: none;
}

    .progo-loading-process .progo-widget-area:before {
        content: " ";
        background-color: inherit;
        border-radius: inherit;
        opacity: 0.5;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5;
    }

@media (max-width: 820px) {
    .progo-pageContent100vh {
        height: calc(100vh - 12em) !important;
    }
}

@media (min-width: 821px) {
    .progo-pageContent100vh {
        height: calc(100vh - 8em) !important;
    }
}

.progo-grid-row {
    cursor: pointer;
}
/* ^ General*/

/*   Flex*/
.flex-column > .spacedFlexItem {
    margin-top: 8px;
    margin-bottom: 8px;
}
/* ^ Flex*/

/*   Themes*/
.progo-theme-switching {
    overflow: hidden;
    position: relative;
    box-shadow: none;
}

    .progo-theme-switching:before {
        content: " ";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1300;
        background-color: white;
    }

@keyframes progo-rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.progo-theme-switching:after {
    content: " ";
    position: fixed;
    z-index: 1301;
    width: 4rem;
    height: 4rem;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    border-radius: 2rem;
    border: 0.25rem solid #9a1de1;
    border-bottom-color: transparent;
    animation: progo-rotation 2s linear infinite;
}

.theme-dark.demo-theme-switching:before {
    background-color: #2e2d33;
}
/* ^ Themes*/

/*   Header*/
@media (max-width: 820px) {
    .progo-header-Desktop {
        margin-bottom: 0.5em;
        display: none;
    }

    .progo-header-Mobile {
        margin-bottom: 0.5em;
        width: 100%;
    }
}

@media (min-width: 821px) {
    .progo-header-Desktop {
        margin-bottom: 0.5em;
        width: 100%;
    }

    .progo-header-Mobile {
        margin-bottom: 0.5em;
        display: none;
    }
}
/* ^ Header*/

/*   Header Toolbar*/
.progo-header-separator {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5rem;
    z-index: 4;
}

.progo-header-part {
    z-index: 5;
    min-height: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
}

.theme-default .progo-area-highlight {
    background-color: white;
}

.theme-dark .progo-area-highlight {
    background-color: #161519;
}

.theme-dark .progo-content .progo-area-highlight {
    background-color: inherit;
}

.progo-header-user-info,
.progo-header-user-info img {
    height: 3rem;
    border-radius: 1.5rem !important;
}

    .progo-header-user-info img {
        padding: 0.5rem;
        width: 3rem;
    }

.progo-header-toolbar .show-navigation {
    margin-right: auto;
}

/* ^ Header Toolbar*/

/*   Navbar*/
.progo-side-nav.progo-side-nav-hidden {
    display: none !important;
}

.progo-side-nav > div {
    transition: transform 0.5s ease;
    will-change: transform;
}

@media (max-width: 991px) {
    .progo-side-nav > div {
        transform: translateX(-100%);
    }

    .progo-side-nav.progo-side-nav-shown > div {
        transform: translateX(0%);
    }

    .progo-side-nav.progo-side-nav-shown {
        position: fixed;
        display: flex !important;
        z-index: 1000;
        align-items: flex-start;
    }

        .progo-side-nav.progo-side-nav-shown:before {
            content: " ";
            background-color: #000;
            opacity: 0.3;
            position: absolute;
            z-index: -1;
        }

        .progo-side-nav.progo-side-nav-shown,
        .progo-side-nav.progo-side-nav-shown:before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}
/* ^ Navbar*/


/*   Footer*/
@media (max-width: 820px) {
    .progo-footer-Desktop, .login-username {
        display: none;
    }

    .menu-content-container {
        margin-left: 0 !important;
    }

    .progo-footer-Mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        height: 72px;
        flex-shrink: 0;
        z-index: 999;
        border-radius: 16px 16px 0px 0px;
        background: #FFF;
    }
}

@media (min-width: 821px) {
    .progo-footer-Desktop {
        width: 100%;
    }


    .progo-footer-Mobile {
        display: none;
    }
}
/* ^ Footer*/


/*   Widgets*/
.progo-widget-tab-control {
    display: none;
}

@media(max-width: 767px) {
    .progo-widget-tab-control {
        display: initial;
    }
}

.progo-widget-tab {
}

.progo-widget-tab-1,
.progo-widget-tab-2 {
    display: flex;
}

.div-mobile-top {
    padding: 4px;
    z-index: 999999999999;
}

@media(min-width: 768px) {


    .nav-sidebar {
        width: 88px;
        left: 0;
    }

    .back-toggle {
        margin-left: 230px !important;
    }

    .nav-hide-desktop {
        display: none;
    }

    .nav-sidebar-inner {
        overflow: hidden;
    }

    .desktop-pad-right {
        padding-right: 55px;
    }
}

@media(max-width: 767px) {
    .progo-widget-tab-1 {
        display: initial;
    }

    .progo-widget-tab-2 {
        display: none;
    }

    .nav-sidebar {
        right: 0 !important;
        width: 0 !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .back-toggle {
        left: 0;
    }
}

/* ^ Widgets*/
.main-content-div {
    padding-left: 24px;
    padding-right: 24px;
    transition: margin-left 1s, margin 1s;
}

/*.menu-content-container {
    margin-left: 30px;
}*/
@media (max-height: 800px) {
    .hide-small-height {
        display: none !important;
    }
}



.rounded-tabpage-border {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 7px !important;
    margin-right: 1px;
}

.btn-signout {
    /*position: fixed;*/
    bottom: 8px;
}

.f-size-zero {
    font-size: 0px !important;
}

.nav-a-span {
    transition: font-size .5s;
}

.logo-container-default {
    margin-top: 45px;
    transition: margin-top 1s;
}

.nav-sidebar-inner {
    position: relative;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

.nav-sidebar-menu-items {
    margin: 0px;
    width: 100%;
}

.nav-anchor {
    text-decoration: none;
    min-width: 200px;
    max-width: 250px;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 30px;
}

.card {
    border-radius: 25px !important;
    border: 0px !important;
}

.menu-line {
    padding-top: 2px;
    border-radius: 5px;
}

.float-right-profile-container {
    text-align: end;
}

.user-profile-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 20px;
    cursor: pointer;
    transform: scale(-5px);
}

.user-settings {
    z-index: 3;
    position: fixed;
    right: 4px;
    top: 4px;
    width: 230px;
    display: none;
    border-radius: 5px;
    padding: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.avatar-image-circle {
    max-height: 58px;
    position: relative;
    /*overflow: hidden;*/
    /*border-radius: 50%;*/
}

    .avatar-image-circle img {
        display: inline;
        margin: 0 auto;
        max-height: 58px;
        max-width: 100%;
    }

.top-right-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}


.card-shadow {
    /*box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.75);*/
    /*box-shadow: 3px 3px 10px -2px #888;*/
    box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.75) !important;
}


.theme-selection-container {
    max-width: 100px;
}

.theme-multiselection img {
    max-height: 100px;
}

    .theme-multiselection img:hover {
        cursor: pointer;
        transform: scale(1.09);
        box-shadow: 3px 3px 10px -2px #888;
        border-radius: 15px;
        padding: 5px;
    }


.theme-selected {
    transform: scale(1.5) !important;
    box-shadow: 3px 3px 10px -2px #888;
    border-radius: 15px;
}

.theme-multiselection div {
    text-align: center;
}

.select-image-sub-img img {
    max-height: 75px;
    max-width: 200px;
}

    .select-image-sub-img img:hover {
        transform: scale(1.2);
    }

.cursor-hover-pointer:hover {
    cursor: pointer;
}


/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px black;
    border-radius: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.1);
    }

.login-username {
    padding: 1px;
    border-radius: 50px;
}


.circle-icon {
    border-radius: 20px;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 6px !important;
    border: 1px solid white;
}

.shadow-hover:hover {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.avatar-image-personinformation {
    position: relative;
    border-radius: 35px;
    margin: auto;
    max-width: 300px;
}

    .avatar-image-personinformation img {
        max-height: 250px;
        max-width: 250px;
    }

.upload-icon {
    position: absolute;
    bottom: 8px;
    right: 26px;
}

.install-promp-container {
    position: fixed;
    top: 1px;
    margin-top: 10px;
    right: 1px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    max-width: 310px;
    z-index: 2;
}

@media (max-width: 767px) {
    .install-promp-container {
        z-index: 99999;
        max-width: 100%;
        width: 100%;
        top: 0;
        margin-top: 10px;
        right: 0;
        margin-right: 0;
    }

    .whatsapp-card {
        width: 100% !important;
    }

    .main-content-div {
        margin-left: 0 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


.whatsapp-card {
    width: 616px;
    /*height: 347px;*/
    z-index: 9999;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}

.whatsappOpenBG {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0,0,0,0.2);
}

.nav-link {
    color: var(--primary);
    font-size: 22px;
    padding: 10px;
}

    .nav-link:hover {
        color: var(--primary);
        font-weight: bold !important;
    }

.hover-highlight:hover {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.pt-image-display img {
    /*position: absolute;*/
    /*    left: 0;
    width: 100vw;
    z-index: 4;
    text-align: center;*/
    margin-left: auto;
    margin-right: auto;
}

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


input[readonly] {
    background-color: #F0EFEF; /* Light grey background */
    color: #A9A9A9; /* Dark grey text */
}

.completed-badge {
    background-color: #70DACF80;
    color: #2FA498;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.SeesaHeading {
    background: linear-gradient(90deg, rgba(22,33,91,1) 0%, rgba(26,38,95,1) 0%, rgba(2,115,255,1) 100%)
}

.incomplete-badge {
    background-color: #E4F3FF;
    color: #446981;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.pending-badge {
    background-color: #FFFCA4;
    color: #B37A4C;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.expired-badge {
    background-color: #FF2B0040;
    color: #FF2B00;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.appealed-badge {
    background-color: #FF2B00;
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.approved-badge {
    background-color: #70DACF80;
    color: #2FA498;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.declined-badge {
    background-color: #FF2B0040;
    color: #FF2B00;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
}

.completed {
    background-color: #70DACF80;
}

.incomplete {
    background-color: #E4F3FF;
}

.pending {
    background-color: #FFFCA4;
}

.expired {
    background-color: #FF2B0040;
}

.appealed {
    background-color: #2FA498;
}

.approved {
    background-color: #E4F3FF;
}

.declined {
    background-color: #FFCABF;
}

.mainHeading {
    color: #446981;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.imgRound {
    width: 28px;
    height: 28px;
    border-radius: 28px;
}

.MenuIconsDeleted {
    font-size: 25px;
    cursor: pointer;
}
