.has_pay12month {
    display: inline-block;
    float: right;
}

.has_pay12month input {
    display: inline-block;
    appearance: button;
    -webkit-appearance: button;
    opacity: 1 !important;
    position: relative !important;
}

/* Modal styles */
.modal-area-inner {
    background: white;
    padding: 0px;
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    margin: 30px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    position: relative;
}

.hide {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

.modal-area-inner-content {
    padding: 0px;
    border-radius: 6px;
    width: 100%;
}

.modal-area-inner-content-text {
    margin-top: 15px;
    line-height: 1.6;
}

.demandPublic__modal__inner__hide__cross {
    margin-right: 9px;
}

.vue-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}


header .inHeader {
    height: 60px !important;
    max-height: 60px !important;
    background: #0061bc !important;
    z-index: 100 !important;
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: unset !important;
}

#update-password-form input {
    border-radius: 5px;
    background: white;
    padding: 2px 6px;
    border: 1px solid hsla(0, 0%, 44%, 0.24);
}

.modal-area-inner {
    height: auto;
}


.update-password-form .form-group {
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin-bottom: 10px;
}

.update-password-form .form-group label {
    font-weight: 500;
}

.update-password-form .btn-submit {
    margin-bottom: 20px;
    background-color: #0061bc;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;

}

.update-password-form .btn-submit:hover {
    background-color: #004c94;
}

.error-message {
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
    display: none;
}
.modal-area-inner-content-header{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    background-color: #f3f7ff;
    border-radius: 6px 6px 0 0;
}
.modal-area-inner-content-section{
    padding: 20px 30px;
    border-radius: 6px;
}
.modal-area-inner-content-text{
    margin-bottom: 20px;
}
.close-modal{
    position: absolute;
    top: -13px;
    right: -18px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    color: #333;
    align-items: center;
    justify-content: center;
}

.demandPublic__modal__inner__hide__cross {
    width: 24px;
    height: 24px;
    background: #ddd;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demandPublic__modal__inner__hide__cross:before,
.demandPublic__modal__inner__hide__cross:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.demandPublic__modal__inner__hide__cross:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.demandPublic__modal__inner__hide__cross:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
