@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+Rounded+1c&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    background-color: #F5F5F5 !important;
    /*background-color: #E8E8E8!important;*/
}

h1, h2, h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
}
/*burger icon animation*/
.icn-burger .pulse  {
    animation:  1s ease-in;
}

@keyframes pulsate  {
    0%   {
        transform: scale(1);
        opacity: .5;
    }
    50%   {
        transform: scale(1.2);
        opacity: 1;
    }
    100%   {
        transform: scale(1.5);
        opacity: 1.3;
    }

}

.icn-burger:active .pulse  {
    animation-play-state: running;
}

.icn-burger:not(:active) .pulse  {
    animation-play-state: paused;
}
/*burger icon animation*/

.hv-100 {
    height: calc(100vh - 89px);
    background: url("/images/Ellipse.png") repeat, 100% 100% / cover url("/images/05.gif") no-repeat;
}

.main-page-content {
    display: flex;
    height: 90%;
}

.content-counter {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 36px;
    height: max-content;
    align-self: center;
}

.bubbleType {
    border: 1px solid #596c95;
    padding: 1%;
    margin: 1%;
    border-radius: 3px;
    text-align: center;
}

.bubbleType:hover {
    background: #596c95;
    color: #ececf3;
}

.help-block-error text {
    color: red !important;
    font-weight: bold;
}

.help-block-error {
    color: red !important;
    font-weight: bold;
}

.bubbleTypeActive {
    background: #596c95 !important;
    color: #ececf3;
}

.planning-head h1 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.2;
    text-align: center !important;
    margin-top: 0;
    margin-bottom: .5rem;
}

.holiday_forbid {
    background: red;
}

.holiday_possible {
    background: orange;
}

.holiday_accept {
    background: green;
}

.day_free {

}

.vacation_section {
    background: lightskyblue;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

.display-1 {
    font-family: 'Roboto', sans-serif;
    font-size: 4.25rem;
}

.display-1 > .mbr-iconfont {
    font-size: 6.8rem;
}

.display-2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
}

.display-2 > .mbr-iconfont {
    font-size: 4.8rem;
}

.display-4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
}

.display-4 > .mbr-iconfont {
    font-size: 1.6rem;
}

.display-5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
}

.display-5 > .mbr-iconfont {
    font-size: 2.4rem;
}

.display-6 {
    font-size: 1.3rem;
    font-weight: 600;
}

.display-7 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

.display-7 > .mbr-iconfont {
    font-size: 1.6rem;
}

.display-8 {
    font-weight: 600;
}

.display-9 {
    text-align: center;
    color: #596c95;
}

.display-10 {
    font-weight: 500;
}

.display-11 {
    font-weight: 400;
}

.display-12 {
    font-weight: 800;
}

.display-13 {
    font-size: 1rem;
}

@media (max-width: 796px) {
    .display-13 {
        font-size: 0.8rem;
    }
}

.pt-7 {
    padding-top: 2rem !important;
}

.pt-8 {
    padding-top: 3.2rem !important;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.4rem;
        font-size: calc(2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.4rem;
        font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-6 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.6 - 1.175) * ((100vw - 10rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-sm {
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.6rem 1.5rem !important;
    border-radius: 3px;
}

.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-lg {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

.ln {
    list-style: none;
    padding-left: .5rem;
}

.text-primary {
    color: #149dcc !important;
}

.text-secondary {
    color: #ff3366 !important;
}

.text-success {
    color: #3aad8a !important;
}

.text-info {
    color: #a19700 !important;
}

.text-warning {
    color: #596c95 !important;
}

.text-danger {
    color: #b95583 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-green {
    color: #51a427 !important;
    font-weight: 600;
}

.text-blue {
    color: #437fff !important;
    font-weight: 600;
}

.block-success td {
    background-color: #a4c5b4 !important;
}

.block-warning td {
    background-color: #ffa9be !important;
}

.block-alert td {
    background-color: #fbf6a9 !important;
}

.block-success {
    background-color: rgba(5, 149, 6, 0.26) !important;
}

.block-warning {
    background-color: #ffa9be !important;
}

.block-alert {
    background-color: #fbf6a9 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0b566f !important;
}

#navbarSupportedContent li div.dropdown-menu {
    background: #596c95 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #cc0033 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #d2c609 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #4b453f !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #333e55 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #773151 !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d !important;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #82786e;
}

.alert-warning {
    background-color: #596c95;
}

.alert-danger {
    background-color: #b95583;
}

.mbr-section-btn a.btn:not(.btn-form) {
    /*! border-radius: 100px; */
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none !important;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.mbr-gallery-filter li a {
    border-radius: 100px !important;
}

.mbr-gallery-filter li.active .btn {
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

.nav-tabs .nav-link {
    border-radius: 100px !important;
}


.btn-form {
    border-radius: 0;
}

.btn-form:hover {
    cursor: pointer;
}

a,
a:hover {
    color: #149dcc;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #b4e6f8;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #beb8b2;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #a5b0c9;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #deafc5;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

#scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
    font-style: normal;
}

.mbr-arrow a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.alert h3 {
    font-size: 2.8rem;
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    -webkit-transform: rotate(45deg);
}

.form-control {
    background-color: #f9feff;
    box-shadow: none;
    /*! color: #565656; */
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 3.5em;
    /*   padding: 1.07em .5em; */
}

.form-control > .mbr-iconfont {
    font-size: 1.6rem;
}

.form-control,
.form-control:focus {
    border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
    border-color: red;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #dddde7 !important;
}


.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
    border-color: #149dcc;
    border-width: 3px;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mbr-section__comments .row {
    justify-content: center;
    -webkit-justify-content: center;
}

/* Forms */
.mbr-form .btn {
    margin: .4rem 0;
}

.mbr-form .input-group-btn a.btn {
    border-radius: 100px !important;
}

.mbr-form .input-group-btn a.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.form2 .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.form2 .input-group-btn a.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form2 .input-group-btn button[type="submit"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form3 input[type="email"] {
    border-radius: 100px !important;
}

@media (max-width: 349px) {
    .form2 input[type="email"] {
        border-radius: 100px !important;
    }

    .form2 .input-group-btn a.btn {
        border-radius: 100px !important;
    }

    .form2 .input-group-btn button[type="submit"] {
        border-radius: 100px !important;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: .75rem !important;
    }

    .btn .mbr-iconfont {
        font-size: 1rem !important;
    }
}

/* Social block */
.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    border-color: #149dcc;
    color: #232323;
    cursor: pointer;
}

.btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}

.btn-social:hover {
    color: #fff;
    background: #149dcc;
}

.btn-social + .btn {
    margin-left: .1rem;
}

/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #149dcc;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #149dcc;
}

.footer3 input[type="email"],
.footer4 input[type="email"] {
    border-radius: 100px !important;
}

.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
    border-radius: 100px !important;
}

.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
}

/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
    border-radius: 100px;
}

.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
    border-radius: 100px;
}

.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
    border-radius: 100px;
}

.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
    border-radius: 100px;
}

.header13 .form-inline button,
.header14 .form-inline button {
    border-radius: 100px !important;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: none;
        width: 100%;
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-lg > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-lg .navbar-toggler {
        display: none;
    }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
    display: none;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-wrapper {
        flex: auto !important;
    }
}

.cid-rjnLpTtqju {
    background-image: url("/yanDesign/images/images/mbr-1920x1080.jpg");
}

.cid-rjnLpTtqju H1 {
    color: #b95583;
}

.cid-rjnLpTtqju .mbr-text,
.cid-rjnLpTtqju .mbr-section-btn {
    color: #073b4c;
}

.cid-rjnRRdr2ci {
    background-image: url("/images/mbr-1920x1170.jpg");
}

.cid-rjnRRdr2ci .mbr-text,
.cid-rjnRRdr2ci .mbr-section-btn {
    color: #073b4c;
}

.cid-rjnRRdr2ci H1 {
    color: #073b4c;
}

.cid-rjtpXH07Rb {
    padding-bottom: 3rem;
    padding-top: 5rem;
}

.cid-rjtpXH07Rb .navbar {
    padding: .5rem 0;
    background: #596c95;
    transition: none;
    min-height: 77px;
}

.cid-rjtpXH07Rb .navbar-dropdown.bg-color.transparent.opened {
    background: #333333;
}

.cid-rjtpXH07Rb a {
    font-style: normal;
}

.cid-rjtpXH07Rb .nav-item span {
    padding-right: 0.4em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    text-decoration: none;
}

.cid-rjtpXH07Rb .nav-item a {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0 !important;
    margin: 0rem .65rem !important;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.cid-rjtpXH07Rb .nav-item:focus,
.cid-rjtpXH07Rb .nav-link:focus {
    outline: none;
}

.cid-rjtpXH07Rb .btn {
    padding: 0.4rem 0.6rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.cid-rjtpXH07Rb .btn .mbr-iconfont {
    font-size: 1.6rem;
}

.cid-rjtpXH07Rb .menu-logo {
    margin-right: auto;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand {
    display: flex;
    margin-left: 15px;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    -webkit-align-items: center;
    align-items: center;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-caption-wrap {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-word;
    min-width: 7rem;
    margin: .3rem 0;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-caption-wrap span {
    font-size: 0.8rem;
    font-weight: 300;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    line-height: 1.2rem !important;
    padding-right: 2rem;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-logo {
    font-size: 4rem;
    transition: font-size 0.25s;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-logo img {
    display: flex;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
    transition: font-size 0.25s;
}

.cid-rjtpXH07Rb .menu-logo .navbar-brand .navbar-logo a {
    display: inline-flex;
}

.cid-rjtpXH07Rb .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 0rem;
    width: auto;
}

.cid-rjtpXH07Rb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
}

.cid-rjtpXH07Rb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: center;
    align-self: center;
}

.cid-rjtpXH07Rb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}

ь.cid-rjtpXH07Rb .dropdown .dropdown-menu {
    background: #3c4965;
    display: none;
    position: absolute;
    min-width: 5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    text-align: left;
}

@media (max-height: 850px) {
    .cid-rjtpXH07Rb .dropdown .dropdown-menu {
        overflow-y: scroll;
        max-height: 85vh;
    }
}

.cid-rjtpXH07Rb .dropdown .dropdown-menu a {
    float: left;
    font-weight: lighter;
}

@media (max-width: 767px) {
    .cid-rjtpXH07Rb .dropdown .dropdown-menu a {
        float: none;
        font-weight: lighter;
    }
}

.cid-rjtpXH07Rb .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    padding: 0 0.5385em 0 0.5385em !important;
}

.cid-rjtpXH07Rb .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-rjtpXH07Rb .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
}

.cid-rjtpXH07Rb .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-rjtpXH07Rb .navbar-toggleable-sm.opened:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 1000;
}

.cid-rjtpXH07Rb button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
}

.cid-rjtpXH07Rb button.navbar-toggler:focus {
    outline: none;
}

.cid-rjtpXH07Rb button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
}

.cid-rjtpXH07Rb button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
}

.cid-rjtpXH07Rb button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
}

.cid-rjtpXH07Rb button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
}

.cid-rjtpXH07Rb button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
}

.cid-rjtpXH07Rb nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rjtpXH07Rb nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rjtpXH07Rb nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rjtpXH07Rb nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rjtpXH07Rb .collapsed.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rjtpXH07Rb .collapsed .btn {
    display: -webkit-flex;
}

.cid-rjtpXH07Rb .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}

.cid-rjtpXH07Rb .collapsed .navbar-collapse.collapsing,
.cid-rjtpXH07Rb .collapsed .navbar-collapse.show {
    display: block !important;
}

.cid-rjtpXH07Rb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rjtpXH07Rb .collapsed .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
}

.cid-rjtpXH07Rb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rjtpXH07Rb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
}

.cid-rjtpXH07Rb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rjtpXH07Rb .collapsed .navbar-collapse.show .navbar-buttons {
    text-align: center;
}

.cid-rjtpXH07Rb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rjtpXH07Rb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
}

.cid-rjtpXH07Rb .collapsed button.navbar-toggler {
    display: block;
}

.cid-rjtpXH07Rb .collapsed .navbar-brand {
    margin-left: 1rem !important;
}

.cid-rjtpXH07Rb .collapsed .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rjtpXH07Rb .collapsed .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
}

.cid-rjtpXH07Rb .collapsed .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}

.cid-rjtpXH07Rb .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
}

.cid-rjtpXH07Rb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
}

@media (max-width: 991px) {
    .cid-rjtpXH07Rb .navbar-expand {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cid-rjtpXH07Rb img {
        height: 3.8rem !important;
    }

    .cid-rjtpXH07Rb .btn {
        display: -webkit-flex;
    }

    .cid-rjtpXH07Rb button.navbar-toggler {
        display: block;
    }

    .cid-rjtpXH07Rb .navbar-brand {
        margin-left: 1rem !important;
    }

    .cid-rjtpXH07Rb .navbar-toggleable-sm {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cid-rjtpXH07Rb .navbar-collapse {
        display: none !important;
        padding-right: 0 !important;
    }

    .cid-rjtpXH07Rb .navbar-collapse.collapsing,
    .cid-rjtpXH07Rb .navbar-collapse.show {
        display: block !important;
    }

    .cid-rjtpXH07Rb .navbar-collapse.collapsing .navbar-nav,
    .cid-rjtpXH07Rb .navbar-collapse.show .navbar-nav {
        display: block;
        text-align: center;
    }

    .cid-rjtpXH07Rb .navbar-collapse.collapsing .navbar-nav .nav-item,
    .cid-rjtpXH07Rb .navbar-collapse.show .navbar-nav .nav-item {
        clear: both;
    }

    .cid-rjtpXH07Rb .navbar-collapse.collapsing .navbar-buttons,
    .cid-rjtpXH07Rb .navbar-collapse.show .navbar-buttons {
        text-align: center;
    }

    .cid-rjtpXH07Rb .navbar-collapse.collapsing .navbar-buttons:last-child,
    .cid-rjtpXH07Rb .navbar-collapse.show .navbar-buttons:last-child {
        /*! margin-bottom: 1rem; */
    }

    .cid-rjtpXH07Rb .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
        position: relative;
        opacity: 0;
        display: block;
        height: 0;
        visibility: hidden;
        padding: 0;
        transition-duration: .5s;
        transition-property: opacity, padding, height;
    }

    .cid-rjtpXH07Rb .dropdown.open > .dropdown-menu {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible;
    }

    .cid-rjtpXH07Rb .dropdown .dropdown-submenu {
        left: 0;
        text-align: center;
        width: 100%;
    }

    .cid-rjtpXH07Rb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: "";
        border-top: .30em solid;
        border-right: .30em solid transparent;
        border-left: .30em solid transparent;
    }
}

@media (min-width: 767px) {
    .cid-rjtpXH07Rb .menu-logo {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
    }
}

.cid-rjtpXH07Rb .navbar-collapse {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.cid-rjtpXH07Rb .nav-link:hover,
.cid-rjtpXH07Rb .dropdown-item:hover {
    color: #c1c1c1 !important;
}

.cid-rjtq2O7ZXt {
    padding-top: 1rem;
    padding-bottom: 90px;
    background-color: #ECECF3;
}

.cid-rjtq2O7ZXt h3 {
    text-align: center;
}

.cid-rjtq2O7ZXt .mbr-section-subtitle {
    color: #767676;
    font-weight: 300;
}

.cid-rjtq2O7ZXt .mbr-content-text {
    color: #767676;
}

.cid-rjtq2O7ZXt .card {
    word-wrap: break-word;
}

.cid-rjtq2O7ZXt .mbr-iconfont {
    font-size: 4.5rem;
    color: #596c95;
}

.cid-rjtq8g6BZU {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rjtq8g6BZU h4 {
    text-align: left;
    font-weight: 500;
}

.cid-rjtq8g6BZU p {
    color: #767676;
    text-align: left;
}

.cid-rjtq8g6BZU .card-img {
    text-align: left;
    padding-right: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
}

.cid-rjtq8g6BZU .card-img span {
    font-size: 72px;
    color: #707070;
}

.cid-rjtq8g6BZU .card-title {
    margin-bottom: 0;
}

.cid-rjtq8g6BZU .mbr-crt-title {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.cid-rjtq8g6BZU .media {
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 300px) {
    .cid-rjtq8g6BZU .card-img span {
        font-size: 40px !important;
    }
}

.cid-rjttyazya3 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.cid-rjttyazya3 h4 {
    text-align: left;
    font-weight: 500;
}

.cid-rjttyazya3 p {
    color: #767676;
    text-align: left;
}

.cid-rjttyazya3 .card-img {
    text-align: left;
    padding-right: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
}

.cid-rjttyazya3 .card-img span {
    font-size: 72px;
    color: #707070;
}

.cid-rjttyazya3 .card-title {
    margin-bottom: 0;
}

.cid-rjttyazya3 .mbr-crt-title {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.cid-rjttyazya3 .media {
    margin: initial;
    align-items: center;
    -webkit-align-items: center;
}

@media (max-width: 300px) {
    .cid-rjttyazya3 .card-img span {
        font-size: 40px !important;
    }
}

.cid-rjVC1hBWwF {
    padding-top: 6rem;
    padding-bottom: 1rem;
    background-color: #ececf3;
}

.cid-rjVC1hBWwF .mbr-icofont {
    font-size: 48px;
    color: #353535;
}

.cid-rjVC1hBWwF .show-modal span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cid-rjVC1hBWwF .mbr-figure {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin: auto;
    transition: transform 1s;
    cursor: pointer;
}

.cid-rjVC1hBWwF .mbr-figure a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}

.cid-rjVC1hBWwF .mbr-figure a:before {
    width: 100px;
    height: 100px;
}

.cid-rjVC1hBWwF .mbr-figure:hover {
    transform: scale(1.15);
    transition: transform 1s;
    -webkit-transform: scale(1.15);
}

.cid-rjVC1hBWwF .mbri-play:before {
    left: 55% !important;
}

.cid-rjVC1hBWwF .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
}

.cid-rjVC1hBWwF .form-inline .form-group {
    padding: 0.5rem;
}

.cid-rjVC1hBWwF .form-inline input {
    text-align: center;
}

.cid-rjVC1hBWwF h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

.cid-rjVC1hBWwF .modalWindow {
    position: fixed;
    z-index: 5000;
    display: none;
    left: 0;
    top: 0;
    background-color: rgba(61, 61, 61, 0.65);
    width: 100%;
    height: 100%;
}

.cid-rjVC1hBWwF .modalWindow .modalWindow-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cid-rjVC1hBWwF .modalWindow .modalWindow-container .modalWindow-video-container {
    display: inline-block;
    width: 100%;
}

.cid-rjVC1hBWwF .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
    margin: auto;
}

.cid-rjVC1hBWwF a.close {
    position: absolute;
    right: 4vw;
    top: 4vh;
    color: #ffffff;
    z-index: 5000000;
    font-size: 37px;
    background: #000;
    padding: 20px;
    border-radius: 50%;
}

.cid-rjVC1hBWwF a.close:hover {
    color: #ffffff;
}

@media (max-width: 500px) {
    .cid-rjVC1hBWwF .modalWindow-video {
        width: 80%;
        height: 200px;
        position: relative;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .cid-rjVC1hBWwF .modalWindow-video {
        width: 90%;
        height: 340px;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .cid-rjVC1hBWwF .modalWindow-video {
        width: 700px;
        height: 395px;
        position: relative;
    }
}

@media (min-width: 850px) and (max-width: 1300px) {
    .cid-rjVC1hBWwF .modalWindow-video {
        width: 800px;
        height: 452px;
        position: relative;
    }
}

@media (min-width: 1300px) {
    .cid-rjVC1hBWwF .modalWindow-video {
        width: 1200px;
        height: 675px;
        position: relative;
    }
}

.cid-rjVC1hBWwF .mbr-section-subtitle {
    color: #465052;
}

.cid-rkGCN5ipGW {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ececf3;
}

.cid-rkGCN5ipGW .mbr-section-subtitle {
    color: #767676;
}

.cid-rkGCN5ipGW .container-table {
    margin: 0 auto;
}

.cid-rkGCN5ipGW .scroll {
    overflow-x: auto;
    padding: 0;
}

.cid-rkGCN5ipGW .dataTables_wrapper {
    display: block;
}

.cid-rkGCN5ipGW .dataTables_wrapper .search {
    margin-bottom: .5rem;
}

.cid-rkGCN5ipGW .dataTables_wrapper .table {
    overflow-x: auto;
}

.cid-rkGCN5ipGW table {
    width: 100% !important;
    margin-top: 6px;
    border: 1px solid #b2ccd2;
    margin-bottom: 0;
}

.cid-rkGCN5ipGW table th {
    border-top: none;
    transition: all .2s;
    border-bottom: none;
}

.cid-rkGCN5ipGW table th:hover {
    background: pink;
    color: #fff;
}

.cid-rkGCN5ipGW table td {
    border: 1px solid #b2ccd2;
}

.cid-rkGCN5ipGW table.table {
    background: #ffffff;
}

.cid-rkGCN5ipGW .dataTables_filter {
    text-align: right;
    margin-bottom: .5rem;
}

.cid-rkGCN5ipGW .dataTables_filter label {
    display: inline;
    white-space: normal !important;
}

.cid-rkGCN5ipGW .dataTables_filter input {
    display: inline;
    width: auto;
    margin-left: .5rem;
    border-radius: 100px;
    padding-left: 1rem;
}

.cid-rkGCN5ipGW .dataTables_info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    white-space: normal !important;
}

@media (max-width: 992px) {
    .cid-rkGCN5ipGW .dataTables_filter {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .cid-rkGCN5ipGW .dataTables_filter {
        text-align: center;
    }

    .cid-rkGCN5ipGW .dataTables_filter input {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.cid-rkGCN5ipGW .body-item {
    text-align: left;
}

.cid-rkGCN5ipGW .set-1 {
    background-color: #ececf3;
}

.cid-rkGCN5ipGW .set-2 {
    background-color: #feffff;
}

.cid-rkGCN5ipGW input {
    min-height: 2.5rem;
}

.cid-rkGCN5ipGW select {
    min-height: 2.5rem;
}

.cid-rkGCN5ipGW .icn-use {
    background-color: #596c95 !important;
}

.cid-rkGCN5ipGW .icn-use {
    background-color: #596c95 !important;
}

.cid-rkGCN5ipGW .icn-use div {
    padding: .2rem 0;
}

.cid-rkGCN5ipGW .custom-file-label:after {
    position: absolute;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    line-height: 1.5;
    color: #596c95;
    content: "Ajouter";
    background-color: #f9feff;
    border-radius: 0 .25rem .25rem 0;
}

/*fix for table tabs links*/
.table-head-link a {
    font-weight: 600;
    font-size: 1rem;
    color: #232323;
}

.table-head-link a:hover,
.table-head-link a:active {
    color: #fff;
}

.modal-content .table-head-link a:hover,
.modal-content .table-head-link a:active {
    color: #596c95;
    text-decoration: none;
}

.cid-semaine {
    padding-bottom: 30px;
    background-color: #ececf3;
}

.cid-semaine .mbr-section-subtitle {
    color: #767676;
}

.cid-semaine .container-table {
    margin: 0 auto;
}

.cid-semaine .scroll {
    overflow-x: auto;
}

.cid-semaine .dataTables_wrapper {
    display: block;
}

.cid-semaine .dataTables_wrapper .search {
    margin-bottom: .5rem;
}

.cid-semaine .dataTables_wrapper .table {
    overflow-x: auto;
}

.cid-semaine table {
    width: 100% !important;
    margin-top: 6px;
    border: 1px solid #b2ccd2;
    margin-bottom: 0;
}

.cid-semaine table th {
    border-top: none;
    transition: all .2s;
    border-bottom: none;
    width: 80px;
}

.cid-semaine table th:hover {
    background: pink;
    color: #000000;
}

.cid-semaine table td {
    border: 1px solid #d4d9e4;
    height: 80px;
    width: 80px;
    font-size: .7rem;
    vertical-align: top;
    padding: 0;
}

.cid-semaine table.table {
    background: #feffff;
}

.cid-semaine .dataTables_filter {
    text-align: right;
    margin-bottom: .5rem;
}

.cid-semaine .dataTables_filter label {
    display: inline;
    white-space: normal !important;
}

.cid-semaine .dataTables_filter input {
    display: inline;
    width: auto;
    margin-left: .5rem;
    border-radius: 100px;
    padding-left: 1rem;
}

.cid-semaine .dataTables_info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    white-space: normal !important;
}

@media (max-width: 992px) {
    .cid-semaine .dataTables_filter {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .cid-semaine .dataTables_filter {
        text-align: center;
    }

    .cid-semaine .dataTables_filter input {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*.cid-mois {*/
/*    padding-bottom: 30px;*/
/*    background-color: #ececf3;*/
/*}*/

/*.cid-mois .mbr-section-subtitle {*/
/*    color: #767676;*/
/*}*/

/*.cid-mois .container-table {*/
/*    margin: 0 auto;*/
/*}*/

/*.cid-mois .scroll {*/
/*    overflow-x: auto;*/
/*    padding: 0;*/
/*}*/

/*.cid-mois .dataTables_wrapper {*/
/*    display: block;*/
/*}*/

/*.cid-mois .dataTables_wrapper .search {*/
/*    margin-bottom: .5rem;*/
/*}*/

/*.cid-mois .dataTables_wrapper .table {*/
/*    overflow-x: auto;*/
/*}*/

/*.cid-mois table {*/
/*    width: 100% !important;*/
/*    margin-top: 6px;*/
/*    border: 1px solid #b2ccd2;*/
/*    margin-bottom: 0;*/
/*}*/

/*.cid-mois table th {*/
/*    border-top: none;*/
/*    transition: all .2s;*/
/*    border-bottom: none;*/
/*}*/

/*.cid-mois table th:hover {*/
/*    background: #b2ccd2;*/
/*    color: #000000;*/
/*}*/

/*.cid-mois table td {*/
/*    border: 1px solid #d4d9e4;*/
/*    height: 160px;*/
/*    width: 80px;*/
/*    padding: 0.6rem 0.2rem;*/
/*}*/

/*.cid-mois table.table {*/
/*    background: #feffff;*/
/*}*/

/*.cid-mois .dataTables_filter {*/
/*    text-align: right;*/
/*    margin-bottom: .5rem;*/
/*}*/

/*.cid-mois .dataTables_filter label {*/
/*    display: inline;*/
/*    white-space: normal !important;*/
/*}*/

/*.cid-mois .dataTables_filter input {*/
/*    display: inline;*/
/*    width: auto;*/
/*    margin-left: .5rem;*/
/*    border-radius: 100px;*/
/*    padding-left: 1rem;*/
/*}*/

/*.cid-mois table td {*/
/*    vertical-align: top;*/
/*}*/

/*.cid-mois .pacient-date p {*/
/*    font-size: .8rem;*/
/*}*/

/*.cid-mois .dataTables_info {*/
/*    padding-bottom: 1rem;*/
/*    padding-top: 1rem;*/
/*    white-space: normal !important;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .cid-mois .dataTables_filter {*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*@media (max-width: 350px) {*/
/*    .cid-mois .dataTables_filter {*/
/*        text-align: center;*/
/*    }*/

/*    .cid-mois .dataTables_filter input {*/
/*        width: 100% !important;*/
/*        margin-left: 0 !important;*/
/*    }*/
/*}*/

/*.cid-mois .full {*/
/*    left: inherit !important;*/
/*}*/

.cid-jour {
    padding-bottom: 30px;
    background-color: #ececf3;
}

.cid-jour .mbr-section-subtitle {
    color: #767676;
}

.cid-jour .container-table {
    margin: 0 auto;
}

.cid-jour .scroll {
    overflow-x: auto;
    padding: 0;
}

.cid-jour .dataTables_wrapper {
    display: block;
}

.cid-jour .dataTables_wrapper .search {
    margin-bottom: .5rem;
}

.cid-jour .dataTables_wrapper .table {
    overflow-x: auto;
}

.cid-jour table {
    width: 100% !important;
    margin-top: 6px;
    border: 1px solid #b2ccd2;
    margin-bottom: 0;
}

.cid-jour table th {
    border-top: none;
    transition: all .2s;
    border-bottom: none;
}

.cid-jour table th:hover {
    background: #b2ccd2;
    color: #000000;
}

.cid-jour table td {
    border: 1px solid #d4d9e4;
    height: 80px;
    width: 80px;
    padding: 0 0.2rem;
}

.cid-jour table.table {
    background: #feffff;
}

.cid-jour .dataTables_filter {
    text-align: right;
    margin-bottom: .5rem;
}

.cid-jour .dataTables_filter label {
    display: inline;
    white-space: normal !important;
}

.cid-jour .dataTables_filter input {
    display: inline;
    width: auto;
    margin-left: .5rem;
    border-radius: 100px;
    padding-left: 1rem;
}

.cid-jour table td {
    vertical-align: top;
}

.cid-jour .pacient-date p {
    font-size: .8rem;
}

.cid-jour .dataTables_info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    white-space: normal !important;
}

.cid-jour .row {
    margin: 0 -5px;
}

.cid-jour .pacient-date p {
    margin: 0 .3rem;
}

@media (max-width: 992px) {
    .cid-jour .dataTables_filter {
        text-align: center;
    }
}

@media (max-width: 350px) {
    .cid-jour .dataTables_filter {
        text-align: center;
    }

    .cid-jour .dataTables_filter input {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.cid-jour .full {
    left: 5px !important;
}

.cid-jour .nav {
    height: 0;
}

@media (max-width: 970px) {
    .cid-jour .nav {
        height: 30px;
    }

}

.cid-jour .link-x2 {
    border: 1px solid #fff !important;
}

@media (min-width: 970px) {
    .cid-jour .link-x2 {
        height: 20px;
    }
}

.set-2 span {
    font-weight: 400;
}

.up {
    text-transform: uppercase;
}

.cap {
    text-transform: capitalize;
}

.get-left {
    float: left;
}

.get-right {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.head-block {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .poof {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .woof {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .head-line .tr {
        text-align: center;
    }
}

.cid-rjtq2O7ZXt .btn-md {
    min-width: 100%;
    padding: 1rem 3rem;
}

.mdl-form {
    padding-top: 1.5rem;
    text-align: center;
}

.mdl-form a {
    margin: 0 !important;
    border-width: 0;
}

.mdl-form-b {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
}

@media (max-width: 768px) {
    .mdl-form-b {
        border-top: 6px solid #fff;
        border-bottom: 6px solid #fff;
        border-right: none;
        border-left: none;
    }
}

.br-b {
    padding-bottom: 1rem;
    border-bottom: 2px solid #fff;
}

.alrt-p {
    padding-top: 0.8rem;
}

.alrt-p span {
    font-weight: bold;
    color: #596c95;
    font-size: 2rem;
}

.alrt-i span {
    font-weight: 400;
    color: #596c95;
    font-size: 1.3rem;
}

.alrt-i .info-icon {
    /*font-weight: bold;*/
    color: #596c95;
    font-size: 2.3rem;
}

.alrt-i ul {
    list-style-type: none;
}

.alrt-i .txt li {
    line-height: 1.9;
}

@media (max-width: 768px) {
    .alrt-i .txt li {
        line-height: 2;
        font-size: 0.84rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .alrt-i .txt ul {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .alrt-i .icn ul {
        padding-left: 20px !important;
    }
}

.icon-card {
    background-color: #596c95;
    border-radius: 50px;
    width: 4.6rem;
    height: 4.6rem;
}

/*.foot-a a {*/
/*    max-width: auto;*/
/*}*/

.cid-rk1y0z3UUx .process-icon,
.cid-rk1y0z3UUx .process-icon-without-before {
    width: 100%;
    padding-bottom: 2rem;
}

.cid-rk1y0z3UUx .wrapper,
.cid-rk1y0z3UUx .wrapper-without-before {
    position: relative;
    margin-bottom: 2rem;
}

.cid-rk1y0z3UUx .wrapper::before {
    content: '\e966';
    font-family: MobiriseIcons !important;
    position: absolute;
    font-size: 30px;
    left: -15px;
    top: 30%;
    color: #444444;
    opacity: .4;
}

.cid-rk1y0z3UUx .icon-container {
    display: inline-flex;
    position: relative;
}

.cid-rk1y0z3UUx .icon-container a {
    display: inherit;
}

.cid-rk1y0z3UUx .icon-number {
    text-align: center;
    height: 2.5em;
    width: 2.5em;
    margin: 0;
    line-height: 2.5em;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    background-color: #3e97d1 !important;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50%;
    color: #ffffff;
    z-index: 1;
}

.cid-rk1y0z3UUx .icon-main {
    margin: 1rem 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
}


.cid-rk1y0z3UUx .icon-wrapper {
    font-size: 2.4rem;
    color: #ffffff;
    padding: 3.2rem 0rem;
    border-radius: 50%;
    background-color: #b95583;
    width: 10rem;
}

.cid-rk1y0z3UUx .main-wrapper {
    padding: 3rem 0 0 0;
}

@media (max-width: 767px) {
    .cid-rk1y0z3UUx .wrapper::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .cid-rk1y0z3UUx .third-elem .wrapper:before {
        display: none;
    }
}

.cid-rk1y0z3UUx .mbr-section-title {
    margin: 0;
}

.cid-rk1y0z3UUx .mbr-section-subtitle {
    text-align: center;
}

.cid-rk1y0z3UUx .btn {
    margin: .4rem .1rem;
}

.cid-rk1y0z3UUx .nav-item a {
    font-size: 16px;
}

@media (max-height: 850px) {
    .cid-rk1y0z3UUx .nav-item a {
        font-size: 14px;
    }
}

.cid-rlUCFqRc1m {
    padding-bottom: 60px;
}

.cid-rlUCFqRc1m .mbr-section-text {
    color: #767676;
}

.cid-rlUCFqRc1m .mbr-section-subtitle {
    color: #767676;
}

.cid-rlUCFqRc1m .tabcont {
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rlUCFqRc1m .mbr-iconfont {
    font-size: 1.7rem;
}

.cid-rlUCFqRc1m .card-img {
    margin-bottom: 1.5rem;
}

.cid-rlUCFqRc1m .tab-content-row {
    -webkit-justify-content: center;
    justify-content: center;
}

.cid-rlUCFqRc1m .tab-content {
    margin-top: 3rem;
    width: 100%;
}

.cid-rlUCFqRc1m .nav-tabs {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
}

.cid-rlUCFqRc1m .nav-tabs .nav-link {
    box-sizing: border-box;
    color: #767676;
    font-style: normal;
    font-weight: 500;
    border-radius: 3px;
    padding: 1rem 3rem;
    margin: 0.4rem .8rem !important;
    transition: color .3s;
    border: 2px solid #767676;
}

.cid-rlUCFqRc1m .nav-tabs .nav-link:hover {
    background: #149dcc;
}

.week li {
    height: 1.8rem;
}

.cid-rlUCFqRc1m .nav-tabs .nav-link.active {
    color: #ffffff;
    font-style: normal;
    border: 2px solid #149dcc;
    background: #149dcc;
}

.cid-rlUCFqRc1m .nav-tabs .nav-link.active:hover {
    border: 2px solid #149dcc;
}

/*.cid-rmtwvdIYeN {*/
/*padding-top: 60px;*/
/*padding-bottom: 0px;*/
/*background-color: #c1c1c1;*/
/*}*/
.cid-rmtwvdIYeN .nav-tabs {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
}

.cid-rmtwvdIYeN .nav-tabs .nav-link {
    box-sizing: border-box;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    border-radius: 3px;
    border: 1px solid #ffffff;
    padding: 1rem 3rem;
    margin: 0.4rem .8rem !important;
    transition: all .5s;
}

.cid-rmtwvdIYeN .nav-tabs .nav-link:hover {
    background-color: #ffffff;
}

.cid-rmtwvdIYeN .nav-tabs .nav-link.active {
    font-weight: 500;
    color: #000000;
    font-style: normal;
    border: none;
    background: #ffffff;
}

.cid-rmtwvdIYeN .nav-tabs .nav-link.active:hover {
    border: none;
}

.cid-rmtwvdIYeN p {
    color: #232323;
}

.cid-rmtwvdIYeN .mbr-text {
    text-align: center;
}

.head-line {
    padding-right: 1rem;
    padding-top: 2rem;
    background-color: #ececf3;
    border-bottom-right-radius: 186px;
    border-top-right-radius: 186px;
    border-right: solid 6px #fff;
    border-bottom: solid 6px #fff;
    border-top: solid 6px #fff;
    min-height: 128px;
}

@media (max-width: 767px) {
    .head-line {
        padding-right: 0rem;
        /* padding-top: 2rem; */
        background-color: #ececf3;
        border-bottom-right-radius: 80px;
        border-top-right-radius: 80px;
        border-right: solid 6px #fff;
        border-bottom: solid 6px #fff;
        border-top: solid 6px #fff;
    }
}

.nav-contact {
    display: block;
    top: 1.1rem;
    right: 4rem;
    position: fixed;
}

.nav-contact span {
    font-size: 2rem;
    color: #3aad8a;
}

.login-modal .modal-content {
    background-color: #3aad8a;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: 70%;*/
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

.login-modal .login-form .modal-content {
    background-color: #596c95;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: 70%;*/
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    color: #3aad8a;
}

@media (max-width: 767px) {
    .login-modal .login-form .modal-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
        pointer-events: auto;
        background-clip: padding-box;
        outline: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-left: 6px solid #fff;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff;
    }
}

@media (max-width: 767px) {
    .login-modal .modal-content {
        background-color: #3aad8a;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 70%;
        pointer-events: auto;
        background-clip: padding-box;
        outline: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-left: 6px solid #fff;
        border-right: 6px solid #fff;
        border-bottom: 6px solid #fff;
    }
}

@media (max-width: 767px) {
    .login-modal .modal-content {
        width: 100%;
    }
}

.login-modal ul {
    list-style-type: none;
    text-align: center;
    margin: 1rem 0;
    padding-left: 0;
}

.login-modal button {
    margin: 0 auto;
}

.login-head .cls-btn span {
    color: #fff;
    font-size: 1.6rem;
    padding: 0;
    position: fixed;
}

.login-head span {
    text-align: center;
    color: #fff;
    font-size: 6rem;
    /*padding: 0 1rem 0 0.5rem;*/
}

.login-modal a {
    text-align: left;
    color: #fff;
    font-size: 1rem;
}

.login-modal p {
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    /* padding-top: 0.7rem; */
    margin-bottom: 0;
}

.login-modal .modal-title {
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.login-modal .modal-body {
    padding: 0;
}

.get-border {
    border-top: 6px solid #fff;
    margin-bottom: 1rem;
}

.get-p-border {
    border-top: 2px solid pink;
    margin: 0.5rem auto;
}

.get-t-border {
    border-left: 2px solid pink;
    margin: 0rem 0.5rem;
}

.login-modal .modal-dialog {
    max-width: 500px;
    margin: 0 1rem 1.75rem 1rem;
    float: right;
}

@media (max-width: 767px) {
    .login-modal .modal-dialog {
        max-width: 500px;
        margin: 0 1rem 1.75rem 1rem;
        float: none;
    }
}

.login-modal .get-border {
    border-top: 6px solid #fff;
    margin-bottom: 0rem;
}

.login-head img {
    border-radius: 80%;
    border: 6px solid #fff;
    width: 100%;
}

.btn-cls .btn span {
    font-size: 1.5rem;
    color: #fff;
}

.wthtxt-icon span {
    margin: 0 !important;
}

.wtxt-icon span:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    text-shadow: #1bd1d8 1px 1px 2px;
}

.btn-icon-outline span,
.btn-icon-outline:active span {
    background: none;
    color: #596c95 !important;
    margin: 0 !important;
}

.btn-icon-outline.active span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-icon-outline:hover span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    text-shadow: #1bd1d8 1px 1px 2px;
}

.btn-icon-outline:focus span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    text-shadow: #1bd1d8 1px 1px 2px;
}

.btn-icon-outline.disabled span,
.btn-icon-outline:disabled span {
    color: #ffffff !important;
}

/*icon style*/
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon-elements {
    min-width: 120px;
    width: auto;
}

.icon-elements a {
    padding: 0 .3rem .3rem .3rem;
}

.icon-elements span:hover {
    text-shadow: pink 0px 0px 2px;
}

.icon-elements .mbr-iconfont {
    font-size: 1.3rem;
    color: #e3e4e6;
    font-weight: 300;
    margin-top: .4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*icon style end*/

.nav-btn {
    font-size: 2.3rem !important;
    padding: 0 .3rem;
}

.table-dropdown {
    position: absolute;
    top: 100%;
    left: -15rem;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #596c95;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.table-dropdown .table-dropdown:hover, .dropdown-item:focus {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: none;
}

.table-dropdown span {
    padding-right: .8rem;
}

.head-line-r select {
    min-height: 3rem;
}

.head-line-r {
    padding-right: 1rem;
    padding-top: 2rem;
    background-color: #ececf3;
    border-bottom-left-radius: 186px;
    border-top-left-radius: 186px;
    border-left: solid 6px #fff;
    border-bottom: solid 6px #fff;
    border-top: solid 6px #fff;
}

@media (max-width: 767px) {
    .head-line-r {
        padding-right: 0rem;
        /* padding-top: 2rem; */
        background-color: #ececf3;
        border-bottom-left-radius: 80px;
        border-top-left-radius: 80px;
        border-left: solid 6px #fff;
        border-bottom: solid 6px #fff;
        border-top: solid 6px #fff;
    }
}

.info-head {
    padding-top: 6rem;
}

@media (max-width: 767px) {
    .info-head {
        text-align: center;
    }
}

.info-head-canditats {
    padding-top: 3rem !important;
}


.info-head .head-line {
    padding-right: 1rem;
    padding-top: 1rem;
    background-color: #ececf3;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 0;
    border-right: solid 6px #fff;
    border-bottom: solid 6px #fff;
    /*border-top: none;*/
    min-height: auto;
}


@media (max-width: 767px) {
    .info-head .head-line {
        padding-right: 0rem;
        /* padding-top: 2rem; */
        background-color: #ececf3;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: none;
        border-bottom: none;
        border-top: none;
    }
}

.info-head .head-line-r {
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ececf3;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 0;
    border-left: solid 6px #fff;
    border-bottom: solid 6px #fff;
    /*border-top: none;*/
}

@media (max-width: 767px) {
    .info-head .head-line-r {
        /*padding-right: 0rem;*/
        /* padding-top: 2rem; */
        background-color: #ececf3;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: none;
        border-bottom: none;
        border-top: none;
    }
}

.tabs-link {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tabs-link svg {
    margin: 5px 3px !important;
}

.tabs-link a {
    color: #596c95;
    padding: 0.1rem;
    margin: 0.1rem;
    height: 40px !important;
    width: 30px !important;
}

.tabs-link a:hover {
    color: #fff;
}


.check-box .pd-checkbox input {
    opacity: 0;
    position: absolute;
}

/* position the label */
.check-box .pd-checkbox input, .pd-checkbox label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.check-box .pd-checkbox label {
    position: relative;
}

/* style the unchecked checkbox */
.check-box .pd-checkbox input + label:before {
    content: '';
    background: #fff;
    border: 2px solid pink;
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 1.65rem;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 22px;
    border-radius: 15px;
}

/*disabled*/
.disable .pd-checkbox input + label:before {
    background: #e9ecef;
    border: 2px solid #ffffff;
}

.disable .pd-checkbox label {
    color: #bebebe;
}

.disable .pd-checkbox span {
    color: #bebebe;
}


/* style the checked checkbox */
.check-box .pd-checkbox input:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #3aad8a;
    color: #fff;
    border-color: #3aad8a;
}

.patient-change-block1 .check-box p {
    margin-bottom: .1rem;
}

.change-candidats-modal {
    text-align: left;
}

.change-candidats-modal p {
    margin-bottom: .4rem;
}

.change-candidats-modal .modal-body {
    padding: 0 1rem;
}

.change-candidats-modal .modal-footer {
    padding: 0 1rem;
}

.change-candidats-modal ul {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 15px;
}

.change-candidats-modal span {
    font-weight: 600;
}

.change-candidats-modal .mbr-iconfont {
    font-weight: 400;
    font-size: 1.6rem;
    color: #596c95;
    float: right;
    padding: .5rem 0;
}

.delete-candidat-modal .mbr-iconfont {
    font-weight: 400;
    font-size: 1.6rem;
    color: #596c95;
    float: none;
    text-align: center;
    vertical-align: middle;
    font-size: 3.1rem;
}

.change-candidats-modal .info-border {
    border-bottom: 2px dotted pink;
    margin-bottom: .8rem;
    vertical-align: middle;
}

.accept-candidate {
    padding: 0;
    margin: 0;
}

.accept-candidate a {
    margin: 0rem;
    padding: .8rem 1.3rem;
}

.accept-candidate a:hover {
    color: #596c95 !important;
    background-color: pink;
    border-color: #596c95;
}

.accept-candidate a:active {
    color: #596c95;
    background-color: #fff;
    border-color: #b95583;
}

.accept-candidate a:focus {
    box-shadow: 0 0 0 .2rem pink;
}

.accept-candidate a {
    color: #596c95;
}

.table-choice {
    margin: 0 !important;
    padding: 0 !important;
}

/* .modal-additional-apps {
  box-sizing: content-box;
} */
.modal-additional-apps .additional-block {
    margin: .6rem .6rem;
    border-radius: 3px;
    border: 2px solid pink;
    padding: .6rem .6rem;
    cursor: pointer;
    min-width: 14rem;
    color: #596c95;
    line-height: 1rem;
}

.modal-additional-apps .additional-block:hover {
    border-radius: 3px;
    background-color: #fff;
    color: #596c95;
    font-weight: inherit;
}

.modal-additional-apps-icon {
    border-right: 2px solid pink;
}

.change-candidats-modal .modal-additional-apps p {
    font-size: 1rem;
}

.change-candidats-modal .modal-additional-apps-icon p {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}

.change-candidats-modal .modal-additional-apps-icon span {
    font-size: 2.6rem;
    font-weight: 100;
    float: none;
    line-height: 3rem;
}

.display-additional {
    font-size: 1.25rem !important;
    font-weight: 600;
}

.modal-body .cid-rkGCN5ipGW {
    padding-top: 0;
    padding-bottom: 1rem;
}

.modal-scroll {
    height: 376px;
    overflow-y: scroll;
}

.btn-sml a {
    margin: .6rem .1rem;
}

.select-sm {
    padding: 0.25rem 0.15rem !important;
}

.patient-change-block-0 {
    padding-top: 6rem;
    padding-bottom: 1rem;
}

.patient-change-block1 {
    padding: 0 1rem;
}

.patient-change-block-2 {
    padding-top: 7rem;
    padding-bottom: 2rem;
}

.patient-change-block-2 .head-line {
    padding: 1rem 1rem 1rem 2rem;
}

.alert-mess {
    padding: 1.5rem 0;
}

.check-box .input-group-text {
    padding: 0 0 0 .59rem;
}

.cstm-wdth-menu-0 {
    width: 8% !important;
}

.cstm-wdth-menu-1 {
    width: 40%;
}

.cstm-wdth-menu-2 {
    width: 38%;
}

.cstm-wdth-menu-3 {
    width: 4% !important;
}

@media (max-width: 796px) {
    .cstm-wdth-menu-3 {
        width: 15% !important;
    }
}

.cstm-wdth-menu-6 {
    width: 6% !important;
}

.cstm-wdth-menu-50 {
    width: 50%;
}

.cstm-wdth-menu-30 {
    width: 30%;
}

.cstm-wdth-menu-25 {
    width: 25%;
}

.cstm-wdth-menu-20 {
    width: 20%;
}

.cstm-wdth-menu-18 {
    width: 18%;
}

.cstm-wdth-menu-15 {
    width: 15%;
}

.cstm-wdth-menu-10 {
    width: 10%;
}

.g-point {
    cursor: pointer;
}

.btn-esm {
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: .1rem .1rem;
    border-radius: 3px;
}

.btn-cls .custom-file-label::after {
    position: absolute;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.35rem;
    padding: 1rem .75rem;
    line-height: 1.5;
    color: #596c95;
    content: "Add CR";
    background-color: #f9feff;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.btn-cls .custom-file-input:focus ~ .custom-file-label {
    color: #495057;
    background-color: #fff;
    border-color: #e8e8e8;
    outline: 0;
    box-shadow: 0 0 0 .2rem pink;
}

.btn-cls .custom-file-label {
    background-color: #f9feff;
    box-shadow: none;
    color: #565656;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
}

.btn-cls .custom-file-label span {
    font-size: 1.7rem;
    color: #596c95;
}

.warning-text span {
    color: #b95583;
    font-weight: 400;
}

.psy-info-icon {
    display: inline-flex;
}

.psy-info-icon div {
    border-radius: 100px;
    border: 6px solid #596c95;
    margin: 1.5rem;
    padding: 2rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.psy-info-icon span {
    font-size: 5rem;
    color: #596c95;
}

.info-border {
    border-bottom: 2px dotted pink;
    margin: .32rem 0;
}

.info-border-w {
    border-bottom: 2px dotted #fff;
    margin: .32rem 0;
}

.cid-rlUCFqRc1m .info-border {
    border-bottom: 2px dotted pink;
    margin: .32rem 0;
}

.week li {
    height: 1.8rem;
}

.tab-5-tabl .mbr-iconfont {
    font-size: 1.2rem;
}

.tab-5-tabl .mbr-iconfont:hover {
    color: #fff;
    text-shadow: 0px 0px 2px #ff0000;
}

.tab-5-tabl .mbr-iconfont:active {
    color: #fff;
    text-shadow: 0px 0px 2px #ff0000;
}

.textarea-center-modal .modal-body {
    padding: .5rem;
}

.set-1 a {
    color: #444444;
}

.set-1 a:hover,
.set-1 a:focus,
.set-1 a:active {
    text-shadow: 0px 0px 5px pink;
}

.set-2 a {
    color: #444444;
}

.set-2 a:hover,
.set-2 a:focus,
.set-2 a:active {
    text-shadow: 0px 0px 5px pink;
}

.speech-bubble {
    position: relative;
    background: #f9feff;
    border-radius: .4em;
    -webkit-box-shadow: 11px 0px 20px #c2c2c2;
    -moz-box-shadow: 11px 0px 20px #c2c2c2;
    box-shadow: 11px 0px 20px #c2c2c2;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #f9feff;
    border-right: 0;
    border-top: 0;
    margin-top: -10px;
    margin-right: -20px;
}

.sms-bubble img {
    width: 60%;
}

.coment-text {
    line-height: 20px;
    font-weight: 400;
}

.psy-holiday select {
    min-height: 200px;
}

.date-chen {
    margin: 0 .8rem;
}

.date-chen button {
    margin: .4rem 0;
}

.table-scroll {
    height: 647px;
    overflow-y: scroll;
}

.table-scroll-menu {
    overflow-y: scroll;
}

.pacient-date {
    line-height: 1rem;
    background-color: #bbbbbb;
    padding: 0.1rem 0.3rem;
    border: 1px solid #fff;
    text-align: left;
    cursor: pointer;
}

.pacient-date-success {
    background-color: #bee4bf !important;
}

.pacient-date-alert {
    background-color: #feceda !important;
}

.pacient-date-warning {
    background-color: #fcfacd !important;
}

.pacient-date-none {
    background-color: #bbbbbb !important;
}

.pacient-date-aac {
    background-color: #9fddcf !important;
}

.pacient-date-resatest {
    background-color: #d0ac80 !important;
}

.pacient-date-psychotestspermis {
    background-color: #ecda6f !important;
}

.pacient-date p {
    padding: 0;
    margin: 0;
    line-height: 0.8rem;
    font-weight: 400;
}

.sm-cell p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.candidate-table .row {
    margin: 0;
}

.nav {
    height: 100%;
}

.nav:hover .link-x3 {
    width: 10%;
}

.nav .link-x3 {
    position: relative;
    width: 33%;
    border: 2px solid #fff;
    transition: .3s width;
    overflow: hidden;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
}

.nav .link-x3:last-child {
    border-right: 0;
}

.nav .link-x3:hover {
    width: 80%;
}

.nav .link-x3 .small {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 0.3rem;
    font-size: inherit;
}

.nav .link-x3 .full {
    position: relative;
    left: 36px;
}

.nav .link-x3 .full .f1, .nav .link-x3 .full .f2 {
    font-size: inherit;
    white-space: nowrap;
}

.nav .link-x3 .full .f2 {
    font-size: inherit;
}

.nav .link-x3 .prev {
    position: absolute;
    top: 0;
    left: 7px;
    transition: .5s opacity;
    opacity: 0;
}

.nav .link-x3:hover .prev {
    opacity: 0;
}

.nav:hover .link-x2 {
    width: 10%;
}

.nav .link-x2 {
    position: relative;
    width: 50%;
    border: 1px solid #fff;
    transition: .3s width;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    overflow: hidden;
}

.nav .link-x2:last-child {
    border-right: 0;
}

.nav .link-x2:hover {
    width: 90%;
}

.nav .link-x2 .small {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 0.3rem;
    font-size: inherit;
}

.nav .link-x2 .full {
    position: absolute;
    left: 48px;
}

.nav .link-x2 .full .f1, .nav .link-x2 .full .f2 {
    font-size: inherit;
    white-space: nowrap;
}

.nav .link-x2 .full .f2 {
    font-size: inherit;
}

.nav .link-x2 .prev {
    position: absolute;
    top: 0;
    left: 7px;
    transition: .5s opacity;
    opacity: 0;
}

.nav .link-x2:hover .prev {
    opacity: 0;
}

.nav:hover .link-1 {
    width: 10%;
}

.nav:hover .link-x {
    width: 10%;
}

.nav .link-x {
    position: relative;
    width: 100%;
    border: 2px solid #fff;
    transition: .3s width;
    overflow: hidden;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
}

.nav .link-x:last-child {
    border-right: 0;
}

.nav .link-x:hover {
    width: 100% !important;
    z-index: 500;
    box-shadow: 0px 0px 10px #ffffff;
}

.nav .link-x .small {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 0.3rem;
    font-size: inherit;
    padding: 0.2rem 0rem;
}

.nav .link-x .full {
    position: absolute;
    left: 36px;
}

.nav .link-x .full .f1, .nav .link-x .full .f2 {
    font-size: inherit;
    white-space: nowrap;
}

.nav .link-x .full .f2 {
    font-size: inherit;
}

.nav .link-x .prev {
    position: absolute;
    top: 0;
    left: 7px;
    transition: .5s opacity;
    opacity: 0;
}

.nav .link-x:hover .prev {
    opacity: 0;
}

.nav:hover .prev {
    opacity: 1;
}

/*test*/
.nav .link-x1 {
    position: relative;
    width: 100%;
    border: 1px solid #eeecf3;
    transition: .3s width;
    overflow: hidden;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
}

.nav .link-x1:last-child {
    border-right: 0;
}

.nav .link-x1:hover {
    width: 100%;
}

.nav .link-x1 .small {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 0.3rem;
    font-size: inherit;
}

.nav .link-x1 .full {
    position: absolute;
    left: 48px;
}

.nav .link-x1 .full .f1, .nav .link-x1 .full .f2 {
    font-size: inherit;
    white-space: nowrap;
}

.nav .link-x1 .full .f2 {
    font-size: inherit;
}

.nav .link-x1 .prev {
    position: absolute;
    top: 0;
    left: 7px;
    transition: .5s opacity;
    opacity: 0;
}

.nav .link-x1:hover .prev {
    opacity: 0;
}


.time-line {
    background-color: pink;
    width: 100%;
    height: 2px;
    z-index: 2;
    top: 50%;
    left: 0%;
    position: relative;
}

.nav-tab-btn {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    background-color: #ececf3;
}

.nav-tab-btn,
.nav-tab-btn:active {
    background-color: #ececf3 !important;
    border-color: #ffffff !important;
    color: #232323 !important;
}

.nav-tab-btn:hover,
.nav-tab-btn:focus,
.nav-tab-btn.focus,
.nav-tab-btn.active {
    color: #232323 !important;
    background-color: #ffffff !important;
    border-color: pink !important;
}

.table-navbar ul {
    padding: 0 0.5385em 0 0.5385em !important;
    box-sizing: content-box;
}

.table-navbar li {
    margin: 0.5rem 0rem;
    float: left;
}

.table-navbar .nav {
    height: 3.3rem;
}


.candidat-hl-tab {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #d8e5f5;
    vertical-align: center;
    padding: 0.8rem;
}

/*radio*/

.inputGroup {
    background-color: #596c95;
    display: block;
    margin: 10px 0;
    position: relative;
    border-radius: 3px;
    padding: 0;
}

.inputGroup:focus {
    box-shadow: 0 0 0 .2rem pink;
}

.inputGroup:hover {
    color: #fff !important;
    background-color: #596c95;
    border-color: #596c95;
}

.inputGroup:active,
.inputGroup:focus,
.inputGroup:hover {
    background-color: #3c4965;
    box-shadow: 1px 1px 15px pink;
    transition: all 0.3s ease-in-out;
    border-color: #3c4965;

}

.test-radio label {
    padding: .6rem .5rem;
    width: 100%;
    display: block;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.test-radio label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.test-radio label :after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.test-radio input:checked ~ label {
    color: pink;
    background-color: #374a6c;
    height: 100%;
}

.test-radio input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.test-radio-1 {
    background-color: inherit;
    padding: 1rem;
    box-sizing: border-box;
}

.btn-nav-menu a {
    width: 50px;
    float: right;
    transition: width 1s, transform 1s;
    -webkit-transition: width 1s, -webkit-transform 1s;
}

.btn-1:hover {
    width: 22% !important;
}

.btn-2:hover {
    width: 16% !important;
}

.btn-3:hover {
    width: 35% !important;
}

.btn-4:hover {
    width: 23% !important;
}

.btn-nav-menu:hover p {
    display: block;
}

.btn-nav-menu p {
    vertical-align: middle;
    margin: 0;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hole-cell {
    border: 2px solid pink;
    border-radius: .25rem;
    background-color: #fff;
    margin: 0.5rem auto;
    font-weight: 400;
    font-size: 14px;
}

.hole-city span {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.hole-cell div {
    margin: auto 0rem;
    padding: 0;
}

.hole-cell p {
    margin: 0;
}

.hole-cell button {
    padding: 1rem 0.7rem 1rem 1rem;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-left: 0;
    border: none;
    float: right;
}

.hole-time {
    line-height: 90%;
    font-size: 1.2rem;
    font-weight: 600;
}

.hole-border {
    border-top: 2px solid pink;
    width: 5%;
}

.hole-block {
    padding: 1rem 6rem;
}

@media (max-width: 769px) {
    .hole-block {
        padding: 0.5rem 0.2rem;
    }

}

.dot-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hole-psyho {
    border: 2px solid pink;
    border-radius: .25rem;
    margin: 0.5rem auto;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    /*min-width: 14rem;*/
    color: #596c95;
    line-height: 1rem;
}

.hole-psyho p {
    margin: 0.2rem auto;
}

.hole-psyho:hover {
    background-color: #fff;
    color: #596c95;
    font-weight: inherit;
}

.modal-menu {
    height: inherit;
}

/*rental old*/
.rental {
    background-color: #ececf3;
    border: 1px solid white;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    /*height: min-content;*/
    /*height: 32px;*/
    box-shadow: 0 0 6px #cbcbcb;
    transition: .3s width;
}

.rental:hover {
    width: 100% !important;
    z-index: 500;
}

.rental-top {
    background-color: #ececf3;
    border-top: 2px solid white;
    border-top-left-radius: 25px;
    height: 50px;
    box-shadow: 0px 0px 6px #cbcbcb;
}

.rental-midle {
    background-color: #ececf3;
    height: 50px;
    box-shadow: 0px 0px 6px #cbcbcb;
}

.rental-botton {
    background-color: #ececf3;
    border-bottom: 2px solid white;
    border-bottom-right-radius: 25px;
    height: 50px;
    box-shadow: 0px 0px 6px #cbcbcb;
}

.rental-icon {
    z-index: 1;
}

.rental-icon span {
    font-size: 1.6rem;
    color: #596c95;
    position: relative;
    padding: 0.25rem;
}

.rental-body-xm {
    height: max-content;
    margin: .1rem 0;
}

.rental-body-xm p {
    font-weight: 400;
    word-break: break-all;

}

.rental-body-xm span {
    text-align: center;
}

.rental-body-xm div {
    margin: 0;
    width: 90%;
}

.rental-body-x1 div {
    margin: 0.3rem 0;
    width: 96%;
}

.dhx_cal_event_clear {
    height: 45px !important;
}

.paginator-tab span {
    padding: 0.2rem 0.2rem;
}

/*rental end*/

.dashboard-table table {
    background-color: #fff;
    border: 1px solid #d4d9e4;
    margin-bottom: 0;
}

.dashboard-table td {
    border: 1px solid #d4d9e4;
}

.dashboard-table .scroll {
    height: 450px;
    overflow-y: scroll;
}

.dashboard-table .sticky-top {
    background-color: #fff;
    border: 1px solid #d4d9e4;
}

.prioritet-cell {
    border: 2px solid pink;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.prioritet-cell p {
    text-align: left;
}

.prioritet-cell button {
    margin: 0.5rem auto;
}

.paginator-tab span {
    padding: 0.2rem 0.2rem;
}

rental end old
.rental-block {
    background-color: #feffff;
    border: 1px solid #d4d9e4;
    text-align: center;
    /*margin: 0 1rem;*/
}

.rental-cell {
    padding: 0.1rem 0rem;
}

.rental-cell p {
    font-size: 0.7rem;
    margin: 0 auto;
    text-transform: lowercase;
    padding: 0;
}

.rental-cell span {
    font-size: 0.5rem;
}

.scroll-pad {
    width: 17px;
}

.dashboard-table table {
    background-color: #fff;
    border: 1px solid #d4d9e4;
    margin-bottom: 0;
}

.dashboard-table td {
    border: 1px solid #d4d9e4;
}

.dashboard-table .scroll {
    height: 450px;
    overflow-y: scroll;
}

.dashboard-table .sticky-top {
    background-color: #fff;
    border: 1px solid #d4d9e4;
}

.prioritet-cell {
    border: 2px solid pink;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.prioritet-cell p {
    text-align: left;
}

.prioritet-cell button {
    margin: 0.5rem auto;
}

.prioritet-cell span {
    font-size: 1.3rem;
    margin-right: 0.5rem;
    color: #596c95;
}

.role-manage .nav-tabs {
    border: none;
}

.role-manage td {
    border: 1px solid #d4d9e4;
    background: #fff;
}

.role-manage .scroll {
    overflow-x: auto;
    padding: 0;
    height: 30rem;
}

.delete-role-modal button {
    margin: 0.5rem auto;
}

.change-calendar-modal select {
    margin: 0.5rem auto;
}

.change-calendar-modal input {
    margin: 0.5rem 1rem;
}

.change-calendar-modal .input-group-text {
    padding: 0.19rem 1rem;
    margin: 0.5rem 0rem;
    font-size: 1.6rem;
}

.change-calendar-modal .input-group-text {
    margin: 0.5rem 0;
    padding: 0.5rem 0.8rem;
}

.calendar-cell {
    padding: 0.6rem 0.6rem 0 0.6rem;
    background-color: #596c95;
    text-align: left;
    color: #fff;
    height: min-content;
    font-size: 0.7rem;
}

.calendar-cell p {
    margin-bottom: 0.3rem;
}

.calendar-info-cell {
    text-align: left;
    height: auto;
    font-size: 0.9rem;
}

.planning-cell {
    width: 100%;
    border: 1px solid #d4d9e4;
    padding: 0.3rem;
    height: content-box;
}

.planning-cell p {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 400;
}

.color-info div {
    border: 1px solid #fff;
    height: 2rem;
}

.color-info p {
    margin: 0 auto;
    word-wrap: break-word;
    word-break: break-word;
}

.psy-calendar {
    margin-top: 0 !important;
}

.psy-calendar td {
    width: 40px !important;
    text-align: center;
    padding: 0.25rem;
}

.psy-calendar tr {
    height: 40px !important;
}

.slide-chbox div:first-child {
    width: auto !important;
    height: auto !important;
}

.slide-chbox label {
    padding: 0 !important;
    margin: 0 auto;
}

.psy-liner {
    border: 1px solid #b2ccd2;
    padding: 0.25rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
}

tr.specialBillRed > td {
    background-color: rgba(255, 12, 0, 0.64) !important;
}

tr.specialBillBlue > td {
    background-color: rgba(91, 178, 255, 0.64) !important;
}

tr.specialBillYellow > td {
    background-color: rgba(255, 229, 44, 0.64) !important;
}

.red {
    background-color: rgba(255, 12, 0, 0.64) !important;
}

.blue {
    background-color: rgba(91, 178, 255, 0.64) !important;
}

.yellow {
    background-color: rgba(255, 229, 44, 0.64) !important;
}

.slide-chbox div:first-child {
    width: auto !important;
    height: auto !important;
}

.slide-chbox label {
    padding: 0 !important;
    margin: 0 auto;
}

.hole-cell .border-left {
    border-left: 2px solid #fff !important;
}

.psy-priority {
    display: block;
    width: 100%;
    height: 100%;
    background-color: pink;
    color: pink !important;
    font-size: 1.7rem;
}

.psy-priority:hover,
.psy-priority:active,
.psy-priority:focus {
    color: #ffffff !important;
}

.priority-block {
    padding: 1rem 6rem;
}

@media (max-width: 1022px) {
    .priority-block {
        padding: 0.5rem 0.2rem;
    }
}

.priority-block .hole-cell {
    cursor: pointer;
}

.priority-block .hole-cell:hover {
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px #ffffff;
}

.priority-block .hole-cell:focus,
.priority-block .hole-cell:active {
    box-shadow: 0px 0px 5px #ffffff;
    background-color: pink !important;
}

.priority-modal-block .hole-cell {
    cursor: pointer;
}

.priority-modal-block .hole-cell:hover {
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px #ffffff;
}

.priority-modal-block .hole-cell:focus,
.priority-modal-block .hole-cell:active {
    box-shadow: 0px 0px 5px #ffffff;
    background-color: pink !important;
}

.bilan-fantom {
    background-color: #596c95;
    padding-top: 1rem;
    padding-bottom: .3rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.errorBorderRed {
    border-color: red;
}

/*color scheme for bilan*/
.color-scheme-bilan {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    height: 30px;
    width: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    background-color: #596c95;
    text-align: center;
    left: -2px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 5;
}

.color-container .color-info .col-12 {
    height: 1.25rem;
}

.color-scheme-bilan:not(.collapsed) {
    margin-bottom: 76px;
    z-index: 6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all 360ms;
}

.color-scheme-bilan span {
    position: relative;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: -4px;
}

.color-scheme-block {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}

.color-scheme-block p {
    font-size: .7rem;
    font-weight: 500;
}

.color-container {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    background-color: #596c95;
    padding: 1rem 1rem 0rem 0rem;
    border-top-right-radius: 40px;
}

.color-container .pacient-date-none {
    border-top-right-radius: 40px;
}

.center-test-abbreviation p {
    border: 2px solid pink;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
    padding: 3px;
    color: #596c95;
    width: 48px;
}

.red-center-name p {
    color: red;
}

.dashboard-city-button {
    margin: .3rem !important;
    background-color: inherit;
    border: 2px solid pink;
    padding: .8rem !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dashboard-city-button p {
    font-size: 20px;
    font-weight: 600;
}

.dashboard-city-button span {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .mobile-modal {
        width: 320px !important;
    }
}

.dashboard-button-block a {
    color: #596c95;
}

.dashboard-button-block a:hover {
    color: #596c95;
    background-color: #ffffff;
}

.dashboard-button-block a:active {
    color: #596c95;
    background-color: #fff;
    border-color: #b95583;
}

.dashboard-button-block a:focus {
    box-shadow: 0 0 0 .2rem pink;
}

.modal-lm {
    width: 600px;
    max-width: 700px;
}

.select-modal {
    margin: .1rem auto;
    border-radius: 3px;
    border: 2px solid #ffffff;
    padding: .6rem .6rem;
    cursor: pointer;
    min-width: 14rem;
    line-height: 1rem;
    width: 100%;
    text-align: left;
}

.select-modal:active,
.select-modal:focus {
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid pink;
    color: #596c95;
    font-weight: inherit;
}

.select-modal p {
    margin-bottom: auto;
    margin-top: auto;
}

.select-modal span {
    margin: 0rem .2rem;
    color: #596c95;
    font-size: 1.3rem;
}

.reservation-rentability-positive {
    color: #3aad8a;
}

.reservation-rentability-negative {
    color: #b95583;
}

.reservation-rentability-warning {
    color: #dccf00;
}

.reservation-rentability-none {
    color: #bbbbbb;
}

.manage-center-icon {
    color: #eeeeee;
}

.manage-center-icon:hover {
    text-shadow: 0px 0px 2px pink;
    color: #ffffff;
}

.text-decoration, .text-decoration:hover {
    text-decoration: none;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.custom-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ececf3;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.2); */
    /* border-radius: .3rem; */
    outline: 0;
}

.dashboard-button-block a:focus {
    box-shadow: 0 0 0 .2rem pink;
}

.modal-lm {
    width: 600px;
    max-width: 700px;
}

.select-modal {
    margin: .1rem auto;
    border-radius: 3px;
    border: 2px solid #ffffff;
    padding: .6rem .6rem;
    cursor: pointer;
    min-width: 14rem;
    line-height: 1rem;
    width: 100%;
    text-align: left;
}

.select-modal:active,
.select-modal:focus {
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid pink;
    color: #596c95;
    font-weight: inherit;
}

.select-modal p {
    margin-bottom: auto;
    margin-top: auto;
}

.select-modal span {
    margin: 0rem .2rem;
    color: #596c95;
    font-size: 1.3rem;
}

.company-filter {
    border-right-width: 8px !important;
}

.company-filter-blue {
    border-right-color: #216de1 !important;
}

.company-filter-red {
    border-right-color: #fe7352 !important;
}

.company-filter-pink {
    border-right-color: #FF8185 !important;
}

.company-filter-yellow {
    border-right-color: #F9CA00 !important;
}

.modal-bg {
    background-color: #ececf3 !important;
}

.statisticdatesForm.head-line {
    min-height: unset;
    padding: 10px 3rem 10px 0;
    border-top-right-radius: 0;
}

.kartikSelect .select2-selection {
    box-shadow: none;
    color: #565656;
    height: calc(2.25rem + 2px);
    min-height: 3.5em;
    border: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kartikSelect .select2-selection:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem pink;
}


.kartikSelect .select2-selection__rendered {
    align-items: center;
    display: grid !important;
    height: 100%;
}
