@font-face {
    font-family: "SourceSansPro-BoldItalic";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: "SourceSansPro-BlackItalic";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-BlackItalic.ttf) format("truetype");
}
@font-face {
    font-family: "SourceSansPro-Black";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-Black.ttf) format("truetype");
}
@font-face {
    font-family: "SourceSansPro-Bold";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "SourceSansPro-SemiBold";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "SourceSansPro-Regular";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "SourceSansPro-RegularItalic";
    font-display: swap;
    src: url(../fonts/SourceSansPro/SourceSansPro-RegularItalic.ttf) format("truetype");
}

body.login-page {
    background-image: url("../images/background_admin.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
}

.login_title_cw {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #1d97e2;
    font-weight: bold;
}

.login-box-msg {
    color: #1d97e2;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.img-center {
    display: flex;
    margin: 0 auto;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

html {
    scroll-behavior: smooth;
}

a,
body {
    font-family: "SourceSansPro-Regular";
    color: #444444;
    font-size: 17px;
}

a:hover {
    text-decoration: none;
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding-top: 3.5em;
    padding-bottom: 10em;
}

.home-hero::after {
    content: "";
    position: absolute;
    top: -15%;
    width: 160%;
    height: 100%;
    border-radius: 100% / 100%;
    background-color: #eff8ff;
    left: -30%;
    z-index: -1;
}

.dietet-profile.home-hero::after {
    height: 768px;
}

.home-hero.subpage-hero::after {
    height: 675px;
}

.home-hero-big-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: min-content;
}

.home-hero-big-title .title-1 {
    color: #444444;
    font-size: 40px;
    font-family: "SourceSansPro-BoldItalic";
    margin: 0 auto;
    line-height: 1;
}

.home-hero-big-title .title-2 {
    color: #24cbed;
    font-size: 78px;
    font-family: "SourceSansPro-BlackItalic";
    margin: 0 auto;
    padding-left: 3em;
    line-height: 1;
}

.home-hero-img {
    margin-top: 1em;
}

.subpage-hero-img {
    margin: 1em auto 2em;
    display: flex;
}

.home-hero-title {
    font-family: "SourceSansPro-BlackItalic";
    color: #909ca5;
    font-size: 31px;
    margin-bottom: 1em;
}

.home-pt-extra {
    margin-top: 5em;
}

.home-hero-content {
    margin-bottom: 2em;
}

.google-btn,
.standard-btn {
    color: #ffffff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFB155+0,F94E6B+100 */
    background: #24caed; /* Old browsers */
    background: -moz-linear-gradient(left, #24caed 0%, #3289f3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #24caed 0%,#3289f3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #24caed 0%,#3289f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24caed', endColorstr='#3289f3',GradientType=1 ); /* IE6-9 */
    padding: 1em 2em;
    border-radius: 30px;
    display: flex;
    width: max-content;
    -webkit-box-shadow: 0 10px 24px -3px rgba(0,0,0,0.41);
    -moz-box-shadow: 0 10px 24px -3px rgba(0,0,0,0.41);
    box-shadow: 0 10px 24px -3px rgba(0,0,0,0.41);
    margin: 0 auto 2em;
    border: 0;
}

.box-shadow {
    -webkit-box-shadow: 0 6px 15px -3px rgba(0,0,0,0.41);
    -moz-box-shadow: 0 6px 15px -3px rgba(0,0,0,0.41);
    box-shadow: 0 6px 15px -3px rgba(0,0,0,0.41);
}

.box-shadow.video {
    -webkit-box-shadow: 0 0 37px 11px rgba(195,195,202,0.95);
    -moz-box-shadow: 0 0 37px 11px rgba(195,195,202,0.95);
    box-shadow: 0 0 37px 11px rgba(195,195,202,0.95);
}

.standard-btn.inv {
    box-shadow: none !important;
    background: #e3ecf4 !important;
    color: #909ca5 !important;
}

.google-btn,
.standard-btn.white-btn {
    background: #fff !important;
    color: #444444 !important;
    width: auto;
}

.google-btn {
    column-gap: 0.6em;
    padding: .6em 1.2em;
    font-size: 16px;
    width: max-content;
}

.google-btn svg {
    width: 25px;
}

.standard-btn.white-btn img {
    width: 28px;
    height: auto;
    object-fit: contain;
    margin-left: 15px;
}

.title {
    font-family: "SourceSansPro-BlackItalic";
    color: #909ca5;
    font-size: 31px;
    padding-bottom: 1.5em;
}

.title-noitalic {
    font-family: "SourceSansPro-Bold";
    color: #909ca5;
    font-size: 31px;
}

.small-title {
    color: #444444;
    font-size: 26px;
    font-family: "SourceSansPro-Bold";
    line-height: 1;
}

.how-is-it-work-title {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.how-is-it-work-one-block {
    margin-bottom: 2em;
}

.benefits-fluid {
    padding-top: 5em;
    padding-bottom: 5em;
}

.blue-text-block {
    display: flex;
    flex-direction: column;
    padding: 1.5em 5.5em 1.5em 2em;
    background-color: #eff8ff;
    width: 60%;
    text-align: justify;
}

.blue-white-block {
    display: flex;
    flex-direction: column;
    padding: 1.5em 2em 1.5em 2em;
    background-color: #fff;
    width: 45%;
    position: absolute;
    right: 0;
    margin-top: 5.5em;
    top: 0;
    text-align: justify;
}

.blue-text-block.second {
    margin: 2.5em auto 0;
}

.client-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.client-row > div {
    padding-left: 25px;
}

.client-row .small-title {
    font-size: 24px;
    line-height: 1;
}

.client-row .standard-btn {
    float: left;
    font-size: 16.5px;
    padding: .8em 1.5em;
    width: auto;
}

.home-doctors-row {
    padding-top: 5em;
}

.one-doctor-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1.5em;
}

.one-doctor-block img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}

.one-doctor-block .doc-name {
    color: #24cbed;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1;
    font-family: "SourceSansPro-SemiBold";
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.one-doctor-block .doc-area {
    color: #444;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
    font-family: "SourceSansPro-Bold";
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.diet-reg-blue-block {
    display: flex;
    background-color: #eff8ff;
    padding: 1em 1em 2em 3em;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: row;
}

.diet-reg-blue-block > div:not(.diet-reg-button-block) {
    width: 65%;
}

.diet-reg-button-block {
    width: 35%;
    display: flex;
}

.diet-reg-button-block > img {
    margin: 0 auto;
}

.diet-reg-button-block .standard-btn {
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.opinions-fluid {
    padding-top: 5em;
    padding-bottom: 5em;
}

.opinions-author {
    color: #444;
    font-size: 16px;
    font-family: "SourceSansPro-Bold";
    margin-bottom: 0;
    padding-top: 5px;
}

.opinions-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
}

.one-opinion {
    display: flex;
    flex-direction: column;
    padding: 1.5em;
    width: 100%;
    text-align: justify;
}

.splide-home .splide__list {
    padding-top: 1.5em !important;
    padding-bottom: 2.5em !important;
}

.splide-home .splide__pagination__page {
    background-color: #eff8ff !important;
}

.splide-home .splide__pagination {
    bottom: -.5em !important;
}

.splide-home .splide__pagination__page.is-active {
    background-color: #1d97e2 !important;
    border: 3px solid #eff8ff !important;
}



.splide-home .splide__pagination__page {
    height: 15px !important;
    width: 15px !important;
}

.home-video-block {
    padding-bottom: 8em;
}

.home-video-block iframe {
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 60%;
    height: 360px;
    z-index: 10;
    top: 40px;
}

.blue-video-text {
    padding: 4em 3em 4em 8em;
    text-align: justify;
    background-color: #eff8ff;
}

.home-video-block .row {
    justify-content: flex-end;
}

.diet-reg-fluid {
    padding-top: 5em;
}

footer {
    padding-bottom: 1.5em;
    padding-top: 3em;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}

.footer-menu a {
    text-transform: uppercase;
    color: #909ca5;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "SourceSansPro-Bold";
}

.header-fluid {
    background-color: #eff8ff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.absolute-label {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #909ca5;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
}


#label-tags .bootstrap-tagsinput,
.client-form textarea,
.client-form select,
.client-form input.cw-input {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 24px -3px rgba(26, 25, 25, 0.21);
    -moz-box-shadow: 0 10px 24px -3px rgba(26, 25, 25,0.21);
    box-shadow: 0 10px 24px -3px rgba(26, 25, 25,0.21);
    border-radius: 10px;
    font-style: italic;
    font-size: 16px;
    color: #444444;
    border: 0;
    width: 100%;
    min-height: 45px;
}

.client-form input.cw-input:read-only {
    background-color: #e5e5e5;
}

.client-form .standard-btn {
    padding: .8em 2.5em;
}

.standard-btn.smaller {
    padding: .6em 1.5em;
}

.custom-control-label::before {
    border: none;
    background-color: #aaaaaa;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #00b58d;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.reg-diet .custom-switch .custom-control-label::after {
    background-color: white;
}

.custom-control-label a {
    text-decoration: underline;
    color: #24cbed;
}

.one-blog-in-list {
    display: flex;
    width: 100%;
    margin-top: 2em;
    flex-direction: column;
    border-radius: 10px;
}

.one-blog-in-list img {
    width: 100%;
    border-top-left-radius: 10px;
    height: 285px;
    object-fit: cover;
    border-top-right-radius: 10px;
}

.one-blog-in-list-content {
    background-color: #fff;
    padding: 1.2em 2.2em;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.one-blog-in-list-content .blog-title {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 1;
    color: #444;
    font-family: "SourceSansPro-Bold";
    font-size: 20px;
    text-align: left;
}

.one-blog-in-list-content .blog-subtitle {
    color: #909ca5;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 14px;
}

.one-blog-in-list-content .blog-content-text {
    color: #444444;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    margin-top: 1em;
    overflow: hidden;
    height: 120px;
    padding-bottom: 10px;
}

.next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    font-family: "SourceSansPro-Bold";
    align-self: end;
    color: #444444;
    font-size: 16px;
    text-transform: uppercase;
}

.next-btn > img {
    margin-left: 15px;
    max-width: 100%;
    width: 28px;
    height: auto;
}

.search-form {
    /*display: flex;*/
    /*width: 70%;*/
    /*float: right;*/
    padding-bottom: 2em;
}

.search-form .form-group {
    width: 100%;
    position: relative;
}

.search-form .form-group img {
    position: absolute;
    right: 16px;
    top: 18px;
    cursor: pointer;
}

.search-form .cw-input {
    height: 55px;
    border-radius: 8px !important;
    padding-right: 40px;
}

.label-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2em;
    flex-wrap: wrap;
}

.label-list a {
    text-transform: uppercase;
    font-size: 13px;
    color: #909ca5;
    font-family: "SourceSansPro-Bold";
    margin-left: 15px;
    margin-bottom: 10px;
}

.blog-view-hero img {
    height: 520px;
    width: 85%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.blog-view-title-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1.5em;
    background-color: #fff;
    position: absolute;
    justify-content: flex-start;
    bottom: 35px;
    right: 0;
    border-radius: 10px;
    width: 65%;
}

.blog-view-title {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 1;
    color: #444;
    font-family: "SourceSansPro-Bold";
    font-size: 30px;
    margin-bottom: 10px;
}

.blog-view-title-block .blog-view-subtitle {
    color: #909ca5;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
}

.blog-view-title-block .blog-view-subtitle p {
    color: #909ca5;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 14px;
    width: 50%;
}

.blog-view-title-block .blog-view-subtitle > div {
    width: 50%;
}

.blog-view-content-part {
    display: block;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 6em;
}

.blog-view-content-part .h3,
.blog-view-content-part .h4,
.blog-view-content-part .h5 {
    font-family: "SourceSansPro-Bold";
}

.blog-offers-block {
    position: relative;
    background-color: #24cbed;
    border-radius: 10px;
    padding: 3em 2em 3em 13em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.blog-offers-block > img {
    position: absolute;
    left: -8px;
    top: -63px;
}

.blog-offers-text {
    color: #444444;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    font-size: 18px;
    width: 269px;
}

.blog-offers-text span {
    font-size: 24px;
}

.base-hero {
    min-height: 700px;
}

.blog-pagination {
    padding-top: 10em;
}

.rotate-180 {
    transform: rotate(-180deg);
}

.page-item .page-link {
    border: 0 !important;
    background-color: transparent !important;
    color: #909ca5;
    font-family: "SourceSansPro-Bold";
}

.page-item.active .page-link {
    color: #444;
}

.page-item:first-child .page-link {
    margin-right: 25px;
}

.page-item:last-child .page-link {
    margin-left: 25px;
}

.splide {
    max-width: 100%;
}

.mobile-only {
    display: none;
}

.blog-view-source-part {
    background-color: #fff;
    padding: 2em;
    margin-bottom: 6em;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.source-title {
    color: #909ca5;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
}

.forgot-text {
    display: flex;
    width: max-content;
    text-align: center;
    margin: 2em auto 0;
    color: #909ca5;
}

.forgot-text a {
    color: #24cbed;
    text-decoration: underline;
}

.reg-diet .home-hero-big-title {
    position: initial;
    display: block;
    width: 100%;
}

.reg-diet .home-hero-big-title .title-2 {
    padding-left: .5em;
}

.button-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.reg-diet .home-hero-big-title .title-1 {
    font-size: 36px;
}

.reg-diet .home-hero-big-title .title-2 {
    font-size: 68px;
}

.button-row button {
    margin-left: 25px !important;
}

.home-hero-title.subtitle {
    font-family: "SourceSansPro-BoldItalic";
    color: #24cbed;
    line-height: 1;
    font-size: 20px;
}

.home-hero-title.reg-paciens {
    margin-bottom: 0;
    line-height: 1;
}

.info-text {
    font-size: 18px;
    color: #444444;
    font-family: "SourceSansPro-RegularItalic";
}

.custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #24cbed;
}

.small-form-title {
    font-family: "SourceSansPro-Bold";
    color: #444444;
    padding-bottom: 10px;
    font-size: 18px;
}

.input-blocks {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.input-blocks .form-control.short {
    width: 60px;
    text-align: center;
    border: 0;
    height: 50px;
}

.input-blocks .form-control {
    border: 0;
    height: 50px;
}

.form-control::-webkit-input-placeholder { /* Edge */
    font-family: "SourceSansPro-RegularItalic";
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "SourceSansPro-RegularItalic";
}
  
.form-control::placeholder {
    font-family: "SourceSansPro-RegularItalic";
}

.input-blocks span {
    padding-left: 10px;
    padding-right: 25px;
}

.input-blocks .custom-radio {
    padding-right: 15px;
}

.small-profile-title {
    color: #444444;
    font-family: "SourceSansPro-Bold";
    font-size: 18px;
    padding-bottom: 18px;
}

.custom-control-label::before {
    background-color: #e5eff6;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00b58d;
}

.profile-datas-accordion .btn-link {
    color: #24cbed !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    font-family: "SourceSansPro-BoldItalic";
    font-size: 22px;
}

.profile-datas-accordion .btn-link[aria-expanded="false"] .fa-plus {
    display: block;
} 

.profile-datas-accordion .btn-link[aria-expanded="false"] .fa-minus {
    display: none;
} 

.profile-datas-accordion .btn-link[aria-expanded="true"] .fa-minus {
    display: block;
} 

.profile-datas-accordion .btn-link[aria-expanded="true"] .fa-plus {
    display: none;
}

.profile-datas-accordion .card-header {
    background-color: #fff;
    border: 0;
    border-radius: 10px;
}


.profile-datas-accordion .card {
    background-color: #fff;
    margin-bottom: 1.5em;
    border: 0;
}

.profile-datas-accordion .custom-control-label::before {
    background-color: #e5eff6;
}

.video-iframe {
    border-radius: 10px;
}

.back-btn-abs {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    color: #444444;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
}

.back-btn-abs img {
    transform: rotate(-180deg);
    margin-right: 25px;
}

.back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    float: left;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
}

.back-btn img {
    transform: rotate(-180deg);
    margin-right: 25px;
}

.subhero-title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

.search-input {
    padding: 1em;
    height: 50px;
}

.filter-accordion .card-link[aria-expanded="false"] .fa-chevron-down {
    display: block;
} 

.filter-accordion .card-link[aria-expanded="false"] .fa-chevron-up {
    display: none;
} 

.filter-accordion .card-link[aria-expanded="true"] .fa-chevron-up {
    display: block;
} 

.filter-accordion .card-link[aria-expanded="true"] .fa-chevron-down {
    display: none;
}

.filter-accordion .card-link {
    color: #444444 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    font-family: "SourceSansPro-Bold";
    font-size: 18px;
}

.filter-accordion .card-header {
    background-color: #fff;
    border: 0;
    border-radius: 10px;
}


.filter-accordion .card {
    background-color: #fff;
    margin-bottom: 1.5em;
    border: 0;
}

.one-doki-row {
    background-color: #fff;
    margin-bottom: 2em;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.one-doki-row-img {
    height: 100%; /*190px*/
    width: 170px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
}

.one-doki-row-content {
    display: flex;
    width: calc(100% - 170px);
    padding: .8em 1.5em;
}

.doki-name-row {
    color: #24cbed;
    font-size: 22px;
    font-family: "SourceSansPro-SemiBold";
    margin-bottom: 5px;
}

.doki-name-row:hover {
    color: #24cbed;
}

.doki-name-row.bigger {
    font-size: 28px;
}

.doki-area-row.bigger {
    font-size: 20px;
}

.package-price,
.doki-area-row {
    color: #444;
    font-size: 16px;
    line-height: 1;
    font-family: "SourceSansPro-Bold";
}

.more-info-block-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 0.7em;
    column-gap: 1em;
}

.more-info-block-row .one-info {
    padding-right: 15px;
}

.one-doki-row-content a {
    display: inline-block;
}

.one-doki-row-content a,
.one-doki-row-content p {
    margin-bottom: 5.5px;
}

.left-doki-row-content {
    width: 70%;
}

.right-doki-row-content {
    width: 30%;
}

.next-btn-transparent {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
}

.next-btn-transparent img {
    margin-left: 15px;
}

.right-doki-row-content .standard-btn {
    margin-bottom: .5em;
    padding: .5em 1em;
}


.one-rating {
    display: flex;
    align-self: flex-end;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("../images/rating-off.png");
}

.one-rating.act,
.one-rating:hover,
.one-rating:hover ~ .one-rating {
    background-image: url("../images/rating-on.png");
}

.right-rating-sys {
    display: flex;
    justify-content: space-between;
    width: 163px;
    padding-left: 1em;
    flex-direction: row-reverse;
}

.one-rating-fixed {
    display: flex;
    align-self: flex-end;
    width: 20px;
    height: 20px;
    cursor: initial;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("../images/rating-off.png");
}

.one-rating-fixed.act {
    background-image: url("../images/rating-on.png");
}

.right-rating-sys-fixed {
    display: flex;
    justify-content: space-between;
    width: 163px;
    flex-direction: row-reverse;
}


.first-rating-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.rating-value {
    font-size: 22px;
    font-family: "SourceSansPro-SemiBold";
}

.rating-status {
    font-size: 14px;
    margin-bottom: 15px !important;
}

.rating-block-doki-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.doki-big-img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    max-height: 400px;
}

.doki-big-img.fix-size {
    width: 170px;
    margin-left: 20px;
}

.blue-container {
    background-color: #eff8ff;
    padding: 1.5em 2em;
    border-radius: 10px;
    margin-top: 4em;
}

.white-service-block {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5em;
}

.white-service-block.blue {
    background-color: #eff8ff;
}

.service-title {
    font-size: 22px;
    font-family: "SourceSansPro-SemiBold";
    color: #24cbed;
}

.doki-view-rates-list {
    row-gap: 1.5em;
}

.doki-view-rates-list .one-rates {
    width: 50%;
}

.doki-view-rates-list .one-rates .rating-value {
    font-size: 17px;
}

.one-rates.first {
    padding-right: 4em;
}

.border-radius-10 {
    border-radius: 10px;
}

.less-p {
    padding: .5em 1em;
}

.paciens-subtitle {
    font-family: "SourceSansPro-Bold";
    font-size: 18px;
}

.delete-btn {
    color: #444 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    display: flex;
    width: max-content;
    background-color: transparent;
    margin: 0 auto 2em;
    border: 0;
}

.table-label,
.notification-header-row{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #909ca5;
    font-family: "SourceSansPro-Bold";
    text-transform: uppercase;
    padding: 5px 10px 0;
}

.table-label {
    display: none;
    text-align: center;
    justify-content: center;
}

.notification-header-row > div.date {width: 100px;}
.notification-header-row > div.time {width: 100px;}
.notification-header-row > div.status {width: 160px;}
.notification-header-row > div.notification-text {width: calc(100% - 360px);}

.notification-header-row.konzi > div.date {width: 100px;}
.notification-header-row.konzi > div.time {width: 100px;}
.notification-header-row.konzi > div.status {width: 160px;}
.notification-header-row.konzi > div.service {width: 260px;}
.notification-header-row.konzi > div.notification-text {width: calc(100% - 460px);}

.body-row-notification {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #444444;
    font-size: 17px;
    background-color: #fff;
    padding: 5px 25px 5px 10px;
    border-radius: 10px;
}

.body-row-notification.konzi {
    padding: 15px;
}

.body-row-notification  > div.date {width: 100px;}
.body-row-notification  > div.time {width: 100px;}
.body-row-notification  > div.status {width: 160px;}
.body-row-notification  > div.notification-text {width: calc(100% - 360px);}

.body-row-notification.konzi  > div.date {width: 100px;}
.body-row-notification.konzi  > div.time {width: 100px;}
.body-row-notification.konzi  > div.status {width: 160px;}
.body-row-notification.konzi  > div.service {width: 260px;}
.body-row-notification.konzi  > div.notification-text {width: calc(100% - 460px);}

.blue-title {
    color: #24cbed;
    font-size: 28px;
    font-family: "SourceSansPro-Bold";
}

.doki-rates-profile-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
}

.calendar-arrows {
    text-align: center;
    display: flex;
    width: 95px;
}

.calendar-one-block {
    text-align: center;
    display: flex;
    width: 90px;
    font-size: 16px;
    color: #444444;
    font-family: "SourceSansPro-Bold";
    justify-content: center;
    height: 35px;
    line-height: 1.1;
}

.calendar-body-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: row;
}

.calendar-time-block {
    display: flex;
    width: 95px;
    font-size: 16px;
    padding-right: 2.5px;
    padding-left: 2.5px;
    color: #444444;
    font-family: "SourceSansPro-Bold";
    text-align: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}

.calendar-one-status-block {
    text-align: center;
    display: flex;
    width: 95px;
    padding-right: 2.5px;
    padding-left: 2.5px;
    /*padding-bottom: 5px;*/
    flex-direction: column;
    row-gap: 5px;
}

.calendar-time {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-btn {
    height: 45px;
    border-radius: 10px;
    background-color: #e5eff6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #909ca5;
    text-transform: uppercase;
    font-family: "SourceSansPro-Bold";
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.delete-btn:disabled,
.status-btn:disabled {
    cursor: not-allowed;
}

.status-btn.free:hover {
    background-color: rgba(0, 181, 141, 0.60);
}

.status-btn.free {
    color: #fff;
    background-color: #00b58d;
}

.user-calendar-btn.status-btn.free,
.user-calendar-btn.status-btn.free:hover {
    cursor: unset;
    background-color: transparent;
    color: transparent;
    border: 1px solid #d3d3d3;
}

.status-btn.pending, .status-btn.pending:hover,
.status-btn.booked, .status-btn.booked:hover,
.status-btn.chosen, .status-btn.chosen:hover,
.status-btn.cancelled, .status-btn.cancelled:hover,
.status-btn.finished, .status-btn.finished:hover,
.status-btn.technical_failure, .status-btn.technical_failure:hover{
    font-size: 14px;
    line-height: 1.1;
}

.status-btn.booked, .status-btn.booked:hover,
.status-btn.chosen, .status-btn.chosen:hover {
    color: #fff !important;
    background-color: #1781ed;
}

.status-btn.pending, .status-btn.pending:hover {
    color: #777 !important;
    background-color: #edbb17;
}

.status-btn.cancelled, .status-btn.cancelled:hover,
.status-btn.technical_failure, .status-btn.technical_failure:hover {
    color: #fff !important;
    background-color: #af0000;
}

.status-btn.finished, .status-btn.finished:hover {
    color: #909ca5 !important;
    background-color: #e5eff6;
}

.cursor-pointer {
    cursor: pointer;
}

.min-height-pwd {
    min-height: 80vh;
}

.popup {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    padding: 0.7em 1em;
    border-radius: 5px;
    font-family: "SourceSansPro-SemiBold";
    z-index: 101;
    text-align: center;
}

.bootstrap-tagsinput .tag {
    color: #444444;
}

.bootstrap-tagsinput .tag,
.popup.success-popup {
    background-color: #24cbed;
}

.popup.error-popup {
    background-color: #ff4d4f;
}

.upload-block {
    background-color: #fff;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-block .upload-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #eff8ff;
    height: 95%;
    width: 95%;
    color: #909ca5;
    font-family: "SourceSansPro-RegularItalic";
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
}

#avatar-img {
    display: none;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

#avatar-img.active {
    display: block;
}

.hidden {
    display: none !important;
}

.blog-btn {
    margin: 0 0 1em;
    padding: 8px 15px;
    font-size: 15px;
    max-width: 100%;
}

.red-btn {
    background: #ff5460;
}

header .nav-link {
    color: #909ca5;
    margin: 0 15px;
    padding: 5px;
    transition: .3s;
    font-family: "SourceSansPro-Bold";
}

header .nav-link:hover {
    color: #444444;
}

header .nav-link i {
    color: #909ca5 !important;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.user-menu button {
    border: none;
    outline: none;
    background: none;
    display: flex;
    align-items: center;
}

.user-menu button .fa-chevron-down {
    transition: .2s;
}

.user-menu button[aria-expanded='true'] .fa-chevron-down {
    transform: rotate(-180deg);
}

.user-menu .icon-wrapper {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.user-menu .icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#splide .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: none;
}

#splide .splide__track--nav > .splide__list > .splide__slide {
    border: none;
    cursor: unset;
}

.slide-wrapper {
    width: calc(100% - 95px);
    display: flex;
    align-items: center;
}

.slideprev,
.slidenext {
    height: max-content;
}

.services-row > div { width: 50% }

.consultation-row > div:nth-child(1) { width: 40% }
.consultation-row > div:nth-child(2) { width: 30% }
.consultation-row > div:nth-child(3) { width: 30% }

.appointment-row.notification-header-row > div:nth-of-type(1),
.appointment-row.body-row-notification > div:nth-of-type(2) {
    width: 20%
}
.appointment-row.notification-header-row > div:nth-of-type(2),
.appointment-row.body-row-notification > div:nth-of-type(4) {
    width: 45%
}
.appointment-row.notification-header-row > div:nth-of-type(3),
.appointment-row.body-row-notification > div:nth-of-type(6) {
    width: 23%
}

.notification-row > div:nth-child(1) { width: 25% }
.notification-row > div:nth-child(2) { width: 75% }

.notification-row.unread {
    font-family: "SourceSansPro-Bold";
    color: #23a1bb;
}

.notification-link {
    position: relative;
}

.notification-link span {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFAE00;
    color: #fff;
    font-size: 14px;
}

.partner-list a {
    font-family: "SourceSansPro-Bold";
    color: #909ca5;
    background-color: #fff;
    border-radius: 8px;
    display: block;
    padding: 0.7em 1em;
    margin-bottom: 1.2em;
}

.partner-list a.current-partner {
    color: #fff;
    background-color: #24cbed;
}

.white-wrapper,
.message-container {
    border-radius: 8px;
    padding: 1em;
    background-color: #fff;
}

.message-block {
    margin-bottom: 1.3em;
}

.review-input-container textarea,
.summary-form textarea,
.message-form textarea,
.message-block .msg-text {
    margin-bottom: 0.4em;
    border-radius: 8px;
    padding: 0.5em 0.8em;
    box-shadow: 0 0 16px -3px rgba(26, 25, 25,0.21);
}

.message-block.own-message .msg-text {
    background-color: #EFF8FF;
}

.message-block .msg-author {
    font-family: "SourceSansPro-Bold";
    color: #909ca5;
    font-size: 15px;
}

.message-block.own-message .msg-author {
    text-align: right;
}

.downloads a span,
.message-form label {
    font-family: "SourceSansPro-Bold";
    color: #444444;
}

.message-form button {
    padding: 0.7em 2em;
}

.base-minheight {
    min-height: 450px;
}

.bold-title {
    font-family: "SourceSansPro-Bold" !important;
    font-size: 25px;
}

.review-input-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.downloads a {
    flex-shrink: 0;
}

.downloads p {
    word-wrap: anywhere;
}

.downloads .link-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.downloads .link-wrapper img {
    transform: rotate(90deg);
    height: 14px;
}

#message-list {
    height: 500px;
    overflow-y: scroll;
    padding: 12px 8px 0;
}

.order-details {
    font-family: "SourceSansPro-Bold";
    color: #909ca5;
}

.custom-table .custom-row > div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-collapse: collapse;
}

.custom-table {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-table .custom-row:last-child {
    border-bottom: 1px solid #5c5c5c;
}

.custom-table .custom-row > div {
    border-top: 1px solid #5c5c5c;
    border-left: 1px solid #5c5c5c;
}

.custom-table .custom-row > div:last-child {
    border-right: 1px solid #5c5c5c;
}

.custom-table .mobile-header {
    display: none;
}

.rate-filter {
    padding: 0.4em 0.7em;
    border-radius: 8px;
}

.rate-filter,
.rate-filter * {
    cursor: pointer;
}

.rate-filter:hover,
.rate-filter.act {
    background-color: #868686;
}

.popup-notification {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px -3px rgba(26, 25, 25,0.21);
    padding: .8em;
    width: 400px;
    max-width: 88%;
    font-size: 18px;
}

.popup-notification .notification-close {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 0.4em;
    z-index: 100;
    cursor: pointer;
}

/* popup */
.popup-modal {
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 240px;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
}

.popup-modal.larger {
    height: 290px;
}

.popup-modal.activate-modal {
    width: 630px;
    height: 350px;
}

.popup-modal .popup-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2em 1em;
}

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}

.modal-overlay {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}
/* end of popup */

.ribbon {
    background-color: #FFAE00;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -40px;
    top: 28px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    color: #fff;
    padding: 5px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "SourceSansPro-Semibold";
    font-size: 15px;
}

.search-form select {
    font-style: initial;
    min-height: unset;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #909ca5;
}

small {
    color: #f00; !important;
}

.custom-control-label::before{
    border: 1px solid #9f9f9f;
}

.cross-out {
    text-decoration: line-through;
}

.container-fluid .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.unique-menu .standard-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.unique-menu {
    margin-bottom: 1em !important;
}

.status-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email-notification-row {
    row-gap: 1.5em;
}

.clock-container {
    position: absolute;
    bottom: 100%;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    color: #444444;
    display: flex;
    align-items: center;
    column-gap: 0.5em;
}

.navbar-brand {
    position: relative;
}

.user-menu .dropdown-menu {
    left: unset;
    right: 0;
    min-width: 14rem;
}

.payment-methods .package-price{
    line-height: unset;
}

.payment-methods {
    margin-top: 3em;
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    font-size: 25px;
}

.accordion button[aria-expanded="true"] .accordion-arrow {
    transform: translateY(-50%) rotate(90deg);
}

.message-block .msg-text {
    word-wrap: anywhere;
}

.notification-content a,
.body-row-notification a {
    font-family: "SourceSansPro-Bold";
    color: #23a1bb;
}
/*eof*/