body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif !important;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
}

.cuetExamWrapper {
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

.cuetContainer {
    padding: 0px 16px;
}

.cuet-heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #202126;
}

.formBox {
    margin-top: 16px;
}

.formBox label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999CA1;
    display: flex;
    width: 100%; margin-bottom: 5px;
}

.formBox input, .formBox input:focus {
    border: 1px solid #CDCECE;
    border-radius: 8px;
    background: #FFFFFF;
    height: 40px;
    width: 100%;
    padding: 2px 10px;
    outline: 0px;
}


::-webkit-calendar-picker-indicator {
    background-color: #ffffff;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

input[type="date"] {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999CA1;
}


.sd-container {
    position: relative;
}

.open-button {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 25px;
    height: 25px;
    background: #fff;
    pointer-events: none;
}

.open-button button {
    border: none;
    background: transparent;
}

.cuetFormSubmit {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    left: 0px;
    padding: 16px 16px 0px 16px;
    bottom: 16px;
}

.cuetFormSubmit button {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #FC3A52;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border: 0px;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.cuetFormSubmit button:disabled{
    background: #CDCECE;
    cursor: default;
}
.cuet-sub-heading{
    font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #999CA1; margin-top: 5px;
}

.formBox select{
    border: 1px solid #CDCECE;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    padding: 11px 7px;
outline: 0px;
}
.downloadPdfCuet{margin-top: 25px;}
.downloadPdfCuet  button{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #FC3A52;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border: 0px;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer;
}


.cuetStaticCourse{padding: 16px 16px; border-top: 6px solid #EEEFF4; margin-top: 16px;}
.cuetStaticHeading{
    font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #52565E; 
}
.cuetStaticCourseBox a{margin-top: 12px; display: flex; font-weight: 400;
    font-size: 14px;
    line-height: 20px; text-decoration: none; color: #202126;}
.StatiCourseImg{
    background: #EEEFF4;
border-radius: 8px; width: 88px; height: 88px;
overflow: hidden;
}
.StatiCourseImg img{width: 100%;}
.staticCourseData{margin-left: auto; width: calc(100% - 98px);}

.staticCourseBtn{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #FC3A52;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border: 0px;
    outline: 0;
    box-sizing: border-box;
    cursor: pointer; margin-top: 10px;
}