﻿/* Dadakan is Suddenly direct styling */
body.CheckInPgrAyu .row.m-0.p-2.w-100.d-flex.flex-row .row.m-0.my-1.w-100:first-child {
    display: none;
}
.error-page h1.text-danger strong {
	content: "";
    display: none !important;
}
.error-page .col-12.col-md-8 .text-danger h4 {
    content: "";
    display: none !important;
}
.error-page .col-12.col-md-8 .text-danger h3 {
    color: #A98049 !important;
}
.error-page .col-12.col-md-8 .text-danger::after {
    content: "Please wait we are under maintenance";
    display: block !important;
    font-weight: 800 !important;
    font-size: 2rem;
    color: #24655D !important;
}

body {
    background: url('/images/close-up-white-marble-texture-background-min1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-color: #F5F5F5;
    color: #1b1b1b !important;
    font-family: 'Poppins', sans-serif !important;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
button {
    outline: none !important;
}
input {
    outline: none !important;
    box-shadow: none !important;
}
::placeholder {
    /*color: #2c625a99 !important;*/
}
.text-ct-green,
.text-green-connectied {
    color: #21645C !important;
}
/*Modal Header*/
.modal .modal-header {
    align-items: center;
}
.modal .modal-header .modal-title {
    font-weight: 600;
}
.card {
    border: 1px solid #E5E5E5;
    border-radius: 8px !important;
}
.k-link-clear {
    margin-right: .428em;
}

/*loader*/
.cover {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
}
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #cba660;
    font-size: 10px;
    margin-left: -25px;
    margin-top: -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 60%;
}
    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }
    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }
    .loader:after {
        left: 3.5em;
    }
@-webkit-keyframes load7 {
    0%, 80%, 100% {box-shadow: 0 2.5em 0 -1.3em;}
    40% {box-shadow: 0 2.5em 0 0;}
}
@keyframes load7 {
    0%, 80%, 100% {box-shadow: 0 2.5em 0 -1.3em;}
    40% {box-shadow: 0 2.5em 0 0;}
}

/*Error Page*/
.error-page.content, .error-page .container, .error-page .row {height:100%!important;width:100%!important;margin:auto!important;}
.error-page.content>*{font-family:'Poppins';}
.error-page .footer-logo {text-align: center;}

/*Login Admin*/
/*bg Video*/
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #bdbdbd;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*min-height: 100vh;*/
    object-fit: cover;
    z-index: 0;
}
/*Admin Login Page*/
.main-login {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f5f5f5;
}
    .main-login::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: #00000055;*/
        z-index: 0;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        pointer-events: none;
    }
    .main-login > * {
        z-index: 1;
    }
    .main-login .content {
        border-radius: 10px;
        background-color: #fff;
        z-index: 1;
    }
.login-banner {
    background: url('/images/bgFooter.png');
    background-size: cover;
    background-position: 5% center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 265px;
    display: flex;
    align-content: center;
    justify-content: center;
}
        .login-banner .logo {
            width: 100%;
            height: 100%;
            max-width: 140px;
        }
    .main-login .login-form {
        width: 100%;
        max-width: 390px;
    }
        .main-login .login-form h2 {
            text-align: center;
            font-weight: 600;
            color: #21645C;
            font-size: 2.125rem;
        }
        .main-login .login-form h3 {
            font-size: 1.25rem;
        }
        .main-login .login-form p {
            font-size: 0.95rem;
            margin-bottom: 32px;
        }
        .main-login .login-form a {
            color: #0000008f;
            display: block;
        }
            .main-login .login-form a:hover {
                color: #21645C;
                text-decoration: underline;
            }
.main-login .input-group {
    z-index: 0;
}
.main-login .input-group .input-group-text {
    padding: 7px 7px;
}
    .main-login .input-group .input-group-text i {
        color: #21645C;
        font-size: 21px;
    }
.custom-control-label,
.custom-control-input {
    cursor: pointer;
    font-size: 13px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2fa97c !important;
    background-color: #2fa97c !important;
    outline: none !important;
    box-shadow: none !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff'd='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
}


/*RSVP*/
table div.New {
    background-color: #afc3c0;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.Sent {
    background-color: #6ec7cb;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.Delivered {
    background-color: #41b5bb;
    color: white;
    border-radius: 15px;
    width: 100%;
}


table div.Read {
    background-color: #01968d;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.Opened {
    background-color: #0071bc;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.RSVPVirtual {
    background-color: #a4195a;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.RSVPUnable {
    background-color: #575757;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.RSVPOnsite {
    background-color: #eea481;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.Matrimony {
    background-color: #eea481;
    color: white;
    border-radius: 15px;
    width: 100%;
}


table div.Reception {
    background-color: #22645c;
    color: white;
    border-radius: 15px;
    width: 100%;
}


table div.Both {
    background-color: #ca9e67;
    color: white;
    border-radius: 15px;
    width: 100%;
}


table div.Attend {
    background-color: #94c020;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.NotAttend {
    background-color: #e71d71;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.Failed {
    background-color: #ed1c24;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.Red {
    background-color: #ED1B24;
    color: white;
    border-radius: 15px;
    width: 24px !important;
    text-align: center;
}

table div.Yellow {
    background-color: #F8931F;
    color: white;
    border-radius: 15px;
    width: 24px !important;
    text-align: center;
}

table div.Green {
    background-color: #38B64A;
    color: white;
    border-radius: 15px;
    width: 24px !important;
    text-align: center;
}

table div.Attended {
    background-color: #02643c;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.NotYet {
    background-color: #a0a0a0;
    color: white;
    border-radius: 15px;
    width: 100%;
}

table div.WithoutRSVP {
    background-color: #FF931F;
    color: white;
    border-radius: 15px;
    width: 100%;
}

html, body {
    height: 100%;
}

a {
    text-decoration: none;
    color: #00c7ff;
}

    a:hover {
        color: #B69068;
        text-decoration: none;
    }

.control-label {
    font-size: 12px
}

.wedding-font {
    font-family: Diplomat-Regular;
}

.main-content {
    padding: 2%;
}

/*.content {
    padding: 20px;
    margin: 10px;
}*/

.title {
    color: #CD853F;
}

.page-title {
    margin-bottom: 30px;
}

/*style for sidebar & navbar */
.w3-bar-block .w3-bar-item {
    padding: 16px;
    font-weight: bold;
}

.active-sidebar {
    opacity: 0.5;
    margin: 10px;
    width: 10px;
    border-radius: 3px;
    color: grey !important;
    background-color: white;
}

#myIntro {
    float: right;
    height: 42px;
}

.w3-bar-item {
    width: 100%;
}

@media(max-width:1000px) {
    .label {
        display: none;
    }
}

.modal-header .close {
    padding: unset !important;
    margin: unset !important;
}

button.close {
    padding: 0;
    color: #21645B;
    background-color: #fff;
    border: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: 0 1px 3px 1px #00000059 !important;
    opacity: 1;
}

    button.close:hover {
        padding: 0;
        color: darkred;
        border: 0;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        font-size: 32px;
        font-weight: 400;
        text-shadow: none;
    }
/*-----------*/

/*style for login*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.container form {
    padding: 50px 0 0 0;
}

    .container form .form-row {
        display: flex;
        margin: 10% 0;
    }

form .form-row .input-group,
form .form-row .input-data {
    width: 100%;
    height: 44px;
    margin: 20px 0px;
    position: relative;
    border-radius: 0.25rem;
    /*background: #ffffff;*/
    flex-wrap: nowrap;
}

    form .form-row .input-group input {
        height: unset;
    }

form .form-row {
    height: 80px;
}

.k-dropdown.form-control,
.k-dropdown, .k-dropdowntree {
    font-size: 14px !important;
    border: 0 !important;
}

.demo-section form > div > div > label[for=rememberme] {
    background: unset;
    left: 15px;
    top: 5px;
}

.input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 11px !important;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

    .input-data label.error {
        position: absolute;
        pointer-events: none;
        bottom: 0px;
        font-size: 12px;
        color: red;
        top: 43px;
        transition: none;
    }


.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
}

    .input-data .underline:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 100%;
        background: #808080;
        transform-origin: center;
        opacity: 0.5;
        border: none;
    }

.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.field-icon {
    float: right;
    margin-top: -25px;
    padding-right: 0px;
    position: relative;
}


@media (max-width: 700px) {
    form .form-row .input-data {
        margin: 20px 0 !important;
    }
}

/*----------*/

.login-btn {
    width: 100%;
    margin: 50px 0 0 0;
}

.circle {
    border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    color: red;
    display: inline-block;
    font-weight: bold;
    line-height: 2.6em;
    margin-right: 5px;
    text-align: center;
    width: 2.6em;
    color: white;
    font-size: 20px;
}

.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.login-center {
    margin: auto;
    width: 80%;
    border: 1px solid white;
}

.row-content {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

@media (min-width:1025px) {
    .vertical-center {
        /*top: 15%;*/
        padding-top: 45% !important;
        position: relative;
        border-right: 1px solid #dee2e6;
    }

    .vertical-bottom {
        top: 30%;
        position: relative;
    }

    .row-content {
        display: -webkit-box;
        display: flex;
    }

    .withdraw-btn {
        padding: 40px;
    }

    .login-card-center {
        position: relative;
        width: 50%;
        height: 70%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 1000px) {
    .section {
        padding-left: 15px;
    }

    .withdraw-btn {
        padding: 15px;
    }

    .login-banner {
        display: none;
    }
}

/*-----------------------*/
img {
    /*max-width: 100%;*/
    height: auto;
}


.video {
    padding-bottom: 20px;
    width: 30%;
    margin: 1%;
    text-align: center;
}

    .video figure {
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
    }

        .video figure a {
            display: block;
            margin: 0;
            padding: 0;
            border: none;
            line-height: 0;
        }


@media (max-width: 1024px) {
    .video {
        width: 31.333%;
    }
}

@media (max-width: 600px) {
    .video {
        width: 48%;
    }
}

@media (max-width: 360px) {
    .video {
        display: block;
        width: 100%;
        margin: 2%;
        float: none;
    }
}

@media (min-width: 360px) {
    .video img {
        width: 90%;
        opacity: 1;
    }
}

.video img:hover, .video img:active, .video img:focus {
    opacity: 0.75;
}

/*-------------------------*/

/*------- CSS for image Galleries -------------*/
.wrap {
    overflow: hidden;
    margin: 10px;
}

.box {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}

    .boxInner img {
        width: 100%;
    }

    .boxInner .titleBox {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: -50px;
        background: #fff;
        background: rgba(0, 0, 0, 0.5);
        color: #FFF;
        padding: 10px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

section.no-touch .boxInner:hover .titleBox, section.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}

@media only screen and (max-width : 480px) {
    /* Smartphone view: 1 tile */
    .box {
        width: 100%;
        padding-bottom: 100%;
    }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
    /* Tablet view: 2 tiles */
    .box {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
    /* Small desktop / ipad view: 3 tiles */
    .box {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {
    /* Medium desktop: 4 tiles */
    .box {
        width: 25%;
        padding-bottom: 25%;
    }
}
/*----------------------------*/

.btn-group {
    font-size: 10px;
}

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
}

.cloudy {
    background-position: -128px 0;
}

.rainy {
    background-position: -256px 0;
}

.weather {
    margin: 0 auto 30px;
}

#tabstrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

    #tabstrip h2 span {
        background: none;
        padding-left: 5px;
        font-size: .3em;
        vertical-align: top;
    }



.product {
    float: left;
    position: relative;
    width: 111px;
    height: 170px;
    margin: 0 5px;
    padding: 0;
}

    .product img {
        width: 110px;
        height: 110px;
    }

    .product h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 96px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: .9em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

    .product p {
        visibility: hidden;
    }

    .product:hover p {
        visibility: visible;
        position: absolute;
        width: 110px;
        height: 110px;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 110px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-upload, k-upload-button, k-button, input {
    font-size: 12px;
}

.k-button {
    font-size: 12px;
}

.k-grid {
    font-size: 14px;
}

    .k-grid td {
        line-height: 1.5em;
    }

/*EVENT LOGIN*/
.eventCheckin .form-group {
    z-index: 0;
}
.eventCheckin .content {
    background-color: #00000000 !important;
}
.eventCheckin .bg-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 6px 10px 0px #0000008c;
    background: #ffffffbf !important;
    max-width: 450px;
    border: 0;
}
.eventCheckin .login-form {
    padding: 40px 45px 15px 45px;
}
.eventCheckin input[type=text],
.eventCheckin input[type=password] {
    text-align: left;
    /*border-bottom: 0;*/
    height: 44px;
    width: 100%;
    border-radius: 0.25rem;
    font-size: 18px;
    font-family: Poppins;
}
.eventCheckin label.error {
    font-family: Poppins;
    color: red;
    padding: 0 4px 0 3px;
    font-size: 11px !important;
    font-weight: 300;
    background: #e9ecef !important;
    position: absolute;
    top: 80%;
    left: 35px;
    border-radius: 4px;
    z-index: 2;
}
.eventCheckin .judulSub {
    font-family: Baskerville;
    color: #21645B;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    cursor: default;
}
.main-login.eventCheckin .judulSub {
    display: none !important;
}
.eventCheckin .judulInfo {
    font-family: 'Poppins', sans-serif !important;
    color: #cba660;
    font-size: 35px !important;
    font-weight: 500;
    text-align: center;
    cursor: default;
    margin-top: 10px;
}
.eventCheckin .infoPin {
    font-family: Aller;
    color: #21645B;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    font-style: italic;
    cursor: default;
}
.toggle-password {
    margin-right: 15px;
    margin-top: -26px;
    cursor: pointer;
}

.demo-section form > div > div > label {
    text-align: center;
}

.demo-section form > div > div > label {
    left: 10px;
    top: -10px;
    bottom: unset;
    text-orientation: unset;
    padding: 0 5px;
    border-radius: 3px;
}

.checkinGradient {
    height: 5px;
    background: linear-gradient(90deg, rgba(240,200,80,1) 0%, rgba(148,117,43,1) 6.79%, rgba(240,200,80,1) 44.85%, rgba(236,233,159,1) 56.1%, rgba(240,200,80,1) 56.82%, rgba(240,200,80,1) 67.92%, rgba(240,200,80,1) 73.84%, rgba(240,200,80,1) 91.52%, rgba(240,200,80,1) 94%);
}

.onSiteWedding {
    font-size: 18px;
    color: #21645B;
    font-weight: 600;
    font-family: Aller;
}

.Post {
    font-size: 23px;
    color: #21645B;
    font-weight: 600;
    font-family: Aller;
}

.CheckinLogout {
    text-align: center;
    float: right;
    font-size: 14px;
    color: #21645B;
}

.checkFormInput {
    font-size: 16px;
    font-family: Aller;
}

#submit-guest-button {
    -webkit-appearance: none;
    border-radius: 0;
}

.linkPin {
    color: #21645B !important;
    text-decoration: underline;
    -webkit-appearance: none;
    border-radius: 0;
}

    .linkPin:hover {
        color: #89763C !important;
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    .judulInfo {
        font-family: MilasianCirca;
        color: #cba660;
        font-size: 35px;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        bottom: 10px;
        cursor: default;
    }
}

@media (max-width: 700px) {
    .rememberme {
        left: 50% !important;
    }
}

@media (max-width: 426px) {
    .onSiteWedding {
        text-align: center !important;
    }

    .Post {
        text-align: center !important;
    }
}


.ButtonIcon {
    height: 38px;
    width: 128px;
    font-weight: 400;
    font-size: 16px;
}

.btn-green-connectied.ButtonIcon:hover {
    height: 38px;
}

.checkInInput {
    background: #fff;
    background-color: #fff !important;
    border: 3px solid #B07F49;
    border-radius: 7px;
    height: 38px !important;
    text-align: center;
}

    .checkInInput:focus {
        outline: none !important;
        box-shadow: none !important;
        border-color: #21645b;
    }


.srcCheckIn > .clearbuttonPIN {
    position: absolute;
    right: 15px;
    top: 8px;
    display: none;
}

    .srcCheckIn > .clearbuttonPIN:focus {
        position: absolute;
        right: 15px;
        top: 8px;
        opacity: 1;
    }

    .srcCheckIn > .clearbuttonPIN > #clearbuttonPIN {
        opacity: 0.5;
        background: none;
        border: none;
        outline: none;
        box-shadow: none;
    }

        .srcCheckIn > .clearbuttonPIN > #clearbuttonPIN:hover {
            opacity: 1;
        }


.srcCheckIn > label {
    top: 53px !important;
}

.srcCheckIn > #usersearchPIN {
    height: 41px !important;
}

.srcCheckIn > #usersearch,
.srcCheckIn > span > #usersearch {
    background: unset !important;
    border: unset !important;
    border-radius: unset !important;
    height: 35px !important;
}
.iti .input-group input,
.iti .input-group .form-control,
.iti.iti--allow-dropdown .input-group .form-control,
.iti.iti--allow-dropdown .input-group input.form-control,
.iti.iti--allow-dropdown {
    width: 100% !important;
}

.srcCheckIn .newGuestName,
.srcCheckIn .newWaNumber {
    padding: 0.375rem 0.75rem !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

.srcCheckIn > .newGuestName,
.srcCheckIn .newWaNumber,
.srcCheckIn > #usersearch,
.srcCheckIn > .k-widget.form-control {
    background: #fff;
    border: 3px solid #B07F49 !important;
    border-radius: 7px;
    outline: none;
    box-shadow: none;
    color: #1b1b1b !important;
    font-weight: 600;
    height: 100%;
}

    .srcCheckIn > #usersearchPIN,
    .srcCheckIn > .k-widget.form-control > .k-input {
        opacity: 1;
        background: #fff !important;
        border: 3px solid #B07F49 !important;
        border-radius: 7px !important;
        outline: none !important;
        box-shadow: none !important;
        color: #1b1b1b !important;
        font-weight: 600 !important;
        font-size: 14px;
        font-family: Aller;
        padding: 0.375rem 0.75rem;
    }

        .srcCheckIn > #usersearchPIN::placeholder,
        .srcCheckIn > .k-widget.form-control > .k-input::placeholder {
            color: #999999;
            font-weight: 500;
        }

        .srcCheckIn > .newGuestName:focus,
        .srcCheckIn .newWaNumber:focus,
        .srcCheckIn > #usersearchPIN:focus,
        .srcCheckIn > .k-widget.k-state-focused {
            border-color: #21645B !important;
        }

    .srcCheckIn > .k-widget.form-control > .k-icon.k-i-close {
        position: absolute;
        right: 0;
        background: #fff;
        height: 100%;
        border-radius: 7px;
    }



.CheckInPgrAyu > .modal-backdrop {
    /*background-color: transparent;*/
    background: url(/images/checkinBg.jpg) no-repeat center center fixed;
}

    .CheckInPgrAyu > .modal-backdrop.show {
        opacity: 1;
    }

.checkInModal.modal.fade .modal-dialog {
    transform: none !important;
}

.checkInModal.modal {
    padding: 0 !important;
    /*padding-left: 0 !important;*/
}

.checkInModal > .modal-dialog {
    max-width: 100%;
    top: 0;
    margin: 0;
}

/*@media (min-width: 320px) {
    .checkDevice:before {
        content: "Sorry, your device is not supported.";
        color: #333;
        margin: 20px;
    }
    .checkDevice {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 10000000;
        padding: 85% 20px;
        text-align: center;
    }
}*/
@media (min-width: 375px) {
    .checkDevice {
        display: none;
    }
}

.table-responsive {
    max-width: 100%;
}
/*@media (min-width: 375px) {
    .table-responsive {
        max-width: 270px;
    }
}
@media (min-width: 425px) {
    .table-responsive {
        max-width: 320px;
    }
}
@media (min-width: 576px) {
    .table-responsive {
        max-width: 466px;
    }
}
@media (min-width: 768px) {
    .table-responsive {
        max-width: 665px;
    }
}
@media (min-width: 992px) {
    .table-responsive {
        max-width: 920px;
    }
}
@media (min-width: 1230px) {
    .table-responsive {
        max-width: 1125px;
    }
}
@media (min-width: 1231px) {
    .table-responsive {
        max-width: 100%;
    }
}*/

.checkInModal > .modal-dialog > .modal-content {
    background: transparent;
}

    .checkInModal > .modal-dialog > .modal-content > .modal-header {
        background: transparent;
        height: 65px;
    }

    .checkInModal > .modal-dialog > .modal-content > .modal-body {
        background: #fff;
    }

.CheckInPgrAyu {
    background: url('/images/checkinBg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*height: 100%;*/
}

.checkinBgHead {
    background: url(/images/checkinBgHead.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.checkInModal > .modal-dialog > .modal-content > .modal-body {
    background: url('/images/checkinBg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.CheckInPgrAyu div form div label {
    cursor: pointer !important;
}

    .CheckInPgrAyu div form div label input[type=checkbox] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

.CheckInPgrAyu #guestCheckin {
    /*height: unset !important;*/
}

.CheckInPgrAyu .checkInModal .modal-body .mx-auto {
    height: unset !important;
}

#showStatistic .card-primary .nav-pills {
    justify-content: center;
}

#showStatistic .card-primary.top-tabs {
    background-color: #ffffff00 !important;
}

#showStatistic .card-primary .nav-pills .nav-item {
    width: 50%;
}

    #showStatistic .card-primary .nav-pills .nav-item .nav-link {
        border: 0 !important;
        background-color: #21645B !important;
        color: #fff;
        text-align: center;
    }

        #showStatistic .card-primary .nav-pills .nav-item .nav-link:hover,
        #showStatistic .card-primary .nav-pills .nav-item .nav-link.active {
            background-color: #B17F49 !important;
            color: #fff;
        }


/*Table Guest datalist Checkin*/
.eventShift1, .badge.Matrimony {
    color: #fff;
    background-color: #eea481;
    border-radius: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 12px;
    padding-right: 12px;
}

.eventShift2, .badge.Reception {
    color: #fff;
    background-color: #22645c;
    border-radius: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 12px;
    padding-right: 12px;
}

.eventVirtual, .badge.RSVPVirtual {
    color: #fff;
    background-color: #a4195a;
    border-radius: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 12px;
    padding-right: 12px;
}

.eventUnable, .badge.RSVPUnable {
    color: #fff;
    background-color: #5f5f5f;
    border-radius: 15px;
    font-size: 18px;
    font-weight: normal;
    padding-left: 12px;
    padding-right: 12px;
}


/*Cam QR Scaner*/
.CamQRFrame {
    max-width: 360px;
    width: 100%;
}

    .CamQRFrame > .card {
        border: 0;
        margin-bottom: 0 !important;
    }

    .CamQRFrame #v {
        width: 320px;
        height: 240px;
        border-radius: 2px;
    }

#qr-canvas {
    display: none;
}

.CamQRFrame #qrfile {
    width: 320px;
    height: 240px;
}

.CamQRFrame #mp1 {
    text-align: center;
    font-size: 35px;
}

.CamQRFrame #imghelp {
    position: relative;
    left: 0px;
    top: -175px;
    z-index: 100;
    font: 18px arial,sans-serif;
    background: #b07f49d4;
    margin: 10px 20px 10px 20px;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff;
}

.CamQRFrame .selector {
    margin: 0;
    padding: 15px 0 5px 0;
    cursor: pointer;
}

.CamQRFrame #outdiv {
    width: 324px;
    min-height: 244px;
    border: 2px solid #21645B;
    border-radius: 5px;
}

.CamQRFrame #result {
    border: 2px solid #21645B;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    margin: 5px 0 15px 0;
}

/*==============================*/
.card-body.FullTabs {
    padding: 0 !important;
}

    .card-body.FullTabs > .card-header {
        padding: 20px !important;
    }

    .card-body.FullTabs > .k-content > .k-tabstrip-wrapper > div > .k-content {
        padding: 0 !important;
        margin: 0 !important;
        border: 0;
    }

        .card-body.FullTabs > .k-content > .k-tabstrip-wrapper > div > .k-content > .weather {
            padding: 0 !important;
            margin: 0 !important;
        }

            .card-body.FullTabs > .k-content > .k-tabstrip-wrapper > div > .k-content > .weather > .card {
                margin: 0 !important;
            }

                .card-body.FullTabs > .k-content > .k-tabstrip-wrapper > div > .k-content > .weather > .card > .card-body {
                    margin: 0 !important;
                }

                    .card-body.FullTabs > .k-content > .k-tabstrip-wrapper > div > .k-content > .weather > .card > .card-body > .GsBook {
                        margin-top: 0 !important;
                    }

                    .card-body.FullTabs > .k-content > .k-tabstrip-wrapper > div > .k-content > .weather > .card > .card-body > .card-header {
                        padding: 15px 0 35px 10px !important;
                    }

/*eGiving*/
.eventMain {
    width: 55%;
}

.eventImg {
    text-align: right;
    vertical-align: middle;
    padding: 10px 20px 10px 10px;
    margin: auto;
}

    .eventImg > img {
        width: 350px;
        height: auto;
        padding: 10px 0;
    }

.eventContent {
    text-align: left;
    padding: 10px 10px 10px 20px;
    margin: auto;
}

    .eventContent > img {
        text-align: center;
        width: 40px;
        height: auto;
    }

.eGivingTitle-success {
    font-size: 32px;
    font-family: Poppins;
    color: #3ABA6F;
    line-height: 40px;
}

.eGivingTitle-waiting {
    font-size: 32px;
    font-family: Poppins;
    color: #FEAE17;
    line-height: 40px;
}

.eGivingTitle-failed {
    font-size: 32px;
    font-family: Poppins;
    color: #FD5451;
    line-height: 40px;
}

.eGivingContent {
    font-size: 17px;
    font-family: Poppins;
    color: #7A7A7A;
    line-height: 27px;
}

.eGivingContent-sm {
    font-size: 13px;
    font-family: Poppins;
    color: #7A7A7A;
}

.btn-eGiving-success {
    background: #3ABA6F;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    outline: unset !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

    .btn-eGiving-success:hover {
        background: #2ea55f;
        font-size: 13px;
        color: #fff;
        border-radius: 50px;
    }

.btn-eGiving-waiting {
    background: #FEAE17;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    outline: unset !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

    .btn-eGiving-waiting:hover {
        background: #DEAE17;
        font-size: 13px;
        color: #fff;
        border-radius: 50px;
    }

.btn-eGiving-failed {
    background: #FD5451;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    outline: unset !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

    .btn-eGiving-failed:hover {
        background: #c7413f;
        font-size: 13px;
        color: #fff;
        border-radius: 50px;
    }

.hrColor {
    border-color: #C8B89F;
}

.btn-brown-outline {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #C8B89F !important;
    font-size: 16px;
    font-family: Baskerville;
    font-weight: 400 !important;
    outline: unset !important;
    box-shadow: unset !important;
    cursor: pointer;
    border-radius: 4px !important;
    text-align: left !important;
}

    .btn-brown-outline:hover {
        color: #21645B !important;
        border-color: #21645B !important;
    }

    .btn-brown-outline.active {
        color: #21645B !important;
        border-color: #21645B !important;
    }

.btn-group-toggle > div > .btn input[type="radio"],
.btn-group-toggle > div > .btn input[type="checkbox"],
.btn-group-toggle > div > .btn-group > .btn input[type="radio"],
.btn-group-toggle > div > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    display: none;
}

.egiv h2,
.egiv h5,
.egiv div div {
    font-family: Baskerville;
}

.egiv .alert,
.egiv .alert h5 {
    font-family: Poppins;
    font-size: 14px;
}

@media print {
    #printPageButton {
        display: none;
    }
}

.close {
    outline: none !important;
    box-shadow: none !important;
}


/*Personal Message*/
.bannerSec.headPM .filters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 320px) {
    .bannerSec.headPM .filters .button {
        padding: 2px 5px !important;
    }
}

.headPM .judulSub {
    font-family: Baskerville;
    color: #21645B;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    cursor: default;
}

.headPM .judulInfo {
    font-family: GreatVibes;
    color: #cba660;
    font-size: 76px;
    font-weight: 400;
    line-height: 100px;
    text-align: center;
    cursor: default;
    margin: 0;
    padding: 15px 20px 0 20px !important;
}

.headPM .titleHead {
    z-index: 2;
}

.headPM .bgCover {
    background-size: cover;
    background-position: center -100px;
    background-repeat: no-repeat;
}

.headPM .overlay {
    background: #0000003d;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    pointer-events: none;
}
.headPM .overlay .judulSub {
    display: none
}

.headPM .searchContainer {
    display: inline-flex;
    flex: 1 1;
    border: 2px solid #A57F49;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 500px;
    height: 45px;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
}

.headPM .searchIcon {
    padding: 6px 8px 8px 8px;
    background-color: #fff;
    font-size: 25px;
    border-right: 1.5px solid #A57F49;
    height: 80%;
    margin: 3px 12px 0 0;
}

.headPM .searchBox {
    border: 0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    flex: 1;
}

.headPM .searchButton {
    background: #538AC5;
    border: 0;
    color: white;
    padding: 0.5rem;
    border-radius: 0;
}

.mainPM {
    padding: 30px 0 !important;
    background: url(/images/backgroundPM.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerSec.headPM {
    margin-bottom: -45px;
    position: relative;
}

.mainPM a {
    cursor: pointer;
}

.mainPM .featured-content {
    max-width: 880px;
    margin: auto;
}

.mainPM .featured-content-item {
    /*border: 1px solid black;*/
    background: #fff;
    padding: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px #0000002b;
    min-height: 344px;
    max-height: 344px;
    max-width: 270px;
    overflow: hidden;
    position: relative;
    margin: auto !important;
}

.mainPM .featured-item-img {
    padding: 0;
    border-radius: unset;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

    .mainPM .featured-item-img i.las.la-arrow-right {
        font-size: 25px;
        background-color: #21645C;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        position: absolute;
        bottom: -18px;
        right: 39px;
        box-shadow: 1px 1px 4px 0px #0000005e;
        z-index: 1;
    }

    .mainPM .featured-item-img i.las.la-trash {
        font-size: 16px;
        background-color: #E11B1B;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
    }

    .mainPM .featured-item-img i.las.la-check {
        font-size: 16px;
        background-color: #32B97C;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
    }

.mainPM .chkbtnGroup {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    text-align: right;
}

.mainPM .btnExpand {
    position: relative;
    display: inline-block;
    background-color: #32B97C;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    -webkit-transition: width .25s;
    transition: width .25s;
    box-shadow: 1px 1px 4px 0px #0000005e;
}

    .mainPM .btnExpand .btnExpand-text {
        font-size: 12px;
        max-width: 0;
        padding: 4px 0px 4px 9px;
        display: inline-block;
        -webkit-transition: color .25s 1.5s, max-width 2s;
        transition: color .25s 1.5s, max-width 2s;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
        margin-right: -13px
    }

    .mainPM .btnExpand:hover .btnExpand-text {
        max-width: 200px;
        margin-right: 0;
        margin-right: -13px
    }

.mainPM .chkbtnGroup .btnExpand.delTimes {
    background-color: #E11B1B !important;
}

.mainPM .chkbtnGroup .btnExpand.appCheckd {
    background-color: #32B97C !important;
}

.mainPM .msgPM {
    position: relative;
    /*height: 100%;*/
    width: 100%;
    background: #A57F49;
}

    .mainPM .msgPM i.las.la-arrow-right {
        font-size: 25px;
        background-color: #21645C;
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        position: absolute;
        top: -18px;
        right: 39px;
        box-shadow: 1px 1px 4px 0px #0000005e;
        z-index: 1;
    }

        .mainPM .msgPM i.las.la-arrow-right.msgOnly {
            font-size: 25px;
            background-color: #21645C;
            color: #fff;
            border-radius: 50%;
            padding: 5px;
            position: absolute;
            top: -18px;
            right: 39px;
            box-shadow: 1px 1px 4px 0px #0000005e;
            z-index: 1;
            cursor: pointer;
        }

.mainPMNavi .msgPM .judulSub:after {
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.mainPMNavi:hover .msgPM .judulSub:after {
    content: '';
    background: linear-gradient(90deg, rgba(33,100,92,1) 0%, rgba(33,100,92,1) 5%, rgba(33,100,92,0) 15%, rgba(33,100,92,0) 85%, rgba(33,100,92,1) 95%, rgba(33,100,92,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.mainPMNavi .msgPM .judulSub .msgOnly,
.mainPMNavi .msgPM .judulSub {
    /*-webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;*/
}

.mainPMNavi:hover .msgPM .judulSub .msgOnly,
.mainPMNavi:hover .msgPM .judulSub {
    background: #21645C;
    color: #fff;
    /*-webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;*/
    cursor: pointer;
}

.mainPMNavi:hover .featured-item-img .las.la-arrow-right {
    background: #A57F49;
    color: #fff;
    transition: width 2s;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}
/*Message only*/
.mainPMNavi:hover .msgPM .judulSub .las.la-arrow-right {
    background: #A57F49;
    color: #fff;
    transition: width 2s;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}
/*.mainPMNavi:hover .msgPM .module.line-clamp {
    background: #fff;
    color: #000;
    transition: width 2s;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
}
.mainPMNavi:hover .msgPM .las.la-quote-left {
    color: #0000005d;
}*/
.mainPM .msgPM .module {
    margin: 0 0 1em 0;
    overflow: hidden;
}

    .mainPM .msgPM .module p {
        font-family: Baskerville;
        font-size: 16px;
        padding: 0;
        margin: 10px 0 0 0;
        line-height: 24px;
        height: 170px;
        text-align: center !important;
        color: #fff !important;
        overflow-wrap: break-word;
    }

.mainPM .msgPM .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.mainPM .msgPM .last-line {
    height: 3.6em; /* exactly three lines */
    text-overflow: -o-ellipsis-lastline;
}

.mainPM .judulSub {
    font-family: Baskerville;
    color: #21645C;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 74px;
    background: #fff;
    padding: 25px !important;
}

.mainPM .las.la-quote-left {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 50px;
    color: #ffffff5d;
}

.mainPM .module {
    margin: 0 0 1em 0;
    overflow: hidden;
}

.mainPM .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mainPM div.line-clamp {
    min-height: 190px;
    /*height: 100%;*/
    background: #A57F4900;
    color: #fff;
    text-align: center !important;
    cursor: pointer;
}

.mainPM .last-line {
    height: 3.6em; /* exactly three lines */
    text-overflow: -o-ellipsis-lastline;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.show {
    -webkit-transform: unset !important;
    transform: unset !important;
}

.modal.modalPM .las.la-times.dismiss {
    font-size: 18px;
    background-color: #E11B1B;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    box-shadow: 1px 1px 4px 0px #0000005e;
    transition: all .2s;
}
    .modal.modalPM .las.la-times.dismiss:hover {
        background-color: #bb1717;
        color: #fff;
        transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transform: scale(1.3);
    }

.modal.modalPM .modal-dialog {
    max-width: 540px !important;
}

.modal.modalPM .btn.btn-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
    outline: none !important;
    box-shadow: none !important;
    font-size: 42px;
    color: #fff;
    background-color: unset !important;
    border: 0 !important;
}

.modal.modalPM .btn.btn-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    outline: none !important;
    box-shadow: none !important;
    font-size: 42px;
    color: #fff;
    background-color: unset !important;
    border: 0 !important;
}

.modal.modalPM .videoFrame > video {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 5px;
    z-index: 9999;
    object-fit: cover;
    box-shadow: none;
    outline: none !important;
    position: unset;
}

.modal.modalPM .videoFrame > iframe {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    z-index: 9999;
    box-shadow: none;
    outline: none !important;
}

.modal.modalPM .videoFrame > img {
    width: 100% !important;
    max-height: 1024px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
    z-index: 9999;
    box-shadow: none;
    outline: none !important;
}

.modal.modalPM .msgPM {
    position: relative;
    min-height: 25px;
}

    .modal.modalPM .msgPM p {
        font-family: 'Poppins';
        color: #000;
        font-size: 14px;
        padding: 0;
        line-height: 18px;
        text-align: justify;
    }

    .modal.modalPM .msgPM .judulSub {
        font-family: 'Poppins';
        text-align: left;
        font-size: 27px;
        font-weight: 500;
        pointer-events: none;
        margin-bottom: 15px;
    }

    .modal.modalPM .msgPM .las.la-download {
        font-size: 21px;
        background-color: #A57F49;
        color: #fff;
        border-radius: 4px;
        padding: 5px;
    }

    .modal.modalPM .msgPM .las.la-times {
        font-size: 21px;
        background-color: #E11B1B;
        color: #fff;
        border-radius: 4px;
        padding: 5px;
    }

    .modal.modalPM .msgPM .las.la-check {
        font-size: 21px;
        background-color: #32B97C;
        color: #fff;
        border-radius: 4px;
        padding: 5px;
    }

.modal.modalPM .chkbtnGroup {
    /*position: absolute;*/
    top: -6px;
    right: -6px;
    text-align: right;
}

.modal.modalPM .btnExpand {
    position: relative;
    display: inline-block;
    background-color: #32B97C;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: width .25s;
    transition: width .25s;
}

    .modal.modalPM .btnExpand .btnExpand-text {
        font-size: 12px;
        max-width: 0;
        padding: 6px 0px 6px 9px;
        display: inline-block;
        -webkit-transition: color .25s 1.5s, max-width 2s;
        transition: color .25s 1.5s, max-width 2s;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
        margin-right: -13px
    }

    .modal.modalPM .btnExpand:hover .btnExpand-text {
        max-width: 200px;
        margin-right: 0;
        margin-right: -13px
    }

.modal.modalPM .chkbtnGroup .btnExpand.delTimes {
    background-color: #E11B1B !important;
}

.modal.modalPM .chkbtnGroup .btnExpand.appCheckd {
    background-color: #32B97C !important;
}

.modal.modalPM .chkbtnGroup .btnExpand.fileDownload {
    background-color: #A57F49 !important;
}

.modalPMNavi img,
.modalPMNavi .videoThumb {
    max-width: unset !important;
    max-height: unset !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .modalPMNavi img,
    .modalPMNavi img.videoThumb {
        border-radius: 0 !important;
    }

@media (max-width: 569px){
    .modal.modalPM .las.la-times.dismiss {
        top: 10px;
        right: 10px;
        z-index: 9;
    }
}

.btnMobile {
    position: unset !important;
}

    .btnMobile .btn.btn-prev {
        position: unset !important;
        outline: none !important;
        box-shadow: none !important;
        font-size: 17px !important;
        color: #000 !important;
    }

    .btnMobile .btn.btn-next {
        position: unset !important;
        outline: none !important;
        box-shadow: none !important;
        font-size: 17px !important;
        color: #000 !important;
    }

/*Affiliate*/
/*main Swipe*/
.swipe-container {
    overflow: hidden;
    width: 100%;
}

.swipe-loader {
    width: 200%;
    position: relative;
    whitespace: nowrap;
    transition: all 0.4s ease-in-out;
}

    .swipe-loader.swiped {
        transform: translateX(-50%);
    }

.swipe-item {
    width: 50%;
    float: left;
}

.swipe-container #helpModal .modal-content {
    border-radius: 10px;
}

.swipe-container #helpModal img {
    max-width: 273px;
}

.swipe-container #helpModal button.close {
    box-shadow: none !important;
    border: 0 !important;
}

.swipe-container #helpModal h1 {
    color: #21645B;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 600;
}

.swipe-container #helpModal p {
    padding: 0 20px;
}

.swipe-container #helpModal .btn {
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    height: 58px;
    padding: 15px 50px;
}

/*Split Login*/
.split-register-right,
.split-login-right {
    display: none;
    position: relative;
}

    .split-register-right img,
    .split-login-right img {
        width: 190px;
        height: auto;
    }

    .split-register-right h2,
    .split-login-right h2 {
        font-size: 36px;
        font-weight: 600;
        color: #fff;
    }

    .split-register-right button,
    .split-login-right button {
        width: 170px;
    }

.split-login .input-group {
    flex-wrap: nowrap;
}

    .split-login .input-group input:hover {
        border: 0 !important;
    }

.split-login .text-center.mb-3,
.split-login .iti.iti--allow-dropdown {
    display: none;
}

.btn-help i {
    font-size: 23px;
}

.btn-white-outline {
    color: #fff;
    background-color: #ffffff00;
    border-color: #ffffff;
    height: 44px;
    font-size: 16px;
    font-family: Aller;
    outline: none !important;
    cursor: pointer;
}

    .btn-white-outline:hover {
        color: #B69068;
        background-color: #ffffff;
        border-color: #ffffff;
        height: 44px;
        font-size: 16px;
        font-family: Aller;
        outline: 0;
        cursor: pointer;
    }

    .btn-white-outline.active {
        background-color: #ffffff;
        border-color: #ffffff;
        outline: 0;
        box-shadow: unset;
        cursor: pointer;
    }

.split-register-form,
.split-login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 100%;*/
}

.split-register-footer,
.split-login-footer {
    padding-bottom: 2rem;
}

.split-register-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-image: url('../../../images/Affiliate-RegisterBG-L.png') !important;
    background-position: bottom right;
    background-size: cover;
}

.split-login-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-image: url('../../../images/Affiliate-LoginBG-L.jpg') !important;
    background-position: bottom right;
    background-size: cover;
}
    /*
    .split-login-left .iti.iti--allow-dropdown {
        width: 100%;
        max-width: 259px;
    }
    .split-register-left .iti.iti--allow-dropdown {
        width: 100%;
        max-width: 237px;
    }*/
    .GiftVoucher .iti.iti--allow-dropdown,
    .split-login-left .iti.iti--allow-dropdown,
    .split-register-left .iti.iti--allow-dropdown,
    .modal-profileEdit .iti.iti--allow-dropdown {
        width: 100%;
    }

.split-register,
.split-login {
    background: #F2F5F8;
    height: 100vh;
    width: 100vw;
    min-width: 320px;
    min-height: 600px;
}

.register-form,
.login-form {
    height: auto;
    width: 400px;
    max-width: 400px;
    background: #fff;
    border-radius: 10px;
}

    .register-form .form-check-label,
    .register-form #nav-signup-tab,
    .login-form .form-check-label,
    .login-form #nav-signup-tab {
        font-size: 12px;
        color: #969696;
    }

    .register-form #nav-tabContent h1,
    .login-form #nav-tabContent h1 {
        font-weight: 600;
        color: #007E7A;
    }

    .register-form #nav-tabContent .tab-pane.active h4,
    .register-form #nav-tabContent .register-texting h3,
    .login-form #nav-tabContent .tab-pane.active h4,
    .login-form #nav-tabContent .login-texting h3 {
        font-weight: 800;
        color: #007E7A;
        margin-bottom: 0;
    }

    .register-form #nav-tabContent .register-texting p,
    .login-form #nav-tabContent .login-texting p {
        font-size: 1.25rem;
        color: #969696;
        line-height: 25px;
    }

    .GVmain .GVright .tab-pane.active input,
    .GVmain .GVright .input-group input,
    .GVmain .GVright .input-group-prepend .input-group-text,
    .GVmain .GVright .tab-pane.active input,
    .GVmain .GVright .input-group input,
    .GVmain .GVright .input-group-prepend .input-group-text,
    .register-form #nav-tabContent .tab-pane.active input,
    .register-form #nav-tabContent .input-group input,
    .register-form #nav-tabContent .input-group-prepend .input-group-text,
    .login-form #nav-tabContent .tab-pane.active input,
    .login-form #nav-tabContent .input-group input,
    .login-form #nav-tabContent .input-group-prepend .input-group-text {
        background-color: #ffffff00 !important;
        border: #00000000;
        border-bottom: 1px solid;
        border-radius: 0;
        outline: none !important;
        box-shadow: none !important;
        font-size: 15px;
        font-weight: 300;
        font-family: "Poppins"
    }

        .modal-profileEdit .input-group input::-webkit-input-placeholder,
        .GVmain .GVright .input-group input::-webkit-input-placeholder,
        .register-form #nav-tabContent .input-group input::-webkit-input-placeholder,
        .login-form #nav-tabContent .input-group input::-webkit-input-placeholder {
            font-size: 15px;
            font-family: "Poppins";
            color: #c9c9c9 !important;
            font-weight: 300;
        }

    .register-form #nav-tabContent .input-group-prepend img,
    .login-form #nav-tabContent .input-group-prepend img {
        width: 18px;
        height: auto;
    }

.affiliate input:-webkit-autofill,
.affiliate input:-webkit-autofill:hover,
.affiliate input:-webkit-autofill:focus,
.affiliate textarea:-webkit-autofill,
.affiliate textarea:-webkit-autofill:hover,
.affiliate textarea:-webkit-autofill:focus,
.affiliate select:-webkit-autofill,
.affiliate select:-webkit-autofill:hover,
.affiliate select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #1f1f1f;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.radius50 {
    border-radius: 50px
}

.svg-white.st0,
.svg-white.st1 {
    fill: #ffffff !important;
}

@media (min-width: 1024px) {
    .split-register,
    .split-login {
        display: flex;
        flex-direction: row;
    }

    .split-register-right {
        display: initial;
        background: #B69068;
        height: 100%;
        background-image: url('../../../images/Affiliate-RegisterBG-R.png') !important;
        background-position: bottom right;
        background-size: cover;
    }

    .split-login-right {
        display: initial;
        background: #B69068;
        height: 100%;
        background-image: url('../../../images/Affiliate-LoginBG-R.jpg') !important;
        background-position: bottom right;
        background-size: cover;
    }

    .split-register-half,
    .split-login-half {
        width: 50%;
    }
}

.line-gradient {
    height: 100vh !important;
    width: 5px;
    background: linear-gradient(360deg, rgba(240,200,80,1) 0%, rgba(148,117,43,1) 6.79%, rgba(240,200,80,1) 44.85%, rgb(240 200 80) 56.1%, rgba(240,200,80,1) 56.82%, rgba(240,200,80,1) 67.92%, rgba(240,200,80,1) 73.84%, rgba(240,200,80,1) 91.52%, rgba(240,200,80,1) 94%);
}

/*============================*/
/* WIZARD Register*/
/*============================*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

    #msform input,
    #msform textarea {
        padding: 4px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 15px;
    }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            outline-width: 0;
        }

    #msform .action-button {
        width: auto;
        height: auto;
        background: #0da574;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 15px 40px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            background: #003f28;
        }

    #msform .action-button-previous {
        width: auto;
        height: auto;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 15px 40px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid #0da574;
    }

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

.circular circle.path {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle ease-out;
}

.btn-green-connectied.nextIcon {
    color: #fff;
    border: 0;
    padding: 3px;
    height: unset;
    line-height: 1;
}

.btn-green-connectied.previous {
    background: transparent;
    color: #000;
    border: 0;
    padding: 0;
    height: unset;
    position: absolute;
    left: 0;
    top: -58px;
    line-height: 1;
}

    .btn-green-connectied.next i,
    .btn-green-connectied.previous i {
        font-size: 37px;
    }

.register-form .field02 .regDate .k-picker-wrap.k-state-default {
    border: 0;
    outline: none !important;
    box-shadow: none !important;
}

.register-form .field02 .regDate .form-control.k-input {
    height: 36.5px;
}

.register-form .field02 .k-datepicker .k-select,
.register-form .field02 .k-timepicker .k-select,
.register-form .field02 .k-datetimepicker .k-select {
    border: 0;
    color: #007E7A;
    background-color: #ffffff00;
    border-bottom: 1px solid #000 !important;
    height: 36.5px;
    padding: 0.375rem 0.75rem;
}

    .register-form .field02 .k-datepicker .k-select:hover,
    .register-form .field02 .k-timepicker .k-select:hover,
    .register-form .field02 .k-datetimepicker .k-select:hover {
        border: 0;
        color: #fff !important;
        background-color: #007E7A !important;
    }

.register-form .field02 .k-datepicker .k-picker-wrap .k-select,
.register-form .field02 .k-timepicker .k-picker-wrap .k-select {
    padding: 0.375rem 0.90rem;
}

.register-form .field02 .input-group .k-picker-wrap.k-state-default {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
/*.field02 .input-group .las.la-calendar-check,
.field02 .input-group .las.la-user-alt,*/
.register-form .field02 .input-group i.las {
    font-size: 24px;
    color: #007E7A !important;
    /*padding: 0.375rem 0.75rem;*/
}

.register-form .field02 .regTitle {
    padding: 0;
    border: 0;
    background: none;
    text-align: left;
    font-size: 14px;
}

.register-form .field02 .regGender {
    border-bottom: 1px solid #000;
    height: 30px;
}

.register-form .field02 .input-group-text {
    height: 36.5px;
}

.register-form .field02 textarea {
    min-height: 36.5px;
    border-bottom: 1px solid #000 !important;
    font-size: 13px !important;
}

    .register-form .field02 textarea:focus {
        background-color: #ffffff00;
    }

.register-form .field02 .input-group .input-group-text {
    align-items: baseline !important;
}

.register-form .field02 .input-group textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: #E3E3E3;
}

.register-form .field03 .imgSms {
    width: 90px;
}

.GVmain .GVright .field02 .regCityPostal #PostalCode,
.GVmain .GVright .field02 .regCityPostal .k-input,
.register-form .field02 .regCityPostal #PostalCode,
.register-form .field02 .regCityPostal .k-input {
    height: 36.5px !important;
    font-size: 13px !important;
}

.GVmain .GVright .field02 .regCityPostal .k-combobox .k-dropdown-wrap,
.register-form .field02 .regCityPostal .k-combobox .k-dropdown-wrap {
    box-shadow: none !important;
    border: 0;
    height: 36.5px;
}

.GVmain .GVright .field02 .regCityPostal .k-combobox .k-select,
.register-form .field02 .regCityPostal .k-combobox .k-select {
    color: #212529;
    background-color: #ffffff00;
    border: 0;
    border-bottom: 1px solid;
    width: 16px;
    padding: 0;
}

.GVmain .GVright .field02 .regCityPostal .k-combobox .k-clear-value,
.register-form .field02 .regCityPostal .k-combobox .k-clear-value {
    right: calc(-0.5rem + 23.5px);
    background-color: #fff;
    width: 15px;
}

.GVmain .GVright .field02 .regCityPostal .k-combobox .k-dropdown-wrap,
.register-form .field02 .regCityPostal .k-combobox .k-dropdown-wrap {
    background-color: #ffffff00;
}

/*Dropdown Bank Select*/
.register-form .field01 .dd-select {
    width: 86px !important;
    height: 100% !important;
    padding: 1px 0 !important;
    background: #ffffff00 !important;
    border: 0 !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}

.dd-select {
    width: 86px !important;
    height: 100% !important;
    padding: 1px 0 !important;
    background: #ffffff00 !important;
    /*border: 0 !important;*/
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.dd-selected {
    padding: 3px 12px 0 0 !important;
}

.dd-option-image, .dd-selected-image {
    vertical-align: middle !important;
    float: left !important;
    margin-right: 5px !important;
    max-width: unset !important;
    width: 100% !important;
}

.dd-pointer {
    right: 5px !important;
}

.dd-option {
    padding: 5px !important;
}

/*DropZonex*/
.modal-profileEdit .field02 .ktpUpload .k-dropzone:before,
.register-form .field01 .ktpUpload .k-dropzone:before {
    content: 'Foto KTP';
    font-size: 11px;
    margin: 6px 0 10px 0;
    font-weight: 600;
}

.modal-profileEdit .field02 .bankUpload .k-dropzone:before,
.register-form .field01 .bankUpload .k-dropzone:before {
    content: 'Foto Cover Buku Tabungan';
    font-size: 11px;
    margin: 6px 0 10px 0;
    font-weight: 600;
}

.modal-profileEdit .field02 .k-dropzone,
.register-form .field01 .k-dropzone {
    width: 120px;
    height: 120px;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.modal-profileEdit .field02 .k-upload-button,
.register-form .field01 .k-upload-button {
    /*margin-top: 20px;*/
}

.modal-profileEdit .field02 .k-upload,
.register-form .field01 .k-upload {
    border: 2px dashed #C9C9C9;
    border-radius: 15px;
}

    .modal-profileEdit .field02 .k-dropzone,
    .register-form .field01 .k-upload .k-dropzone {
        text-align: center;
        background-color: #ffffff00 !important;
    }

        .modal-profileEdit .field02 .k-upload .k-dropzone .k-dropzone-hint,
        .register-form .field01 .k-upload .k-dropzone .k-dropzone-hint {
            white-space: normal;
            text-align: center;
        }

    .modal-profileEdit .field02 .k-upload .k-upload-files,
    .register-form .field01 .k-upload .k-upload-files {
        border-top: 2px dashed #C9C9C9;
    }

/*OTP Input*/
.digit-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .digit-group input {
        width: 40px;
        height: 50px;
        background-color: #000;
        border: 1px solid !important;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        margin: 0 10px;
        border-radius: 4px !important;
        color: #475668 !important;
        padding: 0 10px;
    }

    .digit-group .splitter {
        padding: 0 5px;
        font-size: 24px;
    }

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
}

/*svg animate success*/
svg {
    width: 100px;
    height: 100px;
}

    svg.animate path {
        animation: dash 0.75s linear both;
        animation-delay: 0.5s;
    }

@keyframes dash {
    0% {
        stroke-dashoffset: 210;
    }

    75% {
        stroke-dashoffset: -220;
    }

    100% {
        stroke-dashoffset: -205;
    }
}


/*============================*/
/*Affilate*/
/*============================*/
.w-80 {
    width: 80%;
}
.swipe-back.text-green,
.swipe.text-green {
    color: #21645B !important;
}
    .swipe-back.text-green:hover,
    .swipe.text-green:hover {
        color: #B69068 !important;
    }
.affiliate .pageHeader {
    position: sticky !important;
    width: 100% !important;
}
.affiliate .pageHeader {
    /*padding-top: 76px;*/
}
    .affiliate .pageHeader .d-flex {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    .affiliate .pageHeader .line-gradient {
        position: absolute;
        bottom: -5px;
        height: 5px !important
    }
    .affiliate .pageHeader .navbar .navbar-collapse {
        width: 100%;
        justify-content: center;
    }
.affiliate .affiliate-bg-images {
    background-image: url('/images/affiliate/Affilate-Header.png');
    background-position: 60% center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    width: 100%;
    height: 70px;
}
    .affiliate header .logo .img-fluid {
        height: 49px;
        width: 100%;
    }
@media (max-width: 500px) {
    .affiliate header .logo .img-fluid {
        height: 42px;
        width: 100%;
    }
}

.affiliate.GiftVoucher {
    height: 100%;
}
.affiliate label {
    font-weight: 600 !important;
}
    .affiliate .share-link label {
        font-weight: 400 !important;
        font-size: 14px !important;
    }

/*Table*/
.affiliate .k-grid-header .k-grid-header-wrap {
    border-right: 0;
}
.affiliate .k-grid-header {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.affiliate .k-header .k-grid-search {
    width: 100% !important;
    max-width: 300px;
    float: right;
}

.affiliate .k-grid-delete .k-icon {
    margin: 0;
}

.modal-profileEdit > .modal-content,
.affiliate {
    background-color: #ffffff;
}

    .affiliate input:hover, .affiliate input:focus, .affiliate input:active {
        border-color: #B69068;
    }

    .affiliate input {
        box-shadow: none !important;
        outline: none !important;
    }

    .affiliate .btn {
        white-space: nowrap;
    }

    .affiliate h1 {
        color: #B69068;
    }

    .affiliate .timelineStepBar h3 {
        color: #B69068;
    }



#affiliateTabs {
    border: 0;
}
.mobile-nav .nav-tabs .nav-item {
    border: 0 !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
    .mobile-nav .nav-tabs .nav-item:first-child a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .mobile-nav .nav-tabs .nav-item:last-child a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .mobile-nav .nav-tabs .nav-item a {
        color: #fff !important;
        background-color: #21645C !important;
        letter-spacing: 1px;
        border-radius: 0;
        font-size: 14px;
        outline: none !important;
        transition: all .2s;
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    }
    .mobile-nav .nav-tabs .nav-item a.active,
    .mobile-nav .nav-tabs .nav-item a:active,
    .mobile-nav .nav-tabs .nav-item a:focus,
    .mobile-nav .nav-tabs .nav-item a:hover {
        color: #fff !important;
        background-color: #B5834B !important;
        transition: all .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
@media (max-width:500px) {
    .mobile-nav .nav-tabs .nav-item a {
        font-size: 12px;
    }
}
@media (max-width:374px) {
    .mobile-nav .nav-tabs .nav-item a {
        font-size: 10px;
        padding: 5px 5px 5px 5px !important;
    }
}

.navCollapse .nav-item:first-child {
    border-right: 1px solid #666666;
    padding-right: 12px;
}
.navCollapse .nav-item:last-child {
    border-left: 1px solid #666666;
    padding-right: 12px;
}
/*.navCollapse #nav-hiw {
    border-right: 1px solid #666666;
    padding-right: 12px;
}*/

    .navCollapse #nav-hiw a,
    .navCollapse #nav-ref a {
        border-bottom: 0;
        border-color: #00000000;
        color: #666666;
        font-weight: 500;
    }

        .navCollapse #nav-hiw a.active,
        .navCollapse #nav-ref a.active,
        .navCollapse #nav-hiw a:hover,
        .navCollapse #nav-ref a:hover {
            background-color: transparent;
            color: #BC926D;
            /*color: #21645C;*/
            border-bottom: 0;
        }

.btn-green-connectied {
    color: #fff !important;
    background-color: #21645B;
    border-color: #21645B;
    height: 44px;
    font-size: 16px;
    font-family: Aller;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
    .btn-green-connectied:hover {
        color: #fff;
        background-color: #155048;
        border-color: #21645B;
        height: 44px;
        font-size: 16px;
        font-family: Aller;
        outline: 0;
        box-shadow: unset;
        cursor: pointer;
    }

    .btn-green-connectied.active {
        background-color: #B07F49;
        border-color: #B07F49;
        outline: 0;
        box-shadow: unset;
        cursor: pointer;
    }

.btn-gold-connectied {
    color: #fff !important;
    background-color: #A7824D;
    border-color: #A7824D;
    height: 40px;
    font-size: 14px;
    font-family: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-gold-connectied:hover {
        color: #fff;
        background-color: #987544;
        border-color: #987544;
        height: 40px;
        font-size: 14px;
        font-family: unset;
    }

.btn-GreenGold-connectied {
    color: #fff !important;
    background-color: #21645C;
    border-color: #21645C;
    height: 40px;
    font-size: 14px;
    font-family: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-GreenGold-connectied:hover {
        color: #fff;
        background-color: #B17F49;
        border-color: #B17F49;
        height: 40px;
        font-size: 14px;
        font-family: unset;
    }
.btn-ct-green-modal {
    color: #fff !important;
    background-color: #21645B;
    border: 1px solid #21645B;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    line-height: 1.5;
    outline: none !important;
    box-shadow: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .btn-ct-green-modal:hover {
        color: #fff !important;
        background-color: #B5834B;
        border-color: #B5834B;
    }
    .btn-ct-green-modal[aria-expanded="true"] {
        color: #fff !important;
        background-color: #B5834B;
        border-color: #B5834B;
    }
    .btn-ct-green-modal.brd-right {
        border-bottom-right-radius: 9px;
        border-left: 0.5px solid #fff;
    }
    .btn-ct-green-modal.brd-left {
        border-bottom-left-radius: 9px;
        border-right: 0.5px solid #fff;
    }
.btn-af-outline {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 400 !important;
    outline: unset !important;
    cursor: pointer;
    border-radius: 4px !important;
    text-align: center !important;
    margin: 5px;
    width: 90px;
}

    .btn-af-outline:hover {
        color: #fff !important;
        background: #B69068 !important;
        border-color: #B69068 !important;
    }

    .btn-af-outline.active {
        color: #21645B !important;
        background: #B69068 !important;
        border-color: #B69068 !important;
    }

.btn-af-white {
    color: #007E7A !important;
    background-color: #fff !important;
    border-color: #fff !important;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 400 !important;
    outline: unset !important;
    cursor: pointer;
    border-radius: 4px !important;
    text-align: center !important;
    margin: 5px;
}

    .btn-af-white:hover {
        color: #fff !important;
        background: #B69068 !important;
        border-color: #B69068 !important;
    }

    .btn-af-white.active {
        color: #21645B !important;
        background: #B69068 !important;
        border-color: #B69068 !important;
    }

.btn-af-green {
    color: #fff !important;
    background-color: #21645C !important;
    border-color: #21645C !important;
    font-size: 13px;
    font-family: "Poppins";
    font-weight: 400 !important;
    outline: unset !important;
    cursor: pointer;
    border-radius: 4px !important;
    text-align: center !important;
    margin: 5px;
}

    .btn-af-green:hover {
        color: #fff !important;
        background: #B69068 !important;
        border-color: #B69068 !important;
    }

    .btn-af-green.active {
        color: #21645B !important;
        background: #B69068 !important;
        border-color: #B69068 !important;
    }

.btn-save-big {
    width: 200px;
    height: 50px;
}

.affiliateMW {
    max-width: 798px;
}

.timelineStepBar {
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    position: relative;
}

    .timelineStepBar li {
        /*margin-top: 60px;*/
        padding-bottom: 60px;
        border-left: 2px dashed #007E7A;
    }

        .timelineStepBar li:last-child {
            background-color: transparent;
            border-left: 0;
        }

    .timelineStepBar > li > div {
        margin-left: 30px;
        margin-top: -50px;
        border: 0;
        padding: 10px;
        background-color: transparent;
    }
        /*.timelineStepBar > li > div > div {
                max-width: 420px;
            }*/
        .timelineStepBar > li > div > div > img {
            max-width: 200px;
            margin-top: -30px;
        }

    .timelineStepBar > li > span {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        /* line-height: 40px; */
        border: 0;
        border-radius: 50%;
        background-color: #007E7A;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        z-index: 1;
        margin-left: -20px;
        line-height: 41px;
        font-family: poppins;
    }
/*.timelineStepBar li i:after {
      content: '';
      width: 40px;
      height: 1px;
      position: absolute;
      background-color: #ddd;
      margin-top: 15px;
      z-index: -1;
    }*/


/*==============================*/
/*  General Input Styling       */
/*==============================*/
select {
    cursor: pointer;
}

.form-group .input-group .k-dropdown .k-dropdown-wrap,
.form-group .input-group .k-dropdowntree .k-dropdown-wrap {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    height: 100%;
}

.input-group.input-group-append .k-dateinput-wrap,
.input-group.input-group-append .k-dropdown-wrap,
.input-group.input-group-append .k-multiselect-wrap,
.input-group.input-group-append .k-numeric-wrap,
.input-group.input-group-append .k-picker-wrap,
.input-group.input-group-append .k-maskedtextbox .k-textbox {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.k-list .k-item.k-state-selected:hover, .k-list-optionlabel.k-state-selected:hover,
.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
    color: #ffffff;
    background-color: #B69068;
}

.k-input:active, .k-textbox:active, .k-grid-search:active,
.k-input:focus, .k-textbox:focus, .k-grid-search:focus,
.k-input:hover, .k-textbox:hover, .k-grid-search:hover {
    border-color: #B69068;
}

.k-dropdown, form-control,
.k-input, .k-textbox, .k-grid-search, .k-state-default {
    box-shadow: none !important;
    outline: none !important;
}

    .k-dropdown .k-dropdown-wrap,
    .k-dropdowntree .k-dropdown-wrap {
        color: unset !important;
        background-color: #ffffff !important;
        font-size: 14px !important;
        font-family: Poppins !important;
        padding: unset;
        border: 1px solid !important;
        border-color: #ced4da !important;
        /*max-height: 35px;*/
        height: 100%;
    }

        .k-dropdown .k-state-border-down,
        .k-dropdown .k-dropdown-wrap:active,
        .k-dropdowntree .k-dropdown-wrap:active,
        .k-dropdown .k-dropdown-wrap:focus,
        .k-dropdowntree .k-dropdown-wrap:focus,
        .k-dropdown .k-dropdown-wrap:hover,
        .k-dropdowntree .k-dropdown-wrap:hover {
            font-size: 14px !important;
            border-color: #21645B !important;
        }

.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
    color: #ffffff;
    background-color: #21645B !important;
    box-shadow: none !important;
}

.k-list-filter {
    padding: 0 0.5rem 0.5rem 0.5rem !important;
}

.k-list-container {
    border-color: #21645B !important;
}

.form-control,
.k-list .k-item, .k-list-optionlabel {
    font-size: 14px !important;
    font-family: Poppins !important;
}

.input-group input.form-control {
    max-height: unset !important;
}
.input-data input:-webkit-autofill,
.input-data input[type=text],
.input-data input[type=password],
input.form-control:not(.k-input),
input.form-control:-webkit-autofill,
input.form-control[type=text],
input.form-control[type=password] {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    /*border-radius: 0.25rem;*/
    /*padding: 0 20px;*/
    background-color: #ffffff;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1000px white inset;
    /*color: #7e7e7e;*/
    max-height: 35px;
}

    .input-data input:-webkit-autofill:hover,
    .input-data input:-webkit-autofill:focus,
    .input-data input:-webkit-autofill:active,
    .input-data input[type=text]:hover,
    .input-data input[type=text]:focus,
    .input-data input[type=text]:active,
    .input-data input[type=password]:hover,
    .input-data input[type=password]:focus,
    .input-data input[type=password]:active,
    select.form-control:hover,
    select.form-control:focus,
    select.form-control:active,
    textarea.form-control:hover,
    textarea.form-control:focus,
    textarea.form-control:active,
    input.form-control:hover,
    input.form-control:focus,
    input.form-control:active,
    input.form-control:-webkit-autofill:hover,
    input.form-control:-webkit-autofill:focus,
    input.form-control:-webkit-autofill:active,
    input[type=text].form-control:hover,
    input[type=text].form-control:active,
    input[type=text].form-control:focus,
    input[type=password].form-control:hover,
    input[type=password].form-control:active,
    input[type=password].form-control:focus {
        display: block;
        border: 1px solid #21645B !important;
        /*font-size: 14px !important;*/
        /*padding: 0 20px;*/
        background-color: #ffffff;
        background-image: none;
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        /*color: #7e7e7e;*/
    }

    .k-dropdown-wrap.k-state-disabled, .k-widget[disabled],
    .input-data input:-webkit-autofill:disabled,
    .input-data input:-webkit-autofill:read-only,
    .input-data input[type=text]:disabled,
    .input-data input[type=text]:read-only,
    .input-data input[type=password]:disabled,
    .input-data input[type=password]:read-only,
    select.form-control:disabled,
    /*select.form-control:read-only,*/
    textarea.form-control:disabled,
    /*textarea.form-control:read-only,*/
    input.form-control:disabled,
    input.form-control:read-only,
    input.form-control:-webkit-autofill:disabled,
    input.form-control:-webkit-autofill:read-only,
    input[type=text].form-control:disabled,
    input[type=text].form-control:read-only,
    input[type=password].form-control:disabled,
    input[type=password].form-control:read-only {
        outline: none;
        /*cursor: default;*/
        opacity: 0.65;
        -webkit-filter: grayscale(0.1);
        filter: grayscale(0.1);
        pointer-events: none;
        box-shadow: none;
        background-color: #e9ecef8c !important;
    }

input[type=text].form-control:focus ~ label,
input[type=text].form-control:valid ~ label,
input[type=password].form-control:focus ~ label,
input[type=password].form-control:valid ~ label {
    transform: translateY(-20px);
    color: #808080;
}

    input[type=text].form-control:focus ~ label.error,
    input[type=text].form-control:valid ~ label.error,
    input[type=password].form-control:focus ~ label.error,
    input[type=password].form-control:valid ~ label.error {
        transform: none;
        font-size: 12px;
        color: red;
    }

@media (max-width:460px) {
    #container {
        width: 100%;
        max-width: 100%;
    }

    .timelineStepBar > li > div {
        margin-left: 35px;
    }

        .timelineStepBar > li > div > div > img {
            max-width: 250px;
        }
}

.divCenter {
    justify-content: center;
    align-content: center;
    align-items: center;
}

.affiliateBanner {
    background: url("/images/affiliate/Affiliate-Banner.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.affiliate.footerAreaWrap {
    background: unset !important;
    border-top: 2px solid #A37F49;
}

.affiliate .affiliate-profile {
    border-radius: 15px;
    /*height: 100%;*/
}

    .affiliate .affiliate-profile > .headProf {
        background-image: url('/images/affiliate/Affiliate-ProfHeadBG.png');
        background-color: #B69068;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 15px;
        background-position: center -28px;
        height: 105px;
    }

    .affiliate .affiliate-profile > .bodyProf {
        background: #F1F1F1;
        border-radius: 15px;
        margin-top: -25px;
        height: 100%;
    }

        .affiliate .affiliate-profile > .bodyProf > .profPics {
            border-radius: 50%;
            width: 100px;
            height: 100px;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            position: relative;
            top: -85px;
        }

        .affiliate .affiliate-profile > .bodyProf > .profPicsEdit {
            position: relative;
            top: -65px;
            left: 50px;
            color: #fff;
            font-size: 20px;
        }

        .affiliate .affiliate-profile > .bodyProf > .profData {
            position: relative;
            top: -65px;
            margin: 0 20px;
            margin-bottom: -35px;
        }

            .affiliate .affiliate-profile > .bodyProf > .profData > .hr-small {
                width: 50px;
                border: 1px solid #000;
            }

            .affiliate .affiliate-profile > .bodyProf > .profData > table {
                text-align: left;
            }

            .affiliate .affiliate-profile > .bodyProf > .profData > .sosmed i {
                font-size: 35px;
            }

            .affiliate .affiliate-profile > .bodyProf > .profData .earning-info {
                padding: 15px 15px;
                border: 1px dashed #0000000a;
                border-radius: 10px;
            }

                .affiliate .affiliate-profile > .bodyProf > .profData .earning-info .earning-info-detail {
                    text-align: center;
                    color: #000;
                }

                    .affiliate .affiliate-profile > .bodyProf > .profData .earning-info .earning-info-detail h6 {
                        font-weight: 600;
                        margin: 0;
                    }

                    .affiliate .affiliate-profile > .bodyProf > .profData .earning-info .earning-info-detail p {
                        font-weight: 500;
                        font-size: 16px;
                        margin: 0 0 8px 0;
                        color: #B69068;
                    }

                    .affiliate .affiliate-profile > .bodyProf > .profData .earning-info .earning-info-detail:last-child h6,
                    .affiliate .affiliate-profile > .bodyProf > .profData .earning-info .earning-info-detail:last-child p {
                        margin: 0;
                    }

    .affiliate .affiliate-profile .profFooter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.sosmed a {
    color: #000 !important;
}

    .sosmed a:hover {
        color: #B69068 !important;
    }

.affiliate .referralTable {
    border-radius: 5px;
    border-color: #c1c1c100;
    background: #ffffff00 !important;
    border-radius: 8px;
}
    .affiliate .referralTable .k-header.k-grid-toolbar {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-color: #c1c1c1;
    }
    .affiliate .referralTable .k-floatwrap {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-color: #c1c1c1;
    }

.affiliate .k-grid td {
    white-space: nowrap;
    border-width: 4px 0 4px 0px;
    border-color: #fff;
    vertical-align: middle;
}

.affiliate .k-grid tr td {
    background-color: #e6e6e657;
}

.affiliate .k-grid .k-alt {
    background-color: #e6e6e657;
}

.affiliate .referralTable .k-header.k-grid-toolbar {
    background-color: #fff;
    border: 0;
    padding: 0 0 15px 0;
}

.affiliate .referralTable .k-grid-header {
    border-color: #B69068;
    color: #fff;
    background-color: #B69068;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*padding-bottom: 5px;*/
}

.affiliate .referralTable .k-grid-content {
    overflow-x: auto;
    overflow-y: auto;
    height: 400px;
}

    .affiliate .referralTable .k-grid-content table {
        margin: 5px 0 10px 0;
    }

.affiliate .referralTable .k-grid-pager {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
    background: none;
}

    .affiliate .referralTable .k-grid-pager .k-link.k-pager-nav {
        display: none;
    }

.affiliate ::-webkit-scrollbar-track {
    background-color: #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.affiliate ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #BBBDBF;
}

.affiliate ::-webkit-scrollbar-thumb {
    background: #BBBDBF;
    border-radius: 5px;
}

.affiliate .referralTable .k-dropdown-wrap span {
    height: unset;
}
@media (max-width: 768px) {
    .affiliate .referralTable .k-header.k-grid-toolbar {
        padding: 0.375rem 0.375rem;
    }
}
@media (max-width: 575px) {
    .affiliate .k-header .k-grid-search {
        max-width: unset;
    }
    .affiliate .k-header.k-grid-toolbar .btn {
        margin-top: 0.4rem !important;
    }
}

.form-check-label,
.regTitle {
    color: #1b1b1b;
}

.modal-profileEdit .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
}
.modal-profileEdit.modal-full .modal-body {
    background: url(/images/affiliate/Affiliate-bg-head.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-profileEdit.modal-full .modal-footer {
    background: #21645B;
    border-radius: 0;
}

.modal-profileEdit .fieldHead .pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .modal-profileEdit .fieldHead .pic-holder .pic {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .modal-profileEdit .fieldHead .pic-holder .upload-file-block,
    .modal-profileEdit .fieldHead .pic-holder .upload-loader {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(90, 92, 105, 0.7);
        color: #f8f9fc;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

    .modal-profileEdit .fieldHead .pic-holder .upload-file-block {
        cursor: pointer;
    }

    .modal-profileEdit .fieldHead .pic-holder:hover .upload-file-block {
        opacity: 1;
    }

    .modal-profileEdit .fieldHead .pic-holder.uploadInProgress .upload-file-block {
        display: none;
    }

    .modal-profileEdit .fieldHead .pic-holder.uploadInProgress .upload-loader {
        opacity: 1;
    }

.modal-profileEdit .input-group .input-group-text img {
    width: 15px;
    height: auto;
}

.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 12px;
    transform: translateX(-50%);
}

    .snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/*Modal Profile Edit*/
.modal-profileEdit .profPics {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.modal-profileEdit .field01 .input-group-prepend img {
    width: 17px;
    height: auto;
}

.modal-profileEdit .field01 .input-group i.lab,
.modal-profileEdit .field02 .input-group i.lab {
    font-size: 22px;
    color: #007E7A !important;
    /* padding: 0.375rem 0.75rem; */
}

.modal-profileEdit .field01 .input-group i.las,
.modal-profileEdit .field02 .input-group i.las {
    font-size: 23px;
    color: #007E7A !important;
    /* padding: 0.375rem 0.75rem; */
}

.modal-profileEdit .tab-pane.active input,
.modal-profileEdit .input-group input,
.modal-profileEdit .input-group-prepend .input-group-text {
    background-color: #ffffff !important;
    /*border: #00000000;*/
    /*border-bottom: 1px solid;*/
    /*border-radius: 0;*/
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
    font-family: "Poppins";
}

.modal-profileEdit .field01 .k-datepicker .k-select,
.modal-profileEdit .field01 .k-timepicker .k-select,
.modal-profileEdit .field01 .k-datetimepicker .k-select {
    border: 0;
    color: #007E7A;
    background-color: #ffffff00;
    border-right: 1px solid #ced4da !important;
    height: 36.5px;
    padding: 0.375rem 0.75rem;
}

    .modal-profileEdit .field01 .k-datepicker .k-select:hover,
    .modal-profileEdit .field01 .k-timepicker .k-select:hover,
    .modal-profileEdit .field01 .k-datetimepicker .k-select:hover {
        border: 0;
        color: #fff !important;
        background-color: #007E7A !important;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.modal-profileEdit .field01 .k-datepicker .k-picker-wrap .k-select,
.modal-profileEdit .field01 .k-timepicker .k-picker-wrap .k-select {
    padding: 0.375rem 0.90rem;
}

.modal-profileEdit .field01 .input-group .k-picker-wrap.k-state-default {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.modal-profileEdit .field02 textarea {
    min-height: 36.5px;
    /*border-bottom: 1px solid #000 !important;*/
    font-size: 13px !important;
}

    .modal-profileEdit .field02 textarea:focus {
        background-color: #ffffff00;
    }

/*Modal Full Screen*/
.modal-full {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    border: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.show {
    -webkit-transform: unset !important;
    transform: unset !important;
}

/*Gift Voucher Page*/
.GiftVoucher .shadow {
    -webkit-box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%) !important;
}

.GiftVoucher .container {
    max-width: 860px;
}

.GiftVoucher .GVmain {
    min-height: 528px;
    width: 100%;
}

.GiftVoucher .w-100.shadow {
    border-radius: 10px;
}

.GVmain .GVleft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #007E7A;
    padding: 0;
}

    .GVmain .GVleft .GiftVoucherImg {
        height: 100%;
        width: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .GVmain .GVleft img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.GVmain .GVright {
    width: 100%;
}

    .GVmain .GVright .field02 .input-group i.las {
        font-size: 24px;
        color: #007E7A !important;
        /* padding: 0.375rem 0.75rem; */
    }

    .GVmain .GVright .field02 .input-group .k-input,
    .GVmain .GVright .field02 .input-group input {
        height: 36.5px;
    }

    .GVmain .GVright .field02 .input-group i.las {
        font-size: 24px;
        color: #007E7A !important;
        /*padding: 0.375rem 0.75rem;*/
    }

    .GVmain .GVright .field02 .input-group-prepend img {
        width: 18px;
        height: auto;
    }

    .GVmain .GVright .field02 .input-group-text {
        height: 36.5px;
    }

    .GVmain .GVright .field02 .input-group .input-group-text {
        align-items: baseline !important;
    }


/*Marquee text*/
.marquee {
    position: relative;
    overflow: hidden;
}

    .marquee span {
        display: inline-block;
        min-width: 100%; /* this is to prevent shorter text animate to right */
        white-space: nowrap;
        /*font-size: 2.5em;*/
        animation: marquee 15s ease-in-out infinite;
    }

@keyframes marquee {
    0% {
        transform: translateX(0);
        margin-left: 0;
    }

    20% {
        transform: translateX(0);
        margin-left: 0;
    }

    50% {
        transform: translateX(-100%);
        margin-left: 100%;
    }

    70% {
        transform: translateX(-100%);
        margin-left: 100%;
    }

    100% {
        transform: translateX(0);
        margin-left: 0;
    }
}

@media (max-width: 428px) {
    .audio-play {
        right: 15px !important;
        top: 15px !important;
        box-shadow: unset !important;
    }

    .register-form,
    .login-form {
        width: auto;
    }

    .split-register, .split-login {
        height: auto;
    }

    .headPM .titleHead {
        margin-top: auto !important;
        margin-bottom: 30px !important;
    }
    .headPM .judulSub {
        padding-top: 0;
        font-size: 16px;
    }

    .headPM .judulInfo {
        font-size: 35px;
        line-height: 40px;
        padding: 5px 10px 0 10px !important;
    }

    .headPM .bgCover {
        background-position: center;
    }

    .headPM .searchContainer {
        width: 80%;
    }

    .GVmain .GVleft img,
    .GVmain .GVleft {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .affiliate.GiftVoucher {
        height: unset;
    }

    .modal-profileEdit .modal-content {
        height: unset;
    }
}

@media (max-width: 1024px) {
    .eventStatus {
        display: unset !important;
        justify-content: unset !important;
    }

    .eventMain {
        width: 100%;
        height: 100%;
        margin: 0 !important;
    }

    .eventImg > img {
        max-width: 300px;
        height: auto;
        padding: 10px 0;
    }

    .eventContent {
        font-size: 22px;
        font-family: Poppins;
        color: #3ABA6F;
        line-height: 40px;
        padding: 10px;
        margin: auto;
    }

    .eGivingTitle-success {
        font-size: 24px;
        font-family: Poppins;
        color: #3ABA6F;
        line-height: 40px;
    }

    .eGivingTitle-waiting {
        font-size: 24px;
        font-family: Poppins;
        color: #FEAE17;
        line-height: 40px;
    }

    .eGivingTitle-failed {
        font-size: 24px;
        font-family: Poppins;
        color: #FD5451;
        line-height: 40px;
    }

    .btn-eGiving-success,
    .btn-eGiving-waiting,
    .btn-eGiving-failed {
        margin-bottom: 25px;
    }
}

@media (max-width: 426px) {
    .eventStatus {
        display: unset !important;
        justify-content: unset !important;
    }

    .eventMain {
        width: 100%;
        margin: 0 !important;
    }

    .eventImg {
        text-align: center;
    }

        .eventImg > img {
            max-width: 250px;
            height: auto;
            padding: 10px 0;
        }

    .eventContent {
        font-size: 22px;
        font-family: Poppins;
        color: #3ABA6F;
        line-height: 40px;
        text-align: center;
        padding: 10px;
    }

    .eGivingTitle-success {
        font-size: 24px;
        font-family: Poppins;
        color: #3ABA6F;
        line-height: 40px;
    }

    .eGivingTitle-waiting {
        font-size: 24px;
        font-family: Poppins;
        color: #FEAE17;
        line-height: 40px;
    }

    .eGivingTitle-failed {
        font-size: 24px;
        font-family: Poppins;
        color: #FD5451;
        line-height: 40px;
    }

    .btn-eGiving-success,
    .btn-eGiving-waiting,
    .btn-eGiving-failed {
        margin-bottom: 25px;
    }

    .CamQRFrame {
        position: absolute;
        max-width: unset;
        width: 100%;
    }

    #addNewGuest,
    #CamQRCheckIn {
        z-index: 0;
    }

    #closeQrModal {
        background: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        font-size: 32px;
        text-align: right;
        padding-right: 10px;
    }
}
