@font-face {
    font-family: medium;
    src: url('/panel/font1/Poppins-Medium.otf');
}

@font-face {
    font-family: bold;
    src: url('/panel/font1/Poppins-Bold.otf');
}

@font-face {
    font-family: light;
    src: url('/panel/font1/Poppins-Light.otf');
}

.modal-title {
    color: #ffffff;
    font-size: 18px;

}

.verifymodal .modal-body {
    padding-left: 20;
    padding-right: 20;
    padding-top: 5px;
    padding-bottom: 5px;

}

.verifymodal .hr {
    /* margin: 0px; */
    border-top: 1px solid #d9d9d9;

}


.verifymodal .modal-body .body {
    color: #707070;
    font-family: medium;

}

.verifymodal .container {
    padding: 0px 20px;
    padding-bottom: 15px;

}

.verifymodal .container .row {
    display: flex;
    justify-content: space-between;

}

.verifymodal .container .first {
    width: 50%;
}

.verifymodal .container .second {
    width: 50%;

}

.verifymodal .container .first a {
    color: #ffffff !important;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: #161616;
    transform: translateY(1px);
    /* outline: none; */


}

.verifymodal .container .reject a {
    color: #FFF !important;
    box-shadow: none !important;
    border: none !important;

    background-color: #D5353B !important;
}



.verifymodal .container .second a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    outline: none;
    margin-top: 2px;
    border: 1px solid #fff;
    /* border: 1px solid #00946E; */
    background-color: #00946e;

}

.verifymodal .container .first button {
    color: #120000 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    width: 100%;
    border: 1px solid #d9d9d9;

    transform: translateY(1px);
    /* outline: none; */


}

.verifymodal .container .second button {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    width: 100%;
    outline: none;
    margin-top: 2px;
    /* border: 1px solid #00946E; */
    background-color: #00946E;

}

.deleteModal .container .second a {
    color: #FFF;
    background-color: #D5353B !important;

}



/* .card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
     box-shadow: 0 0 1px 1px #2ecc71;
} */

.newbtn {
    border: 1px solid #07c92e !important;
    background-color: #e6ffeb !important;
    padding: 20px !important;
    color: #07c92e !important;
    font-weight: normal !important;
    height: 45px !important;

}

.newbtn2 {
    border: 1px solid #D5353B !important;
    background-color: #fff0f1 !important;
    padding: 20px !important;
    color: #D5353B !important;
    font-weight: normal !important;
    height: 45px !important;
}

/* a.newbtn:hover{
    border: 1px solid #00946E !important;
    background-color: #00946E !important;
} */

/* a.newbtn{
    color: #5ded7a !important;

} */
.newbtn1 a {
    background-color: #D5353B !important;

}









.bannerimg {
    height: 400px;
}

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

.Category-Card {
    height: 420px !important;
    position: relative;
}

.card-links {
    position: absolute;
    top: 10px;
    /* Adjust this value as needed for vertical position */
    right: 10px;
}

.card-links .form-check-input {
    width: 25px;
    height: 25px;
}

.info-links {
    position: absolute;
    top: 10px;
    /* Adjust this value as needed for vertical position */
    left: 10px;
}

.info-links a {
    display: flex;
    color: #000000;
    padding: 2px 2px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    text-align: center;
}


.card-links a {
    display: flex;
    color: #000000;
    padding: 2px 2px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    text-align: center;
    margin-left: 10px !important;
}

.card-links .remove-icon {
    display: flex;
    color: #000000;
    padding: 2px 2px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    text-align: center;
    margin-left: 10px !important;
}

.Category-Card .card-body {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 20px;
}

.Category-Card .card-img-top {
    height: 100%;
    border: 2px solid #ffffff;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}





.col-card .card-img-top {
    height: 140px !important;
    width: 100%;
}

img {
    cursor: pointer !important;
}



.h-px {
    min-height: 500px;
    height: auto;
}

.menu-item .bg-danger {
    background-color: #ff4d4f !important;
}

.layout-menu .brandborder {
    background-color: #ffffff;
    height: 1px;
    opacity: 30%;
}

.app-brand-text {
    display: flex;
    align-items: center;
    /* Vertically align items */
    justify-content: center;
    /* Horizontally align items */
    height: 110px;
    /* Set the height of the container */
}

.app-brand-text img {
    width: 80%;
    height: auto;
}

.row .image-upload {
    margin-right: 20px;
    height: 175px;
    width: 150px !important;
}

.row .upload {
    height: 150px;
    width: 150px !important;
    border: 1px solid #dbdade;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-container {
    position: relative;
}

.preview-container img {
    height: 150px;
    border-radius: 10px !important;
    object-fit: cover;
    width: 150px;
}

.preview-container video {
    height: 150px;
    border-radius: 10px !important;
    object-fit: cover;
    width: 150px;
}

.preview-container .removeBtn {
    top: 10px;
    background-color: #FFFFFF;
    border-radius: 20%;
    /* padding: 7px 7px; */
    border: #FFFFFF;
    right: 10px;
    position: absolute;
    height: 25px;
    width: 25px;
}

.saveBtn {
    width: 100%;
    line-height: 2;
    font-weight: 650;
    position: relative;
}

.saveBtn .execution-status {
    position: absolute;
    right: 10px;
}

.modalRemove {
    background-color: #FFFFFF;
    padding: 8px 8px;
    color: #000000;
    height: 30px;
    width: 30px;
}

.modalRemove i {
    font-size: 22px;
}

.input-filed {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 60%;
    cursor: pointer;
}

.package-card {
    height: 200px !important;
}

.package-card .card-body {
    bottom: 0;
}

/* 


.package-card img {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    width: 30%;
    height: 147px;
    object-fit: cover;

}

.package-card .pack-title {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    padding: 0px 30px;
    row-gap: 10px;

}



.package-card .icon-link {
    display: flex;
    width: 20%;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    border-radius: 50%;
    text-align: center;
} */

.package-card .icon-link .play-icon {
    color: #ffffff;
}

.package-card .icon-link .play-icon i {
    font-size: 22px;
    font-weight: 700;
    background-color: #00946E;
    padding: 10px 10px;
    border-radius: 50%;
}

.spinner-borde {
    font-size: 20px;
    font-family: 700;
    color: #ffffff;
}

.frame__container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 80%;
    /* border: 1px solid #ced0d4; */
    border: 1px solid rgba(206, 208, 212, 0.3);
    background-color: rgba(22, 22, 22, 0.8);
    border-radius: 10px;
    box-sizing: border-box;
}

.inside_frame_container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 90%;
    /* border: 1px solid #ced0d4; */
    border: 1px solid rgba(206, 208, 212, 0.3);
    background-color: rgba(39, 39, 39, 0.8);
    border-radius: 10px;
    box-sizing: border-box;
}


.package-media {
    gap: 20px;
}

.pack-image {
    position: relative;
    height: 150px;
    border-radius: 10px;
    width: 150px;
}

.pack-image img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.pack-video {
    position: relative;
    height: 150px;
    border-radius: 10px;

    width: 150px;
}

.pack-video video {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.pack-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 50%;
}

.pack-video a i {
    font-size: 30px;
    color: #000000;
}

.frame_text {
    width: 100%;
}

.frame_text .pack-icon {
    width: 15%;
}

.frame_text .pack-icon a i {
    background-color: #00946E;
    border-radius: 50%;
    padding: 20px 20px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;

}

.frame_text .text-icon {
    width: 85%;
}

.action-icons a {
    margin-left: 10px;
}

.action-icons a i {
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000;
    width: 50px !important;
    height: 50px !important;
    font-size: 30px;
    padding: 10px 10px;
}

.option-card {
    height: 170px !important;
}

.option-card .card-video-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.option-card .card-body {
    bottom: 0px !important;
    left: 0px !important;
}

.preview-container .overlay {

    /* height: 150px !important; */
}

.package-card .card-title a {
    color: #ffffff;
}

.package-card .card-text a {
    color: #d0d0d0;
}

.Category-Card .card-title a {
    color: #ffffff;
}

.Category-Card .card-text a {
    color: #d0d0d0;
}


.packgbtn button {
    width: 40%;
    line-height: 2;
    font-weight: 650;
    background-color: #161616;
    border: 2px solid rgba(206, 208, 212, 0.3);


}

.packgbtn button:hover {
    background-color: #161616 !important;
    border: 2px solid rgba(206, 208, 212, 0.3) !important;


}

.packgbtn button:focus {
    background-color: #161616 !important;
    border: 2px solid rgba(206, 208, 212, 0.3) !important;
    box-shadow: none !important;


}





.carousel-indicators {
    position: relative;
}

.carousel-control-prev {
    width: auto;
    align-items: end;

    opacity: 1;
}

.carousel-control-next {
    width: auto;
    align-items: end;
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}


.workitem {
    width: 33%;
}

.workitem.bordered {
    border-right: 1px solid rgba(206, 208, 212, 0.3);
}

.workitem img {
    width: 30px;
    height: 30px;
}

#otherWorkout {
    background-color: #000000;
    margin: 20px;
    border: 2px solid rgba(206, 208, 212, 0.3);
    border-radius: 15px;
}

.uperdiv {
    background-color: #000000;
    margin: 20px;
    border: 2px solid rgba(206, 208, 212, 0.3);
    border-radius: 15px;
}

.packagesSearch {
    line-height: 1 !important;
}

.search .form-control {
    border: 2px solid rgba(206, 208, 212, 0.3) !important;
}

.form-control {
    box-shadow: none !important;
    background-color: #161616 !important;
}

.Sub-Category {
    height: 300px !important;
    border-radius: 10px !important;
}

.Sub-Category .overlay {
    background-color: #161616 !important;
}


#thumbnailModel .carousel-control-prev {
    width: auto;
    align-items: center;

    opacity: 1;
}

#thumbnailModel .carousel-control-next {
    width: auto;
    align-items: center;
    opacity: 1;
}

#packgbtn {
    position: sticky;
    bottom: 20px;
    /* Adjust as needed */
    z-index: 1;
    /* Ensure it appears above other content */

    left: 15px;
    /* Center the button horizontally */
}

.days {
    background-color: #00946E;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.slider-container {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    /* hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* hide scrollbar for IE and Edge */
}

.builder-Category {
    border: 1px solid #FFFFFF;

    height: 200px !important;
    border-radius: 10px !important;
}


.builder-option {
    border: 1px solid #FFFFFF;

    height: 100px !important;
}

.builder-show .packageShow .card {

    background-color: #000000 !important;
}

.builder-show .packageShow .card .overlay {

    background: #1f1e1e !important;
}

#searchButton {
    width: 100% !important;
}

/* #removeImage {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    width: 15px;
    height: 15px;
    color: #000000;
} */
#removeImage {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    color: #000;
    font-size: 12px;
}

#removeImage i {
    margin: 0;
    margin-top: 1px;
}


#messageImageIcon {
    width: 46px;
    height: 43px;
    display: inline-flex;
    /* Ensure the label behaves as a flex container */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* Ensure cursor style is applied */
}

.cursor-pointer {
    font-size: 43px;
}

#messageImage {
    width: 46px;
}

#messageImage img {
    width: 43px;
    height: 43px;
    object-fit: cover;
    object-position: center;
}

.chat-message-wrapper img {
    object-fit: cover;
    object-position: center;
}
.imagetext img{
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}
.imagetext .chat-message-text{
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}