/* Login CSS */
@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 1648.66796875px;
        stroke-dasharray: 1648.66796875px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1648.66796875px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 1648.66796875px;
        stroke-dasharray: 1648.66796875px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1648.66796875px;
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 3s linear 0s both,
        animate-svg-fill-1 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s both;
    animation: animate-svg-stroke-1 3s linear 0s both,
        animate-svg-fill-1 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 93.5083108137635px;
        stroke-dasharray: 93.5083108137635px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 93.5083108137635px;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 93.5083108137635px;
        stroke-dasharray: 93.5083108137635px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 93.5083108137635px;
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 3s linear 3s both,
        animate-svg-fill-2 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 3.3s both;
    animation: animate-svg-stroke-2 3s linear 3s both,
        animate-svg-fill-2 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 3.3s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 267.6676025390625px;
        stroke-dasharray: 267.6676025390625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 267.6676025390625px;
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 267.6676025390625px;
        stroke-dasharray: 267.6676025390625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 267.6676025390625px;
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 3s linear 6s both,
        animate-svg-fill-3 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 6.3s both;
    animation: animate-svg-stroke-3 3s linear 6s both,
        animate-svg-fill-3 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 6.3s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 1813.6116943359375px;
        stroke-dasharray: 1813.6116943359375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1813.6116943359375px;
    }
}

@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 1813.6116943359375px;
        stroke-dasharray: 1813.6116943359375px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 1813.6116943359375px;
    }
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(0, 174, 184);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(0, 174, 184);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-stroke-4 3s linear 9s both,
        animate-svg-fill-4 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 9.3s both;
    animation: animate-svg-stroke-4 3s linear 9s both,
        animate-svg-fill-4 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 9.3s both;
}

/* Login CSS */

.intl-tel-input {
    width: 100%;
}

.jt-lst-card {
    transition: all .5s;
}

.jt-lst-card:hover {
    box-shadow: 0 4px 6px rgb(0 0 0 / 16%);
}

.jt-temp-lst {
    transition: all 0.3s ease-out;
}

.jt-temp-lst .overlay-wrapper {
    position: relative;
    height: 430px;
    overflow: hidden;
}

.jt-temp-lst .overlay-wrapper div {
    text-align: center;
    padding: 0 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.jt-temp-lst .overlay-wrapper div img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 1s ease-in-out;
}

.jt-temp-lst:hover {
    z-index: 1;
    transform: translateY(-2px);
}

.jt-temp-lst:hover img.img-fluid {
    transform: translateY(calc(-100% + 430px));
    transition: transform 5s ease-in-out;
}

.jt-temp-lst .jtl-utt {
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49763655462184875) 100%);
    /* backdrop-filter: blur(10px); */
    /* box-shadow: 0 -10px 10px rgb(0 0 0 / 10%); */
    /* border: #00000033; */
    transition: bottom .4s ease-in-out;
}

.jt-temp-lst:hover .jtl-utt {
    bottom: 0px;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: auto;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:hover i,
.dropdown-item:focus i {
    color: var(--kt-menu-link-color-active);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--kt-menu-link-color-active);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dt-aftr-nn::after {
    display: none;
}

.nav-pills .nav-link {
    background-color: #f2f4f4;
}

.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:hover i {
    color: var(--bs-nav-pills-link-active-color) !important;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.bd-callout {
    padding: 0.5rem;
    border: 1px solid #eee;
    border-left-width: 0.3rem;
    border-radius: 0.25rem;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.fcc-ct .form-check-content {
    background-color: #f5f8fa;
}

.fcc-ct-fill {
    fill: #D1D4DC;
}

.fcc-ct:hover .fcc-ct-fill,
.form-check-clip .btn-check:checked+div .fcc-ct-fill {
    fill: #009ef7;
    transition: all 0.2s ease-in-out;
}

.sel-abs-div {
    top: -45px;
    right: 0;
    z-index: 1;
}

.sad-1 {
    top: -72px;
}

.sad-2 {
    top: 0;
}

.ql-container {
    height: 200px !important;
}

.ql-editor {
    padding: 12px 5px !important;
    min-height: 200px !important;
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}

.ql-snow .ql-picker.ql-size,
.ql-snow .ql-picker.ql-lineHeight {
    width: 58px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-lineHeight .ql-picker-label::before,
.ql-snow .ql-picker.ql-lineHeight .ql-picker-item::before {
    content: attr(data-value) !important;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}

/* Editor */
.jt-editor-container {
    height: calc(100vh - 170px);
    text-align: initial;
    overflow-y: auto;
    scroll-behavior: smooth;
    /* background-color: #e3e6f1; */
    position: relative;
    flex: 1 1 auto;
    min-height: 1px;
    position: relative;
    /* padding: 0.75rem; */
}

#imageLibraryModal iframe,
#iconLibraryModal iframe {
    width: 100%;
    /* height: calc(100vh - 25rem); */
    height: calc(100vh - 15rem);
    overflow: hidden;
    border: none;
}

.jt-edt-blk-lst-div {
    height: calc(100vh - 220px);
}

.jt-nw-blk-lst {
    padding: 0.8rem;
    background-color: #eff2f5;
}

.jt-nw-blk-lst:hover {
    background-color: #E4E6EF;
}

.jt-edt-blk-lst-div>ul>li {
    list-style-type: none;
    padding: 0.8rem;
    cursor: default;
}

.jt-edt-blk-lst-div>ul>li:hover {
    background-color: #0000001A;
}

#jt-blk-list,
#jt-blk-cnt {
    transition: all .3s;
}

.jt-blk-div #jt-blk-list {
    transform: translate3d(-400px, 0, 0);
    width: 0;
}

#jt-blk-list {
    width: 400px;
    transform: translate3d(0, 0, 0);
}

#jt-blk-cnt {
    width: 0;
    transform: translate3d(360px, 0, 0);
}

.jt-blk-div #jt-blk-cnt {
    width: 360px;
    transform: translate3d(0, 0, 0);
}

#jt-blk-cnt .card.card-flush {
    display: none;
}

.jt-blk-div #jt-blk-cnt .card.card-flush {
    display: flex;
}

.all-blk-hei {
    height: calc(100vh - 245px);
}

.colorpicker .dropdown-menu {
    float: left;
}

.colorpicker .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.colorpicker .close:hover {
    opacity: 0.75;
}

.form-control-position {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}

.has-icon-left .form-control-position {
    right: auto;
}

.has-icon-left .form-control {
    padding-right: 1.6rem;
    padding-left: 2.5rem;
}

.has-icon-left .form-control-position i {
    position: relative;
    left: 2px;
    top: 1px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
}

.jt-edt-lft-accor .accordion-item .accordion-header {
    border: 1px solid #DFE3E7;
    border-radius: 0.425rem;
    overflow: hidden;
    cursor: default;
}

.jt-edt-lft-accor .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.cp-sec-div .csd-prev {
    z-index: 2;
    top: 3px;
    right: 3px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    /* border: solid 1px #ccc; */
    box-shadow: 0px 0px 0px 1px #e4e6ef;
    cursor: text;
    background: url(../images/trans_bg.png) repeat scroll 0 0 transparent;
    pointer-events: none;
    overflow: hidden;
}

.cp-sec-div .csd-prev>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
/* Editor */

@media (min-width: 576px) {
    .md-mw-600 {
        max-width: 600px;
    }
}

/* Pagination CSS */
.ff_dash_pagi .ng-isolate-scope>ul>li {
    margin: 0 2px;
}

.ff_dash_pagi .ng-isolate-scope>ul>li>a {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s linear;
    color: #212529;
    font-size: 0.9rem;
    background-color: transparent;
    padding: 0 12px;
}

.ff_dash_pagi .ng-isolate-scope>ul>li>a:hover {
    z-index: 2;
    background-color: #ccc;
    text-decoration: none;
}

.ff_dash_pagi .ng-isolate-scope>ul>li.active>a {
    /* background-color: #1266f1; */
    background-color: #009ef7;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%),
        0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.ff_dash_pagi .ng-isolate-scope>ul>li.disabled {
    cursor: not-allowed;
}

.ff_dash_pagi .ng-isolate-scope>ul>li.disabled>a {
    color: #757575;
    pointer-events: none;
}

.ver-name {
    font-size: 45%;
    color: #009ef7;
    font-weight: 600;
}

.ver-name-fs {
    font-size: 40%;
}

.link-title {
    font-family: 'Fira Sans', sans-serif;
    color: #2D3648;
    font-weight: 700;
    font-size: 1.5rem;
}

.pill-cust {
    padding: 0.4rem 1rem 0.34rem;
    font-size: 0.6rem;
}

/* Pagination CSS */

/* Physical Card */
.pc-cap-div {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#capture, .pc-mn-div {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.pc-mn-div {
    padding: 100px;
    font-family: 'Poppins', sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-color: transparent;
}

.pc-mn-div .col-md-6, .pc-mn-div .col-12 {
    z-index: 1;
}

.pc-bg-grad-div {
    top: 0;
    left: 0;    
}

.pc-bg-grad-div.pbgd-1 {
    width: 50%;
    height: 100%;
    background: transparent linear-gradient(92deg, #00000099 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.pc-bg-grad-div.pbgd-2 {
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(180deg, #00000099 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.pc-bg-grad-div.pbgd-4 {
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background: transparent linear-gradient(268deg, #00000099 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.pmd-2 h1 {
    font-family: 'Yellowtail', cursive;
}

.pt-2-wrap {
    max-width: 350px;
}

.pt-3-wrap {
    max-width: 915px;
    font-family: 'Roboto', sans-serif;
}

.pt-3-dvdr {
    width: 5px;
    height: 240px;
}

.pt-4-cnt {
    bottom: 100px;
    right: 100px;
    z-index: 1;
}

.pt-1-avtr-div {
    position: relative;
    width: 157px;
    height: 157px;
    border-radius: 80px;
    overflow: hidden;
    padding: 0;
}

.pt-1-avtr-div>img {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pc-mn-div h1, .pc-mn-div h2 {
    color: #FFFFFF;
}

.pc-mn-div h1 {
    font-size: 42px;
}

.pc-mn-div h2 {
    font-size: 32px;
}

.pt-qr-img {
    width: 350px;
    height: 350px;
}

.pt-qr-img>svg {
    max-width: 100%;
    height: auto;
}

.sm-thm1 .pc-mn-div {
    width: 640px;
    height: 360px;
}

.sm-thm1 .pc-mn-div {
    padding: 34px;
}

.sm-thm1 .pt-2-wrap {
    max-width: 117px;
}

.sm-thm1 .pt-3-wrap {
    max-width: 306px;
}

.sm-thm1 .pt-1-avtr-div {
    width: 53px;
    height: 53px;
    border-radius: 27px;
}

.sm-thm1 .pc-mn-div h1 {
    font-size: 14px;
}

.sm-thm1 .pc-mn-div h2 {
    font-size: 11px;
}

.sm-thm1 .pt-qr-img {
    width: 117px;
    height: 117px;
}

.sm-thm1 .pt-3-dvdr {
    width: 2px;
    height: 79px;
}

.sm-thm1 .pt-4-cnt {
    bottom: 34px;
    right: 34px;
}
/* Physical Card */

/* Top Loader */
.jt-load-fix {
    top: 0;
    left: 50%;
    z-index: 1100;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.jt-load-fix .alert {
    transition: transform 0.1s ease-out;
    transform: translate(0, -50px);
}

.jt-load-fix.show .alert {
    transform: translate(0, 12px);
}