.input-box {
            border: 1px solid #D8D8D8;
            font-size: 14px;
            font-weight: 400;
            color: black;
            height: 33px;
            width: 100%;
            margin-bottom: 10px;
            border-radius: 5px;
            padding: 0px 5px 0px 5px;

        }

        .signupScreen {
            background-color: white;
            padding: 12px 20px;
            border-radius: 20px;

        }

        .custom-heading {
            font-size: 24px;
            font-weight: 700;
            color: #061938;
            line-height: 34px;
        }

        .custom-subheading {
            font-size: 14px !important;
            font-weight: 400;
            line-height: 18px;
        }

        .custom-description {
            font-size: 14px;
            font-weight: 400;
            color: #7b7b7b;
        }

        .custom-align-center {
            display: flex;
            align-items: center;
            height: 40px;
        }

        .inputNumber {
            color: #747474;
            font-size: 16px;
            height: 40px;
            border-color: #cccc;
            padding-left: 91px !important;
        }

        .mobNumberBox {
            display: grid;
        }

        .max-width {
            width: -webkit-fill-available;
        }

        .registerLink {
            font-size: 14px;
            font-weight: 600;
            color: #f15a2b;
            line-height: 14px;
            cursor: pointer;
        }

        .custom-phonenumber {
            font-size: 16px !important;
            color: black !important;
            width: 100% auto !important;
        }


        .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            width: 100%;
        }

        .grid-item {
            border-radius: 8px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            height: fit-content;
        }

        .font-22px {
            font-size: 22px;
            font-weight: 600;
        }

        .register-button {
            background-color: #F15A2B !important;
            color: white !important;
            border-radius: 7px;
            width: 100%;
            padding: 13px;
            border: none;
            margin-top: 13px;
        }


        input.input-box:focus {
            border-color: #c23934;
            outline: none;
        }

        select.input-box:focus {
            border-color: #c23934;
            outline: none;
        }

        select.input-box:not(:focus) {
            border-color: #D8D8D8;
            color: gray;
        }

        .captcha-disable {
            width: 100%;
            padding: 10px 40px 7px 10px;
            border: 1px solid #dcdcdc;
            border-radius: 4px;
            background-color: #f9f9f9;
            text-align: left;
            color: #6c6c6c;
            cursor: not-allowed;
            height: 35px;
        }

        .enter-captcha {
            border-radius: 4px;
            border: 1px solid #dcdcdc;
            font-size: 19px;
            cursor: pointer;
            background-color: #f9f9f9;
            height: 35px;
        }

        .error-message {
            position: relative;
            font-size: 10px;
            color: #c23934;
            margin-top: -20px;
            top: -10px;
            padding: 0px;
        }

        .iti--allow-dropdown {
            width: 100%;
        }

        select.input-box:disabled {
            background-color: #f3f3f3;
            color: #6c757d;
            cursor: not-allowed;
            border: 1px solid #ccc;
            opacity: 1;
        }

        .error-message-checkbox {
            display: block;
            color: #c23934;
            font-size: 10px;
            padding: 8px 0px 0px 5px;
        }

        .successpage-heading {
            font-size: clamp(18px, 5vw, 26px);

            color: black;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 600;
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .successpage-subheading {
            font-size: clamp(20px, 6vw, 28px);
            color: #E8580C;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 600;
            padding-bottom: 16px;

        }

        .successpage-email {
            font-size: clamp(12px, 4vw, 16px);
            color: grey;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 500;
            padding-bottom: 10px;

        }

        html,
        body {
            height: 100%;
            margin: 0;
        }

        #thank-you-page {
            display: none;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .grandParentContaniner {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .parentContainer {
            text-align: center;
        }

        .iti--separate-dial-code .iti__selected-dial-code {
            margin-left: 6px;
            font-size: 13px;
        }

        #state-select,
        #city-select,
        #campus {
            pointer-events: auto;
            z-index: 9999;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 100% !important;
        }