.t-Body-main {
    background-image:     url(background.svg);
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
}

#personal-info{
     background: transparent;
}

#general-info{
    background: linear-gradient(180deg, #FFF 0%, #fff7e5 100%);
    filter: drop-shadow(0px 6px 45px rgba(128, 128, 128, 0.30));
    border-top: none;
    margin-top: -10px;
    border-radius: 0px 0px 10px 10px;
}

#global-info{
    background: transparent;   
}

global-info-ar
    {
    background: transparent;  
}

/*-----Banner image------*/

#global-info img {
    background-position: center;
    width: -webkit-fill-available;
    width: 100%;
}

#global-info-ar img {
    background-position: center;
    width: -webkit-fill-available;
}

.apex-item-text {
  border-radius:  4px;  
}

.lang-btn {
    background: rgba(225, 183, 97, 1);
    color: black;
    border-radius: 20px;
    height: 40px;
}

.a-LinksList--lang 
{
    text-align: center;
}

a.a-LinksList-link 
{
    position: relative; 
    z-index: 2;    
}

.t-Header{
display: none;
}

.t-Footer {
     background-color:transparent;
    border-color: none;
    border-style: none;
     border-width: 0; 
}

.t-Footer-top{
    display: none;
}

.a-LinksList--lang{
    font-size:14px !important;
}

#disable {
    display: none;
}

.t-Button--hot,.t-Button {
  border-radius:  46px; 
  
}  

.t-Region {
    border-style: none;
    border-right: none;
    border-left: none;
    border-top: none;
    /*border-bottom: 1px solid #E7E7E7;*/
}

.a-Button.is-active, .a-Button.ui-state-active, .a-Button:active, .a-Button:active:focus, .a-CardView-button.is-active, .a-CardView-button.ui-state-active, .a-CardView-button:active, .a-CardView-button:active:focus, .apex-button-group label.is-active, .apex-button-group label.ui-state-active, .apex-button-group label:active, .apex-button-group label:active:focus, .t-Button.is-active, .t-Button.ui-state-active, .t-Button:active, .t-Button:active:focus, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label.is-active, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label.ui-state-active, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label:active, .t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label:active:focus, .t-Form-helpButton.is-active, .t-Form-helpButton.ui-state-active, .t-Form-helpButton:active, .t-Form-helpButton:active:focus, .ui-button.is-active, .ui-button.ui-state-active, .ui-button:active, .ui-button:active:focus{
    border-radius: 20px;
}
.t-Button+.t-Button.t-Button--pill, .t-Button+.t-Button.t-Button--pillEnd{
    border-radius: 20px;
}

.t-Button.is-active{
    --a-button-state-background-color: #ffd55a !important;
}

.fa-check-circle:before {
    color: #dba22e;
}

#user-manual-btn
{
    border-radius: 50px;
    background: #3A554C;
    color: #fff;
}

.instructions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/*---text field fonts----*/

.apex-item-text, .apex-item-select {
    font-size: 15px;
    font-weight: 600;
}

.t-Form-label{
    font-size: 15px;
    font-weight: 500;
}