:root {
    --color-overlay: #782affe7;
    --color-btnOrange: #f69820;
    --color-inputUnderline: #ebecf0;
}

* {
    outline: none;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.round_btn {
    border-radius: 25px;
}

.re_container {
    min-height: 100vh;
    display: flex;
}

.logo_img {
    width: 128px;
    height: 128px;
}

.lang_dropdown {
    max-height: 28px;
    border-radius: 20px !important;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.lang_img {
    height: 1em;
    vertical-align: middle;
}

.lang_name {
    font-size: 9px;
    padding-left: 8px;
}

#registartion_type{
    display: flex;
}

#registartion_type li{
    flex: 1;
}
    
.drowdown_arrow {
    vertical-align: middle;
}

.subscribe_box {
    background-image: linear-gradient(0deg, var(--color-overlay), var(--color-overlay));
    background-repeat: no-repeat;
    background-size: cover;
}

.continue_img {
    height: 1em;
}

.full_height {
    min-height: 100vh;
}

.continue_btn {
    background: var(--color-btnOrange);
    font-size: 15px;
    margin-top: 25px;
}

.form_box_1 {
    margin-top: 110px;
    max-width: max-content;
    margin-bottom: 70px;
}
.form_box_1.signup-wrapper {
    margin-top: 30px;
    
}

.custom_input {
    border: none;
    font-size: 0.9em;
    border-bottom: 1px solid var(--color-inputUnderline);
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 8px;
    outline: none;
    background: transparent;
}

.form_1_footer {
    font-size: 12px;
    margin: 15px auto;
    cursor: pointer;
    user-select: none;
}


/*form 2*/

.form_box_2 {
    margin-top: 150px;
    max-width: max-content;
}

.cross_btn {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: 30px;
    margin-right: 38px;
    background: white;
    border: none;
    outline: none;
    cursor: pointer;
}

.cross_btn:hover,
.cross_btn:active {
    outline: none !important;
    background: var(--color-btnOrange);
    color: white;
    box-shadow: none !important;
    ;
}

.terms_text {
    color: #d8d8d8;
}

.footer {
    bottom: 20px;
    left: 20px;
    padding: 30px;
}

.footer a {
    font-size: 12px;
    text-decoration: underline;
}

.language_list {
    position: absolute;
    top: 33px;
    background: white;
    box-shadow: 0px 3px 5px #cdcdcd;
    width: max-content;
    border-radius: 5px;
    overflow: hidden;
    right: 0px;
    z-index: 1000;
}

.lang_input {
    display: none;
}

.language_item label {
    font-size: 10px;
    padding: 10px;
    display: block;
    margin: 0;
    cursor: pointer;
}

.language_item label img {
    height: 1.2em;
    width: 3em;
    object-fit: contain;
}

.language_item label:hover {
    background: var(--color-inputUnderline);
}

.lang_input:checked+label {
    background: var(--color-btnOrange);
    color: white;
}

.arrow2_img {
    height: 14px;
    margin: 0px 15px;
    vertical-align: middle;
}

.rightside_input {
    margin-top: 0px;
    color: white !important;
    ;
}

.rightside_input::placeholder{
    color:#d5d5d5e5;
    opacity: 1;
}
.rightside_input::-ms-input-placeholder,
.rightside_input::-ms-input-placeholder {
    color: #d5d5d5e5;
}

.extra_margin {
    margin-top: 180px;
}

.check_box_align {
    margin-top: 3px;
}
.link_
{
    color: #104068;
    font-size: 14px;
    display: block;
    margin: 5px 0;
}
.link_:hover
{
    color: #f69820;
    cursor: pointer;
}
@media(min-width:768px) {
    .form_box_1 {
        margin-bottom: 0px;
    }
    .footer {
        position: fixed;
        padding: 0px;
        width: 100%;
        left: 0;
        background: #ffffff00;
        bottom: 11px;
    }
}
@media(max-width:768px){
    .form_box_1{
        margin-top: 26px;
    }
    .extra_margin {
        margin-top: 90px;
    }
}
.alert_img_here
{
    text-align: center;
}
.alert_img_here img
{
    width: 42px;
}
.content_area
{
    max-height: 590px;
    overflow-y: auto;
    padding: 0 10px;
    text-align: justify
}

.content_area_home
{
    max-height: 240px;
    overflow-y: auto;
    padding: 0 10px;
    text-align: justify
}


/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f79f2e;
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  body{
    scroll-behavior: smooth;

  }
  .error-text
  {
    color: #FF0000;
  }