﻿:root {
    color-scheme: only light;
    --kt-text-dark: #333d47 !important;
    --kt-text-primary: #333d47;
    --kt-text-muted: #333d47;
    --kt-form-label-color: #333d47;
    --kt-orm-check-label-color: #333d47;
    --kt-form-check-input-checked-bg-color: #333d47;
    --kt-form-check-input-checked-bg-color-solid: #333d47;
    --kt-form-check-input-checked-border-color: #333d47;
   /* --kt-body-color: #ffffff;*/
}
html,
body {
    /* font-family: Poppins, Helvetica, sans-serif !important;*/
    /*color: #333d47 !important;*/
    /*color: #e7d665 !important;*/
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
body,
.app-default {
    background-color: white !important;
   
}
.center-div {
    margin: 0 auto;
    max-width: 350px;
    height: 750px;
    background-color: white;
    border-radius: 3px;
    margin-top: 30px;
}
.app-footer {
    background-color: white !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: #333d47 !important;
}
.my-onlylight-element {
    color-scheme: only light;
}
.headerDiv {
    position: relative;
    left: 0;
    top: 0;
    width: 100% !important;
  /*  background-color: #f5f4d6 !important;*/
    color: white !important;
    font-size: small !important;
    text-align: center !important;
    height: 80px !important;
}
.VoucherCode {
    font-weight: 500 !important;
    background-color: #ca4a4a !important;
    color: white !important;
    padding-left: 10px !important;
    padding-right: 20px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 24px !important;
}
.CampaginName {
    font-weight: 500 !important;
    color: black !important;
    font-size: 21px !important;
}
.VoucherStatus {
    color: #6faf6f !important;
    font-weight: 450 !important;
}
a {
    color: #333d47 !important;
    text-decoration: none;
}
.btn.btn-label-success {
    background-color: #333d47;
    color: #df9191;
    cursor: text !important;
}
    .clickEventDisable {
    pointer-events:none !important;
}
.not-editable-color {
    background-color: #e1d8d8 !important;
}
.badgeWidthHeight{
    width: 70px !important;
    height: 30px !important;
}
.paddingSetZero{
    padding: 0px !important
}

.BarCodeSize{
    width:120px !important;
    height:70px !important;
}
.QRCodeSize {
    width: 160px !important;
    height: 160px !important;
}
.badgeClass{
    background-color: rgba(29, 201, 183, 0.1);
    color: #1dc9b7;
    cursor: text !important;
    pointer-events:none;
}
.btn.btn-label-danger {
    background-color: rgba(253, 57, 122, 0.1) !important;
    color: #fd397a !important;
    cursor: text !important;
}
/*.btn.btn-label-success {
    background-color: rgba(29, 201, 183, 0.1);
    color: #1dc9b7;
    cursor: text !important;
}*/
.btn.btn-success {
    color: var(--kt-success-inverse);
    border-color: #d31145 !important;
    background-color: #d31145 !important;
}
.btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.5rem !important;
    --bs-btn-padding-x: 1.15rem !important;
    --bs-btn-font-size: 0.625rem !important;
    --bs-btn-border-radius: 0.425rem !important;
}

.custom-swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #fff !important;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notranslate {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
/*.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
    font-family: 'Poppings' !important;
}*/
/*.content {
    width: 400px;
    height: 200px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    background: #333;
    overflow: hidden;
}*/

    /*.content .line {
        height: 2px;
        background: white;
        position: absolute;
        top: 10px;
        right: 0;
        -webkit-animation: dude 2s linear infinite alternate;*/ /* Use a single animation */
        /*animation: dude 2s linear infinite alternate;*/ /* Use a single animation */
    /*}

@-webkit-keyframes dude {
    0%, 100% {
        width: 0;
        background: red;*/ /* Set color for left-to-right */
    /*}

    50% {
        width: 100%;
        background: blue;*/ /* Set color for right-to-left */
    /*}
}

@keyframes dude {
    0%, 100% {
        width: 0;
        background: red;*/ /* Set color for left-to-right */
    /*}

    50% {
        width: 100%;
        background: blue;*/ /* Set color for right-to-left */
    /*}
}

.shrink-text {
    font-size: 18px;*/ /* Set the initial font size */
    /*transition: font-size 0.2s;*/ /* Add a smooth transition effect */
/*}

    .shrink-text:hover {
        font-size: 14px;*/ /* Set the smaller font size on hover */
    /*}*/


.bubbles {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border: 1px solid red;
    margin: auto;
}

.bubble {
    position: absolute;
    left: var(--bubble-left-offset);
    bottom: -10%;
    display: block;
    width: var(--bubble-radius);
    height: var(--bubble-radius);
    border-radius: 50%;
    animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
}

    .bubble::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(136, 246, 251, 0.3);
        border-radius: inherit;
        animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
    }

    .bubble:nth-child(0) {
        --bubble-left-offset: 70vw;
        --bubble-radius: 2vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 3s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(1) {
        --bubble-left-offset: 92vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(2) {
        --bubble-left-offset: 60vw;
        --bubble-radius: 2vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(3) {
        --bubble-left-offset: 93vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(4) {
        --bubble-left-offset: 77vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(5) {
        --bubble-left-offset: 36vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(6) {
        --bubble-left-offset: 33vw;
        --bubble-radius: 6vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(7) {
        --bubble-left-offset: 84vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 7s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(8) {
        --bubble-left-offset: 3vw;
        --bubble-radius: 2vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 3s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(9) {
        --bubble-left-offset: 89vw;
        --bubble-radius: 1vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(10) {
        --bubble-left-offset: 87vw;
        --bubble-radius: 9vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 0s;
        --bubble-sway-delay: 3s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(11) {
        --bubble-left-offset: 98vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(12) {
        --bubble-left-offset: 80vw;
        --bubble-radius: 10vw;
        --bubble-float-duration: 7s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(13) {
        --bubble-left-offset: 97vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(14) {
        --bubble-left-offset: 28vw;
        --bubble-radius: 1vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(15) {
        --bubble-left-offset: 64vw;
        --bubble-radius: 10vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(16) {
        --bubble-left-offset: 3vw;
        --bubble-radius: 6vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(17) {
        --bubble-left-offset: 14vw;
        --bubble-radius: 6vw;
        --bubble-float-duration: 6s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(18) {
        --bubble-left-offset: 41vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 6s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(19) {
        --bubble-left-offset: 31vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(20) {
        --bubble-left-offset: 49vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 7s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 0s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(21) {
        --bubble-left-offset: 89vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(22) {
        --bubble-left-offset: 47vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(23) {
        --bubble-left-offset: 93vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(24) {
        --bubble-left-offset: 72vw;
        --bubble-radius: 5vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(25) {
        --bubble-left-offset: 68vw;
        --bubble-radius: 4vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(26) {
        --bubble-left-offset: 15vw;
        --bubble-radius: 5vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(27) {
        --bubble-left-offset: 20vw;
        --bubble-radius: 4vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(28) {
        --bubble-left-offset: 51vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(29) {
        --bubble-left-offset: 31vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(30) {
        --bubble-left-offset: 45vw;
        --bubble-radius: 5vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(31) {
        --bubble-left-offset: 9vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(32) {
        --bubble-left-offset: 62vw;
        --bubble-radius: 5vw;
        --bubble-float-duration: 6s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(33) {
        --bubble-left-offset: 8vw;
        --bubble-radius: 4vw;
        --bubble-float-duration: 6s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(34) {
        --bubble-left-offset: 76vw;
        --bubble-radius: 1vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(35) {
        --bubble-left-offset: 22vw;
        --bubble-radius: 10vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(36) {
        --bubble-left-offset: 82vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(37) {
        --bubble-left-offset: 30vw;
        --bubble-radius: 10vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(38) {
        --bubble-left-offset: 96vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(39) {
        --bubble-left-offset: 13vw;
        --bubble-radius: 5vw;
        --bubble-float-duration: 8s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(40) {
        --bubble-left-offset: 8vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(41) {
        --bubble-left-offset: 66vw;
        --bubble-radius: 1vw;
        --bubble-float-duration: 9s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(42) {
        --bubble-left-offset: 11vw;
        --bubble-radius: 4vw;
        --bubble-float-duration: 10s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(43) {
        --bubble-left-offset: 57vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(44) {
        --bubble-left-offset: 53vw;
        --bubble-radius: 5vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 2s;
        --bubble-sway-delay: 3s;
        --bubble-sway-type: sway-right-to-left;
    }

    .bubble:nth-child(45) {
        --bubble-left-offset: 18vw;
        --bubble-radius: 1vw;
        --bubble-float-duration: 7s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(46) {
        --bubble-left-offset: 72vw;
        --bubble-radius: 2vw;
        --bubble-float-duration: 7s;
        --bubble-sway-duration: 4s;
        --bubble-float-delay: 0s;
        --bubble-sway-delay: 1s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(47) {
        --bubble-left-offset: 80vw;
        --bubble-radius: 3vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 2s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(48) {
        --bubble-left-offset: 83vw;
        --bubble-radius: 8vw;
        --bubble-float-duration: 12s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 1s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(49) {
        --bubble-left-offset: 16vw;
        --bubble-radius: 10vw;
        --bubble-float-duration: 11s;
        --bubble-sway-duration: 5s;
        --bubble-float-delay: 4s;
        --bubble-sway-delay: 0s;
        --bubble-sway-type: sway-left-to-right;
    }

    .bubble:nth-child(50) {
        --bubble-left-offset: 0vw;
        --bubble-radius: 7vw;
        --bubble-float-duration: 7s;
        --bubble-sway-duration: 6s;
        --bubble-float-delay: 3s;
        --bubble-sway-delay: 4s;
        --bubble-sway-type: sway-right-to-left;
    }

@keyframes float-up {
    to {
        transform: translateY(-175vh);
    }
}

@keyframes sway-left-to-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes sway-right-to-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}
.btn.btn-primary {
    color: #ffffff !important;
    border-color: #ff0000;
    background-color: #ff0000;
}
/*.btn.btn-success {
    color: #ffffff !important;
    border-color: #ff0000;
    background-color: #ff0000;
}*/
.btn-success {
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #c54949;
    --bs-btn-hover-border-color: #c54949;
    --bs-btn-focus-shadow-rgb: #c54949;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #73d7a1;
    --bs-btn-active-border-color: #62d295;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #50cd89;
    --bs-btn-disabled-border-color: #50cd89;
}
.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
    color: var(--kt-primary-inverse);
    border-color: #f35e82 !important;
    background-color: #f35e82 !important;
}