body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  background: #F5F9FA
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 21px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
 
a, a:hover {
  text-decoration: none;
}
#column-left {width: 305px}
#column-right { width:305px; }
@media (max-width: 767px) {
  #column-left { width: 100%; }
}
#content {     flex: 1 0 0%; }
.hidden {display: none}
.fs14 {font-size: 14px}
.fs18 {font-size: 18px}
.ui-widget {font-family: inherit;}
.img-fluid {width: 100%}
.bglight { background: #EAF0F4 }
.round15 {border-radius: 15px!important;}
.round5 {border-radius: 5px;}
.tabs {overflow: hidden;}
.paddingform {padding: 30px 72px}
.pt-30 {padding-top: 30px}
.pb-30 {padding-bottom: 30px}
.pt-50 {padding-top: 50px}
.pb-50 {padding-bottom: 50px}
.bold {font-weight: bold;}
.bgwhite {background: #FFFFFF}
.clBlue {color: #3A4F92}
.clDarkGrey {color:#69606D}
.clgrey {color:#A6A9AB;}
.dflex {display: flex;}
.fullwidth { width:100%;}
.form-control { font-size: 1.15rem; padding: 0.69rem 0.75rem}
select.form-control {cursor: pointer;}
.btn {border-radius: 5px; display: inline-block; font-weight: 600; font-size: 14px; min-width: 149px}
.btn-simple {background: none; border: 0; }
.btn-primary {background: #116DEA; color:#FFF!important;}
.btn-primary:hover { background: rgb(17 109 234 / 76%); color:#FFF; }
.btn-red {background: red;color:#FFF!important;}
.btn-red:hover, .btn-red:active {background: rgb(219,77,77)!important;}
.btn svg {margin-right: 10px;vertical-align: middle;}
.btn-outline-primary svg *{ fill:#116DEA; }
.btn-outline-primary:hover svg *, .btn-outline-primary.active svg *{ fill:#FFFFFF; }
.text-left-border {padding-left: 30px; border-left:2px solid rgba(17, 109, 234, 0.2); font-weight: 500; font-size: 24px; line-height: 185%;}
.btn-round-arrow-right { background: #116DEA; display: inline-block; border-radius: 100%; width:50px; height: 50px; text-align: center; padding-top: 13px; cursor: pointer; }
.btn-round-arrow-left { background: #A6A9AB; display: inline-block; border-radius: 100%; width:50px; height: 50px; text-align: center; padding-top: 13px; cursor: pointer;  transform:rotate(180deg); margin-right: 10px}
.btn-round-arrow-left:hover { background: rgb(173 176 181 / 76%) }
.btn-round-arrow-right:hover {  background: rgb(17 109 234 / 76%);}
.has-error {border:1px solid red;}
li.separator {display: block; padding: 2px!important; border-bottom: 1px solid #CCC;margin-bottom: 9px;}
footer a {color:#A6A9AB; line-height: 30px}
/* header */
#logo svg {max-height: 45px; }
#logo, #logo + div {display: inline-block}
@media (max-width: 450px) {
  #logo svg{ max-height: 43px; }
}
#ask-btn {display: inline-block;
    background: var(--bs-link-color);
    padding: 10px 17px;
    border-radius: 100%;}

#btnTop > * {margin:10px;}

.sticky .navbar-wrap .row { margin: 5px 0!important}
.sticky .navbar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(245, 249, 250, 0.95);
  -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
  z-index: 99;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#notification {position: relative; padding: 10px 12px; display: block;}
#notification_list {display: none; position: absolute; right: 0; background: #FFF; width: 300px;padding: 10px 5px; z-index: 100;box-shadow: 0 0 6px #585858; border-radius: 5px; text-align: left;}
#notification_list h3 { font-weight: bold; padding-left: 10px }
#notification:hover #notification_list { display: block; }
#notification_list .item {display: flex; padding: 5px 5px; cursor: pointer; text-align: left; border-radius: 5px; }
#notification_list .item:hover {background: rgba(0,0,0,0.05)}
#notification_list .item .title { display: block; font-weight: bold;     max-height: 100px;  overflow: hidden; }
#notification_list .item .text { color:#aaa; font-size: 80% }
#notification_list .item .count { margin-left: 10px; color:#E74C3C; font-weight: bold}
#notification_list .item.readed * { color:#aaa; }
#notification_msg {position: absolute;
    top: -4px;
    right: 5px;
    background: #E74C3C;
    border-radius: 100%;
    display: none;
    color: #FFF;
    width: 19px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
@media (max-width: 450px) {
  #notification_list { left:-200%; }
}
/*  */
#categories {padding-top: 0}
#categories a { display: flex; align-items: center; background: #FFFFFF; border-radius: 5px; color:#69606D; margin-bottom: 5px; position: relative;padding: 5px 22px 5px 3px; font-size: 16px;height: 41px; z-index: 2}
#categories li.active a {font-weight: 700; color:#116DEA!important;}
#categories a:hover { color:#116DEA!important;}
#categories a img {width:28px; margin-right: 10px;border-radius: 100%}

#categories a .arr {content : url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjcyNDYyIDUuMjYzNTlMMi4yMzg4IDAuNzM0MDhDMi4xMzUwNSAwLjYyOTIzMyAxLjk5NjU1IDAuNTcxNDcyIDEuODQ4ODcgMC41NzE0NzJDMS43MDEyIDAuNTcxNDcyIDEuNTYyNyAwLjYyOTIzMyAxLjQ1ODk0IDAuNzM0MDhMMS4xMjg1OSAxLjA2NzU3QzAuOTEzNjM0IDEuMjg0ODggMC45MTM2MzQgMS42MzgwNiAxLjEyODU5IDEuODU1MDRMNC44OTU0NSA1LjY1ODY1TDEuMTI0NDIgOS40NjY0OEMxLjAyMDY2IDkuNTcxMzIgMC45NjMzNzkgOS43MTEwOSAwLjk2MzM3OSA5Ljg2MDEzQzAuOTYzMzc5IDEwLjAwOTMgMS4wMjA2NiAxMC4xNDkxIDEuMTI0NDIgMTAuMjU0TDEuNDU0NzYgMTAuNTg3NEMxLjU1ODYgMTAuNjkyMyAxLjY5NzAyIDEwLjc1IDEuODQ0NjkgMTAuNzVDMS45OTIzNyAxMC43NSAyLjEzMDg3IDEwLjY5MjMgMi4yMzQ2MiAxMC41ODc0TDYuNzI0NjIgNi4wNTM3OUM2LjgyODYyIDUuOTQ4NjEgNi44ODU3NCA1LjgwODE4IDYuODg1NDEgNS42NTg5QzYuODg1NzQgNS41MDkwMyA2LjgyODYyIDUuMzY4NjggNi43MjQ2MiA1LjI2MzU5WiIgZmlsbD0iIzY5NjA2RCIvPgo8L3N2Zz4K");position: absolute; right: 7px;
    top: 13px;}
#categories a .icon { position: relative;}
#mobileCategory { padding: 10px; background: #F1F7FB; }
#mobileCategory li {margin-bottom: 8px}
#mobileCategory h2 {margin-bottom: 20px}
#mobileCategory ul {width:100%;}
#advice-request-list .chatItem .total, #categories a span.total { display: none;
    position: absolute;
        top: -4px;
    right: 1px;
    width: 15px;
    height: 15px;
    background: #E74C3C;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 50%;
    z-index: 2
}
#advice-request-list .chatItem .total.show, #categories span.total.show {    display: flex;}
#advice-request-list .chatItem .total { left:30px; top: 5px;}
#advice-request-list .chatItem.readed .name { color:#888; }

/* */ 
#avatar_show { width: 96px; height: 96px; border-radius: 100% }
figure.avatar { 
    overflow: hidden;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 100%;
    background: #FFF;
    margin: 0;
}
figure.avatar img {width: 100%; height: auto;}
.avatarLogo span{
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    background-position: center center!important;
    background-size: cover!important;
    transition: all 0.3s;
}
/* */    
/* myFollowerList*/
#myNumber, #myLangs, #myFollowerList, #myNotificationList, #myFollowCategory { padding:20px }
#myFollowerList .followerItem { display: flex; padding: 10px 0; border-bottom: 1px solid #CCC; align-items: center;}
#myFollowerList .name { font-size: 18px; width: 100%; padding: 0 10px; margin: 0; cursor: pointer;}
#myFollowerList .name span { color:#aaa; font-size: 0.8rem; display: block;  }
#myFollowerList .btn {min-width: auto}
#myFollowerList .avatarLogo { cursor: pointer; }
#myLangs div { padding: 5px 0}
#myNotificationList div { padding-bottom: 10px}

/* company card */ 
.company-card .img_bg {position: relative;}
.company-card .company_logo {position: absolute; left:-20px; bottom: -30px; z-index: 1; background: #FFF; border-radius: 100%; width:15%;}
.company-card .info {margin-top: 20px; background: #FFF; padding: 20px 34px;     border-top-right-radius: 15px;    border-top-left-radius: 15px;}
.company-card .info .rate img { vertical-align: middle;}
.company-card .info .rate_num { vertical-align: middle; color:#69606D;}
.company-card .links { background: #EAF0F4;
    color: #333333;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
    padding: 17px;
 }
.company-card .links a { padding: 0.5em 1em; text-decoration: none; color:#454545; display: inline-block; border-radius: 15px}
.company-card .links a:hover { background: #FFF; color:#116DEA;}
#wr_create_post {background: #FFF;
    border-radius: 15px;
    padding: 15px; margin-top: 20px}
#wr_create_post .head {display: flex}    
#wr_create_post .foot {border-top: 1px solid #CCC;padding-top: 15px}
#wr_create_post #post_editor, #wr_post_edit #post_editor {
    margin-left:10px;
    background: none;
    border: none;
    outline: none !important;
    resize: none;
    color: #000;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
}
#wr_post_edit #post_editor {border: 1px solid #CCC; border-radius: 15px; margin-left: 0}
#wr_post_edit .additional { padding: 5px; border: 1px solid #CCC; border-radius: 5px; margin-top: 10px; margin-bottom: 10px}
#wr_link_preview {display: flex; margin-top: 10px; background: #f0f2f5;position: relative;}
#wr_link_preview .img {width:25%;margin-right: 20px; flex-shrink: 0;}
#wr_link_preview .domain { text-transform: uppercase;font-size: 0.8rem; margin-bottom: 5px}
#wr_link_preview .content { padding: 10px; }
#wr_link_preview .title { font-weight: bold;margin-bottom: 5px;}
#wr_link_preview .text { color:#626262; font-size: 0.9rem}
#wr_create_post .close, #wr_post_edit .close {position: absolute;cursor: pointer; top:5px; left:5px;}
#wr_preview_img {display: none; position: relative;}
#preview_img { width:auto!important;}
#btn_add_photo {cursor: pointer;}

.reviews .review {margin-bottom: 20px; border-bottom: 1px solid #116DEA}
.reviews .review:last-child {border: none; margin-bottom: 0}
.reviews .review .date {color: #CCC; font-size: 14px}
.reviews .review .name {margin: 0}
.reviews .review .rate {margin: 5px 0;}
.reviews .review .text {margin: 10px 0}
.reviews .review:last-child .text { margin-bottom: 0}
.post {margin-bottom: 20px; padding: 20px; }
.post .image img {background: #FFF}
.post .content {padding-top: 20px;     line-height: 1.5;word-break: break-word;}
.link_preview {margin-top: 15px; background: #eee; display: block; border:2px solid #eee; border-radius: 5px; overflow: hidden;}
.link_preview img { display: block;}

.link_preview .domain {
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.link_preview .title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.link_preview .text {
    display: block;
    color: #626262;
    font-size: 0.9rem;
}
.link_preview .link-card {padding: 10px;display: block;}
.link_preview { text-decoration: none; color:#000;}
.link_preview:hover {color:#000;}
.link_preview.small { display: flex }
.link_preview.small .img { width:30%; display: block;}
.company-mini-card {display: flex; justify-content: space-between;align-items: center;}
.company-mini-card >a {display: flex; color:#000;align-items: center;}
.company-mini-card >a:hover {color:#000;}
.company-mini-card .logo {width:40px;height: 40px; background-size: contain!important; border-radius: 100%;border:1px solid #eee;flex-shrink: 0}
.company-mini-card .name { display: block;}
.company-mini-card .title { font-size: 18px; width: 100%; padding: 0 10px; margin: 0;}
.company-mini-card .created { color: #BDBDBD; font-size: 12px; display: block; }
.pbutton { cursor: pointer; border-radius: 100%; padding: 4px; }
.pbutton:hover { background: rgba(0,0,0,0.05); }
.reviews .review { display: flex; justify-content: space-between; }
.complain_sec ul {list-style-type: none}
.sended_sec .sended_sec-title {
    color: #000;
    font-size: 21px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 1.2;
}

.sended_sec img {
    margin: 25px auto;
    width: 100px;
    display: block;
}

.sended_sec .sended_sec-message {
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 1.2;
}

.login-form {padding: 50px 20px 20px;}
.login-form .hint {margin-bottom: 20px}
.login-form #mobile-number {display:block; font-size:18px; padding-top:10px; padding-bottom: 10px; background: #FFFFFF; border: 1px solid rgba(166, 169, 171, 1); border-radius: 8px; width: 100%}
form .hint {font-size: 12px; color:rgba(105, 96, 109, 1); display: block;}

ul.contact {list-style-type: none; margin:0; padding: 0; line-height: 1.5}
ul.contact li {display: flex; margin-bottom: 25px}
ul.contact li i {color:#4D4E59; font-size: 18px;width: 36px; line-height: 1.5}

.btnCategory {display: flex;
width: 165px;
padding: 6px 12px;
align-items: center;
gap: 20px;
flex-shrink: 0;
align-self: stretch;
border-radius: 5px;
border: 1px solid var(--form-border, #CED4DA);
background: var(--white, #FFF);
}
.btnCategory .text {
  display: flex;
align-items: center;
gap: 10px;
flex: 1 0 0;
}
.btnAsk{background: var(--bs-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  padding: 7px 0;}
.search-block { position: relative; }
#search { background: #F1F7FB;
box-shadow: 2px 3px 14px rgba(127, 153, 209, 0.2);
border-radius: 15px; padding: 15px;
}
#search .submit {    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    padding: 0 5px;
}
#search .submit svg {width:15px;}
#search { display: flex; justify-content: space-between; align-items: center; gap: 7px;}
#search * {font-size: 11px}
#search .form-control { padding: 5px 4px; }
#search .selectr-selected { padding: 6px 4px; }
#search .selectr-options-container {width: auto}
#search .selectr-selected .my-template img {width: 12px}
#search .selectr-selected .selectr-label {width: 87%}
#search > div, #search > input { height: 28px; width: 25%!important;}
#search .selectr-placeholder {overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#search-result { display: none; width: 100%;  margin-top: 5px; margin-bottom: 20px;}    
#search-result .close { }
#search-result .company {display: flex; margin-bottom: 20px; background: #FFF; border-radius: 15px; padding: 15px; overflow: hidden;}
#search-result .company_logo {background: none}
#search-result .company a .logo { border-radius: 100%; width: 55px; overflow: hidden; display: block;}
#search-result .company a .title { color:#666; display: block; font-size: 21px; font-weight: bold;min-height: 50px}
#search-result .company .contact i { color:#69606D; font-size: 18px;}

#search-result .company .contact span {margin-right: 10px; margin-bottom: 10px}
#search-result .company .category-title {display: inline-block;padding: 4px 12px;border-radius: 10px;
background: rgba(17, 109, 234, 0.10); font-size: 15px;}
#search-result {overflow: hidden;  overflow-y:auto;}
#search-result .close { position: absolute;top:5px; right:10px; color:#CCC; cursor: pointer; }
#search-result .close i{ font-size: 20px;}
#mobileSearch { padding: 10px; background: #F1F7FB; }
#mobileSearch h2 {margin-bottom: 20px; padding-left: 15px;padding-top: 20px}
#mobileSearch #search{ flex-direction: column; box-shadow: none;}
#mobileSearch #search > div, #mobileSearch #search > input, #mobileSearch select { width: 100%!important; height: 35px }
#mobileSearch { padding: 6px 4px;  }
#mobileSearch #search .submit {width:auto; padding: 5px 50px; color:#FFF; border-radius: 5px; height: auto; margin-top: 10px}
#mobileSearch #search * {font-size: 16px;}
@media (max-width:450px) {
  #search-result .company_logo { background-image: var(--background); background-size: cover;
    background-repeat: no-repeat;
    margin: -20px 22px;
    width: 115%;
    text-align: center;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px
    
   }
   #search-result .company a .logo { width:90px;margin-bottom: -20px;}
}
#profile { display: flex; justify-content: flex-end; align-items: center;transition: all 0.3s; gap:1rem;}
#profile .buttons .btn{ padding: 6px 10px; font-size: 14px;}
.profile .avatar {text-align: center;}
.profile .avatar .logo { border-radius: 100%; width: 45px;height: 45px;display: inline-block; overflow: hidden; background-size: cover!important; transition: all 0.3s;border: 1px solid #CCC}
.profile .avatar span {display: block; font-size: 12px;}
.profile .menu {background: #FFF; padding: 10px 20px; position: absolute; right:0; z-index: 10;    width: 338px; display: none; box-shadow: 1px 1px 22px #ccc; border-radius: 15px;}
.profile .menu .multiprofileblock.has-scroll { height: 300px; overflow: hidden; overflow-y: auto;}
.profile .menu ul { list-style-type: none; padding: 0; margin:0; }
.profile .menu ul li { list-style-type: none; padding: 10px 0px 10px 0; text-align: left  }
.profile .menu ul li a {color:#69606d;}
.profile .menu ul li a:hover { color:#116DEA; }
.profile .menu ul li a:hover svg * {fill:#116DEA;}
 .profile {position: relative; cursor: pointer;}
 .profile .profile_item {margin-left: -10px; padding-left: 10px; padding: 5px 10px}
 .profile .profile_item:hover {background: rgba(0, 0, 0, 0.05); border-radius: 15px}
 .profile:hover >.avatar span.logo {
    box-shadow: 0px 0px 7px #8f8686;
  }
.modal.profile .menu {position: relative;
    left: 0;
    display: block;
    box-shadow: none;
    width: auto;}  
#profile .profile:hover .menu {display: block}
#myProfiles h2 { padding: 10px 20px; background: #ebebeb; }
#myProfiles .multiprofileblock {height: 80vh; overflow: hidden; overflow-y:auto;padding: 20px;}
i.profile-connected {    background: green;
    margin: 5px;
    border-radius: 100%;
    color: #ffff;
    padding: 5px;}
.hover-from-effect:after {
  display:block;
  content: '';
  border-bottom: solid 3px #116DEA;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.hover-from-effect:hover:after { transform: scaleX(1); }
.hover-from-effect.fromLeft:hover:after { transform-origin:  0% 50%; }

/* availability */
/*---custom-switch---*/
.custom-switch {
    width: 34px;
    height: 14px;
    flex-shrink: 0;
}

.custom-switch > input[type="checkbox"] {
    display: none;
}

.custom-switch > input[type="checkbox"]:checked + .custom-switch-background:before {
    transform: translateX(20px);
    background-color: #116DEA;
}

.custom-switch .custom-switch-background {
    background-color: rgba(134, 130, 171, 0.2);
    width: 34px;
    height: 14px;
    display: flex;
    transition: background-color 128ms ease-out;
    border-radius: 34px;
}

.custom-switch .custom-switch-background:before {
    content: "";
    background: #F1F1F1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.237602);
    width: 20px;
    height: 20px;
    margin: -3px;
    border-radius: 50%;
    transition: transform 128ms ease-out;
}

/*---custom-switch---*/
.availability-date {list-style-type: none;}
.availability-date_item { display: flex; align-items: center; margin: 30px 0; min-height: 34px}
.availability-date_item:not(:last-of-type) {
    margin-bottom: 15px;
}
.availability-date_item-time { margin-left: 40px }
.availability-date_item-day {
    display: flex;
    align-items: center;
    width:30%;
}

.availability-date_item-day p {
    margin-left: 16px;
    margin-bottom: 0;
}

.availability-date_item-time input {
    background: #FFFFFF;
    border: 1px solid #69606D;
    box-sizing: border-box;
    border-radius: 5px;
    width: 140px;
    padding: 6px 14px;
}
#workdays {background: #FFF; padding: 1px 0}

.image_upload {    border: 1px solid #CCC;
    background: #FFF;
    text-align: center;
    min-height: 200px;
    position: relative; cursor: pointer;}
.image_upload img {max-width: 100%}    
.image_upload .upload_placeholder { width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;cursor: pointer;}    
.image_upload .del_image i{ font-size: 20px}
.image_upload .del_image { position: absolute; bottom: 10px; right:10px; color:red;  }    

.ask-question-form { background-image: url('/assets/images/Goodviser-Ask-Page.svg'); background-color: rgba(17,109,234, 0.05); padding: 20px;}
.private_request > * { display: inline-block; margin-right: 10px;vertical-align: middle; }
.private_request .custom-switch .custom-switch-background:before { background: #116DEA}
.switch-public_request.active, .switch-private_request.active { color:#116DEA; font-weight: bold}
.meta { color:#8A8A8A; font-size: 80%}
.meta .datetime span { margin-right: 20px }
.meta > div {margin-bottom: 10px}
.request-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.request-list_item {
    list-style-type: none;
    background: #FFF;
    border-radius: 15px;
    margin-bottom: 30px;
}
.request-list_item .question {
    display: flex;
    justify-content: space-between;
}
.request-list_item .question p { width: 100% }

.request-list_item {
    padding: 20px; padding-right: 34px;
    border-bottom: 1px solid #F5F5F5;
}

.request-list_item .request-list_item-img {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.request-list_item .request-list_item-img img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.request-list_item .request-list_item-img span {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: #E74C3C;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 50%;
}

.request-list_item p {
    width: 100%;
    margin-bottom: 0
}

.request-list_item .unlock {
    width: 20px;
    cursor: pointer;
}

.new_request {
    font-weight: 600;
}

.lock_request {
    opacity: .7;
}

.requests-ad {
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.requests-ad span {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E74C3C;
    border-radius: 0 5px;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 1px 9px;
}

.requests-ad img {
    display: block;
    height: 105px;
    max-width: 375px;
    margin: 0 auto 5px;
    object-fit: cover;
}

.requests-ad p {
    font-size: 16px;
    line-height: 24px;
    color: #69606D;
}
.btn-chat-start {cursor: pointer;}

.register-form input[type='checkbox'] { -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);     margin-right: 10px;
    margin-left: 7px;}
.answers .answer-item .head { display:flex; align-items: center;}
.answers .answer-item .head img {width:48px; height:48px; border-radius: 100%;}
.answers .answer-item .head .title {font-size: 18px; width:100%; padding: 0;margin: 0; overflow: hidden;}
.answers .answer-item .head .follow {padding: 0 10px;margin: 0 10px}
.answers .answer-item .content {padding-left: 56px;}
.answers .answer-item .content .rate_num {font-size: 14px; color:#69606D}
.answers .answer-item .content .txt {background: #EAF0F4; padding:10px;position: relative; width: 80%;word-break: break-word;}
.answers .answer-item .content .txt .datetime{ margin-top: 10px; margin-bottom: 0; padding-right:0px; text-align: right; font-size: 12px; color:#CCC;  }
.answers .answer-item .content .txt:last-child .datetime {padding-right: 40px}
.btn-chat-start { position: absolute; right: -10px; bottom: -15px }
.answers .answer-item .head .company-logo {position: relative;margin-right: 10px}
.answers .answer-item .head.who0 .company-logo { margin-left: 10px; margin-right: 0; }
.answers .answer-item .datetime {color:#CCC; font-size: 0.8rem}
.answers .answer-item .title a {color:#000;}
.answers .answer-item .text-preview {color:#000; font-size: 0.9rem; text-overflow: ellipsis;  white-space: nowrap;   overflow: hidden;}
.answers .answer-item .answer-content {margin-top: 20px}
.answer-item {margin-bottom: 20px}
.answer-item .head.who0 { text-align: right;    justify-content: flex-end;}
.answer-item .head {margin-bottom: 10px}
.answer-item .content.who0 {text-align: right;}
.answer-item .content.who0 .txt {background: #116dea; color:#FFF; display: inline-block; width: 80%}
.answer-item .content.who1 .datetime{text-align: left!important;}
.answers .answer-item > .head {background: #f5f9fa; border-radius: 15px;padding: 5px}
.answers .answer-item > .head .arrow {width: 39px; cursor: pointer;
    height: 34px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #e4e5e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-radius: 100px;padding: 5px;
    transition: transform 0.2s ease-in-out; margin-right: 20px;
     }
.answers .answer-item > .head .arrow:not(.collapsed) {
    transform: rotate(-180deg);
}
.answer-item .rate img {width:18px!important; height: 18px!important;}
.new-msg-counter {    position: absolute;
    top: -9px;
    right: -12px;
    background: #E74C3C;
    border-radius: 100%;
    display: block;
    color: #FFF;
    width: 26px;
    height: 26px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;}

.follow {cursor: pointer;}
.follow .followed{ opacity: 0 }
.follow.active .followed{ opacity: 1 }
.follow.active .plus{ opacity: 0 }

aside .module-block .title {font-size: 21px; padding-bottom: 35px; border-bottom: 1px solid #A6A9AB;}
aside .chat-list {padding: 20px; background: #FFF; border-radius: 15px;}
aside .chat-list .chatItem { padding-bottom: 25px; border-bottom: 1px solid #A6A9AB; }
aside .chat-list .chatItem:last-child {border:none;}
aside .chat-list .chatItem .heading {display: flex;padding-top: 24px; padding-bottom: 10px;  position: relative; color:#000;}
aside .chat-list .chatItem .heading .name {width: 100%; margin:0 10px;}
aside .chat-list .chatItem .heading .avatar {margin-right: 10px; position: relative;}
aside .chat-list .chatItem .text { background: #F1F7FB; border-radius: 8px; position: relative; padding:10px; min-height: 96px; width: 90%; word-break: break-word;}
aside .chat-list .chatItem .text .new-msg-counter {  }
aside .chat-list .chatItem .question-date { font-size: 12px; display: block; white-space: nowrap; text-align: left; color:#CCC; margin-top: 5px }
aside .chat-list .chatItem .btn-chat-start { right:-30px; bottom: 0}
aside .chat-list .chatItem .close-question { position: relative; top:-8px; }
aside .question-list .chatItem .heading { padding-top: 7px; padding-bottom: 6px; }
aside .question-list .chatItem { padding-bottom: 0 }

.post-list_item { list-style-type: none; background: #FFFEFE;  margin-bottom: 30px; border-radius: 15px}
.post-list_item .image img {max-width: 100%; border-radius: 15px;margin-bottom: 20px}
.post-list_item .head { display:flex; align-items: center;margin-bottom: 20px}
.post-list_item .head img {width:48px; height:48px; border-radius: 100%;}
.post-list_item .head .title {font-size: 18px; width:100%; padding: 0 10px;margin: 0}
.post-list_item .created {color:#BDBDBD; font-size: 12px; display: block}
.like, .share-button {position: relative; cursor: pointer; display: inline-block;}
.like:hover svg path, .share-button:hover svg path {fill:#116dea}
.like:hover, .share-button:hover { color:#116dea; }
.like {margin: 0 15px}
.share-button.icon:hover svg path {fill:#116dea; stroke:none;}
.share-block {position: absolute; display: none; width: 44px; height: auto; bottom: 23px; right:0; padding: 5px;  z-index: 1000;}
.share-block.open {display: block;}
.share-block .sharethis-inline-share-buttons  { display: flex!important;     flex-direction: column;}
.share-block .sharethis-inline-share-buttons .st-btn { margin: 5px 0!important}
.share-block.open .sharethis-inline-share-buttons > * { display: block!important; }
.share-button.icon.slidedown .share-block { top:23px; right:-11px;}
.post-list_item .post-footer {text-align: right;}
.buttons {position: relative;}
.dropdown-menu-right {right: 0}
.dropdown-item {cursor: pointer; padding: 10px }
.dropdown-item i {margin-right: 5px}
/* modals*/ 
.modal textarea {
    font-family: 'Inter';
    padding: 7px 16px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-bottom: 2px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    resize: none;
    height: 120px;
    width: 100%;
}

textarea::placeholder {
    /*color: #a5a5a5;*/

    color: #69606D;
}
#follow-category {display: flex; flex-wrap:wrap;}
#follow-category .item { margin-right: 15px; margin-bottom: 15px; }
#follow-category .item span{ display: inline-block; padding:7px 8px 7px 5px; background:#EAF0F4; border-radius: 5px; font-size: 20px; cursor: pointer;}
#follow-category .item img {margin-right: 5px; border-radius: 100%}
#follow-category .item span:hover, #follow-category .item input:checked + span { background: #116DEA; color:#FFF;}

.request_answer-est,
.request_answer-est ul {
    display: flex;
    align-items: start;
    padding: 0;
    margin:0;
}

.request_answer-est ul li {
    width: 15px;
    margin-right: 3px;
    list-style-type: none;
}

.request_answer-est {
    margin-bottom: 15px;
    display: flex;
}

#review_modal .modal-content .request_answer-est ul li {
    width: 34px;
}

#review_modal .modal-content .request_answer-est {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

#review_modal .modal-content .request_answer-est p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #69606D;
}

.request_answer-est p {
    display: flex;
    align-items: center;
    /*margin-bottom: 16px;*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #BDBDBD;
}
/* chat window */
 /*--------------------
Chat
--------------------*/
.chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 0;
  height: 0;
  max-height: 500px;
  z-index: 10000002;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EAF0F4;
  box-shadow: -1px 9px 17px 6px rgba(127, 153, 209, 0.4);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 250ms ease-out;
}
.chat.expand {
    width: 300px;
  height: 80vh;
  opacity: 1;
  cursor: auto;

}
.chatclosed-msg { clear: both;
    text-align: center;
    padding-top: 20px;}
#toast {
    border-width: 1px;
    border-style: inset;
    -webkit-box-shadow: 2px 2px 6px;
    box-shadow: 2px 2px 6px;
    background-color: #e3e3e3;
    padding-top: 11px;
    padding-right: 17px;
    padding-bottom: 11px;
    padding-left: 17px;
    border-radius: 7px;
    opacity: 1;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}


/*--------------------
Chat Title
--------------------*/
.chat .question {padding: 5px;
    background: #116dea;
    color: #FFF;
    font-size: 0.8rem;
}
.chat-title {
  flex: 0 1 45px;
  position: relative;
  z-index: 2;
  color: #000000;  
  text-align: left;
  padding: 10px 10px 10px 50px;
  border-bottom: 1px solid rgba(17, 109, 234, 0.5);
}
.chat-title .heading {
  font-weight: normal;
  margin: 0;
  padding: 0;
  width:90%;
}
 
.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 9px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}

.chat-title button {     
    position: absolute;
    top:10px;
    right: 10px;
    background: transparent;
    border: 0;
    color: #116DEA;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

/*--------------------
Messages
--------------------*/
.messages {
  flex: 1 1 auto;
  color: #000;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.chat .messages-content::-webkit-scrollbar {
  width: 5px;
}
.chat .messages-content::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(17, 109, 234, 0.1);
}
.chat .messages-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(17, 109, 234, 0.2);
}
.chat .preview-imgs-upload { padding:10px 0;}
.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 14px;
}
.messages .message {
  clear: both;
  display: flex;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  background: rgba(0, 0, 0, 0.08);
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 0px;
  position: relative;
  
}
.chat-time-messages {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #898A8D;
    text-align: center;
    margin: 12px 0;
    clear: both;
}

.messages .message .timestamp {
  margin-top: 5px;
  font-size: 10px;
  color: #ccc;
}
.messages .message::before {
  content: "";
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.08);
  left: 0;
  border-right: 7px solid transparent;
}
.messages .message .avatar {
   text-align: center;
   width:30px; height: 30px;
   margin: 0 auto;
}
.messages .message p { margin-right: 0px; margin-left: 5px }
.messages .message.message-personal p { margin-right: 5px; margin-left: 0;word-break: break-word; }

.messages .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: #116DEA;
  text-align: left;
  border-radius: 10px 10px 0 10px;
}
.messages .message.message-personal a {color:#FFF;}
.messages a:hover {text-decoration: underline;}
.messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #257287;
  bottom: -4px;
}
.messages .message.message-personal .timestamp { color:#FFF; }
.messages .message:last-child {
  margin-bottom: 30px;
}
.messages .message.new {
  transform: scale(0);
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
          animation: bounce 500ms linear both;
}
.messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}
.messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/*--------------------
Message Box
--------------------*/
.message-box {
    flex: 0 1 40px;
    width: 97%;
    padding: 10px;
    position: relative;
    border: 1px solid #CCC;
    margin: 10px auto;
    border-radius: 15px;
    display:flex;
    flex-shrink: 0;
}

.message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  color: #000;
  font-size: 12px;
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-y: auto;
}
.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}
.message-box .message-submit {
  color: #fff;
  border: none;
  background: none;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 5px;
  border-radius: 10px;
  outline: none !important;
  transition: background 0.2s ease;
}
.message-box .message-submit:hover {
  background: #ccc;
}
.close-and-rate { text-align: center; padding: 5px }
.close-and-rate span {display: inline-block; padding:5px 10px; cursor: pointer; border-radius: 15px; border:1px solid #aaa; opacity: 0.7}
.close-and-rate span:hover {background: #116DEA; color:#FFF; opacity: 1}
.draw-border {
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}
.draw-border::before {

  border-bottom-width: 2px;
  border-left-width: 2px;
}
.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.draw-border:hover {
  color: #116DEA!important;
}
li.active a.draw-border:before,li.active a.draw-border:after, .draw-border:hover::before, .draw-border:hover::after {
  border-color: #116DEA;
  border-radius: 5px;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

@media (max-width: 550px) {
  .paddingform { padding: 20px 20px;}
  .account-register .search-block {display: none}
  .company-card .company_logo {width: 50px; left:0;}
  #categories {width: auto;}
  .navbar-nav {width: 100%}
  .company-card .info {padding: 20px 15px}
}

.masked {
  background: #eee;
  opacity:.4
}
.masked,
.masked_loading{
  width:100%;
  height:100%;
  position:absolute;
  z-index:998;
  top:0;
  left:0;
}
.masked_loading{
  background: url(ring-alt.svg) center center no-repeat;
}

/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes ball {
  from {
    transform: translateY(0) scaleY(0.8);
  }
  to {
    transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    transform: translateY(0) scaleY(0.8);
  }
  to {
    transform: translateY(-10px);
  }
}

