



.header-right {
    background: white;
    padding: 10px;
    border-radius: 9px;
    cursor:pointer
}
.sidebar {
    width: 250px;
    background-color:#1E252D;
    height:100%;
    overflow-y:auto;
    padding-bottom:10vh;
    margin-top: 9vh
}
.sidebar-content {
    width:80%;
    margin-left:12%;
    padding-bottom: 20vh;
}
.sidebar>.navbar{
    display: none;
}

.sidebar-curve {
    background-color: white;
    border-top-left-radius: 30px;
    margin-top: 35px;
    width: 50px
}


.content-parent {
    background-color: white;
    z-index:1;
    width: calc(100vw - 250px - 50px);
    margin-top: 35px;
    height: calc(100vh - 85px);
    padding-top: 20px;
    overflow-y:auto;
    padding-bottom: 20px;
}
.content-parent.pdf {
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    padding-bottom: 40px;
}

.content-container {
    box-shadow: 0px 1px 13px rgb(0 0 0 / 50%);
    width:68vw;
    margin-left: calc((100vw - 68vw - 250px - 100px)/2);
    padding-bottom:10px;
    padding-top: 10px
}
.content-container.pdf {
    margin-left: calc((100vw - 68vw )/2);
    background : #F7F7F7;
}


.content-area {
    height: 100vh;
    background-color:#1E252D;
    position: fixed;
    margin-top: 40px;
}
.content-area.pdf {
    background-color: white;
    margin-top : 0;
}
















/* Custom Checkbox */
.custom-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2.5px;
    left: 7.5px;
    height: 15px;
    font-size: 0.9rem;
    width: 15px;
    border: 1px solid; /* Border is set dynamically by inline style */
    border-radius: 2px;
    background-color: white;
    box-shadow: 0px 1px 4px rgb(167 134 121);
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #ffffff; /* Green when checked */
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    background: #5c5c5c;
    /*transform: rotate(45 degrees); Creates the checkmark */
}

/* Custom Radio Button */
.custom-radio {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.custom-radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.radiomark {
    position: absolute;
    top: 2px;
    left:7.5px;
    font-size: 0.9rem;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid; /* Border is set dynamically by inline style */
    background-color: white;
}

.custom-radio input:checked ~ .radiomark {
    background-color: white; /* Green when checked */
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .radiomark:after {
    display: block;
}

.radiomark:after {
    left: 2px;
    top: 2px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #5c5c5c; /* Center dot for checked radio button */
}













@media (max-width: 768px) {


    .main-content {
        padding: 85px 0 53px;
    }
    .main-content.pdf {
        padding: 0px 0 53px;
    }
    .header {
        border-radius: 0 !important;
    }

    .navbar-container {
        display: none;
    }

    .header-right {
        width: 40vw !important;
    }

    .sidebar{
        width: 190px;
        position: absolute;
        overflow-y:hidden;
        margin-top: 0vh;
        left: -180px;
        top: -9px;
        font-size: 12px;
        z-index: 9;
        border-radius: 0 19px 0 0;
        box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
        transition: 0.35s cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .sidebar.open{
        direction: rtl;
        left: 0;
        overflow-y:auto;
    }
    .sidebar.open>.sidebar-content {
        width:85%;
        margin-right:8%;
        direction: ltr;
    }
    .sidebar>.navbar{
        display: block;
    }
    .sidebar.open>.navbar{
        margin-left: -21px;
    }
    .sidebar.open .burger{
        left:180px
    }
    .sidebar.open .line-one{
        margin-top: 8px;
        transform: rotate(45deg);
    }
    .sidebar.open .line-two{
        display: none;
    }
    .sidebar.open .line-three{
        display: none;
    }
    .sidebar.open .line-four{
        margin-top: -8px;
        transform: rotate(-45deg);
    }

    .sidebar-curve {
        width: 0;
    }
    .sidebar-logo .img {
        width: 65%;
    }

    .content-area {
        margin:0 !important;
    }
    .content-parent {
        width: 110vw;
        margin-top: 0;
    }
    .content-parent.pdf {
        width: 110vw;
        margin-top: 0;
    }

    .content-container{
        width: 100vw;
        margin-left: 0;
    }
    .content-container.pdf{
        width: 100vw;
        margin-left: 0;
    }

  }


@media (max-width: 1200px) and  (min-width: 768px) {
    .sidebar-curve{
        width:0
    }
    .content-parent {
        width: calc(107vw - 250px - 50px)
    }
    .content-container {
        width: 61vw;
        margin-left: calc((100vw - 58vw - 250px)/2);
    }
    .content-container.pdf {
        margin-left: calc((100vw - 61vw)/2);
    }

    .content-area {
        width: 108vw;
    }
}


