:root {
    --red: #CC1F1F;
    --blue: #477AF4;
    --gray: #C9CBD0;
    --gray2: #EDF2FE;
    --second-color: #E5E5E5;
    --main-color: #477AF4;

    --white: #fff;
    --state-profile-active: #c7ffc6;
    --state-profile-inactive: #ffc6c6;
    --bg-dark: #000040;
    --bg-modal: rgba(0, 0, 64, 0.3);
    --bg-select: #eef3ff;
    --bg-blue-1: #4995ff;
    --bg-blue-2: #034fc0;
    --bg-blue-3: #f3faff;
    --bg-blue-4: #d7edff;
    --bg-yellow-1: #fceb52;
    --bg-pink-1: #e33382;
    --bg-grey-1: #e5e5e5;
    --bg-grey-2: #fafafb;
    --bg-grey-3: #F0F0F1;
    --bg-green-1: #c9fa5f;
    --bg-green-2: #f3fff7;
    --bg-red-01: #fdd;
    --button-default: #477af4;
    --button-hover: #3366e0;
    --button-pressed: #1f52cc;
    --button-disabled: #c9cbd0;
    --text-black: #000018;
    --text-grey-1: #505068;
    --text-grey-2: #d2d2ea;
    --stroke-default: #e7eeff;
    --stroke-focused: #c5d6ff;
    --stroke-hover: #c5d6ff;
    --error-1: #cc1f1f;
    --success-1: #c7ffc6;
    --success-2: #1da64c;
    --info-1: #477AF4;
    --state-profile-default: #faffc6;
}

body .swal2-popup.swal2-toast {
    padding: 12px;
    box-shadow: 0 4px 6px -2px rgba(80, 80, 104, 0.01), 0 12px 16px -4px rgba(80, 80, 104, 0.04);
    border-radius: 8px;
}

body .swal2-popup.swal2-toast.swal2-icon-success {
    background: var(--bg-green-2);
    border: 1px solid var(--success-2);
}

body .swal2-popup.swal2-toast.swal2-icon-warning {
    background-color: #D7EDFF;
    border: 1px solid #477AF4;
}

body .swal2-popup.swal2-toast.swal2-icon-error {
    background: #f0d6d6;
    border: 1px solid var(--error-1);
}

body .swal2-icon.swal2-error {
    border-color: var(--error-1);
    color: var(--error-1);
}

body .swal2-icon.swal2-warning {
    border-color: var(--info-1);
    color: var(--info-1);
}

body .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: var(--error-1);
}

body .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring,
body .swal2-popup.swal2-toast .swal2-icon {
    width: 20px;
    height: 20px;
}

body .swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid var(--success-2);
}

body .swal2-popup.swal2-toast .swal2-title {
    margin: 0 0 0 4px;
}

body .swal2-icon.swal2-success,
body .swal2-icon.swal2-error,
body .swal2-icon.swal2-warning {
    font-size: 10px;
}

body .swal2-popup.swal2-toast .swal2-success {
    border-color: var(--success-2);
}

body .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--success-2);
}

.btn-reset {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: inherit;
    font: inherit;
}

.btn-link {
    color: var(--main-color);
    font-weight: 400;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn-link:hover {
    color: var(--button-hover);
}

.invalid-feedback {
    color: var(--red);
    font-size: 14px;
    /*display: none;*/
    line-height: 1.2;
    display: block;
    text-align: left;
}

input.is-invalid,
.invalid-feedback-row .input {
    border-color: var(--red);
}

.swal2-container {
    z-index: 10000;
}

.popup-review-add .popup__title {
    font-size: 18px;
}

.star-rating-select__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.star-rating-select__item {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-rating svg {
    fill: var(--main-color);
    width: 16px;
    height: 16px;
}

.star-rating--0 svg {
    fill: var(--second-color);
}

.star-rating--1 svg:nth-child(n+2),
.star-rating--1 .star-rating-select__item:nth-child(n+2) svg {
    fill: var(--second-color);
}

.star-rating--2 svg:nth-child(n+3),
.star-rating--2 .star-rating-select__item:nth-child(n+3) svg {
    fill: var(--second-color);
}

.star-rating--3 svg:nth-child(n+4),
.star-rating--3 .star-rating-select__item:nth-child(n+4) svg {
    fill: var(--second-color);
}

.star-rating--4 svg:nth-child(5),
.star-rating--4 .star-rating-select__item:nth-child(5) svg {
    fill: var(--second-color);
}

.quill-editor .ql-toolbar.ql-snow {
    text-align: left;
    border-top: 1px solid var(--stroke-default);
    border-left: 1px solid var(--stroke-default);
    border-right: 1px solid var(--stroke-default);
    border-bottom: 1px solid var(--bg-grey-2);
    padding: 6px 8px;
}

.quill-editor .ql-container {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    min-height: 60px;
}

.quill-editor .ql-container.ql-snow {
    border: 1px solid var(--stroke-default);
}

.quill-editor .ql-toolbar.ql-snow .ql-formats {
    margin-right: 0;
}

.quill-editor .ql-snow .ql-stroke {
    stroke: var(--main-color);
}

.quill-editor .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: var(--main-color);
}

.quill-editor .ql-editor ol {
    padding-left: .5em
}

.quill-editor .ql-editor.ql-blank::before {
    font-style: normal;
}

.invalid-feedback-row.quill-editor .ql-container.ql-snow {
    border: 1px solid var(--red);
}

.invalid-feedback-row.quill-editor .ql-toolbar.ql-snow {
    border-top: 1px solid var(--red);
    border-left: 1px solid var(--red);
    border-right: 1px solid var(--red);
}

.invalid-feedback--text-center {
    text-align: center;
}

.popup-thank-feedback .popup__container {
    max-width: 564px;
}

.card-school {
    padding: 20px 0;
}

.card-school__inner {
    background-color: var(--bg-grey-2);
    border: 1px solid var(--bg-grey-3);
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: 80px auto;
    gap: 12px;
    align-items: center;
}

.card-school__content {
    text-align: left;
}

.card-school__title {
    font-weight: 600;
    margin-bottom: 4px;
}

.card-school__course {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
    font-size: 14px;
}

.card-school__date {
    margin-bottom: 12px;
    font-size: 14px;
}

.card-school__course-item {
    display: flex;
    align-items: center;
    /*padding-right: 8px;*/
    /*border-right: 1px solid var(--button-disabled);*/
}

.card-school__course-item:after {
    content: '';
    width: .5px;
    height: 20px;
    margin: 0 8px;
    background-color: var(--button-disabled);

}

.card-school__course-item:last-child:after {
    display: none;
}

.card-school__logo-img {
    border-radius: 12px;
}
