@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: Berlin Sans FB;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/berlin-sans-fb/BRLNSR.TTF') format('truetype');
}

.annotation {
    color: #707f89;
    font-size: 14px;
}

.main-text {
    color: #3B4043;
}

.text-heading {
    color: #707f89;
}

.font-montserrat {
    font-family: Montserrat-Regular, sans-serif;
}
.btn-yyknowledge-board {
    border-radius: 50px;
    margin: 2px 0;

    font-size: 15px;
    font-weight: 600;
}
.button-primary {
    border: none;
    background-color: #41A38C;
    color: #FFFFFF;
    border-radius: 24px;
    outline: none;
    padding: 0 10px;
    font-weight: bold;
    min-width: 148px;
    font-size: 16px;
    height: 48px;
}

.button-primary:hover {
    background-color: #9EDFD0;
}

.button-primary:disabled {
    background-color: #41A38C;
    color: #0C8467;
    cursor: not-allowed;
}


button {
    outline: none!important;
}

span.title {
    margin-left: 10px;
    color: #3b4043;
}

.active-custom {
    background-color: #e0e5ea !important;
}

.custom-tooltip {
    width: 40px;
    height: 40px;
}
.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 240px !important;
    font-size: 12px;
    background: #dce6f1;
    color: rgb(0, 0, 0, .7);
    text-align: left;
}

.tooltip.show {
    opacity: 1;
}

.open_sidebar.wrapper {
    width: 100% !important;
}

.error-msg {
    font-size: 18px;
    color: #3B4043;
}

#email-verified-at-expired .modal-dialog {
    width: 1000px;
    max-width: 1000px;
}

#email-verified-at-expired .modal-header {
    border: none;
}

#email-verified-at-expired .d-flex {
    height: 75%;
}

#email-verified-at-expired .modal-content.panel-warning {
    height: 287px;
}

.title-header {
    font-size: 34px;
}

img.icon-back {
    padding-right: 5px;
    width: 30px;
    height: 24px;
}

.yykb-home {
    padding: 5px 10px;
}

a.yykb-home:hover {
    opacity: 1 !important;
}

.disable-btn {
    cursor: not-allowed;
    background-color: #9EDFD0 !important;
}

#error-login-modal .modal-dialog {
    max-width: 800px;
    min-width: unset !important;
}

#error-login-modal .modal-content {
    height: unset !important;
}

#error-login-modal .margin-div {
    margin-top: 24px;
    margin-left: 19px;
}

#error-login-modal .modal-body .margin-div {
    height: 120px;
}

#error-login-modal .title {
    color: #707f89;
    font-size: 20px;
}

#error-login-modal .modal-footer .btn-ok {
    border: none;
    background-color: #41A38C;
    color: #FFFFFF;
    border-radius: 30px;
    outline: none;
    padding: 0 10px;
    width: 176px;
    height: 48px;
}

#modal-ip-invalid .modal-footer {
    border-top: none;
}

#modal-ip-invalid .modal-footer .btn-close-modal {
    width: 170px;
    height: 50px;
    font-size: 18px;
    background-color: #46b298;
    border-radius: 30px;
    color: #FFFFFF;
    opacity: 1!important;
}

#modal-ip-invalid .modal-footer .btn-close-modal:hover {
    border-color: #41A38C;
    background-color: #41A38C;
}

/* ========== Password Toggle ========== */
:root {
    --password-toggle-color: #41A38C;
}

.btn-toggle-password {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.btn-toggle-password:focus {
    outline: none;
    box-shadow: none;
}

.btn-toggle-password .icon-eye-close,
.btn-toggle-password .icon-eye-open {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-color: var(--password-toggle-color, #41A38C);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.btn-toggle-password .icon-eye-close {
    -webkit-mask-image: url('/images/eye_close.svg');
    mask-image: url('/images/eye_close.svg');
}

.btn-toggle-password .icon-eye-open {
    -webkit-mask-image: url('/images/eye_open.svg');
    mask-image: url('/images/eye_open.svg');
}

.has-password-toggle {
    position: relative;
}

.has-password-toggle input {
    padding-right: 40px !important;
}
/* ======================================= */
