.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: 8px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    border-radius: 6px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-button-round i {
    font-size: 12px;
    line-height: 8px;
    margin-right: 10px;
}

.theme-button {
    background: #2456b0;
    color: white;
    border: 1px solid #2456b0;
    padding: 10px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(36, 86, 176, 0.2);
}

.theme-button-light {
    background: white;
    color: #000000c4;
    border: 1px solid #00000061;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
    transition: all ease-out;
    display: inline-block;
}

.theme-button-light:hover {
    background: white;
    color: #000000c4;
    border: 1px solid #00000061;
    transition: all ease-out;
}

.theme-button-sm {
    background: #2456b0;
    color: white;
    border: 1px solid #2456b0;
    padding: 5px 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-button-sm:hover {
    background-color: #fff;
    color: #2456b0;
    border: 1px solid #2456b0;
}

.theme-button:hover,
.theme-button-round:hover {
    background-color: #fff;
    color: #2456b0;
    border: 1px solid #2456b0;
    transform: translateY(-1px);
}

.theme-button i,
.theme-button-round i {
    font-size: 16px;
    font-weight: 600;
}

.theme-button i::before,
.theme-button-round i::before {
    margin-bottom: 0px;
}

.icon-bottom-margin {
    margin-bottom: 2px !important;
}

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

.mw-950px {
    max-width: 950px !important;
}

.popup-label {
    font-size: 16px;
    color: black;
}

.popup-heading {
    color: black;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.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 !important;
    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;
    color: var(--bs-gray-700);
    background-color: #f4f6fc;
    border: 1px solid #dddddd !important;
    border-radius: 6px;
    height: 50px;
    margin: 0 0 15px;
    width: 100%;
    padding: 10px 15px;
}

.multi-select-input span {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #000000 !important;
}

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


/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.form-control:disabled,
.form-control[readonly],
input:disabled,
select:disabled,
textarea:disabled {
    background-color: rgb(244, 246, 252) !important;
    opacity: 1;
}

/* Custom Checkbox and Radio Button Styling */
.form-check-input {
    width: 1.125rem !important;
    height: 1.125rem !important;
    margin-top: 0 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    print-color-adjust: exact !important;
    flex-shrink: 0 !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25rem !important;
}

.form-check-input[type="radio"] {
    border-radius: 50% !important;
}

.form-check-input:checked {
    background-color: #2456b0 !important;
    border-color: #2456b0 !important;
}

.form-check-input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}

.form-check-input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-check-input:focus {
    border-color: #2456b0 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(36, 86, 176, 0.25) !important;
}

.form-check-input:disabled {
    pointer-events: none !important;
    filter: none !important;
    opacity: 0.5 !important;
}

.form-check {
    display: flex !important;
    align-items: center !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.form-check-label {
    margin-left: 1.5rem !important;
    margin-bottom: 0 !important;
    cursor: pointer !important;
    user-select: none !important;
}

/* Ensure spinners are hidden for elements with .no-spinner class */
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

/* Ensure proper alignment in custom checkbox containers */
.custom-checkbox .form-check-input {
    margin-right: 0.5rem !important;
}

.table-width-five-percent {
    width: 5%;
}



/* Custom SweetAlert Styling */
.premium-swal-popup {
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.premium-swal-btn {
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}

.fw-bold{
    font-weight: 600 !important;
}