main .page-title {
    font-size: 2.5rem !important;
    color: #2c2c2c;
    font-family: Geologica;
    font-weight: 600;
    margin-top: 5rem;
    margin-bottom: 2rem;
}


.search {
    column-gap: 1rem;
    height: 48px;
}
.emle-swiper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.emle-swiper a {
    width: 29.307px;
    height: 32.238px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D1D1D6;
    color: #A6A8B5;
    border-radius: 8px;
}

.emle-swiper a:nth-child(2n) {
    margin-right: 0;
}
.search .input-group {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: border 0.3s;
}

.search .input-group.border {
    border: 1px solid #e6e7eb;
}

.search .input-group:focus-within {
    border: 1px solid #6d98f3 !important;
}

.search input,
.search span {
    border: none;
}

.search input {
    color: var(--Black, #212227);
    font-family: Inter;
}

.search input:hover,
.search input:focus {
    box-shadow: none;
}

.search input::placeholder {
    color: var(--Grey-2, #c6c7cf);
}

.search span {
    background: var(--White, #fff);
    color: #a6a8b5;
    font-size: 1.5rem;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
}

.search span.pointer {
    cursor: pointer !important;
}

.search span .stop {
    color: var(--Yellow, #eab846);
    border-radius: 50%;
    border: 2px solid var(--Yellow, #eab84650);
}

main.page-forum .forum-list {
    margin-bottom: 0;
    padding: 32px 0 64px;
}

#pagination {
    margin-bottom: 120px;
}

main.page-forum .forum-list .forum-item {
    padding: 1.5rem 0.9375rem;
    column-gap: 1.5rem;
    position: relative;
}

main.page-forum .forum-list .forum-item::after {
    content: "";
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: var(--Grey-5, #e7eaf0);
    position: absolute;
    top: 0;
    left: 0.9375rem;
}

main.page-forum .forum-list .forum-item:last-child::before {
    content: "";
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: var(--Grey-5, #e7eaf0);
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
}

main.page-forum .forum-list .forum-item img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    border-radius: 8px;
    background: #f4f4f4;
}

main.page-forum .forum-list .forum-item .text .sub-title {
    color: var(--Black, #2c2c2c);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

main.page-forum .forum-list .forum-item .post-data a {
    color: var(--Grey-1, #aeaeb2);
    font-weight: 500;
}

main.page-forum .forum-list .forum-item .post-data .name {
    margin-right: 1.5rem;
}

main.page-forum .forum-list .forum-item .post-data .date-time {
    margin-right: 3.5rem;
}

main.page-forum .forum-list .forum-item .post-data .date-time .time {
    margin-left: 0.75rem;
}

main.page-forum .forum-list .forum-item .post-data .reply {
    color: var(--Grey, #7b7e90);
}

main.page-forum .forum-list .forum-item .post-data.mobile {
    margin-top: 1rem;
}

main.page-forum-reply {
    padding-bottom: 8.75rem;
}

main.page-forum-reply .back {
    display: block;
    color: var(--Grey, #8e8e93);
    font-size: 18px;
    font-weight: 600;
    margin: 2.5625rem 0 2.0625rem;
}

main.page-forum-reply .avatar {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    border-radius: 8px;
    background: #f4f4f4;
}

main.page-forum-reply .question {
    border-radius: 16px;
    border: 1px solid var(--Grey-6, #f7f7f7);
    background: var(--White, #fff);
    box-shadow: 0px 4px 10px 0px rgba(0, 175, 84, 0.08);
    padding: 1.5rem;
    column-gap: 1.5rem;
}

main.page-forum-reply .question .frame .name {
    color: var(--Black, #2c2c2c);
    font-size: 18px;
    font-weight: 500;
    margin-right: 24px;
}

main.page-forum-reply .question .frame .date-time {
    color: var(--Grey-1, #aeaeb2);
    font-weight: 500;
}

main.page-forum-reply .question .frame .date-time .date {
    margin-right: 0.75rem;
}

main.page-forum-reply .question .frame .reply {
    margin-top: 12px;
}

main.page-forum-reply .question .frame .reply h3 {
    color: var(--Black, #2c2c2c);
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
    width: 60%;
}

main.page-forum-reply .question .mobile-reply .border,
main.page-forum-reply .question .reply .border {
    border: 1px solid var(--Grey-4, #e6e7eb) !important;
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
}

main.page-forum-reply .question .mobile-reply .border:focus,
main.page-forum-reply .question .reply .border:focus {
    border-color: var(--Main) !important;
}

main.page-forum-reply .question .mobile-reply textarea.border {
    width: 100%;
    height: 144px;
    resize: none;
    outline: none;
    padding: 13px 16px;
}

main.page-forum-reply .answer .answer-len {
    padding: 1.5rem 0 1rem;
    color: var(--Grey-2, #c6c7cf);
    font-size: 20px;
    font-weight: 500;
}

main.page-forum-reply .answer .answer-item {
    column-gap: 1.5rem;
    width: 100%;
    padding: 1.5rem 0.9375rem;
    position: relative;
}

main.page-forum-reply .answer .answer-item::after {
    content: "";
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: var(--Grey-5, #e7eaf0);
    position: absolute;
    top: 0;
    left: 0.9375rem;
}

main.page-forum-reply .answer .answer-item:last-child::before {
    content: "";
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: var(--Grey-5, #e7eaf0);
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
}

main.page-forum-reply .answer .frame p {
    color: var(--Black, #2c2c2c);
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

main.page-forum-reply .answer .frame p.data {
    color: var(--Grey-1, #aeaeb2);
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 0 1rem;
}

main.page-forum-reply .answer .frame p.text {
    font-weight: 400;
}
.more-question-list{
    color: #686868;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
.more-question-item{
    color: #7B7E90;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 14px */
    margin: 0;
}
.pagination {
    column-gap: 0.25rem;
}

.pagination * {
    margin: 0;
    padding: 0;
}

.pagination .page-item {
    width: 2rem;
    height: 2rem;
}

.pagination .page-item .page-link {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    line-height: 2rem;
}

.pagination .page-item .page-link i {
    color: #8E8E93;
}

.pagination .page-item.active .page-link {
    box-shadow: none;
}

.pagination .page-item.edisabled .page-link {
    background-color: #8E8E93;
}

.most-question-forum{
    color: #2563EB;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 16px;
    margin-bottom: 32px;
}
.most-question-hr{
    margin: 28px 0 22px 0;
}
.card-body{
    padding: 28px 0 0 0 !important;
}
.page-forum .card {
    border: none !important;
    background-color: transparent !important;
}

.terms-nav .terms-login-btn {
    padding: 8px 16px !important;
    color: #2563EB !important;
    width: 100%;
}

.terms-nav .terms-login-btn:hover {
    background-color: #9db9f6 !important;
}

.e-modal .container-fiuld {
    height: 100%;
}


.e-modal .modal-container {
    width: 343px;
    border-radius: 16px;
    margin-right: 208px;
}

.e-modal .modal-container input,
.e-modal .modal-container textarea {
    height: 48px;
    line-height: 48px;
    border: none;
}

.e-modal .modal-container input:focus,
.e-modal .modal-container textarea:focus,
.e-modal .modal-container input:focus-visible,
.e-modal .modal-container textarea:focus-visible {
    box-shadow: none;
    outline: none;
}

.e-modal .modal-container input::placeholder,
.e-modal .modal-container textarea::placeholder {
    color: var(--Grey-2, #c7c7cc);
    font-size: 16px;
    font-weight: 400;
}

.e-modal .modal-container textarea {
    display: block;
    padding: 8px;
    height: auto;
    width: 100%;
    line-height: 1.5;
    resize: none;
}

.e-modal .modal-container .modal-header,
.e-modal .modal-container .modal-body,
.e-modal .modal-container .modal-footer {
    padding: 0;
}

.e-modal .modal-container .modal-header {
    border: none;
    padding-bottom: 24px;
    position: static;
}

.e-modal .modal-container .modal-header .img-box {
    padding-bottom: 24px;
}

.e-modal .modal-container .modal-header .img-box .mail-success {
    width: 213px;
}

.e-modal .modal-container .modal-header .title {
    margin: 0;
    color: var(--Black, #2c2c2c);
    font-size: 24px;
    font-weight: 600;
}

.e-modal .modal-container .modal-header .nav-tabs {
    border: none;
}

.e-modal .modal-container .modal-header .nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    color: var(--Grey-2, #c7c7cc);
    font-weight: 600;
    padding: 1rem;
}

.e-modal .modal-container .modal-header .nav-tabs .nav-link:hover {
    color: var(--Main, #2563EB);
}

.e-modal .modal-container .modal-header .nav-tabs .nav-link.active {
    color: var(--Main, #2563EB);
    border-bottom: 3px solid var(--Main, #2563EB);
    transition: none;
}

.e-modal .modal-container .modal-body .tab-content {
    padding: 0;
}

.e-modal .modal-container .modal-body .submit {
    border-radius: 8px;
    background: var(--Main, #2563EB);
    color: var(--White, #fff);
    font-size: 18px;
    font-weight: 600;
    height: 49px;
    line-height: 20px;
    box-shadow: none;
}

.e-modal .modal-container .modal-body .submit:hover {
    box-shadow: none;
}
.modal-dialog.modal-notify .modal-header{
    box-shadow: none !important;
}
.qar-custom-modal {
    width: 300px;
}

.qar-custom-modal .btn-upload,
.qar-custom-modal .btn-upload:not([disabled]):not(.disabled):active {
    box-shadow: none;
}

.qar-custom-modal .close-modal {
    color: var(--Grey, #7b7e90);
    background: var(--white, #fff);
    position: absolute;
    top: 0;
    right: -56px;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    padding: 8px;
    border-radius: 8px;
    outline: none;
    border: none;
    font-size: 18px;
}

.qar-custom-modal .modal-footer {
    border: none;
}

.qar-custom-modal .e-btn {
    font-size: 16px;
    width: 100% !important;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
}
.modal-dialog .modal-content{
    border-radius: 6px !important;
}
.qar-custom-modal label {
    width: 300px;
    height: 300px;
    border-radius: 16px;
    border: 1px dashed var(--Grey-2, #c6c7cf);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    cursor: pointer;
    margin: 0;
}
.up-avater-btn:disabled{
    background: #5d88f1;
    color: #dfdcdc;
}
.up-avater-btn{
    background-color: #2563EB;
    color: #FFFFFF;
    border: none;
}
.modal-dialog .modal-content {
    width: 430px;
    padding: 32px 40px 48px;
    border-radius: 16px;
    background: #fff;
}
.qar-custom-modal .cropper-crop-box {
    border-radius: 50%;
    overflow: hidden;
}

.qar-custom-modal label p {
    text-align: center;
    color: var(--Grey, #7b7e90);
    margin-top: 12px;
}

.qar-custom-modal label a {
    color: var(--main-dark, #009c4b) !important;
}

.qar-custom-modal label i {
    color: #667a8b;
    font-size: 22px;
}

.qar-custom-modal .cropper-img-container {
    min-height: 300px;
}

.qar-custom-modal .cropper-container {
    padding-bottom: 24px;
    overflow: hidden;
    border-radius: 16px;
}

.qar-custom-modal .cropper-bg {
    background-image: none !important;
}

.e-modal .modal-container .modal-body .submit:disabled {
    background: #5384ef;
    color: #ffffff;
}

.e-modal .modal-container .modal-body .submit.outline {
    background: #fff;
    border: 1.5px solid var(--Main, #2563EB);
    color: var(--Main, #2563EB);
}

.e-modal .modal-container .modal-body .emle-login .form-group:last-child {
    margin-bottom: 0;
}

.e-modal .modal-container .modal-body .emle-login .form-group label {
    color: var(--Black, #2c2c2c);
    font-size: 14px;
    font-weight: 400;
}

.e-modal .modal-container .modal-body .emle-login .form-group .input-group,
.page-profile .form-group .input-group {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--Grey-4, #e5e5ea);
    transition: all 0.3s;
}

.e-modal .modal-container .modal-body .emle-login .form-group .input-group:focus-within,
.page-profile .password-row form .form-group .input-group:focus-within,
.page-profile form .form-group .input-group:focus-within {
    border: 1px solid var(--Main, #2563EB) !important;
}

.e-modal .modal-container .modal-body .emle-login .form-group.danger .input-group:focus-within,
.page-profile .password-row form .form-group.danger .input-group:focus-within {
    border: 1px solid var(--System-Error, #ff3b30) !important;
}

.e-modal .modal-container .modal-body .emle-login .form-group .input-group .input-group-append {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: #c7c7cc;
}

.e-modal .modal-container .modal-body .emle-login .form-group .form-textd,
.page-profile .password-row form .form-group .form-textd {
    opacity: 0;
}

.e-modal .modal-container .modal-body .emle-login .form-group .forgot-password {
    color: var(--Grey, #8e8e93);
    font-size: 14px;
}

.e-modal .modal-container .modal-body .emle-login .form-group.user-agreement {
    color: var(--Grey-1, var(--black, #aeaeb2));
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
}

.e-modal .modal-container .modal-body .emle-login .form-group.user-agreement a {
    color: var(--Main, var(--black, #2563EB));
}

.e-modal .modal-container .modal-body .emle-login .form-group label .len {
    color: var(--Grey-1, #aeaeb2);
    font-size: 14px;
    font-weight: 400;
}

.e-modal .modal-container .modal-body .emle-login .danger .input-group {
    border: 1px solid var(--System-Error, #ff3b30);
}

.e-modal .modal-container .modal-body .emle-login .danger .form-textd,
.page-profile .password-row form .form-group.danger .form-textd {
    opacity: 1;
    color: var(--System-Error, #ff3b30);
}

.e-modal .bg-img {
    height: calc(100vh - 80px);
    background: #EFF6FF;
}

.e-modal .bg-img img {
    width: 573px;
}

/* findPwd */
.e-modal .find-pwd {
    width: 352px;
}

.e-modal .find-pwd .back {
    color: var(--Grey, #8e8e93);
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 40px 0;
}

.e-modal .find-pwd .back i {
    font-size: 16px;
}

.e-modal .find-pwd .back a:hover {
    color: var(--Elinkhover);
}

.e-modal .find-pwd .title {
    font-family: Geologica;
    padding-bottom: 12px;
}

.e-modal .find-pwd .form-group {
    font-family: Geologica;
    margin-bottom: 32px;
}

.e-modal .find-pwd .e-btn.outline {
    margin-bottom: 16px;
}

main .form-control:disabled {
    background: #f9f9f9 !important;
}
.static-btn{
    display: inline-flex;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #D1D1D6;
    background: #2563EB;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

main .form-outline input::placeholder {
    color: #C6C7CF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

main .form-control {
    display: inline-flex;
    padding: 6px 6px 6px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 311px;
    border-radius: 8px;
    border: 1.5px solid #E6E7EB;
    height: 48px;
}

main .form-control {
    /* Body | Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

main .form-control:focus {
    box-shadow: none !important;
}
.edit-model-termin{
    height: 40px;
}
.edit-model-termin input{
    color: #263238 !important;
}
.edit-model-termin input:focus{
    border-color: #2563EB !important;
}
.edit-model-termin input::placeholder{
    font-size: 14px;
}
.edit-model-btn{
    padding:11px 20px;
    border-radius: 4px;
    background: #2563EB;
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.page-profile .tabs-wrapper {
    margin-bottom: 1.5rem;
}

.page-profile .tabs-wrapper .nav-tabs {
    border: none;
}

.page-profile .tabs-wrapper .nav-tabs swiper-slide {
    width: auto;
}

.page-profile .tabs-wrapper .nav-tabs swiper-slide .tabbtn {
    color: var(--Grey-2, #c7c7cc);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border: none;
    transition: none;
    border-bottom: 3px solid transparent;
}

.page-profile .tabs-wrapper .nav-tabs swiper-slide .tabbtn.active {
    color: #2563EB;
    border-bottom-color: #2563EB;
}

.page-profile .tabs-wrapper .nav-tabs swiper-slide .tabbtn:hover {
    color: #2563EB;
}

.page-profile .page-statistics {
    padding-bottom: 10rem;
}

.page-profile .page-statistics .conclusion-section .card {
    box-shadow: none;
}

.page-profile .page-statistics .conclusion-section .card:last-child {
    padding-bottom: 0;
}

.page-profile .page-statistics .conclusion-section .card .border {
    border-radius: 16px;
    border: 1px solid var(--Grey-4, #e6e7eb);
}

.page-profile .page-statistics .conclusion-section .card .border .page-statistics-card {
    padding: 1.5rem;
}

.page-profile .page-statistics .conclusion-section .card .border .page-statistics-card .card-title {
    color: var(--Black, #212227);
    font-size: 1.125rem;
    font-weight: 500;
}

.page-profile .page-statistics .conclusion-section .card .border .page-statistics-card .card-text {
    color: var(--Black, #212227);
    font-size: 2rem;
    font-weight: 600;
}

.page-profile .page-statistics .conclusion-section .card .border .page-statistics-card .card-text .minute {
    font-size: 1.5rem;
    font-weight: 600;
}

.page-profile .page-statistics .conclusion-calendar,
.page-profile .page-statistics .conclusion-chart {
    margin-top: 2rem;
}

.page-profile .page-statistics .conclusion-chart {
    overflow: hidden;
}

.page-profile .page-statistics .conclusion-chart .border {
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid var(--Grey-4, #e6e7eb);
    height: 600px;
    width: 100%;
}

.page-profile .page-statistics .conclusion-chart .border .chart-header {
    display: flex;
    justify-content: space-between;
}

.page-profile .page-statistics .conclusion-chart .border .chart-header .chart-title {
    color: var(--Black, #212227);
    font-size: 1.125rem;
    font-weight: 500;
}

.page-profile .page-statistics .conclusion-chart .border .chart-header .time-interval {
    font-size: 1rem;
}

.page-profile .page-statistics .conclusion-chart .border .chart-header .time-interval i {
    color: var(--Grey, #7b7e90);
    cursor: pointer;
}

.page-profile .page-statistics .conclusion-chart .border .chart-header .time-interval i.disabled {
    opacity: 0.3;
}

.page-profile .page-statistics .conclusion-chart .border .chart-header .time-interval span {
    color: #000;
    text-align: center;
    font-weight: 600;
    width: 120px;
    font-style: normal;
}

.page-profile .page-statistics .conclusion-chart .border .chart {
    width: 680px;
    height: 520px;
}

.page-profile .page-statistics .conclusion-calendar .border {
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid var(--Grey-4, #e6e7eb);
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-title {
    color: var(--Black, #212227);
    font-size: 1.125rem;
    font-weight: 500;
}

.page-profile .page-statistics .conclusion-calendar .border .time-interval {
    width: 100%;
    margin-top: 1.75rem;
    margin-bottom: 2.1875rem;
}

.page-profile .page-statistics .conclusion-calendar .border .time-interval i {
    font-size: 14px;
    color: var(--Grey, #7b7e90);
    cursor: pointer;
}

.page-profile .page-statistics .conclusion-calendar .border .time-interval .time {
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table {
    margin: 0 auto;
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table tbody {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table tbody tr {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table tbody tr td {
    color: var(--Black, #2c2c2c);
    padding: 0.375rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table tbody tr td.current {
    border: 1px solid var(--White, #fff);
    background: #2563EB;
    color: var(--White, #fff);
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table tbody tr td.recorded {
    background: var(--Yellow, #eab846);
    color: var(--White, #fff);
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-body table tbody tr td.disabled {
    color: var(--Grey-2, #c7c7cc);
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-note {
    margin-top: 1.5rem;
    color: #000;
}

.page-profile .page-statistics .conclusion-calendar .border .calendar-note div {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: var(--Yellow, #eab846);
    margin-right: 0.5rem;
}

.page-profile .page-minedictants {
    padding-bottom: 10rem;
}

.page-profile .page-minedictants .dictant-header {
    color: var(--Grey-3, #d1d1d6);
    font-weight: 500;
}

.page-profile .page-minedictants .dictant-body {
    font-weight: 500;
    color: var(--Black, #2c2c2c);
    font-size: 18px;
}

.page-profile .page-minedictants .dictant-body .dict-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.page-profile .page-minedictants .dictant-body .dict-row .dictant-name {
    font-size: 18px;
}

.page-profile .page-minedictants .dictant-body .dict-row .dictant-name:hover {
    color: var(--Elinkhover);
}

.page-profile .page-minedictants .dictant-body .dict-row .headgray {
    color: var(--Grey-2, #c6c7cf);
}

.page-profile .page-minedictants .dictant-body .dict-row .gray {
    color: var(--Grey-1, #a6a8b5);
    font-size: 16px;
}

.page-profile .page-minedictants .dictant-body .dict-row .success {
    color: #2563EB;
    font-size: 16px;
}

.page-profile .page-minedictants .dictant-body .dict-row .warning {
    color: var(--Yellow, #eab846);
    font-size: 16px;
}

.page-profile .page-answers .forum-list {
    margin-bottom: 0;
    padding: 2rem 0 0;
}

.page-profile .page-answers .forum-list .forum-item {
    padding: 1.5rem 0.9375rem;
    column-gap: 1.5rem;
    position: relative;
}

.page-profile .page-answers .forum-list .forum-item::after {
    content: "";
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: var(--Grey-5, #e7eaf0);
    position: absolute;
    top: 0;
    left: 0.9375rem;
}

.page-profile .page-answers .forum-list .forum-item:last-child::before {
    content: "";
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: var(--Grey-5, #e7eaf0);
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
}

.fixes-row {
    display: flex;
    margin-bottom: 5px;
}

.search-simple-des {
    padding: 2px 5px;
}

.page-profile .page-answers .forum-list .forum-item img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
    border-radius: 8px;
    background: #f4f4f4;
}

.dropdown-toggle::after {
    content: none !important;
}

.profile-pc-avatar {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 50%;
}

.page-profile .page-answers .forum-list .forum-item .text .sub-title a {
    color: var(--Black, #2c2c2c);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.page-profile .page-answers .forum-list .forum-item .post-data a {
    color: var(--Grey-1, #aeaeb2);
    font-weight: 500;
}

.page-profile .page-answers .forum-list .forum-item .post-data .name {
    margin-right: 1.5rem;
}

.page-profile .page-answers .forum-list .forum-item .post-data .date-time {
    margin-right: 3.5rem;
}

.page-profile .page-answers .forum-list .forum-item .post-data .date-time .time {
    margin-left: 0.75rem;
}

.page-profile .page-answers .forum-list .forum-item .post-data .reply {
    color: var(--Grey, #7b7e90);
}

.page-profile .page-answers .forum-list .forum-item .post-data.mobile {
    margin-top: 1rem;
}

main.page-forum .forum-list .forum-item .text .sub-title a {
    color: var(--Black, #2c2c2c);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.page-abbreviation .leri-iqon .lr-iqon {
    border: 0.0625rem #8e8e93 solid;
    border-radius: 2.5rem;
    padding: 0.75rem;
    height: 3rem;
    font-size: 1.5rem !important;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    border: 1.5px solid var(--Grey-3, #d1d1d6);
    color: #8e8e93;
}

.page-abbreviation .abbreviation-txt {
    min-height: 10rem;
    margin-top: 2rem !important;
    margin-bottom: 9rem;
}

.page-abbreviation .abbreviation-txt p {
    color: var(--Black, #212227);
    font-size: 1.125rem;
    font-weight: 600;
}

.page-abbreviation .abbreviation-txt div div {
    color: var(--Black, #212227);
    font-size: 1.125rem;
}

.page-abbreviation .abbreviation-txt>div {
    margin-bottom: 1.25rem;
}

.page-rule .navbar-collapse .active,
.profil-tabs li .active,
.page-rule .nav-tabs .nav-item .active {
    color: #00af54 !important;
    border-bottom: 4px #00af54 solid !important;
}

.page-rule .tab-content .nav-tabs {
    border-bottom: none !important;
}

.page-rule .tab-cont-emle .emle-tab-norma .e-arc-ul {
    border: none;
    border-bottom: 1px solid var(--Gray-4);
}

.page-rule .tab-cont-emle .emle-tab-norma .additional-border {
    border-top: none !important;
}

.page-abbreviation .leri-iqon .swiper-next,
.page-abbreviation .leri-iqon .swiper-prev {
    border-radius: 40px;
    border: 1.5px solid var(--Grey-3, #d1d1d6);
    padding: 0.75rem 1.4688rem;
    color: #a6a8b5;
}

.page-abbreviation .leri-iqon .swiper-next:after,
.page-abbreviation .leri-iqon .swiper-prev:after {
    font-size: 1.5rem;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
}
:has(.page-abbreviation) .terms-footer {
    margin-top: 0;
}
.most-industries{
    display: inline-flex;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: rgba(37, 99, 235, 0.10);
    margin-bottom: 16px;
}
.most-industries .industries-text{
    color: #2563EB;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page-abbreviation {
    min-height: 50rem !important;
}

.page-rule .tab-cont-emle .emle-tab-norma .list-group-light {
    margin-bottom: 3.375rem;
}

.page-abbreviation .emle-swiper .emle-swiper-active {
    background-color: #2563EB !important;
    color: #fff !important;
}
.content-static{
    margin-top: 50px;
}
.page-abbreviation{
    background-color: #EFF6FF;;
}
.content-static h2{
    color: #212227;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
}
.content-static .content-static-link{
    color: #212227;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.static-hr{
    width: 266px;
    height: 1px;
    background: #EFF6FF;
    margin: 11px 0;
}

.static-left-card{
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #EFF6FF;
    background: var(--white, #FFF);
}
.static-right-card{
    padding: 26px;
    border-radius: 16px;
    border: 1px solid #EFF6FF;
    background: var(--white, #FFF);
}
.most-title{
    color: #212227;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.most-title .most-num{
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-right: 27px;
}
.v-hidden{
    visibility: hidden;
}
.static-right-card .most-search-title{
    color: #212227 !important;
    font-family: Inter;
    font-size: 18px ;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}
.most-tab-hr{
    width: 266px;
    height: 1px;
    background: #EFF6FF;
    margin: 12px 0;
}
.most-tab-content{
    margin-top: 28px;
}
.static-tab{
    color: #878787 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 40px;

}
.static-tab.active {
    color: #2563EB !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.most-search-hr{
    margin-top: 12px;
    width: 134px;
    height: 1px;
    background: #2563EB;
}
/*.static-tab.active::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 134px; */
/*    height: 2px; */
/*    background-color: #2563EB;*/
/*    margin-top: 8px; */
/*}*/
.form-btn{
    position: absolute;
    right: 3%;
    display: flex;
    height: 36px;
    padding: 13px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #2563EB;
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */

}
.answer-btn{
    border-radius: 4px;
    background: #2563EB;
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.form-control{
    position: relative;
}
.search-icon-forum{
    position: absolute;
    right: 7%;
    top: 1%;
    font-size: 24px;
}
.page-abbreviation .emle-swiper {
    margin-top: 2rem;
    padding-left: 0rem;
}

.page-abbreviation .emle-swiper a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-abbreviation .emle-swiper a:hover {
    opacity: 0.7;
}

.page-abbreviation .leri-iqon .swiper-next:hover,
.page-abbreviation .leri-iqon .swiper-prev:hover {
    opacity: 0.5;
}

.page-abbreviation .leri-iqon .swiper-prev {
    transform: translateX(40px);
}

.page-abbreviation .leri-iqon {
    margin-bottom: 1rem;
    display: flex;
    justify-content: end;
}

.page-abbreviation .not-found-img {
    margin-top: 4.5rem;
    margin-bottom: 8rem;
}

.page-abbreviation .not-found-img .txt-not-found h1 {
    color: var(--Black, #212227);
    font-size: 24px;
    font-weight: 600;
    height: 29px;
    width: 280px;
}

.page-abbreviation .not-found-img .txt-not-found p {
    color: var(--Black, #212227);
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    width: 260px;
}

.page-abbreviation .not-found-img .image-section>img {
    height: 12.5rem;
    width: 12.5rem;
}

.page-abbreviation .not-found-img .txt-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-abbreviation .not-found-img .txt-not-found h1,
.page-abbreviation .not-found-img .txt-not-found p {
    display: block;
}

.page-rule .tab-content .nav-tabs .nav-link {
    border: none;
}

.page-rule .tab-content {
    padding: 1rem 0 !important;
}

.page-rule .emle-page-title {
    margin-bottom: -32px;
}

.page-abbreviation .emle-swiper .swiper-slide {
    height: 44px !important;
    width: 40px !important;
    padding: 10px !important;
    border: 1px solid !important;
    margin-right: 8px !important;
}

.page-abbreviation .emle-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    color: var(--Grey-1, #a6a8b5);
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--Grey-3, #d1d1d6);
    padding: 15px;
    margin-right: 0.5rem !important;
}

.page-abbreviation .emle-swiper .swiper-slide {
    width: 40px;
    height: 44px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    main.page-forum .forum-list {
        padding: 24px 0 56px;
    }

    #pagination {
        margin-bottom: 100px;
    }

    .e-modal .bg-img img {
        width: 184px;
    }

    .e-modal .bg-img {
        height: 224px;
        padding-top: 0;
    }

    main.page-forum-reply {
        padding-bottom: 6.25rem;
    }

    main.page-forum-reply .back {
        margin: 1.5625rem 0;
    }

    main.page-forum-reply .question .frame .reply h3 {
        font-weight: 500;
    }

    main.page-forum-reply .question .mobile-reply {
        width: 100%;
    }

    .e-modal {
        height: calc(100vh - 72px);
    }

    .e-modal .modal-container {
        margin-top: 16px;
        margin-right: 0;
        width: 352px;
    }

    .e-modal .bg-img {
        height: 224px;
        padding-top: 0;
    }

    .e-modal .bg-img img {
        width: 184px;
    }

    /* findPwd */
    .e-modal .find-pwd .back {
        padding: 25px 0;
    }

    .page-profile .page-statistics {
        padding-bottom: 6.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .page-profile .page-statistics .conclusion-section .card {
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

    .page-profile .page-statistics .conclusion-section .card:nth-child(odd) {
        padding-right: 0.75rem;
    }

    .page-profile .page-statistics .conclusion-section .card:nth-child(even) {
        padding-left: 0.75rem;
    }

    .page-profile .page-statistics .conclusion-calendar,
    .page-profile .page-statistics .conclusion-chart {
        margin-top: 1.875rem;
    }

}

@media screen and (max-width: 767.98px) {

    .terms-nav .terms-login-btn {
        padding: 12px 24px !important;
    }

    main.home .content .search {
        height: 3rem;
        padding: 0 1rem;
    }

    main.page-forum .forum-list {
        padding: 16px 0 40px;
    }

    #pagination {
        margin-bottom: 80px;
    }

    main.page-forum .forum-list .forum-item {
        column-gap: 1rem;
    }

    .e-modal .modal-container {
        margin-top: 8px;
        margin-right: 0;
        width: 352px;
    }

    main.page-forum .forum-list .forum-item .text .sub-title {
        margin-bottom: 0.75rem;
    }

    main.page-forum-reply {
        padding-bottom: 5rem;
    }

    main.page-forum-reply .back {
        margin: 1.0625rem 0;
    }

    main.page-forum-reply .question {
        padding: 1rem;
        column-gap: 1rem;
    }

    main.page-forum-reply .question .frame .name {
        font-size: 16px;
    }

    main.page-forum-reply .question .frame .date-time {
        font-size: 14px;
        font-weight: 400;
    }

    main.page-forum-reply .question .mobile-reply h3 {
        color: var(--Black, #2c2c2c);
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        padding: 1rem 0;
    }

    main.page-forum-reply .answer .answer-len {
        padding: 1rem 0;
    }

    main.page-forum-reply .answer .answer-item {
        column-gap: 1rem;
        padding: 1rem 0.9375rem;
    }

    main.page-forum-reply .answer .frame p {
        font-size: 14px;
        font-weight: 400;
    }

    main.page-forum-reply .answer .frame p.name {
        font-size: 16px;
    }

    main.page-forum-reply .answer .frame p.data {
        font-size: 14px;
    }

    .e-modal .bg-img img {
        width: 162px;
    }

    .e-modal .bg-img {
        height: 168px;
        padding-top: 0;
    }

    .page-profile .page-statistics {
        padding-bottom: 5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .page-profile .page-statistics .conclusion-section .card {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .page-profile .page-statistics .conclusion-section .card .border .page-statistics-card {
        padding: 1.25rem;
    }

    .page-profile .page-statistics .conclusion-calendar,
    .page-profile .page-statistics .conclusion-chart {
        margin-top: 1rem;
    }

    .page-profile .page-statistics .conclusion-chart swiper-slide {
        width: auto !important;
    }

    .page-profile .page-statistics .conclusion-chart swiper-slide .holder {
        width: 0.5px;
    }

    .page-profile .page-statistics .conclusion-chart .border {
        width: 720px;
    }

    .page-profile .page-statistics .conclusion-chart .border .chart-header {
        width: 84vw;
    }

    .page-profile .page-minedictants {
        padding-bottom: 5rem;
    }

    .page-profile .page-minedictants .headgray {
        font-size: 14px;
    }

    .page-profile .page-minedictants .gray,
    .page-profile .page-minedictants .success,
    .page-profile .page-minedictants .warning {
        font-size: 16px;
    }

    .page-profile .page-answers .forum-list {
        padding: 1rem 0 5rem;
    }

    .page-profile .page-answers .forum-list .forum-item {
        column-gap: 1rem;
    }

    .page-profile .page-answers .forum-list .forum-item .text .sub-title {
        margin-bottom: 0.75rem;
    }
}