.text-alert {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: -0.1px;
}
.text-alert.text-gray {
    color: #908E8E;
}
.text-alert.text-danger {
    color: #EB5E55;
}

.alert-text-danger {
    border-radius: 10px;
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    background: #D84041;
    color: #FFFFFF;
    justify-content: space-evenly;
    max-width: max-content;
    padding: 6px 12px;
    margin: auto;
    margin-bottom: 10px;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.alert-text-success  {
    border-radius: 10px;
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    background: #456D44;
    color: #FFFFFF;
    justify-content: space-evenly;
    max-width: max-content;
    padding: 6px 12px;
    margin: auto;
    margin-bottom: 10px;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.select-custom {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EDE8E9;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
    padding: 18px 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select-custom {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 15px;
    background-image: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px;
}
.select-custom:hover,
.select-custom:focus {
    outline: 0;
}

.modal-divide {
    margin-bottom: 24px;
}
.modal-divide .title {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #3A3335;
    margin-bottom: 8px;
    line-break: anywhere;
}
.modal-divide .caption {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 0px;
    line-break: anywhere;
}
.modal-divide .text {
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #3A3335;
    margin-bottom: 0;
    line-break: anywhere;
}
.modal-divide .text.text-m {
    max-width: 332px;
    margin: 0 auto;
    margin-bottom: 0
}
.modal-divide .text-danger {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #F0536D;
}
.modal-qrcode {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 23px;
}
.modal-qrcode .box-left {
    display: block;
    width: 60%;
}
.modal-qrcode .box-right {
    display: flex;
    align-items: center;
    width: 40%;
}
.modal-qrcode .qrcode {
    display: block;
    width: 222px;
    height: 222px;
    margin-left: auto;
    background: #FFFFFF;
    padding: 10px;
}
.modal-qrcode .qrcode img,
.modal-qrcode .qrcode canvas {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.border-with-text {
    position: relative;
    display: block;
    width: 50%;
    height: 1px;
    background: #ECECF2;
    margin: 0 auto;
    margin-bottom: 29px;
}
.border-with-text:before {
    position: absolute;
    content: attr(text);
    top: -15px;
    left: 45%;
    background: #FFFFFF;
    font-family: InterRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 3.8px 5.8px;
}
@media (max-width: 920px) {
    .modal-qrcode {
        flex-direction: column-reverse;
    }
    .modal-qrcode .box-left,
    .modal-qrcode .box-right {
        width: 100%;
    }
    .modal-qrcode .qrcode {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }
}
@media (max-width: 380px) {
    .modal-qrcode .qrcode {
        width: 180px;
        height: 180px;
    }
}
.group-btn-modal {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.btn-green-modal {
    background: #456D44;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 56px;
    transition: all .2s ease;
}
.btn-green-modal:hover {
    color: #FFFFFF;
    box-shadow: 0px 1px 10px #456D44;
    transition: all .3s ease;
}
.btn-gray-modal {
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #908E8E;
    padding: 14px 56px;
    transition: all .2s ease;
}
.btn-gray-modal:hover {
    color: #908E8E;
    box-shadow: 0px 1px 10px rgba(58, 51, 53, 0.04);
    transition: all .3s ease;
}
@media (max-width: 450px) {
    .group-btn-modal {
        flex-flow: column;
        align-items: revert;
    }
    .group-btn-modal [class*="btn-"]:first-child,
    .group-btn-modal [class^="btn-"]:first-child {
        margin-bottom: 16px;
    }
}

.btn-outline-red-md {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;
    text-decoration: none;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #F0536D;
    padding: 12px 24px;
    transition: all .2s ease;
}
.btn-outline-red-md:hover {
    /*transform: translateY(-10px);*/
    transition: all .3s ease;
    color: #F0536D;
    box-shadow: 0px 1px 10px #ECEEF5;
}

.input-group-btn {
    display: flex;
    flex-flow: nowrap;
    align-items: stretch;
}
.input-group-btn div {
    width: 80%;
    margin-right: 10px;
}
.input-group-btn.w-70 div {
    width: 70%;
}
@media (max-width: 920px) {
    .input-group-btn {
        flex-flow: column;
    }
    .input-group-btn div,
    .input-group-btn.w-70 div {
        width: 100%;
        margin-bottom: 16px;
    }
}

.container-apply {
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container-login {
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container-select {
    max-width: 654px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.control-form {
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;

    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    padding-top: 2px;
    cursor: pointer;
}
.control-form input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control-form.control-radio .control_indicator {
    border-radius: 50%;
}
.control-form .control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border: 0px solid #000000;
    border-radius: 10px;
}
.control-form.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #456D44;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.control-form input:checked ~ .control_indicator {
    background: #456D44;
}
.control-form input:checked ~ .control_indicator:after {
    display: block;
}
.control-form.control-radio .control_indicator:after {
    left: 6px;
    top: 6px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-transition: background 250ms;
    transition: background 250ms;
}
.control-form .control_indicator:after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.d-history-gray {
    background: #FAFAFB;
    margin-bottom: 24px;
    padding: 15px;
}
.select-custom-sm {
    display: block;
    width: 100%;
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: InterBold;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 12px 40px 12px 20px;
}
.select-custom-sm {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 15px;
    background-image: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px;
}
.select-custom-sm:hover,
.select-custom-sm:focus {
    outline: 0;
}
.flex-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-filter .form-filter {
    display: block;
    width: 176px;
}
.d-filter-event {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.d-filter-event.hidden-filter-event {
    opacity: 0;
    pointer-events: none;
    cursor: not-allowed;
    transition: opacity .2s ease-in-out;
}
@media (max-width: 1024px) {
    .flex-filter {
        flex-direction: column;
    }
    .flex-filter .form-filter {
        width: 100%;
        margin-bottom: 24px;
    }
}

.btn-w-ic {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #908E8E;
    padding: 14px;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    transition: all .3s ease;
    border-color: transparent;
}
/*.btn-w-ic:focus,*/
/*.btn-w-ic:hover,*/
.btn-w-ic.active {
    color: #FFFFFF;
    background: #456D44;
    transition: all .2s ease;
}
@media (max-width: 1024px) {
    .btn-w-ic.btn-w-100 {
        display: block;
        width: 100%;
    }
}

.d-custom-order {
    display: block;
}
.d-custom-order.hidden-custom-order {
    display: none;
}

.box-val-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.box-val-list .box-val-item {
    display: block;
    width: 170px;
    max-width: 170px;
    padding: 16px 20.58px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    filter: drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
    margin-right: 20px;
}
.box-val-list .box-val-item.item-md {
    width: 185px;
    max-width: 185px;
}
.box-val-list .box-val-item .caption {
    font-family: InterBold;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #908E8E;
    margin-bottom: 4px;
}
.box-val-list .box-val-item .title {
    font-family: InterBold;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 136.52%;
    color: #3A3335;
    margin-bottom: 0;
}
.box-val-list .box-val-item .title.red {
    color: #EB5F56;
}
@media (max-width: 1390px) {
    .box-val-list .box-val-item {
        width: 155px;
        margin-right: 10px;
    }
    .box-val-list .box-val-item.item-md{
        width: 165px;
        margin-right: 10px;
    }
    .box-val-list .box-val-item .caption {
        font-size: 10px;
    }
}
@media (max-width: 1024px) {
    .box-val-list .box-val-item,
    .box-val-list .box-val-item.item-md{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.modal-calendar-lg-p {
    padding: 35px 0;
}
.modal-calendar-d {
    display: flex;
}
.modal-calendar-d .d-left {
    display: block;
    width: 68%;
    padding: 0px 47px 0 22px;
}
.modal-calendar-d .d-right {
    display: block;
    width: 32%;
    padding: 0px 45px 0px 33px;
    border-left: 2px solid #EDE8E9;
}
.modal-calendar-d .d-preview-calendar {
    min-height: 88%;
}
.modal-calendar-d .d-preview-calendar .title {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 5px;
}
.modal-calendar-d .d-preview-calendar .caption {
    font-family: 'InterRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 0;
}
.modal-calendar-d .d-preview-calendar .d-head {
    margin-bottom: 19.6px;
}
@font-face {
    font-family: 'FontWeddingPartnerPreview';
    src: url(../../assets/example/bouquet/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'FontOtherEventPartnerPreview';
    src: url(../../assets/example/bouquet/CormorantSC-Bold.ttf);
}
.modal-calendar-d .d-preview-calendar .d-screen {
    display: block;
    width: 283px;
    height: 164px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 28.4px 42px 25px 42px;
    margin-bottom: 19px;
}
.modal-calendar-d .d-preview-calendar .text-replace {
    display: none;
}
.modal-calendar-d .d-preview-calendar .d-screen.p-other {
    background-image: url(../../assets/example/partner_preview/temp_other.png);
}
.modal-calendar-d .d-preview-calendar .d-screen.p-other-blank {
    background-image: url(../../assets/example/partner_preview/temp_other_blank.png);
}
.modal-calendar-d .d-preview-calendar .d-screen.p-other .name-event {
    font-family: 'FontOtherEventPartnerPreview';
    font-style: normal;
    font-weight: 600;
    line-height: 9px;
    text-align: center;
    color: #5A423B;
    max-width: 86.5%;
    margin: 0 auto;
    padding-top: 24.5%;
    overflow-wrap: break-word;
}
.modal-calendar-d .d-preview-calendar .d-screen.p-other-blank .name-event {
    font-family: 'FontOtherEventPartnerPreview';
    font-style: normal;
    font-weight: 600;
    line-height: 9px;
    text-align: center;
    color: #5A423B;
    max-width: 86.5%;
    margin: 0 auto;
    padding-top: 12.5%;
    overflow-wrap: break-word;
}
.modal-calendar-d .d-preview-calendar .d-screen.p-funeral {
    background-image: url(../../assets/example/partner_preview/temp_funeral.png);
}
.modal-calendar-d .d-preview-calendar .d-screen.p-funeral .name-event {
    font-family: 'FontOtherEventPartnerPreview';
    font-style: normal;
    font-weight: 600;
    line-height: 7px;
    text-align: center;
    color: #5A423B;
    margin-bottom: 0;
    padding-top: 24.5%;
    overflow-wrap: break-word;
}
.modal-calendar-d .d-preview-calendar .d-screen.p-wedding {
    background-image: url(../../assets/example/partner_preview/temp_wedding.png);
}
.modal-calendar-d .d-preview-calendar .d-screen.p-wedding .name-event {
    font-family: 'FontWeddingPartnerPreview';
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    color: #5A423B;
    /*max-width: 86.5%;*/
    max-width: 69.5%;
    margin: 0 auto;
    padding-top: 8%;
    overflow-wrap: break-word;
}
@media (max-width: 920px) {
    .modal-calendar-d {
        position: relative;
        flex-direction: column;
    }
    .modal-calendar-d .d-left,
    .modal-calendar-d .d-right {
        width: 100%;
    }
    .modal-calendar-d .d-preview-calendar {
        margin-bottom: 30px;
    }
    .modal-calendar-d .d-left {
        padding: 0px 33px 0 33px;
        margin-top: 25%;
        z-index: 0;
    }
    .modal-calendar-d .d-preview-calendar {
        position: absolute;
        top: -2%;
        z-index: -1;
        min-height: auto;
    }
    .modal-calendar-d .d-right {
        padding: 0px 33px 0px 33px;
        z-index: 1;
    }
}
@media (max-width: 820px) {
    .modal-calendar-d .d-left {
        margin-top: 30%;
    }
}
@media (max-width: 720px) {
    .modal-calendar-d .d-left {
        margin-top: 35%;
    }
}
@media (max-width: 520px) {
    .modal-calendar-d .d-left {
        margin-top: 45%;
    }
}
@media (max-width: 450px) {
    .modal-calendar-d .d-left {
        margin-top: 55%;
    }
}
@media (max-width: 410px) {
    .modal-calendar-d .d-left {
        margin-top: 63%;
    }
}
@media (max-width: 360px) {
    .modal-calendar-d .d-left {
        margin-top: 70%;
    }
}

.modal-qrcode-2 {
    display: flex;
    flex-wrap: wrap;
}
.modal-qrcode-2 .box-left {
    display: block;
    width: 56%;
    padding: 0 25px;
}
.modal-qrcode-2 .box-right {
    display: block;
    width: 44%;
    background: #F7F7F7;
    border-radius: 10px;
    padding: 16px 22px;
}
.modal-qrcode-2 .menu-qr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.modal-qrcode-2 .menu-qr .menu-btn {
    font-family: InterBold;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #908E8E;
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px 26px 11px 25px;
    text-decoration: none;
    transition: all .3s;
}
.modal-qrcode-2 .menu-qr .menu-btn:hover,
.modal-qrcode-2 .menu-qr .menu-btn.active {
    background: #FFFFFF;
    color: #3A3335;
    border-color: #EDE8E9;
    transition: all .2s;
}
@media (max-width: 920px) {
    .modal-qrcode-2 {
        flex-direction: column-reverse;
    }
    .modal-qrcode-2 .box-left,
    .modal-qrcode-2 .box-right {
        width: 100%;
    }
    .modal-qrcode-2 .box-left {
        padding-top: 40px;
    }
}

.btn-default-md {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    background: #FFFFFF;
    color: #908E8E;
    border: 1px solid #ECEEF5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 0 13px;
    text-decoration: none;
}
.btn-default-md:hover,
.btn-default-md:focus {
    color: #908E8E;
}
.btn-default-md i {
    font-size: 20px;
    margin-right: 6px;
}
.btn-default-md.btn-center-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-detail {
    position: relative;
}
.content-detail .page-detail {
    display: none;
    transition: all .3s;
}
.content-detail .page-detail.active {
    display: block;
    transition: all .3s;
}

@font-face {
    font-family: 'FontFlyerGilory';
    src: url(../../assets/example/partner_flyer/Gilroy-Medium.otf);
}
@font-face {
    font-family: 'FontFlyerInter';
    src: url(../../assets/example/partner_flyer/Inter-Medium.ttf);
}
@font-face {
    font-family: 'FontFlyerInter2';
    src: url(../../assets/fonts/Inter-Regular.ttf);
}
@font-face {
    font-family: 'FontFlyerGilory2';
    src: url(../../assets/example/partner_flyer/gilroy/Gilroy-Regular.ttf);
}
@font-face {
    font-family: 'FontFlyerGiloryBold';
    src: url(../../assets/example/partner_flyer/gilroy/Gilroy-Bold.ttf);
}
@font-face {
    font-family: 'FontFlyerGilorySemiBold';
    src: url(../../assets/example/partner_flyer/gilroy/Gilroy-SemiBold.ttf);
}
/**
flyer
 */
.flyer {
    position: relative;
    width: 1080px;
    height: 1500px;
    margin: 0 auto;
    padding: 132px 151px 132px;
}
.flyer.flyer-other.en {
    background-image: url(../../assets/example/partner_flyer/flayer_event_eng@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-other.id {
    background-image: url(../../assets/example/partner_flyer/flayer_event_ind@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-funeral.en {
    background-image: url(../../assets/example/partner_flyer/flayer_makam_eng@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-funeral.id {
    background-image: url(../../assets/example/partner_flyer/flayer_makam_ind@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-wedding.en {
    background-image: url(../../assets/example/partner_flyer/flayer_wedding_eng@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-wedding.id {
    background-image: url(../../assets/example/partner_flyer/flayer_wedding_ind@2x.png);
    background-size: 1080px 1500px;
}

.flyer.flyer-obituary.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary {
    padding: 132px 135px 132px;
}
.flyer.flyer-obituary2.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id2@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary2.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id2@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary-3.en,
.flyer.flyer-obituary-3.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id3@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary-4.en,
.flyer.flyer-obituary-4.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id8.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary3.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id3@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary3.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id3@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary4.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id4@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary4.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id4@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary2-green.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id_green@2x.png) !important;
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary2-green.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id_green@2x.png) !important;
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary5.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id5@2x.jpeg);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary5.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id5@2x.jpeg);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary6.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id6@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary6.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id6@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary7.id {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id7@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary7.en {
    background-image: url(../../assets/example/partner_flyer/flyer_obituary_id7@2x.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-obituary2 {
    position: relative;
    padding: 93px 136px 65px;
}
.flyer.flyer-obituary-4 {
    padding: 46px 135px;
}
.flyer.flyer-obituary3 {
    position: relative;
    padding: 90px 134px 64px;
}
.flyer.flyer-obituary4 {
    position: relative;
    padding: 89px 139px 71px;
}
.flyer.flyer-obituary5 {
    position: relative;
    padding: 67px 135px 132px;
}
.flyer.flyer-obituary6 {
    position: relative;
    padding: 90px 135px 140px;
}
.flyer.flyer-obituary7 {
    position: relative;
    padding: 135px 134px 64px;
}

.flyer.flyer-wedding2.id {
    background-image: url(../../assets/example/partner_flyer/flayer_wedding2.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-wedding2.en {
    background-image: url(../../assets/example/partner_flyer/flayer_wedding2.png);
    background-size: 1080px 1500px;
}
.flyer.flyer-wedding2 {
    position: relative;
    padding: 80px 133px 132px;
}



.flyer .logo-company {
    display: block;
    margin-left: auto;
    height: 93px;
    margin-bottom: 21px;
}
.flyer .name-event {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 80px;
    letter-spacing: -0.1px;
    color: #456D44;
    max-width: 879px;
    min-height: 240px;
    text-align: center;
    margin-bottom: 55px;

    overflow-wrap: anywhere;
}
.flyer .content-event {
    max-width: 879px;
    text-align: center;
    margin-bottom: 212px;
}
.flyer .content-event .text {
    font-family: 'FontFlyerInter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
    color: #456D44;
}
.flyer .link-event {
    font-family: 'FontFlyerInter';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.1px;
    color: #456D44;
    max-width: 879px;
    text-align: center;
}
.flyer .qr-event {
    display: block;
    width: 431px;
    height: 431px;
    padding: 25px;
    margin: 0 auto;
    margin-top: 41px;
}
.flyer.flyer-wedding .logo-company {
    /*margin-bottom: 80px;*/
    margin-bottom: 50px;
}
.flyer.flyer-wedding .name-event {
/*    max-width: 529px;*/
/*    min-height: 160px;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 47px;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/

    font-size: 65px;
    line-height: 65px;
    max-width: 896px;
    /*min-height: 195px;*/
    min-height: 165px;
    margin: 0 auto;
    /*margin-bottom: 60px;*/
    margin-bottom: 10px;
}
.flyer.flyer-other .name-event {
    min-height: 198px;
    margin-bottom: 10px;
}
.flyer.flyer-wedding .content-event {
    /*margin-bottom: 240px;*/
    margin-bottom: 220px;
}
.flyer.flyer-funeral .logo-company {
    margin-bottom: 70px;
}
.flyer.flyer-funeral .name-event {
    font-size: 65px;
    line-height: 77px;
    max-width: 896px;
    min-height: 130px;
    margin: 0 auto;
    margin-bottom: 77px;
    text-align: center;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}
.flyer.flyer-funeral .content-event {
    margin-bottom: 250px;
}


.flyer.flyer-obituary .name-event {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #456D44;

    max-width: 950px;
    min-height: 65px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 35px;
}
.flyer.flyer-obituary .content1 {
    margin-bottom: 96px;
}
.flyer.flyer-obituary .content1 p {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.0944444px;
    color: #3A3335;
    margin-bottom: 0;
}
.flyer.flyer-obituary .content1 p .bold {
    font-weight: 600;
}
.flyer.flyer-obituary .content2 {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.0944444px;
    color: #3A3335;
    padding: 0 20%;

    max-width: 580px;
    min-height: 81px;
    margin: 0 auto;
    margin-bottom: 96px;
}
.flyer.flyer-obituary .content3 {
    max-width: 801px;
    min-height: 192px;
    margin: 0 auto;
    margin-bottom: 95px;
}
.flyer.flyer-obituary .content3 .agenda {
    display: grid;
    /*grid-template-columns: 450px 211px 140px;*/
    grid-template-columns: 364px 1fr 140px;
    align-items: center;
}
.flyer.flyer-obituary .content3 .name {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: -0.0944444px;
    color: #3A3335;
}
.flyer.flyer-obituary .content3 .date {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -0.0944444px;
    color: #3A3335;
}
.flyer.flyer-obituary .content3 .time {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    text-align: right;
    letter-spacing: -0.0944444px;
    color: #3A3335;
}
.flyer.flyer-obituary .content3 .name:empty,
.flyer.flyer-obituary .content3 .date:empty,
.flyer.flyer-obituary .content3 .time:empty {
    display: block;
    width: 70%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary .content3 .date:empty {
    margin-left: auto;
}
.flyer.flyer-obituary .content3 .time:empty {
    margin-left: auto;
}
.flyer.flyer-obituary .content4 {
    max-width: 801px;
    min-height: 125px;
    margin: 0 auto;
    margin-bottom: 94px;
}
.flyer.flyer-obituary .content4 .place,
.flyer.flyer-obituary .content4 .date {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.0944444px;
    color: #3A3335;
}
.flyer.flyer-obituary .content4 .time {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.0944444px;
    color: #3A3335;
}
.flyer.flyer-obituary .content5 {
    display: grid;
    grid-template-columns: 538px 225px;
    column-gap: 21px;
    align-items: center;
}
.flyer.flyer-obituary .content5 .text {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.1px;
    color: #3A3335;
}
.flyer.flyer-obituary .content5 .img {
    display: block;
    width: 225px;
    height: 225px;
    overflow: hidden;
    background: #F2F2F2;
}
.flyer.flyer-obituary .content5 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary2 .logo-top {
    position: absolute;
    top: 54px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 65px;
    padding-right: 44px;
}
.flyer.flyer-obituary2.flyer-obituary-3 .logo-top {
    padding-right: 65px;
}
.flyer.flyer-obituary2 .logo-top .left {
    display: block;
    height: 36px;
}
.flyer.flyer-obituary2 .logo-top .right {
    display: block;
    /*height: 119px;*/
    height: 95px;
    /*margin-top: -20px;*/
    margin-top: -10px;
}
.flyer.flyer-obituary-3 .logo-top .right {
    height: 82px;
}
.flyer.flyer-obituary2 .title1 {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #0C365C;
    /*text-transform: uppercase;*/
    text-transform: capitalize;
    margin-bottom: 0;
}
.flyer.flyer-obituary-3 .title1 {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    color: #064C24;
    margin-bottom: 5px;
}
.flyer.flyer-obituary2 .content1 {
    margin-bottom: 18px;
}
.flyer.flyer-obituary2 .content1 p {
    font-family: 'FontFlyerGilory2';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #0C365C;
    margin-bottom: 0;
}
.flyer.flyer-obituary2 .photo {
    position: relative;
    display: block;
    width: 187px;
    height: 187px;
    border-radius: 100%;
    border: 1px solid #0C365C;
    margin: 0 auto;
    margin-bottom: 18px;
    overflow: hidden;
}
.flyer.flyer-obituary2 .photo.green {
    border-color: #064C24 !important;
}
.flyer.flyer-obituary2 .photo.purple {
    border-color: #520257 !important;
}
.flyer.flyer-obituary2 .photo {
    border-color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary2 .photo .img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flyer.flyer-obituary2 .name-event {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #0C365C;
    /*max-width: 879px;*/
    max-width: 805px;
    min-height: auto;
    margin-bottom: 16px;
}
.flyer.flyer-obituary2 .caption1 {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #0C365C;
    min-height: 30px;
    margin-bottom: 16px;
}
.flyer.flyer-obituary2 .content2 {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #0C365C;
    max-width: 500px;
    min-height: 80px;
    margin: 0 auto;
}
.flyer.flyer-obituary-3 .content2 {
    max-width: unset;
}
.flyer.flyer-obituary2 .content3 {
    max-width: 801px;
    min-height: 199px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.flyer.flyer-obituary2 .content3.fill1 {
    min-height: 40px;
}
.flyer.flyer-obituary2 .content3.fill2 {
    min-height: 60px;
}
.flyer.flyer-obituary2 .content3.fill3 {
    min-height: 100px;
}
.flyer.flyer-obituary2 .content3.fill4 {
    min-height: 130px;
}
.flyer.flyer-obituary2 .content3.fill5 {
    min-height: 155px;
}
.flyer.flyer-obituary2 .content3 .agenda {
    display: grid;
    grid-template-columns: 410px 1fr 120px;
    align-items: center;
    margin-bottom: 8px;
}
.flyer.flyer-obituary2 .content3 .name {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.0944444px;
    color: #0C365C;
    text-transform: capitalize;
}
.flyer.flyer-obituary2 .content3 .date {
    font-family: 'FontFlyerGilory2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: -0.0944444px;
    color: #0C365C;
}
.flyer.flyer-obituary2 .content3 .time {
    font-family: 'FontFlyerGilory2';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: -0.0944444px;
    color: #0C365C;
}
.flyer.flyer-obituary2 .content3 .name:empty,
.flyer.flyer-obituary2 .content3 .date:empty,
.flyer.flyer-obituary2 .content3 .time:empty {
    display: block;
    width: 70%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary2 .content3 .date:empty {
    margin-left: auto;
}
.flyer.flyer-obituary2 .content3 .time:empty {
    margin-left: auto;
}
.flyer.flyer-obituary2 .content4 {
    max-width: 801px;
    min-height: 0;
    margin-bottom: 18px;
}
.flyer.flyer-obituary2 .content4 .place,
.flyer.flyer-obituary2 .content4 .date,
.flyer.flyer-obituary2 .content4 .time {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #0C365C;
}
.flyer.flyer-obituary-3 .content4 .place,
.flyer.flyer-obituary-3 .content4 .date,
.flyer.flyer-obituary-3 .content4 .time {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #064C24;
}
.flyer.flyer-obituary-4 .content4 .place,
.flyer.flyer-obituary-4 .content4 .date,
.flyer.flyer-obituary-4 .content4 .time {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #064C24;
}
.flyer.flyer-obituary2 .content5 {
    display: grid;
    grid-template-columns: 644px 1fr;
    column-gap: 20px;
    align-items: center;
    justify-items: flex-end;
    margin-top: -15px;
}
.flyer.flyer-obituary2.flyer-obituary-3 .content5 {
    grid-template-columns: 574px 1fr;
    column-gap: 59px;
    margin-top: 18px;
}
.flyer.flyer-obituary2 .content5 .text {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.1px;
    text-align: left;
    color: #0C365C;
}
.flyer.flyer-obituary2 .content5 .img {
    padding: 10px;
    background: #FFF;
    margin-top: calc(-40% + 33px);
}
.flyer.flyer-obituary-3 .content5 .img {
    padding: 10px;
    background: #FFF;
    margin-top: -45%;
}
.flyer.flyer-obituary2 .content5 .qrCode {
    display: block;
    width: 159px;
    height: 159px;
    overflow: hidden;
    background: #F2F2F2;
}
.flyer.flyer-obituary-3 .content5 .qrCode {
    display: block;
    width: 149px;
    height: 149px;
    overflow: hidden;
    background: #F2F2F2;
}
.flyer.flyer-obituary2 .content5 .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary2 .content6 .text {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    /*letter-spacing: -0.1px;*/
    color: #0C365C;
}
.flyer.flyer-obituary2 .headAgenda {
    font-family: 'FontFlyerGilory';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.0944444px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 351px;
    height: 40px;
    background: #0C365C;
    margin: 0 auto;
    margin-bottom: 18px;
}
.flyer.flyer-obituary2 .content7 {
    margin-bottom: 16px;
}
.flyer.flyer-obituary2 .content7 .text {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #0C365C;
}
.flyer.flyer-obituary2 .content7 .row-text {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    column-gap: 31px;
    margin-top: 15px;
}
.flyer.flyer-obituary2 .content7 .row-text div {
    font-family: 'FontFlyerGilory';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    color: #0C365C;
}
.flyer.flyer-obituary-4 .content8 {
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
    margin-top: 20px;
}
.flyer.flyer-obituary-4 .content8 .box-left {
    display: grid;
    grid-template-columns: 160px 1fr;
    column-gap: 34px;
    align-items: center;
}
.flyer.flyer-obituary-4 .content8 .box-left {
    border-right: 2px solid #456D44;
}
.flyer.flyer-obituary-4 .content8 .box-left.green {
    border-right-color: #520357;
}
.flyer.flyer-obituary-4 .content8 .box-left.blue {
    border-right-color: #0C365C;
}
.flyer.flyer-obituary-4 .content8 .box-left.auto-color {
    border-right-color: var(--main-flyer-color);
}
.flyer.flyer-obituary-4 .content8 .box-left .img1 {
    width: 160px;
}
.flyer.flyer-obituary-4 .content8 .box-left .img2 {
    height: 59px;
}
.flyer.flyer-obituary-4 .content8 .box-right {
    display: grid;
    grid-template-columns: 73px 1fr;
    column-gap: 25px;
    align-items: center;
    padding-left: 42px;
}
.flyer.flyer-obituary-4 .content8 .box-right .img  {
    height: 57px;
}
.flyer.flyer-obituary-4 .content8 .text {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #456D44;
}
.flyer.flyer-obituary2 .headDetail1 {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.0944444px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #0C365C;
    margin: 0 auto;
    margin-bottom: 16px;
}
.flyer.flyer-obituary2 .headDetail2 {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: -0.0944444px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 40px;
    background: #0C365C;
    margin: 0 auto;
    margin-bottom: 0px;
}
.flyer.flyer-obituary2 .text-green {
    color: #064C24 !important;
}
.flyer.flyer-obituary2 .text-purple {
    color: #520257 !important;
}
.flyer.flyer-obituary2 .bg-green {
    background: #064C24 !important;
}
.flyer.flyer-obituary2 .bg-purple {
    background: #520257 !important;
}
.flyer.flyer-obituary2 .text-color {
    color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary2 .bg-color {
    background: var(--main-flyer-color) !important;
}

.flyer.flyer-obituary3 .logo-top {
    position: absolute;
    top: 80px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 9%;
    padding-right: 7%;
}
.flyer.flyer-obituary3 .logo-top .left {
    display: block;
    height: 35.976px;
}
.flyer.flyer-obituary3 .logo-top .right {
    display: block;
    height: 114px;
    /*margin-top: -20px;*/
    margin-top: 0px;
}
.flyer.flyer-obituary3 .title1 {
    font-family: 'FontFlyerGiloryBold';
    color: #064C24;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 83.333% */
    letter-spacing: -0.1px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.flyer.flyer-obituary3 .caption1 {
    font-family: 'FontFlyerGiloryBold';
    color: #064C24;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.flyer.flyer-obituary3 .photo {
    position: relative;
    display: block;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    /*border: 1px solid #064C24;*/
    border: 1px solid transparent;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 24px;
    overflow: hidden;
}
.flyer.flyer-obituary3 .photo .img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flyer.flyer-obituary3 .name-event {
    font-family: 'FontFlyerInter';
    color: #064C24;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;

    margin-bottom: 8px;
    max-width: 805px;
    min-height: auto;
}
.flyer.flyer-obituary3 .content1 {
    display: grid;
    grid-template-columns: 268px 1fr 268px;
    align-items: center;
    margin-bottom: 24px;
    color: #064C24;
    font-family: 'FontFlyerGilory2';
}
.flyer.flyer-obituary3 .content1 .imgReligion {
    display: block;
    width: 75px;
    margin: 0 auto;
}
.flyer.flyer-obituary3 .content1 .imgReligion.Buddhist {
    width: 175px;
}
.flyer.flyer-obituary3 .content1 .imgReligion.Atheist {
    width: 143px;
}
.flyer.flyer-obituary3 .content1 .imgReligion.Hindu {
    width: 100px;
}
.flyer.flyer-obituary3 .content1 .imgReligion.Konghucu {
    width: 100px;
}
.flyer.flyer-obituary3 .content1 .textLeft .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary3 .content1 .textRight .text {
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary3 .content2 {
    color: #064C24;
    font-family: 'FontFlyerGilory2';
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1px;
    /*text-transform: capitalize;*/
    margin-bottom: 37px;
}
.flyer.flyer-obituary3 .content2 .bold {
    /*color: #064C24;*/
    text-align: center;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary3 .headAgenda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 40px;
    background: #064C24;
    margin: 0 auto;
    margin-bottom: 24px;

    font-family: 'FontFlyerGilorySemiBold';
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary3 .content3 {
    max-width: 808px;
    min-height: 151px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.flyer.flyer-obituary3 .content3.fill1 {
    min-height: 40px;
}
.flyer.flyer-obituary3 .content3.fill2 {
    min-height: 60px;
}
.flyer.flyer-obituary3 .content3.fill3 {
    min-height: 100px;
}
.flyer.flyer-obituary3 .content3.fill4 {
    min-height: 130px;
}
.flyer.flyer-obituary3 .content3.fill5 {
    min-height: 155px;
}
.flyer.flyer-obituary3 .content3 .agenda {
    display: grid;
    grid-template-columns: 316px 1fr 140px;
    align-items: center;
}
.flyer.flyer-obituary3 .content3 .name {
    font-family: 'FontFlyerGiloryBold';
    color: #064C24;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.094px;
    text-transform: capitalize;
}
.flyer.flyer-obituary3 .content3 .date {
    font-family: 'FontFlyerGilory';
    text-align: right;
    color: #064C24;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary3 .content3 .time {
    font-family: 'FontFlyerGilory';
    text-align: right;
    color: #064C24;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary3 .content3 .name:empty,
.flyer.flyer-obituary3 .content3 .date:empty,
.flyer.flyer-obituary3 .content3 .time:empty {
    display: block;
    width: 70%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary3 .content3 .date:empty {
    margin-left: auto;
}
.flyer.flyer-obituary3 .content3 .time:empty {
    margin-left: auto;
}
.flyer.flyer-obituary3 .headType {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 40px;
    background: #064C24;
    margin: 0 auto;
    margin-bottom: 23px;

    font-family: 'FontFlyerGilorySemiBold';
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary3 .content4 {
    margin-bottom: 32px;
}
.flyer.flyer-obituary3 .content4 .text1 {
    font-family: 'FontFlyerGilorySemiBold';
    color: #064C24;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.094px;
    margin-bottom: 8px;
}
.flyer.flyer-obituary3 .content4 .text2 {
    font-family: 'FontFlyerGilory2';
    color: #064C24;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary3 .headType2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 40px;
    background: #064C24;
    margin: 0 auto;

    font-family: 'FontFlyerGilorySemiBold';
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary3 .content5 {
    display: grid;
    grid-template-columns: 593px 1fr;
    column-gap: 69px;
    align-items: center;
    justify-items: flex-end;
    margin-bottom: 18px;
}
.flyer.flyer-obituary3 .content5 .text {
    font-family: 'FontFlyerGilory';
    color: #064C24;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.1px;
    text-align: justify;
}
.flyer.flyer-obituary3 .content5 .qrCode {
    display: block;
    width: 186px;
    height: 186px;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
}
.flyer.flyer-obituary3 .content5 .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary3 .content6 .text1 {
    font-family: 'FontFlyerGilorySemiBold';
    color: #064C24;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary3 .content6 .text2 {
    font-family: 'FontFlyerGilory';
    color: #064C24;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary3 .text-blue {
    color: #0C365C !important;
}
.flyer.flyer-obituary3 .text-purple {
    color: #520257 !important;
}
.flyer.flyer-obituary3 .bg-blue {
    background: #0C365C !important;
}
.flyer.flyer-obituary3 .bg-purple {
    background: #520257 !important;
}
.flyer.flyer-obituary3 .text-color {
    color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary3 .bg-color {
    background: var(--main-flyer-color) !important;
}

.flyer.flyer-obituary4 .title1 {
    color: #520357;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.flyer.flyer-obituary4 .caption1 {
    color: #520357;
    text-align: center;
    font-family: 'FontFlyerGilory';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary4 .content1 {
    display: grid;
    align-items: center;
    grid-template-columns: 238px 1fr;
    border-top: 2px solid #520357;
    border-bottom: 2px solid #520357;
    margin-top: 31px;
}
.flyer.flyer-obituary4 .content1.blue {
    border-top-color: #0C365C;
    border-bottom-color: #0C365C;
}
.flyer.flyer-obituary4 .content1.green {
    border-top-color: #064C24;
    border-bottom-color: #064C24;
}
.flyer.flyer-obituary4 .content1.auto-color {
    border-top-color: var(--main-flyer-color);
    border-bottom-color: var(--main-flyer-color);
}
.flyer.flyer-obituary4 .content1 .photo {
    position: relative;
    display: block;
    width: 238px;
    height: 238px;
    margin: 0;
}
.flyer.flyer-obituary4 .content1 .photo .img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flyer.flyer-obituary4 .name-event {
    color: #520357;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    max-width: 563px;
    min-height: 87px;
    margin-bottom: 0;
}
.flyer.flyer-obituary4 .content2 {
    text-align: center;
    margin-top: 32px;
}
.flyer.flyer-obituary4 .content2 .textTop {
    color: #520357;
    font-family: 'FontFlyerGiloryBold';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.flyer.flyer-obituary4 .content2 .textBottom {
    color: #520357;
    font-family: 'FontFlyerGilory';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.flyer.flyer-obituary4 .headAgenda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #520357;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 24px;

    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary4 .content3 {
    max-width: 808px;
    min-height: 151px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.flyer.flyer-obituary4 .content3.fill1 {
    min-height: 40px;
}
.flyer.flyer-obituary4 .content3.fill2 {
    min-height: 60px;
}
.flyer.flyer-obituary4 .content3.fill3 {
    min-height: 100px;
}
.flyer.flyer-obituary4 .content3.fill4 {
    min-height: 130px;
}
.flyer.flyer-obituary4 .content3.fill5 {
    min-height: 155px;
}
.flyer.flyer-obituary4 .content3 .agenda {
    display: grid;
    grid-template-columns: 386px 1fr 140px;
    align-items: center;
}
.flyer.flyer-obituary4 .content3 .name {
    color: #520357;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGiloryBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.094px;
    text-transform: capitalize;
}
.flyer.flyer-obituary4 .content3 .date {
    color: #520357;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilory';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary4 .content3 .time {
    color: #520357;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilory';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary4 .content3 .name:empty,
.flyer.flyer-obituary4 .content3 .date:empty,
.flyer.flyer-obituary4 .content3 .time:empty {
    display: block;
    width: 70%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary4 .content3 .date:empty {
    margin-left: auto;
}
.flyer.flyer-obituary4 .content3 .time:empty {
    margin-left: auto;
}
.flyer.flyer-obituary4 .headType {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #520357;
    margin: 0 auto;
    margin-bottom: 24px;

    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary4 .headType2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #520357;
    margin: 0 auto;
    margin-bottom: 24px;

    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary4 .content4 {
    margin-bottom: 32px;
}
.flyer.flyer-obituary4 .text-content {
    display: grid;
    grid-template-columns: 199px 1fr;
    column-gap: 17px;
    margin-bottom: 6px;
    color: #520357;
}
.flyer.flyer-obituary4 .text-content .textLeft {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary4 .text-content .textRight {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilory';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary4 .content5 {
    display: grid;
    grid-template-columns: 593px 1fr;
    column-gap: 69px;
    align-items: center;
    justify-items: flex-end;
    /*margin-bottom: 26px;*/
}
.flyer.flyer-obituary4 .content5 .text {
    color: #520357;
    font-family: 'FontFlyerGilory';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.1px;
    text-align: justify;
}
.flyer.flyer-obituary4 .content5 .qrCode {
    display: block;
    width: 186px;
    height: 186px;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
}
.flyer.flyer-obituary4 .content5 .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary4 .content6 {
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
    min-height: 166px;
}
.flyer.flyer-obituary4 .content6 .box-left {
    border-right: 2px solid #520357;
}
.flyer.flyer-obituary4 .content6 .box-left.green {
    border-right-color: #064C24;
}
.flyer.flyer-obituary4 .content6 .box-left.blue {
    border-right-color: #0C365C;
}
.flyer.flyer-obituary4 .content6 .box-left.auto-color {
    border-right-color: var(--main-flyer-color);
}
.flyer.flyer-obituary4 .content6 .box-right {
    padding: 29px;
}
.flyer.flyer-obituary4 .content6 .title2 {
    color: #520357;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    letter-spacing: -0.1px;
    /*text-decoration-line: underline;*/
    margin-bottom: 19px;
}
.flyer.flyer-obituary4 .content6 .text2 {
    display: grid;
    grid-template-columns: 94px 295px;
    margin-bottom: 8px;
    color: #520357;
}
.flyer.flyer-obituary4 .content6 .text2 .left {
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary4 .content6 .text2 .right {
    font-family: 'FontFlyerGilory';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary4 .content6 .logoBottom {
    display: grid;
    grid-template-columns: 202px 1fr;
    column-gap: 30px;
    align-items: center;
}
.flyer.flyer-obituary4 .content6 .logoBottom .left {
    width: 202px;
}
.flyer.flyer-obituary4 .content6 .logoBottom .right {
    width: 139.005px;
}
.flyer.flyer-obituary4 .text-green {
    color: #064C24 !important;
}
.flyer.flyer-obituary4 .text-blue {
    color: #0C365C !important;
}
.flyer.flyer-obituary4 .bg-green {
    background: #064C24 !important;
}
.flyer.flyer-obituary4 .bg-blue {
    background: #0C365C !important;
}
.flyer.flyer-obituary4 .text-color {
    color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary4 .bg-color {
    background: var(--main-flyer-color) !important;
}

.flyer.flyer-obituary5 .title1 {
    font-family: 'FontFlyerGilorySemiBold';
    color: #713F64;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.flyer.flyer-obituary5 .caption1 {
    font-family: 'FontFlyerGiloryBold';
    color: #520357;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.flyer.flyer-obituary5 .content1 {
    display: grid;
    grid-template-columns: 240px 1fr 240px;
    align-items: center;
    margin-top: 21px;
    color: #520357;
    font-family: 'FontFlyerGiloryBold';
}
.flyer.flyer-obituary5 .content1 .textLeft .text {
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary5 .content1 .textRight .text {
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary5 .photo {
    position: relative;
    display: block;
    width: 215px;
    height: 215px;
    border-radius: 100%;
    border: 4px solid #713F64;
    margin: 0 auto;
    margin-bottom: 21px;
    overflow: hidden;
}
.flyer.flyer-obituary5 .photo.blue {
    border-color: #0c365c;
}
.flyer.flyer-obituary5 .photo.green {
    border-color: #064c24;
}
.flyer.flyer-obituary5 .photo.color {
    border-color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary5 .photo .img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flyer.flyer-obituary5 .name-event {
    color: #520357;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    max-width: 879px;
    min-height: auto;
    margin-bottom: 0;
}
.flyer.flyer-obituary5 .content2 {
    margin-top: 21px;
    margin-bottom: 21px;
}
.flyer.flyer-obituary5 .text-content {
    display: grid;
    grid-template-columns: 247px 10px 1fr;
    column-gap: 17px;
    overflow-wrap: anywhere;
    margin-bottom: 10px;
    color: #520357;
}
.flyer.flyer-obituary5 .text-content .textLeft {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary5 .text-content .textRight {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary5 .headAgenda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #713F64;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary5 .content3 {
    max-width: 808px;
    min-height: 151px;
    margin: 0 auto;
    margin-bottom: 21px;
}
.flyer.flyer-obituary5 .content3.fill1 {
    min-height: 40px;
}
.flyer.flyer-obituary5 .content3.fill2 {
    min-height: 60px;
}
.flyer.flyer-obituary5 .content3.fill3 {
    min-height: 100px;
}
.flyer.flyer-obituary5 .content3.fill4 {
    min-height: 130px;
}
.flyer.flyer-obituary5 .content3.fill5 {
    min-height: 155px;
}
.flyer.flyer-obituary5 .content3 .agenda {
    display: grid;
    /*grid-template-columns: 316px 255px 121px;*/
    grid-template-columns:1fr 290px 121px;
    column-gap: 21px;
    align-items: center;
}
.flyer.flyer-obituary5 .content3 .agenda.fill-2 {
    grid-template-columns: 316px 1fr;
    justify-items: center;
}
.flyer.flyer-obituary5 .content3 .name {
    font-family: 'FontFlyerGiloryBold';
    color: #520357;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.094px;
    text-transform: capitalize;
}
.flyer.flyer-obituary5 .content3 .date {
    font-family: 'FontFlyerGiloryBold';
    text-align: left;
    color: #520357;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary5 .content3 .agenda.fill-2 .date {
    text-align: right;
}
.flyer.flyer-obituary5 .content3 .time {
    font-family: 'FontFlyerGiloryBold';
    text-align: right;
    color: #520357;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary5 .content3 .name:empty,
.flyer.flyer-obituary5 .content3 .date:empty,
.flyer.flyer-obituary5 .content3 .time:empty {
    display: block;
    width: 85%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary5 .content3 .time:empty {
    margin-left: auto;
}
.flyer.flyer-obituary5 .headType {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #713F64;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 24px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary5 .content4 {
    margin-bottom: 32px;
}
.flyer.flyer-obituary5 .content4 .text {
    text-align: center;
    color: #520357;
    font-family: 'FontFlyerGiloryBold';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-bottom: 14px;
}
.flyer.flyer-obituary5 .content5 {
    position: absolute;
    bottom: 190px;
    display: grid;
    grid-template-columns: 186px 400px;
    column-gap: 14px;
    align-items: center;
    justify-items: flex-start;
}
.flyer.flyer-obituary5 .content5.husada,
.flyer.flyer-obituary5 .content5.ukrida {
    bottom: 123px;
    grid-template-columns: 135px 601px;
}
.flyer.flyer-obituary5 .content5.husada {
    left: 38px;
}
.flyer.flyer-obituary5 .content5.ukrida {
    left: 247px;
}
.flyer.flyer-obituary5 .content5 .qrCode {
    display: block;
    width: 186px;
    height: 186px;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
}
.flyer.flyer-obituary5 .content5.husada .qrCode,
.flyer.flyer-obituary5 .content5.ukrida .qrCode {
    width: 135px;
    height: 135px;
}
.flyer.flyer-obituary5 .content5 .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary5 .content5 .text {
    color: #520357;
    font-family: 'FontFlyerGilory';
    font-size: 19.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.1px;
    text-align: justify;
}
.flyer.flyer-obituary5 .content5.husada .text,
.flyer.flyer-obituary5 .content5.ukrida .text {
    font-size: 19px;
}
.flyer.flyer-obituary5 .text-green {
    color: #064C24 !important;
}
.flyer.flyer-obituary5 .text-blue {
    color: #0C365C !important;
}
.flyer.flyer-obituary5 .bg-green {
    background: #064C24 !important;
}
.flyer.flyer-obituary5 .bg-blue {
    background: #0C365C !important;
}
.flyer.flyer-obituary5 .text-color {
    color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary5 .bg-color {
    background: var(--main-flyer-color) !important;
}

.flyer.flyer-obituary6 .title1 {
    color: #0A0344;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 83.333% */
    letter-spacing: -0.1px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.flyer.flyer-obituary6 .caption1 {
    color: #0A0344;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
    text-transform: capitalize;
}
.flyer.flyer-obituary6 .content1 {
    display: grid;
    grid-template-columns: 268px 1fr 268px;
    align-items: center;
    margin-top: 20px;
    color: #0A0344;
    font-family: 'FontFlyerGilory';
}
.flyer.flyer-obituary6 .content1 .textLeft .text {
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary6 .content1 .textRight .text {
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary6 .photo {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid #0A0344;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.flyer.flyer-obituary6 .photo.blue {
    border-color: #0c365c;
}
.flyer.flyer-obituary6 .photo.green {
    border-color: #064c24;
}
.flyer.flyer-obituary6 .photo.color {
    border-color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary6 .photo .img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flyer.flyer-obituary6 .name-event {
    color: #0A0344;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 100% */
    letter-spacing: -0.1px;
    max-width: 879px;
    min-height: auto;
    margin-bottom: 0;
}
.flyer.flyer-obituary6 .content2 {
    margin-top: 21px;
    margin-bottom: 21px;
}
.flyer.flyer-obituary6 .text-content {
    display: grid;
    grid-template-columns: 230px 0px 1fr;
    column-gap: 17px;
    overflow-wrap: anywhere;
    margin-bottom: 24px;
    color: #0A0344;
}
.flyer.flyer-obituary6 .text-content .textLeft {
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary6 .text-content .textRight {
    font-family: 'FontFlyerGilory';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    letter-spacing: -0.1px;
}
.flyer.flyer-obituary6 .headAgenda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 302px;
    height: 40px;
    background: #0A0344;
    margin: 0 auto;
    margin-bottom: 22px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGilorySemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary6 .content3 {
    max-width: 808px;
    min-height: 151px;
    margin: 0 auto;
    margin-bottom: 21px;
}
.flyer.flyer-obituary6 .content3.fill1 {
    min-height: 40px;
}
.flyer.flyer-obituary6 .content3.fill2 {
    min-height: 60px;
}
.flyer.flyer-obituary6 .content3.fill3 {
    min-height: 100px;
}
.flyer.flyer-obituary6 .content3.fill4 {
    min-height: 130px;
}
.flyer.flyer-obituary6 .content3.fill5 {
    min-height: 155px;
}
.flyer.flyer-obituary6 .content3 .agenda {
    display: grid;
    grid-template-columns: 420px 257px 121px;
    column-gap: 21px;
    align-items: center;
}
.flyer.flyer-obituary6 .content3 .agenda.fill-2 {
    grid-template-columns: 316px 1fr;
    justify-items: center;
}
.flyer.flyer-obituary6 .content3 .name {
    color: #0A0344;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGiloryBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary6 .content3 .date {
    color: #0A0344;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGiloryBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary6 .content3 .agenda.fill-2 .date {
    text-align: right;
}
.flyer.flyer-obituary6 .content3 .time {
    color: #0A0344;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'FontFlyerGiloryBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 80% */
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary6 .content3 .name:empty,
.flyer.flyer-obituary6 .content3 .date:empty,
.flyer.flyer-obituary6 .content3 .time:empty {
    display: block;
    width: 85%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary6 .content3 .date:empty {
    margin-left: auto;
}
.flyer.flyer-obituary6 .content3 .time:empty {
    margin-right: auto;
}
.flyer.flyer-obituary6 .content4 {
    margin-bottom: 32px;
}
.flyer.flyer-obituary6 .content4 .text {
    color: #0A0344;
    text-align: center;
    font-family: 'FontFlyerGiloryBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.flyer.flyer-obituary6 .content5 {
    position: absolute;
    display: grid;
    grid-template-columns: 555px 1fr;
    column-gap: 66px;
    align-items: center;
    justify-items: flex-start;
    margin-top: -57px;
}
.flyer.flyer-obituary6 .content5 .qrCode {
    display: block;
    width: 187px;
    height: 187px;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
}
.flyer.flyer-obituary6 .content5 .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary6 .content5 .text {
    color: #0A0344;
    font-family: 'FontFlyerGilory';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: -0.1px;
    margin-top: 32px;
}
.flyer.flyer-obituary6 .text-green {
    color: #064C24 !important;
}
.flyer.flyer-obituary6 .text-blue {
    color: #0C365C !important;
}
.flyer.flyer-obituary6 .bg-green {
    background: #064C24 !important;
}
.flyer.flyer-obituary6 .bg-blue {
    background: #0C365C !important;
}
.flyer.flyer-obituary6 .text-color {
    color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary6 .bg-color {
    background: var(--main-flyer-color) !important;
}

.flyer.flyer-obituary7 .logo-top {
    position: absolute;
    top: 71px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 9%;
    padding-right: 5%;
}
.flyer.flyer-obituary7 .logo-top .left {
    display: block;
    height: 36px;
}
.flyer.flyer-obituary7 .logo-top .right {
    display: block;
    height: 119px;
}
.flyer.flyer-obituary7 .title1 {
    font-family: 'FontFlyerGiloryBold';
    color: #456D44;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.flyer.flyer-obituary7 .caption1 {
    font-family: 'FontFlyerGilory2';
    color: #456D44;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.flyer.flyer-obituary7 .photo {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: 1px solid #456D44;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 32px;
    overflow: hidden;
}
.flyer.flyer-obituary7 .photo.green {
    border-color: #064C24 !important;
}
.flyer.flyer-obituary7 .photo.purple {
    border-color: #520257 !important;
}
.flyer.flyer-obituary7 .photo {
    border-color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary7 .photo .img {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flyer.flyer-obituary7 .name-event {
    font-family: 'FontFlyerGiloryBold';
    color: #456D44;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 100% */
    margin-bottom: 8px;
    max-width: 879px;
    min-height: 60px;
}
.flyer.flyer-obituary7 .content1 {
    font-family: 'FontFlyerGiloryBold';
    color: #456D44;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 500px;
    min-height: auto;
    margin: 0 auto;
    margin-bottom: 24px;
}
.flyer.flyer-obituary7 .headAgenda {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #456D44;
    margin: 0 auto;
    margin-bottom: 23.99px;

    font-family: 'FontFlyerGilorySemiBold';
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 57.143% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary7 .content2 {
    max-width: 801px;
    min-height: 199px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.flyer.flyer-obituary7 .content2.fill1 {
    min-height: 40px;
}
.flyer.flyer-obituary7 .content2.fill2 {
    min-height: 60px;
}
.flyer.flyer-obituary7 .content2.fill3 {
    min-height: 100px;
}
.flyer.flyer-obituary7 .content2.fill4 {
    min-height: 130px;
}
.flyer.flyer-obituary7 .content2.fill5 {
    min-height: 155px;
}
.flyer.flyer-obituary7 .content2 .agenda {
    display: grid;
    grid-template-columns: 316px 1fr 140px;
    align-items: center;
}
.flyer.flyer-obituary7 .content2 .name {
    font-family: 'FontFlyerGiloryBold';
    color: #456D44;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.094px;
    text-transform: capitalize;
}
.flyer.flyer-obituary7 .content2 .date {
    font-family: 'FontFlyerGilory';
    color: #456D44;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary7 .content2 .time {
    font-family: 'FontFlyerGilory';
    color: #456D44;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.094px;
}
.flyer.flyer-obituary7 .content2 .name:empty,
.flyer.flyer-obituary7 .content2 .date:empty,
.flyer.flyer-obituary7 .content2 .time:empty {
    display: block;
    width: 70%;
    height: 4%;
    background: var(--main-flyer-color) !important;
    border-radius: 20px;
    margin-top: auto;
}
.flyer.flyer-obituary7 .content2 .date:empty {
    margin-left: auto;
}
.flyer.flyer-obituary7 .content2 .time:empty {
    margin-left: auto;
}
.flyer.flyer-obituary7 .headType {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #456D44;
    margin: 0 auto;
    margin-bottom: 23.99px;

    font-family: 'FontFlyerGilorySemiBold';
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 57.143% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary7 .content3 {
    margin-bottom: 32px;
}
.flyer.flyer-obituary7 .content3 .text {
    font-family: 'FontFlyerGilorySemiBold';
    color: #456D44;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.flyer.flyer-obituary7 .headType2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 40px;
    background: #456D44;
    margin: 0 auto;
    margin-bottom: 23.99px;

    font-family: 'FontFlyerGilorySemiBold';
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 57.143% */
    letter-spacing: -0.094px;
    text-transform: uppercase;
}
.flyer.flyer-obituary7 .content4 {
    position: absolute;
    display: grid;
    grid-template-columns: 611px 1fr;
    column-gap: 6px;
    align-items: center;
    justify-items: flex-end;
    margin-top: -57px;
}
.flyer.flyer-obituary7 .content4 .qrCode {
    display: block;
    width: 187px;
    height: 187px;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
}
.flyer.flyer-obituary7 .content4 .qrCode img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer.flyer-obituary7 .content4 .text {
    font-family: 'FontFlyerGilory';
    color: #456D44;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    margin-top: 30px;
}
.flyer.flyer-obituary7 .content5 {
    margin-top: 180px;
}
.flyer.flyer-obituary7 .content5 .text1 {
    font-family: 'FontFlyerGilorySemiBold';
    color: #456D44;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.flyer.flyer-obituary7 .content5 .text2 {
    font-family: 'FontFlyerGilorySemiBold';
    color: #456D44;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.flyer.flyer-obituary7 .text-blue {
    color: #0C365C !important;
}
.flyer.flyer-obituary7 .text-purple {
    color: #520257 !important;
}
.flyer.flyer-obituary7 .bg-blue {
    background: #0C365C !important;
}
.flyer.flyer-obituary7 .bg-purple {
    background: #520257 !important;
}
.flyer.flyer-obituary7 .text-color {
    color: var(--main-flyer-color) !important;
}
.flyer.flyer-obituary7 .bg-color {
    background: var(--main-flyer-color) !important;
}


.flyer.flyer-wedding2 .logo-company {
    width: 218px;
    height: 155px;
    margin: 0 auto;
    margin-bottom: 34px;
}
.flyer.flyer-wedding2 .title {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 67px;
    text-align: center;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    color: #F0536D;
    margin-bottom: 11px;
}
.flyer.flyer-wedding2 .name-event {
    font-family: 'FontFlyerGilory';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 99px;
    text-align: center;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    color: #456D44;
    max-width: 896px;
    /*min-height: 145px;*/
    min-height: 20px;
}
.flyer.flyer-wedding2 .content-event {
    min-height: 120px;
    margin-bottom: 38px;
}
.flyer.flyer-wedding2 .content-event .text {
    font-family: 'FontFlyerGilory2';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.1px;
    text-transform: capitalize;
    color: #456D44;
}
.flyer.flyer-wedding2 .content-event2 {
    font-family: 'FontFlyerInter2';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #456D44;
}
.flyer.flyer-wedding2 .link-event {
    font-family: 'FontFlyerInter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #456D44;
}
.flyer.flyer-wedding2 .qr-event {
    display: block;
    width: 361px;
    height: 360px;
}
.flyer.flyer-wedding2 .logo-digiflora {
    display: block;
    width: 139px;
    height: 36px;
    margin: 0 auto;
}

.h-min-344 {
    margin-top: 30px;
    min-height: 344px;
}
.btn-gray {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    padding: 17px 20px;
    font-size: 14px;
    color: #908E8E;
    font-family: InterBold;
    text-decoration: none;
    transition: .3s;
    border: none;
    text-align: center;
    outline: none;
    border: none;
}
.btn-gray:hover {
    background: rgba(144, 142, 142, .3);
    color: #908E8E;
}

.preview-email {
    display: block;
    margin: 0 auto;
    width: 191px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    padding: 5px;
}
.preview-email .subject {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -0.3px;
    color: #000000;
    padding: 1.5px 0 8.5px;
}
.preview-email .subject .gray {
    color: #C4C4C6;
}
.preview-email .body {
    overflow-wrap: anywhere;
}
.preview-email .text-mail {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -0.3px;
    color: #000000;
    margin-bottom: 0;
}
.preview-email .link-mail {
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: -0.3px;
    color: #258DFF;
    margin-bottom: 0;
}
.preview-email .flyer-mail {
    width: 100%;
    object-fit: scale-down;
    margin-top: 6px;
}

.title-modal-p {
    font-family: InterBold;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #3A3335;
    margin-bottom: 14px;
    margin-top: 20px;
}

.preview-wa {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 184.78px;
    background: #DCF7C5;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
    border-radius: 12px;
}
.preview-wa::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #DCF7C5;
    position: absolute;
    right: -6px;
    bottom: 4px;
}
.preview-wa .body {
    background: transparent;
    padding: 5.3px 5.3px 0;
}
.preview-wa .flyer-wa {
    width: 100%;
    object-fit: scale-down;
    margin-bottom: 4.39px;
}
.preview-wa .text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
    color: #000000;
    margin-bottom: 0;
}
.preview-wa .link {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
    color: #258DFF;
    margin-bottom: 0;
    overflow-wrap: anywhere;
}
.preview-wa .bottom {
    display: flex;
    justify-content: right;
    align-items: center;
    background: transparent;
    padding: 0 5.3px 5.3px;
}
.preview-wa .time {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.25);
}
.preview-wa .bottom::after {
    content: "";
    background-image: url(../../assets/icon/ic_arrow_wa.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 10.22px;
    height: 6.06px;
    margin-left: 1.44px;
}

#generate-code canvas {
    width: 100%;
}


.label-gray {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    margin-bottom: 12px;
}

.mb-10 {
    margin-bottom: 10px;
}

.preview-img-2 {
    display: grid;
    grid-template-columns: 165px 1fr;
    column-gap: 24px;
    align-items: self-end;
}
.preview-img-2 .image {
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 7px;
    overflow: hidden;
    background: #F2F2F2;
}
.preview-img-2 .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.break-border {
    display: block;
    background: #EDE8E9;
    width: 100%;
    height: 1px;
}

.collapseBox {
    padding-bottom: 24px;
    border-bottom: 1px solid #EDE8E9;
    margin-bottom: 24px;
}
.collapseBox .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.collapseBox .title {
    font-family: InterBold;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3A3335;
    margin-bottom: 0;
}
.collapseBox .chevron {
    display: block;
    width: 14.45px;
    height: 14.45px;
    padding-right: 15px;
    background-image: url(../../assets/icon/ic_dropdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.collapseBox .body {
    padding-top: 16px;
}

.maxFormObituary {
    max-width: 479px;
    margin: 0 auto;
}

.tableCustom2 {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    border-collapse: collapse;
}
.tableCustom2 th {
    padding: 18px 0;
}
.tableCustom2 td {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 12px 0px;
}
.tableCustom2 .text-red {
    color: #EB5F56!important;
}
.tableCustom2 tr:nth-child(1) td {
    padding-top: 28px;
}
.tableCustom2 thead {
    border-bottom: 1px solid #EDE8E9;
}
.tableCustom2 .hFilterSearch {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 8px;
    align-items: center;

    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #908E8E;
}
.tableCustom2 .hFilterSearch i {
    line-height: unset;
}
.tableCustom2 .hFilterSearch .input {
    background: transparent;
    border-color: transparent;
    outline: 0;
    padding-right: 52px;
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
.tableCustom2 .hFilterSearch .input:focus {
    color: #3A3335;
}
.tableCustom2 .hFilter {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 8px;
    align-items: center;

    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
.tableCustom2 .hFilter i {
    line-height: unset;
}
.tableCustom2 .hFilter2 {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #908E8E;
}
.tableCustom2 .bImage {
    display: grid;
    grid-template-columns: 68px 1fr;
    column-gap: 15px;
    align-items: center;
}
.tableCustom2 .bImage .image {
    display: block;
    width: 48px;
    height: 48px;
    background: #F2F2F2;
    border-radius: 4px;
    overflow: hidden;
}
.tableCustom2 .bImage .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tableCustom2 .bImage .content {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
}
.tableCustom2 .text {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.1px;
    color: #3A3335;
}
.tableCustom2 tr .empty {
    padding-right: 52px;
}
.tableCustom2 tr .empty:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #e1e1e1;
}

.tableObituary th:nth-child(2) {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}
.tableObituary th:nth-child(3) {
    width: 162px;
    min-width: 162px;
    max-width: 162px;
}
.tableObituary th:nth-child(4) {
    width: 222px;
    min-width: 222px;
    max-width: 222px;
}
.tableObituary th:nth-child(5) {
    width: 115px;
    min-width: 115px;
    max-width: 115px;
}
.tableObituary th:nth-child(6) {
    width: 81px;
    min-width: 81px;
    max-width: 81px;
}
.tableObituary th:nth-child(7) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.tableCalendar2 th:nth-child(2) {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}
.tableCalendar2 th:nth-child(3) {
    width: 162px;
    min-width: 162px;
    max-width: 162px;
}
.tableCalendar2 th:nth-child(4) {
    width: 162px;
    min-width: 162px;
    max-width: 162px;
}
.tableCalendar2 th:nth-child(5) {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}
.tableCalendar2 th:nth-child(6) {
    width: 81px;
    min-width: 81px;
    max-width: 81px;
}
.tableCalendar2 th:nth-child(7) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
.tableCustom2.tableCalendar2 .text{
    max-width: 350px;
    overflow-wrap: anywhere;
}

.tableGreetingEmail th:nth-child(1) {
    width: 62px;
    min-width: 62px;
    max-width: 62px;
}
.tableGreetingEmail th:nth-child(2) {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}
.tableGreetingEmail th:nth-child(3) {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}
.tableGreetingEmail th:nth-child(4) {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}
.tableGreetingEmail th:nth-child(5) {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}
.tableGreetingEmail th:nth-child(6) {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}
.tableGreetingEmail th:nth-child(7) {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}
.tableGreetingEmail .image {
    height: 20px;
    overflow: hidden;
}
.tableGreetingEmail .image img {
    height: 100%;
}
.tableGreetingEmail .image1 {
    height: 41px;
    overflow: hidden;
}
.tableGreetingEmail .image1 img {
    height: 100%;
}
.tableGreetingEmail tr td {
    color: rgba(58, 51, 53, 1);
}
.tableGreetingEmail th {
    background: #FAFAFB;
}


.tableGreetingEmail2 th:nth-child(2),
.tableGreetingEmail2 td:nth-child(2) {
    width: 354px;
    min-width: 354px;
    max-width: 354px;
}
.tableGreetingEmail2 th:nth-child(3),
.tableGreetingEmail2 td:nth-child(3) {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}
.tableGreetingEmail2 .image {
    height: 20px;
    overflow: hidden;
}
.tableGreetingEmail2 .image img {
    height: 100%;
}
.tableGreetingEmail2 thead,
.tableGreetingEmail2 tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tableGreetingEmail2 tbody {
    display: block;
    max-height: 418px;
    overflow-y: auto;
}
.tableGreetingEmail2 thead {
    background: #FAFAFB;
}
.tableGreetingEmail2 td {
    padding: 20px 0;
    border-bottom: 1px solid #EDF2F7;
}
.tableGreetingEmail2 tbody::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
.tableGreetingEmail2 tbody::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 6px;
}

.tableTitle {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.tableTitle .ctxRight {
    margin-left: auto;
}
@media (max-width: 920px) {
    .tableTitle {
        flex-direction: column;
        align-items: flex-start;
    }
    .tableTitle .ctxRight {
        margin-left: 0;
        margin-top: 22px;
    }
}

.dObiTitle {
    margin-bottom: 32px;
}
.dObiTitle h4 {
    font-family: InterBold;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #3A3335;
    margin-bottom: 0;
}
.dObButton {
    margin-bottom: 32px;
}
.dObiBox2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 40px;
}
.dObiBox2 .boxSm {
    width: 50%;
    background: #F7F7F7;
    border-radius: 10px;
}
.dObiBox2 .boxSm .boxDetail.active {
    display: block;
    opacity: 1;
    transition: all .2s;
}
.dObiBox2 .boxSm .boxDetail {
    display: none;
    opacity: 0;
    transition: all .5s;
}
.dObiBox2 .boxLeft {
    padding: 32px 22px;
}
.dObiBox2 .boxRight {
    padding: 31px 30px;
}
@media (max-width: 920px) {
    .dObiBox2 {
        flex-direction: column;
        row-gap: 40px;
    }
    .dObiBox2 .boxSm {
        width: 100%;
    }
}
.dObMaxForm {
    max-width: 723px;
    margin: 0 auto;
}
.borderWText2 {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #EDE8E9;
    margin: 0 auto;
}
.borderWText2:before {
    position: absolute;
    content: attr(text);
    top: -12px;
    left: 42%;
    background: #F7F7F7;
    font-family: InterRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 0 10px;
}
.tabOb {
    margin: 0;
    margin-bottom: 17px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.tabOb .itemTab {
    display: block;
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #908E8E;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 17px;
    transition: all .2s;
}
.tabOb .itemTab:hover,
.tabOb .itemTab.active {
    color: #3A3335;
    border-color: #EDE8E9;
    transition: all .6s;
}

.tabOBBorder {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    justify-content: center;
    border-bottom: 1px solid #EDE8E9;
    margin-bottom: 39px;
}
.tabOBBorder .tab-item {
    font-family: InterRegular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #908E8E;
    padding: 0px 30px 16px;
    border-bottom: 3px solid transparent;
    transition: all .2s ease-out;
}
.tabOBBorder .tab-item:hover,
.tabOBBorder .tab-item:focus,
.tabOBBorder .tab-item.active{
    color: #3A3335;
    border-color: #3A3335;
    transition: all .5s ease-in;
}

.uploadObituary {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 14px;
    padding: 14px;
    align-items: center;
    max-width: 751px;
    min-height: 449px;
    background: #FFFFFF;
    border: 1px dashed #EDE8E9;
    border-radius: 8px;
    margin: 0 auto;
}
.uploadObituary .fileUpload {
    display: grid;
    grid-template-columns: repeat(3, 165px);
    gap: 14px;
}
.uploadObituary .fileUpload .itemUploadImg {
    position: relative;
    display: block;
    width: 165px;
    height: 136px;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
}
.uploadObituary .fileUpload .itemUploadImg.video {
    background-color: #f4f4f4;
}
.uploadObituary .fileUpload .itemUploadImg .play {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../../assets/icon/play_video@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.uploadObituary .fileUpload .itemUploadImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uploadObituary .fileUpload .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 8px;
    margin-right: 8px;
    text-align: center;
    color: #908E8E;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
    border-radius: 10px;
    padding: 6px 11px;
    cursor: pointer;
    z-index: 2;
}
.uploadObituary .fileUpload .close span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: unset;
}
@media (max-width: 520px) {
    .uploadObituary {
        padding: 14px 0;
    }
    .uploadObituary .fileUpload {
        grid-template-columns: repeat(2, 165px);
        margin-bottom: 32px;
    }
}
@media (max-width: 390px) {
    .uploadObituary .fileUpload {
        grid-template-columns: repeat(1, 165px);
    }
}

.box-send-email {
    padding: 22px;
}

.checkboxCustom:before,
.checkboxCustom:after {
    content: " ";
    display: table;
}
.checkboxCustom {
    *zoom: 1;
}
.checkboxCustom input {
    display: none;
}
.checkboxCustom label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #D8D8D8;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    -webkit-transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    transition:all .5s ease 0s;
}
.checkboxCustom label .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-family: 'Material Icons';
    font-weight: bolder;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
}
.checkboxCustom label .icon::before {
    content: "";
    display: block;
}
.checkboxCustom input:checked + label {
    background: #456D44;
    -webkit-transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    transition:all .5s ease 0s;
}
.checkboxCustom input:checked + label .icon::before {
    content: "done";
    color: #FFF;
}
