
/* --human-name-css: 'Кіру және тіркелу формасының стилі'; */
/* --human-author-css: 'Нұржау Самғат'; */
/* --human-author-image-css: "https://nurzhausamgat.kz/wp-content/uploads/2025/04/Аватарка.png"; */
/* --human-description-css: 'Кіру және тіркелу формаларындағы сілтемелер, өрістер мен иконкалардың түсін өзгертіп, интерфейсті жақсартады'; */

<style>
/* 🔹 Вход / Регистрация кнопкалары */
.user-login-button .mmb_holder,
.user-registration-button .dropdown-panel .mmb_holder,
.login-form .mmb_holder,
.slide-down-wrap .login .mmb_holder,
.slide-down-wrap .wpm-registration-form .mmb_holder,
.registration-form .mmb_holder {
    background-color: #54a9eb;
    height: 47px !important;
    align-items: center;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
}

.user-login-button .mmb_holder:hover,
.user-registration-button .dropdown-panel .mmb_holder:hover,
.login-form .mmb_holder:hover,
.slide-down-wrap .mmb_holder:hover,
.registration-form .mmb_holder:hover {
    filter: brightness(1.1);
    transition: all 0.3s ease-in-out !important;
}

/* 🔹 Кнопки корзины, оплаты, подтверждения заказа */
.cart-collaterals .wc-proceed-to-checkout .mbr-btn,
.mbr-btn.btn-solid.btn-green,
.checkout-tab.order-details-tab [type=submit] {
    border-radius: 8px;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 100%;
}

/* 🔹 Кнопки в уведомлениях */
.mbln-notification-actions .mbln-notification-btn {
  border-radius: 8px;
}

.mbln-notification-actions .mbln-notification-btn:hover {
  color: #fff;
  background: #3F87FF;
  border-color: #3F87FF;
}

.mbln-notification-actions .mbln-notification-btn:active {
  color: #fff;
  background: #3F87FF;
  border-color: #3F87FF;
}

/* Кнопка Подробнее/Скрыть */
.mbln-notification-actions > button:nth-child(1) {
    background: #DCE7FF;
    color: #175FFF;
    border-color: #DCE7FF;
    font-weight: 600;
    padding: 5px 15px;
}

/* Кнопка Ознакомлен */
.mbln-notification-actions > button:nth-child(2) {
    background: #3AB9B2;
    color: #fff;
    border-color: #3AB9B2;
    font-weight: 600;
    padding: 5px 15px;
}

.mbln-notification-actions > button:nth-child(2):active,
.mbln-notification-actions > button:nth-child(2):hover {
    background: #58D7D0;
    color: #fff;
    border-color: #58D7D0;
}

/* 🔹 Адаптация кнопок уведомлений */
.mbln-notification-btn,
.mbln-notifications-tabs li {
  margin: 0 0 5px 0;
}

.mbln-notifications-tabs,
.mbln-notification-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    column-gap: 5px;
}

.mbln-notifications-tabs li,
.mbln-notification-actions button {
  flex: 1 1 30%;
}

.mbln-notifications-tabs li button {
  width: 100%;
  height: 100%;
}
/* ✅ Кіру және тіркелу формасындағы сілтемелердің түсі */
.mbl-access-sc a,
.mbl-access-sc a:focus,
.mbl-access-sc a:active {
    color: #050038 !important;
}

.mbl-access-sc a:hover {
    color: #175FFF !important;
}

/* ✅ Қолданушы келісіміндегі сілтеменің түсі */
.user-agreement label a,
.user-agreement label a:visited {
    color: #175FFF !important;
}

/* ✅ Сілтемеге курсор апарғанда түсі өзгереді */
.user-agreement label a:hover {
    color: #3AB9B2 !important;
}

/* ✅ Келісім галочкасына курсор келгенде pointer көрсету */
.user-agreement label,
.user-agreement label input {
    cursor: pointer !important;
}

/* ✅ “Құпия сөзді ұмыттыңыз ба?” сілтемесінің стилі */
.helper-link {
    color: #050038 !important;
    border-bottom: 1px dashed #050038 !important;
    font-size: 14px;
}

.helper-link:hover {
    color: #175FFF !important;
    border-bottom: 1px dashed #175FFF !important;
}

/* ✅ Ашық табтағы жазу түсі */
.bordered-tabs .nav-tabs li.active a {
    color: #175FFF;
    font-weight: 600;
}

/* ✅ Жабық табтағы жазу түсі */
.bordered-tabs .nav-tabs li a {
    color: #050038;
    font-weight: 500;
}

/* ✅ Өрістердің шекарасын алып тастау */
.login-form .form-group input.form-control,
.registration-form .form-group input.form-control {
    border: 0px;
}

/* ✅ Подсказка иконкалары мен placeholder түсі */
.form-icon:before,
.form-control::placeholder {
    color: #82809B;
}

/* ✅ Терілген тексттің түсі */
.form-control {
    color: #050038;
}

/* ✅ Өрістердің фоны */
.bordered-tabs .tab-content .form-group input {
    background: #F5F6FA;
}

/* ✅ Checkout формаларындағы input және textarea шекаралары */
.checkout-tab .woocommerce-checkout textarea,
.checkout-tab .woocommerce-checkout input[type=text],
.checkout-tab .woocommerce-checkout input[type=password],
.checkout-tab .woocommerce-checkout input[type=email] {
    border: 1px solid #F5F6FA;
}

/* ✅ Input өрістеріндегі шрифт стилі */
.form-group input {
    font-family: "Gilroy", "Tahoma", "Roboto", "Open Sans", sans-serif !important;
    font-weight: 400;
}

/* ----------------------------- */