#otherInfo{
width: 100%;
height: 200px;
padding:6px;
}
select:focus,input:focus{
border-radius: 4px;
outline:none;
border: 1px solid var(--Primary-Palette-600, #0B40B2) !important;
background: var(--Grey-0, #FFF);
box-shadow: 0 0 5px 0 rgba(11, 64, 178, 0.20);
}
select:hover,input:not(:focus):hover{
border-radius: 4px;
border: 1px solid var(--Expanded-Palette-Blue-200, #97B8FF) !important;
background: var(--Grey-0, #FFF);
}
select:active,input:active{
border-radius: 4px;
border: 1px solid var(--Expanded-Palette-Blue-600, #0045D8) !important;
background: var(--Grey-0, #FFF);
}

input:not(:focus){
 border:1px solid var(--Grey-250, #DCDCDC);
}
.font-family-Helvetica{
 font-family: "HelveticaNeueW01-55Roma","Helvetica Neue",Helvetica Neue,Arial,sans-serif;
} 

.spinner-modal-parent-div{
    z-index: 3;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.spinner-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pref-spinner {
  border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.error_msg{
color:#b00020;
font-size:16px;
}

.error_msg a{
color :#0698d9;
}

/* 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;
}

.font-25p{
font-size: 25px
}

.f-30p{
font-size: 30px;
}

.success-circle {
 position: relative;
    background: #50C878;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.success-circle .checkmark {
 position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 27%;
    top: 45%;
    font-size: 20px;
    font-weight: bold;
    height: 33px;
    width: 20px;
    border-bottom: 7px solid white;
    border-right: 7px solid white;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.btn-div-mb{
 text-align: center;
}
.btn-div-mb button[type=submit]{
 width: 80%;
 margin-bottom: 20px;
}
.btn-div-mb button[type=reset]{
    margin: 0;
    width: 80%;
}
}


.field_label{
    color: var(--Grey-900, #333);
    font-feature-settings: 'liga' off, 'clig' off;
/* Body Tiny/Bold */
    /* font-family: &quot;Boeing Meso&quot;; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.mb-16p{
margin-bottom: 24px;
}
.required{
color: var(--Semantics-Error-Default, #B3001F);
}
.error{
color: var(--Semantics-Error-Default, #B3001F);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
border: 1px solid var(--Semantics-Error-Default, #B3001F) !important;
}

.field_input{
     border-radius: 4px;
    border: 1px solid var(--Grey-250, #DCDCDC);
    background: var(--Grey-0, #FFF);
    margin-top: 8px;
    margin-bottom : 8px;
    height: 40px;
    /* color: var(--Grey-500, #909090); */
    font-feature-settings: 'liga' off, 'clig' off;
    /* font-family: "Boeing Meso"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width:100%
}
.error-p{
opacity : 1;
margin-top: -7px;
span{
border: none !important;
}
}
#otherInfo{
    height: 140px;
    border-radius: 4px;
    border: 1px solid var(--Grey-250, #DCDCDC);
    background: var(--Grey-0, #FFF);
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}
.iti {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}
select{
color: var(--Grey-500, #909090);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
}

select.selected{
color: var(--Grey-900, #333);;
}
select option{
color: var(--Grey-900, #333);;
}