/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* body {
    visibility: hidden;
} */
:root {
    --primary-color: #3498db;
  }
.slide-items h6 {
    color: #000;
    margin: 4px 0 0;
    font-weight: 300;
}

.top-user-info {
    padding: 2px 0 5px 0;
}

.top-user-info .slick-slide h6 {
    text-align: center;
}

.view-more-btn {
    background: #0e7a0e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-more-btn:hover {
    background: #4a81d4;
    color: #fff;
}

i.user-icon {
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    margin: auto;
    border-radius: 50%;
}

.slider-top .slick-slide {
    padding: 0 8px;
}

.slider-top .slick-slide img {
    width: 100%;
}

/* Header Css Changes */
body .navbar-custom {
    background-color: transparent;
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    right: 0;
}

body[data-sidebar-size="condensed"] .navbar-custom {
    width: calc(100% - 100px);
    position: absolute;
}

body .navbar-custom .topnav-menu .nav-link {
    color: #000;
}

body .button-menu-mobile {
    position: absolute;
    right: -15px;
    top: -50px;
    background: var(--primary-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    z-index: 9999;
    color: #fff;
    border: 0;
}

.left-side-menu .logo-box {
    height: 70px;
    width: 240px;
    float: left;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: absolute;
    top: -70px;
    left: 0;
    background: #fff;
}

/* Top Cards */
body .card {
    border-radius: 4px;
}

.small-card {
    width: 34px;
    text-align: center;
    color: #000;
    background: var(--primary-color);
    height: 34px;
    font-size: 24px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.small-card img {
    height: 18px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.f-15 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

.f-24 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.f-18 b {
    color: #000;
}

.col-spacing {
    margin: 0 -5px !important;
}

.col-spacing > div {
    padding: 0 5px !important;
}

i.event-icon {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 4px;
}

.event-icon img {
    border-radius: 50%;
    width: 50px;
}

.user-list {
    list-style: none;
}

.user-list li {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.user-list li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
}

.user-list li:not(:last-child) {
    margin-right: 4px;
}

.user-list li:last-child span {
    background: green;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.slick .slick-card {
    display: block;
    max-width: 100%;
    color: #fff;
    font-size: 36px;
    position: relative;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid transparent;
}

.slick .slick-card.active {
    border-color: var(--primary-color);
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: -10px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 100;
}

.slick-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #007bff transparent transparent;
    left: 0;
}

.slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #007bff;
    right: 0;
}

.slick .card-image {
    height: 120px;
}

.slick-icons .slick-prev:before {
    content: "\6c";
}

.slick-icons .slick-next:before {
    content: "\6d";
}

.slick-icons .slick-prev:before,
.slick-icons .slick-next:before {
    color: red;
    font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick .slick-card img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.title-24 {
    top: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}

.custom-accordion .card-header {
    cursor: pointer;
    border: 1px solid #ddd;
}

.h-left {
    border-radius: 4px;
    overflow: hidden;
}

.h-left img {
    width: 100%;
}

.f-18 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
}

.f-16 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
}

.custom-accordion .f-16 {
    color: var(--primary-color);
    font-weight: 100;
}

.custom-accordion span.f-16.min-text {
    position: absolute;
    right: 12px;
    top: 0;
    color: #000;
}

.h-content .f-16 b {
    color: rgb(0 0 0 / 50%);
    font-weight: 600;
}

.custom-accordion .form-check + .h-left {
    width: 100px;
    margin: 0 20px;
}

ul.pump-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

ul.pump-list.three-cols li {
    width: 33%;
}

ul.pump-list.two-cols li {
    width: 50%;
}

ul.pump-list.three-cols li b {
    font-size: 18px;
}

.card-header .h-left {
    width: 100px;
}

.card-header {
    position: relative;
}

.card-header .accordion-arrow {
    right: 10px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-header[aria-expanded="false"] .mdi-chevron-down::before {
    content: "\f0142";
}

.card-header[aria-expanded="true"] .mdi-chevron-down::before {
    content: "\f0140";
}

.video-box {
    width: 200px;
}

.video-box iframe {
    width: 100%;
    height: auto;
}

.workout-data {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.workout-data th,
.workout-data tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
}

.workout-data tbody th {
    color: var(--primary-color);
}

.workout-data th,
.workout-data td {
    padding: 10px;
}

.workout-data tbody tr:first-child {
    border-top: 1px solid #ddd;
}

p:last-child {
    margin-bottom: 0 !important;
}

.work-slider .card {
    cursor: pointer;
}

#play-btn {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 36%);
    cursor: pointer;
}

.play-video {
    border-radius: 4px;
    overflow: hidden;
}

.t-red {
    color: var(--primary-color) !important;
}

i.dripicons-clock.align-middle.mr-1 {
    position: relative;
    top: 2px;
}

b.text-white.position-absolute {
    top: 0;
    right: 0;
    background: #00000038;
    color: #fff !important;
    font-size: 12px;
    padding: 2px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.work-slider .card:hover b {
    opacity: 1;
}

.card.p-0.mb-0.rounded-0 {
    border-radius: 8px !important;
    border: 1px solid #e5e8eb !important;
}

.work-slider,
.slick {
    margin: 0 auto -10px;
}

.work-slider {
    margin: 10px auto;
}

.work-slider .slick-slide,
.slick .slick-slide {
    padding: 0 10px;
}

.slick {
    margin: 0 auto -6px;
}

.slick .slick-slide {
    padding: 0 6px;
}

.reps span:not(:last-child) {
    margin-right: 5px;
}

.work-slider .play-video {
    height: 80px;
}

.reps span {
    font-size: 12px;
}

.work-slider h5 {
    font-size: 12px;
}

.workout-data tbody tr:last-child th {
    border-bottom: 0;
}

.h-180 {
    height: 266px;
}

.h-180 img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.men-card .bg-black {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    z-index: 1;
}

/* .men-card .bg-black::after {
    background: url(../images/pilates-concept.webp);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-size: cover;
    background-position: bottom -60px center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
} */

.men-card .bg-black {
    background: url(../images/pilates-concept.webp);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-size: cover;
    background-position: top 88px center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
    /* margin-top: 30px; */
    background-color: #fff !important;
}

.bg-opacity {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff !important;
    padding: 20px;
    height: 100%;
}

/* .bg-opacity h4{color: #fff;} */
body .btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary.focus {
    background-color: #6ec4b8;
    border-color: #6ec4b8;
}

body .btn-group > .btn-group:not(:last-child) > .btn {
    border-radius: 4px !important;
}

body .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.content-page .ribbon-box .ribbon-info {
    background: rgb(0 128 0 / 75%);
}

.content-page .ribbon-box .ribbon-danger {
    background: rgb(255 0 0 / 75%);
}

.content-page
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    right: -4px;
}

.gallery-thumbnail > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 10.666667%;
    max-width: 10.666667%;
}

.reps {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trainers-data .header-title {
    margin: 0 0 7px 0;
    font-size: 0.95rem;
    font-weight: 400;
}

body .auth-fluid .auth-fluid-form-box {
    max-width: 550px;
}

body .auth-brand {
    position: initial;
}

.trainer-icon img {
    width: 70px;
    height: 70px;
}

/* trainer new design css */
.nav-btns-strangth li {
    margin: 5px 10px 6px 0px;
}

.nav-btns-strangth .btn-s {
    height: 31px;
    border: 1px solid #343a40;
    border-radius: 4px;
    color: #343a40;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 15px;
    line-height: -5px;
    text-transform: capitalize;
}

.text-18 {
    font-size: 18px;
    font-weight: 600;
}

.email-text p {
    font-size: 16px;
    color: #787575;
    margin-bottom: 3px !important;
}

.email-text p span {
    color: #f672a7;
}

.text-about {
    color: #98a6ad !important;
    /* font-size: 16px; */
    letter-spacing: 0;
    line-height: 20px;
}

.img-profile {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.img-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.detail-profile {
    padding-left: 15px;
    width: calc(100% - 100px);
}

.detail-profile h4 {
    color: #343a40;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
}

.detail-profile p {
    opacity: 0.5;
    color: #343a40;
    font-size: 16px;
    font-weight: 600;
}

.btn-trainer {
    height: 48px;
    border: 1px solid var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    padding: 3px 22px;
    margin-top: 10px;
}

.card-box-p {
    padding: 24px !important;
}

.card-program {
    min-height: 270px;
    border-radius: 10.93px;
    background-color: #ffffff;
    padding: 20px 35px !important;
}
textarea.form-control {
    height: 100px;
}
.password-hint {
    padding-top: 15px;
}
.password-hint ul {
    padding: 0;
    margin: 0;
}
.password-hint ul li {
    list-style: none;
}
.password-hint span {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}
.card-program h4 {
    color: #343a40;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0px;
    line-height: 25px;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-program h3 {
    color: #28bd00;

    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
}

.red-dot {
    height: 16.4px;
    width: 16.41px;
    border-radius: 9.56px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.red-dot-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
}

.red-dot-text h5 {
    color: #343a40;
    font-size: 18px;
    margin: 0px;
    line-height: 30px;
    font-weight: normal;
}

.red-dot-text p {
    color: var(--primary-color);
    font-size: 24.6px;
    font-weight: 600;
    line-height: 30px;
}

.bg-black {
    background-color: #000 !important;
}

.program-head {
    color: #343a40;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 10px;
}

.img-tab {
    width: 79px;
    height: 78px;
    overflow: hidden;
    border-radius: 10px;
    /* background: linear-gradient(180deg, rgba(60,60,60,0) 0%, #343a40 100%); */
}

.img-tab img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-tab {
    border: 4px solid transparent;
}

.nav-card .nav-link.active .img-tab {
    border: 4px solid var(--primary-color);
}

.nav-card .nav-link {
    padding: 5px 5px !important;
    border-bottom: 1px solid #f5f5f5;
}

.flex-text {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-t {
    color: #343a40;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    width: calc(100% - 80px);
    word-break: break-all;
    position: relative;
}

.nav-card .nav-link.active .tab-t {
    color: #cf3d3c !important;
}

.line-dumble {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
}

.line-dumble img {
    padding: 0px 10px;
}

.push-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.push-up-head a {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.work-tab .play-video {
    height: 80px;
}

.card:hover b {
    opacity: 1;
}

.gallery-img {
    height: 100px;
}

.gallery-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
}

.top-left {
    padding-bottom: 12px;
}
.nav-card {
    /* height: 520px; */
    height: 600px;
    max-height: calc(100% - 0px);
    overflow: auto;
}

.height-s {
    height: 600px;
    max-height: calc(100% - 0px);
    overflow-y: auto;
    overflow-x: hidden;
}
.form-control {
    padding: 1px 10px 5px 10px !important;
}
#reportrange {
    padding-right: 27px !important;
}

/* scroll-bar css */
#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* background-color: #F5F5F5; */
}

#style-4::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    /* border: 2px solid #555555; */
}
.scrollbar {
    /* margin-left: 30px; */
    /* float: left; */
    /* height: 300px; */
    /* width: 65px; */
    /* background: #F5F5F5; */
    overflow-y: auto;
    margin-bottom: 0px;
    overflow-x: hidden;
}

/* .force-overflow
{
	min-height: 450px;
} */
/* end */

/* end */

/*user detail page css  */
.program-head-11 {
    font-size: 21px;
    font-weight: 600;
    color: #343a40;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 10px;
}

/* checkbox-bg clolor */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    color: #000000;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
}
/* .styled-checkbox:hover + label:before {
    background: #f35429;
  } */
/* .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  } */
.styled-checkbox:checked + label:before {
    background: #28bd00;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #28bd00;
}
.styled-checkbox:checked + label:after {
    content: "\f00c";
    position: absolute;
    font-family: fontAwesome;
    left: 2px;
    top: 0px;
    /* background: #EC8A53; */
    width: 2px;
    height: 2px;
    font-size: 16px;
    /* box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; */
    /* transform: rotate(45deg); */
    color: #fff;
}
/* end */

.space-bw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subs-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.subs-plan p {
    margin-bottom: 5px;
    color: #343a40;
    font-size: 18px;
}

.left-h {
    font-size: 18px;
    -webkit-columns: #343a40;
    -moz-columns: #343a40;
    columns: #343a40;
    margin: 0px;
}

.clr-red {
    color: var(--primary-color) !important;
}
.text-bold {
    font-weight: bold;
}

.trainer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 56px);
    text-align: right;
    padding-left: 15px;
}
.fit-trainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trainer-img {
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    width: 56px;
}
.trainer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.trainer-text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #343a40;
    letter-spacing: -0.13px;
}
.trainer-text h6 {
    color: #343a40;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}

.select-week select {
    border-color: var(--primary-color) !important;
    color: var(--primary-color);
}
.select-week select:active {
    color: var(--primary-color);
}

/* end */

.view-text {
    display: block;
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: 0px;
    bottom: -15px;
    line-height: initial;
}

.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b-right {
    border-right: 1px solid #f1f0f0;
}

.program-tab.active {
    background: #f5f5f5 !important;
    border-radius: 8px 0px 0px 8px;
}

.lh-18 {
    line-height: 18px;
    height: 37px;
}

.img-modal {
    height: 300px;
}
.img-modal img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.select2-selection__choice__remove span {
    position: absolute;
    bottom: -2px;
    left: 2px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple {
    padding: 5px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 0px;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}

/* Media Css */
@media (min-width: 990.98px) {
    body .content-page {
        margin-top: 10px !important;
    }

    body .navbar-custom {
        width: calc(100% - 270px);
        background: #fff;
        padding: 5px 0 !important;
        height: 80px;
    }

    body .navbar-custom {
        width: calc(100% - 270px);
        border-bottom-left-radius: 12px;
    }
}

@media (max-width: 991.98px) {
    body[data-sidebar-size="condensed"] .navbar-custom {
        width: 100%;
    }

    .top-user-info {
        width: calc(100% - 50px);
        margin-left: auto;
    }

    body .navbar-custom {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        width: 100%;
    }

    body .button-menu-mobile {
        right: -13px !important;
        left: auto;
        color: #000 !important;
        top: 4px !important;
    }

    .view-more-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.column-count {
    column-count: 3;
}

.btn-brows {
    display: block !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    font-size: 16px;
    text-align: center !important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.profile-up {
    box-shadow: none;
    opacity: 0;
    position: absolute;
    top: 0px;
    z-index: 99;
    font-size: 1000px;
}

.list-ul ul {
    padding-left: 22px;
}
.text-heading {
    font-size: 16px;
    color: #000;
}
.list-ul {
    margin-top: 20px;
}

.img-avt {
    height: 72px;
    width: 72px;
    overflow: hidden;
    margin-right: 15px;
}
.img-avt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-r {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 90px) !important;
}

.video-thumb {
    height: 500px !important;
    overflow: hidden;
}
.video-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.shadow2 {
    box-shadow: 0px 5px 15px rgb(0 0 0 / 33%) !important;
}
.video-body .video {
    max-height: 80vh;
}
.text-sm-right .select2-results__option {
    padding: 6px 7px;
    font-size: 12px !important;
}

a.nav-link.right-bar-toggle.waves-effect.waves-light::before {
    content: "Notifications";
    color: #000;
    display: none;
}
.notification-list:hover
    a.nav-link.right-bar-toggle.waves-effect.waves-light::before {
    display: block;
    content: "Notifications";
    padding-right: 5px;
}
.notification-list:hover .right-bar-toggle.waves-effect.waves-light {
    width: auto !important;
    border-radius: 4px !important;
    transition: all 0.2s;
}

.right-bar-toggle.waves-effect.waves-light {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    z-index: 1;
    overflow: hidden;
}


.cover_image{
    height: 300px;
    border-radius: 8px;
    position: relative;
}
.cover_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;}

.outer-cover{
    height: 280px;
    border-radius: 8px;
    position: relative;
}

.outer-cover img{height: 100%;
width: 100%;
object-fit: cover;
border-radius: 8px;}


.file-pos {
    height: 50px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 16px;
}
.file-pos input{position: absolute;font-size: 200px;opacity: 0;}
.file-pos:hover{cursor: pointer;}

.profile-browse {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 8px solid rgba(255,255,255,0.3);
    box-shadow: 0px 4px 6px rgba(0,0,0,.2);
    box-sizing: initial;
    background-clip: padding-box;
    /* margin-top: -40px; */
    z-index: 999;
    position: relative;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.profile-browse .img-p{height: 100%;width: 100%;object-fit: cover;border-radius: 50%;}

.brouse-profile {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: -20px;
    bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0,0,0,.2);
    box-sizing: initial;
    border: 3px solid rgba(255, 255, 255, .5);
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brouse-profile input{opacity: 0;position: absolute;font-size: 100px;}
.brouse-profile i{color: #000;font-size: 16px;}

@media only screen and (min-width: 100px) and (max-width: 991px) {
    body[data-sidebar-size="default"] .content-page {margin-left: 240px !important;}
    body.sidebar-enable .content-page {margin-left: 80px !important;}
     
    body.sidebar-enable .left-side-menu #sidebar-menu .menu-title,
    body.sidebar-enable .left-side-menu #sidebar-menu > ul > li > a span {display: none;}
    body.sidebar-enable .logo span.logo-lg img, .logo span.logo-sm img {width: 40px;}
    .logo-box .logo {line-height: 20px;}
    .btn-group.mr-1 {width: 100%;}
     
    body.sidebar-enable .left-side-menu {width: 80px;}
     
    .left-side-menu {display: block;}
    .left-side-menu .logo-box {background: #fff; display: block;width: 100% !important;}
    body .button-menu-mobile {top: 0; left: auto; right: 0;}
    }
    @media only screen and (min-width: 100px) and (max-width: 676px) {
        body[data-sidebar-size="default"] .content-page {margin-left: 0px !important;}
        body.sidebar-enable .content-page {margin-left: 80px !important;}
    }
    div#table-format {overflow-x: scroll; background: #fff;}
    body .button-menu-mobile {top: 0;}

    .ranges li.active {
        color: #fff !important;
        background-color: #727df4 !important;
    }