@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400..700&display=swap');

html,
body {
    height: 100%;
}



.container {
    max-width: 1170px;
}

body {
    font-family: "Montserrat", sans-serif;
}

body ol, ul {
    padding-left: 0;
}
body li {
    list-style: none;
}
body a {
    color: unset;
    text-decoration: unset;
    -webkit-transform: 0.2s all;
    -moz-transform: 0.2s all;
    -ms-transform: 0.2s all;
    -o-transform: 0.2s all;
    transform: 0.2s all;
}
body a:hover {
    color: unset;
    opacity: 0.8;
}

/* kartik datetimepicker start */
.datetimepicker th.switch {
    width: 145px;
    text-align: center;
}

.datetimepicker th.prev,
.datetimepicker th.next {
    width: 20px;
    text-align: center;
}

.datetimepicker th.dow {
    width: 14.28%;
    text-align: center;
    padding: 4px 2px;
    white-space: nowrap;
    font-weight: normal;
}

/* kartik datetimepicker end */



/* .header */

.header {
    padding-top: 0;
    margin: 15px 0;
}

.header:before {
    content: '';
    display:  block;
    position: absolute;
    top: 0;
    width: 500px;
    height: 200px;
    max-width: 100vw;
    background: url('../images/top-bg.png');
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.header nav ul {
    display: flex;
    margin-bottom: 5px;
}

.header a {
    color: #e91643;
}

.header a:hover {
    opacity: unset;
}

.header nav ul>li {
    font-family: "Merriweather", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #030303;
    padding: 20px 15px;
}

.header .top-phone {
    font-family: "Merriweather", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding: 20px 15px;
    color: #333;
}

.top-phone-login {
    margin-right: 15px;
}

.header .top-phone .top-phone-admin {
    color: #004289;
    font-weight: 400;
}

.header .lang-switcher {
    font-family: "Merriweather", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding: 20px 20px;
    color: #333;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 999;
    display: none;
}

@media (max-width: 1023px) {
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 50%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0;
        position: absolute;
        top: 75px;
        z-index: 999;
        -webkit-box-shadow: 1px 1px 52px 2px rgba(19, 136, 226, 0.2);
        -moz-box-shadow: 1px 1px 52px 2px rgba(19, 136, 226, 0.2);
        box-shadow: 1px 1px 52px 2px rgba(19, 136, 226, 0.2);
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
        margin-top: 100px !important;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding: 0;
        border-radius: 0;
    }
    .header-area .main-nav .nav li a {
        display: block;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 40px;
        border: transparent;
        letter-spacing: 1px;
        padding: 12px 25px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #f5a425!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.footer {
    height: 141px;
    background: url(../images/bg-header-rose-footer.png) bottom repeat-x;
}

.footer-title {
    text-align: center;
    padding-top: 76px;
    font-size: 18px;
    font-family: 'Merriweather', sans-serif;
    color: #545454;
    margin-bottom: 0;
}

.agreement {
    margin-top: 35px;
}

.agreement h2 {
    font-family: "Merriweather", sans-serif;
    font-size: 32px;
    margin-bottom: 30px;
    color: #545454;
}

.agreement h5 {
    font-family: "Merriweather", sans-serif;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #545454;
}

.agreement p {
    font-size: 14px;
    color: #333;
}

.agreement p a {
    border-bottom: 1px solid #777;
}

.has-error.form-group {
    border-color: rgba(240, 0, 0, 0.4)!important;
}
.has-error span {
    color: rgba(240, 0, 0, 0.4)!important;
}
.has-error .form-control {
  border-color: rgba(240,0,0,0.4);
}
.has-error .form-control:focus {
  border-color: rgba(240,0,0,0.4);
}
.has-error .input-group-addon {
  border-color: rgba(240,0,0,0.4);
  color: rgba(240,0,0,0.4);
}
.has-error .input-group-addon:focus {
  border-color: rgba(240,0,0,0.4);
  color: rgba(240,0,0,0.4);
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
  color: rgba(240,0,0,0.6);
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  border-color: #204d74;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.language {
    margin-left: 15px;
}

.language>a {
    color: #fff!important;
    padding: 13px!important;
}

.static-map {
    margin: 0 15px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 14px 6px rgba(34, 60, 80, 0.18);
    -moz-box-shadow: 0px 0px 14px 6px rgba(34, 60, 80, 0.18);
    box-shadow: 0px 0px 14px 6px rgba(34, 60, 80, 0.18);
}

.static-map img {
    width: 100%;
    aspect-ratio: 1 / 1.2;
}

.iframe-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.iframe-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-container .dg-error-message,
.iframe-container .dg-attribution .dg-attribution__warning-message {
    display: none!important;
}


.image-container {
  width: 100%;
  padding-top: 100%;
  background-color: #ccc;
  position: relative;
}

.image-container div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #ccc;
    display: flex;
    align-items: center;
}

.image-container img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 400px;
  max-width: 100%;
  height: 100px;
  outline: 2px dashed #5d5d5d;
  outline-offset: -12px;
  background-color: #e0f2f7;
  font-family: 'Segoe UI', sans-serif;
  color: #1f3c44;
  margin: 15px 0;
}

.upload-container>img {
  width: 6%!important;
    margin-bottom: 4px;
    user-select: none;
}

.upload-container label {
  font-weight: bold;
}

.upload-container label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.upload-container div {
  position: relative;
  z-index: 10;
}

.upload-container input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

.upload-container label.focus {
  outline: 1px solid #0078d7;
  outline: -webkit-focus-ring-color auto 5px;
}

.upload-container.dragover {
  background-color: #fafafa;
  outline-offset: -17px;
}
.upload-container .form-group {
  margin-bottom: 0;
}


section {
    padding: 0 0 30px 0;
}

.wrap {
    min-height: calc(100% - 141px);
    height: auto;
    margin: 0 auto;
    padding: 0 0;
}

.breadcrumb {
    margin-bottom: 20px!important;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.content-list__item {
  margin-bottom: 20px;
}

.content-list__item {
  display: flex;
  flex-direction: column;
}

.content-list__item .post-info__meta-item {
  font-size: 11px;
  color: #82a3b1;
}

.content-list__item .post-info__title {
  font-size: 14px;
  line-height: 1.1;
}


form input[type=text].error, 
form input[type=password].error, 
form input[type=email].error, 
form select.error, 
form textarea.error {border: 1px solid rgba(204,0,0,0.3) !important;}

.err_msg {
  display: block;
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  color: #C9688C;
  bottom: -20px;
  z-index: 99;
}

.login-section {
  padding-top: 50px;
}

.site-login h1 {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  display: block;
  max-width: 400px;
  margin: 0px auto;
  margin-bottom: 20px;
}

.shadow-box {
  width: 100%;
  max-width: 400px;
  background: #f9f9f9;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  margin: 0 auto;
  padding: 50px 40px 40px 40px;
  box-sizing: border-box;
}

.shadow-box_additionals {
  margin-top: 15px;
  padding: 15px 40px;
}

.login-form input {
  border-radius: 2px;
}

.login-form label {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 5px;
    font-size: 15px;
}

.login-form .help-block {
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.3;
}

.login-form .form-group {
    margin-bottom: 15px;
}

.login-button {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    width: 100%;
    background: #527590;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-top: 30px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    border: none;
    border-radius: 18px;
    padding: 9px 0;
    position: relative;
    min-height: 42px;
}

.sms-form-group {
    width: 85%;
    margin: 40px auto 0;
}

.sms-container {
    display: flex;
    justify-content: center;
    gap: 7px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.sms-timer {
    text-align: center;
    margin-top: 16px;
    color: #6b7280;
    font-size: 14px;
}

.sms-timer.error {
    color: rgba(240, 0, 0, 0.6);
    font-weight: 600;
}

.sms-timer.warning {
    color: #cf9712;
    font-weight: 600;
}

.sms-timer.success {
    color: #339b54;
    font-weight: 600;
}

.sms-resend-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.sms-resend-link:hover {
    text-decoration: underline;
}

.login-form .sms-input {
    width: 45px;
    height: 52px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 21px;
    font-weight: bold;
    transition: all 0.2s;
    background: white;
    color: #333;
}

.sms-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
    transform: scale(1.05);
}

.sms-input.filled {
    border-color: #28a745;
    background: #f8fff9;
}

.sms-input.error {
    border-color: #dc3545;
    background: #fff8f8;
}

.sending .login-phone-input[disabled] {
    opacity: .4;
    pointer-events: none;
}

.sending .sms-input[disabled] {
    opacity: .4;
    pointer-events: none;
}

.sending .sms-input:focus {
    box-shadow: none;
    transform: none;
}

.loader-container {
    text-align: center;
    margin-top: 16px;
}

.loader {
    display: inline-flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: dotPulse 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {
    0%, 80%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.5);
        opacity: 1;
    }
}

.loading-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.loader-blue .dot {
    background-color: #3b82f6;
}
.loader-blue .loading-text {
    color: #3b82f6;
}

.loader-green .dot {
    background-color: #10b981;
}
.loader-green .loading-text {
    color: #10b981;
}

.loader-orange .dot {
    background-color: #f59e0b;
}
.loader-orange .loading-text {
    color: #f59e0b;
}

.loader-purple .dot {
    background-color: #8b5cf6;
}
.loader-purple .loading-text {
    color: #8b5cf6;
}


.hidden-input {
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.login-button:hover, .login-button:active, .login-button:focus {
    opacity: 0.8;
    outline: none;
    background-color: #527590;
    border-color: #527590;
    box-shadow: none;
}
.login-forgot {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.login-forgot>a:hover {
    color: #333;
    opacity: .8;
}

.signup-info {
    display: inline-block;
    color: #666;
    margin-top: 10px;
    font-size: 13px;
}

.site-request-password-reset .login-button {
  margin-top: 0;
}

.content_box {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgb(222 223 224 / 35%);
  margin-top: 20px;
  padding: 18px;
}

section h2 {
    font-family: "Merriweather", sans-serif;
    font-size: 72px;
    margin-bottom: 50px;
}





/* 404 error page */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
    background-color: #fff;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.notfound .notfound-404 {
    height: 200px;
    line-height: 153px;
}

.notfound .notfound-404 h1 {
    font-family: 'Josefin Sans', sans-serif;
    color: #00718a;
    font-size: 190px;
    letter-spacing: 10px;
    margin: 0px;
    font-weight: 700;
    text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #777;
    user-select: none;
}

.notfound .notfound-404 h1>span {
    text-shadow: 2px 2px 0px #ffab00, -2px -2px 0px #ffab00, 0px 0px 8px #ff8700;
}

.notfound p {
    font-family: 'Josefin Sans', sans-serif;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 45px;
}

.notfound a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    color: #f14baa;
    border: 2px solid #f14baa;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 700;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #ffab00;
    border-color: #ffab00;
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 122px;
        line-height: 122px;
    }

    .notfound .notfound-404 h1 {
        font-size: 122px;
    }
}

.preview-edit-toolbar {
    position: fixed;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(10px);
    padding: 30px 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
    color: #fff;
    box-shadow: 0px -5px 97px 6px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px -5px 97px 6px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px -5px 97px 6px rgba(0,0,0,0.36);
}

.invitation-price.container {
    padding-left: 30px;
}

.invitation-price span {
    display: flex;
    position: fixed;
    bottom: 115px;
    z-index: 99;
    padding: 18px 20px;
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .35);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 600;
    color: #328519;
    user-select: none;
}

@media only screen and (min-width: 540px) {
    .common-box.container, .audio-container.container, .preview-edit-toolbar>.container, .invitation-price.container {
        max-width: 470px;
    }
}

.bottom-space {
    padding: 40px 0;
}

.toolbar-links {
    display: flex;
    align-items: center;
}

.toolbar-links a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 15px;
    transition: all .2s;
}

.toolbar-links a:hover {
    text-decoration: none;
    color: #FF5C7F;
}

.login-forgot a {
    color: #333;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-left: 15px;
}

.site-login .modal-footer {
    justify-content: flex-start;
    border-top: 1px solid #b0b4b9;
}

.site-login .modal-header {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #b0b4b9;
    padding: 18px 20px 9px;
}

.oauth-services {
    padding: 20px 0 5px 20px;
}

.oauth-services img {
    width: 20px;
}

.auth-modal .modal-dialog {
    position: relative;
    max-width: 400px;
}

.wrapper {
    background: rgba(255, 255, 255, .6);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .35);
    overflow: hidden;
    width: auto;
    position: relative;
    top: -50px;
    max-width: 270px;
}

.modal-backdrop.show {
    opacity: .1;
}

.form-control:focus, .btn-close:focus {
    box-shadow: none;
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.auth-modal .form-group {
    position: relative;
    width: 85%;
    height: 30px;
    border-bottom: 1px solid #777;
    margin: 50px auto 15px;
}

.auth-modal .form-group:first-child {
    margin-top: 30px;
}

.auth-modal .form-group label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.auth-modal .form-group input:focus~label,
.auth-modal .form-group input:valid~label,
.auth-modal .form-group input:disabled~label {
    top: -12px;
    font-size: 1em;
    color: #999;
}

.auth-modal .form-group input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #333;
    padding: 0 35px 0 5px;
}

.auth-modal .form-group .icon {
    position: absolute;
    right: 8px;
    font-size: 1.1em;
    color: #777;
    line-height: 35px;
}

.wrapper .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #527590;
    color: #fff;
    display: flex;
    justify-content: center;
    border: none;
    border-bottom-left-radius: 20px;
    z-index: 1;
    line-height: 15px;
    font-size: 21px;
    align-items: center;
}

.auth-modal .recaptcha-input {
    margin-top: 25px;
    height: auto;
    border-bottom: none;
}

.auth-modal .recaptcha-input label {
    bottom: -40px;
    top: unset;
}

@media screen and (min-width: 768px) {
    .oauth-services {
        padding: 15px 30px 5px;
    }
}

.nav-tabs .service-tag button.nav-link {
    margin: 5px;
    padding: 8px 13px;
    border-radius: 24px;
    display: inline-block;
    border: none;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
}

.nav-tabs .service-tag button.nav-link:hover,
.nav-tabs .service-tag button.nav-link:active,
.nav-tabs .service-tag button.nav-link:focus  {
    border: none;
}

.nav-tabs .service-tag .nav-link.active {
    color: #ed8719;
}

.product-grid-style>[class*="col-"] {
    margin-top: 30px
}

.product-grid-style .product-img {
    display: block;
    position: relative;
}

.product-grid-style .product-details {
    transition: all .3s ease 0s;
    position: relative;
    margin: 0 5px;
}

.product-details .product-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.product-details .product-cart>a {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #292dc2;
    margin-top: 0;
    margin-right: 10px;
    border-radius: 50%;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
    cursor: pointer;
    background-color: #fff
}

.product-details .product-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #292dc2;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
    padding: 15px;
    background-color: rgba(255,255,255,.6);
    backdrop-filter: blur(1px);
}

.product-details .product-cart a:last-child {
    margin-right: 0
}

.product-details .product-cart>a:hover {
    background: #292dc2;
    color: #fff
}

.product-details:hover .product-cart a {
    transform: translateY(-30px);
    visibility: visible;
    opacity: 1
}

.product-details:hover .product-info {
    /*transform: translateY(-15px);*/
    visibility: visible;
    opacity: 1;
}

.product-info:hover {
    /*transform: translateY(-15px);*/
    visibility: visible;
    opacity: 1;
}

.product-details:hover {
    background-color: rgba(0,0,0, .3);
}

.product-grid-style .product-info>span {
    font-family: "Merriweather", sans-serif;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-right: 20px;
    color: #b1357d;
}

.product-grid-style .price {
    font-weight: 600
}

.product-grid-style .price .red {
    color: #878787
}

.product-list {
    margin-top: -20px
}

.product-list>[class*="col-"] {
    margin-top: 30px
}

.product-card {
    border: 1px solid rgba(0, 0, 0, 0.075);
    height: 100%
}

.product-card .card-img {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.product-card .card-body {
    padding: 2rem
}

.product-card .card-body .read-more {
    display: block
}

.product-card .card-body .read-more a {
    color: #292dc2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px
}

.product-card .card-body .read-more a:hover {
    color: #282b2d
}

.product-card .card-footer:last-child {
    border-radius: 0
}

.product-card h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px
}

.product-card h3 a {
    color: #282b2d
}

.product-card h3 a:hover {
    color: #292dc2
}

.product-card .card-footer {
    background: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.8rem 2rem;
    font-weight: 600
}

.product-card .card-footer a {
    line-height: normal
}

.product-card ul {
    margin-bottom: 0;
    padding-bottom: 0
}

.product-card .card-footer img {
    max-width: 35px
}

.product-card .card-footer ul li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 0 0
}

.product-card .card-footer ul li i {
    color: #292dc2;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .product-card .card-img.bg-img {
        min-height: 250px
    }

    .product-details .product-info {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 575px) {
    .product-card .card-body {
        padding: 1.5rem
    }
    .header-area .main-nav .nav {
        width: 93vw;
    }
}

.product-grid-style .price .red {
    color: #878787;
}
.line-through {
    text-decoration: line-through;
}


.label-offer {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    z-index: 1
}

.invitations-create h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 30px 0;
    font-family: 'Merriweather', sans-serif;
}

.bg-red {
    background-color: #ff6c6c;
}

.bg-primary-solid, .primary-overlay-solid[data-overlay-dark]:before {
    background: #292dc2;
}

.img-box {
    width: 100%;
    padding-top: 60%;
    background-color: #ccc;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-box div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #ccc;
}

.img-box img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}

.product-img .img-box {
    padding-top: 100%;
}

.product-card-new .product-img .img-box {
    padding-top: 75px;
}

.product-card-new .product-img .img-box {
    padding-top: 75px;
}

.product-details .img-container:before {
    content: "";
    position: absolute;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #d9c909;
    top: -7px;
    left: -7px;
    box-shadow: 0 0 10px rgb(206 167 92 / 40%), inset 0 0 10px rgb(206 167 92 / 40%);
}

#templates {
    margin-top: 35px;
}

#templates .container {
    max-width: 960px;
}

#templates-tab {
    margin-bottom: -10px;
    border-bottom: none;
}

.invitations-index {
    font-size: 14px;
}

.invitations-index h1, .messages-index h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 35px 0 40px;
    font-family: 'Merriweather', sans-serif;
}

.invitations-index .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.invitation-link {
    text-decoration:underline;
    text-decoration-style: dotted;
}

.invitation-payment-status {
    text-align: right;
}

.invitation-payment-status .badge {
    padding: 0;
}

.invitation-payment-status .invitation-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
}

.copy-button {
    border-radius: 15px;
    background-color: #f1a417;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 2px 8px;
}

.wishes-link {
    border-radius: 15px;
    background-color: #19a13a;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 3px 8px;
}

.wishes-link:hover {
    color: #fff;
}

.invitations-container {
    margin: -0.5rem;
}

.invitation-card {
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .225);
}

.card-inactive {
    opacity: 0.7;
    background-color: #f8f9fa;
}

.copy-btn {
    cursor: pointer;
}

.invitation-card_btn-group {
    display: flex;
    gap: 10px;
}

.cstm_notice {
    font-family: "Merriweather", sans-serif;
    font-size: 15px;
    padding-right: 40px!important;
    min-width: unset!important;
    max-width: unset!important;
}

.cstm_notice span {
    position: absolute;
    right: 18px;
}

.cstm_notice span:hover {
    cursor: pointer;
}

body .alert-success {
    color: #fff;
    background-color: #1eaf56;
    border-color: #badbcc;
}

.header-menu .nav > li > a:hover, .header-menu .nav > li > a:focus {
    background-color: unset ;
}

.audio-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

.audio {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 120px;
    width: 60px;
    height: 60px;
    background: #e8f4e3;
    border-radius: 35px;
    box-shadow: 0 2px 9px rgba(0,0,0,.2);
    z-index: 99;
}

.play-button img {
    max-height: 62px;
    position: relative;
    right: 0.6px;
    top: 0.6px;
}

.play-button span {
    color: #fff;
    margin-left: 2px;
}

.stop-button {
    display: none;
}

.stop-button img {
    max-height: 62px;
    padding: 18px;
}

#app-audio-dropdown-player {
    margin-bottom: 15px;
}

.ck-editor__editable {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    min-height: 200px;
}

.agreement {
    padding: 0 20px;
}

.agreement p.llp_address {
    font-size: 21px;
    font-family: 'Roboto', serif;
    font-style: italic;
    font-weight: 300;
}

.mastercard-logo {
    max-width: 130px;
}

.mastercard-logo img {
    max-width: 100%;
    width: 120px;
}

.wishes-container {
    margin: -0.5rem;
}

.wish-card {
    transition: all 0.3s ease;
    border: 1px solid #e3f2fd;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.wish-card:hover {
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
    border-color: #bbdefb;
}

.wish-text {
    min-height: 80px;
    border-left: 3px solid #2196f3;
    padding-left: 15px;
    font-style: italic;
}

.guest-name {
    font-size: 1.1em;
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 8px;
}

.wish-date {
    border-top: 1px dashed #e0e0e0;
    padding-top: 10px;
}

/* Цвета для разных статусов ответов */
.badge-success {
    background: linear-gradient(45deg, #4caf50, #66bb6a);
}

.badge-secondary {
    background: linear-gradient(45deg, #9e9e9e, #bdbdbd);
}

.badge-warning {
    background: linear-gradient(45deg, #ff9800, #ffa726);
}

/* Для Select2 */
.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-height: 31px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wishes-btn-back {
    transition: all 0.3s ease;
    border: 2px solid #6c757d;
}

.wishes-btn-back:hover {
    background-color: #6c757d;
    color: white;
    transform: translateX(-5px);
}

.my-invitation-link {
    margin: 25px 15px;
    display: flex;
    font-size: 18px;
    color: #469f41;
}

@media only screen and (max-width: 768px) {
    .agreement {
        margin-top: 15px;
    }
    .shadow-box {
        padding: 30px 15px;
    }
    .login-form .form-group {
        margin-bottom: 10px;
    }
    .shadow-box_additionals {
        padding: 15px;
    }
    section h2 {
        margin-bottom: 15px;
    }
    .header .top-phone {
        display: flex;
        flex-direction: row;
        text-align: right;
        justify-content: flex-end;
        font-size: 14px;
        margin-top: 10px;
        padding: 0 0 5px;
    }
    .header .top-phone>a {
        margin-left: 5px;
    }
    .header .lang-switcher {
        text-align: right;
        padding: 0;
        font-size: 11px;
    }
    header h1 {
        margin-left: 15px;
    }

    .header .top-phone .top-phone-login {
        color: #f57d24;
        text-decoration: underline;
        font-size: 15px;
        margin-right: 5px;
    }

    .header .top-phone .top-phone-logout {
        font-size: 11px;
        color: #253f5b;
    }
    .invitations-index h1, .messages-index h1 {
        font-size: 21px;
        line-height: 1.5;
        letter-spacing: 1px;
        margin: 25px 0 30px;
        text-align: center;
    }
    .wish-card {
        margin: 0.5rem;
    }

    .wish-text {
        min-height: auto;
    }
}