.custom_hidden {
    display: none !important;
}

.teky_effects {
    display: none;
}

.icon-teky-loading {
    background-image: url(../../icons/loading.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: white;
    display: inline-block;
    filter:none !important;
    -webkit-filter: none !important;
    border-radius: 5px;
}

.c-recruitment-is_new_tag {
    top: 0;
    right: -24px;
    position: absolute;
    filter: none !important;
    -webkit-filter: none !important;
    border-radius: 5px;
}
.c-recruitment-is_new_tag-icon48 {
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(../../icons/hiring.svg);
    mask-image: url(../../icons/hiring.svg);
    background-color: #fcf055;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-recruitment-is_new_tag-text {
    /* transform: rotate(45deg); */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff0000;
    font-style: normal !important;
}

.content-height {
    min-height: calc(100vh - 60px - 544px);
}

@media (max-width: 1199.98px) {
    .content-height {
        min-height: calc(100vh - 60px - 574px);
    }
}

@media (max-width: 991.98px) {
    .content-height {
        min-height: calc(100vh - 60px - 848px);
    }
}

@media (max-width: 767.98px) {
    .content-height {
        min-height: calc(100vh - 60px - 1108px);
    }
}

@media (max-width: 575.98px) {
    .content-height {
        min-height: calc(100vh - 60px - 1124px);
    }
}

.teky-loading-icon32 {
    background-image: url(../../icons/loading.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    filter:none !important;
    -webkit-filter: none !important;
    border-radius: 5px;
}

.a-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.a-loadmore{
    display: block;
    text-align: left;
    padding: 10px 0;
    color: #0654BA;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.a-loadmore:hover{
    color: #0654BA;
    text-decoration: none;
}

.c-feed-post__content pre{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    font-family: Quicksand;
    word-break: normal;
    white-space: pre-wrap;
}

.c-dropdown-user__menu {
  visibility: hidden;
  opacity: 0;
  border: 1px solid #5dc2a7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  top: calc(100% + 12px);
  left: -81px;
  width: 200px;
  background: #ffffff;
}

.c-dropdown-user__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-dropdown-user__menu ul li {
  width: 100%;
  /* border-bottom: 1px solid #e8edfc !important; */
  height: 50px;
  padding: 3px;
}

.c-dropdown-user__menu ul li a {
  color: black;
  font-weight: 700;
  /* display: inline-block !important; */
  font-size: 12px;
  padding: 13px 0;
}

.c-dropdown-user__menu ul li a span {
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  left: -9px;
  position: relative;
}

.c-dropdown-user__menu ul li a:hover span {
  color: #5dc2a7;
}

.c-dropdown-user__menu ul li a:hover i.icon {
  background-image: url("../images/icons/icon-delete-teky.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  filter:none !important;
  -webkit-filter: none !important;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-dropdown-user__menu ul li i {
  margin-left: 0;
  margin-right: 10px;
}

.c-dropdown-user__menu ul li:last-child {
  border-bottom: none !important;
}

.c-dropdown-user__menu:before {
  content: "";
  top: -14px;
  left: 45%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/teky/dropdown-user__menu.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  width: 60px;
  height: 15px;
}

.c-dropdown-user__menu.active{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.c-dropdown-user__menu a.dropdown-item{
    background: #ffffff00 !important;
    display: flex;
    justify-content: center;
}

.icon20-delete{
    background-image: url("../images/icons/icon-delete-teky.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    filter:none !important;
    -webkit-filter: none !important;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-detail-iframe iframe{
    height: 50vh;
    border: none;
}

.comment-area{
    padding: 2px 0 0 0 !important;
}
.js-comment{
    display: flex;
    justify-content: center;
    position: relative;
}

/* .groupItems__comment{
    display: block !important;
} */

.text_teky_green{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    font-family: Quicksand;
    word-break: normal;
    white-space: pre-wrap;
    color: #5dc2a7;
}

.reply_to{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.c-reply_to{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -5px;
    text-align: center;
}

.c-text-fw700{
    font-weight: 700;
}

.groupItems__form{
    margin-top: 10px;
    position: relative;
}

.t_is-left{
    text-align: start !important;
}

.groupItems__form .user__thumb {
    width: 48px !important;
    margin-right: 10px;
}
.gift-exchange-page .gift-product li .gift-thumb{
    margin: auto;
}

.color-items{
    border-style: solid;
    border-width: 1px;
}

.color-items:hover{
    border-width: 2px !important;
}

.color-items.active{
    border-style: solid;
    border-width: 2px;
    border-color: #5dc2a7;
}
.modal-sticker {
    position: absolute;
    right: 3px;
    bottom: 50px;
    width: 255px;
    height: 270px;
    border: 0.5px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 666;
    display: none;
    overflow: hidden;
    overflow-y: auto;
}
.modal-sticker::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.modal-sticker::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #5dc2a7;
}

li img.img-sticker{
    width: calc(255px / 5);
    height: auto;
    cursor: pointer;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.sticker-body {
    display: flex;
    flex-direction: column;
}

.post-detail-chat .modal-sticker{
    bottom: 40px;
}

.box-icon-comment.active::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    border-style: solid;
    border-width: 7px 13px 0 13px;
    border-color: #ccc transparent transparent transparent;
}
.box-icon-comment{
    position: relative;
}

a.t_Project_author-profile:hover{
    text-decoration: none;
    color: #000 !important;
}