/* Bootstrap Custom */

.h1,
h1 {
    font-size: 3.2rem !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-semibold {
    font-weight: 700 !important;
}

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

.btn.btn-primary:hover:active,
.btn.btn-primary:focus,
.btn.btn-primary.active,
.show>.btn.btn-primary:hover:active,
.show>.btn.btn-primary:focus,
.show>.btn.btn-primary.active {
    background-color: #00d086 !important;
    border-color: #00d086 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00b877 !important;
    border-color: #00a36a !important;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active,
.show>.btn.btn-outline-secondary:hover,
.show>.btn.btn-outline-secondary:active {
    background-color: unset !important;
    border-color: unset !important;
    color: #1e3542 !important;
}

.btn.btn-outline-secondary:hover:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary.active,
.show>.btn.btn-outline-secondary:hover:active,
.show>.btn.btn-outline-secondary:focus,
.show>.btn.btn-outline-secondary.active {
    background-color: unset !important;
    border-color: unset !important;
    color: #1e3542 !important;
}

.btn.btn-outline-secondary,
.show>.btn.btn-outline-secondary {
    color: #1e3542 !important;
}

.btn-link {
    color: #00d086;
}

.btn-link:hover,
.btn-link:active {
    color: #00a36a;
}

.btn {
    border-radius: 10px !important;
    font-weight: 700 !important;
}

.btn-med {
    width: 150px !important;
}

.med-height {
    height: 40px !important;
}

.max-height {
    height: 54px !important;
}

.btn.btn-grey {
    background-color: #f6f1e7 !important;
    border: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 64px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em !important;
    font-weight: 600 !important;
}

.btn.btn-grey.primary {
    background-color: #019b80 !important;
}

.btn.btn-white {
    background: #ffffff !important;
    padding: 12px;
    border: none;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.btn-green {
    background: #248255;
    padding: 12px;
    border: none;
    color: #fff;
    width: 210px;
    font-size: 1.3em;
}

.btn-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background: #c8d25e;
    color: #1b1b20;
    border-radius: 24px;
}

.btn-red {
    width: fit-content;
    font-size: 1em;
    color: white;
    padding: 16px 32px;
    border-radius: 24px;
    background: #b4433a;
}

.btn-transparent {
    background: transparent !important;
    border: transparent !important;
}

.btn-gradient-outline {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to left, #007964, #0eb094) border-box;
    border: 1px solid #019b80;
    /* width: max-content; */
    color: #019b80 !important;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.btn-gradient-outline:hover,
.btn-gradient-outline:active,
.show>.btn-gradient-outline:hover,
.show>.btn-gradient-outline:active {
    background-color: rgba(1, 155, 128, 0.08) !important;
}

.btn-gard-primary {
    background: radial-gradient(100% 2216.6% at 100% 50%,
            #007964 0%,
            #0eb094 98.34%);
    border: none;
    /* width: max-content; */
    color: #ffffff !important;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.btn-gard-outline-primary {
    color: #019b80 !important;
    border: 1px solid #019b80 !important;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.btn-white-border {
    border: 1px solid #6a6355 !important;
    color: #6a6355 !important;
    border: none;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active,
.show>.btn.btn-outline-secondary:hover,
.show>.btn.btn-outline-secondary:active {
    background-color: unset !important;
    border-color: unset !important;
    color: #1e3542 !important;
}

.btn.btn-outline-secondary:hover:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary.active,
.show>.btn.btn-outline-secondary:hover:active,
.show>.btn.btn-outline-secondary:focus,
.show>.btn.btn-outline-secondary.active {
    background-color: unset !important;
    border-color: unset !important;
    color: #1e3542 !important;
}

.btn.btn-outline-secondary,
.show>.btn.btn-outline-secondary {
    color: #1e3542 !important;
}

.btn-custom {
    height: 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-gradient-primary {
    background: radial-gradient(100% 2216.6% at 100% 50%,
            #007964 0%,
            #0eb094 98.34%);
    border: 1px solid #007964;
}

a:hover {
    text-decoration: none;
}

.form-control:focus {
    border-color: #00d086;
    box-shadow: 0 0 0 0.2rem rgba(0, 208, 134, 0.25);
}

/* Plugin custom */
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #00b877;
}

/* Developer custom */

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

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2") format("woff2");
}

/* latin */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2") format("woff2");
}

@import url('https://fonts.cdnfonts.com/css/sf-pro-display');



html {
    font-size: 16px;
}

body {
    color: #000 !important;
    font-family: 'PT Sans Narrow', sans-serif;
}

.text-gold {
    color: #CCBB96;
}

#validation-password {
    padding-right: 30px;
}

.input-group-append>button {
    position: absolute !important;
    right: 0;
    border: none;
    display: flex;
    top: 0;
    bottom: 0;
    background: transparent;
    align-items: center;
    z-index: 9 !important;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.cui__layout--cardsShadow .card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
}

.card.wborder {
    border: 2px solid #cfcdc9 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
}

.card.wbordernonshadow {
    border: 1px solid #cfcdc9 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.card.non-shadow2 {
    box-shadow: none !important;
}

.card.non-shadow {
    box-shadow: none !important;
}

.card.non-shadow,
.card.hshadow:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05),
        0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 16px 24px 2px rgba(0, 0, 0, 0.05) !important;
}

.card.non-shadow,
.card.hshadow:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05),
        0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 16px 24px 2px rgba(0, 0, 0, 0.05);
}

.card.non-shadow,
.card.hshadow:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.card.non-shadowcredit {
    padding: 20px !important;
}

.card.non-shadowcredit.active {
    background: radial-gradient(100% 2216.6% at 100% 50%,
            #007964 0%,
            #0eb094 98.34%);
    /* color: #fff ; */
    padding: 60px 20px !important;
}

.card.non-shadowcredit:hover {
    /* transform: translateY(-4px) !important; */
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.05),
        0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 16px 24px 2px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.card.countdown {
    padding: 14px;
    width: 100px;
}

/*
.card.non-shadowcredit .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, :hover{
  color: #fff !important;
}

.card.non-shadowcredit :hover{
  color: #fff !important;
} */
.card.non-shadowcredit:hover {}

/* .card.non-shadowcredit:hover img {
        -webkit-transform: scale(10);
        -moz-transform: scale(10);
        -ms-transform: scale(10);
        -o-transform: scale(10);
        transform: scale(10);
    } */
.card-event {
    padding: 20px;
}

.card-event.active {
    border: 8px solid #019b80 !important;
    border-radius: 16px;
}

.form {
    background: red;
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 20px;
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0);
}

.tab-content>div:last-child {
    display: none;
}

.tab-content>div:last-child {
    display: none;
}

.tab.active a {
    background: #ffffff;
    border-radius: 10px;
    color: #1e3542 !important;
    font-weight: 700;
}

.cui__auth__containerInner {
    max-width: 34rem !important;
}

.ladda-label {
    font-size: unset !important;
    font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    color: #000;
}

hr {
    border-top: 2px solid rgba(106, 99, 85, 0.1);
}

.psmall {
    font-size: 0.875em;
}

.pxsmall {
    font-size: 0.75em;
}

.text-grey {
    color: #6a6355 !important;
}

.text-grey2 {
    color: #1e3542 !important;
    opacity: 0.6 !important;
}

.text-success {
    color: #019b80 !important;
}

.text-dark {
    color: #1e3542 !important;
}

.dropdown-toggle.text-nowrap {
    color: #1e3542 !important;
    text-decoration: none !important;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle-avatar {
    width: 20px;
    height: auto;
}

.pointer {
    cursor: pointer;
}

.pos-abs {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.pos-abs-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.pos-abs-top img {
    width: 100%;
    height: auto;
}

.pos-landing {
    position: relative;
    height: 374px;
}

.container-event {
    padding-top: 140px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #019b80 !important;
}

.breadcrumb-item.active {
    color: #0c0c1b !important;
    font-weight: 700;
}

.form-control {
    border: 1px solid #cfcdc9 !important;
    border-radius: 8px;
    height: calc(1.5em + 0.75rem + 16px);
    padding: 12px !important;
}

.form-control.share-link {
    padding: 0 !important;
    padding-left: 13px !important;
    padding-right: 24px !important;
    position: relative;
    min-height: 40px !important;
    height: 40px !important;
}

.form-control::placeholder {
    color: rgba(30, 53, 66, 0.6) !important;
}

.form-control.nonshadow {
    border: 1px solid #cfcdc9 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.form-control.no-arr {
    background: transparent;
    color: white;
    text-align: center;
    border: none !important;
    padding: 0 !important;
}

.form-control:focus,
.form-control.no-arr:focus {
    border-color: none !important;
    filter: drop-shadow(0px -2px 2px rgba(1, 155, 127, 0.2)) drop-shadow(0px 2px 2px rgba(1, 155, 127, 0.2)) !important;
}

/* Hide arrows/spinners from number input */
.no-arr::-webkit-outer-spin-button,
.no-arr::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-arr[type=number] {
    -moz-appearance: textfield;
}

textarea {
    resize: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
.uneditable-input:focus {
    box-shadow: 0 1px 1px rgba(1, 155, 127, 0.4) inset,
        0 0 8px rgba(1, 155, 127, 0.4) !important;
    outline: 0 none;
}

.card-custom {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1)); */
    border-radius: 16px !important;
}

.card-category {
    border: 1px solid #cfcdc9 !important;
    border-radius: 8px !important;
    padding: 12px 20px;
}

.card-category.active {
    background: #019b80;
    color: #f6f1e7;
    border: none !important;
    font-weight: 400 !important;
}

/*
.row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px !important;
  padding-left: 10px !important;
} */
.verification-code-inputs input[type="text"] {
    border: 1px solid #1e3542;
    width: 60px;
    height: 60px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    font-size: 2em;
    color: #000;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 6px;
}

.bg-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    min-height: 100vh;
}

.bg-img.top {
    height: 380px;
}

.bg-img.top2 {
    height: 510px;
}

.card {
    border-radius: 16px;
    /* padding: 16px 32px; */
    /* background: #edebe1; */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border: none !important;
}

.card-small-borrad {
    border-radius: 8px !important;
}

.bp-card {
    position: relative;
    display: flex;
    border-radius: 20px;
}

.bp-card .bp-card_label {
    padding: 12px;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    background: #019b80;
}

.bp-card .bp-card_label .bd-border_solid {
    content: "";
    width: 28px;
    background-image: url("/assets/media/bg-barcode.png");
    height: 100%;
}

.bp-card .bp-card_content {
    position: relative;
    background-image: url("/assets/media/bg-bp-card.png");
    flex-grow: 1;
    padding: 1.5em;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 50px;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.bp-card .bp-card_content ul {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0;
}

.bp-card .bp-card_content ul span {
    display: block;
    color: #a8a8a8;
}

.bp-card .bp-card_content ul li {
    padding: 0;
    display: inline-block;
    padding-right: 30px;
}

.bp-card .bp-card_content a.price {
    color: #f7a800;
    text-decoration: none;
    position: absolute;
    top: 35px;
    right: 35px;
    font-size: 36px;
    background: transparentize(#f7a800, 0.9);
    padding: 10px;
    border-radius: 3px;
}

.bp-card .bp-card_content .bp-card-price {
    background-image: url("/assets/media/bg-quantity.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1em;
    padding: 1.5em;
    text-align: center;
    flex: 0 0 40%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bp-card .bp-card_content .bp-card-price .bp-card-qty {
    display: flex;
    align-items: center;
    background: #1abca0;
    border-radius: 8px;
    padding: 0 10px;
    justify-content: center;
    height: 40px;
}

.bp-card.used {
    opacity: 0.5;
}

/* .form-control:disabled, .form-control[readonly]{
    background: transparent;
    color: white;
    text-align: center;
    border: none !important;
    padding: 0 !important;
} */

.accordion .card {
    border: none;
    margin-bottom: 14px;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.accordion .card h5 {
    background: url("/assets/media/icon-arrowup.png") no-repeat right center;
    background-size: 24px;
    cursor: pointer;
}

.accordion .card h5.collapsed {
    background-image: url("/assets/media/icon-arrowdown.png");
}

.accordion .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.proj-radio {
    position: absolute;
    left: -9999px;
}

.proj-radio+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    color: #1e3542;
    margin-bottom: 12px;
}

.proj-radio+label:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #019b80;
    border-radius: 100%;
    background: #fff;
}

.proj-radio+label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 4px;
    border-radius: 100%;
    background: #019b80;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.proj-radio+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .proj-radio:checked + label:before {
  border-color: #019B80;
} */
.proj-radio:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.proj-radio2 {
    position: absolute;
    left: -9999px;
}

.proj-radio2+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    color: #1e3542;
    margin-bottom: 12px;
}

.proj-radio2+label:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #019b80;
    border-radius: 100%;
    background: #fff;
}

.proj-radio2+label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    background: #019b80;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.proj-radio2+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* .proj-radio:checked + label:before {
  border-color: #019B80;
} */
.proj-radio2:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.proj-checkbox {
    position: absolute;
    left: -9999px;
}

.proj-checkbox+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.proj-checkbox+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #41c1c6;
    border-radius: 4px;
    background: #fff;
}

.proj-checkbox+label:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.proj-checkbox+label:after {
    background-image: url("/assets/media/check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.proj-checkbox:checked+label:after {
    opacity: 1;
}

.proj-checkbox2 {
    position: absolute;
    left: -9999px;
}

.proj-checkbox2+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.proj-checkbox2+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #41c1c6;
    border-radius: 100%;
    background: #fff;
}

.proj-checkbox2+label:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.proj-checkbox2+label:after {
    background-image: url("/assets/media/check2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.proj-checkbox2:checked+label:after {
    opacity: 1;
}

.logo img {
    height: 60px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("/assets/media/arrow-select.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.input-group-date {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.form-control.date {
    background-image: url("/assets/media/icon-calendar.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.input-group-addon {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: unset;
    background: unset;
    z-index: 9;
}

.flex-btn {
    flex: 0 0 34%;
}

.mh-auto {
    min-height: auto !important;
}

.instance-card {
    cursor: pointer;
}

.instance-photo,
.instance-logo {
    position: relative;
    border-radius: 8px;
    border: solid 1px rgb(var(--ion-color-dark-rgb), 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.instance-card .instance-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.instance-card .instance-photo.non-shadow {
    box-shadow: none !important;
}

.instance-card .instance-photo img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.text-grad-green {
    background: radial-gradient(100% 2216.6% at 100% 50%,
            #007964 0%,
            #0eb094 98.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.dropdown-toggle.text-nowrap.credit {
    background: radial-gradient(100% 2216.6% at 100% 50%,
            #007964 0%,
            #0eb094 98.34%);
    border-radius: 8px;
    color: #fff !important;
    padding: 6px 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
}

.dropdown-menu {
    padding: 0 !important;
    /* border: 1px solid #cfcdc9 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important; */
    border-radius: 8px !important;
    min-width: 280px !important;
    border: none;
    box-shadow: none;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1)) !important;
}

.dropdown-menu.notif {
    min-width: 410px !important;
    /* right: 0 !important; */
}

.dropdown-menu.credit {
    min-width: 16rem !important;
}

.dropdown-divider {
    margin: 0 !important;
}

.dropdown-item {
    padding: 10px 16px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dropdown-item:active,
.dropdown-item:hover {
    color: #1e3542 !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
    border-radius: 0 !important;
}

.dropdown-item:first-child:active,
.dropdown-item:first-child:hover {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.dropdown-item:last-child:active,
.dropdown-item:last-child:hover {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.dropdown-item:first-child,
.dropdown-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal-content {
    border-radius: 16px !important;
}

.modal-body {
    padding: 20px !important;
}

.modal-footer {
    border: none !important;
    padding: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.amount-black del {
    color: #000000;
    text-decoration: none;
    position: relative;
    font-size: 1.9em;
    font-weight: 700;
}

.amount-black del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #000000;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.amount-black p {
    color: #000000;
    text-decoration: none;
    position: relative;
    font-size: 1.9em;
    font-weight: 700;
}

.amount-white del {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 1.9em;
    font-weight: 700;
}

.amount-white del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid #fff;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.amount-white p {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 1.9em;
    font-weight: 700;
}

.logo2 img {
    height: 40px;
}

.navbar-landing {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
}

.table td,
.table th {
    vertical-align: middle;
}

.cursor-default {
    cursor: default;
}

.w-18 {
    width: 18% !important;
}

.bg-green {
    background-color: #019b80 !important;
}

.progress {
    border-radius: 20px !important;
    background-color: #f6f1e7 !important;
    height: 12px !important;
}

.form-control-error {
    color: #dc3545 !important;
    padding-left: 16px;
}

.form-control-error ul {
    padding: 0 !important;
    margin-bottom: 0;
}

.progress-bar {
    border-radius: 20px !important;
}

.h4,
h4 {
    font-size: 1.575rem !important;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 700px;
    }

    .heading-learn {
        text-align: start !important;
    }
}

@media only screen and (max-width: 991px) {
    .logo img {
        height: 40px;
    }

    .logo2 img {
        height: 30px;
    }

    .card.countdown h1 {
        font-size: 1.5em !important;
    }

    .card.countdown {
        padding: 10px;
        width: 70px;
        border-radius: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    .dropify-wrapper .dropify-preview {
        width: 100% !important;
        height: auto !important;
    }

    .dropify-wrapper.touch-fallback {
        height: 260px !important;
    }

    .card.countdown h1 {
        font-size: 1.5em !important;
    }

    .card.countdown {
        padding: 10px 0;
        width: 64px;
    }

    .dropdown-menu.notif {
        min-width: 300px !important;
    }

    .logo2 img {
        height: 24px !important;
    }

    .card-category {
        padding: 8px !important;
    }

    .dropdown-menu.credit {
        min-width: 14rem !important;
    }
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-abs.left-bot {
    bottom: 0;
    left: 0;
}

.pos-abs.right-top {
    top: 0;
    right: 0;
}

.logo-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 638px;
    padding: 20px;
    background: white;
    border-radius: 0 0 30px 30px;
    margin-bottom: 60px;
}

.logo-header img {
    height: 95px;
}

/* ---------- Mega menu class ------------- */
.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
    top: 76px;
    background: rgba(78, 181, 174, 0.4);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.custom-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    background: transparent;
    z-index: 100;
    height: 82px;
    /* transition: ease-in-out 0.1s; */
}

@media (max-width: 991px) {
    .custom-navbar {
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1em;
        background: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
    }

    .custom-navbar .logo {
        height: 38px;
    }
}

.nav-item {
    height: 76px;
    padding: 20px;
    border-bottom: 2px solid transparent;
}

.nav-item:hover,
.nav-item:visited,
.nav-item:active,
.nav-item:focus,
.nav-item:focus-within {
    color: white;
    border-bottom: 2px solid white;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
}

.nav-item a:focus {
    color: white !important;
}

.item-menu-dropdown {
    background: transparent;
    color: white;
    text-align: center;
}

.item-menu-dropdown:hover {
    color: white;
    background: transparent;
}

.custom-navbar .logo {
    height: 38px;
}

.badge.badge-danger {
    font-size: 0.7em;
}

.menu-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
    margin-bottom: 44px;
}

.con-notif {
    border-bottom: 1px solid #ededed;
    padding: 12px 1.25rem;
}

.con-notif:last-child {
    border-bottom: none;
}

.btn-notif {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    background: #fff;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15) !important;
}

.tab-group {
    list-style: none;
    padding: 6px;
    margin: 0 0 30px 0;
    background: #f6f1e7;
    border-radius: 10px;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 7px;
    color: #6a6355;
    font-size: 1em;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
    height: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-group li a:hover {
    background: #fff;
    border-radius: 10px;
    color: #1e3542 !important;
    font-weight: 700;
}

.tab-group .active a {
    background: #fff;
    border-radius: 10px;
    color: #1e3542 !important;
    font-weight: 700;
}

.tab-content>div:last-child {
    display: none;
}

@media only screen and (max-width: 767px) {
    .container-event {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 14px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin-bottom: 12px;
    }

    p,
    .p,
    .psmall,
    .pxsmall,
    .pxxsmall {
        margin-bottom: 12px;
    }

    h1,
    .h1 {
        font-size: 2.2em !important;
    }

    h2,
    .h2 {
        font-size: 2em !important;
    }

    h3,
    .h3 {
        font-size: 1.5em !important;
    }

    h4,
    .h4 {
        font-size: 1.25em !important;
    }

    h5,
    .h5 {
        font-size: 1.12em !important;
    }

    .logo-header {
        margin-bottom: 80px;
        border-radius: 0 0 16px 16px !important;
    }

    .logo-header {
        width: 90%;
        border-radius: 0 0 40px 40px;
    }

    .logo-header img {
        height: 50px;
    }

    .heading {
        font-size: 1.5em;
    }

    .icon-date {
        width: 16px;
    }

    .dropdown-menu.notif {
        min-width: 380px !important;
    }
}

.border-btm-white {
    border-bottom: 1px solid white;
}

.heading-learn {
    font-size: clamp(1.5rem, -0.3727rem + 5.9925vw, 2.5rem);
    text-align: center;
}

.img-learn {
    width: 50px;
}


.text-worship {
    font-size: 32px;
    color: #EADDC7;
}

@media screen and (max-width: 991px) {
    .text-worship {
        font-size: 24px;
    }

}
