@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-weight: 300;
    #background: rgba(236, 238, 242, 255);
    font-family: 'Urbanist', sans-serif;
}

@media (min-width: 992px) {
    [data-kt-app-header-fixed="true"] .app-header {
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        background-image: none;
        box-sizing: border-box;
        flex-shrink: 0;
        background-color: transparent;
        box-shadow: none;
        backdrop-filter: blur(6px);
    }
}

input,
input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 1rem;
}

a:hover, a:active, a:focus, button, button:hover, button:active, button:focus, [role="button"]:hover, [role="button"]:active, [role="button"]:focus {
    outline: none;
}

.badge ~ .badge {
    margin: .3rem;
}

.badge {
    white-space: normal;
}

.btn-white {
    border: 2px solid #F0F0F0 !important;
    background: #F0F0F0 !important;
}

ul.n-style {
    list-style: none;
    padding: 0;
}

ul.n-style li {
    padding: 1rem;
}

.svg-icon svg {
    height: 1.5rem;
    width: 1.5rem;
}

.d-flex a.btn {
    margin: auto;
}

.card {
    border-radius: 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.table th {
    text-align: left;
}

.table tbody tr:hover {
    cursor: pointer;
}

.table-hover > tbody > tr:hover > td > a.btn-bg-light {
    background-color: var(--kt-accordion-border-color) !important;
}

.table-hover > tbody > tr:hover > td a .svg-icon {
    color: var(--kt-text-primary);
}

.hidden {
    display: none !important;
}

.w-full {
    width: 100%;
}

.bg-ligth-card {
    background: rgba(245, 248, 250, 1);
}

.alert-danger {
    color: #F64E60 !important;
    background: #FFE2E5 !important;
    box-shadow: none;
    border-color: transparent;
}

.btn-nradius {
    border-radius: 0 !important;
}

.btn--info {
    background-color: #3483FA;
    color: white;
}

.btn--info:hover, .btn-outline--info:hover {
    background-color: #245CAF;
    color: white !important;
}

.input-wrap {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
}

.input-text-wrap input {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 2.7rem;
    color: #294661;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #d4dadf;
    border-radius: 0;
    box-shadow: 0 1px 0 transparent;
    transition: border-color .3s, box-shadow .3s;
}

.input-text-wrap input:focus {
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 2px solid;
    outline: none;
}

.input-text-wrap label {
    position: absolute;
    top: 1.8rem;
    color: #999;
    font-weight: 300;
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    pointer-events: none;
    transition: top .3s, font-size .3s;
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}

.input-module__focused {
    top: 0 !important;
    line-height: 1rem !important;
    font-size: 0.8rem !important;
    color: #212529 !important;
}


.e_CCN {
    border-bottom: 1px solid #FF0B6A !important;
}

.e_CCN ~ span {
    font-size: .8rem;
    color: #FF0B6A;
}

.card-layout--cname {
    max-width: 275px;
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.svg-icon.svg-icon-info {
    color: #3368fa;
}


.filepond-browser {
    color: #FFF;
    #background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);
    display: inline-block;
    margin: 0;
    padding: 7px 35px;
    border: none;
    border-radius: 30px;
    outline: 0;
    font-weight: 700;
    font-size: 1rem !important;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none !important;
    #background: rgb(5, 64, 242);
    #background: linear-gradient(167deg, rgba(5, 64, 242, 1) 0%, rgba(5, 131, 242, 1) 100%);
    background: rgb(61, 217, 217);
    background: linear-gradient(276deg, rgba(61, 217, 217, 1) 0%, rgba(4, 173, 191, 1) 99%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.filepond--label__content div {
    margin: 0;
    padding: 0;
    color: #90a0bc;
    margin: .3rem;
}

.filepond--label__content {
    font-size: 18px;
    font-weight: 500;
    color: #5B5B7B;
    white-space: normal;
}

.filepond--drip-blob, .filepond--drop-label {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform, opacity;
}

.filepond--drop-label {
    height: auto !important;
}

.filepond--panel-root, .filepond--panel-root {
    background: transparent !important;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
    background-color: #7ED9D9;
}

.mcd-success .modal-body {
    padding: 0 !important;
}

.mcd-success .modal-body .mcd-success-body .mcd-success--inner {
    text-align: center;
    padding: 2.5rem;
    background: #76d9b9;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.mcd-success-body .mcd-success--inner i, .mcd-success-body .mcd-success--inner svg {
    width: 100%;
    height: 8rem;
}

.mcd-success .modal-body .mcd-success-body .mcd-success--content {
    text-align: center;
    padding: 3rem 0 5rem;
}

.mcd-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
}


/**
    BEGIN: Navbar
 */

.container-fluid {
    #padding: 10px 30px;
}

.container-max {
    #padding: 0 3rem;
}

.container-max #kt_subheader {
    padding: 0 1.5rem;
}


#kt_header span.menu-title {
    color: rgba(255, 255, 255, .8) !important;
    font-weight: 100;
}

#kt_header .menu-sub .menu-item .menu-title {
    color: #888c9f !important;
}

#kt_header span.menu-title:hover {
    font-weight: 400;
}

.sr_trynow {
    margin-right: 3rem;
}

.sr_trynow a {
    text-align: center;
    padding: 0.4rem 2.5rem !important;
    margin: 0;
    borer-color: transparent;
    border-radius: 15px;
    color: white !important;
    background: rgb(62, 201, 203);
    font-weight: 400;
    letter-spacing: 0.03rem;
}

.sr_trynow.br-trans a {
    color: #009EF7 !important;
    border-radius: 20px !important;
    background: transparent !important;
    border: 2px solid #009EF7 !important;
}

.sr_trynow.br-trans a:hover {
    color: #FFFFFF !important;
    background: #009EF7 !important;
    transition: all 1s ease-in-out;
}

.current {
    color: #f14741;
    /* font-weight: bolder; */
    /* background-color: darkgrey; */
    background-blend-mode: darken;
    #opacity: 0.5;
}

.nav-logo {
    margin-left: 200px;
    min-width: 100px;
    padding: .1rem;
    width: 175px;
}

@media (min-width: 992px) {
    .header-fixed .header {
        height: 55px;
    }
}

/**
    END: Navbar
 */

/**
    BEGIN: INDEX_NA
 */
.section-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.section-content p {
    color: #6c757d;
}

.section-inner {
    padding-left: 0;
    padding-right: 0;
}

.m-1-1r {
    margin: 1rem !important;
}

.m-1-1v {
    margin: 1rem 0 !important;
}

.m-1-1 {
    margin: 3rem !important;
}

.m-right-1q {
    margin-right: 1.25rem !important;
}

.m-bottom-05 {
    margin-bottom: 0.5rem !important;
}

.m-top-05 {
    margin-top: 0.5rem !important;
}

.m-1-1r-auto {
    margin: 1rem auto !important;
}

.m-1-2r-auto {
    margin: 2rem auto !important;
}

.m-1-auto {
    margin: auto 0 !important;
}

.m-2-auto {
    margin: 0 auto !important;
}

.m-2-1 {
    margin: 0 1rem;
}

.m-1-2 {
    margin: 1rem 0;
}

.f500 {
    font-weight: 500 !important;
}

.f600 {
    font-weight: 600 !important;
}

.noGapSpace {
    grid-gap: 0 !important;
}

.noGapSpace .section-column {
    padding: 0;
}

.register-title span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: -.2px;
}

.section-rows {
    display: grid;
    grid-template-rows: 100%;
}

.section-rows-82c {
    display: grid;
    grid-template-rows: 80% 20%;
}

.section-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.section-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}


.section-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.section-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.section-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.section-column {
    padding: 1rem 2rem;
}

.section-wrapper {
    text-align: center;
}

.section-item {

}

.section-item__icon-content {
    padding-bottom: 2rem;
}

.section-content .section-wrapper {
    cursor: pointer;
}

.p-n-1 {
    padding-top: 3rem;
}

.p-n-2 {
    padding-top: 2rem;
}

.p-s-2 {
    padding-bottom: 2rem;
}

.np {
    padding: 0 !important;
}

.p-bottom-1r {
    padding-bottom: 1rem !important;
}

.p-bottom-2r {
    padding-bottom: 2rem !important;
}

.p-bottom-1 {
    padding-bottom: 3rem;
}

.p-1 {
    padding: 1rem !important;
}

.p-2-1r {
    padding: 0 1rem;
}

.p-2-2r {
    padding: 0 2rem;
}

.p-1-1 {
    padding: 3rem 0;
}

.p-1-1r {
    padding: 1rem !important;
}

.p-1-4r {
    padding: 4rem;
}

.p-1-2 {
    padding: 6rem 0;
}

.p-1-3 {
    padding: 9rem 0;
}

.p-t-1 {
    padding-top: 1rem;
}

.m-s-3 {
    margin-bottom: 9rem;
}

.m-2-3 {
    margin: 0 9rem;
}

.m-top-2 {
    margin-top: 6rem;
}

.p-s-1 {
    padding-bottom: 3rem;
}

.p-s-2 {
    padding-bottom: 6rem;
}

.p-s-3 {
    padding-bottom: 9rem;
}

.m-bottom-1r {
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
    color: #4D4D4D;
}

.round-icon {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    border-radius: 5rem;
}


.t-subtitle-6 {
    width: 60%;
    color: #6c757d;
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem 0;
}

.t-subtitle-7 {
    color: #e9ecef;
    margin: 0 auto;
    padding: 0.5rem 0;
}


.t-subtitle-6 a {
    text-decoration: underline;
}

.t-subtitle-6 a:hover {
    text-decoration: none
}

.round-icon svg {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.bg-sg66 {
    font-size: 2.5rem;
    border-color: #F9FAFA;
    background-color: #F9FAFA;
    #color: #777;
    color: #18CDCA;
}

.bg-sg66 i {
    color: #18CDCA;
}

.round-icon.bg-sg66 i, .round-icon.bg-sg66 svg {
    font-size: 1.7rem;
}

.vertical-content > h6 {
    padding: 1rem;
}

.modal-popup--close button {
    text-align: center;
    top: -14px;
    right: -10px;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 2rem;
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
    background: #0D0D0D;
    color: #FCFCFC;
    opacity: 0.9;
    z-index: 100;
}

.modal-popup--close .close {
    font-size: 2rem !important;
    font-weight: 400;
    text-shadow: none !important;
}

.modal-popup--close .close:hover {
    color: #FFF !important;
}

.modal.bd-popup-modal-lg {
    text-align: center;
}


.modal.bd-popup-modal-lg .p-content {
    font-size: 1.02rem;
    padding: 4rem 4rem;
    line-height: 2rem;
}

.modal.bd-popup-modal-lg .modal-dialog {
    min-width: 800px;
}

.modal-prowl .modal-content {
    border-radious: 1rem !important;
}

.modal-prowl .modal-header {
    #padding: 3rem 2rem;
}

.modal-prowl .modal-body.overlay {
    margin: auto;
    #padding: 5rem;
}

.modal-prowl .modal-footer {
    position: relative;
    bottom: 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    background-color: #f6f9fc;
    border-radius: 0 0 14px 14px;
}

.modal-prowl .form-control, .modal-prowl form-control-lg {
    font-size: .9rem;
}

.modal-prowl .modal-footer button, .modal-prowl .modal-footer a {
    padding: 0 2.4rem;
    border-radius: 2rem;
}

.p-header {
    text-align: center;
    padding: 1rem 2rem;
    padding-right: 3rem;
    font-weight: 500;
    font-size: 1.6rem;
}

.b87-left {
    border-left: 2px solid #EEE;
}

.bg-light {
    #background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(60%, #e9ecef), to(#e3e7eb));
    #background-image: -webkit-linear-gradient(white, #e9ecef 60%, #e3e7eb);
    #background-image: -o-linear-gradient(white, #e9ecef 60%, #e3e7eb);
    #background-image: linear-gradient(white, #e9ecef 60%, #e3e7eb);
    #background-repeat: no-repeat;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.float-left {
    float: left !important;
}

.p-5 {
    padding: 3rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 576px) {
    .modal-prowl-lg .modal-dialog {
        max-width: 800px !important;
    }

}

@media screen and (min-width: 768px) {
    /**
    .modal.bd-popup-modal-lg:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    **/
}

.section-item:hover .fa-rotate-45 i, .section-item:hover .fa-rotate-45 svg {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 1s ease-in-out;
}

.column-panel {
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
    padding-bottom: 24px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 7px 11px -4px rgba(0, 23, 62, 0.2), 0 0 1px 0 #a8b9d5;

    flex: 0;
    margin: 0;
}

.mc-section--info {
    display: inline-flex;
    padding: 2rem;
    width: 100%;
}

.column-panel__body {
    padding: 24px 24px 0;
    text-align: center;
}

.column-panel__body h3 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;

    line-height: 1.5;
}

.m-center {
    margin: 0 auto;
}

.row--large {
    max-width: 1400px;
    #max-width: 1200px;
}

.row--medium {
    max-width: 1000px;
}

.tp-header {

    padding: 32px 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px 3px 0 0;
}

.m-bottom-1r {
    margin-bottom: 1rem
}

.m-right-3r {
    margin-right: 3rem !important;
}

.m-right-5r {
    margin-right: 5rem !important;
}

.m-bottom-3r {
    margin-bottom: 3rem !important;
}

.m-bottom-5 {
    margin-bottom: 32px
}

.m-top-1 {
    margin-top: 18px;
}

.p-top-4r {
    padding-top: 4rem;
}

.m-top-5r {
    margin-top: 5rem;
}

.tp-header.cc-32e {
    background-color: #fdf1ff;
}

.tp-header.cc-33e {
    background-color: #f5f8ff;
}

.tp-header.cc-32e h3 {
    color: #740089;
}

.tp-header.cc-33e h3 {
    color: #002ca6;
}


.tp-header h3 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}

.tp-header p {
    font-size: 1rem;
    margin-bottom: 0;
}

.btn--primary {
    color: #fff;
    background-color: #18CDCA;;
}

.btn--primaryB {
    borer-color: transparent;
    padding: 0.5rem 2.5rem !important;
    color: white !important;
    background: #18CDCA;
    font-weight: 600;
}

.ll-minfo {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.ll-small {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.8rem;
}

.bg-gradient-bt__1wr {
    position: relative;
    background: linear-gradient(135deg, rgba(2, 146, 235, 1) 0%, rgba(104, 237, 237, 1) 100%);
    color: white;
}

.bg-pattern__1wr {
    background: url(../img/resources/pattern-left.svg) no-repeat 0 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.is-size-h1 {
    color: white;
    margin-bottom: 27px;
    font-size: 2.813rem;
    line-height: 5.375rem;
    letter-spacing: -2px;
}

.section-item:hover .fa-rotate-45 i, .section-item:hover .fa-rotate-45 svg {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 1s ease-in-out;
}

.related-text-c1 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.global-content {
    color: #6c757d;
    list-style: none;
}

.global-content li::after {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.global-content li p {
    color: #18CDCA;
}

/**
    END: INDEX_NA
 */
/**
  BEGIN:Custom Metronic's style
 */
.menu-title-gray-700 .menu-item .menu-link .menu-title {
    color: #888c9f;
}

.menu-title-gray-700 .menu-item .menu-link .menu-title a {
    color: #5e6278 !important;
}

.menu-link-a {
    margin: auto;
    padding: 0 2rem;
}

.menu-state-title-primary .menu-item.here > .menu-link .menu-title, .menu-state-title-primary .menu-item.show > .menu-link .menu-title {
    color: #FFF;
}

.menu-state-bg .menu-item.here > .menu-link, .menu-state-bg .menu-item.show > .menu-link {
    background-color: transparent;
}

.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background-color: rgba(245, 248, 250, .8);
}

.menu-state-bg .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background-color: transparent;
}

.menu-state-bg .menu-item a.menu-link:hover:not(.disabled):not(.active) {
    background-color: rgba(245, 248, 250, .8);
}

.menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
    color: #FFF;
}

.menu-state-title-primary .menu-item a.menu-link:hover:not(.disabled):not(.active) .menu-title {
    color: #009ef7;
}

.min-container {
    min-height: 80vh;
    #min-height: auto;
}

.table td {
    #font-size: .9rem !important;
}

.text-secondary {
    background: #fff5f5 !important;
}

.text-secondary .badge-light-danger {
    border: 2px solid #FFF;
}

/**
.text-secondary .text-danger, .text-secondary .text-muted {
    color: white !important;
}
**/

.table .text-secondary td {
    color: #181C32 !important
}

.table.table-centered tbody tr td:first-child, .table.table-centered tbody tr td:last-child {
    padding: 0 1rem;
}

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

.col.bg-light-success:hover {
    background-color: #E8FFF3 !important
}

/**
  END::Custom Metronic's style
 */

/**
    BEGIN: HEADER
 */

#kt_header {
    box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05);
}

/**
    END: HEADER
 */

/**
    BEGIN: TOOLBAR
 */
@media (min-width: 992px) {
    .header-fixed.toolbar-fixed .toolbar {
        padding: 0;
        top: 55px;
        border-top: 1px solid #EFF2F5;
    }
}

/**
    END: TOOLBAR
 */

/**
   BEGIN: Footer
 */

.app-header-l-absolute {
    left: 0 !important;
}

.footer {
    margin-top: 3rem;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

#kt_app_header_wrapper {
    margin-left: calc(var(--kt-app-sidebar-width) + var(--kt-app-sidebar-gap-start, 0px) + var(--kt-app-sidebar-gap-end, 0px));
}

.mcd-footer h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 3rem 0 1.5rem;
    border-left: 2px solid #4D4D4D;
    padding-left: 1rem;
    font-weight: bolder;
}

.footer-dark .mcd-footer h5 {
    color: #FFFFFF;
}

.mcd-footer a {
    color: #4D4D4D;
    font-weight: 100;
}

.mcd-footer a:hover {
    color: #2FA4E7;
    font-weight: 600;
    #transition: all 1s ease-in-out !important;
}

.footer-dark .mcd-footer a, .footer-dark .mcd-footer li {
    color: #D2D1D1;
    font-weight: 100;
}


.footer-dark .mcd-footer a:hover {
    color: #ededed;
}

.social-icons a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

.social-icons a svg.svg-inline--fa {
    height: 30px;
    color: #9fa3a9;
}

.section-footer__socialN ul.section-footer__column {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}


.section-inner {
    padding-left: 0;
    padding-right: 0;
}

.section-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.c3-footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.section-footer__socialN {
    width: 100%;
    text-align: center;
}

.section-footer__column li {
    padding: 0.3rem;
    color: #4D4D4D;

}

.second-bar {
    #display: none;
}

.c3-footer a, .c3-footer li {
    color: #d2d1d1;
    text-decoration: none;
    font-size: 0.9rem;
}

.c3-footer .social-icons a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

@media (max-width: 992px) {
    .section-grid-3 {
        display: inline;
    }

    .section-grid-1, .section-grid-2, .section-grid-3, .section-grid-4, .section-grid-5 {
        grid-template-columns: 1fr;
    }

    .min-container {
        padding: 1rem 0;
    }
}

.footer.footer-dark {
    color: #FFF;
    background-color: #3a3f46;
}

.twitter:hover svg {
    color: #00ACED !important;
}

.facebook:hover svg {
    color: #0077E2 !important;
}

.google:hover svg {
    color: orange !important;
}

/**
    END: Footer
 */


/**
    BEGIN: Login
 */

.bg-principal {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.bg-mainTransform {
    position: fixed;
    left: 0;
    right: 0;
    top: -250px;
    bottom: 0;
    z-index: 0;
    transform: skewY(
            -12deg);
}

.section-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.noGapSpace {
    grid-gap: 0 !important;
}

.m-2-auto {
    margin: 0 auto !important;
}

.noGapSpace .section-column {
    padding: 0;
}

.column-panel {
    display: grid;
    grid-template-rows: auto 1fr;
    position: relative;
    padding-bottom: 24px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 7px 11px -4px rgb(0 23 62 / 20%), 0 0 1px 0 #a8b9d5;
    flex: 0;
    margin: 0;
}

.section-rows {
    display: grid;
    grid-template-rows: 100%;
}

.form-group label {
    font-size: .9rem;
    font-weight: 300;
    color: #3f4254;
}

.form-group .ps-lock {
    position: absolute;
    right: 0;
    top: .4rem;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    color: rgba(0, 0, 0, .3);
    #color: #323232;
}

.card .card-body .form-control-lg, .card .card-body .form-control, .section-column .form-control-lg, .section-column .form-control {
    font-size: .85rem !important;
}

.reg-font .form-control-lg, .reg-font .form-control {
    font-size: 1rem !important;
}

.card .card-body.form-mk2 .form-control-lg, .card .card-body.form-mk2 .form-control, .section-column.form-mk2 .form-control-lg, .section-column.form-mk2 .form-control {
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: .01rem solid #ccc;
    border-radius: 0;
}

.form-group .ps-lock:hover {
    color: #323232;
}

.register-title span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: -.2px;
}

.btn.btn-fixed-height {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-main__acc {
    background: linear-gradient(
            87deg, rgba(2, 146, 235, 1) 0%, rgba(104, 237, 237, 1) 100%) !important;
    border-color: transparent !important;
    border: none !important;
    color: white;
}

.btn-main__acc {
    background: linear-gradient(87deg, rgba(2, 146, 235, 1) 0%, rgba(104, 237, 237, 1) 100%) !important;
    border-color: transparent !important;
    border: none !important;
    color: white;
}

.form-control-unlasshed {
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: .01rem solid #ccc;
    border-radius: 0;
}


.flex-self-center h5, .flex-self-center .subtoolbar--items {
    align-self: center;
}


.card .card-body.form-mk2 .form-control-lg, .card .card-body.form-mk2 .form-control, .section-column.form-mk2 .form-control-lg,
.section-column.form-mk2 .form-control {
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: .01rem solid #ccc;
    border-radius: 0;
}

.form-group label {
    font-size: .9rem;
    font-weight: 500;
    color: #3f4254;
}

.form-error-message {
    color: #F64E60;
}

legend {
    font-size: 1rem;
}

.form-group {
    #margin-bottom: 1.75rem !important;
    margin-top: 1.75rem !important;
}

._sf-content .mb-3 {
    margin-bottom: 0 !important;
}

._sf-content ~ .invalid-feedback {
    margin-bottom: 1.75rem;
}


.btn-group {
    margin: .5rem;
}

.btn-group {

}

.fw-regular {
    font-weight: 300 !important;
    font-size: 0.9rem !important;
}

.btn-main__acc:hover {
    color: white;
}

.btn.btn-fixed-height.btn {
    height: calc(1.5em + 1.3rem + 2px);
    font-size: .9rem;
}

.form-control.form-control-solid {
    background-color: #FFF;
    border-color: #FFF;
    color: #5E6278;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.form-control.form-control-solid:active, .form-control.form-control-solid:hover, .form-control.form-control-solid:focus {
    #background: #FFF;
}

.modal.modal-prowl .form-control.form-control-solid, .modal.modal-prowl-lg .form-control.form-control-solid, .f-search {
    #background-color: #eef3f7;
    background-color: #f5f8fa;
}

.modal.modal-prowl .form-group {
    text-align: left;
}

.input-solid, .tab-content .form-control {
    background-color: #eef3f7;
}

.bg-mainTransform {
    position: fixed;
    left: 0;
    right: 0;
    top: -250px;
    bottom: 0;
    z-index: 0;
    transform: skewY(
            -12deg);
}

.bg-mainTransform__background {
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    transform-origin: 0 50%;
    height: 1698px;
    background-color: #f7fafc;
}


.bg-mainTransform__secondLine, .bg-mainTransform__MsecondLine {
    position: fixed;
    top: 668px;
    left: calc(12% - 700px);
    right: calc(55% + 540px);
}

.bg-mainTransform__secondLine {
    height: 40px;
    background-color: #7FEFFD;
}

.bg-mainTransform__firstLine {
    position: fixed;
    top: 698px;
    left: -10px;
    right: calc(54% + 405px);
    height: 40px;
    background-color: #3483FA;
    #background-color: #7a73ff;
}

.row-skip {
    background: red;
}

.row--medium {
    max-width: 1000px;
}

/**
    BEGIN: SPINNER
 */


.spinner-section, .spinner-section-in, .spinner-double-section-in, .spinner-section-out, .spinner-double-section-out, .spinner-section-far, .spinner-double-section-far, .spinner-double-section {
    position: relative;
}

.spinner-dot-in, .spinner-dot-stick, .spinner-double-dot-stick, .spinner-dot-out, .spinner-double-dot-out, .spinner-double-dot-in, .spinner-wave-out, .spinner-wave-in, .spinner-double-wave-out, .spinner-double-wave-in, .spinner-huge-wave-out, .spinner-huge-wave-in, .spinner-section, .spinner-section-in, .spinner-double-section-in, .spinner-section-out, .spinner-double-section-out, .spinner-section-far, .spinner-double-section-far, .spinner-double-section {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid #D6E6FE;
    animation: spinner 1.2s linear infinite;
}

.spinner-section-far:before, .spinner-section-far:after, .spinner-double-section-far:before, .spinner-double-section-far:after {
    top: -9.375px;
    left: -9.375px;
    width: 62.5px;
    height: 62.5px;
}

.spinner-section:before, .spinner-section-in:before, .spinner-double-section-in:before, .spinner-section-out:before, .spinner-double-section-out:before, .spinner-section-far:before, .spinner-double-section-far:before, .spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-section-out:after, .spinner-double-section-out:after, .spinner-section-far:after, .spinner-double-section-far:after, .spinner-double-section:before, .spinner-double-section:after {
    content: '';
    position: absolute;
    top: -3.125px;
    left: -3.125px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid transparent;
    border-top-color: #3483FA;
}

.spinner-section-far:before, .spinner-section-far:after, .spinner-double-section-far:before, .spinner-double-section-far:after {
    top: -9.375px;
    left: -9.375px;
    width: 62.5px;
    height: 62.5px;
}

.spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-section-out:after, .spinner-double-section-out:after, .spinner-section-far:after, .spinner-double-section-far:after, .spinner-double-section:after {
    border-top-color: transparent;
    border-bottom-color: #3483FA;
}

.spinner-section:before, .spinner-section-in:before, .spinner-double-section-in:before, .spinner-section-out:before, .spinner-double-section-out:before, .spinner-section-far:before, .spinner-double-section-far:before, .spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-section-out:after, .spinner-double-section-out:after, .spinner-section-far:after, .spinner-double-section-far:after, .spinner-double-section:before, .spinner-double-section:after {
    content: '';
    position: absolute;
    top: -3.125px;
    left: -3.125px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid transparent;
    border-top-color: #3483FA;
}

.btn-noborder {
    border: none !important;
    box-shadow: none !important;
}


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

/* Dots */
.spinner-dot-in, .spinner-dot-stick, .spinner-double-dot-stick, .spinner-dot-out, .spinner-double-dot-out, .spinner-double-dot-in {
    position: relative;
}

.spinner-dot-in:before, .spinner-dot-stick:before, .spinner-double-dot-stick:before, .spinner-dot-out:before, .spinner-double-dot-out:before, .spinner-double-dot-in:before, .spinner-dot-in:after, .spinner-dot-stick:after, .spinner-double-dot-stick:after, .spinner-dot-out:after, .spinner-double-dot-out:after, .spinner-double-dot-in:after {
    content: '';
    position: absolute;
    top: 6.25px;
    left: 21.875px;
    width: 6.25px;
    height: 6.25px;
    border-radius: 50%;
    background: #3483FA;
}

.spinner-dot-in:after, .spinner-dot-stick:after, .spinner-double-dot-stick:after, .spinner-dot-out:after, .spinner-double-dot-out:after, .spinner-double-dot-in:after {
    top: auto;
    bottom: 6.25px;
}

.spinner-dot-in:after {
    display: none;
}

.spinner-dot-stick:before, .spinner-double-dot-stick:before, .spinner-dot-stick:after, .spinner-double-dot-stick:after {
    top: -6.25px;
}

.spinner-dot-stick:after, .spinner-double-dot-stick:after {
    top: auto;
    bottom: -6.25px;
}

.spinner-dot-stick:after {
    display: none;
}

.spinner-dot-out:before, .spinner-double-dot-out:before, .spinner-dot-out:after, .spinner-double-dot-out:after {
    top: -12.5px;
}

.spinner-dot-out:after, .spinner-double-dot-out:after {
    top: auto;
    bottom: -12.5px;
}

.spinner-dot-out:after {
    display: none;
}

/* Waves */
.spinner-wave-out {
    box-shadow: -1.5625px -1.5625px 0 1.5625px #3483FA;
}

.spinner-wave-in {
    box-shadow: inset -1.5625px -1.5625px 0 1.5625px #3483FA;
}

.spinner-double-wave-out {
    box-shadow: -1.5625px -1.5625px 0 1.5625px #3483FA, 1.5625px 1.5625px 0 1.5625px #3483FA;
}

.spinner-double-wave-in {
    box-shadow: inset -1.5625px -1.5625px 0 1.5625px #3483FA, inset 1.5625px 1.5625px 0 1.5625px #3483FA;
}

.spinner-huge-wave-out {
    box-shadow: -1.5625px -1.5625px 0 6.25px #3483FA;
}

.spinner-huge-wave-in {
    box-shadow: inset -1.5625px -1.5625px 0 6.25px #3483FA;
}

/* Sections */
.spinner-section, .spinner-section-in, .spinner-double-section-in, .spinner-section-out, .spinner-double-section-out, .spinner-section-far, .spinner-double-section-far, .spinner-double-section {
    position: relative;
}

.spinner-section:before, .spinner-section-in:before, .spinner-double-section-in:before, .spinner-section-out:before, .spinner-double-section-out:before, .spinner-section-far:before, .spinner-double-section-far:before, .spinner-double-section:before, .spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-section-out:after, .spinner-double-section-out:after, .spinner-section-far:after, .spinner-double-section-far:after, .spinner-double-section:after {
    content: '';
    position: absolute;
    top: -3.125px;
    left: -3.125px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid transparent;
    border-top-color: #3483FA;
}

.spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-section-out:after, .spinner-double-section-out:after, .spinner-section-far:after, .spinner-double-section-far:after, .spinner-double-section:after {
    border-top-color: transparent;
    border-bottom-color: #3483FA;
}

.spinner-section:after {
    display: none;
}

.spinner-section-in:before, .spinner-double-section-in:before, .spinner-section-in:after, .spinner-double-section-in:after {
    top: 0;
    left: 0;
    width: 43.75px;
    height: 43.75px;
}

.spinner-section-in:after {
    display: none;
}

.spinner-section-out:before, .spinner-double-section-out:before, .spinner-section-out:after, .spinner-double-section-out:after {
    top: -6.25px;
    left: -6.25px;
    width: 56.25px;
    height: 56.25px;
}

.spinner-section-out:after {
    display: none;
}

.spinner-section-far:before, .spinner-double-section-far:before, .spinner-section-far:after, .spinner-double-section-far:after {
    top: -9.375px;
    left: -9.375px;
    width: 62.5px;
    height: 62.5px;
}

.spinner-section-far:after {
    display: none;
}

/**
    END: SPINNER
 */
/**
    BEGIN: CHECKBOX
 */

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
}

.checkbox-inline {
    display: inline-block;
}

.checkbox-inline .checkbox {
    margin-right: 1rem;
    margin-bottom: .35rem;
}

.checkbox-inline .checkbox {
    margin-right: 1rem;
    margin-bottom: .35rem;
}

.checkbox > input {
    #position: absolute;
    #z-index: -1;
    opacity: 0;
}

.checkbox > span {
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: .42rem;
}

.checkbox > span {
    height: 18px;
    width: 18px;
}

.checkbox > span {
    background-color: #ebedf3;
    border: 1px solid transparent;
}

.checkbox.checkbox-success > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox > input:checked ~ span:after {
    border-color: #ffffff;
}

.checkbox.checkbox-outline > span {
    border-width: 1px;
    border-style: solid;
}

.checkbox.checkbox-outline-2x > span {
    border-width: 2px !important;
}

.checkbox.checkbox-outline > span {
    height: 18px;
    width: 18px;
}

.checkbox-inline .checkbox span {
    margin-right: .75rem;
}


.checkbox.checkbox-outline > span {
    background-color: transparent;
    border-color: #d1d3e0;
}

.checkbox.checkbox-primary > span {
    border: 1px solid transparent;
}

.checkbox-inline .checkbox span {
    margin-right: .75rem;
}


.checkbox.checkbox-outline.checkbox-primary > span {
    background-color: transparent;
    border-color: #d1d3e0;
}

.checkbox.checkbox-outline > span:after {
    width: 5px;
    height: 10px;
}

.checkbox > span:after {
    width: 5px;
    height: 10px;
}

.checkbox > span:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
}

.checkbox.checkbox-outline.checkbox-primary > input:checked ~ span {
    background-color: transparent;
    border-color: #3699ff;
}

.checkbox.checkbox-primary > input:checked ~ span {
    background-color: #3699ff;
}

.checkbox.checkbox-success > input:checked ~ span {
    background-color: #1BC5BD;
}

.checkbox.checkbox-info > input:checked ~ span {
    background-color: #009EF7;
}

.checkbox.checkbox-danger > input:checked ~ span {
    background-color: #F64E60;
}

.checkbox.checkbox-outline > input:checked ~ span {
    background-color: transparent;
    border-color: #3699ff;
}

.checkbox.checkbox-outline.checkbox-primary > input:checked ~ span:after {
    border-color: #3699ff;
}

.checkbox.checkbox-outline.checkbox-success > input:checked ~ span {
    background-color: transparent;
    border-color: #1BC5BD;
}

.checkbox.checkbox-outline-success > input:checked ~ span:after, .checkbox.checkbox-success > input:checked ~ span,
.checkbox.checkbox-outline-success > input:checked ~ span {
    border-color: #1BC5BD;
    background: transparent;
}

.checkbox.checkbox-outline-info > input:checked ~ span {
    background-color: transparent;
    border-color: #009EF7;
}

.checkbox.checkbox-outline-info > input:checked ~ span:after, .checkbox.checkbox-info > input:checked ~ span,
.checkbox.checkbox-outline-info > input:checked ~ span {
    border-color: #009EF7;
}

.checkbox.checkbox-outline-info > input:checked ~ span {
    background-color: transparent;
    border-color: #009EF7;
}

.checkbox.checkbox-outline-info > input:checked ~ span:after, checkbox.checkbox-info > input:checked ~ span,
.checkbox.checkbox-outline-info > input:checked ~ span {
    border-color: #009EF7;
}

.checkbox.checkbox-outline.checkbox-danger > input:checked ~ span {
    background-color: transparent;
    border-color: #F64E60;
}

.checkbox.checkbox-outline.checkbox-danger > input:checked ~ span:after, .checkbox.checkbox-danger > input:checked ~ span,
.checkbox.checkbox-outline-danger > input:checked ~ span {
    border-color: #F64E60;
}

/**
    END: CHECKBOX
 */

/**
    BEGIN: SWITCH
 */

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}

.switch label {
    margin: 0;
}

.switch input:empty {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

.switch input:empty ~ span {
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px;
}

.switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch input:empty ~ span:before {
    background-color: #ebedf3;
}

.switch input:empty ~ span:after, .switch input:empty ~ span:before {
    width: 54px;
    border-radius: 15px;
}

.switch input:empty ~ span:after, .switch input:empty ~ span:before {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.switch input:empty ~ span:after {
    background-color: #fff;
    opacity: .7;
}

.switch input:empty ~ span:after {
    height: 24px;
    width: 24px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: .65em;
    text-align: center;
    vertical-align: middle;
}

.switch input:empty ~ span:after, .switch input:empty ~ span {
    width: 54px;
    margin-right: 1rem;
    border-radius: 15px;

}

.switch input:empty ~ span:after, .switch input:empty ~ span:before {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.switch input:empty ~ span:after {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.switch input:empty ~ span:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.switch.switch-icon input:checked ~ span:after {
    #font-family: "Font Awesome 5 Pro";
    #font-weight: 900;
    #content: "\f107";
    #content: attr(data-off)
}

.switch input:checked ~ span:after {
    opacity: 1;
    color: #fff;
    background-color: #3699ff;
}

.switch.switch-xctrq1 input:checked ~ span:after {
    opacity: 1;
    color: #fff;
    background-color: turquoise;
}

.switch input:empty ~ span:after {
    height: 24px;
    width: 24px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: .65em;
    text-align: center;
    vertical-align: middle;
}

.switch input:checked ~ span:after {
    margin-left: 26px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: transparent;
}

.alert-dismissible {
    display: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: transparent;
    padding-right: calc(1.5em + 1.55rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350cd89' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3875rem) center;
    background-size: calc(.5em + .5rem) calc(.5em + .5rem);
}

.was-validated .alert.alert-dismissible {
    display: flex !important;
}

.was-validated .select2-container .select2-selection--single {
    border: none;
    border-bottom: 1px solid rgba(246, 78, 96, .5);
}

.was-validated .form-control:invalid ~ span:after {
    background: rgba(246, 78, 96, .5);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: transparent;
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '12' height= '12' fill= 'none' stroke= '%23F64E60' viewBox= '0 0 12 12' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23F64E60' stroke= 'none' /%3e%3c/svg%3e);
}

.was-validated .select2-container .select2-selection--single {
    border-color: rgba(246, 78, 96, .5) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '12' height= '12' fill= 'none' stroke= '%23F64E60' viewBox= '0 0 12 12' %3e%3ccircle cx= '6' cy= '6' r= '4.5' /%3e%3cpath stroke-linejoin= 'round' d= 'M5.8 3.6h.4L6 6.5z' /%3e%3ccircle cx= '6' cy= '8.2' r= '.6' fill= '%23F64E60' stroke= 'none' /%3e%3c/svg%3e) !important;
}

input.is-invalid {
    background-color: rgba(246, 78, 96, .1) !important;
}

.toastr-bottom-left, .toastr-top-left, .toastr-top-right, .toastr-top-full-width {
    #top: 4.5rem;
}

#toastr-container.toastr-top-full-width-nav-margin > div, #toastr-container.toastr-top-full-width > div, #toastr-container.toastr-bottom-full-width > div {
    width: 100%;
}

.toastr {
    transition: all 0.2s ease;
    opacity: .8 !important;
    border: 2px solid #CCC !important;
}

.toastr:hover {
    transition: all 0.2s ease;
    opacity: 1 !important;
}

.toastr-bottom-full-width, .toastr-bottom-right, .toastr-bottom-left {

}

.toastr.toastr-success {
    background-color: #0079ce;
    color: #FFFFFF;
}

.toastr-btw span ~ span {
    padding: 0 4rem;
}

.full-width {
    width: 100% !important;
}

/**
.was-validated .form-control:, .form-control.is-invalid {
    border-color: #50CD89;
}
**/


/**
    END: SWITCH
 */
@media (max-width: 991.98px) {
    .d-logo {
        text-align: right;
        width: 100%;
    }

    .p-16 {
        padding: 1rem !important;
    }
}


@media (min-width: 992px) {
    /**
    .nav-logo {
        height: 40px;
        margin: auto 0;
    }

     */
}

@media (max-width: 990px) {

}

@media (max-width: 1286px) {
    .mc-section--info {
        display: block;
    }

    .modal.bd-popup-modal-lg .modal-dialog {
        min-width: auto;
    }

    .b87-left {
        border-left: none;
        border-top: 2px solid #EEE;
    }

    .section-grid-1, .section-grid-2, .section-grid-3, .section-grid-4, .section-grid-5 {
        #grid-template-columns: 1fr 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {

    .sidetrack .content-wrapper {
        margin-left: 0px !important;
    }

    .section-grid-1, .section-grid-2, .section-grid-3, .section-grid-4, .section-grid-5 {
        grid-template-columns: 1fr;
    }

    .section-grid-3 {
        display: inline;
    }

    .p-1-4r {
        padding: 1rem;
    }

    .m-2-3 {
        margin: 0 1rem;
    }

    .t-subtitle-6 {
        padding: 1rem;
        width: auto;
        margin: 2rem auto;
    }

    .card.card-custom .card-flex .form-group.row label, .card.card-custom .card-flex .form-group.row label input,
    .card.card-custom .card-flex .form-group.row label textarea, .card.card-custom .card-flex .form-group.row label select {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart-content {
        position: inherit;
    }

    .cart-inner-main {
        padding: 16px 20px;
    }

    .cart-inner__wrapper-row {
        #position: absolute;
    }

    .cart-inner__wrapper-row {
        display: grid;
    }

    .cart-inner__title {
        padding: 2rem 0rem;
    }

    .cart-inner__wrapper .select2-container .select2-selection--single .select2-selection__rendered {
        white-space: pre-line;
    }

    .card.card-custom .cart-inner-container {
        #max-width: 235px;
    }

    .cart-aside {
        width: 100%;
    }

    .cart-inner-main {
        padding-bottom: 1rem;
    }

    .cart-main-container {
        grid-template-columns: 77% 1fr;
        #width: 289px;
        flex-direction: column-reverse;
        display: flex;
    }

    #processCard .col-2, #processCard .col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .section-grid-1 .section-column {
        padding: 0 !important;
    }

    .card-layout__rotate {
        min-height: 165px;
    }
}

/**
    END: Login
 */


/**
    BEGIN: PAYOUT
 */

.cart-main-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1px auto 0;
    #max-width: 1220px;
}

.cart-main-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1px auto 0;
    display: grid;
    grid-template-columns: 77% 1fr;
    grid-gap: 20px;
}

.cart-content {
    min-height: 100%;
    padding: 56px 24px;
    position: relative;
}

.cart-aside {
    background-color: #F5F5F5;
    padding: 2rem 0 0;
    position: relative;
    #width: 250px;
    z-index: 8;
}

.cart-aside, .cart-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cart-inner-container {
    cursor: pointer;
}

.cart-inner-main {
    position: relative;
    padding: 16px 32px;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cart-inner__wrapper {

    display: table;
    width: 100%;
}

.cart-inner__wrapper-row {
    display: table-row;
}

.cart-inner__icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 24px;
    width: 48px;
}

.cart-inner-container .cart-inner__icon i, .cart-inner-container .cart-inner__icon svg {
    left: 50%;
    top: 50%;
    font-size: 1.5rem;
    color: #3483FA;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
}

.cart-inner__title {
    display: table-cell;
    padding-right: 24px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cart-inner-main.show-up {
    color: white;
    background: linear-gradient(232deg, rgba(24, 205, 202, 1) 45%, rgba(52, 131, 250, 1) 100%);
}

.modal .modal-header.bg-gradient-dark .modal-title {
    color: #FFF;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    font-size: 0.9rem;
    font-weight: 300;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    #padding-left: 0 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #F4F6FA;
    color: #009EF7;
}

.cart-inner-main .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single,
.cart-inner-main.show-up .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
    outline: 0;
}


.select2-dropdown {
    border: 0 !important;
    -webkit-box-shadow: -2px -2px 13px -4px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: -2px -2px 13px -4px rgba(0, 0, 0, 0.75) !important;
    box-shadow: -2px -2px 13px -4px rgba(0, 0, 0, 0.75) !important;
}

.select2-container--bootstrap5 .select2-selection--single {
    outline: 0;
}

.cart-inner-main.show-up .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    color: #333 !important;
}

.select2-container--open .select2-dropdown--below {
    border: none !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.select2-container--bootstrap5 .select2-results__option--highlighted.select2-results__option--selectable {
    #background-color: turquoise !important;
    #color: #999 !important;
    #background-color: #F1F1F1 !important;
}

.select2-container--bootstrap5 .select2-search--dropdown .select2-search__field {
    border-bottom: 1px solid #AAA;
    outline: 0;
}

.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-white), .select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-white) {
    border-color: #FFF;
    background: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 100;
    font-size: 1rem;
}

.select2-container .select2-selection--single {
    background: transparent;
    #border-color: transparent !important;
    #border-bottom: 1px solid #d4dadf !important;
    #border-radius: 0 !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;

    user-select: none;
    -webkit-user-select: none;
}

.select2-container {
    display: block !important;
    padding: .3rem;
    width: auto !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered:focus {
    outline: 0;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    font-weight: 300;
}

.select2-container--bootstrap5 .select2-selection--single {
    border-color: transparent !important;
    border-bottom: 1px solid #d4dadf !important;
    border-radius: 0 !important;
    padding: 0;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered:focus {
    outline: 0;
}

.select2-single {
    #display: none;
}

.cart-inner-main .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    color: #FFF;
    font-weight: 100;
}

.cart-inner-main .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    color: #A1A5B7;
}

.cart-inner-main.show-up .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #333;
    outline: 0;
    font-size: 1rem;
}


.cart-inner-main.show-up .cart-inner__wrapper .select2-container--bootstrap5 .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent;
}

.cart-inner-main.show-up .cart-inner__wrapper select > option {
    color: #212529;
}

.cart-main-container .select2-container .select2-selection--single .select2-selection__rendered {
    #text-align: center;
}

.new-card-labelF {
    width: 100%;
}

.new-card-labelF input {
    display: none;
}

.enrolled-content {
    display: none;
}

.enrolled-show {
    display: grid;
}

.page-item.active .page-link {
    background-color: #3368FA;
}

.cart-aside-summary .cart-aside__header {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e2e4;
    width: 100%;
}

.cart-aside-summary .cart-aside__main-scope {
    margin: 2rem;
}

.cart-aside-summary .cart-aside__ng label {
    float: left;
    margin: 0;
}

.cart-aside__help label {
    font-size: 1.75rem;
}

.cart-aside__help span {
    margin: auto;
    font-size: 1.3rem;
    letter-spacing: .1rem;
}


.cart-aside-summary .cart-aside__ng {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-content: space-between;
    padding: 0.3rem 0;
}

.ui-badge {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.cart-aside-summary .cart-aside__top-scope {
    font-size: 1.1rem;
    padding: 0.5rem 0;
}

.cart-aside-summary .cart-aside__ng-scope {
    font-weight: 300;
    padding: 0.1rem;
    font-size: 0.9rem;
}

.ui-badge-small {
    width: 48px;
    height: 48px;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered:focus {
    outline: 0;
}

.select2-container--bootstrap5 .select2-selection--single {
    border-color: transparent !important;
    border-bottom: 1px solid #d4dadf !important;
    border-radius: 0 !important;
    line-height: 2.7rem;
    #background: #f5f8fa;
}

.card-layout {
    height: 100%;
    min-width: 280px;
    padding: 6.331rem 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.card-layout__rotate {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-layout__content {
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-border-radius: .84615em;
    border-radius: .84615em;
    color: #333;
    overflow: hidden;
    position: absolute;
    height: 180px;
    #width: 100%;
    padding: 1rem;
    z-index: 0;
    min-width: 275px;
}

.card-layout__content.rotate-face__front .card-layout__faceup {
    height: 100%;
    padding: 1.07692em 1.1538em;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: flip-front-180-0;
    animation-name: flip-front-180-0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.rotate-face__front .card-layout__faceup, .rotate-face__back .card-layout__facedown {
    backface-visibility: visible;
}

.rotate-face__front .card-layout__facedown, .rotate-face__back .card-layout__faceup {
    backface-visibility: hidden;
}

.card-layout__content.rotate-face__back .card-layout__facedown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: flip-back-180-0;
    animation-name: flip-back-180-0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.card-layout-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-layout-bg:before {
    top: .875em;
    left: -13em;
    background: rgba(0, 0, 0, .01);
    position: absolute;
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
    width: 28.25em;
    height: 15.25em;
    content: ' ';
    z-index: 1;
    transform: rotate(67deg);
}

.card-layout__facedown {
    background: -webkit-gradient(linear, left top, right top, from(#c5c5c5), to(#f3f3f3));
    background: -webkit-linear-gradient(left, #c5c5c5, #f3f3f3);
    background: linear-gradient(90deg, #c5c5c5, #f3f3f3);
    z-index: -3;
}

.card-layout-wrapper-inner, .card-layout-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-layout--header {
    width: 100%;
}

.card-layout--header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-layout__header-container .card-layout-logo {
    background: #666;
    -webkit-border-radius: .15385em;
    border-radius: .15385em;
    margin-bottom: 0;
    height: 3em;
    width: 4.46154em;
    opacity: .1;
}

.card-layout__header-container .card-layout-logo__bank {
    position: absolute;
    right: 1em;
    top: 1.7em;
}

.card-layout__header-container .card-layout-logo__bank:before {
    content: ' ';
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-background-size: 7.846153846153846em 33.96153846153846em;
    background-size: 7.846153846153846em 33.96153846153846em;
    vertical-align: middle;
    float: right;
}

.card-layout-wrapper-inner {
    background: -webkit-gradient(linear, left top, right top, from(#E5E5E5), to(#F9F9F9));
    background: -webkit-linear-gradient(left, #E5E5E5, #F9F9F9);
    background: linear-gradient(90deg, #E5E5E5, #F9F9F9);
    z-index: -3;
}

.card-layout--row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-layout--row:before {
    display: table;
    content: '';
}

.card-ui__start:before {
    font-size: .72222em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: .46154em;
    width: .46154em;
    position: absolute;
    margin-left: -.23077em;
    margin-top: -.23077em;
    left: 50%;
    top: 50%;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}


/**
    END: PAYOUT
 */

.card.card-cm .card-header {

}

.mh-10 {
    min-height: 10px !important;
}

.mh-20 {
    min-height: 20px !important;
}

.mh-30 {
    min-height: 30px !important;
}

.mh-40 {
    min-height: 40px !important;
}

.mh-50 {
    min-height: 50px !important;
}

.mh-60 {
    min-height: 60px !important;
}

.mh-70 {
    min-height: 70px !important;
}

.mh-80 {
    min-height: 80px !important;
}

.mh-90 {
    min-height: 90px !important;
}

.mh-100 {
    min-height: 100px !important;
}

.f-400 {
    font-weight: 400;
}

.f-500 {
    font-weight: 500;
}

.card-layout-autogrid {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-content: space-between;
}

.card-layout {
    height: 100%;
    min-width: 280px;
    padding: 6.331rem 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.card-layout__rotate {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-layout--row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-layout-security {
    background: -webkit-linear-gradient(
            216deg, #f2f2f2, #fff);
    background: linear-gradient(
            234deg, #f2f2f2, #fff);
    height: 1.8em;
    line-height: 1.84615em;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.card-layout__content.rotate-face__front .card-layout__faceup {
    height: 100%;
    padding: 1.07692em 1.1538em;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: flip-front-180-0;
    animation-name: flip-front-180-0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.rotate-face__front .card-layout__faceup, .rotate-face__back .card-layout__facedown {
    backface-visibility: visible;
}

.rotate-face__front .card-layout__facedown, .rotate-face__back .card-layout__faceup {
    backface-visibility: hidden;
}

.card-layout__content.rotate-face__back .card-layout__facedown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: flip-back-180-0;
    animation-name: flip-back-180-0;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.card-ui__start {
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
    width: .6689em;
    background-color: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.1em, #999), color-stop(.7em, #fff));
    background: -webkit-linear-gradient(top, #999 .1em, #fff .7em);
    background: linear-gradient(
            180deg, #999 .1em, #fff .7em);
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: 2px;
    -webkit-filter: drop-shadow(0 1px 1px #000);
    filter: drop-shadow(0 1px 1px black);
    -webkit-text-fill-color: transparent;
}

.card-layout--number {
    line-height: 1.3;
    margin: .30769em 0 .92308em;
    font-size: 1.6rem;
    letter-spacing: .25rem;
    min-width: 270px;
}

.select-sm {
    max-height: 2.5rem;
    font-size: .8em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

/**
.table.table-centered tbody tr, table tbody td, .table thead th {
    text-align: center !important;
}
**/

.btn-default {
    background: #4446e2;
    color: #FFFFFF;
}

.btn-outline-warning {
    border: 2px solid #FFC700 !important;
}

.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:hover svg {
    color: #FFF !important;
}

.btn-lg {
    height: 5rem;
}

.btn-info-alt2 {
    color: #FFF;
    background: #017ff7;
}

.btn-info-alt2:hover {
    color: #FFF;
    background: #1a8cf8;
}

.btn-semi-round {
    border-radius: 1.5rem;
}

.inj-dw.disabled {
    pointer-events: none;
}

.form-validation .rounded ~ .rounded {
    margin: 1rem 0;
}

.btn-rounded {
    border-radius: 3rem;
}

@media (max-width: 992px) {
    .nav-logo {
        display: none;
    }

    .d-flex {
        #display: block !important;
    }

    #kt_app_header_wrapper {
        margin-left: 0 !important;
    }
}

.form-control {
    font-size: .9rem;
    font-weight: 300;
    text-overflow: ellipsis;
}

.form-control.form-control-solid {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease, background-color .2s ease;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-color: rgba(246, 78, 96, .1) !important;
}

.was-validated .select2-selection__rendered {
    background-color: rgba(246, 78, 96, .1) !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: transparent;
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    background-color: rgba(246, 78, 96, .1) !important;
}

.filter-search {
    flex: 1;
    display: flex;
    background-color: #eef3f7;
    border-radius: .42rem;
    background: #f5f8fa;
}

.filter-search .btn-clear {
    display: flex;
}

.filter-search input {
    line-height: 1.5rem;
}

.filter-search:hover .btn-clear {
    #display: inline;
}

.modal-prowl .pagination .page-item.active .page-link {
    border-radius: 3rem;
}

.form-control.form-control-unline {
    box-shadow: none !important;
    outline: 0;
    border: none;
    border-bottom: .12rem solid #E4E5EF;
    border-radius: 0;
}

.select2-selection.form-select.is-invalid:not([multiple]):not([size]) {
    padding-right: 5.5rem;
    background-image: none !important;
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.modal.modal-abs-background .modal-content {
    border-radius: 2rem;
}

.modal.modal-abs-background .modal-content .modal-header {
    padding: 0 !important;
}

.modal.modal-abs-background .modal-content {
    background: #CCC;
}

.modal.modal-abs-background .modal-content .modal-body {
    margin: .3rem;
    border-radius: 2rem;
    padding: 3rem;
}

.modal.modal-abs-background {

}

.card-shadow {
    #background-color: #3368fa !important;
    box-shadow: 0 2px 4px 0 #c8d7ee;
}

.bg-shape-abstract {
    background-position: right top;
    background-size: 35% auto;
    background-image: url(../assets/media/svg/shapes/abstract-2-dark.svg)
}

a[data-url="#"].inj-dw {
    #pointer-events: none;
    cursor: not-allowed;
}

a[data-url="#"].inj-dw .ki-duotone {
    opacity: .2;
}


.alony-search {
    #border: 2px solid #DEDEDE;
    background-color: #FFFFFF;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-color: rgba(223, 225, 229, 0);
    border-radius: 0.42rem;
    margin: auto !important;
}

.input-group-text {
    border-color: transparent;
    background: #f5f8fa !important;
}

.quick-search .quick-search-form {
    padding: 0;
}

.quick-search .quick-search-form .input-group {
    background-color: transparent;
}

.quick-search .quick-search-form .input-group-prepend,
.quick-search .quick-search-form .input-group-append {
    background-color: transparent;
}

.quick-search .quick-search-form .input-group-prepend .input-group-text,
.quick-search .quick-search-form .input-group-append .input-group-text {
    background-color: transparent;
    border: 0;
}

.quick-search .quick-search-form .input-group-append {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quick-search .quick-search-form .form-control {
    border: 0;
    background-color: transparent;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border-radius: 0;
}

.quick-search .quick-search-form .quick-search-close {
    cursor: pointer;
    display: none;
}

.quick-search .quick-search-wrapper {
    display: none;
}

.quick-search .quick-search-wrapper.ps {
    padding-right: 10px !important;
    margin-right: -10px !important;
}

.quick-search .quick-search-result {
    padding: 0;
    margin: 0;
}

.quick-search.quick-search-has-result .quick-search-wrapper {
    display: block;
}

.quick-search.quick-search-dropdown {
    padding: 1rem 1.5rem;
}

.quick-search.quick-search-dropdown .quick-search-form .input-group:before {
    right: 0;
}

.quick-search.quick-search-dropdown .quick-search-form .input-group .input-group-prepend .input-group-text {
    padding-left: 0;
}

.quick-search.quick-search-dropdown .quick-search-form .input-group .input-group-append .input-group-text {
    padding-right: 0;
}

.quick-search.quick-search-dropdown .quick-search-wrapper {
    margin: 1.5rem 0 0.5rem 0;
}

.quick-search.quick-search-dropdown.quick-search-has-result .quick-search-form {
    border-bottom: 1px solid #EBEDF3;
    padding-bottom: 0.75rem;
}

.quick-search.quick-search-inline .dropdown-menu {
    padding: 1.5rem;
}

.quick-search.quick-search-offcanvas .quick-search-form {
    margin-bottom: 1.5rem;
}

.quick-search.quick-search-offcanvas .quick-search-form .form-control {
    font-size: 1rem;
    font-weight: 500;
}

.quick-search.quick-search-offcanvas .quick-search-form .input-group:before {
    right: 0;
}

.quick-search.quick-search-offcanvas .quick-search-form .input-group .input-group-prepend .input-group-text {
    padding-left: 0;
}

.quick-search.quick-search-offcanvas .quick-search-form .input-group .input-group-append .input-group-text {
    padding-right: 0;
}

.quick-search.quick-search-offcanvas .quick-search-wrapper {
    display: block;
}

.btn.btn-success2 {
    color: #ffffff;
    border-color: turquoise;
    background-color: turquoise;
}

.rotate110 {
    transform: rotate(110deg);
}

#kt_post {
    margin: 3rem 4rem;
}

.toolbar ~ #kt_post {
    margin: 11rem 4rem;
}

.header-fixed.toolbar-fixed .wrapper {
    padding-top: 0px;
}

.bg-pattern-4 {
    background: url(/assets/media/misc/pattern-4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bullet-12w {
    width: 10px;
}

.table-st-header {
    border-top: 2px solid #EEE !important;
    border-bottom: 2px solid #EEE !important;
}

.table-st-header .b-item {
    border: 2px solid #EEE;
    border-radius: 1rem;
    padding: .8rem 1.5rem;
    #font-weight: 500;
}

.separator-2x {
    border-bottom-width: 2px;
}

.fs-xss-8 {
    font-size: .8rem;;
}

.fs-8 .badge {
    font-size: 0.75rem !important;
}

.symbol-round {
    border-radius: 3rem !important;
}

.pagination {
    padding: 1rem;
}

.menu-lg-row-end {
    flex-direction: row-reverse;
}

[data-theme="light"] body {
    background-color: #fcfdfd !important;
}

[data-theme="light"] #kt_footer {
    background: #FFFFFF;
}

[data-theme="dark"] #kt_footer {
    background: #1e1e2d;
}

[data-theme="light"] .table-st-header .b-item {
    background: #FCFCFC;
}

[data-theme="dark"] .btn.btn-white {
    color: #FFFFFF;
    background: transparent !important;
}

.a-link-2 {
    line-height: 2rem;
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
    color: var(--kt-stepper-label-desc-color);
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 0.475rem;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.image-input-placeholder {
    background-image: url('/assets/media/svg/files/blank-image.svg');
}

.card-bg-default {
    background: #F4F4F4;
}

.nav-tabs-border-r {
    #border-right: 1px solid #EEE !important;
    #margin-right: .5rem !important;
}

.btn.btn-success {
    /**#9DF3F4**/
    color: #0e1218 !important;
    background-color: #9bd2ab !important;
}

.btn-check:active + .btn.btn-success, .btn-check:checked + .btn.btn-success, .btn.btn-success.active, .btn.btn-success.show, .btn.btn-success:active:not(.btn-active), .btn.btn-success:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .show > .btn.btn-success {
    color: #0e1218 !important;
    background-color: #a1edb0 !important;
}

.btn.btn-primary {
    /**#9DF3F4**/
    #color: #0e1218 !important;
    color: #FFFFFF !important;
    background-color: #3368FA !important;
}

.btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary-alt-active) !important;
}


.skeleton {
    padding: 15px;
    #max-width: 300px;
    width: 100%;
    height: 20rem;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}

.skeleton .line {
    height: 12px;
    border-radius: 1rem;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

.skeleton-full {
    flex: 0;
}

.skeleton-right {
    flex: 1;
}

.skeleton-left {
    flex: 2;
    padding-right: 15px;
}

.h8 {
    height: 8px !important;
}

.h10 {
    height: 10px !important;
}

.h12 {
    height: 12px !important;
}

.h15 {
    height: 15px !important;
}

.h17 {
    height: 17px !important;
}

.h20 {
    height: 20px !important;
}

.h25 {
    height: 25px !important;
}

.w10 {
    width: 10% !important
}

.w20 {
    width: 20% !important
}

.w25 {
    width: 25% !important
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important
}

.w75 {
    width: 75% !important
}

.w90 {
    width: 90% !important
}

.m10 {
    margin-bottom: 10px !important;
}

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

.m40 {
    margin-bottom: 40px !important;
}

.skeleton-noshadow {
    box-shadow: none !important;
}

.skeleton-table-header {
    padding-left: 2rem;
    color: lightgrey;
    font-weight: 600;
}

.skeleton-table-row {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 1rem;
    border-radius: .42rem;
    margin: 1rem 0;
}

.no-border {
    border: none !important;
}

.nc-pcontent {
    padding: 1rem 2rem;
}

.select2-container--bootstrap5 .select2-selection__clear {
    right: 1rem !important;
    background-color: #F1416C !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    padding: 0 1rem;
    background-color: #f5f8fa;
    border-radius: 0.475rem;
}

textarea {
    background-color: #f5f8fa !important;
    border-radius: 0.475rem !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected::after {
    right: -1.8rem !important;
}

.select2-container--default .select2-results__group {
    background: #EAECED;
    text-align: center;
}

tr[row-invoice-done="true"] {
    background: rgba(0, 158, 247, 0.05);
}

tr[row-invoice-cancel="true"], tr[row-invoice-cancel="true"]:hover {
    background: rgba(248, 40, 90, 0.05) !important;
}


.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc {
    color: #B5B5C3 !important;
}

.bg-vector1 {
    background-color: #F1416C !important;
    background: url(/assets/media/patterns/vecard-flushctor-1.png);
}

.no-boder {
    border: 0 !important;
}

.rw-action > * {
    cursor: pointer;
}

.line-height-50p {
    line-height: 40px;
}

@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.table.table-t tbody td {
    min-width: 200px;
}

.text-end a + a {
    padding: 1rem 0 !important;
}

.row-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ellipse-300 {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.ellipse-200 {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.ellipse-100 {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}


@media only screen and (max-width: 600px) {
    .flex-row {
        #flex-direction: column !important;
    }
}

.flex-container {
    display: flex;
    flex-direction: column;
}

.row-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row-container .p-l-column {
    padding: 0 1rem;
}

.d-flex.flex-column ~ .d-flex.flex-column {
    #padding-left: 2rem;
}

.price-del {
    color: rgba(25,25,33, 0.5);
    text-decoration: none;
    position: relative;
}

.price-del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(25,25,33, 0.8);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}


a. + a.toolbar-separator:before {
    content: '|';
    padding: 0 1rem;
}

a.toolbar-separator.disabled {
    background: rgba(0,0,0,.2);
    cursor: not-allowed;
    pointer-events: all !important;
}

.menu-link.disabled {
    background: #ECECEC;
    cursor: not-allowed;
}

.alert-dashed-gray {
    border: 3px dashed #CCC;
}

@media only screen and (max-width: 600px) {
    .row-container {
        flex-direction: column;
    }

    .p-l-column {
        padding: 0 !important;
    }

    .avatar-container {
        flex-direction: column;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        #max-width: 100%;
    }
}

