@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
    --text-xxs: 0.625rem; /* 10px */
    --text-xs: 0.75rem; /* 12px */
    --text-sm: 0.875rem; /* 14px */
    --text-base: 1rem; /* 16px */
    --text-lg: 1.125rem; /* 18px */
    --text-xl: 1.25rem; /* 20px */
    --text-2xl: 1.5rem; /* 24px */
    --text-3xl: 1.875rem; /* 30px */
    --text-4xl: 2.25rem; /* 36px */
    --text-5xl: 3rem; /* 48px */
}

body {
    font-family: "DM Sans", sans-serif;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.text-xxs {
    font-size: 0.625rem; /* 10px */
}

.text-xs {
    font-size: 0.75rem; /* 12px */
}

.text-sm {
    font-size: 0.875rem; /* 14px */
}

.text-base {
    font-size: 1rem; /* 16px */
}

.text-lg {
    font-size: 1.125rem; /* 18px */
}

.text-xl {
    font-size: 1.25rem; /* 20px */
}

.text-2xl {
    font-size: 1.5rem; /* 24px */
}

.text-3xl {
    font-size: 1.875rem; /* 30px */
}

.text-4xl {
    font-size: 2.25rem; /* 36px */
}

.text-5xl {
    font-size: 3rem; /* 48px */
}

.sidebar-menu {
    background-color: #021223;
    padding-inline: 1rem;
}

.sidebar-menu-nav li > a {
    border-left: 0 solid transparent !important;
    border-radius: 0.25rem;
    &.active,
    &:hover {
        border-left: 0;
        background-color: #0080ff;
        font-weight: 700 !important;
    }
    & svg path {
        fill: transparent !important;
        stroke: #fff;
    }
}

.sidenav-divider {
    padding: 16px 20px 16px 35px;
}

.page-nav-title {
    font-size: var(--text-xl);
    font-weight: 700;
    color: black;
}

.notification-btn {
    & > span {
        position: absolute;
        top: -5px !important;
        right: 1px !important;
        background-color: #ff0000;
        color: #fff;
    }
}

.activeCompleteAssessment {
    background-color: #212c37 !important;
    padding: 1px 2px;
}

.assessmentItem-option input[type="radio"]:checked + label {
    background-color: #e6f2ff; /* Change the background color */
    color: #ffffff; /* Optional: Change text color for better visibility */
    border-radius: 5px; /* Optional: Add rounded corners */
    padding: 5px; /* Optional: Add some padding for aesthetics */
    border: 1px solid #0080ff;
}
.assessmentItem-option input[type="radio"]:checked + label span {
    color: #0080ff; /* Change the span color to blue */
}

input[type="radio"] {
    width: 20px; /* Adjust size */
    height: 20px;
    background-color: white; /* Default background */
}

input[type="radio"]:checked {
    background-color: #0080ff !important; /* Change background to red when checked */
}
input[type="radio"]:checked + label {
    color: #0080ff !important;
    font-weight: 700px !important;
    font-size: 14px !important;
}

.borderNone {
    border: none !important;
}

.ITBtnBG {
    background-color: #0080ff !important;
    color: #ffffff !important;
}

.CriticalCardBg {
    background-color: #fafbfc !important;
}
.ulBg {
    background-color: #f9f9f9 !important;
}

.textColorAddITInfras {
    color: #0080ff !important;
    background-color: white !important;
}

.nav-tabs .nav-item .nav-link.active {
    color: #0080ff !important;
    background-color: #ffffff !important;
}

.sidebar-menu-nav .navSubItem {
    display: grid;
    grid-template-columns: 0.5rem auto;
    position: relative;

    z-index: 1;

    &::before {
        content: "";
        display: block;
        width: 1rem;
        height: 115%;
        border-bottom: 1px solid #244769;
        border-left: 1px solid #244769;
        position: absolute;
        left: -0.75rem;
        top: -50%;
        border-bottom-left-radius: 0.5rem;
        z-index: -1;
    }

    &:hover,
    &.activeCompleteAssessment {
        * {
            color: #0080ff !important;
        }
        a {
            margin-top: 15px !important;
            background-color: #212c37 !important;

            svg {
                fill: #0080ff !important;
            }
            path {
                fill: #0080ff !important;
                /* stroke: #0080ff !important; */
            }
        }
    }

    & a {
        svg {
            fill: #bbbcc7 !important;
        }
        path {
            fill: #bbbcc7 !important;
            stroke: transparent !important;
        }
    }

    & span {
        color: #bbbcc7 !important;
    }
    & a::before {
        content: "" !important;
        display: none;
        width: 0;
        height: 0;
    }
}

.sidebar-menu-nav {
    overflow: hidden;
}

.sidebar-menu-nav a {
    z-index: 100 !important;
}

.border-none {
    border: none !important;
}

.authorName {
    color: #1e293b !important;
    text-transform: capitalize;
}
.role {
    color: #737791 !important;
    text-transform: capitalize;
}

.imgCSS {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover !important;
    border-radius: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.userDropDown {
    display: flex !important;
    gap: 32px;
}
@media (max-width: 768px) {
    .userDropDown {
        gap: 0;
    }
}

.padding-left {
    padding-left: 8px !important;
}

.btnText {
    font-weight: 700 !important;
    font-size: 18px !important;
}
@media (max-width: 768px) {
    .btnText {
        font-size: 15px !important;
    }
}

.ITTitle {
    font-weight: 700 !important;
    font-size: 20px !important;
}
@media (max-width: 768px) {
    .ITTitle {
        font-size: 12px !important;
    }
}
.itTitle {
    font-weight: 700 !important;
    font-size: 20px !important;
}
@media (max-width: 768px) {
    .itTitle {
        font-size: 16px !important;
    }
}

.BtnTxt {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.addITBtn {
    font-weight: 700 !important;
    font-size: 16px !important;
}
@media (max-width: 768px) {
    .addITBtn {
        font-size: 12px !important;
    }
}

.addITBtn svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    .addITBtn svg {
        width: 12px;
        height: 12px;
    }
}

.addITBtnPadding {
    /* padding: 24px 12px; */
    padding: 12px 24px;
}
@media (max-width: 768px) {
    .addITBtnPadding {
        padding: 6px 12px;
    }
}

.addTaskmodaleBg {
    background-color: #f3f7fc !important;
}

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

.addTaskInputBg {
    background-color: #fafbfc !important;
}

.addTaskFormBg {
    background-color: #ffffff !important;
}
.addTaskSaveBtn {
    color: #ffffff !important;
    background-color: #1d7fff !important;
    border-radius: 10px !important;
    padding: 14px 45px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.addTaskCancelBtn {
    color: #6c6f73 !important;
    background-color: white !important;
    border-radius: 10px !important;
    padding: 14px 45px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.addTaskLabel {
    color: #01070e !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.addTaskDescription {
    color: #6c6f73 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.addTaskDescription2 {
    color: #6c6f73 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.taskPage {
    margin: 29px 29px !important;
    border: none !important;
    border-radius: 10px !important;
}

.taskPageBg {
    background-color: #f9f9f9 !important;
}

.textColorModal {
    color: #010409 !important;
}

.IncidentResponseTeamCardBg {
    background-color: #fafbfc !important;
}

.gridDiv {
    display: grid;
    grid-template-columns: 1fr, auto;
}

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
}
.cardFlex {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.inputClass {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #e6e6e7;
    border-radius: 5px;
    background-color: #fafbfc !important;
}

@media (max-width: 768px) {
    .form-container {
        grid-template-columns: 1fr; /* Switch to one column on smaller screens */
    }
}

.btnPadding {
    padding: 5px 30px !important;
}

.marketTitle {
    color: #2c3137 !important;
}

.marketCard {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.Price {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.marketPopUpTitle {
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #010409 !important;
}

.marketPopUpPrice {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #2c3137 !important;
    padding: 16px 0 !important;
}

.marketPopUpDescription {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #2c3137 !important;
}

.marketPopUpBtn {
    margin: 16px 0 !important;
}

.marketPopUpMarginPadding {
    margin: 24px !important;
    padding: 22px !important;
    border: #e6e6e7 !important;
}

.none {
    background-color: #e6f2ff !important;
    color: #00366b !important;
}

.AddBg {
    background-color: #0080ff !important;
    color: white !important;
}

.AddText {
    color: #0080ff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.marginTop {
    margin-top: 32px !important;
}

.tableRowdata {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #495057 !important;
}

.addCustomeSectionInputBG {
    background-color: #fafbfc !important;
}
.addCustomeSectionBG {
    background-color: #f3f7fc !important;
}

.bgWhite {
    background-color: white !important;
}

.nav-tabs .nav-item .nav-link.active svg path {
    fill: #0080ff;
}

.padding0 {
    padding: 0 !important;
}

@media only screen and (max-width: 768px) {
    .paddingX0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.padding10 {
    padding: 10px !important;
}
.addTaskmargin {
    margin-left: 16px !important;
    margin-bottom: 16px !important;
}

.titlePopKanban {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #2c3137 !important;
}

div.file-upload-two .browseBtn {
    background-color: #e6f2ff !important;
    color: #0080ff !important;
}

.blackbox {
    width: 20px !important;
    height: 20px !important;
}

.logWidth {
    width: 981px !important;
}
@media (max-width: 768px) {
    .logWidth {
        max-width: 400px !important;
    }
}
.logPadding {
    padding: 24px 16px !important;
}

.underLine {
    text-decoration: underline;
    text-decoration-color: #0080ff;
    /* text-decoration-style: solid;
    text-decoration-thickness: 2px; */
}

.titleWH {
    width: 155px !important;
    height: 34px !important;
}

.cursor {
    cursor: pointer !important;
}

.desktopLogo {
    width: 240px !important;
    height: 53px !important;
}

.element {
    display: none !important;
}

@media (min-width: 768px) {
    .element {
        display: block !important;
    }
}
.element2 {
    display: none !important;
}

@media (max-width: 768px) {
    .element2 {
        display: flex !important;
        justify-content: center !important;
    }
}

.hiddenShow {
    display: none;
}

@media (min-width: 1024px) {
    .hiddenShow {
        display: flex;
    }
}

.upgradeLinearBg {
    background: linear-gradient(to bottom, #d7e1f605 2%, #0037ab47 28%);
}

.iconWH {
    width: 18px !important;
    height: 18px !important;
}

.paddingTB {
    padding: 34px 0 !important;
}
.paddingLR {
    padding: 0 20px !important;
}

.planTitle {
    color: #01050a !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.policyTitle {
    color: #010409 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.planPrice {
    color: #0080ff !important;
}

.planPriceFS {
    font-size: 42px !important;
    font-weight: 800 !important;
}
.Center {
    display: flex !important;
    justify-content: center !important;
    border-radius: 5px !important;
    padding: 13px 0 !important;
}

.Border {
    border: 1px solid #1d7fff !important;
}

.btnTextPlan {
    color: #0080ff !important;
    background-color: #ffffff !important;
}
.btnTextPlan:hover {
    color: #ffffff !important;
    background-color: #0080ff !important;
}
.btnTextPlan2 {
    color: #ffffff !important;
    background-color: #0080ff !important;
}
.btnTextPlan2:hover {
    color: #0080ff !important;
    background-color: #ffffff !important;
    border: 1px solid #1d7fff !important;
}

.padding220 {
    padding: 22px 0 !important;
}

.padding120 {
    padding: 12px 0 !important;
}

.BasicPlanBG {
    background: linear-gradient(90deg, #82d7ffb2 70%, #fafbfc00 0%);
}

.tagBLACK {
    padding: 7px 13px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Abso {
    position: absolute !important;
    top: -20px !important;
    right: 0 !important;
}

.subPadding {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;
    /* padding-bottom: 12px !important; */
}

.subPadding2 {
    padding-left: 16px !important;
    padding-top: 24px !important;
}

.deshLogoPadding {
    padding-bottom: 0px !important;
}

.paddingT0 {
    padding-top: 0px !important;
}
.paddingT20 {
    margin-top: 50px !important;
}

.tableBR {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.editBR {
    border-top-right-radius: 10px !important;
}

.gap16 {
    gap: 16px !important;
}

.overflowHidden {
    overflow: hidden !important;
}

.borderTL {
    border-top-left-radius: 10px !important;
}
.borderTR {
    border-top-right-radius: 10px !important;
}
.borderBL {
    border-bottom-left-radius: 10px !important;
}
.borderBR {
    border-bottom-right-radius: 10px !important;
}

.m24 {
    margin: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

.my-80 {
    margin: 80px 0 !important;
}
@media (max-width: 768px) {
    .my-80 {
        margin: 40px 0 !important;
    }
}

.tHeadTitle {
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #141b34 !important;
}

.DUBtnPadding {
    padding: 13px 24px !important;
}

.mT {
    margin-top: 20px !important;
}
.mT10 {
    margin-top: 10px !important;
}
@media (min-width: 768px) {
    .mT10 {
        margin-top: 0px !important;
    }
}
.mTBLR {
    margin: 0 10px !important;
}

.titleProfile {
    font-weight: 500 !important;
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .titleProfile {
        font-weight: 700 !important;
        font-size: 12px !important;
    }
}
.titleAssesment {
    font-weight: 700 !important;
    font-size: 20px !important;
    padding: 24px !important;
}

@media (max-width: 768px) {
    .titleAssesment {
        font-weight: 700 !important;
        font-size: 12px !important;
        padding: 12px !important;
    }
}

.widthSideBar {
    width: 80% !important;
}

.p99 {
    padding: 24px !important;
}

@media (max-width: 768px) {
    .p99 {
        padding: 20px 0 !important;
    }
}

.mBN {
    margin-top: 20px !important;
}

@media (min-width: 768px) {
    .mBN {
        margin-top: 0px !important;
    }
}

.policyTitle {
    display: none !important;
}

@media (max-width: 768px) {
    .policyTitle {
        display: block !important;
    }
}
.blockNone {
    display: block !important;
}

@media (max-width: 768px) {
    .blockNone {
        display: none !important;
    }
}

.m0 {
    margin: 0 !important;
}

.titleButton {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

@media (max-width: 768px) {
    .titleButton {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }
}

.overflowX {
    overflow-x: scroll !important;
    scrollbar-width: none;
}

.overflowX::-webkit-scrollbar {
    display: none;
}
.overflowY {
    overflow-y: scroll !important;
    scrollbar-width: none;
}

.overflowY::-webkit-scrollbar {
    display: none;
}

.bgF5 {
    background-color: #f5f5f5 !important;
}

.profileIcon {
    width: 24px !important;
    height: 24px !important;
}
@media (max-width: 768px) {
    .profileIcon {
        width: 16px !important;
        height: 16px !important;
    }
}

.profileCardPadding {
    padding: 16px 20px !important;
}
@media (min-width: 768px) {
    .profileCardPadding {
        padding: 24px 28px !important;
    }
}

.delText {
    color: #e21515 !important;
    border-color: #e21515 !important;
}

.twoFANote {
    color: #6c6f73 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.roleUser {
    color: #737791 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.w-50 {
    width: 50px !important;
}

.w-257 {
    width: 257px !important;
}

.p-16 {
    padding: 16px !important;
}
.px-16 {
    padding: 0 16px;
}
.py-12 {
    padding: 12px 0;
}
@media (max-width: 768px) {
    .px-16 {
        padding: 0 12px;
    }
    .py-12 {
        padding: 8px 0;
    }
}
.eleHover {
    border: none !important;
    /* transition: 0.3s ease-in-out !important; */
}

.eleHover:hover {
    border: 1px solid #e6e6e7 !important;
    background: #fafbfc !important;
    border-radius: 5px !important;
}

.greenProgress {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #05a213 !important;
}

.greenProgressBG {
    width: 67px !important;
    background-color: #eef5ef !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.py-40 {
    padding: 40px 0 !important;
}

/* .mostPopular {
    background-color: rgba(29, 127, 255, 0.08) !important;
} */
.mostPopular {
    background-color: rgba(29, 127, 255, 0.08) !important;
    background-image: url("/assets/images/Vector.svg");
    background-repeat: no-repeat;
    background-size: cover; /* or 'contain' based on your design need */
    background-position: center;
}

.checkBoxPadding {
    padding: 12px 16px !important;
}
.checkBox {
    width: 24px !important;
    height: 24px !important;
}
@media (max-width: 768px) {
    .checkBox {
        width: 20px !important;
        height: 20px !important;
    }
}

.w-h-125 {
    width: 125px !important;
    height: 125px !important;
}

.task3Btn {
    font-weight: 500 !important;
    font-size: 18px !important;
}

@media (max-width: 768px) {
    .task3Btn {
        font-weight: 400 !important;
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .inputRotate {
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
    }
}
.input-checkbox {
    --checked-bg: #0080ff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #bbbcc7;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
    overflow: hidden;

    &:checked {
        background-color: var(--checked-bg);
        border-color: var(--checked-bg);
        display: flex;
        justify-content: center;
        align-items: center;
        &:after {
            content: "";
            display: block;
            width: calc(100% - 6px);
            height: calc(100% - 6px);
            background-image: url("data:image/svg+xml;utf8,<svg stroke='white' fill='white' stroke-width='0' viewBox='0 0 448 512' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'><path d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'></path></svg>");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    }
}

label:has(.input-checkbox:checked) {
    border: 1px solid #0080ff !important;
    background-color: #e6f2ff;
}

.gauge-charts {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 0.5rem; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;

    .gauge-chart-container {
        padding: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 0.5rem);
    }

    .gauge-chart {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 100px;
    }

    /* .gauge-chart {
        width: 100%;
        height: 100%;
        max-width: 100px;
    } */

    @media screen and (min-width: 576px) {
        .gauge-chart {
            min-height: 150px;
        }
        .gauge-chart-container {
            padding: 1rem;
        }
    }
}

.taskProgressTitle {
    color: #6c6f73 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.incidentTitle {
    color: #01091a !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.criticalTasksLists {
    display: grid !important;
    gap: 12px !important;
}

.criticalTasksLists li:hover {
    border: 1px solid #0080ff !important;
    background-color: #e6f2ff;
    outline: none;
    cursor: pointer !important;
}

.f-75 {
    font-weight: 700 !important;
    font-size: 42px !important;
}

.canvaImg {
    position: relative;
}
.above75 {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.policyTable,
.createTable {
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.policyTable td,
.policyTable th {
    border: 1px solid #e6e6e7 !important;
    padding: 14px 16px !important;
}

.createTable thead,
.policyTable thead {
    background-color: #fafbfc !important;
    color: #141b34 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.policyTable tbody tr:nth-child(even) {
    background-color: #fafbfc !important;
}
.policyTable tbody tr td {
    color: #2c3137 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.createTable td,
.createTable th {
    border: 1px solid #e6e6e7 !important;
    background-color: white !important;
}
.createTable tr td {
    text-align: left !important;
    color: #2c3137 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.taskTable {
    width: 100% !important;
}
*/ .py-014 {
    padding: 14px 0 !important;
}

@media (max-width: 768px) {
    .py-014 {
        padding: 0 !important;
    }
}

.marketText {
    font-weight: 700 !important;
    font-size: 32px !important;
}
@media (max-width: 768px) {
    .marketText {
        font-size: 20px !important;
    }
}

.text-green {
    color: #02b63e !important;
}

.ServiceTitle {
    color: #01070e !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.bg-brand-color {
    background-color: #1d7fff !important;
}

.bolletPoint {
    list-style: none;
    padding-left: 20px;
}

.bolletPoint li {
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.2344%206.40452C12.1072%205.02098%2011.1458%203.51029%2010.3698%201.90327C10.3317%201.83763%2010.2769%201.78316%2010.2111%201.74529C10.1453%201.70743%2010.0707%201.6875%209.99481%201.6875C9.91889%201.6875%209.84429%201.70743%209.77848%201.74529C9.71268%201.78316%209.65796%201.83763%209.61981%201.90327C8.84371%203.50986%207.88232%205.02012%206.75522%206.40327C5.7774%207.60234%204.68055%208.6992%203.48147%209.67702C3.43356%209.7161%203.39493%209.76535%203.36841%209.8212C3.34189%209.87705%203.32812%209.93811%203.32812%209.99994C3.32812%2010.0618%203.34189%2010.1228%203.36841%2010.1787C3.39493%2010.2345%203.43356%2010.2838%203.48147%2010.3229C4.68055%2011.3007%205.7774%2012.3975%206.75522%2013.5966C7.88232%2014.9798%208.84371%2016.49%209.61981%2018.0966C9.65393%2018.1671%209.7072%2018.2265%209.77352%2018.268C9.83984%2018.3096%209.91653%2018.3317%209.99481%2018.3317C10.0731%2018.3317%2010.1498%2018.3096%2010.2161%2018.268C10.2824%2018.2265%2010.3357%2018.1671%2010.3698%2018.0966C11.8223%2015.087%2013.9177%2012.4329%2016.5081%2010.3216C16.5561%2010.2825%2016.5947%2010.2333%2016.6212%2010.1774C16.6477%2010.1216%2016.6615%2010.0605%2016.6615%209.99869C16.6615%209.93686%2016.6477%209.8758%2016.6212%209.81995C16.5947%209.7641%2016.5561%209.71485%2016.5081%209.67577C15.3092%208.69874%2014.2123%207.60272%2013.2344%206.40452Z%22%20fill%3D%22%230080FF%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left start;
}

.bolletPoint li::before {
    content: "";
    position: absolute;
    top: 6px; /* Adjust based on text size */
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.2344%206.40452C12.1072%205.02098%2011.1458%203.51029%2010.3698%201.90327C10.3317%201.83763%2010.2769%201.78316%2010.2111%201.74529C10.1453%201.70743%2010.0707%201.6875%209.99481%201.6875C9.91889%201.6875%209.84429%2010.70743%209.77848%2010.74529C9.71268%2010.78316%209.65796%2010.83763%209.61981%2010.90327C8.84371%2012.50986%207.88232%2014.02012%206.75522%2015.40327C5.7774%2016.60234%204.68055%2017.6992%203.48147%2018.67702C3.43356%2018.7161%203.39493%2018.76535%203.36841%2018.8212C3.34189%2018.87705%203.32812%2018.93811%203.32812%2018.99994C3.32812%2019.0618%203.34189%2019.1228%203.36841%2019.1787C3.39493%2019.2345%203.43356%2019.2838%203.48147%2019.3229C4.68055%2020.3007%205.7774%2021.3975%206.75522%2022.5966C7.88232%2023.9798%208.84371%2025.49%209.61981%2027.0966C9.65393%2027.1671%209.7072%2027.2265%209.77352%2027.268C9.83984%2027.3096%209.91653%2027.3317%209.99481%2027.3317C10.0731%2027.3317%2010.1498%2027.3096%2010.2161%2027.268C10.2824%2027.2265%2010.3357%2027.1671%2010.3698%2027.0966C11.8223%2024.087%2013.9177%2021.4329%2016.5081%2019.3216C16.5561%2019.2825%2016.5947%2019.2333%2016.6212%2019.1774C16.6477%2019.1216%2016.6615%2019.0605%2016.6615%2018.99869C16.6615%2018.93686%2016.6477%2018.8758%2016.6212%2018.81995C16.5947%2018.7641%2016.5561%2018.71485%2016.5081%2018.67577C15.3092%2017.69874%2014.2123%2016.60272%2013.2344%2015.40452Z%22%20fill%3D%22%230080FF%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.borderB {
    border: 1px solid #e6e6e7 !important;
    border-radius: 10px !important;
}

.task-tabs {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;

    & .nav-tabs {
        width: auto !important;
    }
}

.btn-reset {
    background-color: transparent !important;
    border: none !important;

    &:focus {
        outline: none !important;
    }
    &:hover {
        background-color: transparent !important;
        border: none !important;
    }
}

.dashboard-progress {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;

    a {
        display: block;
        height: 100%;
    }

    .dashboard-progress-item {
        height: 100%;
    }

    @media screen and (min-width: 576px) {
        grid-template-columns: 1fr 1fr;
    }
}

.zSidebar {
    background-color: #021223;
    &.superadmin .sidebar-menu {
        width: 100% !important;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    min-height: 2.75rem !important;
    padding: 0.5rem 1rem !important;
}
