@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #004aad;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--white-color);
    z-index: var(--z-fixed);
    transition: .5s
}

.header_toggle {
    color: var(--first-color);
    font-size: 1.5rem;
    cursor: pointer
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color)
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.body-pd .l-navbar {
    left: 0 !important
}

.body-pd header {
    padding-left: calc(var(--nav-width) + 1rem);
}

.show {
    left: 0
}

.not-allowed {
    cursor: not-allowed !important;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem)
}

.active {
    color: var(--white-color)
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    /* background-color: var(--white-color) */
}

.height-100 {
    height: 100vh
}

.m-top {
    margin-top: calc(var(--header-height) + 1rem);
}

@media screen and (min-width: 768px) {
    body {
        margin: calc(var(--header-height) + 1rem) 0 0 0;
        padding-left: calc(var(--nav-width) + 0.2rem)
    }

    .header {
        height: calc(var(--header-height) + 1rem);
        padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    #confirmmodal,
    #confirmcancelmodal,
    #convertmodal,
    .convertmodal,
    .confirmcancelmodal,
    .confirmmodal {
        width: 100% !important;
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }


    .body-pd {
        /* padding-left: calc(var(--nav-width) + 188px) */
        padding-left: calc(var(--nav-width) + 165px)
    }

    /* @media only screen and (max-width: 600px) {
        .m-top{
            margin-top: calc(var(--header-height) ) !important;
        }
    } */
    .body-pd header {
        padding-left: calc(var(--nav-width) + 165px) !important
    }

    .body-pd .l-navbar {
        width: calc(var(--nav-width) + 156px);
    }
}

@media only screen and (max-width: 600px) {
    .m-top {
        margin-top: calc(var(--header-height)) !important;
    }
}

.body-non {
    /* margin:0 !important; */
    padding-left: 0px !important
}


.active-pill {
    background: white !important;
    border-radius: 20px !important;
    color: black !important;
}

@keyframes sweep {
    0% {
        opacity: 0.3
    }

    100% {
        opacity: 0.9
    }
}
.nav_link:hover {
    background: white !important;
    border-radius: 20px !important;
    color: black !important;
    opacity: 0.8;
    animation-name: sweep;
    animation-duration: 1s;
}



.text-orange {
    color: #ff6421 !important;
}

.btn-orange {
    background-color: #ff6421 !important;
    color: #F7F6FB;
}

.first-cap::first-letter {
    text-transform: uppercase !important;
}

.bg-gray {
    background-color: #e3dfc8 !important;
}

.squared {
    width: 25px; 
    /* / Adjust the width and height as needed / */
    height: 25px;      
    display: flex;
    justify-content: center;
    align-items: center;color: lightgray;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 27.1282 17.5'><path d='M27.1282 4.91327C25.8796 2.48938 23.4392 1 20.8001 1H0.681042C0.312144 1 0 1.32124 0 1.73009C0 1.90531 0.0851302 2.08053 0.198637 2.22655L4.56865 6.7531C4.96593 7.16195 5.47671 7.39558 6.01587 7.36637H20.1759C21.1974 7.36637 22.0203 8.18407 22.0203 9.2354C22.0203 10.2867 21.2258 11.1336 20.2042 11.1336H10.471C10.1021 11.1336 9.78997 11.4549 9.78997 11.8637C9.78997 12.0389 9.8751 12.2142 9.98861 12.3602L14.3586 16.8867C14.7559 17.2956 15.2667 17.5 15.8342 17.5H20.261C25.9931 17.5 30.3347 11.192 27.1282 4.91327Z' fill='%23EB1700'/></svg>");
   background-size: cover;
  }