
@font-face {
    font-family: 'montagaregular';
    src: url('fonts/montaga-regular-webfont.woff2') format('woff2'),
         url('fonts/montaga-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 30, 2024 */
@font-face {
    font-family: 'footlight_mt_probold';
    src: url('fonts/footlightmtprobold-webfont.woff2') format('woff2'),
         url('fonts/footlightmtprobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'footlight_mt_proextrabold';
    src: url('fonts/footlightmtproextrabold-webfont.woff2') format('woff2'),
         url('fonts/footlightmtproextrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'footlight_mt_proitalic';
    src: url('fonts/footlightmtproitalic-webfont.woff2') format('woff2'),
         url('fonts/footlightmtproitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'footlight_mt_prolight';
    src: url('fonts/footlightmtprolight-webfont.woff2') format('woff2'),
         url('fonts/footlightmtprolight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'footlight_mt_proregular';
    src: url('fonts/footlightmtproregular-webfont.woff2') format('woff2'),
         url('fonts/footlightmtproregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik-Regular.ttf');

}
@font-face {
    font-family: 'edwardianscriptitc';
    src: url('fonts/edwardianscriptitc.ttf');

}





* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ul {
    margin: 0px !important;
    padding: 0px !important
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

.clr {
    clear: both;
}

label {
    margin: 0px
}

input,
textarea,
select {
    border: 0px none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #828282;  font-family: "Inter", sans-serif; font-weight: 400;;

}

img {
    outline: none;
    max-width: 100%;
    height: auto;
    border: 0px none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

input[type='submit'] {
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;

}

button {
    border-radius: 0px;
    border: 0px none;
    outline: none;
    cursor: pointer;

}

button:focus {
    border: 0px none;
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;

}

:focus {
    outline: none;
    border: 0px;
    ;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

em {
    font-style: normal;
}

body {
    background: #000;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    overflow-x: hidden; font-family: "Inter", sans-serif;
}





/* default buttons  */
.btndefault {
    border: 2px solid #B604B6;
    padding: 10px 25px;
    text-align: center;
    background-color: #B604B6;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: relative;
    cursor: pointer; border-radius: 50px !important;  font-family: "Inter", sans-serif; font-weight: 500;;
}
.btndefault:hover {
    background-color: transparent; color: #B604B6 !important;
}




/* default buttons  borderd */
.btndefault-borderd {
    border: 2px solid #B604B6;
    padding: 10px 25px;
    text-align: center;
    background-color: transparent;
    color: #B604B6;
    display: inline-block;
    font-size: 14px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: relative;
    cursor: pointer; border-radius: 50px !important;  font-family: "Inter", sans-serif; font-weight: 500;;
}
.btndefault-borderd:hover {
    background-color: #B604B6; color: #fff !important;
}




.back-page { position: absolute; left: 0px; top: -130px; width: 45px; height: 38px;  display: flex; align-items: center; justify-content: center;transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;}
.back-page img { width: 22px; display: block; ;}
.back-page:hover {background-color: #B604B6;}

.btn-150 { min-width: 150px;}
.btn-250 { min-width: 250px;}
.btn-350 { min-width: 350px;}
.btn-250-max { max-width: 250px;}


p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.6;
}

h1 {
    font-size: 42px;
    padding-bottom: 20px; font-family: 'montagaregular';
}

h2 {
    font-size: 30px;
    padding-bottom: 20px; font-family: 'montagaregular';
}

h3 {
    font-size: 24px;
    padding-bottom: 20px; font-family: 'montagaregular';
}

h4 {
    font-size: 22px;
    padding-bottom: 20px; font-family: 'montagaregular';
}

h5 {
    font-size: 20px;
    padding-bottom: 20px; font-family: 'montagaregular';
}

h6 {
    font-size: 18px;
    padding-bottom: 20px; font-family: 'montagaregular';
}


.wh-100 { height: 100vh;}
.font-16 { font-size: 16px !important;}
.font-20 { font-size: 20px !important;}


.hidden {
    overflow: hidden
}

.auto_container {
    position: relative;
    margin: auto;
    max-width: 1240px;
    padding: 0 20px;
}

.wrapper {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.x-sm-logo { max-width: 160px;}
.x-sm-logo img { width: 100% !important;}

.sm-logo { max-width: 230px;}
.sm-logo img { width: 100% !important;}

.md-logo { max-width: 340px;}
.md-logo img { width: 100% !important;}

.lg-logo { max-width: 450px;}
.lg-logo img { width: 100% !important;}


.text-B604B6 { color: #B604B6 !important;}



.splash_screen { width: 100%; display: flex;  padding: 50px 0px;}

.splash_screen_detail { width: 100%; padding: 0px 20px; max-width: 800px; margin: auto;}

.splash-logo { width: 100%; padding-bottom: 0px;}

.splash-logo a {  margin: auto; display: block;}
.splash-logo a img { width: 100%;  display: block;}


.loadingDiv { width: 100%;}

.loadingDiv strong { display: block; text-align: center; font-size: 16px; color: #fff; font-family: 'footlight_mt_proregular';font-weight: normal;
    letter-spacing: 1px;}

.loading-bar {
    display: flex;
    height: 10px;
    width: 100%;
    max-width: 500px;
    box-shadow: inset 0px 0px 0px 1px #fff; background-color: #fff;
    border-radius: 50px;
    overflow: hidden; margin: auto; margin-bottom: 25px;
}
@keyframes progress-animation {
    0% {
        width: 0%;
   }
    20% {
        width: 10%;
   }
    40% {
        width: 30%;
   }
    50% {
        width: 60%;
   }
    100% {
        width: 90%;
   }
}
.loading-bar .progress-bar {
    display: flex;
    height: 100%;
    width: 90%;
    background: #B604B6;
    animation: progress-animation 5s ease-in-out;
}





/* chapel login  */

.wedding-content { width: 100%; position: relative;}

.mask-avatar { position: fixed;}

.mask-avatar img { max-width: 200px; display: block;}

.top-fl { left: 0px; top: 0px;}
.top-fr { right: 0px; top: 0px;    transform: rotate(90deg);}
.bottom-fl { left: 0px; bottom: 0px;    transform: rotate(-90deg);}
.bottom-fr { right: 0px; bottom: 0px;    transform: rotate(180deg);}



.wedding-content-detail { width: 100%; padding: 40px 0px;}

.wedding-content-info { width: 100%; position: relative;}

.wedd-logo { width: 100%; padding-bottom: 30px;}

.wedd-logo a {  margin: auto; display: block;}
.wedd-logo a img { width: 100%;  display: block;}

.custom-title { width: 100%; position: relative; padding-bottom: 20px;}

.chappel-form { width: 100%; padding: 40px 0px;}



.custom-filed { width: 100%; position: relative; margin: 10px 0px;}

.custom-filed input { width: 100%; border-bottom: 1px solid #333333; padding: 10px 15px; color: #828282;transition: 0.3s;}

.custom-filed input:focus {border-bottom: 1px solid #B604B6;}

.custom-filed span { position: absolute; right: 10px; color: #B604B6; font-size: 18px; top: 10px;width: 20px;
    height: 22px;
    line-height: 22px;
    text-align: center;}


.add-input-icons  .custom-filed input { padding-right: 50px;}

.chapelScreen_markup { width: 100%; height: 2px; background-color: #fff; display: flex; align-items: center; justify-content: center;}

.chapelScreen_markup span { background-color: #000; padding: 0px 5px; display: block;}
.chapelScreen_markup span img { width: 80px; margin: auto; display: block;}


.chapelScreen_text_p { width: 100%; padding-bottom: 20px;}
.chapelScreen_text_p p { font-family: 'footlight_mt_prolight'; color: #fff; text-align: center; font-size: 18px; padding-left: 30px; padding-right: 30px;
    padding-bottom: 0px;}

.chapelScreen_text { width: 100%; max-width: 610px; margin: auto;}

.text-link { color:#fff; display: inline-block;}

.text-link:hover { text-decoration: underline !important; color: #fff;}

.font-foot-mt-light { font-family: 'footlight_mt_prolight' !important; }
.font-foot-mt-light-italic { font-family: 'footlight_mt_proitalic' !important; }


.menu-tittle h1 { border-bottom: 2px solid #B604B6; display: inline-block;}


.main-menu-list { width: 100%; padding-top: 20px;}

.main-menu-list ul li { padding: 8px 0px;}

.main-menu-list-info { width: 100%;}

.main-menu-list-info strong {font-family: 'footlight_mt_prolight' !important; font-weight: normal; font-size: 16px; display: inline-block;}
.main-menu-list-info a {font-family: 'footlight_mt_prolight' !important; font-weight: mormal; display: inline-block; font-size: 16px; color: #B604B6;}

.main-menu-list-info a:hover { text-decoration: underline !important;}



.upload-pic-view { width: 100%; padding-bottom: 10px;}

.upload-pic-view span { display: block; margin-bottom: 25px;}
.upload-pic-view span img { max-width: 275px; height: 375px; object-fit: cover; display: block; margin: auto;}


.tb-container input {
    display: none;
  }

  .tb-container label {
    border: 2px solid #B604B6;
    padding: 10px 25px;
    text-align: center;
    background-color: transparent;
    color: #B604B6;
    display: inline-block;
    font-size: 14px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: relative;
    cursor: pointer; border-radius: 50px !important;  font-family: "Inter", sans-serif; font-weight: 500;;
}
.tb-container label:hover {
    background-color: #B604B6; color: #fff !important;
}





.form-filed-col { width: 100%; position: relative; padding: 8px 0px;}

.form-filed-col strong { font-weight: 300; display: block; padding-bottom: 8px; color: #F2F2F2;}

.form-filed { width: 100%; position: relative;}

.form-filed input { width: 100%; border-radius: 10px; border: 1px solid rgba(189, 189, 189, .5); padding: 10px 15px;}
.form-filed select { width: 100%; border-radius: 10px; border: 1px solid rgba(189, 189, 189, .5); padding: 10px 35px 10px 12px; appearance: none; position: relative; z-index: 1; cursor: pointer; text-transform: capitalize;}

.max-width-100 { max-width: 100%;}

.form-filed em { color: rgba(189, 189, 189, .5); font-size: 20px; position: absolute; right: 14px; top:6px;}


input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);cursor: pointer;
  }

.cursor-pointer { cursor: pointer;}

.color-8282 { color: #828282 !important;}


.final-frmae img { border-radius: 5px; max-width: 320px !important; height: 420px !important; border: 4px solid #EB5757;}



.form-filed input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(189, 189, 189, .5);
  }
  .form-filed input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(189, 189, 189, .5);
  }
  .form-filed input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(189, 189, 189, .5);
  }
  .form-filed input:-moz-placeholder { /* Firefox 18- */
    color: rgba(189, 189, 189, .5);
  }


  .shipping-checkbox { width: 100%; display: block; position: relative;}


.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 15px; color: #828282; font-weight: 300;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 3px;
    outline: 1px solid #B604B6;
    transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
    background-color: transparent;
    transition: all 0.2s ease;
}

.checkbox input:checked ~.checkmark {
    background-color: transparent;
    outline: 1px solid #B604B6;
}

.checkbox input[type="radio"] ~ .checkmark {
    border-radius: 50%;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 5px;
    height: 8px;
    border: solid #B604B6;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}



.gardenLove { width: 100%; position: relative; display: flex; align-items: center;border-radius: 10px; border: 1px solid rgba(189, 189, 189, .5); padding: 15px; margin-top: 30px;}

.gardenLove span { width: auto;}

.gardenLove span img { width: 65px; border-radius: 20px; overflow: hidden; height: 65px; object-fit: cover;}

.gardenLove_text { width: calc(100% - 65px); padding-left: 20px;}

.gardenLove_text { font-weight: 300;}

.paymentTable { width: 100%; padding: 40px 0px;}

.paymentTable ul li { display: flex; justify-content: space-between; padding-bottom: 6px;}

.paymentTable ul li label { font-size: 16px; color: #828282; display: block;font-weight: 300;}
.paymentTable ul li strong { font-size: 16px; color: #fff; display: block; font-weight: 500;}

.paymentTable ul li:last-child { padding: 10px 0px 0px;}



.successfull_info { width: 100%; padding-bottom: 30px;}

.successfull_info strong { font-size: 90px; display: block; line-height: 1.1; text-align: center; color: #27AE60;}

.successfull_info label { text-align: center; display: block; font-size: 20px;}













/* company css  */


.text-go a { color: #BDBDBD; display: inline-block;}

.text-go a:hover { text-decoration: underline !important; color: #B604B6;}

.custom-filed-select { position: relative; width: 100%;}

.custom-filed-select select { width: 100%; border-bottom: 1px solid #333333; padding: 10px 35px 10px 15px; appearance: none; position: relative; z-index: 1; cursor: pointer; text-transform: capitalize;}


.custom-filed-select em { color: #B604B6; font-size: 24px; position: absolute; right: 14px; top:6px;}

/* .custom-filed-select select:focus { border-color: #B604B6;} */

.shipping-checkbox .text-go a { color: #B604B6; font-weight: bold;}

.shipping-checkbox .text-go { color: #fff;}





.menu {width: auto; position: fixed; left: 250px; top: 100px;}

.buergerMenu {
    width: auto;
}

.menu-toggle {
    height: 20px;
    width: 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.menu-toggle,
.menu-toggle:hover {
    color: #000;
}

.menu-toggle-bar {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -7px);
}

.menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 7px);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg);
    background-color: #B604B6;
}

.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
    opacity: 0;
}

.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(-45deg);
    background-color: #B604B6;
}

.menu-nav-dropdown { width: auto; border-radius: 6px; border: 1px solid #fff; overflow: hidden; position: absolute; top: 40px;white-space: nowrap; display: none; background-color: #000;}

.menu-nav-dropdown ul li {}
.menu-nav-dropdown ul li a { font-size: 16px; font-weight: 500; color: #fff; padding: 5px 20px; text-align: center; display: block; transition: all 0.3s ease;}
.menu-nav-dropdown ul li button { font-size: 16px; font-weight: 500; color: #fff; padding:  5px 20px; text-align: center; display: block; background-color: transparent; width: 100%;transition: all 0.3s ease;}

.menu-nav-dropdown ul li a:hover , .menu-nav-dropdown ul li button:hover  { background-color:#B604B6 ; }

.nav-open .menu-nav-dropdown { display: block;}


.menu-nav-dropdown ul li:first-child a , .menu-nav-dropdown ul li:last-child button {padding: 8px 20px;}


.chapel-home { width: 100%; padding-top: 30px;}

.chapel-home-list { width: 100%; padding-bottom: 70px;}

.chapel-home-list ul li { }

.chapel-home-list_info { display: flex; align-items: center; width: 100%;padding: 15px 50px 15px 15px; border-bottom: 1px solid rgba(189, 189, 189, .5); position: relative;}

.edit-icon { font-size: 20px; position: absolute; right: 18px; color: #fff; top: 10px;}


.chapel-status { width: auto;}

.chapel-status b { width: 20px; height: 20px; border-radius: 50%; overflow: hidden; display: block;}

b.active { background-color: #27AE60;}
b.in-active { background-color: #EB001B;}

.chapel-status-text { width: calc(100% - 20px); padding-left: 70px;}

.chapel-status-text a { font-size: 18px; color: #fff; font-weight: 300;}


.chapel-status-indicate { width: 100%;}

.chapel-status-indicate strong { display: flex; padding: 6px 0px; align-items: center; font-weight: 500;}

.chapel-status-indicate strong b { width: 10px; height: 10px; border-radius: 50%; overflow: hidden; display: block; margin-right: 15px;font-weight: 300;}


.profile-tittle { width: 100%; }

.profile-tittle strong { font-weight: 500;}
.profile-tittle label a { font-weight: 300;}

.profile-info-list { width: 100%;}

.profile-info-list ul li { padding: 5px 0px;}

.profile-info { width: 100%; border-radius: 100px; padding: 10px 30px; background-color: #2D343C;}

.profile-info-text { width: 100%;}

.profile-info-text strong {font-weight: 300; display: block;}
.profile-info-text p {font-weight: 300; color: #828282; padding: 0px; font-size: 13px;}

.mySales_head { padding-bottom: 50px;}

.mySales_head_fl { width: 100%;}

.sales_dropdown { width: 100%; position: relative; }

.sales_dropdown select {
    width: 100%;
    border-radius: 10px;
    padding: 8px 35px 8px 5px;
    appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


.sales_dropdown em { color: #fff; font-size: 20px; position: absolute; right: 14px; top:2px;}
.sales_dropdown select#days-list option {
    color: #fffefe;
    padding: 10px !important;
    background: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 0.5px solid #FFFFFF;
}

.number-counter { width: 100%; display: flex; }
.number-counter-col {    min-width: 160px;
    padding: 12px 10px;
    text-align: center;
    border-radius: 6px;
    margin-right: 10px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
}
.number-counter-col>strong {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.sales_dropdown select#chapels-list option:checked {
    background-color: #ffffff !important;
    color: #000000;
}
.number-counter-col small { display: block;}

.slaes-col-green { background-color: #219653;}
.slaes-col-blue { background-color: #2F80ED;}

.col-180 { max-width: 180px;}
.col-130 { max-width: 130px;}


.mySales_table { width: 100%; position: relative;}

.mySales_table .table { background-color: #000;}

.mySales_table .table th { color: #fff; border: 0px; padding: 1rem .7rem;}
.mySales_table .table td { color: #fff; border: 0px;padding: 1rem .7rem;}

.mySales_table .table thead {background-color: #333333;  }

.mySales_table .table thead tr th:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.mySales_table .table thead tr th:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px;}

.mySales_table .table tbody tr td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.mySales_table .table tbody tr td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px;}

.mySales_table .table tbody tr:nth-of-type(2n) { background-color: rgba(182, 4, 182, .3);}

.mySales_table .table thead tr th h6 { font-family: "Inter", sans-serif; padding-bottom: 0px; font-weight: 300; font-size: 15px;}
.mySales_table .table tbody tr td strong { font-family: "Inter", sans-serif; padding-bottom: 0px; font-weight: 300; font-size: 13px;}





/* new frame css 9 december */
.frame-final-view {
    margin: auto;
    margin-bottom: 25px;
    width: 490px;
    height: 567px;
    background-color: #f0e9df;
    padding: 0px 25px;
    position: relative;
}
.frame-final-view strong {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 3px;
    color: #1c1210;
    font-family: 'footlight_mt_probold';
    font-style: italic;
}
.frame-final-view span {
    display: block;
    width: 100%;
}
.frame-final-view span img {
    display: block;
    width: 100%;
    max-width: 350px !important;
    height: 430px !important;
    object-fit: cover;
    margin: auto;
}
.frame-final-view  p {
    text-align: center;
    padding: 8px 5px 4px;
    color: #1c1210;
    font-size: 9px;
    line-height: 1.3;
    font-weight: bold;
}

.frame-red {
    border: solid 4vmin #80030d;
    border-bottom-color: #7c0a15;
    border-left-color: #8a0411;
    border-right-color: #8a0411;
    border-top-color: #7c0a15;
}
.frame-black {
    border: solid 4vmin #000;
    border-bottom-color: #333;
    border-left-color: #232323;
    border-right-color: #232323;
    border-top-color: #333;
}
.frame-white {
    border: solid 4vmin #fff;
    border-bottom-color: #e4e4e4;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #e4e4e4;
}
.frame-silver {
    border: solid 4vmin #CECFD2;
    border-bottom-color: #CECFD2;
    border-left-color: #dededf;
    border-right-color: #dededf;
    border-top-color: #CECFD2;
}
.frame-gold {
    border: solid 4vmin #DAA520;
    border-bottom-color: #DAA520;
    border-left-color: #ca9b21;
    border-right-color: #ca9b21;
    border-top-color: #DAA520;
}
.sales_dropdown select#chapels-list option {
    color: #fffefe;
    padding: 10px !important;
    background: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.59px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 0.5px solid #FFFFFF;
}

.plaq_poem_wrapper {
    margin: 0;
    padding: 6px 0 2.4px 0;
    margin-top: 2px;;
}

.plaq_poem_wrapper p {
    margin: 0;
    padding: 0;
}


/******************* BM Css ***********************/
h5.d-block.text-center.page-tittle-heading {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: -1;
}
a.personlised-message-link {
    font-family: Footlight MT Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: underline !important;
    color: #B604B6;
}
.add-personal-message-text {
    font-family: 'edwardianscriptitc' !important;
    margin-top: 62px;
}
.carousel {
    width: 300px;
    margin: auto;
}
.carousel img {
    width: 300px;
    /*height: 315px;*/
    height: auto;
    object-fit: cover; /* Ensures the image maintains aspect ratio while filling the container */
}

/* Circular indicators */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #BDBDBD;
    border: 0px solid white;
    margin: 3px;
    transition: background-color 0.3s ease;
}
.carousel-indicators .active {
    background-color: #B604B6;
    ; /* Active bullet is white */
}
.dashboard-slider .carousel-indicators {
    bottom: -50px;
}
.main-menu-list-info {
    width: 100%;
    padding: 10px 0px;
}
a.back-page.chapel-back-page {
    top: auto;
}
.wedd-logo a.md-logo img {
    width: auto;
    height: 131px !important;
    max-width: max-content;
    margin: 0 auto;
}
.poem-label {
    /* text-align: right; */
    padding-left: 140px;
}
a.back-page.company-back-page-cta {
    width: auto;
    position: fixed;
    left: 250px;
    top: 74px;
}

/*******************Responsive Web Design - Media Queries ********************/
@media only screen and (max-width: 1024px) {
    .poem-label {
        /* text-align: right; */
        padding-left: 0px;
    }
    .col-lg-7.col-md-7.poem-label, .col-lg-5.col-md-5.poem-value {
        flex: 0 0 auto;
        width: 50%;
    }
  }
@media only screen and (max-width: 900px) {

    .col-lg-7.col-md-7.poem-label, .col-lg-5.col-md-5.poem-value {
        flex: 0 0 auto;
        width: 100%;
    }

    .poem-label,.poem-value {
        text-align: center !important;
    }
    .chapel-list-col, .days-list-col {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
    a.back-page.company-back-page-cta {
        left: 99px;
    }

    .mask-avatar img {
        max-width: 120px;
        display: block;
    }

  }
@media only screen and (max-width: 786px) {
    .menu {
        left: 200px;
    }

    /* Force table to not be like tables anymore */
    .mySales_table table,
    .mySales_table thead,
    .mySales_table tbody,
    .mySales_table th,
    .mySales_table td,
    .mySales_table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .mySales_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .mySales_table tr { border: 1px solid #ccc; }

    .mySales_table td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }
    .mySales_table  td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .mySales_table  td:before { content: attr(data-title); }
    .mySales_table .table tbody tr td strong {
        font-size: 13px;
        float: right;
        width: 50%;
    }
    .mySales_table .table tbody tr td strong {
        font-family: "Inter", sans-serif;
        font-size: 13px;
        float: right;
        width: 50%;
        text-align: center;
        margin-top: -11px;
    }
    .wedding-content-info {
        width: 100%;
        position: relative;
        padding: 0px 25px;
    }
    .form-filed-col strong {
        text-align: left;
    }
    .poem-label,.poem-value {
        text-align: center !important;
    }
    .mask-avatar img {
        max-width: 120px;
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .mask-avatar img {
        max-width: 75px;
        display: block;
    }
    .chapel-list-col, .days-list-col {
        flex: 0 0 50% !important;
        width: 50% !important;
    }
    h5.d-block.text-center.page-tittle-heading {
        text-align: center;
        width: 100%;
        position: relative;
        z-index: -1;
    }
    .number-counter-col {
        margin-right: 0px;
    }
    .number-counter {
        width: auto;
        display: block;
    }
    .menu {
        left: 15px;
    }
    .wedding-content-info {
        text-align: center;
    }
    .chapel-status-indicate {
        width: 100%;
        padding-left: 15px;
    }
    .custom-title {
        z-index: -1;
    }
    .wedd-logo {
        z-index: -1;
    }
  }
@media only screen and (max-width: 375px) {

  }
.font-mt-light{font-family: Footlight MT Light!important;}
select option:disabled {
    font-weight: bold;
    color: #B604B6 !important; /* Red color */
    background: #000000; /* Light red background */
    text-transform: uppercase;
}
