    body {
        font-family: Arial;
    }

    .demo-container {
        padding: 20px;
        border-radius: 2px;
        margin: 0 auto;
        /* max-width: 550px; */
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-size: .8em !important;
    }

    .demo-container-new {
        border-radius: 2px;
        margin: 0 auto;
        background-image: url('../images/bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #existing-regid-row{
        display: none;
    }

    .login-registration-menu {
        background: #f9f9f9;
        border: #ececec 1px solid;
        padding: 10px 20px;
        text-align: right;
        border-radius: 3px;
    }

    .input-row {
        margin-bottom: 15px;
    }

    .form-control{
        border-radius: 0px !important;
    }

    .form-control.form-control-regfrm{
        border-radius: 0px !important;
        background-color: unset;
    }

    .input-field {
        width: 100%;
        border-radius: 0px;
        border: #e0dfdf 1px solid;
        padding: .4375rem .75rem;
    }

    .btn-submit {
        padding: 10px 30px;
        border: #d5d4d5 1px solid;
        font-size: 0.9em;
        width: 150px;
        border-radius: 3px;
        cursor: pointer;
        padding-bottom: 10px;
        color: #808080;
    }

    .submit-button {
        padding-bottom: 10px;
    }

    #btn-login {
        border: #b5b0b0 1px solid;
        border-radius: 3px;
        font-size: 0.9em;
        width: auto;
        padding: 5px 30px;
    }

    #btn-register {
        /* background-color: #ffb162;
        border: #e8aa6a 1px solid;
        border-radius: 3px; */
        font-size: 0.9em;
        /* width: auto;
        padding: 5px 30px;
        margin-left: 15px; */
    }

    div.register-class {
        overflow: hidden;
    }

    img#loaderId {
        vertical-align: middle;
        width: 45px;
        height: 50px;
    }

    .btn-logout {
        cursor: pointer;
        border: #e2e2e2 1px solid;
        border-radius: 3px;
        padding: 5px 20px;
    }

    .success-message {
        margin-left: 1px;
        color: #189a18;
        font: 18px;
        display: none;
    }

    .error-message {
        color: #FF0000;
        display: none;
        margin-top: 15px;
    }

    .dashboard {
        text-align: left;    background: #f9f9f9;
        border: #ececec 1px solid;
        padding: 10px 20px;
        border-radius: 3px;
    }
    .thank-you-registration {
        display:none;   
        background: #ace4c0;
        padding: 10px;
        font-size: 0.95em;
        border-radius: 3px;
        border: #a9d4b9 1px solid;
    }

    .content-wrapper.content-wrapper-new {
        background: #00000040;
    }

    .logo2{
        height: auto;
        width: 100%;
        padding: 40px;
        background: #ffffff;
        border-bottom: 5px solid;
        border-radius: 50px 50px 0px 0px;
        box-shadow: -9px 10px 20px -10px rgba(0, 0, 0, 0.75);
    }

    .logo2-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-form-n{
        background: #ffffff !important;
        border-radius: 0px 0px 50px 50px;
        box-shadow: 10px -9px 20px -10px rgba(0, 0, 0, 0.75);
    }

    .login-form-n h4,.login-form-n h6, .login-form-n form, .login-form-n .keep_me_signedIn, .login-form-n .auth-link.text-black .login-form-n a{
        color:#fff !important;
    }

    .login-form-n a{
        font-weight: 600;
        text-decoration: underline;    
    }

    a:focus, input:focus {
        border-color: inherit;
        outline: unset;
    }
    .ui-dialog-titlebar{
        background-color: #52CDFF !important;
    }

    .form-container#pfContainer {
        max-width: 400px;
        background-color: #fff;
        padding: 32px 24px;
        font-size: 14px;
        font-family: inherit;
        color: #212121;
        display: flex;
        flex-direction: column;
        gap: 20px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
    }

    .form-container#pfContainer button:active {
        scale: 0.95;
    }

    .form-container#pfContainer .logo-container {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }

    .form-container#pfContainer .form {
        display: flex;
        flex-direction: column;
    }

    .form-container#pfContainer .form-group {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .form-container#pfContainer .form-group label {
        display: block;
        margin-bottom: 5px;
    }

    .form-container#pfContainer .form-group input {
        width: 100%;
        padding: 12px 16px;
        border-radius: 6px;
        font-family: inherit;
        border: 1px solid #ccc;
    }

    .form-container#pfContainer .form-group input::placeholder {
        opacity: 0.5;
    }

    .form-container#pfContainer .form-group input:focus {
        outline: none;
        border-color: #1778f2;
    }

    .form-container#pfContainer .form-submit-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: inherit;
        color: #fff;
        background-color: #212121;
        border: none;
        width: 100%;
        padding: 12px 16px;
        font-size: inherit;
        gap: 8px;
        margin: 12px 0;
        cursor: pointer;
        border-radius: 6px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
    }

    .form-container#pfContainer .form-submit-btn:hover {
        background-color: #313131;
    }

    .form-container#pfContainer .link {
        color: #1778f2;
        text-decoration: none;
    }

    .form-container#pfContainer .signup-link {
        align-self: center;
        font-weight: 500;
    }

    .form-container#pfContainer .signup-link .link {
        font-weight: 400;
    }

    .form-container#pfContainer .link:hover {
        text-decoration: underline;
    }

    .ui-widget-overlay {
        background: #000000;
        opacity: .3;
        filter: Alpha(Opacity = 30);
    }

    .keep_me_signedIn{
        font-size: 1rem;
        font-weight: 600;
        color: blue !important;
    }

    #register-dialog {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #517fa4 0%, #243949 100%) !important;
    }

    .sections[is-active="0"]{
        display:none;
    }
    #registration label{
        font-weight: 700;
        font-size: 15px;
    }
    #registration .mt-3{
        margin: 10px 0px 15px 0px !important;
        font-size: 25px;
        font-weight: 700;
    }
    .uploadS input{
        padding: 8px;
    }
    .doc_link_cls[href="0"]{
        display:none;
    }
    /* label {
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
    } */
    h3 {
    color: #fff;
    }
    #submitBtn_id{
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:50px;
    }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }
    .error_span{
        color: #c80815;
    }
    #physics,#Chemistry,#bst,#accountancy{
        pointer-events: none;
    }
    .dropdown dd, .dropdown dt {
        margin:0px;
        padding:0px;
    }
    .dropdown ul {
        margin: -1px 0 0 0;
    }
    .dropdown dd {
        position:relative;
    }
    .dropdown a, 
    .dropdown a:visited {
        color:#fff;
        text-decoration:none;
        outline:none;
        font-size: 12px;
    }
    .mutliSelect ul li {
        padding: 5px 0px 10px 0px;
        font-size: 15px;
    }
    .mutliSelect ul li input{
        margin-right: 10px;
    }
    .mutliSelect ul li {
        padding: 5px 0px 10px 0px;
    }
    .dropdown dt a {
        display:block;
        overflow: hidden;
        border:0;
    }
    .dropdown dt a span, .multiSel span {
        cursor:pointer;
        display:inline-block;
        padding: 0 3px 2px 0;
    }
    .dropdown dd ul {
        background-color: #fff;
        border: 0;
        color: #4d4d4d;
        display: none;
        left: -13px;
        padding: 10px 0px 0px 20px;
        position: absolute;
        top: 6px;
        width: 346px;
        list-style: none;
        height: auto;
        overflow: auto;
        box-shadow: 0px 9px 8px 7px rgb(0 0 0 / 20%);
    }
    .dropdown span.value {
        display:none;
    }
    .dropdown dd ul li a {
        padding:5px;
        display:block;
    }
    .dropdown dd ul li a:hover {
        background-color:#fff;
    }
    button {
        background-color: #6BBE92;
        width: auto;
        border: 0;
        padding: 10px 0;
        margin: 5px 0;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .freezit {
        pointer-events: none;
        opacity: 0.3;
    }

    .overlay {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background: #00000099;
        z-index: 1;
        display:none;
    }

    .overlay__inner {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .overlay__content {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .spinner {
        width: 100px;
        height: 100px;
        display: inline-block;
        border-width: 10px;
        border-color: rgba(255, 255, 255, 0.05);
        border-top-color: #fff;
        animation: spin 1s infinite cubic-bezier(0.97, -0.4, 0, 1.32);
        border-radius: 100%;
        border-style: solid;
    }

    .cIsc div label{
        pointer-events: none;
        opacity: 0.6;
    }

    .cICom div label{
        pointer-events: none;
        opacity: 0.6;
    }

    .subject_iframe_cls{
        overflow: unset;
        height: 800px;
        width: 100%;
    }

    @keyframes blink {
        0% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 1; }
    }

    .blink {
        animation: blink 1s linear infinite;
        font-size: 22px;
        font-weight: bold;
        color: #dc3545;
        transition: 0.5s;
        text-align: center;
        text-shadow: #fff 1px 0 10px;
    }
    
    .blink1 {
        animation: blink 1s linear infinite;
    }

    .card {
        width: 100%;
        height: 100%;
        background-size: 40px 60px;
    }

    .auth-form-light.login-form-n{
        background-image: linear-gradient(to right, #517fa4 0%, #243949 100%) !important;
    }

    .form-wrapper{
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; */
    }

    @media (max-width: 780px) {
        .content-wrapper {
        padding: 0 0.75rem 0.75rem 0.75rem;
        }
        .card .card-body {
        padding: 0.75rem 0.75rem;
        }
        .sections{
        padding-right: unset;
        }
        .sections div.form-group{
        padding-right: unset;
        }
        .sections div.button{
        padding-right: unset;
        }
        .sections div.button input.submitSectionBtn{
        word-wrap: break-word;
        max-width: inherit;
        width: auto;
        white-space: normal;
        }
        .perSectionDiv{
        display:none
        }
    }