.main-content {}

.newcard-height {}

.bg-green {
    background-color: #009b4e;
}

.bg-purple {
    background-color: #5d15e9;
}

.bg-yellow {
    background-color: #f0a73e;
}

.bg-brown {
    background-color: #a84d15;
}

.bg-light-brown {
    background-color: #fd7356;
}

.text-green {
    color: green;
}

.text-orange {
    color: orange;
}

.text-red {
    color: red;
}


.query-source-style {
    object-fit: contain;
    display: block;
    box-sizing: border-box;
    height: 327px;
    width: 616px;
}

.announcements-slider-item {
    background-color: white;
    text-align: start;
    display: flex;
    justify-content: start;
    /* padding-left: 5px; */
}

.card-bodyb {
    margin-top: 20px;
}

.theme-button-round {
    background: #2456b0;
    color: white;
    border: none;
    padding: 4px 16px;

    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    border-radius: 50px;
}

.theme-button {
    background: #2456b0;
    color: white;
    border: 1px solid #2456b0;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    border-radius: 6px;
    transition: all ease-out;
}

.theme-button-light {
    background: white;
    color: #000000c4;
    border: 1px solid #00000061;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    border-radius: 6px;
    transition: all ease-out;
}

.theme-button-light:hover {
    background: white;
    color: #000000c4;
    border: 1px solid #00000061;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    border-radius: 6px;
    transition: all ease-out;
}

.theme-button:hover {
    background-color: #103985;
    color: white;
}

.theme-button i {
    font-size: 15px;
    font-weight: 600;
}

.theme-button i::before {
    margin-bottom: 1px;
}

.scroll-y {
    overflow-y: scroll;
    position: relative;
}

.image-input {
    position: relative;
    display: inline-block;
    border-radius: .475rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-input-placeholder {
    background-image: url(/assets/media/svg/files/blank-image.svg);
}

.mw-650px {
    max-width: 650px !important;
}

.popup-label {
    font-size: 16px;
    color: black;
}

.popup-heading {
    color: black;
}

.modal {
    background: #00000059;
}

label .required {
    position: relative;
}

label .required::after {
    content: "*";
    color: #f1416c;
    ;
    font-size: 15px;
    position: absolute;
    right: -10px;
}


.custom-upload-box-nryn .custom-file-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-upload-background {
    background-color: rgb(196, 196, 196);
}

.custom-upload-box-nryn i {
    font-size: 50px;
}

.custom-upload-box-nryn img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 10px;
}

.custom-upload-box-nryn {
    background-color: #f1f2f2;
    border-radius: 10px;
    height: 200px;
}

.preview-edit-image {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #f1f2f2;
    border: 1px solid rgba(0, 0, 0, 0.212);
    border-radius: 50%;
    /* padding: 0px 7px;
    padding-bottom: 6px; */
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-edit-image i {
    font-size: 14px;
    padding-bottom: 5px;
}

.border-none {
    border: none;
}

.border-danger {
    border: 1px solid #f46a6a !important;
}

.w-200 {
    width: 200px;
}

.w-90 {
    width: 90px;
}

.badge-icon i {
    font-size: 16px;
    cursor: pointer;
}

.badge-icon i.large {
    font-size: 18px;
}

.package-icons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.icon-green {
    color: #50cd89;
}
.icon-red {
    color: #f1416c;
}

.icon-blue {
    color: #2456b0;
}

.icon-yellow {
    color: #ffc700;
}

.table-package-heading {
    color: #2456b0;
}

.modal {
    overflow: scroll !important;
}

.modal::-webkit-scrollbar {
    display: none;
}

.text-black {
    color: #000
}

.button-disable {
    pointer-events: none;
    opacity: 0.7;
}

.table-small-images img {
    height: 50px;
    object-fit: cover;
}

.table-small-images-1 img {
    height: 50px;
    width: 70px;
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.ql-snow .ql-picker {
    height: -1px;
}

.multi-select-input {
    cursor: pointer;
    min-height: 50px;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    background-color: #f1f2f2;
}

.multi-select-input span {
    font-size: 15px;
    font-weight: 400;
}

.multi-select-checkbox {
    width: 14px;
    height: 14px;
    cursor: pointer;
    accent-color: #2456b0;
}

.gallery-image {
    width: 200px;
    height: 200px;
    position: relative;
}

.gallery-image .image-close {
    position: absolute;
    right: -2px;
    top: -8px;
    border: 0.5px solid #f1416c;
    color: #f1416c;
    background-color: white;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.gallery-image .image-close:hover {
    color: white;
    background-color: #f1416c;
}

.gallery-image .image-close i {
    margin-bottom: 4px;
}

.gallery-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


@keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }

}

@-webkit-keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }

}

.comming-soon.wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;

}

.comming-soon h1 {
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.comming-soon .dot {
    color: #2456b0;
}

.comming-soon p {
    text-align: center;
    margin: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
}
.things-container{
height: 100%;
max-height: 225px;
overflow-y: scroll;

}
.things-div p{
font-size: 12px;
line-height: 20px;
}
.things-image {
    width: 5%;
    margin: 0 20px;
    float: left;
}
.things-image img {
    width: 100%;
}
.things-btn{
    margin: 0 0 0 12px;
}
.things-btn button{
background-color: #2456b0;
    color: white;
    border: none;
    padding: 10px 15px !important;
    border-radius: 9px;
    justify-content: center;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    font-size: 12px;
}
.things-container {
    /* max-height: 300px; */
}


.basic-multi-select {}