
@font-face {
    font-family: "Open Sans";
    src: url(../opensans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Open Sans Bold";
    src: url(../opensans/OpenSans-Bold.ttf);
}

body {
    font-family: "Open Sans";
    background-color: #fff;
}

.site-wrapper {
    background-image: linear-gradient(to right top, #af77df 0%, #67cbfe 100%);
    padding-bottom:90px;
}
.main-background, .pattern-background {
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:-1;
    overflow:hidden;
    height:auto;
    background: url('../img/umayclub.jpg') center no-repeat;
}
.main-background {
    background-size: 100%;
}
.pattern-background {
    background: #e4e5e6;
}

/*.find-profession {*/
    /*background-image: url("../img/back.jpg");*/
    /*background-position: center center;*/
    /*border-bottom:2px solid #fff;*/
/*}*/

.lettering-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0;
    line-height: 70px;
    letter-spacing: 3px;
    padding-top:60px;
}

.lettering-title .title {
    transform: translateX(-50%) rotate(-10deg);
    display: block;
    left: 50%;
    position: relative;
}
.lettering-title .title span {
    transform: skew(-10deg);
    display: inline-block;
    text-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px, #533d4a 5px 5px, #533d4a 6px 6px;
    min-width: 10px;
    min-height: 10px;
    position: relative;
}

.lettering-title .title:nth-child(1) {

}
.lettering-title .title:nth-child(2) {

}
.lettering-title .title:nth-child(3) {

}

.profession-input {
    padding-top:100px;

}
.profession-input input {
    padding:15px 30px;
    font-size:32px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border:0;
    border-bottom:3px solid;
    box-shadow:0 3px 10px #888;
}


nav.site-menu {
    max-width: 960px;
    -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
}

nav.site-menu ul {
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav.site-menu ul li {
    display: inline-block;
}

nav.site-menu ul li a {
    padding: 18px;
    text-transform:uppercase;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

nav.site-menu ul li a:hover, nav.site-menu ul li a.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 35, 122, 0.7);
}

.site-container {
    background: #fff;
    padding:15px;
    box-shadow:1px 1px 3px #555;
}

.counts-info .info-bg {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#000;
    opacity:0.3;
    border:solid #fff;
    border-width:0 1px 1px 1px;
}

.arrow-down img {
    transition:transform 0.5s;
}
.arrow-down:hover img {
    transform: scale(1.1,1.1);
}

/**
@media only screen and (max-width: 1700px) and (min-width: 1600px) { .wrapper { zoom: 90%; } }
@media only screen and (max-width: 1600px) and (min-width: 1500px) { .wrapper { zoom: 85%; } }
@media only screen and (max-width: 1500px) and (min-width: 1380px) { .wrapper { zoom: 75%; } }
@media only screen and (max-width: 1380px) and (min-width: 1200px) { .wrapper { zoom: 70%; } }
@media only screen and (max-width: 1200px) and (min-width: 1000px) { .wrapper { zoom: 65%; } }
**/

.holland-block {
    -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
}
.holland-inner {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

.waves-block {
    display:inline-block !important;
}

.font-weight-7 {
    font-weight: 700;
}

.rotatable {
    transform-origin: top left; /* IE 10+, Firefox, etc. */
    -webkit-transform-origin: top left; /* Chrome */
    -ms-transform-origin: top left; /* IE 9 */
}
.rotatable.rotate90 {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}
.rotatable.rotate180 {
    transform: rotate(180deg) translate(-100%,-100%);
    -webkit-transform: rotate(180deg) translate(-100%,-100%);
    -ms-transform: rotate(180deg) translateX(-100%,-100%);
}
.rotatable.rotate270 {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
}

.modal-xxl {
    max-width:90%;
}

.show-print-class {
    width: .8rem;
}

.side-profile a.menu-item {
    border:0;
    border-left:transparent 4px solid;
}

/**
 Loader
 */
.loader-container{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader{
    width: 50px;
    height: 50px;
    border: 5px solid;
    color: #3498db;
    border-radius: 50%;
    border-top-color: transparent;
    animation: loader 1.2s linear infinite;
}

@keyframes loader{
    25%{
        color: #2ecc71;
    }
    50%{
        color: #f1c40f;
    }
    75%{
        color: #e74c3c;
    }
    to{
        transform: rotate(360deg);
    }
}


.no-auth .controller.my-auto::after,
.no-auth .controller.my-auto::before{
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 0;
    right: 56px;
    z-index: -1;
}


.no-auth .controller.my-auto::after{
    background-image: url('../img/loginAuth-bg-right.svg');
    background-position: right;
}


.no-auth .controller.my-auto::before{
    background-image: url('../img/loginAuth-bg-left.svg');
    background-position: left;
}

.password-row .invalid-feedback {
    padding-left: 15px;
}

/**
    auth new design styles
 */

.login__wrap,
.recovery__wrap,
.restore__wrap {
    display: grid;
    grid-template-columns: 1fr 720px;
    padding: 16px;
    height: 100vh;
}

.registration__wrap {
    height: 100vh;
}

/* right block start*/
.auth__image {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.auth__image span {
    width: 70%;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 56px;
}

.auth__image img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    filter: blur(3px); /* blur the lowres image */
}

.auth__image img.is-loaded {
    filter: none; /* remove the blur on fullres image */
    transition: filter 1s;
}

.login__wrap img {
    right: -150px;
    max-width: inherit;
}
/* right block end*/

/* right left start */
.auth__main {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* header start */
.auth__header {
    height: 60px;
}

.auth__header select {
    color: #6c757d !important;
    border: 0;
    outline: none;
    background: transparent;
}


.top-header sup.new-all-answers-count {
    width: .8rem;
    height: .6rem;
    line-height: .6rem;
    background: #E11D48;
    border-radius: 45%;
    text-align: center;
    color: white !important;
    display: inline-block;
    margin-left: -2rem;
    font-size: 50%;
    top: -10px;
    font-weight: bold;
    margin-right: 1rem;
}


.top-header div.mry-2 {
    float:left
}


.top-header a.notif {
    vertical-align: middle;
    margin-right: 2rem;
    margin-left: 0.6rem;
}

.top-header .create-question-btn {
    content: url('../img/question-btn.svg');
}

.top-header .create-question-btn:hover {
    content: url('../img/question-btn-active.svg');
}

.top-header .question-btn {
    content: url('../img/notice-question-btn.svg');
}

.top-header .question-btn:hover {
    content: url('../img/notice-question-btn-active.svg');
}


/* header end */

.content {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth__form {
    max-width: 380px;
}

.register__form{
    height: 100%;
}
/* right left end */


.auth-header{
    font-size: 24px;
    color: #6C757D !important;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCE1EF;
}

.no-auth .no-auth_container{
    padding-left: 56px;
    padding-right: 56px;
}

.auth-header select{
    color: #6C757D !important;
    border: 0;
    outline: none;
    background: transparent;
}

.auth-block{
    width: 100%;
}


.auth-block h2{
    font-weight: 700;
    text-align: center;
    font-family: "Open Sans Bold";
    margin-bottom: 2rem;
}

.auth-block .form-group{
    position: relative;
}
.register-block .toggle-password,
.auth-block .toggle-password{
    position: absolute;
    right: 5px;
}

.auth-block .auth-block__textOr{
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.auth-block .auth-block__textOr:after,
.auth-block .auth-block__textOr:before{
    position: absolute;
    content: '';
    background-color: #F5F5F5;
    width: calc(50% - 40px);
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
}

.auth-block .auth-block__textOr:after{
    left: 0;
}


.auth-block .auth-block__textOr:before{
    right: 0;
}

@media screen and (min-width: 768px) {
    .auth-block{
        width: 408px;
    }
}

@media screen and (min-width: 1366px) {
    .auth-block{
        width: 436px;
    }
}

@media screen and (max-width: 768px) {
    .no-auth .controller.my-auto::after,
    .no-auth .controller.my-auto::before{
        display: none;
    }
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
}



.ticket-item{
    display: flex;
    overflow: hidden;
}

.ticket-item:not(:last-child){
    margin-bottom: 20px;
}

.ticket-item__content{
    padding: 12px 0;
    background: #e7e9ea4d;
    border: 1px solid #E7E9EA;
    border-radius: 8px;
}
.ticket-item__content:first-child{
    z-index: 1;
    border-right: 1px dashed #E7E9EA;
}

.ticket-item__content:first-child:after,
.ticket-item__content:first-child:before{
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
}


.ticket-item__content:first-child:after{
    bottom: -12px;
    right: -12px;
}

.ticket-item__content:first-child:before{
    top: -12px;
    right: -12px;
}

.ticket-item__content .count-answers{
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #007bff;
    border-radius: 100%;
    text-align: center;
    color: white !important;
    display: inline-block;
    margin-left: .5rem;
}

/*chat start*/
.chat{
    overflow: hidden;
    outline: none;
}

.chat-body .answer:not(:last-child){
    margin-bottom: 2rem;
}

.chat-body .answer.left {
    padding: 0 0 0 58px;
    text-align: left;
    float: left;
}
.chat-body .answer {
    position: relative;
    max-width: 600px;
    /*overflow: hidden;*/
    clear: both;
    margin-bottom: 1rem;
}
.chat-body .answer.left .avatar {
    left: 0;
}
.chat-body .answer .avatar {
    bottom: 0;
}
.chat .avatar {
    width: 48px;
    height: 48px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}

.chat-body .answer .text {
    padding: 16px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    color: #333333;
    background: #fff;
    border-radius: 8px 8px 8px 0;
}

.chat-body .answer.left .text:before {
    border-width: 12px 12px 0 0;
    border-color: #fff transparent transparent transparent;
    left: 0;
}
.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    border-style: solid;
}

.chat-body .answer.right {
    padding: 0 58px 0 0;
    text-align: right;
    float: right;
    min-width: 200px;
}

.chat-body .answer.right .avatar {
    right: 0;
}

.chat-body .answer.right .text {
    background: #D8EDDB;
    border-radius: 8px 8px 0 8px;
}
.chat-body .answer.right .text:before {
    border-width: 0 12px 12px 0;
    border-color: transparent #D8EDDB transparent transparent;
    right: 0;
}

.chat-body .answer .text .time{
    position: absolute;
    bottom: 2px;
}

.chat-body .answer.left .text .time{
    right: 8px;
}

.chat-body .answer.right .text .time{
    left: 8px;
}

.chat-slider-container{
    position: relative;
}

.chat-slider-container .count{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.chat-slider{
    width: 200px;
    position: relative;
}

.chat-slider .slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #2E384D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-slider .slick-arrow:hover {
    background: #50B85F;
    border-color: #50B85F;
    transition: all .3s;
}

.chat-slider .slick-arrow:hover::before {
    color: #fff;
}

.chat-slider .slick-prev{
    left: -60px;
}

.chat-slider .slick-next{
    right: -60px;
}

.chat-slider .slick-prev:before {
    content: "‹";
}
.chat-slider .slick-next:before {
    content: "›";
}

.chat-slider .slick-arrow:before {
    color: #111;
    font-size: 40px;;
    font-family: inherit;
    transform: translate(0px, -3px);
}


/*chat end*/


/*support start*/
.support-slider{
    padding-left: 80px;
}

.support-slider .chat-slider{
    width: 178px;
}

.support-slider .chat-slider .slick-prev,
.support-slider .chat-slider .slick-next{
    left: -60px;
    right: auto;
}

.support-slider .chat-slider .slick-prev{
    top: 40px;
}

.support-slider .chat-slider-container .count{
    left: auto;
    right: -40px;
    top: 20px;
}
/*support end*/

/*attestations start*/
.application-data .row[aria-expanded="true"] .application-arrow{
    transition: all 0.3s;
    background-color: #50B85F !important;
    transform: rotate(180deg);
}

/*attestations end*/
