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

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

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

.verifymodal .modal-header .modal-title {
    color: #000000;
    font-size: 18px;
    font-family: bold;

}

.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;
    font-family: medium !important;

}

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

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

}

.verifymodal .container .first a {
    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 a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    width: 100%;
    outline: none;
    margin-top: 2px;
    /* border: 1px solid #35BCD5; */
    background-color: #35BCD5;

}

.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: #FFFFFF;
    font-size: 14px;
    width: 100%;
    outline: none;
    margin-top: 2px;
    /* border: 1px solid #35BCD5; */
    background-color: #35BCD5;

}

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

}

.deleteModal .container .second a.btn.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}


/* .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 #35BCD5 !important;
    background-color: #35BCD5 !important;
} */

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

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

}

.user-profile-header-banner img {
    box-shadow: inset 6px 6px 0 0 rgba(165, 163, 174, 0.15),
        inset -6px 6px 0 0 rgba(165, 163, 174, 0.15);
    /* box-shadow: inset 0 0 0.375rem -0.25rem rgba(165, 163, 174, 0.15),
            inset 0 0 0.375rem 0.25rem rgba(165, 163, 174, 0.15); */
}

.user-profile-header .rounded {
    border-radius: 2.5rem !important;
    /* box-shadow: 0 0 0.375rem 0.25rem rgba(165, 163, 174, 0.15); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.imageModal .modal-content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.id_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.catimg {
    width: 50px;
    height: 50px;
    background-color: #35BCD5;
    border-radius: 4px;
    padding: 10px;
}

.catimg img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cateditimg {
    width: 100%;
    height: 100px;

}







.bannerimg {
    height: 400px;
}

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

.postCard {
    min-height: 350px;
}

.postCard .card-img-top {
    height: 250px;
    object-fit: cover;
}

.postCard a i {
    width: 100%;
    text-align: end;
}

.videoPost {
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}

.videoPost a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 50%;
    color: #e6ffeb;
}


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

img {
    cursor: pointer !important;
}



/* textarea::-webkit-scrollbar {
    width: 0.25rem;
}

textarea::-webkit-scrollbar-track {
    background-color: rgba(75, 70, 92, 0.4);
}

textarea::-webkit-scrollbar-thumb {

  border-radius: 10rem;
} */
.h-px {
    min-height: 500px;
    height: auto;
}

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

#removeImage i {
    margin: 0;
}


#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;
}

#LogoutButton {
    border-radius: 0px !important;
}

#logoutTest i {
    font-size: 1.375rem;
}

#logoutTest .menu-icon {
    width: 1rem;
}

.layout-menu .brandborder {
    border: 1px solid #0000001f;
}

.app-brand-text img {
    width: 100%;
    height: auto;
    margin-top: 8px;
}

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

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

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

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

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

.uperdiv {
    padding: 25px;
}

.optionDiv {
    border: 1px solid rgba(206, 208, 212, 0.3);
    padding: 25px;

}

.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;
}

.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 svg {
    height: 150px;
    border-radius: 10px !important;
    object-fit: cover;
    width: 150px;
}

.upload-image-preview {
    border: 1px solid rgba(206, 208, 212, 0.3);
}


#multi-preview-container-create {
    min-width: 55.5rem;
    overflow: auto;
}

#multi-preview-container-create .preview-wrapper img {
    height: 102px;
}

#multi-preview-container-create::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}
#multi-preview-container-detail {
    flex-wrap: wrap;
}

.upload-image-preview {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
    position: relative;
}

.preview-wrapper {
    position: relative;
    display: inline-block;
}

.img-remove-button {
    top: 10px;
    background-color: #000000;
    border-radius: 20%;
    /* padding: 7px 7px; */
    border: #000000;
    right: 18px;
    position: absolute;
    height: 25px;
    color: #ffffff;
    width: 25px;
}

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

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


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

.package-card {
    height: 150px !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;
    object-position: top;
    position: relative;
    border-radius: 10px;
}

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

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

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

.card-links a {
    display: flex;
    color: #fff;
    padding: 2px 2px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #000;
    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;
}


.ads-banner-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.active-card {
    background-color: #35BCD5;
    color: #000000 !important;
}

.ad-detail-img {
    width: 100%;
    height: 500px;
}

.ad-detail-img .ad-cover {
    width: 100%;
    height: 100%;
}

.ad-options {
    margin: 0px 20px 20px 20px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #d9d9d9;
}
