body {
    font-family: "Poppins", sans-serif;
}
.bRqCYC .Header-h7cxjh-0 {
    height: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.busVyp {
    display: flex;
    padding: 1.25rem 1.75rem;
}
.header-img {
    max-height: 100%;
    width: auto;
    /* width: 240px; */
}
.bRqCYC {
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
    border-bottom: 1px solid lightgray;
    background: #fff;
    z-index: 100;
}
.information-sec p {
    display: inline;
    color: #505965;
    font-size: 15px;
}
.information-sec h6 {
    display: inline;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.information-sec {
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}
.information-heading {
    font-weight: 600;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.information-sec {
margin-bottom: 15px !important;
line-height: 1.5 !important;
border-bottom: 1px dashed #888;
padding: 0 0 10px;
}
.fl-post-title {
    margin-top: 0 !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 30px;
}
.information-heading {
    font-weight: 600;
    margin: 0 !important;
}
.update_form label {
    font-size: 18px;
}
.update_form input {
    height: 45px;
}
label.error {
    font-size: 12px;
    font-weight: 500;
    color: red;
    margin: 5px 0 0;
}
.form-control.error {
    border: 1px solid red !important;
}
.button-input-box {
position: relative;
}
.button-input-box button {
   position: absolute !important;
    right: 9px;
    margin: auto !important;
    top: 10px !important;
    height: fit-content;
    border-radius: 50px;
    font-size: 12px !important;
    padding: 4px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #1c70ff !important;
    border-color: #1c70ff !important;
}
.button-input-box input {
    padding-right: 80px;
}
.update_form button.submit-button {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 5px;
}
.update_form .form-group{
    margin-bottom:20px !important;
}
.update_form .form-group label{
    margin-bottom:8px !important;
}
.update_form .form-group input, .update_form .form-group textarea{
    background:#f4f4f4 !important;
    color:#000 !important;
    font-size: 14px !important;
}
.update_form .form-group input::placeholder, .update_form .form-group textarea::placeholder{
    font-size:16px !important;
    color:#888 !important;
}

.submit-button{
    background: #1c70ff !important;
    border-color: #1c70ff !important;
}

.spinner-border{
    width: 1rem !important;
    height: 1rem !important;
}

.disabledClass{
    opacity: 0.5;
    cursor: not-allowed;
}