body {
    justify-content: center;
    font-family: Nunito, Lato, DM Sans, Roboto, Arial, sans-serif !important;
    font-size: 16px;
    color: #696969;
}

h1, h2, h3, .text-gw-text-h {
    color: #4A4A4A;
}

.table th, .table td {
    color: #696969 !important;
}

a {
    color: #00AEFF;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Минимальная высота 100% от высоты окна браузера */
}

main {
    flex: 1;
}

footer {
    padding: 10px;
    text-align: center;
}

.form-control {
    color: #696969;
}

.form-control-button {
    font-size: 22px;
}

.form-select {
    color: #696969;
    min-width: 320px;
}

.dot {
    font-size: 30px;
    display: inline-block;
    line-height: 1;
}

.navbar {
    padding-top: 0;
}

.login-form-container {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.center {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
}

.login-form {
    max-width: 320px;
    text-align: left;
}

.start-test-description {
    text-align: left;
}

.start-test-form-header-container {
    text-align: center;
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.start-test-form-header {
    max-width: 768px;
}

.start-test-form-container {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.start-test-form {
    text-align: left;
}

.test-start-helper {
    text-align: center;
}

.test-process-header-container {
    display: flex;
    justify-content: space-between; /* Размещаем картинки по краям */
    align-items: center;
    /*height: 100vh; !* Высота контейнера *!*/
    /*padding: 10px;*/

    /*padding: 10px;                  !* Добавляем отступы *!*/
    /*background-color: #f8f8f8;      !* Фоновый цвет для наглядности *!*/
    /*border: 1px solid #ccc;         !* Граница для наглядности *!*/
}

.test-process-header-left {
    flex: 1;                        /* Позволяем тексту занимать все свободное пространство */
    text-align: left;               /* Прижимаем текст к левому краю */
    /*margin-right: 10px;             !* Отступ справа *!*/
}

/* Стили для крестика */
.test-process-header-right {
    cursor: pointer;                /* Указываем, что элемент кликабельный */
    font-size: 20px;                /* Размер шрифта для крестика */
}

/* Контейнер для картинок */
.test-process-image-container {
    display: flex;
    justify-content: space-between; /* Размещаем картинки по краям */
    align-items: center;
    /*height: 100vh; !* Высота контейнера *!*/
    /*padding: 20px; !* Отступы, чтобы картинки не прилипали к краям *!*/
}

/* Стили для левой картинки */
.test-process-image-left {
    max-width: 45%; /* Максимальная ширина картинки */
    height: auto;   /* Высота будет изменяться пропорционально */
    object-fit: contain;
    transition: width 0.3s, height 0.3s; /* Анимация при изменении размеров */
    max-height: 245px;
}

/* Стили для правой картинки */
.test-process-image-right {
    max-width: 45%; /* Максимальная ширина картинки */
    height: auto;   /* Высота будет изменяться пропорционально */
    object-fit: contain;
    transition: width 0.3s, height 0.3s; /* Анимация при изменении размеров */
    max-height: 245px;
}

.test-result-image-container {
    display: flex;
    justify-content: space-between; /* Размещаем картинки по краям */
    align-items: center;
    /*height: 100vh; !* Высота контейнера *!*/
    /*padding: 20px; !* Отступы, чтобы картинки не прилипали к краям *!*/
}

/* Стили для левой картинки */
.test-result-image-left {
    max-width: 45%; /* Максимальная ширина картинки */
    height: auto;   /* Высота будет изменяться пропорционально */
    object-fit: contain;
    transition: width 0.3s, height 0.3s; /* Анимация при изменении размеров */
    max-height: 245px;
}

/* Стили для правой картинки */
.test-result-image-right {
    max-width: 45%; /* Максимальная ширина картинки */
    height: auto;   /* Высота будет изменяться пропорционально */
    object-fit: contain;
    transition: width 0.3s, height 0.3s; /* Анимация при изменении размеров */
    max-height: 245px;
}

tr.test-result-hidden-top-row td {
    background-color: #ffffde !important;  /* Добавьте !important в классе */
}

/*!* Адаптация при уменьшении ширины окна *!*/
/*@media (max-width: 1200px) {*/
/*    .test-process-image-left, .test-process-image-right {*/
/*        max-width: 40%; !* Уменьшаем ширину картинки *!*/
/*    }*/
/*}*/

/*@media (max-width: 900px) {*/
/*    .test-process-image-left, .test-process-image-right {*/
/*        max-width: 35%; !* Уменьшаем ширину картинки еще больше *!*/
/*    }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .test-process-image-left, .test-process-image-right {*/
/*        max-width: 30%; !* Продолжаем уменьшать ширину картинки *!*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .test-process-image-left, .test-process-image-right {*/
/*        max-width: 25%; !* При малых экранах картинки станут еще меньше *!*/
/*    }*/
/*}*/

.payment-form {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.payment-helper {
    text-align: center;
    max-width: 320px;
}

.payment-desc-label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    overflow-wrap: anywhere;
}

.payment-price-label {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

/*#paypal-container-HYLH5AZPAWP4J {*/
/*    text-align: center;*/
/*    align-items: center;*/
/*    align-content: center;*/
/*}*/

.test-process-form-container {
}

.test-list-container {
}

.test-result-container {
}

.test-result-chart-container {
    max-width: 768px;
    min-height: 200px;
}

.test-result-chart-canvas {
    min-height: 200px !important;
}

.test-result-tabs {
  display: flex;
  justify-content: space-between;
}

.test-result-tablink {
  background-color: #f1f1f1;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.test-result-btn-sm {
    padding: 2px 8px;  /* Уменьшенные внутренние отступы кнопки */
    font-size: 0.875rem;  /* Размер шрифта */
    height: auto;  /* Высота под текст */
}
.test-result-tabcontent {
  /*display: none;*/
  padding: 20px;
}

.test-result-tabcontent.active {
  display: block;
}

.test-result-table {
    max-width: 768px;
}

.profile-container {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.profile-content {
    max-width: 400px;
    text-align: left;
}

.pricing-container {
    text-align: center;
    align-items: center;
    align-content: center;
}

.trait-container {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.trait-description {
    text-align: left;
    max-width: 800px;
}

.btn-gw {
    /*padding: 10px;*/
    /*border: none;*/
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}

.btn-gw-lg {
    /*padding: 10px;*/
    /*border: none;*/
    border-radius: 35px;
    font-size: 1.2rem;
    cursor: pointer;
}

.btn-gw-main, .btn-gw-main:active {
    background-color: #45F298 !important;
    /*border-color: #45F298;*/
  /*background-color: #80e142;*/
    color: #4A4A4A !important;
    font-weight: bold !important;
}

.btn-gw-main:hover {
    background-color: #4fffa3 !important;
  /*background-color: #7bd853;*/
    color: #4A4A4A;
    font-weight: bold;
}

.btn-gw-second {
    /*background-color: #45F298;*/
    /*border-color: #45F298;*/
    background-color: #FF7F50 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.btn-gw-second:hover {
    /*background-color: #ff9067 !important;*/
    background-color: #f76e3c !important;
    color: #fff;
    font-weight: bold;
}

.btn-gw-text {
    /*background-color: #45F298;*/
    /*border-color: #45F298;*/
    background-color: #b7b7b7 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.btn-gw-text:hover {
    background-color: #b1b1b1 !important;
    color: #fff;
    font-weight: bold;
}

.btn-gw-block {
    display: block;
    width: 100%;
}

.btn-gw-block-320 {
    display: block;
    width: 100%;
    max-width: 320px;
}

.btn-gw-block-450 {
    display: block;
    width: 100%;
    max-width: 450px;
}

.btn-gw-block-600 {
    display: block;
    width: 100%;
    max-width: 600px;
}

.text-gw-main {
    color: #45F298;
}

.text-gw-second {
    color: #FF7F50;
}

.text-gw-text,
.text-gw-text:focus,
.text-gw-text:hover {
    color: #696969;
}

th.sortable {
    cursor: pointer;
    padding-right: 10px; /* Для небольшого отступа */
}

th.sortable .sort-icon {
    margin-left: 5px; /* Отступ между текстом и иконкой */
    font-size: 0.8em;
    color: #888;
}

th.sortable.asc .sort-icon {
    content: ' ⇑'; /* Иконка сортировки по возрастанию */
}

th.sortable.desc .sort-icon {
    content: ' ⇓'; /* Иконка сортировки по убыванию */
}

.border-gw-main {
    border-color: #45F298
}

.text-bg-gw-main {
    background-color: #45F298
}

.border-gw-second {
    border-color: #FF7F50
}

.text-bg-gw-second {
    background-color: #FF7F50;
}

.text-bg-gw-second h3 {
    color: #000 !important;
}

.border-gw-text {
    border-color: #696969
}

.btn-outline-gw-main {
    --bs-btn-border-color: #45F298;
    --bs-btn-hover-border-color: #45F298;
    border-radius: 20px;
    color: #000 !important;
}

.btn-outline-gw-main:hover {
    --bs-btn-border-color: #45F298 !important;
    border-radius: 20px;
    background-color: #f5f5f5;
    color: #000 !important;
}

.btn-outline-gw-main:active {
    --bs-btn-border-color: #45F298 !important;
    border-radius: 20px;
    background-color: #f5f5f5;
    color: #000 !important;
}

.btn-outline-gw-second {
    --bs-btn-border-color: #FF7F50;
    --bs-btn-hover-border-color: #FF7F50;
    border-radius: 20px;
    color: #000 !important;
}

.btn-outline-gw-second:hover {
    --bs-btn-border-color: #FF7F50 !important;
    border-radius: 20px;
    background-color: #f5f5f5;
    color: #000 !important;
}

.btn-outline-gw-second:active {
    --bs-btn-border-color: #FF7F50 !important;
    border-radius: 20px;
    background-color: #f5f5f5;
    color: #000 !important;
}

/*.btn-outline-gw-second {*/
/*    border-color: #FF7F50*/
/*}*/

.btn-outline-gw-text {
    border-color: #a9a9a9 !important;
    --bs-btn-border-color: #a9a9a9 !important;
    --bs-btn-hover-border-color: #a9a9a9 !important;
    border-radius: 20px;
    color: #000 !important;
}

.btn-outline-gw-text:hover {
    background-color: #f5f5f5;
}

.is-invalid {
    border-color: red;
}
.invalid-feedback {
    color: red;
    margin-top: 0;
}

/*.btn-gw-main:hover {*/
/*    background-color: #3ed586;*/
/*    border-color: #3ed586;*/
/*}*/
/*.btn-gw-main:active {*/
/*    background-color: #45F298;*/
/*    border-color: #45F298;*/
/*}*/
/*.btn-gw-main:visited {*/
/*    background-color: #45F298;*/
/*    border-color: #45F298;*/
/*}*/
/*.btn-gw-main:focus {*/
/*    background-color: #45F298;*/
/*    border-color: #45F298;*/
/*}*/

.small-icon {
    font-size: 0.8em;
    vertical-align: top;
}

.gandhi-landing-row {
    display: flex;
    align-items: center;
    /*margin-bottom: 20px;*/
}

.gandhi-landing-text {
    flex: 2;
    padding: 10px;
}

.gandhi-landing-image {
    flex: 1;
    padding: 10px;
    width: 33.33%;
    align-self: flex-start;
}

.gandhi-landing-left-text {
    text-align: left;
}

.gandhi-landing-right-text {
    text-align: right;
}

.gandhi-landing-left-image {
    text-align: left;
    /*order: 1; !* Ставим изображение слева *!*/
}

.gandhi-landing-right-image {
    text-align: right;
    /*order: 2; !* Ставим изображение справа *!*/
}

.gandhi-landing-right-image img,
.gandhi-landing-left-image img {
    max-width: 100%;
    /*width: auto;*/
    height: auto;
}

.gandhi-landing-call {
    text-align: center;
    position: relative;
}

.gandhi-landing-call h3 {
    display: inline-block;
}

.gandhi-landing-example img {
    max-width: 100%;
    /*width: auto;*/
    height: auto;
}
