/* RTL-Joory-Bold */
/*
@font-face {
    font-family: 'Joory';
    src: url('./../fonts-front/RTL-Joory-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*/

.top-navbar {
    background-color: var(--secondary) !important;
    padding: 10px 0;
}

.top-navbar .top-nav__btn {
    color: var(--white) !important;
    background-color: #000;
    border-radius: 100px;
    padding: 4px 20px;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
.top-navbar .top-nav__btn:hover {
    background-color: var(--primary);
}
.aiz-header {
    box-shadow: none !important;
    background-color: #ffffff;
    border-width: 0px !important;
}
.aiz-header .nav-link span {
    background: none !important;
    color:#808080 !important;
    font-weight: bold !important;
    transition: all .3s ease-in-out;
    font-family: inherit;
    font-size: 18px;
}

.aiz-header li.active-nav-link .nav-link span,
.aiz-header .nav-link:hover span
 {
    color: var(--primary) !important;
}

.x-banner {
    min-height: 100vh;
}
.x-banner__box {
    margin: 20px;
    padding:5px;
    border-radius: 10px;
    height: 100%;
    background-color: #FEF8EC;
}

.x-banner .x-banner__img,
.x-banner .x-banner__img img{
    width: 90%;
}
.x-banner__img {
    max-width: 700px;
}
.x-banner .banner-form {
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.w-md-90 {
    width: 90%;
}
.x-w-sm {
    width: 350px
}
.x-w-md {
    width: 450px
}

@media screen and (max-width: 950px) {
    .x-banner__box {
        margin: 10px;
        padding:10px;
    }
    .x-banner .banner-form {
        padding: 0px 0px;
    }
    .w-md-90 {
        width: 100%;
    }
    .x-w-sm, .x-w-md {
        width: 100%;
    }
}
.btn:not(.btn-circle), .btn-primary:not(.btn-circle), .btn-light:not(.btn-circle) {
    border-radius: 20px;
    font-weight: bold;
    /*padding: .4rem .75rem !important;*/
    height: 3.125rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.btn-primary:not(.no-hover):hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.x-btn {
    padding: 0.7rem 1.6rem !important;
    border-radius: 15px;
    min-width: 9rem;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    color: #808080;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 1.5rem;
    transition: all .3s ease-in-out;
    border-width: 0px;
}
.x-btn-grad {
    padding: 1rem 2rem !important;
    border-radius: 25px;
    min-width: 10rem;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
    color: #FFFFFF;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6rem;
    transition: all .3s ease-in-out;
    border-width: 0px;
    position: relative;
    overflow: hidden;
}
.x-btn-grad:before {
    content: '';
    background: linear-gradient(to right, rgba(174, 35, 36, 0.6) 0%, var(--primary) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}
.x-btn-grad:hover {
    color:var(--primary);
}
.x-btn-grad:hover:before {
    opacity: 0;
}
.x-btn-sm {
    padding: 0.7rem 1.5rem !important;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.1);
    color: #808080;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 1.3rem;
    transition: all .3s ease-in-out;
    border-width: 0px;
}
.aiz-navbar .x-btn-sm {
    padding: 0.4rem 1.2rem !important;
    border-radius: 30px;
    font-size: 1.2rem;
}
.x-btn-primary,.x-btn.btn-primary,.x-btn-sm.btn-primary {
    background-color: var(--primary);
    color: #FFFFFF !important;
}
.x-btn-primary:hover,.x-btn.btn-primary:hover,.x-btn-sm.btn-primary:hover {
    background-color: var(--secondary);
}
.x-btn-secondary,.x-btn.btn-secondary,.x-btn-sm.btn-secondary {
    background-color: var(--secondary);
    color: #FFFFFF !important;
}
.x-btn-secondary:hover,.x-btn.btn-secondary:hover,.x-btn-sm.btn-secondary:hover {
    background-color: var(--dark);
}
.x-btn-group {
    border: 0px solid #f3f3f3;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.x-btn-group-2 {
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    border-width: 0px;
    padding: 10px 0;
}
@media screen and (max-width: 750px) {
    .x-btn-group-2 {
        gap:0.5rem;
    }
    .hide-mobile {
        display:none !important;
    }
}
.btn-group-rounded, .btn-group-rounded .btn, .btn-group-rounded .x-btn {
    border-radius: 50px !important;
    box-shadow: none !important;
    overflow: hidden;
}
.btn-group-rounded button:not(.x-btn-primary) {
    color: var(--secondary);
}
.btn-group-rounded button {
    font-size: 1.5rem;
    width: fit-content;
    min-width: fit-content;
}

.x-btn-group .btn {
    min-width: 13rem;
    text-align: center;
    border-radius: 20px !important;
    transition: all 0.3s ease-in-out;
    font-size: 1.8rem;
    margin: 0;
    font-weight: bold;
    height: 3.3rem !important;
}
.x-btn-group .btn:not(.btn-primary) {
    color: #808080;
}
@media screen and (max-width: 950px) {
    .x-btn-group .btn {
        min-width: 8rem;
        font-size: 1rem;
        height: 2.5rem !important;
    }
}
.x-btn.x-btn-lg {
    padding: 1rem 2.4rem !important;
    font-size: 26px;
    border-radius: 20px;
    min-width: 8rem;
    max-width: 100%;
    text-align: center;
}
.x-btn:hover {
    background-color: var(--secondary) !important;
    color: #FFFFFF !important;
}
.form-control, .bootstrap-select .dropdown-toggle {
    border-color: #bfbfbf !important;
    border-radius: 20px;
    height: 3rem;
    color:#4d4d4d;
    font-size: 1rem;
    accent-color: var(--primary) !important;
    box-shadow: none !important;
}
.filter-option-inner-inner, .dropdown-item {
    color: #727272;
    font-size: 1.05rem;
}
.form-control:focus, .form-control:hover {
    border-color: var(--primary) !important;
}
.form-label.text-primary-grad, .form-label {
    padding: 0 5px;
    font-size: 1rem;
    color:#4d4d4d;
    font-weight: normal;
    background: none;
    margin-bottom: 0.2rem;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.filter-option {
    display: flex;
    align-items: center;
}
.x-banner .x-banner-form {
    padding: 50px 10px;
    margin-bottom: 0.5rem;
}
.text-black {
    color: #000 !important;
}
.x-alt-font {
    font-family: inherit;
}
.x-title-main {
    margin-bottom: 1.5rem;
}
.x-title-main span {
    position: relative;
    color:#000 !important;
    font-weight: 700;

}
.x-title-main span:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 20px;
    width: 81px;
    background-image: url('../img/title-path.png');
}

/* cards */
.x-item-1 {
    display: flex;
    flex-direction: row;
    text-decoration: none !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 30px;
    align-items: center;
}
.x-item-1 img {
    width: 20px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.x-item-1 h4 {
    font-weight: bold;
    font-size: 1.4rem;
    color:#808080;
    padding: 0 10px;
    margin: 0;
    text-align: center;
}
@media screen and (max-width: 950px) {
    .x-item-1 h4{
        font-size: 1.2rem;
    }
}
.x-item-1 .x-item-1__number {
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    font-size: 3rem;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: var(--primary);
}
.x-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.05);
    border-width: 0px;
    background-color: #FFFFFF;
}
.profile-card .card {
    border-radius: 29px;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.05);
    background-color: #FFFFFF;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    margin-top:40px;
    padding-top:20px;
}
/*.profile-card .card:hover {*/
/*    border-color: var(--primary);*/
/*}*/
.profile-card .card .card-header {
    /*background: linear-gradient(45deg, rgb(242 243 248) 50%, rgb(174 35 36) 50%);*/
    color: #000000 !important;
    /*border-width: 0px;*/
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    background-color: rgb(174 35 36 / 19%);
    transform: translateY(-80%) translateX(-30px);
}
.x-banner-bg {
    background: linear-gradient(45deg, rgb(242 243 248) 30%, rgb(174 35 36) 30%);

}
.x-card-member {
    border-radius: 50px;
    overflow: hidden;
    border: 0px solid transparent !important;
    max-width: 280px;
    box-shadow: 0px 0px 44px 0px rgb(191 191 191 / 25%);
    margin: auto;
}
.x-card-member .x-card-content {
    /*border-top: 1px solid #f3f3f3;*/
    font-size: 1rem;
    font-weight: 300;
}
.rounded-xl {
    border-radius: 30px;
}
.hover-primary-card, .hover-primary-card h4, .x-card {
    transition: all .3s ease-in-out;
}
.hover-primary-card:hover {
    border-color: var(--primary) !important;
}
.hover-primary-card:hover h4 {
    color: var(--primary) !important;
}

.x-card-avatar {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.x-card-online:after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #00c853;
}
.x-card-avatar img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.gap-1 {
    gap: 0.5rem;
}
.gap-2 {
    gap: 1rem;
}
.gap-5 {
    gap: 4rem;
}
.bg-secodary-100 {
    background-color: rgba(80, 73, 135, .1);
    padding: 5px;
    border-radius: 5px;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.2);
      }
  }


.x-btn-sm-action {
    height: 25px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    border-radius: 20px;
    font-weight: bold;
    border-width: 0px;
    transition: all .3s ease-in-out;
    background-color: #FFF;
}
.x-btn-sm-action:hover {
    background-color: #C5C5C5;
}
.x-btn-sm-action-primary {
    background-color: var(--secondary);
    color: #FFF;
}
.x-btn-sm-action-primary:hover {
    background-color: #000;
}
.x-btn-icon-bounce:hover i {
    animation: bounce 1s infinite; /* Apply the animation */
    color: var(--primary) !important;
}
.dropdown-item:hover {
    color: #FFFFFF !important;
}
.x-card-icon-action {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.x-card-icon-action:hover {
    background-color: rgb(174 35 36 / 30%);
}
.x-card-icon-action:hover i {
    animation: bounce 1s infinite; /* Apply the animation */
}


.search-section {
    position: relative;
    margin-bottom: 10rem;
    margin-top: 50px;
}
.search-section .slick-track:empty {
    min-height: 200px;
    background-color: #4d4686;
    position: relative;
    width: 100% !important;
    border-radius: 40px;
    background-image: url(../img/empty-box.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
    .search-section {
        margin-bottom: 0rem;
    }
}
.overflow-x-hidden {
    overflow-x: hidden;
}
/*.search-section:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 200px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: calc(100% - 30%);*/
/*    z-index: 1;*/
/*    background-color: var(--secondary);*/
/*}*/
.bottom-path {
    width: 100%;
}
.section-end {
    content: "";
    border-radius: 30px;
    position: absolute;
    z-index: 1;
    width:100%;
    height: 250px;
    bottom:-200px;
}
.section-start {
    content: "";
    border-radius: 30px;
    position: absolute;
    z-index: 0;
    min-width:100%;
    min-height: 100%;
    top:0px;
    left:0px;
}

@media screen and (max-width: 950px) {
    .section-start {
        width:200%;
    }
}
/* Apply styles only on medium-sized screens and larger */
@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute !important;
    }
}

.text-gray {
    color:#808080
}
body {
    font-size: 1rem;
}
@media screen and (max-width: 1200px) {
    body {
        font-size: 0.8rem;
    }
}
.text-lg {
    font-size: 1.4rem;
}
.section-path {
    position: absolute;
    top:-100px;
    right:-60px;
}
.max-w-full {
    max-width: 100%;
}

.max-w-50 {
    max-width: 50%;
}


/* happy story */
.x-card-avatar-2 {
    height:90px;
    min-width:90px;
    max-width:90px;
    box-shadow: 0px 0px 0px 10px #bab6cf;
    margin: 15px;
    background-color: var(--secondary);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.x-card-avatar-2 img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.x-card-story {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,.05);
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    padding:15px 20px;
    width: 25rem;
    max-width:100%;
    margin: 0 auto;
}
.x-card-story h4 {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 1.5rem;
}
.x-card-story p, .x-card-story div {
    color:#808080;
    font-size: 1.2rem;
}
.x-card-story p {
    margin:0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* number of lines to show */
}
.x-slider-center .slick-slide .x-card-story {
    transform: scale(0.8);
    opacity: 0.6;
    transition: .4s ease-in-out;
    position: relative;
    z-index: 1;
}
.x-slider-center .slick-slide.slick-current.slick-active.slick-center .x-card-story{
    transform: scale(1.1);
    opacity: 1;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 950px) {
    .x-slider-center .slick-slide.slick-current.slick-active.slick-center .x-card-story {
        transform: scale(1);
        opacity: 1;
    }
    .x-card-story {
        width: 100%;
    }
}
.x-card-story:hover {
    background-color: #F5F5F5;
    border-color: var(--primary);
}
.x-slider-arrows-2 .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border:2px solid #FFF;
    top:105%;
    box-shadow: none;
}
.x-slider-arrows-2 .slick-arrow i {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary);
}
.x-slider-arrows-2 .slick-arrow:hover {
    background-color: var(--primary);
}
.x-slider-arrows-2 .slick-arrow:hover i {
    color: #FFF;
}
.x-slider-arrows-2 .slick-prev {
    left: calc(50% - 70px);
}
.x-slider-arrows-2 .slick-next {
    right: calc(50% - 70px);
}
@media screen and (max-width: 750px) {
    .x-slider-arrows-2 .slick-arrow {
        top:50%;
    }
    .x-slider-arrows-2 .slick-prev {
        left: 0px;
    }
    .x-slider-arrows-2 .slick-next {
        right:0px;
    }
}

.x-slider-arrows-3 .slick-arrow {
    border: 0px solid transparent;
    background-color: var(--secondary);
    box-shadow: none !important;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.x-slider-arrows-3 .slick-arrow i {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
}
.x-slider-arrows-3 .slick-prev {
    transform: translateX(-30px);
}
.x-slider-arrows-3 .slick-next {
    transform: translateX(30px);
}
@media screen and (max-width: 950px){
    .x-slider-arrows-3 .slick-prev {
        transform: translateX(10px);
    }
    .x-slider-arrows-3 .slick-next {
        transform: translateX(0px);
    }
}

    /* blogs */
.card-md {
    width: 30rem;
    max-width: 100%;
    border:2px solid transparent;
    transition: all .3s ease-in-out;
}
.card-md-hover:hover {
    border-color: var(--primary);
}
.card-md-hover-2:hover {
    background-color: var(--soft-primary);
}
.card-md .card-title {
    color:#4d4d4d !important;
}
/*@media screen and (max-width: 950px) {*/
/*    .card-md {*/
/*        width: 100%;*/
/*    }*/
/*}*/


.x-section-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.x-card-blog {
    border-radius: 30px;
    overflow: hidden;
    border-width: 0px;
    background-color: #FFFFFF;
    width: 23rem !important;
    margin: 0 auto;
    max-width: 100% !important;
    box-shadow: 0px 1px 20px 0px rgba(174, 35, 36, 0.2);
}
.x-card-blog .x-card-blog__img {
    height: 14rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
}
.x-card-blog .x-card-blog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.x-card-blog .card-img-top {
    height: 14rem;
    object-fit: cover;
}
.x-card-blog .card-body {
    color: #FFF;
    padding:15px 30px;
    border-radius: 0px;
    background: linear-gradient(to right, rgba(174, 35, 36, 0.6) 0%, var(--primary) 100%);
}
.x-bg-grad {
    background: linear-gradient(to right, rgba(174, 35, 36, 0.6) 0%, var(--primary) 100%);
}
.x-card-blog .card-body .card-title {
    font-size: 2rem;
}
.x-card-blog .card-body p {
    margin-bottom: 3px;
    overflow: hidden;
    font-size: 1.1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 5rem;
    -webkit-line-clamp: 3; /* number of lines to show */
}
.x-card-blog .card-body .btn {
    border-radius: 15px;
    min-width: 8rem;
    padding: 4px 25px;
    font-size: 1.2rem;
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFF;
}
.x-card-blog .card-body .btn:hover {
    background-color: #FFF !important;
    color: var(--primary);
}
.text-sm {
    font-size: 0.8rem;
}
.btn-sm {
    border-radius: 15px;
    min-width: 5rem;
    padding: 4px 15px;
    font-size: 1rem;
    background-color: transparent;
    color: #808080;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    text-align: center;
    height: 2.7rem !important;
    align-items: center;
    justify-content: center;
    display: flex;
}
.btn-sm:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #FFF;
}


/* footer */
.aiz-footer {
    background: var(--secondary);
}
.aiz-footer p {
    color: #FFF;
}
.bottom-path path {
    fill: var(--secondary) !important;
}

.modal-content {
    border-radius: 2rem;
}
.modal-title {
    font-size: 1.5rem;
}
.x-profile-taps {
    border-radius: 30px;
    background-color: #f2f3f8;
    flex-direction: row;
    flex-wrap: unset;
    overflow-x: scroll;
}
.x-profile-taps::-webkit-scrollbar {
    height: 3px;
}
.x-profile-taps::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.x-profile-taps::-webkit-scrollbar-thumb {
    background: #888;
}
.x-profile-taps::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.x-profile-taps .nav-item {
    min-width: fit-content !important;
}
.x-profile-taps .btn {
    font-size: 1rem !important;
    padding: 6px 10px !important;
    height: 2.5rem !important;
}
.x-profile-taps .btn.active {
    background-color: var(--primary) !important;
    color: #FFF !important;
    border-radius: 30px !important;
}
.input-group .input-group-text {
    border-radius: 0px 20px 20px 0px !important;
}
.input-group .form-control.file-amount {
    border-radius: 20px 0px 0px 20px !important;
}
.w-fit {
    width: fit-content;
}

.main-header-sticky, .main-header-sticky .logo img {
    transition: all .3s ease-in-out;
}
.main-header-sticky.active {
    background-color: #FFF;
    right: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.main-header-sticky.active .logo img {
    height: 80px !important;
}
@media screen and (max-width: 750px) {
    .main-header-sticky.active .logo img {
        height: 70px !important;
    }
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    font-size: 1rem !important;
}
.nav-link {
    padding: 0.5rem 0.5rem !important;
}

@media screen and (max-width: 1200px) {
    .scale-xs-8 {
        transform: scale(0.8);
    }
}
.x-banner .slick-track {
    align-items: center;
    display: flex;
}
/*.irs--flat .irs-line,*/
/*.irs--flat .irs-bar {*/
/*    height: 8px;*/
/*}*/
.file-preview.box .remove .btn, .close-btn {
    padding: 0px 0px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    color:#808080;
    border: 1px solid #808080;
    background-color: #FFFFFF;
    font-size: 0.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-box iframe {
    height: 250px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

html, body {
    scroll-behavior: smooth;
}


.x-scroll-down {
    position: fixed;
    bottom: 80px;
    left: 30px;
    z-index: 1000;
    height: 40px;
    width: fit-content;
    border-radius: 80px;
    display: flex;
    padding: 0px 10px;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid var(--secondary);
    font-size: 1rem;
    animation: bounce 1.5s infinite;
    text-decoration: none;
    color: var(--secondary);
    transition: all .3s ease-in-out;
    gap: 0.5rem;
}
.x-scroll-down:hover {
    background-color: var(--primary);
    color: #FFFFFF;
    border-color: transparent;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}


#round-slider, .noUi-target {
    height: 10px;
}

#round-slider .noUi-connect, .noUi-target .noUi-connect {
    background: var(--primary);
}

#round-slider .noUi-handle, .noUi-target .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    left: -9px; /* half the width */
    right: auto;
    border-radius: 9px;
}
.noUi-tooltip {
    height: 20px;
    font-size: 12px;
    padding:0 3px;
    font-weight: 200;
    font-family: arial;
    border-color: var(--primary);
    background-color: var(--primary);
    color: #FFF;
}
.noUi-target {
    background: #e9e9e9;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: none;
}

.chat-coversation .avatar {
    margin-right: 0px;
    margin-left: 15px;
}

.aiz-timeline-accordion {
    position: relative;
}
.aiz-timeline-accordion .accordion-head:after {
    content: "\f078";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    height: 32px;
    width: 35px;
    display: flex;
    border-radius: 5px;
    /* border: 1px solid #eef0f4; */
    position: absolute;
    top: 6px;
    left: 6px;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}
.line-5 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    height: 9rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
td a.btn, .x-btn-circle {
    aspect-ratio: 1/1;
    display: flex;
    min-width: 2.7rem;
    border-width: 0px;
    display: flex !important;
}
.btn-soft-secondary:hover {
    color: #FFF !important;
}

.active-botttom-bar-item {
    background-color: var(--primary);
    color: #FFF !important;
    border-radius: 10px;
}

.active-botttom-bar-item img, .active-botttom-bar-item svg {
    filter: brightness(0) invert(1);
}

.border-b {
    border-bottom:1px solid #CCC;
}
.aiz-user-sidenav-wrap {
    position: relative;
    padding-top: 0px !important;
    overflow: hidden;
    border-radius: 20px !important;
    box-shadow: 0px 0px 5px 5px #ebedf245 !important;
    border-width: 0px !important;
}
.aiz-user-sidenav__top {
    position: absolute;
    height:160px;
    width: 100%;
    background-color: var(--secondary);
    z-index: 0;
}
.aiz-user-sidenav {
    z-index: 1;
    position: relative;
}
.aiz-user-sidenav .avatar {
    position: relative;
}
.aiz-user-sidenav .avatar:after {
    content: '';
    position: absolute;
    background-image: url('/public/assets/img/avatar-vector.png');
    background-size:cover;
    background-position: center;
    height: 80px;
    width: 80px;
    top: -10px;
    left: -8px;
}
.aiz-user-sidenav__top img {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.aiz-user-sidenav .aiz-side-nav-link.active, .aiz-user-sidenav .aiz-side-nav-link:hover {
    background-color: transparent;
    color: var(--primary);
}
.mobile-only {
    display: none;
}
@media screen and (max-width: 750px) {
    .aiz-user-sidenav-wrap {
        border-radius: 0px !important;
    }
    .mobile-only {
        display: initial !important;
    }
}
.bg-secondary-light {
    background-color: rgb(80 73 135 / 8%) !important;
    border-radius: 20px;
    border-width: 0px !important;
}
.input-group-append button {
    height: 3rem !important;
}
textarea.form-control {
    min-height: 3rem !important;
}
ul.social a {
    display:flex;
    align-items:center;
    justify-content:center;
}