/* for optima */
@import url("https://fonts.cdnfonts.com/css/optima");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Playwrite+CU:wght@100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script:wght@400..700&family=Playwrite+CU:wght@100..400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Lobster&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

/* for Lora font */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

/* for euclid font */
@import url("https://fonts.cdnfonts.com/css/euclid-circular-a");

/* for Sour Gummy font */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");

/*for sour gummy */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");

/* for playfair display */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap");

/* for countdown test */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

:root {
    --primary-color: #ab0036;
    --primary-color-disabled: #a2254c;
    /* --background-color : rgb(229 229 229); */
    --background-color: #f5f2f3;
    --delete-color : #FFC107;
    --edit-color: #198754;
    --show-color: #0D6EFD;
      --light-gray: #f8f9fa;
  --medium-gray: #e9ecef;
  --dark-gray: #6c757d;
  --text-color: #212529;
  --border-radius: 12px;
     --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}

body {
    font-family: "Optima-4", sans-serif !important;
    background-color: var(--background-color);
}
/* .pd-language {
    padding: 20px;
} */
.pd-form {
    padding: 20px 20px 10px !important;
}
.align-div {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-bg-img {
    background-image: url("../images/Login-bg.webp");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100vw;
    overflow: auto;
}

/* .login-bg-img{
    background-image: url("../images/Login-bg.webp");
    background-size: auto; 
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: auto;  
    overflow: auto; */
/* width: 100%; */
/* display: flex; */
/* flex-direction: column; */
/* justify-content: center;
    row-gap: 20px;
} */

.authincation {
    height: 100%;
}
.logo-box {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
    /* height: 150px; */
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgetpass-align {
    justify-content: space-between;
}
.favicon-box {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
    /* height: 150px; */
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-input,
#favicon-input,
#update-btn {
    display: none;
}
.sw-theme-default {
    border: 0px !important;
}

/* sign up page */
/* .form-wizard .nav-wizard li .nav-link:after {
    position: absolute;
    top: 37% !important;
} */
.event-name-tab {
    height: 304px !important ;
}
.event-detail-tab {
    height: 550px !important;
}
.event-detail-tab {
    height: 1236.778px !important;
}
.width-button {
    width: 100%;
}
.align-accinfo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.font-template-p {
    font-size: 14px;
}
.input-search {
    width: 75% !important;
    margin: auto;
}
.width-btn {
    width: 49%;
}
.pd-btn {
    padding: 10px;
}
.mt-btn {
    margin-top: 100px;
}
.logo-size {
    width: 35%;
    height: 20%;
}
.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.where-event-div {
    height: 500px !important;
}
.btn-add {
    width: 30px;
    height: 28px;
    padding: 0px 0px;
    border-radius: 50% !important;
    margin-top: 10px;
}
.align-back-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn:disabled {
    background-color: #a2254c !important;
    color: #ffff !important;
}
.align-link {
    color: #ab0036 !important;
}
.modal-title {
    color: #ab0036 !important;
    font-weight: 700 !important;
}

/* packagelist page */
.align-card-header {
    text-align: center !important;
    flex-direction: column !important;
    padding: 45px 20px 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-card-body {
    padding: 10px 20px 20px !important ;
}
.align-sub-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-package-list {
    width: 200px;
    margin: auto;
}
.w-pro {
    width: 36%;
}
.div-recommended {
    background-color: #ab0036;
    color: #ffff;
    position: absolute;
    top: 0px;
    width: 100%;
    border-radius: 5px;
    padding: 3px;
}
.w-card {
    width: 358px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.scroll-container-p {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 15px; /* Optional: adjust padding as needed */
}
.row.flex-nowrap {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 60px;
}
.col-width {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px; /* Adjust based on the desired card width */
    margin-right: 15px; /* Space between cards */
}
.card-sub-title {
    width: 83%;
    padding: 10px 20px;
    text-wrap: initial;
}
.btn-light:hover {
    background: #d1d1d1 !important;
    color: #3e4954 !important;
    border-color: #d1d1d1 !important;
}
.align-img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

/* login page */
.main-logo {
    /* width: 130px !important;
    height: 40px !important; */
    width: 125px !important;
    height: 50px !important;
    /* margin-left: 32px; */
}
.google-image {
    width: 30px;
    height: 25px;
}
.google-btn {
    background-color: #ffff;
    border: 1px solid #ab0036;
    color: #ab0036;
}
.google-btn:hover {
    background-color: #ab0036;
    border: 1px solid #ffff;
    color: #ffff;
}

/* sidebar */
.deznav .metismenu > li > a {
    padding: 15px 17px 15px 17px !important;
}

/* Add event */
.accordion-btn {
    color: #ab0036 !important;
    background-color: transparent !important;
}
.accordion-button.active,
.accordion-button:not(.collapsed) {
    background-color: #ab0036 !important;
    color: white !important;
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}
.acc-bg-color {
    background-color: transparent !important;
}
.nav-link {
    color: #ab0036 !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
}
.p-tab-card {
    padding: 1rem 1.25rem !important;
}
.align-map {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}
.m-btn {
    margin-top: 30px;
}
.accordion-button:focus {
    border-color: #ab0036 !important;
    box-shadow: 0 0 0 0.25rem #ab0036 !important;
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}
.acc-btn-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.text-list {
    font-size: 18px;
    font-weight: 700;
}
.select-input {
    border: 1px solid #d7dae3 !important;
    background-color: #f5f2f3 !important;
    font-weight: 400;
    color: #727272 !important;
    padding: 0.688rem 1.5rem !important;
    border-radius: 0.75rem !important;
    width: 100%;
    height: 3rem;
}

.bootstrap-select .select-input {
    background: #fff;
    border: 0.0625rem solid #d7dae3;
    padding: 0.3125rem 1.25rem;
    color: #3e4954;
    height: 3rem;
    border-radius: 0.75rem;
}

/* Wrapper to hold the custom arrow */
.select-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Custom down arrow */
.select-input-wrapper::after {
    content: "\f0d7" !important;
    font-family: "Font Awesome 5 Free" !important;
    border: 0 !important;
    font-weight: 900 !important;
    vertical-align: middle !important;
    margin-left: 0.25em !important;
    line-height: 1 !important;
    font-size: 1.25rem !important;
}

/* dashboard page*/
.card-1 {
    background-color: #f4f2fc;
}
.card-2 {
    background-color: #fff0f4;
}
.card-3 {
    background-color: #fff9ee;
}
.card-4 {
    background-color: #fff3f0;
}
.card1-text {
    color: #7d6ce2;
}
.card2-text {
    color: #ffaac4;
}
.card3-text {
    color: #ffc466;
}
.card4-text {
    color: #fa6f4e;
}

/* add guest page */
.w-input {
    width: 88%;
}
.file-drop-area {
    border: 2px dashed #ab0036;
    padding: 30px;
    text-align: center;
    color: #5e5d5e;
    cursor: pointer;
}
.file-drop-area.drag-over {
    background-color: #f0f8ff;
}
.file-drop-area input[type="file"] {
    display: none;
}
.download-list {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    padding-inline : 16px;
    justify-content: start;
}
.download-list  a{
   border : 1px solid var(--primary-color);
}
.add-text {
    color: #ab0036;
}

/* For tabel and datatable */
/* .p-tbl{
    margin-top: -45px !important;
} */
.p-tbl thead th {
    padding: 0px 10px !important;
    font-size: 0.875rem !important;
    color: #ab0036 !important;
    font-weight: 700 !important;
    font-family: "Optima-4", sans-serif !important;
}
.p-tbl tbody tr td {
    /* padding:5px 10px !important; */
    padding: 10px 10px !important;
    font-size: 0.875rem !important;
    font-family: "Optima-4", sans-serif !important;
    color: #727272 !important;
}

.custom-col {
    white-space: nowrap;
}
/* Hide the duplicate thead created by DataTables for horizontal scroll */
.dataTables_scrollBody thead {
    visibility: hidden;
}
.tbl-roles {
    width: 100% !important;
}
.tbl-category {
    width: 100% !important;
}
.tbl-sub-category {
    width: 100% !important;
}
.tbl-feature {
    width: 100% !important;
}

.tbl-dashboard {
    width: 100% !important;
}

table {
    width: 100%;
}

/* setting */
.social-img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: 8px;
}

/* payment method */
.align-pay-text {
    display: flex;
    justify-content: space-between;
}
.bg-save {
    background-color: #e6f6f1;
    color: #43a96f;
}
.autofill-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ab0036;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}
.login-img {
    width: 1275px !important;
}

.icon {
    font-size: 30px;
    margin-right: 10px;
    margin-top: 10px;
}
/* roles and permission */
.p-checkbox {
    margin-top: 6px;
}

/* signup page new */
.stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 40px 0 20px;
    margin-bottom: 30px;
    left: 23px;
}

.step {
    /* text-align: center;
    position: relative;
    flex: 1;
    min-height: 80px;  */
    display: flex;
    align-items: center;
    position: relative;
    /* flex: 1; */
}

.step .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    line-height: 40px;
    text-align: center;
    color: white;
    z-index: 1;
    position: relative;
}

.step.active .circle {
    background-color: #ab0036;
}

.step .label {
    margin-top: 5px;
    white-space: nowrap;
    font-size: 16px;
}
.step:active .label {
    color: #ab0036;
}
.step .content {
    margin-top: 15px; /* Ensures some space between the stepper and content */
}

.step.active::after {
    background-color: #ab0036;
}

/* Hide the line after the last step */
.step:last-child::after {
    display: none;
}
.btn-primary {
    background-color: #ab0036;
    font-size: 14px;
}

.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.btn-back-step {
    padding: 10px;
    border-radius: 5px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.9rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 32%;
}
.form-control.is-invalid {
    border-right: none !important;
}
.add-ticket {
    position: absolute;
    top: -3px;
    right: 40px;
    width: 30px;
    height: 28px;
    padding: 0px 0px;
    border-radius: 50% !important;
    margin-top: 10px;
}
.remove-ticket {
    position: absolute;
    right: 0px;
    top: -4px;
    width: 30px;
    height: 28px;
    padding: 0px 0px;
    border-radius: 50% !important;
    margin-top: 10px;
}
.template-img-ht {
    height: 130px;
}

/* choose template */
/* template 1 birthday template */
/* rightside image section */
.template-img {
    background-image: url("../images/template-1.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 700px;
}
.main_content-div {
    position: absolute;
    top: 28%;
    left: 12%;
}
.text-1 {
    font-size: 25px;
    color: #524db3;
    text-align: center;
    font-family: "Rubik", sans-serif;
}
.text-name {
    font-size: 45px;
    color: #524db3;
    font-weight: 900;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.text-birthday {
    font-size: 45px;
    font-weight: 900;
    color: #ea626b;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.sub_content_div {
    position: absolute;
    top: 63%;
    left: 14%;
}
.text-2 {
    font-size: 25px;
    color: #524db3;
    text-align: center;
    font-family: "Rubik", sans-serif;
}
.baby-img {
    width: 390px;
    height: 390px;
    position: absolute;
    right: 11%;
    top: 27%;
}
.invite-div {
    background-color: #eb6f99;
    width: 100%;
    min-height: 247px;
}
.invite-heading-text {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
}
.invite-text {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
}
.map-div {
    background-color: #eb6f99;
}
.text-map {
    font-size: 35px;
    color: #ffff;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.schedule_div {
    background-color: #ffff;
    height: auto;
    padding-top: 10px;
}
.schedule-row {
    margin-top: 50px;
}
.schedule-card {
    width: 315px;
    background-color: #ffff !important;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #eb6f99;
}
.p-schedule {
    padding: 21px !important;
}
.schedule-heading-text {
    font-size: 35px;
    color: #e5326e;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
    font-weight: 500;
}
.schedule-text {
    font-size: 20px;
    color: #e5326e;
    font-family: "Crimson Text", serif;
    line-height: 20px;
    box-shadow: none;
    margin-bottom: 10px;
    font-weight: 600;
}
.p-text {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}
.align-map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.schedule-event {
    height: 650px;
    background-color: #eb6f99;
    font-family: "Crimson Text", serif;
}
.bg-card {
    background-color: transparent !important;
    margin: 0px !important;
    box-shadow: none;
}
.m-shedule-text {
    margin-left: 50px;
    margin-top: 10px;
    font-family: "Rubik", sans-serif;
}
.read-more-btn {
    color: #ffff;
    background-color: #e5326e;
    padding: 5px;
    border: 1px solid #e5326e;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

.scroll-col {
    overflow-y: scroll !important;
}
.bg-form-col {
    background-color: #eb6f99;
}
.scroll-container {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container::-webkit-scrollbar {
    width: 10px;
}

.scroll-container::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #eb6f99;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #eb6f99;
}

.scroll-container::-webkit-scrollbar-button {
    display: none;
}

/* leftside form section */
/* .fixed-height {
    height: 100vh;
} */

.fixed-column {
    height: 100%;
    overflow: hidden;
}
.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.width-p {
    width: 52%;
}
.content-1 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-2 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-3 {
    position: absolute;
    top: 30%;
    right: 5%;
}
.form-heading {
    font-size: 35px;
    color: #ffff;
    font-family: "Crimson Text", serif;
}
.form-text {
    font-size: 25px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
}
.attending-no {
    border-radius: 0.5rem !important;
    margin: 3px 10px !important;
    width: 40px !important;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b7b7b7;
    background-color: #f6fbf8;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #ffff !important;
}
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-attending {
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 50% !important;
    margin-top: 2px;
    line-height: 1px;
}
.content-section {
    height: 100vh; /* Full height of the screen */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px); /* Move the div down initially */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden; /* Hidden until it's activated */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}
.fade-in-up {
    opacity: 1;
    transform: translateY(0); /* Move up to the original position */
    visibility: visible; /* Make visible when the animation triggers */
}
.d-none {
    display: none !important;
}
.align-rsvp-div {
    text-align: center;
    flex: 0 0 100%;
}
.text-left-div {
    text-align: left;
}
.text-right-end {
    justify-content: end;
}
.btn-enter:focus {
    box-shadow: none !important;
}
.btn-enter {
    background-color: #ffff;
    color: #eb6f99;
}
.btn-enter:hover {
    color: #eb6f99;
}
.form-input-check_1 {
    border-color: #eb6f99 !important;
    width: 25px;
    height: 25px;
}

/* For template 2  christmas template*/
.template-img_2 {
    background-image: url("../images/template-2.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 768px;
}
.main_content-div_2 {
    position: absolute;
    top: 65%;
    /* left: 12%; */
    right: 113px;
}
.main-text_2 {
    font-size: 50px;
    color: #ffff;
    font-family: "Dancing Script", cursive;
}
.sub-text_2 {
    font-size: 35px;
    color: #ffff;
    font-family: "Dancing Script", cursive;
}
.invite-div_2 {
    background-color: #ffff;
    width: 100%;
    min-height: 222px;
}
.invite-heading-text_2 {
    font-size: 35px;
    color: #b10824;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
}
.invite-text_2 {
    font-size: 20px;
    color: #b10824;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
}
.schedule_div_2 {
    background-color: #b10824;
    height: auto;
}
.schedule-card_2 {
    width: 315px;
    background-color: #ffff !important;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #d7d5d5;
}
.p-schedule {
    padding: 21px !important;
}
.schedule-heading-text_2 {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
    font-weight: 500;
}
.schedule-text_2 {
    font-size: 20px;
    color: #b10824;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
    box-shadow: none;
    margin-bottom: 10px;
    font-weight: 500;
}
.p-text_2 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #675b5b;
}
.read-more-btn_2 {
    color: #ffff;
    background-color: #b10824;
    padding: 5px;
    border: 1px solid #b10824;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

.map-div_2 {
    background-color: #ffff;
}
.text-map_2 {
    font-size: 35px;
    color: #b10824;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.dress_code {
    background-color: #b10824;
}
.dresscode-heading-text_2 {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
}
.dresscode-text_2 {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
}
.bg-form-col_2 {
    /* background-color: #ffff; */
    background-image: url("../images/christmas-bg-3.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
.contact-div {
    background-color: #b10824;
    height: 100px;
}
.form-heading_2 {
    font-size: 35px;
    color: #b10824;
    font-family: "Crimson Text", serif;
}
.form-text_2 {
    font-size: 25px;
    color: #b10824;
    font-family: "Rubik", sans-serif;
}
.scroll-container_2 {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container_2::-webkit-scrollbar {
    width: 10px;
}

.scroll-container_2::-webkit-scrollbar-track {
    background: #ffff;
    border-radius: 10px;
}

.scroll-container_2::-webkit-scrollbar-thumb {
    background: #b10824;
    border-radius: 10px;
}

.scroll-container_2::-webkit-scrollbar-thumb:hover {
    background: #b10824;
}

.scroll-container_2::-webkit-scrollbar-button {
    display: none;
}
.btn-enter_2 {
    background-color: #b10824;
    color: #ffff;
}
.btn-enter_2:hover {
    color: #ffff;
}
.form-input-check_2 {
    border-color: #b10824 !important;
    width: 25px;
    height: 25px;
}

/* For template 3 wedding template */
.template-img_3 {
    background-image: url("../images/template-3.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 590px;
}
.couple-img {
    width: 302px;
    height: 426px;
    border-radius: 1%;
    position: absolute;
    top: 80px;
    left: 125px;
    border: 5px solid #b26261;
}
.main_content-div_3 {
    position: absolute;
    top: 35%;
    right: 160px;
}
.main-text_3 {
    font-size: 35px;
    color: #483801;
    font-family: "Lora", serif;
}

.sub_content_div_3 {
    position: absolute;
    top: 50%;
    right: 200px;
}

.name_content_div_3 {
    position: absolute;
    top: 69%;
    right: 226px;
}

.sub-text_3 {
    font-size: 35px;
    color: #483801;
    font-family: "Lora", serif;
}
.date_content_div {
    position: absolute;
    right: 173px;
    bottom: 115px;
}
.date-text {
    font-size: 29px;
    color: #483801;
    font-family: "Lora", serif;
    text-align: center;
}
.date-text_2 {
    font-size: 29px;
    color: #483801;
    font-family: "Lora", serif;
}
.invite-div_3 {
    background-color: #cc7271;
    width: 100%;
    min-height: 290px;
}
.invite-heading-text_3 {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
}
.invite-text_3 {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
    line-height: 32px;
    text-align: justify;
    padding: 0px 30px;
}
.schedule_div_3 {
    background-color: #efdfd9;
    height: auto;
}
/* .schedule-card_3{
    height: 400px;
    background-color: transparent !important;
    margin: 0px !important;
    box-shadow: none;
} */
.schedule-card_3 {
    /* width:340px; */
    width: 100%;
    background-color: #ffff !important;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #d4807f;
}
.p-schedule {
    padding: 1 rem !important;
}
.schedule-heading-text_3 {
    font-size: 30px;
    color: #483801;
    height: 40px;
    /* padding: 10px 0px; */
    text-align: center;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 20px;
}
.schedule-text_3 {
    font-size: 20px;
    color: #b65958;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
    margin-bottom: 10px;
}
.p-text_3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.map-div_3 {
    background-color: #cc7271;
}
.text-map_3 {
    font-size: 35px;
    color: #ffff;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.bg-form-col_3 {
    /* background-color: #f0d4c9; */
    background-image: url("../images/Wedding-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
.contact-div {
    background-color: #b10824;
    height: 100px;
}
.form-heading_3 {
    font-size: 35px;
    color: #483801;
    font-family: "Crimson Text", serif;
}
.form-text_3 {
    font-size: 25px;
    color: #483801;
    font-family: "Rubik", sans-serif;
}
.scroll-container_3 {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container_3::-webkit-scrollbar {
    width: 10px;
}
.scroll-container_3::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}
.scroll-container_3::-webkit-scrollbar-thumb {
    background: #d4807f;
    border-radius: 10px;
}
.scroll-container_3::-webkit-scrollbar-thumb:hover {
    background: #d4807f;
}
.scroll-container_3::-webkit-scrollbar-button {
    display: none;
}
.btn-enter_3 {
    background-color: #cc7271;
    color: #ffff;
}
.btn-enter_3:hover {
    color: #ffff;
}
.form-input-check_3 {
    border-color: #483801 !important;
    width: 25px;
    height: 25px;
}
.from-control-bg {
    background-color: #ffff !important;
    color: #000 !important;
}
.read-more-btn_3 {
    color: #ffff;
    background-color: #cc7271;
    padding: 5px;
    border: 1px solid #cc7271;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

/* For template 4 seminar template */
.template-img_4 {
    background-image: url("../images/template-4.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 590px;
}
.main_content-div_4 {
    position: absolute;
    bottom: 35px;
    left: 100px;
}
.main-text_4 {
    font-size: 35px;
    color: #ffff;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: bold;
}
.sub-text_4 {
    font-size: 25px;
    color: #ffff;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: bold;
}
.invite-div_4 {
    background-color: #ffe5ee;
    width: 100%;
    min-height: 215px;
}
.invite-heading-text_4 {
    font-size: 35px;
    color: #000;
    padding-top: 25px;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: 500;
}
.invite-text_4 {
    font-size: 20px;
    color: #000;
    font-family: "Euclid Circular A", sans-serif;
    line-height: 35px;
    text-align: justify;
    padding: 0px 30px;
}
.p-text_4 {
    color: #000;
}
.schedule_div_4 {
    background-color: #ffff;
    height: auto;
    padding-top: 10px;
}
.schedule-row {
    margin-top: 30px;
}
/* .schedule-card_4{
    height: 800px;
    background-color: transparent !important;
    margin: 0px !important;
    box-shadow: none;
} */
.schedule-card_i {
    height: auto;
    width: 315px;
    background-color: #ffff !important;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #ffb7ce;
}
.schedule-card_4 {
    width: 315px;
    background-color: #ffff !important;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #ffb7ce;
}
.p-schedule {
    padding: 21px !important;
}
.schedule-heading-text_4 {
    font-size: 35px;
    color: #fd0353;
    padding-top: 25px;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: 500;
}
.schedule-text_4 {
    font-size: 20px;
    color: #fd0353;
    font-family: "Euclid Circular A", sans-serif;
    line-height: 20px;
    box-shadow: none;
    margin-bottom: 10px;
    font-weight: 500;
}
.p-text_4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.map-div_4 {
    background-color: #ffe5ee;
}
.text-map_4 {
    font-size: 35px;
    color: #000;
    height: 40px;
    /* padding: 10px 0px; */
    text-align: center;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 20px;
}

.bg-form-col_4 {
    /* background-color: #FFE5EE; */
    background-image: url("../images/webinar-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
.contact-div {
    background-color: #000;
    height: 100px;
}
.form-heading_4 {
    font-size: 25px;
    color: #000;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: 500;
}
.form-text_4 {
    font-size: 18px;
    color: #000;
    font-family: "Euclid Circular A", sans-serif;
}
.form-input-check_1 {
    border-color: #000 !important;
}
.scroll-container_4 {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container_4::-webkit-scrollbar {
    width: 10px;
}

.scroll-container_4::-webkit-scrollbar-track {
    background: #ffff !important;
    border-radius: 10px;
}

.scroll-container_4::-webkit-scrollbar-thumb {
    background: #fd0353;
    border-radius: 10px;
}

.scroll-container_4::-webkit-scrollbar-thumb:hover {
    background: #fd0353;
}

.scroll-container_4::-webkit-scrollbar-button {
    display: none;
}
.btn-enter_4 {
    background-color: #fd0353;
    color: #ffff;
}
.btn-enter_4:hover {
    color: #ffff;
}
.form-input-check_4 {
    border-color: #000 !important;
    width: 25px;
    height: 25px;
}
.from-control-bg {
    background-color: #ffff !important;
    color: #000;
}
.rsvp-4 {
    margin-top: 500px;
}
.read-more-btn_4 {
    color: #ffff;
    background-color: #fd0353;
    padding: 5px;
    border: 1px solid #fd0353;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}
.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show only two lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* For template 5 official meeting template */
.template-img_5 {
    background-image: url("../images/template-5.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 590px;
}
.main_content-div_5 {
    position: absolute;
    top: 35px;
    right: 100px;
}
.main-text_5 {
    font-size: 35px;
    color: #ffff;
    font-family: "Lora", serif;
    font-weight: bold;
}
.sub-text_5 {
    font-size: 25px;
    color: #ffff;
    font-family: "Lora", serif;
    font-weight: bold;
}
.invite-div_5 {
    background-color: #ffff;
    width: 100%;
    min-height: 206px;
}
.invite-heading-text_5 {
    font-size: 35px;
    color: #000;
    padding-top: 25px;
    font-family: "Crimson Text", serif;
}
.invite-text_5 {
    font-size: 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
    line-height: 35px;
    text-align: justify;
    padding: 0px 30px;
}
.p-text_5 {
    color: #000;
}
.schedule_div_5 {
    background-color: #ffff;
    height: auto;
}
.schedule-card_5 {
    width: 315px;
    background-color: #ffff !important;
    text-align: center;
    box-shadow: 0px 1px 4px 0px #a69999;
}

.schedule-heading-text_5 {
    font-size: 35px;
    color: #000;
    padding-top: 25px;
    font-family: "Euclid Circular A", sans-serif;
    font-weight: 500;
}
.schedule-text_5 {
    font-size: 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
    box-shadow: none;
    margin-bottom: 10px;
}
.p-text_5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.map-div_5 {
    background-color: #ffff;
}
.text-map_5 {
    font-size: 35px;
    color: #000;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}

.bg-form-col_5 {
    /* background-color: #ffff; */
    background-image: url("../images/Official-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
.contact-div {
    background-color: #000;
    height: 100px;
}
.form-heading_5 {
    font-size: 35px;
    color: #000;
    font-family: "Crimson Text", serif;
}
.form-text_5 {
    font-size: 25px;
    color: #000;
    font-family: "Rubik", sans-serif;
}
.form-input-check_1 {
    border-color: #000 !important;
}
.scroll-container_5 {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container_5::-webkit-scrollbar {
    width: 10px;
}

.scroll-container_5::-webkit-scrollbar-track {
    background: #ffff !important;
    border-radius: 10px;
}

.scroll-container_5::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

.scroll-container_5::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.scroll-container_5::-webkit-scrollbar-button {
    display: none;
}
.btn-enter_5 {
    background-color: #000;
    color: #ffff;
}
.btn-enter_5:hover {
    color: #ffff;
}
.form-input-check_5 {
    border-color: #000 !important;
    width: 25px;
    height: 25px;
}
.from-control-bg {
    background-color: #ffff !important;
    color: #000;
}
.custom-file-input::file-selector-button {
    background-color: #ab0036 !important;
    color: #ffff !important;
    line-height: 36px !important;
}
.form-control[type="file"] {
    padding-top: 5px !important;
}

.read-more-btn_5 {
    color: #ffff;
    background-color: #000;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 10px;
}

/*individual birthday 2 template */
.birthday-bg {
    background-image: url("../images/birthday_bg.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 823px;
}
.birthday_frame {
    position: absolute;
    left: 212px;
    top: 15px;
}
.birthday-img {
    position: absolute;
    left: 319px;
    top: 204px;
    width: 324px;
    height: 451px;
}
.birthday-content {
    position: absolute;
    bottom: 21px;
    left: 205px;
}
.birthday-text {
    font-size: 30px;
    color: #bb1141;
    font-family: "Rubik", sans-serif;
}
.sub-text {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.invite-i-div {
    background-color: #bb1141;
    width: 100%;
    min-height: 260px;
}
.invite-i-heading-text {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Sour Gummy", sans-serif;
}
.invite-i-text {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
    line-height: 20px;
}
.map-i-div {
    background-color: #780026;
}
.text-map {
    font-size: 35px;
    color: #ffff;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.p-schedule {
    padding: 21px !important;
}
.p-text {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}
.scroll-col {
    overflow-y: scroll !important;
}

.scroll-container-i {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container-i::-webkit-scrollbar {
    width: 10px;
}

.scroll-container-i::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scroll-container-i::-webkit-scrollbar-thumb {
    background: #780026;
    border-radius: 10px;
}

.scroll-container-i::-webkit-scrollbar-thumb:hover {
    background: #780026;
}

.scroll-container-i::-webkit-scrollbar-button {
    display: none;
}

/* leftside form section */
.bg-i-form-col {
    background-image: url("../images/rsvp_bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
/* .fixed-height {
    height: 100vh;
} */

.fixed-column {
    height: 100%;
    overflow: hidden;
}
.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.width-p {
    width: 52%;
}
.content-1 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-2 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-3 {
    position: absolute;
    top: 30%;
    right: 5%;
}
.form-i-heading {
    font-size: 45px;
    font-weight: bold;
    color: #780026;
    font-family: "Crimson Text", serif;
}
.form-i-text {
    font-size: 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
}
.attending-no {
    border-radius: 0.5rem !important;
    margin: 3px 10px !important;
    width: 40px !important;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b7b7b7;
    background-color: #f6fbf8;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #ffff !important;
}
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-attending {
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 50% !important;
    margin-top: 2px;
    line-height: 1px;
}
.content-section {
    height: 100vh; /* Full height of the screen */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px); /* Move the div down initially */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden; /* Hidden until it's activated */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}
.fade-in-up {
    opacity: 1;
    transform: translateY(0); /* Move up to the original position */
    visibility: visible; /* Make visible when the animation triggers */
}
.d-none {
    display: none !important;
}
.align-rsvp-div {
    text-align: center;
    flex: 0 0 100%;
}
.text-left-div {
    text-align: left;
}
.text-right-end {
    justify-content: end;
}
.btn-enter-i:focus {
    box-shadow: none !important;
}
.btn-enter-i {
    background-color: #780026;
    color: #ffff;
}
.btn-enter-i:hover {
    color: #ffff;
}

/*individual christmas 2 template */
.christmas-bg {
    background-image: url("../images/Christmas_bg.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 823px;
}
.christmas_frame {
    position: absolute;
    left: 212px;
    top: 15px;
}
.text-merry {
    position: absolute;
    bottom: 12%;
    left: 46%;
    font-size: 30px;
    font-weight: 700;
    color: #9c0820;
    font-family: "Sour Gummy", serif;
}
.text-christmas {
    position: absolute;
    bottom: 5%;
    left: 42%;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    font-family: "Sour Gummy", serif;
}
.invite-c-div {
    background-color: #f0f5ff;
    width: 100%;
    min-height: 350px;
}
.invite-c-heading-text {
    font-size: 35px;
    color: #f13e2d;
    padding-top: 25px;
    font-family: "Sour Gummy", serif;
}
.invite-c-text {
    font-size: 20px;
    color: #f13e2d;
    font-family: "Crimson Text", serif;
    line-height: 20px;
}
.map-c-div {
    background-color: #9c0820;
}
.text-map {
    font-size: 35px;
    color: #ffff;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.p-schedule {
    padding: 21px !important;
}
.p-text {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}
.align-map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.scroll-col {
    overflow-y: scroll !important;
}

.scroll-container-c {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container-c::-webkit-scrollbar {
    width: 10px;
}

.scroll-container-c::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scroll-container-c::-webkit-scrollbar-thumb {
    background: #9c0820;
    border-radius: 10px;
}

.scroll-container-c::-webkit-scrollbar-thumb:hover {
    background: #9c0820;
}

.scroll-container::-webkit-scrollbar-button {
    display: none;
}

/* leftside form section */
.bg-c-form-col {
    /* background-color: #9c0820; */
    background-image: url("../images/christmas-bg2.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
/* .fixed-height {
    height: 100vh;
} */
.fixed-column {
    height: 100%;
    overflow: hidden;
}
.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.width-p {
    width: 52%;
}
.content-1 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-2 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-3 {
    position: absolute;
    top: 30%;
    right: 5%;
}
.form-c-heading {
    font-size: 45px;
    font-weight: bold;
    color: #ffff;
    font-family: "Crimson Text", serif;
}
.form-c-text {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
}
.attending-no {
    border-radius: 0.5rem !important;
    margin: 3px 10px !important;
    width: 40px !important;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b7b7b7;
    background-color: #f6fbf8;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #ffff !important;
}
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-attending {
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 50% !important;
    margin-top: 2px;
    line-height: 1px;
}
.content-section {
    height: 100vh; /* Full height of the screen */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px); /* Move the div down initially */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden; /* Hidden until it's activated */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}
.fade-in-up {
    opacity: 1;
    transform: translateY(0); /* Move up to the original position */
    visibility: visible; /* Make visible when the animation triggers */
}
.d-none {
    display: none !important;
}
.align-rsvp-div {
    text-align: center;
    flex: 0 0 100%;
}
.text-left-div {
    text-align: left;
}
.text-right-end {
    justify-content: end;
}
.btn-enter-c:focus {
    box-shadow: none !important;
}
.btn-enter-c {
    background-color: #ffff;
    color: #9c0820;
}
.btn-enter-c:hover {
    color: #9c0820;
}

/*individual wedding 2 template */
.wedding2-bg {
    background-image: url("../images/seminar-2.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 823px;
}

.invite-semi-div {
    background-color: #2d5f73;
    width: 100%;
    min-height: 350px;
}
.invite-s-heading-text {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Playfair Display", serif;
}
.invite-s-text {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
    line-height: 15px;
}
.map-semi-div {
    background-color: #2d5f73;
}
.text-map {
    font-size: 35px;
    color: #ffff;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.p-schedule {
    padding: 21px !important;
}
.p-text {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.scroll-col {
    overflow-y: scroll !important;
}

.scroll-container-semi {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container-semi::-webkit-scrollbar {
    width: 10px;
}

.scroll-container-semi::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scroll-container-semi::-webkit-scrollbar-thumb {
    background: #2d5f73 !important;
    border-radius: 10px;
}

.scroll-container-semi::-webkit-scrollbar-thumb:hover {
    background: #2d5f73;
}

.scroll-container-semi::-webkit-scrollbar-button {
    display: none;
}

/* leftside form section */

/* .fixed-height {
    height: 100vh;
} */

.fixed-column {
    height: 100%;
    overflow: hidden;
}
.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.width-p {
    width: 52%;
}
.content-1 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-2 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-3 {
    position: absolute;
    top: 30%;
    right: 5%;
}
.form-semi-heading {
    font-size: 45px;
    font-weight: bold;
    color: #2d5f73;
    font-family: "Crimson Text", serif;
}
.form-semi-text {
    font-size: 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
}
.attending-no {
    border-radius: 0.5rem !important;
    margin: 3px 10px !important;
    width: 40px !important;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b7b7b7;
    background-color: #f6fbf8;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #ffff !important;
}
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-attending {
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 50% !important;
    margin-top: 2px;
    line-height: 1px;
}
.content-section {
    height: 100vh; /* Full height of the screen */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px); /* Move the div down initially */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden; /* Hidden until it's activated */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}
.fade-in-up {
    opacity: 1;
    transform: translateY(0); /* Move up to the original position */
    visibility: visible; /* Make visible when the animation triggers */
}
.d-none {
    display: none !important;
}
.align-rsvp-div {
    text-align: center;
    flex: 0 0 100%;
}
.text-left-div {
    text-align: left;
}
.text-right-end {
    justify-content: end;
}
.btn-enter-semi:focus {
    box-shadow: none !important;
}
.btn-enter-semi {
    background-color: #2d5f73;
    color: #ffff;
}
.btn-enter-semi:hover {
    color: #ffff;
}

/*individual seminar 2 template */
.seminar2-bg {
    background-image: url("../images/seminar-2.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 823px;
}

.invite-semi-div {
    background-color: #2d5f73;
    width: 100%;
    min-height: 350px;
}
.invite-s-heading-text {
    font-size: 35px;
    color: #ffff;
    padding-top: 25px;
    font-family: "Playfair Display", serif;
}
.invite-s-text {
    font-size: 20px;
    color: #ffff;
    font-family: "Rubik", sans-serif;
    line-height: 15px;
}
.map-semi-div {
    background-color: #2d5f73;
}
.text-map {
    font-size: 35px;
    color: #ffff;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    font-family: "Crimson Text", serif;
}
.p-schedule {
    padding: 21px !important;
}
.p-text {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}

.scroll-col {
    overflow-y: scroll !important;
}

.scroll-container-semi {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container-semi::-webkit-scrollbar {
    width: 10px;
}

.scroll-container-semi::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scroll-container-semi::-webkit-scrollbar-thumb {
    background: #2d5f73;
    border-radius: 10px;
}

.scroll-container-semi::-webkit-scrollbar-thumb:hover {
    background: #2d5f73;
}

.scroll-container-semi::-webkit-scrollbar-button {
    display: none;
}

/* leftside form section */
.bg-semi-form-col {
    /* background-color:#f1d0b2; */
    background-image: url("../images/seminar-bg3.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 911px;
}
/* .fixed-height {
    height: 100vh;
} */

.fixed-column {
    height: 100%;
    overflow: hidden;
}
.content-div {
    display: none;
}
.content-div.active {
    display: block;
}
.width-p {
    width: 52%;
}
.content-1 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-2 {
    position: absolute;
    top: 30%;
    right: 0%;
}
.content-3 {
    position: absolute;
    top: 30%;
    right: 5%;
}
.form-semi-heading {
    font-size: 45px;
    font-weight: bold;
    color: #2d5f73;
    font-family: "Crimson Text", serif;
}
.form-semi-text {
    font-size: 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
}
.attending-no {
    border-radius: 0.5rem !important;
    margin: 3px 10px !important;
    width: 40px !important;
    height: 30px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b7b7b7;
    background-color: #f6fbf8;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    appearance: none;
    border-radius: 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #ffff !important;
}
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-attending {
    width: 30px;
    height: 30px;
    padding: 3px 0px;
    border-radius: 50% !important;
    margin-top: 2px;
    line-height: 1px;
}
.content-section {
    height: 100vh; /* Full height of the screen */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(50px); /* Move the div down initially */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden; /* Hidden until it's activated */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}
.fade-in-up {
    opacity: 1;
    transform: translateY(0); /* Move up to the original position */
    visibility: visible; /* Make visible when the animation triggers */
}
.d-none {
    display: none !important;
}
.align-rsvp-div {
    text-align: center;
    flex: 0 0 100%;
}
.text-left-div {
    text-align: left;
}
.text-right-end {
    justify-content: end;
}
.btn-enter-semi:focus {
    box-shadow: none !important;
}
.btn-enter-semi {
    background-color: #2d5f73;
    color: #ffff;
}
.btn-enter-semi:hover {
    color: #ffff;
}

/* code for dark theme */
[data-theme-version="dark"] .accordion-btn {
    color: #ffff !important;
}

[data-theme-version="dark"] .nav-link {
    color: #ffff !important;
}
[data-theme-version="dark"] .page-titles .breadcrumb li a {
    color: #ffff !important;
}
[data-theme-version="dark"] .deznav .metismenu > li a {
    color: #ffff !important;
}
[data-theme-version="dark"] .nav-header .hamburger.is-active .line,
[data-theme-version="dark"] .nav-header .hamburger .line {
    background: #ffff !important;
}
[data-theme-version="dark"] .nav-control {
    background-color: #ab0036 !important;
}
[data-theme-version="dark"] .headding-text {
    color: #ffff !important;
}
[data-theme-version="dark"] .modal-title {
    color: #ffff !important;
}
[data-theme-version="dark"] .page-titles .breadcrumb li:before {
    color: #ab0036 !important;
}
[data-theme-version="dark"] .text-primary {
    color: #ffff !important;
}
[data-theme-version="dark"] .align-link {
    color: #ffff !important;
}
[data-theme-version="dark"] .page-titles {
    background-color: #252525 !important;
}
[data-theme-version="dark"] .footer {
    background-color: #252525 !important;
}
[data-theme-version="dark"] .form-control {
    background-color: #252525 !important;
}
[data-theme-version="dark"] body {
    background-color: #252525 !important;
}
[data-theme-version="dark"] .ticket-table thead tr th {
    color: #ffff !important;
}
[data-theme-version="dark"] .p-tbl thead th {
    color: #ffff !important;
}
[data-theme-version="dark"] .p-tbl tbody tr td {
    color: #ffff !important;
}
[data-theme-version="dark"]
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button {
    color: #ffff !important;
}
[data-theme-version="dark"] .dataTables_wrapper .dataTables_info {
    color: #fff !important;
}
[data-theme-version="dark"] .filter-option-inner-inner {
    color: #fff !important;
}
[data-theme-version="dark"] .dropdown-menu .dropdown-item {
    color: #fff !important;
}
[data-theme-version="dark"] .dropdown-menu .dropdown-item:hover {
    color: #ab0036 !important;
    background-color: #ffff;
}
[data-theme-version="dark"] .new-arrival-content p {
    color: #fff !important;
}
[data-theme-version="dark"] .event-content-text {
    color: #fff !important;
}
[data-theme-version="dark"] .alert-danger {
    color: #fff !important;
}
[data-theme-version="dark"] .text-invoice {
    color: #fff !important;
}
[data-theme-version="dark"] .google-btn {
    color: #ab0036 !important;
}
[data-theme-version="dark"] .google-btn:hover {
    color: #ffff !important;
}
[data-theme-version="dark"] .footer .copyright p a {
    color: #ffff !important;
}
[data-theme-version="dark"] .lang-control {
    color: #ffff !important;
}
[data-theme-version="dark"] .event-icon i {
    color: #ab0036 !important;
}
[data-theme-version="dark"] .form-control {
    color: #ffff !important;
}
[data-theme-version="dark"] .invalid-feedback {
    color: #ffff !important;
}
[data-theme-version="dark"] .astric {
    color: #ffff !important;
}
/* [data-theme-version="dark"] .form-control {
    background-color: #ffff !important;
    color: #000 !important;
} */

/* code for light theme */
[data-theme-version="light"] .nav-control {
    background-color: #ab0036 !important;
}
[data-headerbg="color_1"] .nav-header .hamburger .line {
    background: #ffff !important;
}
[data-sidebar-style="full"][data-layout="vertical"]
    .menu-toggle
    .nav-header
    .nav-control
    .hamburger
    .line {
    background-color: #ffff !important;
}

[data-theme-version="light"] .footer {
    background-color: white !important;
}
[data-theme-version="light"] .form-control {
    background-color: #f5f2f3 !important;
}
[data-theme-version="light"] .body-bg {
    background: #f5f2f3 !important;
    background-color: #f5f2f3 !important;
}
[data-theme-version="light"] .header-right .header-profile > a.nav-link {
    background-color: #f5f2f3 !important;
}
[data-theme-version="light"] .dataTables_wrapper .dataTables_info {
    color: #333 !important;
}
/* [data-theme-version="light"] .form-check-input {
    background-color: #f5f2f3 ;
} */

.footer  a {
    color: #ab0036 !important;
}
/* new */
#new-input-fields {
    max-height: 63vh;
    overflow-x: auto;
    /* overflow-y: hidden; */
}

#new-input-fields::-webkit-scrollbar {
    width: 12px;
}
#new-input-fields::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
#new-input-fields::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

#new-input-fields::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

/* #new-input-fields::-webkit-scrollbar-button {
    display: none;
} */
.invalid-feedback {
    font-size: 1rem !important;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    display: flex;
    flex-direction: column-reverse;
    font-size: 1rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 12px 7px !important;
}

/* payment success page */
.success-img {
    width: 400px;
    height: 400px;
    margin: 50px 0px;
}
.success-msg {
    font-size: 20px;
    font-family: "Optima-4", sans-serif !important;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    margin: 10px 0px;
}
.thanks-msg {
    font-size: 20px;
    font-family: "Optima-4", sans-serif !important;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    margin: 10px 0px;
}
.download-link {
    font-size: 20px;
    font-family: "Optima-4", sans-serif !important;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin: 10px 0px;
}
.download-link a {
    color: #ab0036 !important;
    text-decoration: underline;
}
.download-link a:hover {
    color: blue !important;
}
/* email generation page */
.email-container {
    background-image: url("../images/email-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 454px;
    margin: 50px auto;
    /* background-color: #ffff; */
    border-radius: 10px;
    height: 700px;
}
.email-header {
    /* background-color: #ab0036; */
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-top: 25px;
}
.ticket-conf {
    font-size: 17px;
    font-weight: 600;
    color: #ffff;
    text-align: center;
    padding: 23px 10px 0px !important;
}
.ticket-success {
    font-size: 12px;
    font-weight: 400;
    color: #ffff;
    text-align: center;
    padding: 10px 0px 5px 10px !important;
}
.book-detail {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 10px 20px 0px 20px;
    /* text-align: center; */
}
.thanks-text {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    padding: 0px 20px 0px 20px;
    /* text-align: center; */
}
.ticket-table {
    margin: 20px 0px;
}
.event-img {
    width: 100px;
    height: 100px;
    /* border-radius: 10px; */
    /* margin-left: 20px; */
    margin-right: 40px;
}
.event-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 0px 20px 4px;
}
.icon-img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: top;
}
.span-text {
    display: inline-block;
    width: 80%;
}
.event-text {
    font-size: 12px;
    font-family: 400;
    color: #000;
    padding: 4px 20px 0px 30px;
}
.tbl-footer {
    margin: 40px 0px;
}
.barcode-img {
    width: 120px;
    height: 120px;
    text-align: center;
    padding: 10px 0px;
}
.border-line {
    border: 1px dotted #888787;
}
.text-footer {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 30px 20px 0px;
    line-height: 13px;
}
.text-footer-2 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 15px 20px 0px;
    line-height: 13px;
}
.line-footer {
    width: 10px;
    border: 5px solid #ab0036;
}

/* generate invoice page */
.invoice-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.invoice-area {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.text-invoice {
    font-size: 18px;
    font-weight: 700;
    color: #ab0036 !important;
    padding-left: 15px !important;
}

.text-invoice span {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
}

.invoice-logo {
    width: 150px;
    height: auto;
    margin-top: 10px;
}

.table {
    margin-bottom: 0;
}

.table-borderless th,
.table-borderless td {
    border: none;
}

.img-tbl thead,
.detail-tbl thead {
    border: 0px !important;
}
.detail-tbl thead tr {
    border: 0px !important;
    background: none !important;
}
.detail-tbl thead tr th {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    color: #ab0036 !important;
    background-color: #ffff !important;
    border: 0px !important;
}

.detail-tbl tbody tr td {
    font-size: 14px;
    vertical-align: top;
    padding: 5px 15px !important;
    background-color: #ffff !important;
}

.description-tbl thead tr {
    box-shadow: none !important;
}
.description-tbl thead tr th {
    background-color: #ab0036 !important;
    color: #ffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px !important;
}

.description-tbl tbody td {
    font-size: 14px;
    padding: 10px 15px;
}

.description-tbl tbody td.text-end {
    text-align: right !important;
}

/* .table-responsive {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
} */

/* admin sidebar */
.nav-text {
    display: inline-table;
    width: 80% !important;
}

.toggle:after {
    margin-left: -7px !important;
}
.form-control.is-invalid {
    border-right: 1px solid #b03636 !important;
}
.form-control.is-valid {
    border-right: 1px solid #2bc155 !important;
}
.auth-form .btn {
    height: 48px !important;
}
.theme-icon {
    width: 20px;
    height: 20px;
}
@media print {
    .no-print {
        display: none;
    }
}

.alien-event-btn {
    display: flex;
    justify-content: flex-end;
}
.select-event {
    width: 100% !important;
}
.select-div {
    margin-right: 10px;
    margin-top: 2px;
}
.dataTables_length label {
    display: flex !important;
    margin-top: 5px !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    margin-top: -12px !important;
}

input[type="time"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.alert-danger {
    border-color: #b03636 !important;
    color: #000 !important;
}
/* .bootstrap-select .btn {
    border: 1px solid #ab0036 !important;
    background-color: #ab0036 !important;
    font-weight: 400;
    color: #ffff !important;
    border-radius: 5px !important;
    padding: 10px !important; 
} */

/* for lang dropdown */
.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}
.flag-icon {
    width: 20px;
    height: 15px;
}
.lang-dropdown {
    min-width: 4rem !important;
}
.lang-control {
    background-color: transparent !important;
    padding: 5px 8px !important;
    /* margin-top: 9px !important; */
    border-radius: 5px !important;
    height: 45px !important;
    position: absolute;
    top: 0px;
    right: 0px;
}
.lang-control:after {
    display: none !important;
}
.auth-form {
    padding: 30px 50px !important;
}
/* .dropleft .dropdown-toggle:before, .dropright .dropdown-toggle:before, .dropup .dropdown-toggle:after, .dropdown-toggle:after {
    margin-left: -11px !important;
} */
.small-logo-img {
    width: 50px;
    height: 50px;
}
.name-logo {
    width: 100px;
    height: 50px;
}
.dropleft .dropdown-toggle:before,
.dropright .dropdown-toggle:before,
.dropup .dropdown-toggle:after,
.dropdown-toggle:after {
    margin-left: -1px !important;
}
.dropdown-menu .dropdown-item {
    color: #796d6d !important;
}
.dropdown-menu .dropdown-item:hover {
    color: #ab0036 !important;
}
.bootstrap-select {
    padding: 0px !important;
}
.tooltip-inner {
    background-color: #000 !important; /* Change to your desired background color */
    color: white !important; /* Ensure the text color is the same */
}

.tooltip-arrow {
    border-top-color: transparent !important; /* Transparent for top border */
    border-left-color: transparent !important; /* Transparent for left and right borders */
    border-right-color: transparent !important;
    border-bottom-color: #ff5733 !important; /* Matching the background color for arrow */
}

/* new dashboard page */

.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 300px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
}

.flip-card-front {
    background-color: #c80b47;
}

.flip-card-back {
    background-color: #ffff;
    color: #000;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.event-name-text {
    color: #ffff;
    margin-top: 10px;
    font-size: 18px;
}
.card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.help-bg {
    background-color: #ab0036;
    padding: 50px;
    text-align: center;
    border-radius: 5px;
}
.step-text {
    padding: 10px;
    color: #ffff;
    border-radius: 5px;
    background-color: #ab0036;
}
.notification_dropdown .dropdown-menu-end {
    min-width: 110px !important;
    top: 83% !important;
    width: 110px !important;
}
.author-profile .author-media img {
    height: 130px !important;
}

/* new event list page */
#portfolio {
    padding: 40px;
    margin: 0 auto;
}
.gallery-title {
    font-size: 36px;
    color: #db584e;
    text-align: center;
    font-weight: 700;
    padding: 40px 20px 60px;
}
.btn-default:active .filter-button:active {
    background-color: #db584e;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}
.event-content-text {
    color: #493b3b !important;
}
.filter-button {
    font-size: 14px;
    border: 1px solid #ab0036;
    border-radius: 5px;
    text-align: center;
    color: #ffff;
    margin-bottom: 10px;
}
.filter-button:hover {
    font-size: 14px;
    border: 1px solid #ab0036;
    border-radius: 5px;
    text-align: center;
    color: #ab0036;
    background-color: #ffff;
}
.search-area .input-group-text {
    background: transparent !important;
    position: absolute;
    right: 0px;
    top: 45%;
    transform: translatey(-50%);
}
.search-area .form-control {
    background: #f0f5f2;
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
    width: 200px;
    
    z-index: 0 !important;
    padding-right: 2.5rem;
}
.align-event-header {
    display: flex;
    justify-content: space-between;
}
.list-img {
    width: auto;
    height: 75px;
    border-radius: 5px;
    object-fit: contain;
}

/* admin dashboard */
.font-icon {
    color: #ab0036;
    padding: 15px;
    border-radius: 22%;
    background-color: #ebedef;
    font-size: 20px;
}
.action-btn {
    width: 27px;
    height: 25px;
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
    color: #ffff;
}
.btn-plus-action {
    background-color: #ffff;
    border-radius: 50%;
    padding: 2px;
    color: #2bc155;
    font-size: 12px;
}
.donut-card {
    height: 243px !important;
}
.rate-card {
    height: 100px !important;
}
.rate-card-header {
    padding: 20px !important;
}
.card-heading-text {
    font-family: "Optima-4", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}
.cursor {
    cursor: pointer !important;
}
.static-font {
    font-size: 12px;
}
.static-no {
    font-size: 16px;
}
.purchase-card {
    height: 230px;
}
.text-white {
    color: #ffff;
}
.active-package {
    color: #ab0036;
    background-color: transparent;
    border: none;
}
.not-clickable {
    pointer-events: none;
    cursor: not-allowed;
}
.pd-col {
    padding: 5px 0px;
}
.diplay-event-btn {
    display: flex;
    justify-content: space-evenly;
}
.event-icon {
    color: #ab0036;
    padding: 8px 10px;
    border-radius: 22%;
    background-color: #ebedef;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.event-icon:hover{
    transform: scale(1.1);
    transition: all 100ms ease-in;
}
.attending-box {
    width: 250px;
    margin: auto;
    position: absolute;
    top: 160px;
    left: 40px;
    border-radius: 10px;
    background-color: #ffff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.font-attending {
    font-size: 14px;
}
.mt-event {
    margin-top: 165px;
}
.publised-list {
    width: 70% !important;
    margin: auto;
}
.event-no-card {
    height: auto !important;
    border: 1px solid #d7dae3 !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}
.event-no-card-body {
    padding: 20px !important;
}
.btn-publish {
    background-color: #ffff !important;
    font-size: 14px !important;
}
.text-address {
    width: 8%;
    margin: auto;
}
.btn-share {
    background-color: #ab0036;
    padding: 8px 25px;
    border-radius: 5px;
    color: #ffff;
    border: 1px solid #ab0036;
}
.btn-share:hover {
    background-color: #ab0036;
    padding: 8px 25px;
    border-radius: 5px;
    color: #ffff;
    border: 1px solid #ab0036;
}
.bootstrap-select .btn {
    color: #493b3b !important;
}
.mt-bottom {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

/* .dataTable thead tr th{
  font-size: 14px !important;
  padding: 10px 15px !important;
  white-space: nowrap !important;  
} */
.dataTable tr th,
td {
    font-size: 16px !important;
    padding: 6px 15px !important;
    text-align: left !important;
    vertical-align: top;
}

.dataTables_wrapper {
    padding: 10px !important;
}

.dt-length label {
    margin-left: 5px;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #ab0036 !important;
    color: #ffff !important;
}

.astric {
    font-size: 20px;
    color: #ab0036;
}
.btn-danger {
    font-size: 14px;
}
.btn-light {
    font-size: 14px;
}
.small-logo {
    width: 40px;
    height: 40px;
}

/* for package scroll */

.scroll-container-ip {
    height: 100vh;
    overflow-y: scroll;
}

.scroll-container-ip::-webkit-scrollbar {
    width: 10px;
}

.scroll-container-ip::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.scroll-container-ip::-webkit-scrollbar-thumb {
    background: #c0bdbe;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #eb6f99;
}

.scroll-container::-webkit-scrollbar-button {
    display: none;
}
.page-titles {
    margin-bottom: 10px;
}
.page-titles {
    margin-bottom: 10px !important;
}
.no-wrap-fix {
    /* white-space: normal !important; */

}
.table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order {
    bottom: 42px !important;
    right: 1px !important;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order {
    bottom: 42px !important;
    right: 1px !important;
}



/* -------------------------comeet v2 css--------------- */
.dt-scroll-head {
    border-radius: 12px 12px 0 0;
}

.dataTable thead {
    background-color: var(--background-color);
    /* background-color: #ab003610; */

}

.dataTable th {
    color: var(--primary-color) !important;
    font-weight: bold !important;
}

.table-actions-container {
    display: flex;
    gap: 8px;
}
.table-action {
    background-color: var(--background-color);
    color: var(--primary-color);
    border-radius: 12px;
    padding-block: 8px;
    padding-inline: 12px;
    transition: 300ms;
    border : 1px solid transparent;
}
.table-action:hover {
    background-color: var(--primary-color);
    color: var(--background-color);
}
.table-action.show {
    background-color: var(--show-color);
}
.table-action.show:hover {
    color: var(--show-color);
    background-color: white;
    border: 1px solid var(--show-color);
}

.table-action.delete {
    background-color: var(--delete-color);

}
.table-action.delete:hover {
color: var(--delete-color);
background-color: white;
border: 1px solid var(--delete-color);


}
.table-action.edit {
    background-color: var(--edit-color);

}
.table-action.edit:hover {
    color: var(--edit-color);
    background-color: white;
    border: 1px solid var(--edit-color);

    

}

.card-header {
    padding-inline : 16px
}
.card-body {
    padding-inline: 24px;
}

.dt-paging-button {
    border-radius: 10px !important;
}

.dt-input {
    border-radius: 8px !important;
}

table.dataTable tbody tr .dt-empty {
    color: #727272;
    padding-block: 12px !important;
    border-radius: 12px !important;
    padding-inline: 16px !important;
    text-align: center !important;
}


td,
th {
    vertical-align: middle;
    white-space: nowrap !important;
}

#main-wrapper {
    display: flex;
    height:100vh;
    padding:8px 16px 8px 8px;
    gap: 16px;
}

/* Sidebar Container */
.sidebar {
    width: 20%;
    background-color: #ab0036; /* Your primary color */
    border-radius: 12px;

    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: white;
    position: relative;
    padding-block : 24px
}

/* Scrollable area */
.deznav-scroll {
    height: 100%;
    overflow-y: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/* Menu styling */
.metismenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.metismenu li {
    position: relative;
}

/* Main menu items */
.metismenu > li > a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 4px solid transparent;
}

.metismenu > li > a:hover,
.metismenu > li > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-left: 4px solid white;
}

/* Active menu item */
.metismenu > li.active > a {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    border-left: 4px solid white;
}
/* Active menu item styling */
.metismenu .mm-active > a {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border-left: 4px solid white !important;
    font-weight: 600 !important;
}

/* Active submenu item styling */
.metismenu ul .mm-active > a {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
}

/* Parent menu items with active children */
.metismenu .has-arrow.mm-active::after {
    color: white !important;
    transform: rotate(-180deg) !important;
}

/* Active state for icons */
.metismenu .mm-active > a .ai-icon i {
    color: white !important;
}
/* Icons */
.metismenu .ai-icon i {
    margin-right: 12px;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

/* Submenu styling */
.metismenu ul {
    list-style: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.metismenu ul a {
    padding: 10px 20px 10px 50px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.metismenu ul a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding-left: 52px;
}

/* Nested submenu */
.metismenu ul ul a {
    padding-left: 70px;
}

.metismenu ul ul a:hover {
    padding-left: 72px;
}

/* Nav text */
.nav-text {
    flex: 1;
}

/* Badges */
.badge-xs {
    font-size: 10px;
    padding: 2px 5px;
}

/* Scrollbar styling (for WebKit browsers) */
.deznav-scroll::-webkit-scrollbar {
    width: 6px;
}

.deznav-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.deznav-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

/* Arrow indicators */
.has-arrow::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    transition: transform 0.3s ease;
}

.has-arrow[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

/* Form elements inside sidebar */
.sidebar .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.sidebar .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: white;
}

/* Responsive adjustments */
@media (max-width: 1050px) {
    .sidebar {
        width: 250px;
        position: fixed;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .sidebar.active {
        transform: translateX(0);
        z-index: 1080;
    }
}

.sidebar .metismenu > li > a {
    padding: 15px 17px 15px 17px !important;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto ;
    overflow-x: hidden;
   
    
}
div.header {
    flex-shrink: 0;
    position: static !important;
    padding-left: 0 !important;
    width: auto;
    border-radius: 10px;
}
.header-content {
    padding-inline: 24px !important;
}
.header-left {
    gap : 8px;
}


.profile-pic {
    object-fit: cover;
}
.content-body {
    margin-left: 0;
    padding : 0 !important;
    min-height: unset !important;

}
.page-titles {
    background-color: unset !important;
    margin-bottom:0 !important
}
.page-titles .breadcrumb {
    padding-left : 16px
}
.content-body .container-fluid {
    padding-inline : 0;
}

.footer {
        
    border-radius : 10px;
    margin-top:auto;

}

/* Base styles */
.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.brand-title {
    display: flex;
    align-items: center;
}

.name-logo {
    display: none;
    width: 200px; 
    height: 80px;
    object-fit: contain;
}



.sidebar-toggle {

    top: 15px;
    left: 15px;
    z-index: 999;
    display: none;
}

.sidebar-toggle button {
    background: #ab0036;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 1050px) {
    .sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        z-index: 1000;
        width: 280px !important;
        transition: all 0.3s ease;
    }
    
    .sidebar.active {
        left: 0;
    }

    .sidebar-toggle {
        display: block !important;
    }

    .content-wrapper {
        margin-left: 0 !important;
        width: 100% !important;
    }

    /* Add overlay when sidebar is open */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1040;
        display: none;
    }

    .sidebar.active + .sidebar-overlay {
        display: block;
    }
    .header-content {
        padding-inline: 16px !important;
    }
}




/* Base Styles */
.dashboard-container {
  padding: 2rem;
  max-width: 1600px;
  margin: 0 auto;
}

/* Header Styles */
.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.header-content {
  flex: 1;
}

.dashboard-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.dashboard-subtitle {
  color: var(--dark-gray);
  margin-bottom: 0;
}

.header-actions {
  display: flex;
  gap: 1rem;
}
#create {
background-color: var(--primary-color);
color:white;
border: 1px solid var(--primary-color)
}

#upgrade {
background-color: white;
color: var(--primary-color);
border: 1px solid var(--primary-color)
}
/* Button Styles */
.header-actions a {
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius);
  font-weight: 500;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 12px;
}


/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat-card {
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 12px;
  transition: 300ms;

}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.5rem;
}


.stat-content {
  flex: 1;
}

.stat-label {
  color: var(--dark-gray);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-color);
}

/* Section Styles */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 24px;
  color: var(--text-color);
  margin: 0;
}

#eventSelector {
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--medium-gray);
  background-color: white;
  font-size: 1rem;
  transition: 300ms;
  width: unset;
}

#eventSelector:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem var(--primary-light);
  outline: none;
}

/* Analytics Grid */
.analytics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 1050px) {
  .analytics-grid {
    grid-template-columns: 1fr;
  }
}

.analytics-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

.card-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--medium-gray);
}

.card-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: var(--text-color);
}

.card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.chart-container {
  flex: 1;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.success {
  background-color: var(--success-color);
}

.warning {
  background-color: var(--warning-color);
}

.danger {
  background-color: var(--danger-color);
}

.label {
  flex: 1;
  color: var(--dark-gray);
  font-size: 16px;
}

.value {
  font-weight: 600;
  color: var(--text-color);
}

.primary {
  color: var(--primary-color);
}

.stat-total {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--medium-gray);
}

/* Metrics Grid */
.metrics-grid {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}

.metric-card {
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: var(--transition);
}

.metric-card:hover {
  transform: translateY(-5px);
}

.metric-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.metric-content {
  flex: 1;
}

.metric-label {
  color: var(--dark-gray);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Events Section */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.event-card {
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  overflow: hidden;
  transition: var(--transition);
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.event-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  cursor: pointer;

}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.event-card:hover .event-image img {
  transform: scale(1.05);
}

.event-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--background-color) !important;
}

.event-quick-actions {
     position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  gap: 8px;
}
.event-quick-actions .action-button {
    padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--background-color) !important;
}

.live {
  background-color: var(--background-color);
}

.pending {
  background-color: var(--background-color);
}

.cancelled {
  background-color: var(--background-color);
}

.completed {
  background-color: var(--background-color);
}

.event-content {
  padding: 1.5rem;
}

.event-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--text-color);
}

.event-title a {
  color: inherit;
  text-decoration: none;
}

.event-title a:hover {
  color: var(--primary-color);
}

.event-date {
  color: var(--dark-gray);
  margin-bottom: 1.5rem;
}

.event-actions {
  display: flex;
  gap: 0.75rem;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 3rem;
  background: white;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.empty-state i {
  font-size: 2rem;
  color: var(--medium-gray);
}
.empty-state a {
 display: flex;
 align-items: center;
 width: max-content;
 justify-self: center;
}

.empty-state h3 {
  font-size: 1.5rem;
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.empty-state p {
  color: var(--dark-gray);
  margin-bottom: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .dashboard-header {
    flex-direction: column;
    gap: 1rem;
  }
  
  .header-actions {
    width: 100%;
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
  }
  
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .form-select {
    width: 100%;
    min-width: auto;
  }
  
  .card-body {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .chart-container {
    max-width: 100%;
  }
  
  .event-actions {
    flex-direction: column;
  }
}



.stat-item {
 
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;

    &.success {
      background-color: #28a745; 
    }

    &.warning {
      background-color: #ffc107; 
    }

    &.danger {
      background-color: #dc3545; 
    }
    &.info {
      background-color: #356fdc; 
    }
  }

 
}



/* event status badges */

.badge-status {
  display: inline-block;
  padding:  8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 50rem; /* makes it pill-shaped */
}

.badge-deactive {
  background-color: #f8d7da;
  color: #ab0036;
}

.badge-active {
  background-color: #e0e0ff;
  color: #5641dc;
}

.badge-cancelled {
  background-color: #ffe5e6;
  color: #ff030b;
}

.badge-completed {
  background-color: #e6f4ea;
  color: #29b056;
}

.edit-event-button {
    
    background-color: var(--background-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
    margin-left: auto;
    width: 50%;
}
.edit-event-button:hover{
    transform: scale(1.03);
  background-color:  var(--background-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
  transition: all 100ms ease-in;
}
.edit-event-button:focus {
    box-shadow: none;
 
}

.change_status {
    width: 50%;

}
.change_status:hover {
    width: 50%;
    transform: scale(1.03);
  transition: all 100ms ease-in;

}



.attendance-stats {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 24px;
}

.stat-circle {
  position: relative;
    width: 40px;
    height: 40px;
  border-radius: 50%;
    padding: 8px 10px;
    text-align: center;

     font-size: 16px;
  border: 2px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  transition: transform 0.2s ease;
}

.stat-circle:hover {
  transform: scale(1.1);
}

.stat-circle .label {
  position: absolute;
  bottom: -1.5rem;
  font-size: 0.75rem;
  color: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.stat-circle:hover .label {
  opacity: 1;
}

#event-list-container {
    padding: 16px 24px;
}