.icon-password {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 4.6rem;
    align-items: center;
    display: flex;
}
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid var(--btn-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.error-message {
    display: none;
}
.error-message.active {
    display: flex;
}

.mg-b-60 {
    margin-bottom: 6rem;
}
.p-fixed {
    position: fixed;
    padding: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.z-top {
    z-index: 999999;
}
.btn-disable {
    background-color: #D7D7D7 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}
.box-error {
    display: none;
}
.box-error.active {
    display: flex;
}
.border-radius-3 {
    border-radius: 3px;
}
.p-3-9 {
    padding: 3px 9px 3px 9px;
}
.mg-r-15 {
    margin-right: 15px;
}
.justify-center {
    justify-content: center;
    align-items: center;
}
.text-white {
    color: #FFFFFF;
}
.font-bold {
    font-weight: 700;
}
.mt-10 {
    margin-top: 10px;
}

.mg-b-20 {
    margin-bottom: 20px;
}
.w-fit {
    width: fit-content;
}
.bg-red {
    background-color: #ED5054;
}
.btn {
    cursor: pointer;
}

.dot i,
.dot p {
    display: block;
    font-style: inherit;
    padding-left: 20px;
    position: relative;
}
.dot i:after,
.dot p:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #616161;
    top: 50%;
    left: 10px;
}
.dot i:last-child {
    margin-bottom: 2rem;
}
.message-err-text {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.4rem;
}
.tooltip {
    margin-bottom: 18px;
    bottom: -14px;
}
.min-h-40 {
    min-height: 40px;
}
.display-none {
    display: none !important;
}
.d-fl.jf-end {
    width: 100%;
    justify-content: unset;
    display: block;
    text-align: right;
}
.d-fl.jf-end a,
.d-fl.jf-end button{
    display: inline-block;
}
.d-fl.jf-end::after {
    clear: both;
    content: '';
    float: left;
}
.mg-b-54 {
    margin-bottom: 5.4rem;
}
.pd-y-20 {
    padding-top: 2em;
    padding-bottom: 2em;
}
h1.text-title {
    color: #000000;
}
.content-box-v {
    min-height: calc(100vh - 188px);
}
.modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.pd-x-30 {
    padding-left: 3em;
    padding-right: 3em;
}
.pd-b-30 {
    padding-bottom: 30px;
}
.input-pointer {
    cursor: pointer;
}
.message-systems,
#message-system  {
    display: none;
}
.message-systems.active,
#message-system.active {
    display: block;
    margin-bottom: 30px;
}
.box-content {
    min-height: calc(100vh - 64px - 121px);
}
.text-de-underline {
    text-decoration: underline;
}
input[type="radio"] {
    color: #F6F6F6 !important;
    width: 1px;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-right: 30px;
}
input[type="radio"]{
    position: relative;
}
input[type="radio"]:checked::before {
    background: white;
}
input[type="radio"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    border: 1px solid #A1A1A1;
    z-index: 99;
    background: #F6F6F6;
}

input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    z-index: 99;
    background: var(--btn-color);
}
input[type="radio"]:disabled::before {
    background: #F6F6F6;
    border: 1px solid #D7D7D7;
}
input[type="radio"].ps-relative  {
    overflow: unset;
}
.w-120p {
    width: 120px;
}
.w-full {
    width: 100%;
}
.item-start {
    align-items: start;
}
.input-height {
    min-height: 4.6rem;
}
.bd-0 {
    border: 0px;
}
.input-disable:focus {
    outline: none;
    box-shadow:none !important;
    border:1px solid #A1A1A1;
}
.mw-50 {
    max-width: 50%;
}
.al-center {
    align-items: center;
}
@media (max-width: 992px) {
    .pagination a {
        width: 25px;
        height: 25px;
    }
    .d-fl-md {
        display: block;
    }
    .mg-b-md-10 {
        margin-bottom: 1em;
    }
    .md-lg-full {
        width: 100%;
    }
    .content-box-v {
        min-height: calc(100vh - 143px);
    }
}
@media (max-width: 767px) {
    .modal-content {
        max-height: 70vh;
        overflow-y: auto;
    }
    .mg-md-b-10 {
        margin-bottom: 10px;
    }
    .text-title:after {
        max-width: 100%;
    }
    .text-title.text-title-l:after {
        width: 240px;
    }
    .btn-md-full {
        width: 100%;
    }
    .mg-r-md-0 {
        margin-right: 0px;
    }
    .d-fl-md-wrap {
        flex-wrap: wrap;
    }
    .fl-or-md-0 {
        order: 0;
    }
    .fl-or-md-1 {
        order: 1;
    }
    .box-content {
        min-height: calc(100vh - 64px - 78px);
    }
    .d-fl.jf-end a,
    .d-fl.jf-end .btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .fl-md-wrap {
        flex-wrap: wrap;
    }
    .mw-md-full {
        max-width: 100%;
    }
}
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
