body {
  background-color: #FAFAFA;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .form_page {
    padding-top: 48px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .form_page_child {
    width: 100%;
    max-width: 600px;
    display: flex;
    gap: 32px;
    padding: 64px 5%;
    align-items: center;
    justify-content: center;
  }
  .form_page_child .div_b {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 0 34px rgba(70, 74, 85, 0.1);
    border-radius: 16px;
    padding: 16px;
  }
  .form_page_child .div_b .headings {
    font-size: 16px;
    color: #093535;
    font-weight: 600;
  }
  .form_page_child .div_b .capcha_cont {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .form_page_child .div_b .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .form_page_child .div_b .input label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .line {
    height: 60%;
    width: 1px;
    background-color: #D9D9D9;
  }
  .form_page_child .div_b .input .input_field {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #93B9BB;
    position: relative;
    align-items: center;
    padding: 0 12px;
  }
  .form_page_child .div_b .input .input_field .inp {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .input .input_field .v {
    font-size: 14px;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .input_field .rotate {
    transform: rotate(180deg);
  }
  .form_page_child .div_b .input .input_field .dropdown {
    position: absolute;
    right: 0;
    bottom: -8px;
    transform: translateY(100%);
    width: 100%;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 8px;
    z-index: 9;
  }
  .form_page_child .div_b .input .input_field .dropdown .option {
    width: 100%;
    padding: 8px;
    display: flex;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .form_page_child .div_b .input .input_field .dropdown .option:hover {
    background-color: #F6E7E9;
  }
  .form_page_child .div_b .input .input_field .dropdown_show {
    display: flex;
  }
  .form_page_child .div_b .input .input_field_time {
    width: 32px;
    padding: 0 4px;
  }
  .form_page_child .div_b .input .input_field_time .inp {
    text-align: center;
  }
  .form_page_child .div_b .input .text_field {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border: 1px solid #93B9BB;
    padding: 8px 12px;
  }
  .form_page_child .div_b .input .text_field .t_area {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .lua_btn {
    width: 100%;
    height: 40px;
    background-color: #DFF3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .form_page_child .div_b .lua_btn:hover {
    transform: translateY(-2px);
  }
  .form_page_child .div_b .enable {
    background-color: #287377;
    -webkit-user-select: unset;
       -moz-user-select: unset;
            user-select: unset;
    pointer-events: unset;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .form_page {
    padding-top: 48px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .form_page_child {
    width: 100%;
    max-width: 767px;
    display: flex;
    gap: 32px;
    padding: 64px 5%;
    align-items: center;
    justify-content: center;
  }
  .form_page_child .div_b {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 0 34px rgba(70, 74, 85, 0.1);
    border-radius: 16px;
    padding: 16px;
  }
  .form_page_child .div_b .headings {
    font-size: 18px;
    color: #287377;
    font-weight: 600;
  }
  .form_page_child .div_b .capcha_cont {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .form_page_child .div_b .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .form_page_child .div_b .input label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .line {
    height: 60%;
    width: 1px;
    background-color: #D9D9D9;
  }
  .form_page_child .div_b .input .input_field {
    width: 100%;
    border-radius: 8px;
    height: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #93B9BB;
    position: relative;
    align-items: center;
    padding: 0 12px;
  }
  .form_page_child .div_b .input .input_field .inp {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .input .input_field .v {
    font-size: 14px;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .input_field .rotate {
    transform: rotate(180deg);
  }
  .form_page_child .div_b .input .input_field .dropdown {
    position: absolute;
    right: 0;
    bottom: -8px;
    transform: translateY(100%);
    width: 100%;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 8px;
    z-index: 9;
  }
  .form_page_child .div_b .input .input_field .dropdown .option {
    width: 100%;
    padding: 8px;
    display: flex;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .form_page_child .div_b .input .input_field .dropdown .option:hover {
    background-color: #F6E7E9;
  }
  .form_page_child .div_b .input .input_field .dropdown_show {
    display: flex;
  }
  .form_page_child .div_b .input .input_field_time {
    width: 32px;
    padding: 0 4px;
  }
  .form_page_child .div_b .input .input_field_time .inp {
    text-align: center;
  }
  .form_page_child .div_b .input .text_field {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border: 1px solid #93B9BB;
    padding: 8px 12px;
  }
  .form_page_child .div_b .input .text_field .t_area {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .lua_btn {
    width: 100%;
    height: 40px;
    background-color: #DFF3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .form_page_child .div_b .lua_btn:hover {
    transform: translateY(-2px);
  }
  .form_page_child .div_b .enable {
    background-color: #287377;
    -webkit-user-select: unset;
       -moz-user-select: unset;
            user-select: unset;
    pointer-events: unset;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form_page {
    padding-top: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .form_page_child {
    width: 100%;
    max-width: 991px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 80px 10%;
  }
  .form_page_child .div_b {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 0 34px rgba(70, 74, 85, 0.1);
    border-radius: 16px;
    padding: 32px;
  }
  .form_page_child .div_b .headings {
    font-size: 18px;
    color: #287377;
    font-weight: 600;
  }
  .form_page_child .div_b .capcha_cont {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .form_page_child .div_b .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .form_page_child .div_b .input label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .line {
    height: 60%;
    width: 1px;
    background-color: #D9D9D9;
  }
  .form_page_child .div_b .input .input_field {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #93B9BB;
    position: relative;
    align-items: center;
    padding: 0 12px;
  }
  .form_page_child .div_b .input .input_field .inp {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .input .input_field .v {
    font-size: 14px;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .input_field .rotate {
    transform: rotate(180deg);
  }
  .form_page_child .div_b .input .input_field .dropdown {
    position: absolute;
    right: 0;
    bottom: -8px;
    transform: translateY(100%);
    width: 100%;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 8px;
    z-index: 9;
  }
  .form_page_child .div_b .input .input_field .dropdown .option {
    width: 100%;
    padding: 8px;
    display: flex;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .form_page_child .div_b .input .input_field .dropdown .option:hover {
    background-color: #F6E7E9;
  }
  .form_page_child .div_b .input .input_field .dropdown_show {
    display: flex;
  }
  .form_page_child .div_b .input .input_field_time {
    width: 32px;
    padding: 0 4px;
  }
  .form_page_child .div_b .input .input_field_time .inp {
    text-align: center;
  }
  .form_page_child .div_b .input .text_field {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border: 1px solid #93B9BB;
    padding: 8px 12px;
  }
  .form_page_child .div_b .input .text_field .t_area {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .lua_btn {
    width: 100%;
    height: 40px;
    background-color: #DFF3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .form_page_child .div_b .lua_btn:hover {
    transform: translateY(-2px);
  }
  .form_page_child .div_b .enable {
    background-color: #287377;
    -webkit-user-select: unset;
       -moz-user-select: unset;
            user-select: unset;
    pointer-events: unset;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form_page {
    padding-top: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .form_page_child {
    width: 100%;
    max-width: 1199px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 80px 10%;
  }
  .form_page_child .div_b {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 0 34px rgba(70, 74, 85, 0.1);
    border-radius: 16px;
    padding: 32px;
  }
  .form_page_child .div_b .headings {
    font-size: 24px;
    color: #287377;
    font-weight: 600;
  }
  .form_page_child .div_b .capcha_cont {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .form_page_child .div_b .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .form_page_child .div_b .input label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .line {
    height: 60%;
    width: 1px;
    background-color: #D9D9D9;
  }
  .form_page_child .div_b .input .input_field {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #93B9BB;
    position: relative;
    align-items: center;
    padding: 0 12px;
  }
  .form_page_child .div_b .input .input_field .inp {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .input .input_field .v {
    font-size: 14px;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .input_field .rotate {
    transform: rotate(180deg);
  }
  .form_page_child .div_b .input .input_field .dropdown {
    position: absolute;
    right: 0;
    bottom: -8px;
    transform: translateY(100%);
    width: 100%;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 8px;
    z-index: 9;
  }
  .form_page_child .div_b .input .input_field .dropdown .option {
    width: 100%;
    padding: 8px;
    display: flex;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .form_page_child .div_b .input .input_field .dropdown .option:hover {
    background-color: #F6E7E9;
  }
  .form_page_child .div_b .input .input_field .dropdown_show {
    display: flex;
  }
  .form_page_child .div_b .input .input_field_time {
    width: 32px;
    padding: 0 4px;
  }
  .form_page_child .div_b .input .input_field_time .inp {
    text-align: center;
  }
  .form_page_child .div_b .input .text_field {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border: 1px solid #93B9BB;
    padding: 8px 12px;
  }
  .form_page_child .div_b .input .text_field .t_area {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .lua_btn {
    width: 100%;
    height: 40px;
    background-color: #DFF3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .form_page_child .div_b .lua_btn:hover {
    transform: translateY(-2px);
  }
  .form_page_child .div_b .enable {
    background-color: #287377;
    -webkit-user-select: unset;
       -moz-user-select: unset;
            user-select: unset;
    pointer-events: unset;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .form_page {
    padding-top: 64px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
  }
  .form_page_child {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
    padding: 80px 10%;
  }
  .form_page_child .div_b {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 0 34px rgba(70, 74, 85, 0.1);
    border-radius: 16px;
    padding: 32px;
  }
  .form_page_child .div_b .headings {
    font-size: 24px;
    color: #287377;
    font-weight: 600;
  }
  .form_page_child .div_b .capcha_cont {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .form_page_child .div_b .input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .form_page_child .div_b .input label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .line {
    height: 60%;
    width: 1px;
    background-color: #D9D9D9;
  }
  .form_page_child .div_b .input .input_field {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #93B9BB;
    position: relative;
    align-items: center;
    padding: 0 12px;
  }
  .form_page_child .div_b .input .input_field .inp {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .input .input_field .v {
    font-size: 14px;
    color: #4D4D4D;
  }
  .form_page_child .div_b .input .input_field .rotate {
    transform: rotate(180deg);
  }
  .form_page_child .div_b .input .input_field .dropdown {
    position: absolute;
    right: 0;
    bottom: -8px;
    transform: translateY(100%);
    width: 100%;
    display: none;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 8px;
    z-index: 9;
  }
  .form_page_child .div_b .input .input_field .dropdown .option {
    width: 100%;
    padding: 8px;
    display: flex;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .form_page_child .div_b .input .input_field .dropdown .option:hover {
    background-color: #F6E7E9;
  }
  .form_page_child .div_b .input .input_field .dropdown_show {
    display: flex;
  }
  .form_page_child .div_b .input .input_field_time {
    width: 32px;
    padding: 0 4px;
  }
  .form_page_child .div_b .input .input_field_time .inp {
    text-align: center;
  }
  .form_page_child .div_b .input .text_field {
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    border: 1px solid #93B9BB;
    padding: 8px 12px;
  }
  .form_page_child .div_b .input .text_field .t_area {
    width: 100%;
    font-size: 14px;
    color: #093535;
  }
  .form_page_child .div_b .lua_btn {
    width: 100%;
    height: 40px;
    background-color: #DFF3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 10px;
    transition: all 0.3s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .form_page_child .div_b .lua_btn:hover {
    transform: translateY(-2px);
  }
  .form_page_child .div_b .enable {
    background-color: #287377;
    -webkit-user-select: unset;
       -moz-user-select: unset;
            user-select: unset;
    pointer-events: unset;
  }
}/*# sourceMappingURL=admin.css.map */