@font-face {
    font-family: "NBlack";
    src: url("../font/NunitoSans-Black.ttf");
}

@font-face {
    font-family: "NBold";
    src: url("../font/NunitoSans-Bold.ttf");
}

@font-face {
    font-family: "NunitoSans";
    src: url("../font/NunitoSans-Regular.ttf");
}

@font-face {
    font-family: "SemiBold";
    src: url("../font/NunitoSans-SemiBold.ttf");
}

@font-face {
    font-family: "Credit";
    src: url("../font/credit.ttf");
}

@font-face {
    font-family: 'text-security-disc';
    src: url("../font/text-security-disc.ttf");
}

@font-face {
    font-family: 'Pyidaungsu-Bold';
    src: url("../font/Pyidaungsu-2.5_Bold.ttf");
}

@font-face {
    font-family: 'Pyidaungsu';
    src: url("../font/Pyidaungsu-2.5_Regular.ttf");
}

body,
html {
    height: 100%;
}

body {
    font-family: "SemiBold", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background: #F8F9FA !important;
    color: #444;
    font-size: 1em;
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
}

main.ant-layout-content {
    min-height: 90vh;
}

body.scroll-bottom {
    padding-bottom: 5%;
}

.container {
    width: 92% !important;
    margin-right: auto;
    margin-left: auto;
}

    .container > * {
        box-shadow: none;
        background: transparent;
    }

.ant-layout {
    background: #F8F9FA;
}

.ant-row {
    /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.ant-space {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.ant-form-item-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
    outline: none !important;
}

    a,
    a:hover,
    a:active,
    a:focus {
        color: var(--theme-color);
    }

        .ant-btn,
        a.ant-btn {
            font-size: 17px;
            border-radius: 50px;
            height: auto;
            border: none;
            padding: 8px 15px;
        }

            .ant-btn:focus,
            .ant-btn:hover {
                color: var(--theme-color);
                border: none;
                box-shadow: none !important;
                text-decoration: none !important;
                outline: none !important;
            }

.base-color {
    color: #343638;
}

.main-color {
    color: var(--theme-color) !important;
}

a.main-color:hover {
    color: var(--theme-color);
}

.main-title,
.sub-title {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    color: #414141;
    font-size: 20px;
    margin-bottom: 20px;
}

.my .main-title,
.my .sub-title {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.sub-title {
    font-size: 18px;
}

.flex-v-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.flex-h-center {
    display: flex;
    justify-content: center;
}

.main-content.main-page {
    padding-top: 170px;
}

.inner-content {
    padding: 3em 0em;
}


    .inner-content > .container {
        min-height: 55vh;
    }

.bg-white {
    background: #ffffff;
}

.underline {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 1.3em;
}

.ant-form-item {
    margin-bottom: 17px;
}

.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
}

.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::after {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 18px;
    line-height: 1;
    content: '*';
}

.ant-form-item .ant-form-item {
    margin-bottom: 0px !important;
}

.ant-form-vertical .ant-form-item-label {
    padding-bottom: 2px;
}

.ant-form-item-label {
    display: block;
    width: 100%;
    text-align: left;
}

    .ant-form-item-label > label,
    .biller-input-field label {
        color: #555;
        font-size: 15px;
        display: block;
        height: auto;
        margin-bottom: 3px;
    }

        .ant-form-item-label > label::after {
            content: none;
        }

.form-group label.error {
    color: #DD001A;
    font-size: 0.8em;
    display: none;
}

.form-control::placeholder,
.form-control::-moz-placeholder {
    color: #999;
}

.ant-input-affix-wrapper,
.ant-input,
.ant-input:hover,
.search-block .ant-input,
.form-control:active,
.form-control:focus,
.form-control:valid,
.form-control[readonly],
.ant-input-focused,
.ant-input:focus,
.ant-picker,
.ant-input-number-input,
.ant-input-number-input:focus {
    border: 1px solid #dddddd;
    color: #343638;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: none;
    padding: 8px 20px;
}

    .ant-input-focused,
    .ant-input:focus,
    .ant-input:hover {
        border-right-width: 1px !important;
    }

.ant-input-number-input {
    height: auto;
}

.ant-input-number {
    border: none;
    width: 100%;
}


/* Hide Arrows From Input Number */


/* Chrome, Safari, Edge, Opera */

.ant-input::-webkit-outer-spin-button,
.ant-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.ant-input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    outline: none;
}

.form-control:focus-within,
.form-control:visited .dropdown-item {
    box-shadow: none;
    color: #343638;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    background: #ffffff;
}

.selected {
    box-shadow: none;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-radius: 25px;
    height: 40px;
    padding: 5px 20px;
}

.ant-select-arrow {
    top: 60%;
    transform: translateY(-60%);
    right: 20px;
}

    .ant-select-arrow .anticon > svg {
        vertical-align: top;
        font-size: 18px;
        color: #000;
    }

.ant-input:-internal-autofill-selected,
.ant-input-affix-wrapper > input.ant-input:-internal-autofill-selected,
textarea.form-control:-internal-autofill-selected {
    background: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.ant-input:-webkit-autofill,
.ant-input:-webkit-autofill:hover,
.ant-input:-webkit-autofill:focus,
.ant-input:-webkit-autofill:active {
    background: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

textarea.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill:hover,
textarea.form-control:-webkit-autofill:focus,
textarea.form-control:-webkit-autofill:active {
    background: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.green-full-btn {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
    border-radius: 75px;
    color: #ffffff;
    padding: 10px 0;
    background-color: var(--theme-color) !important;
    width: 100%;
    margin: 0 auto;
}

    .green-full-btn:hover {
        color: #ffffff;
    }

.form-btn,
.form-btn:hover,
.form-btn:active,
.form-btn:focus {
    background: var(--theme-color);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 75px;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    margin-top: 20px;
}

    .form-btn.ant-btn[disabled],
    .form-btn.ant-btn[disabled]:active,
    .form-btn.ant-btn[disabled]:focus,
    .form-btn.ant-btn[disabled]:hover,
    .redeem-block .apply-btn.ant-btn[disabled],
    .redeem-block .apply-btn.ant-btn[disabled]:hover,
    .easypont-payment .apply-btn.ant-btn[disabled],
    .easypont-payment .apply-btn.ant-btn[disabled]:hover,
    .user-consent .footer-accept-btn.ant-btn[disabled],
    .user-consent .footer-accept-btn.ant-btn[disabled]:active,
    .user-consent .footer-accept-btn.ant-btn[disabled]:focus,
    .user-consent .footer-accept-btn.ant-btn[disabled]:hover {
        color: #fff;
        border-color: #d9d9d9;
        background: #bfbfbf !important;
        text-shadow: none;
        box-shadow: none;
    }

.back-btn {
    /* border-radius: 0.25em; */
    padding: 0.4em 0;
    width: 100%;
    margin: 2.5em 0;
}

.custom-select {
    color: #999;
}

.ant-btn-light.disabled,
.ant-btn-light:disabled {
    background: #e9ecef !important;
    opacity: 0.9;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    cursor: not-allowed !important;
    pointer-events: none !important;
    color: #999;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-none {
    display: none !important;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.my-1 {
    margin: 10px 0;
}

.my-2 {
    margin: 20px 0;
}

.my-3 {
    margin: 30px 0;
}

.grid {
    display: grid;
    grid-template-columns: 100%;
}

.my-4 {
    margin: 40px 0;
}

svg {
    fill: var(--theme-color);
}

    svg.icon {
        fill: #444;
    }

.ant-btn-light:disabled .filter-option-inner,
.ant-btn-light.disabled .filter-option-inner {
    background: #e9ecef !important;
}

    .ant-btn-light:disabled .filter-option-inner .selected,
    .ant-btn-light.disabled .filter-option-inner .selected {
        color: #999 !important;
    }

.custom-select {
    background: url("../img/select-icon.png") no-repeat right top 14px/14px;
}

.alert button.close {
    display: none;
}

.alert.alert-error,
.alert.alert-success {
    color: #ffffff;
    font-size: 0.9em;
    border-radius: 0;
    margin-bottom: 0;
}

.alert.alert-error {
    background: #DD001A;
}

.alert.alert-success {
    background: #009f50;
}

.alert-error img {
    width: 25px;
}

.alert-error button.close,
.alert-success button.close {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}

.alert > .container {
    padding: 0;
}

.valid-feedback,
.invalid-feedback {
    text-align: left;
}

input.valid + label.valid {
    display: none !important;
}


/*collapse UI*/

.ant-collapse-header {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 15px;
    height: auto;
    /*display: inline-block;*/
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
    float: right;
    padding-top: 2px;
    padding-left: 10px;
    font-size: 18px;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header {
    padding: 0px;
}

.my .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
}

.ant-collapse > .ant-collapse-item,
.ant-collapse-content,
.ant-collapse {
    border: none;
}

.ant-collapse {
    background: #fff;
}

.ant-collapse-content > .ant-collapse-content-box {
    padding: 15px 0;
}


/*tab UI*/

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap {
    display: block;
}

.ant-tabs-tab {
    display: block;
    width: 50%;
    max-width: 50%;
    text-align: center;
}

    .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
        color: #555;
        font-family: "NBold", Arial, Helvetica, sans-serif !important;
        font-size: 17px;
    }

    .ant-tabs-tab:hover {
        color: var(--theme-color);
    }

.ant-tabs-ink-bar {
    height: 1.5px;
    background: transparent;
}

    .ant-tabs-ink-bar::after {
        content: " ";
        position: absolute;
        left: 50%;
        right: 0;
        bottom: 0;
        height: 1.5px;
        background: var(--theme-color);
        width: 100%;
        transform: translateX(-50%);
    }

.ant-tabs-tabpane {
    display: none;
}

    .ant-tabs-tabpane.ant-tabs-tabpane-active {
        display: block;
    }


/* progress bar loading */

#loader-wrapper {
    z-index: 3333;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: visible;
    /* display: none; */
}

#content {
    display: block;
    position: absolute;
    left: 47%;
    top: 53%;
    -webkit-transform: translate(-47%, -50%);
    -moz-transform: translate(-47%, -50%);
    -ms-transform: translate(-47%, -50%);
    -o-transform: translate(-47%, -50%);
    transform: translate(-47%, -50%);
    border-radius: 50%;
    z-index: 3333;
    color: #fff;
    font-size: 1.2em;
}

.load-6 .letter {
    -webkit-animation-name: loadingF;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -moz-animation-name: loadingF;
    -moz-animation-duration: 1.6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes loadingF {
    0% {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        -ms-opacity: 0.25;
        -o-opacity: 0.25;
        opacity: 0.25;
        visibility: hidden;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes loadingF {
    0% {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        -ms-opacity: 0.25;
        -o-opacity: 0.25;
        opacity: 0.25;
        visibility: hidden;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
}

@-ms-keyframes loadingF {
    0% {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        -ms-opacity: 0.25;
        -o-opacity: 0.25;
        opacity: 0.25;
        visibility: hidden;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
}

@-o-keyframes loadingF {
    0% {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        -ms-opacity: 0.25;
        -o-opacity: 0.25;
        opacity: 0.25;
        visibility: hidden;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
}

@keyframes loadingF {
    0% {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        -ms-opacity: 0.25;
        -o-opacity: 0.25;
        opacity: 0.25;
        visibility: hidden;
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }
}

.letter-holder {
    padding: 16px;
}

.letter {
    float: left;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
}

.l-1 {
    -webkit-animation-delay: 0.48s;
    -moz-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

.l-2 {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

.l-3 {
    -webkit-animation-delay: 0.72s;
    -moz-animation-delay: 0.72s;
    -ms-animation-delay: 0.72s;
    -o-animation-delay: 0.72s;
    animation-delay: 0.72s;
}

.l-4 {
    -webkit-animation-delay: 0.84s;
    -moz-animation-delay: 0.84s;
    -ms-animation-delay: 0.84s;
    -o-animation-delay: 0.84s;
    animation-delay: 0.84s;
}

.l-5 {
    -webkit-animation-delay: 0.96s;
    -moz-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s;
}

.l-6 {
    -webkit-animation-delay: 1.08s;
    -moz-animation-delay: 1.08s;
    -ms-animation-delay: 1.08s;
    -o-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

.l-7 {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.l-8 {
    -webkit-animation-delay: 1.32s;
    -moz-animation-delay: 1.32s;
    -ms-animation-delay: 1.32s;
    -o-animation-delay: 1.32s;
    animation-delay: 1.32s;
}

.l-9 {
    -webkit-animation-delay: 1.44s;
    -moz-animation-delay: 1.44s;
    -ms-animation-delay: 1.44s;
    -o-animation-delay: 1.44s;
    animation-delay: 1.44s;
}

.l-10 {
    -webkit-animation-delay: 1.56s;
    -moz-animation-delay: 1.56s;
    -ms-animation-delay: 1.56s;
    -o-animation-delay: 1.56s;
    animation-delay: 1.56s;
}

#loader {
    display: block;
    position: relative;
    left: 47%;
    top: 50%;
    -webkit-transform: translate(-47%, -50%);
    -moz-transform: translate(-47%, -50%);
    -ms-transform: translate(-47%, -50%);
    -o-transform: translate(-47%, -50%);
    transform: translate(-47%, -50%);
    width: 200px;
    height: 200px;
    margin: -75px 0 0 -90px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--theme-color);
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 2222;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;
        -webkit-animation: spin 3s linear infinite;
        -moz-animation: spin 3s linear infinite;
        -ms-animation: spin 3s linear infinite;
        -o-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: var(--theme-color);
        filter: brightness(150%) saturate(10);
        -webkit-animation: spin 1.5s linear infinite;
        -moz-animation: spin 1.5s linear infinite;
        -ms-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }


/* JavaScript Turned Off */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* fade in animation */

.fadein {
    -webkit-animation: fadein linear 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein linear 1s;
    /* Firefox < 16 */
    -ms-animation: fadein linear 1s;
    /* Internet Explorer */
    -o-animation: fadein linear 1s;
    /* Opera < 12.1 */
    animation: fadein linear 1s;
    display: block !important;
}

@keyframes fadein {
    from {
        opacity: 0.75;
    }

    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0.75;
    }

    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0.75;
    }

    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0.75;
    }

    to {
        opacity: 1;
    }
}


/* end of loading  */


/* Breadcrumb UI */

.breadcrumb {
    background-color: var(--theme-color);
    padding: 18px 0;
}

    .breadcrumb .ant-breadcrumb-link a,
    .breadcrumb .ant-typography {
        color: #fff;
        font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
        font-size: 16px;
    }

.home-link {
    border-bottom: 1px solid #fff;
}

    .home-link:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f015";
    }

.ant-breadcrumb-separator {
    color: #fff;
}

.ant-breadcrumb span:last-child .ant-breadcrumb-separator {
    display: none;
}


/* modal design */

.ant-modal-content {
    border-radius: 15px;
}

.ant-modal-header {
    border-radius: 15px;
    border-bottom: none;
    text-align: center;
}

.ant-modal-title,
.ant-modal-body .main-title {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.my .ant-modal-title,
.my .ant-modal-body .main-title {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
}

.ant-modal-close-icon {
    padding: 0 20px;
    font-size: 20px;
    color: #000;
}

.ant-modal-content {
    padding: 1em 1.5em 2em;
    position: relative;
}

.ant-modal-body {
    padding: 0px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}


/*.ant-modal-content h5,
.ant-modal-content h6 {
    font-weight: 600;
}*/

.ant-modal-content p {
    margin-bottom: 15px;
}

.ant-modal-body .modal-logo {
    /* width: 150px; */
    height: 38px;
}

#terms_condition .modal-dialog,
#privacy_policy .modal-dialog {
    margin-bottom: 5em;
    top: 5%;
}

#terms_condition ul li,
#terms_condition ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #terms_condition ul li span.lower-case {
        margin-right: 10px;
    }

#privacy_policy .modal-body h6.mb-3.font-weight-bold,
#terms_condition .modal-body > h6.font-weight-bold {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    font-size: 20px;
}


/*drawer UI*/

.user-side-menu .ant-drawer-content-wrapper,
.country-side-menu .ant-drawer-content-wrapper {
    width: 100% !important;
}

.ant-drawer-body {
    padding: 0;
}


/* header section */

/*.ant-layout-header {
    line-height: 0;
}*/

.header-sec {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.075) !important;
    background: #ffffff;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 999;
    align-items: center;
    display: flex;
    padding: 10px 0;
    height: 70px;
}

    .header-sec .top-signin, .top-signin:hover, .top-signin:active, .top-signin:link, .top-signin:visited {
        background: #FFFFFF;
        border: 1px solid #DBDBDB;
        border-radius: 50px;
        color: #343638;
        font-size: 14.5px;
        text-transform: capitalize;
        display: none;
        padding: 6px 12px 12px 39px;
        width: auto;
        min-width: 100px;
        height: 38px;
        min-height: 38px;
        line-height: 1.6;
        transition: all 0s linear 1s;
    }

    .header-sec .top-signin {
        position: relative;
    }

        .header-sec .top-signin::before {
            position: absolute;
            content: url("../assets/user-icon.svg");
            width: 24px;
            height: 24px;
            top: 6px;
            left: 10px;
            line-height: 0;
        }

.my .header-sec .top-signin {
    font-size: 13px;
    line-height: 1.9;
}

.top-signin:hover {
    background: rgb(165, 165, 165);
    color: #fff;
}

.top-signin img {
    display: none;
}

.header-sec .toggle-bar img {
    max-width: 20px;
    cursor: pointer;
}

.toggle-bar.ant-btn {
    padding-left: 0;
}

.header-sec .ant-row {
    justify-content: space-between;
}

.country-menu-bar {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

    .country-menu-bar .ant-btn {
        padding: 0 3px;
        line-height: 0;
    }

.d-upgrade-agent {
    display: none;
}

    .d-upgrade-agent .agent-btn,
    .side-become-agent .agent-btn {
        background: var(--theme-color);
        background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
        font-size: 14px;
        padding: 5px 35px;
        color: #fff;
        border-radius: 20px;
        font-family: "NBold", Arial, Helvetica, sans-serif;
    }

.main-company .d-upgrade-agent .agent-btn,
.main-company .side-become-agent .agent-btn {
    background: #4cbb84;
    background-image: url('../assets/become-agent-bg.svg');
    background-repeat: no-repeat;
    background-position: -8px -5px;
    background-size: 110%;
}

.side-become-agent .agent-btn {
    width: 95%;
    height: 40px;
    font-size: 16px;
}

.header-sec .top-logo {
    max-width: 100%;
    max-height: 45px;
}

.header-sec .top-signin-btn,
.header-sec .main-logo,
.header-sec .country-menu-bar {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
}

.header-left-inner {
    display: flex;
    align-items: center;
}

.header-sec .main-logo {
    text-align: center;
    padding-bottom: 1px;
}

    .header-sec .main-logo h1 {
        line-height: 0;
    }

.header-sec .search-icon {
    cursor: pointer;
    max-width: 18px;
    margin: 0 10px;
}

.header-sec .country-menu-bar {
    text-align: right;
    line-height: 0;
}

    .header-sec .country-menu-bar .user-acc-icon {
        font-size: 14px;
        display: none;
    }

.user-acc-icon .user-name {
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.header-sec .country-menu-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 15;
    filter: saturate(1.25) contrast(105%) brightness(105%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.image-cropper {
    width: 27px;
    /*height: 28px;*/
    float: right;
}

.language-menu-circle {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    border-radius: 50%;
    filter: saturate(1.05) contrast(102%) brightness(102%);
}

/*faq */

.faq-detail-inner h6.detail-title {
    font-size: 18px!important;
}

.faq-detail-inner strong p, .faq-detail-inner strong span, .faq-detail-inner b p, .faq-detail-inner b span, .faq-detail-inner b, .faq-detail-inner strong, .about-us-pg strong {
    font-family: "NunitoSans", Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.faq-detail-inner p, .faq-detail-inner span, .about-us-pg p, .about-us-pg span {
    font-family: "NunitoSans", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
}

.faq-detail-inner h1, .faq-detail-inner h2, .faq-detail-inner h3, .faq-detail-inner h4, .faq-detail-inner h5, .faq-detail-inner h6,
.about-us-pg h1, .about-us-pg h2, .about-us-pg h3, .about-us-pg h4, .about-us-pg h5, .about-us-pg h6 {
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    font-size: revert !important;
}

.faq-pg .ant-collapse-content > .ant-collapse-content-box li a {
    padding-right: 7px;
}

.faq-pg .faq-inner-blk {
    padding: 0 10px;
}

    .faq-pg .faq-inner-blk img {
        padding: 5px;
        background-color: #fff;
        border: 1px solid #c7cbcf;
        border-radius: 5px;
        max-width: 100%;
        height: auto;
        margin: 10px 15px 10px 0;
    }

/* search block */
.search-block {
    background-color: var(--theme-color);
    background-image: url('../assets/other-search-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: auto;
    padding: 20px 0;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 2;
    animation: fadeOpacity linear 500ms;
}

.main-pg .search-block {
    top: 66px;
}

.main-company .search-block {
    background-color: transparent;
    background-image: url('../assets/search-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.search-block .ant-row,
.faq-pg .faq-search {
    position: relative;
}

    .search-block .ant-row:after,
    .faq-pg .faq-search:after {
        position: absolute;
        content: url(../assets/search-icon.svg);
        top: 8px;
        width: 10px;
        right: 25px;
        transform: scale(0.75);
    }

.category-pg .search-block {
    top: 65px;
}


/* user side menu */

.user-side-menu .ant-drawer-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-side-menu .side-menu-logo {
    background-color: var(--theme-color);
    background-image: url('../assets/modal-header.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    padding: 17px 20px;
    height: 70px;
}

.main-company .user-side-menu .side-menu-logo {
    background-color: transparent;
    background: url('../assets/sider-bar-header.png') no-repeat;
    background-position: top left;
    background-size: 100%;
    padding: 17px 20px;
}

.user-side-menu .ant-drawer-header {
    padding: 0;
    border: none;
}

.user-side-menu .ant-drawer-title {
    display: none;
}

.user-side-menu .ant-drawer-close {
    font-size: 20px;
}

.user-side-menu .anticon-close svg path {
    color: #fff;
}

.user-side-menu .side-menu-logo {
    margin-bottom: 10px;
}

    .user-side-menu .side-menu-logo img {
        /* width: 130px; */
        padding: 0.25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        max-width: 100%;
        height: 100%;
    }

.flex-group {
    position: relative;
    padding-bottom: 20px;
}

.user-icon-name img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    object-fit: cover;
}

.user-menu li {
    padding: 0 15px;
}

.user-icon-name {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    margin: 0 12px;
    display: flex;
    align-items: center;
}

.user-menu li a {
    color: #343638;
    position: relative;
    display: flex;
    align-items: center;
}

.user-menu.login-menu li a {
    margin-top: 20px;
}

.user-menu li.sign-in-register a {
    display: inline-block;
}

.user-menu li svg,
.country-language svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: cover;
}

    .user-menu li svg g path,
    .user-menu li svg g circle {
        fill: var(--theme-color);
    }

        svg g path.white, .user-menu li svg g path.white {
            fill: white;
        }

    .user-menu li svg .stroke {
        stroke: var(--theme-color);
    }

.user-menu li a span,
.select-country label,
.select-language-div label,
.user-menu li.sign-in-register a,
.user-icon-name {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.user-menu li.sign-in-register {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .user-menu li.sign-in-register .separator {
        padding: 0 5px;
    }

.user-menu.login-menu + .country-language.d-none {
}

.country-language.d-none + .user-menu.account-menu {
    margin: 15px 0;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
}

.side-become-agent {
    background: #eee;
    padding: 20px 10px;
    text-align: center;
}

.are-you-biller {
    /*position: absolute;*/
    background: var(--theme-color);
    background-image: url('../assets/are-you-biller.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    bottom: 10px;
    width: 92%;
    padding: 15px;
    color: #fff;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
}

.main-company .are-you-biller {
    background-color: transparent;
    background: url(../assets/are-you-biller-bg.png) no-repeat;
    background-position: top left;
    background-size: cover;
}

.are-you-biller h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.my .are-you-biller h6 {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    font-size: 14.5px;
}

.are-you-biller a.underline {
    color: #fff;
    text-decoration: underline !important;
    text-transform: uppercase;
}

.are-you-biller .main-color {
    color: #fff !important;
}

.my .are-you-biller a.underline {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    padding-top: 10px;
    display: block;
}

.country-language {
    margin: 15px;
    padding: 15px 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.select-language-div,
.select-country {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

    .select-language-div label,
    .select-country label {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .select-country label:after,
        .select-language-div label:after {
            position: absolute;
            content: url(../assets/right-icon.svg);
            top: 10%;
            width: 7px;
            right: 0;
        }

        .select-country label:after,
        .select-language-div label:after {
            top: 4%;
        }

        .select-language-div label.rotate:after {
            transform: rotate(90deg);
        }

    .select-country .selected-text,
    .select-language-div .selected-text {
        color: #888;
        font-size: 15px;
        display: block;
        padding-left: 45px;
    }


/* .select-country .country_click svg {
    padding: 1px;
} */

.select-lang-box {
    overflow-y: hidden !important;
}

    .select-lang-box .country-flag {
        max-width: 100%;
        cursor: pointer;
    }

.choose-language {
    position: relative;
}

.select-lang-block {
    margin-top: 10px;
    border: none;
    background: none;
    box-shadow: none;
    top: 0;
    height: auto;
    position: relative;
    z-index: 6;
    visibility: visible;
    display: none;
    animation: fadeOpacity linear 500ms;
}

.select-language-name {
    padding-top: 0px;
    padding-left: 45px;
    height: 90px;
    overflow-y: scroll;
}

    .select-language-name li {
        background: none;
        font-size: 14px;
        color: #555;
    }

        .select-language-name li span {
            padding: 10px;
            cursor: pointer;
            display: block;
            border-radius: 5px;
        }

:not(.my) .select-language-name li[name="my"] span {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
}

.select-language-name li span.active {
    position: relative;
    background: var(--theme-color);
    background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    color: #222;
    font-weight: bold;
    position: relative;
}

    .select-language-name li span.active::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        font-size: 18px;
        right: 9px;
        line-height: 0;
        color: var(--theme-color);
        top: 50%;
    }


/* country side menu */

.country-side-menu .ant-drawer-content-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2222;
    padding: 30px 20px 15px;
    right: 0;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

.country-side-menu .ant-drawer-title {
    display: none;
}

.country-side-menu .ant-drawer-header {
    border: none;
    padding: 5px 24px;
}

.country-menu-bar .ant-drawer-close {
    padding: 0 20px;
    font-size: 20px;
    color: #000;
}

.country-side-menu .anticon-close, .user-side-menu .anticon-close {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-top: 3px;
    transition: 0.3s all linear;
}

.user-side-menu .anticon-close {
    margin-right: 5px;
}

    .country-side-menu .anticon-close:hover, .user-side-menu .anticon-close:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        transform: scale(1.05);
    }


    .country-side-menu .anticon-close svg, .user-side-menu .anticon-close svg {
        font-size: 16px;
    }

.side-menu {
    padding: 10px 20px;
    /*height: 400px;*/
}

    .side-menu h5,
    .my .side-menu h5 {
        text-transform: uppercase;
        font-size: 15px;
        font-family: "NBlack", Arial, Helvetica, sans-serif !important;
        color: #111;
        text-align: center;
    }

    .side-menu li {
        border-bottom: 1px solid #DDDDDD;
        padding: 13px 0;
    }

        .side-menu li a {
            color: #414141;
            position: relative;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
        }

            .side-menu li a .cropper {
                margin-right: 15px;
                width: 30px;
                height: 30px;
            }

            .side-menu li a img.rounded {
                margin-right: 1em;
                width: 100%;
                box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
                border-radius: 50% !important;
                border: 1px solid #eee;
            }

            .side-menu li a span,
            .my .side-menu li a span {
                text-transform: uppercase;
                padding-right: 1em;
                font-size: 15px;
                font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
            }

            .side-menu li a i {
                float: right;
            }

            .side-menu li a.active {
                position: relative;
            }

                .side-menu li a.active::before {
                    position: absolute;
                    /*content: url(../assets/check-country.svg);
    width: 2px;
    right: 30px;*/
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    content: "\f00c";
                    font-size: 20px;
                    right: 0;
                    line-height: 0;
                    color: var(--theme-color);
                }


/*category list*/

.category-list {
    padding-bottom: 15px;
    padding-top: 10px;
    animation: fadeOutScale linear 600ms;
}

.category-list-inner {
    padding: 15px 5px 10px;
    text-align: center;
}

    .category-list-inner .ant-row {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .category-list-inner a {
        font-size: 13px;
        color: #666;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: "SemiBold", Arial, Helvetica, sans-serif;
        padding: 5px;
    }

.my .category-list-inner a {
    font-size: 13px;
}

.category-list-inner img {
    margin-bottom: 5px;
    /* width: 85px; */
    width: 90%;
    display: block;
    filter: saturate(1.05) contrast(101%) brightness(101%);
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    animation: fadeOutScale linear 600ms;
}


/*adv info blockquote UI*/

.adv-info {
    background-color: var(--theme-color);
    background-image: url(../assets/mobile-adv-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation: fadeOpacity linear 700ms;
}

.adv-info-inner,
.my .adv-info-inner {
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
}


/*Biller Category Section UI*/

.category-block {
    padding: 15px 0 5px;
    position: relative;
}

.flow-biller-box {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: fadeOutScale linear 600ms;
}



    .flow-biller-box .flow-biller {
        padding: 6px 12px;
        text-align: center;
        position: relative;
    }

.flow-biller a {
    display: block;
    border-radius: 15px;
}


.flow-biller-box .biller-logo {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    display: block;
    border-radius: 15px;
    margin: auto;
    max-width: 100%;
    width: 100%;
    filter: saturate(1.05) contrast(102%) brightness(102%);
    animation: fadeOutScale linear 600ms;
}

.flow-biller .biller-name,
.my .flow-biller .biller-name {
    color: #222;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    text-align: center;
    padding: 8px 4px;
    max-width: 128px;
    margin: auto;
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.title-bar {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

    .title-bar .ant-space {
        align-items: normal;
    }

    .cat-icon object,
    .title-bar svg {
        display: none;
        width: 60px;
        height: 60px;
        margin-right: 5px;
        filter: saturate(1.1) contrast(105%) brightness(105%);
    }

.cat-icon img {
    display: none;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    filter: saturate(1.1) contrast(105%) brightness(105%);
}

.title-bar .category-name {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.my .title-bar .category-name {
    line-height: 1.5;
}

.title-bar .category-desc, .my .title-bar .category-desc {
    color: #888;
    font-size: 14px;
    font-weight: bold;
    /*text-transform: capitalize;*/
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
}

.title-bar .left-blk-inner,
.title-bar .right-blk {
    padding-top: 10px;
}

.title-bar a.see-all {
    padding: 2px 14px !important;
    background: var(--theme-color);
    color: #fff;
    font-size: 13px;
    transition: all 0.3s linear;
    animation: fadeOutScale linear 600ms
}

    .title-bar a.see-all:hover {
        background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    }

.title-bar .arrow-left,
.title-bar .arrow-right {
    cursor: pointer;
}

.title-bar .arrow-left {
    margin-right: 5px;
    margin-left: 13px;
}

.flow-biller .biller-A2-code {
    position: absolute;
    z-index: 1;
    background: white;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    padding: 5px 9px 5px 8px;
    font-size: 12px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1;
}


/*erer UI*/

.ant-layout-footer {
    background: #fff;
    padding: 20px 0px 30px;
    border-top: 1px solid #ccc;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.03);
}

footer .list-block {
    padding-bottom: 15px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-around;*/
    width: 100%;
}

footer .copyright-block {
    justify-content: center;
}

footer .footer-account {
    display: flex;
    justify-content: start;
    width: 100%;
}

footer .footer-logo {
    display: none;
    width: 13%;
    margin-bottom: 10px;
}

footer h4.ant-typography {
    margin-bottom: 7px;
    color: #222;
    font-weight: 600;
    font-size: 17px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.my footer h4.ant-typography {
    font-size: 14px;
}

.my footer .sign-in-up.ant-space {
    display: block;
}

    .my footer .sign-in-up.ant-space .separator {
        display: none;
    }

footer .sign-in-up a,
footer .footer-agent a {
    font-size: 15px;
    color: #666;
}


/*footer .sign-in-up a {
    text-decoration: underline;
}*/

footer .about-inner {
    display: flex;
    justify-content: space-evenly;
}


/* .about-inner .info-blk {
    width: 50%;
} */

.footer-agent,
.sign-in-up {
    margin-bottom: 15px;
}

.social-link .ant-space,
.download-app .ant-space {
    line-height: 2.5;
}

footer .footer-social-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    margin-top: 3px;
}

    footer .footer-social-inner div {
        margin-bottom: 5px;
        margin-right: 5px
    }

.footer-social-inner .share-link {
    position: relative;
}

footer li a,
footer .category-list a {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
}

footer .cat-list-group {
    display: grid;
    /*grid-template-columns: 50% 50%;*/
    width: 100%;
}

    footer .cat-list-group li {
        display: inline-block;
        padding-right: 7px;
    }

.footer-download .app-img {
    /*    display: flex;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
}


/* footer .category-list a {
    padding-left: 15px;
}

footer .category-list ul li {
    position: relative;
}

footer .category-list ul li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 14px;
    color: var(--theme-color);
} 

footer .social-link {
    margin-top: 20px;
}*/

footer .copyright-text {
    font-size: 14px;
    color: #414141;
}

footer .policy-list .ant-btn {
    padding-left: 0px;
    padding-right: 5px;
    line-height: 0;
}

    footer .policy-list .ant-btn > span {
        text-decoration: underline;
        font-weight: 600;
        font-size: 14px;
        font-family: "NBlack", Arial, Helvetica, sans-serif;
    }

footer .share-link-div img {
    cursor: pointer;
}

footer .download-app {
    margin-top: 10px;
}

    footer .download-app img {
        margin-bottom: 10px;
    }

footer .app-img img {
    filter: saturate(1.1) contrast(105%) brightness(105%);
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}


/* homepage sections */

.main-pg {
    /*animation: fadeOutScale linear 300ms;*/
}


/* PMB block */

.pay-my-bill-block {
    padding: 20px 0 10px;
    animation: fadeOutScale linear 400ms;
}

.pay-my-bill-block-inner {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    width: 100%;
    z-index: 1030;
    padding: 15px;
    margin-bottom: 0;
    background: #efeff0;
    text-align: center;
}

.pay-my-bill-block h3 {
    font-size: 16px;
    font-family: "NBlack", Arial, Helvetica, sans-serif;
}

.my .pay-my-bill-block h3 {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important
}

.pay-my-bill-block p {
    margin: 10px 0;
    color: #6d6f71;
    font-family: "SemiBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.pay-my-bill-block .register-link .main-color {
    text-decoration: underline;
    font-family: "NBlack", Arial, Helvetica, sans-serif;
}

.pay-my-bill-block .register-link {
    color: #666;
}

.pay-my-bill-block .pay-my-bill-btn {
    background: var(--theme-color);
    background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    font-size: 13.5px;
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    width: auto;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 0;
}


/*sign in UI*/

.sign-in-pg,
.sign-up-pg,
.reset-pwd {
    background: #fff;
}

.sign-in-left {
    display: none;
}

.sign-in-left {
    background: url(../assets/sign-in-inner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .sign-in-left h2.main-title {
        text-transform: capitalize;
    }

.account-sec .benefit-step svg {
    width: 50px;
}

.benefit-step svg g.stroke,
.benefit-step svg path.stroke {
    stroke: var(--theme-color);
}

.sign-in-left .main-title {
    text-align: center;
    text-transform: unset;
    font-size: 18px;
    margin-bottom: 20px;
    color: #777;
}

.my .sign-in-left .main-title {
    font-size: 18px !important;
}

.sign-in-left .main-title .bold {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    color: #414141;
}

.account-sec .benefit-step svg,
.account-sec .benefit-step img {
    width: 75px;
}

.info-screen .benefit-step h3 {
    font-size: 13px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.benefit-info {
    margin-top: 30px;
}

.info-row {
    padding: 10px 0;
}

    .info-row h4 {
        font-family: "NBlack", Arial, Helvetica, sans-serif;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .info-row p {
        color: #414141;
        font-size: 14px;
    }

.account-sec .benefit-dots {
    transform: translateY(20%);
}

.sign-in-right {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    display: block;
}

    .sign-in-right .main-title {
        margin-bottom: 5px;
    }

        .sign-in-right .main-title span {
            font-family: "SemiBold", Arial, Helvetica, sans-serif;
        }

    .sign-in-right .remember-password {
        justify-content: flex-end;
        /*margin: 0 0 30px;*/
        font-family: "NBold", Arial, Helvetica, sans-serif;
        font-size: 15px;
    }


/* mobile prefix drop-down UI */

.country-prefix {
    display: grid;
    grid-template-columns: 42% 58%;
}

a.forgot-now {
    padding: 0;
    color: #009F4F;
    text-decoration: underline !important;
}

a.register-now {
    color: #009F4F;
    text-decoration: underline !important;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.other-sign-in {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

    .other-sign-in .ant-col {
        margin-bottom: 10px;
    }

    .other-sign-in .ant-col {
        display: block;
        flex: 0 0 49%;
        max-width: 49%;
        padding-right: 2px;
    }

    .other-sign-in .facebook,
    .other-sign-in .google,
    .other-sign-in .apple,
    .my .other-sign-in .facebook,
    .my .other-sign-in .google,
    .my .other-sign-in .apple {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 50px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        background: rgb(248, 248, 248);
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 37.5px;
        font-family: "NBold", Arial, Helvetica, sans-serif !important;
        line-height: 0;
    }

    .other-sign-in .ant-btn[disabled],
    .other-sign-in .ant-btn[disabled]:active,
    .other-sign-in .ant-btn[disabled]:focus,
    .other-sign-in .ant-btn[disabled]:hover {
        color: rgba(0, 0, 0, .25);
        border-color: #d9d9d9;
        background: #e5e5e5!important;
        text-shadow: none;
        box-shadow: none;
    }

    .other-sign-in button[disabled] img {
        filter: grayscale(1);
        opacity: 0.5;
    }

    .other-sign-in .row > * {
        font-size: 15px;
    }

    .other-sign-in .row.three > * {
        font-size: 10px;
    }

    .other-sign-in .facebook {
        color: #1A76D2;
    }

    .other-sign-in .google {
        color: #777;
        cursor: pointer;
    }

        .other-sign-in .google div,
        .other-sign-in .apple div {
            display: -ms-flexbox;
            display: flex;
            align-items: center;
        }

    .other-sign-in .apple {
        color: #444;
    }

        .other-sign-in .facebook i,
        .other-sign-in .apple i,
        .other-sign-in .google img,
        .other-sign-in .google svg {
            margin-right: 4px;
        }

    .other-sign-in .facebook i {
        font-size: 17px;
        line-height: 0;
        margin-right: 10px;
    }

    .other-sign-in .google img,
    .other-sign-in .google svg {
        width: 17px;
    }

    .other-sign-in .apple i {
        font-size: 21.5px;
        padding-bottom: 2px;
        line-height: 0;
    }

.agree-text {
    /* margin-bottom: 30px; */
    padding: 0 20px;
}

    .agree-text .ant-btn {
        color: var(--theme-color);
        padding: 0 3px;
        font-family: "NBold", Arial, Helvetica, sans-serif;
        font-size: 15px;
    }

        .agree-text .ant-btn span {
            text-decoration: underline;
        }

.ant-select-item-option-content .country-flag {
    width: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.country-flag {
    width: 15px;
    margin-bottom: 3px;
    margin-right: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* select dropdown UI  */

.ant-select {
    line-height: 2.2;
}

.ant-select-selector {
    display: flex;
    align-items: center;
}

.ant-select-selection-item {
    justify-content: center;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    border-radius: 50px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 6px;
    width: 80%;
}

.ant-select-single.ant-select-open .ant-select-selection-search + span {
    opacity: 0;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
    color: #bfbfbf;
    opacity: 0;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 38px;
    padding: 5px 10px;
    font-size: 16px;
}

.have-account {
    font-size: 15px;
}


/*modal UI*/

.ant-modal-footer {
    border-top: none;
    padding: 0;
}

.ant-modal-body {
    padding: 20px 20px 0;
}

.modal-logo {
    margin-bottom: 20px;
}

.legal-modal .ant-modal-header {
    text-align: left;
    padding-left: 0;
}

.legal-modal .ant-modal-title {
    font-size: 18px;
}

.legal-modal .ant-modal-close {
    display: none;
}

.legal-modal .legal-div {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    height: 50vh;
    overflow-y: scroll;
}

.legal-modal .ant-modal-body {
    padding: 0;
}

.legal-modal .ant-modal-footer {
    text-align: center;
}

.legal-modal .ant-btn {
    background: var(--theme-color);
    color: #fff;
    padding: 8px 80px;
    margin-top: 20px;
}

    .legal-modal .ant-btn[disabled] {
        display: none;
    }

.en .legal-pg p, .en .legal-pg li, .en .legal-modal p, .en .legal-modal li {
    text-align: justify;
}

.my .legal-pg * {
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
}

.legal-pg h6,
.legal-modal h6,
.my .legal-pg h6,
.my .legal-modal h6 {
    font-size: 17px;
    margin: 7.5px 0;
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
}

.legal-pg h5,
.legal-modal h5,
.my .legal-pg h5,
.my .legal-modal h5 {
    font-size: 19px;
    margin: 7.5px 0;
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
}

.legal-pg ul,
.legal-modal ul {
    margin: 5px 7.5px;
}

.legal-pg hr {
    border-top: 1px solid #fff;
}

.success-modal,
.fail-modal,
.warning-modal {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 45px;
    padding-top: 65px;
}

.success-modal {
    background-image: url('../assets/success-icon.svg');
}

.fail-modal {
    background-image: url('../assets/failed-icon.svg');
}

.warning-modal {
    background-image: url('../assets/warning-icon.svg');
}

.success-modal h2.main-title {
    color: var(--theme-color);
}


/*opt verification modal*/

.otp-box {
    margin-bottom: 10px;
}

    .otp-box .ant-space-item .ant-input {
        border-radius: 10px;
        text-align: center;
        padding: 8px;
    }

.otp-verification .ref-code {
    color: #bbb;
}

.otp-verification .form-btn {
    margin-bottom: 20px;
}

.otp-verification .resend-otp {
    padding: 0;
    color: #444;
}

.resend-otp span {
    text-decoration: underline;
}

.otp-verification .sent-phone {
    font-family: "NBold", Arial, Helvetica, sans-serif;
}


/*forgot password UI*/

.reset-pwd .ant-tabs-content {
    padding-top: 20px;
}

.go-back .ant-btn {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    text-align: center;
    color: var(--theme-color);
}

.go-back span {
    text-decoration: underline;
}

.reset-pwd .request-link {
    color: #6D6F71;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
    color: #888;
}

.go-back {
    display: flex;
    justify-content: center;
}

/*reset password success UI*/
.reset-pwd-success .ant-btn {
    width: 75%;
}

.reset-pwd-success-inner .main-title {
    margin-top: 15px;
}

.reset-pwd-fail-inner .error-icon {
    margin-bottom: 15px;
}


/* .reset-pwd-fail-inner .form-btn {
    max-width: 65%;
} */


/*reset password form UI*/


/*category detail page UI*/

.category-pg .flow-biller-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-flow: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-pg .flow-biller {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
}


/*my account UI*/

.my-account .ant-alert-info,
.pay-my-bill .ant-alert-info,
.result-page .ant-alert-info {
    background: #D8EAE1;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}

.pay-my-bill .ant-alert-info {
    margin-top: 15px;
}

.result-page .ant-alert-info {
    margin-top: 30px;
    text-align: left;
}

.ant-alert-message {
    color: #507964;
}

    .ant-alert-message img {
        margin-right: 5px;
    }

.ant-radio-input:focus + .ant-radio-inner {
    box-shadow: none;
}

.my-account .ant-alert-info .ant-alert-icon {
    color: #c2d2ca;
}

.my-account .user-acc-email {
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.my-account h3.inner-title {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 16.5px;
    font-weight: bold;
    color: #555;
    /*color: #666;*/
    margin-bottom: 18px;
    position: relative;    
}

.custom-radio .ant-radio-group {
    display: flex;
    margin-bottom: 15px;
}

.custom-radio .ant-radio-wrapper {
    border: none;
    margin: 5px 35px 0 0;
    display: flex;
    align-items: baseline;
}

.custom-radio .ant-radio-wrapper span{
    top: 2px;
    position: inherit;
}

.custom-radio .ant-radio-checked .ant-radio-inner, .custom-radio .ant-radio-inner, .custom-radio .ant-radio-wrapper.ant-radio-wrapper-checked {
    border: none;
}

.ant-form input[type=radio]:focus {
    outline: none;
}

.custom-radio .ant-radio-inner,
.custom-radio .ant-radio-inner:checked {
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}

.custom-radio .ant-radio-inner:before,
.custom-radio .ant-radio-inner:after {
        content: "";
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        top: -2px;
        left: -2px;
        border-radius: 50%;
}

.custom-radio .ant-radio-inner:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

    .custom-radio .ant-radio-inner:before {
        background: #ffff;
        border: 1.5px solid #eee;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

.custom-radio .ant-radio-checked .ant-radio-inner:before {
    background: green;
}

.custom-radio .ant-radio-inner:after,
.custom-radio .ant-radio-checked .ant-radio-inner::after {
    background: white;
}


/*upgrade agent UI*/

.ant-picker {
    display: block;
}

.agent-photo-div .ant-space-align-center {
    align-items: flex-end;
}

.upgrade-agent .ant-col.title {
    padding-right: 10px;
}

.upgrade-agent .show-value {
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.upgrade-agent .id-photo-img {
    object-fit: cover;
    width: 150px;
    height: 125px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.upgrade-agent .preview-photo {
    object-fit: cover;
    width: 170px;
    height: 130px;
    border-radius: 5px;
}

.agent-photo-div .upload-btn {
    background: var(--theme-color);
    color: #fff;
    min-width: 135px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.upgrade-agent .upload-text {
    position: absolute;
    color: #fff;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    cursor: pointer;
}

.upgrade-agent .ant-form .input-file {
    opacity: 0;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upgrade-agent .ant-collapse {
    margin-top: 10px;
}

.upgrade-agent .form-btn {
    margin-top: 40px;
}

.grid:nth-of-type(even) {
    border-bottom: 2px dashed #eee;
    border-top: 2px dashed #eee;
    padding: 20px 0 15px;
    margin: 10px 0 20px;
}


.upgrade-agent h3.inner-title {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 16.5px;
    font-weight: bold;
    color: #555;
    /*color: #666;*/
    margin-bottom: 18px;
    position: relative;
    padding-left: 33px;
    text-transform: capitalize;
}

    .upgrade-agent h3.inner-title:before {
        position: absolute;
        width: 27px;
        height: 27px;
        background: #757575;
        top: 0px;
        margin-left: 0;
        left: 0;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14.5px;
        color: #fff;
    }

    .upgrade-agent h3.inner-title.one:before {
        content: "1";
    }

    .upgrade-agent h3.inner-title.two:before {
        content: "2";
    }

    .upgrade-agent h3.inner-title.three:before {
        content: "3";
    }

    .upgrade-agent h3.inner-title.four:before {
        content: "4";
    }


/*biller details page UI*/
.biller-detail .agent-total-balance {
    margin-top: 20px;
    justify-content: space-between;
}

.agent-total-balance .amount {
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.biller-detail .biller-category {
    background: var(--theme-color);
    border-radius: 17px;
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}

.my .biller-detail .biller-category {
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
}

.biller-info .main-title {
    margin: 10px 0 0;
}

.biller-topup .main-title,
.biller-info .main-title {
    font-size: 17px;
}

.my .biller-info .main-title {
    font-family: "NBlack", Arial, Helvetica, sans-serif !important;
}

.biller-detail .biller-desc,
.my .biller-detail .biller-desc {
    font-size: 15.5px;
    margin-top: 10px;
    overflow-wrap: break-word;
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    color: #545454;
}

.biller-detail .ant-radio-group {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
}

.biller-field-inner {
    display: block;
}

.biller-topup .main-title {
    margin-bottom: 15px;
}

.biller-topup-inner {
    justify-content: center;
    align-items: center;
}

.topup-inner {
    padding: 10px;
    line-height: 1.5;
}

.biller-topup .main-desc {
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    display: block;
}

.biller-topup .other-info {
    font-size: 12.5px;
    color: #999;
}

.biller-topup .other-info {
    font-size: 12.5px;
    color: #999;
}

.biller-detail .biller-info .biller-field-inner span.error, .my .biller-detail .biller-info .biller-field-inner span.error {
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

.biller-field-inner .ant-input, .biller-field-inner .ant-input:hover {
    margin-bottom: 3px;
    border: 2px solid #e5e5e5 !important;
}

.promo-discount {
    margin-bottom: 15px;
}

    .promo-discount .small-title {
        font-family: "NBold", Arial, Helvetica, sans-serif;
        font-size: 15px;
    }

.my .promo-discount .small-title {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
}

.cashback-detail .small-title {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.promo-discount .promo-info,
.cashback-detail .cashback-info {
    font-size: 13px;
    color: #666;
}

.cashback-detail .cashback-info {
    margin-bottom: 10px;
}

    .cashback-detail .cashback-info:last-child {
        margin-bottom: 0px;
    }

.promo-detail .ant-collapse-content > .ant-collapse-content-box {
    padding: 0;
}

.cashback-detail .ant-collapse-content-box {
    padding: 10px 0 0;
}

.promo-agent {
    align-self: end;
    padding-top: 15px;
}

.promo-agent-value {
    padding: 0;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: underline !important;
    color: var(--theme-color);
}

.promo-discount .ant-row {
    align-items: flex-end;
}

.biller-pymt {
    position: relative;
}

.pymt-method {
    position: absolute;
    background: #DDDDDD;
    border-radius: 0px 25px 25px 0px;
    left: -3px;
    padding: 8px 20px;
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.my .pymt-method {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
}

.biller-pymt-inner {
    padding-top: 55px;
}

.enter-email-block label {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.my .enter-email-block > label,
.my .easypoints-redeem > label {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
}

.register-enable {
    padding: 10px 17px 10px 0;
    font-size: 14px;
    color: #666;
}

    .register-enable img {
        width: 35px;
    }

    .register-enable .pay-over-counter, .register-enable .register-to {
        padding: 0;
        font-family: "NBold", Arial, Helvetica, sans-serif;
        text-decoration: underline !important;
        color: var(--theme-color);
    }

.biller-detail .agree-text {
    margin-bottom: 0px;
    padding: 0;
    margin-top: 30px;
}


.biller-detail .continue-btn {
    animation: fadeOutScale linear 500ms;
}
/* multiple payment pymt-method */
.pymt-method i {
    font-weight: normal;
}

.ant-checkbox-wrapper {
    align-items: initial;
}

    .ant-checkbox-wrapper .ant-checkbox {
        top: 0;
    }

.ant-checkbox-inner, .ant-checkbox-checked::after {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner, .ant-checkbox-checked::after {
    border-color: var(--theme-color);
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.multi-pymt-meth .pay-btn,
.multi-pymt-meth .pay-btn:disabled {
    border-radius: 10px;
    width: 65px;
    padding: 5px;
    margin-left: 10px;
    display: inline;
    box-shadow: none;
    font-size: 18px;
}

    .multi-pymt-meth .pay-btn.active,
    .redeem-block .apply-btn.active,
    .redeem-block .promo-pay-btn.active {
        opacity: 1;
    }

.method-left {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 15px 5px 15px 15px;
    display: flex;
    align-items: center;
}

.method-right {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 15px 15px 15px 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.25;
}

.method-left .pymt-method-name {
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    font-size: 14.5px;
    color: #484a4b;
    line-height: 1.5;
    text-align: left;
}

.method-left .meth-icon {
    width: 26px;
    height: auto;
    margin-right: 8px;
    position: relative;
    /* top: 4px; */
}

.method-right .pymt-fee {
    font-size: 14px;
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    color: #555;
    text-align: right;
    color: var(--theme-color);
    line-height: 1.5;
}

.pymt-fee.normal-amt {
    font-size: 12.5px;
    font-family: "SemiBold", Arial, Helvetica, sans-serif;
    text-decoration: line-through;
    color: #777;
}

.biller-detail .receive-purchase {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}


/*Confirm Page UI*/

.confirm-value {
    margin-top: 15px;
}

    .confirm-value .row-style {
        padding: 10px 0;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
        color: #555;
    }

        .confirm-value .row-style:last-child {
            border-bottom: none;
        }

        .confirm-value .row-style .col-right,
        .label-value .col-right {
            text-align: right;
        }


/*enquiry flow*/

.enquiry-content-info {
    margin-top: 20px;
}

.biller-input-field {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 5px 0;
}

    .biller-input-field > label, .my .biller-input-field > label {
        font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
        font-size: 15px;
        color: #666;
    }

    .biller-input-field p {
        font-size: 15px;
        color: #777;
    }

span.error {
    font-size: 15px;
    color: red;
}

.my span.error {
    font-size: 13px !important;
    padding-top: 5px;
    display: inline-block;
}

.label-value:first-of-type {
    border-top: none;
}

.enquiry-content .promo-discount-div {
    border-top: 1.5px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.custom-product-field {
    margin: 20px 0;
}

    .custom-product-field input.ant-input,
    .custom-product-field input.ant-input-number-input {
        border: 2px solid #e5e5e5 !important;
        border-radius: 5px;
    }

        .custom-product-field input.ant-input:focus,
        .custom-product-field input.ant-input-number-input:focus {
            border: 2px solid var(--theme-color) !important;
        }


/* scanner box UI */

.scanner-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: 0px auto 40px;
}

.scanner-box {
    width: 200px;
    height: 200px;
    position: absolute;
    padding: 10px;
}

    .scanner-box .line {
        position: absolute;
        left: 5%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        width: 90%;
        height: 1.5px;
        background: #fff;
        opacity: 0.75;
    }

    .scanner-box .square {
        position: absolute;
        width: 40px;
        height: 40px;
        border: 4px solid #fff;
    }

.square.top-left {
    border-right: none;
    border-bottom: none;
    left: 5px;
    top: 5px;
}

.square.top-right {
    border-left: none;
    border-bottom: none;
    right: 5px;
    top: 5px;
}

.square.bottom-left {
    border-right: none;
    border-top: none;
    left: 5px;
    bottom: 7.5px;
}

.square.bottom-right {
    border-left: none;
    border-top: none;
    right: 5px;
    bottom: 7.5px;
}

.scanner-main-box video {
    object-fit: cover;
    width: 100%;
    height: 330px;
    background: rgba(0, 0, 0, 0.5);
}

.upload-scanner,
.screenshot-btn-div input[type="file"] {
    cursor: pointer;
}

    .upload-scanner.screenshot-btn-div .upload-btn-wrapper {
        color: #fff;
    }

.scanner-flow .scanner-upload {
    width: 70%;
    margin-bottom: 15px;
}

    .scanner-flow .scanner-upload .ant-upload.ant-upload-select {
        display: block;
    }

.scanner-upload .ant-upload.ant-upload-select-picture-card > .ant-upload {
    grid-template-columns: 50%;
}

.scanner-upload .ant-upload .ant-btn {
    background: var(--theme-color);
    margin-left: 0px;
    color: #fff;
}


/*result-page UI*/

.result-page {
    text-align: center;
}

    .result-page h6.txn-status {
        font-family: 'NBold', Arial, Helvetica, sans-serif;
        font-size: 17px;
        margin: 10px 0 0px;
    }

.my .result-page h6.txn-status {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
}

.result-page .txn-date-time {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.result-page .txn-date-time + .ant-row {
    align-items: center;
}

.result-page .biller-name,
.my .result-page .biller-name {
    font-family: 'NBold', Arial, Helvetica, sans-serif !important;
    font-size: 17px;
}

.result-value {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-top: 7.5px;
}

.result-page .result-row {
    padding: 4px 0;
    font-size: 15px;
    line-height: 1.75;
    border-top: none;
}

.result-col-left {
    text-align: left;
    color: #666;
}

.result-col-right {
    text-align: right;
    word-break: break-all;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.result-page .result-row .promo-agent {
    padding-top: 0;
}

.result-total {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

    .result-total .result-col-left {
        color: #333;
        font-family: "NBold", Arial, Helvetica, sans-serif;
    }

.result-total-value {
    font-size: 17px;
}

.upgrade-link {
    text-align: right;
    text-decoration: underline;
}

.promotion-name {
    text-align: right;
    color: #666;
}

.result-row .using-pmcode {
    color: #999;
    font-family: 'NBold', Arial, Helvetica, sans-serif;
}

.receive-receipt {
    padding: 30px;
}

    .receive-receipt p {
        font-size: 14px;
        color: #333;
        margin-bottom: 15px;
    }

.result-page .have-account {
    margin: 15px 0;
}

receipt-box-agent .country-prefix {
    grid-template-columns: 54% 46%;
}

.receipt-box-agent .ant-radio-wrapper {
    padding: 15px 0;
}

/*address favourite result*/

.ant-btn.add-favourite {
    background: transparent;
    font-size: 15px;
    padding: 8px 0px;
}

.add-favourite .add-favourite-img {
    width: 28px;
}
/* easypoints promo */
.your-promo-code {
    /*background: #f9f9f9;*/
    padding: 15px;
    /*box-shadow: 0 3px 3px rgba(0,0,0,0.1);*/
    border-radius: 3px;
    text-align: center;
    margin: 25px 0 15px;
    border: 1.5px dashed #d9d9d9;
}

    .your-promo-code i.gift-icon {
        color: var(--theme-color);
        font-size: 30px;
    }

    .your-promo-code h5 {
        font-family: "NBlack", Arial, Helvetica, sans-serif;
        color: var(--theme-color);
        font-size: 18px;
        margin: 3px 0 10px 0;
    }

    .your-promo-code h6 {
        font-size: 14px;
    }

    .your-promo-code .promo-code-box {
        border: 1px solid var(--theme-color);
        color: #444;
        padding: 12px;
        width: 300px;
        border-radius: 4px;
        margin: 3px auto 6px;
        font-family: 'NBold', Arial, Helvetica, sans-serif;
        font-size: 14px;
    }

    .your-promo-code .promo-points {
        font-size: 13px;
    }


/* copy click feature  */

.copy-icon {
    position: relative;
}

#copy_click,
#promo_copy,
#pm_copy,
#share_link {
    cursor: pointer;
    color: var(--theme-color);
    font-size: 16px;
    position: relative;
}

.copy-tooltip,
.pm-tooltip {
    position: absolute;
    background: var(--theme-color);
    color: #fff;
    top: -33px;
    text-align: center;
    padding: 3px;
    right: 0;
    border-radius: 4px;
    min-width: 65px;
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#pm_copy i {
    color: var(--theme-color);
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

.copy-tooltip.active,
.pm-tooltip.active {
    display: block;
    opacity: 1;
}

.ClearPin .col-left {
    padding-top: 2.5px;
}

.receipt-box {
    margin: 20px 0;
}

.receipt-box-agent {
    margin: 40px auto;
}

.receipt-box .send-email {
    margin-bottom: 20px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.my .receipt-box .send-email {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
    font-size: 15px;
}

.receipt-box .send-email-info {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.or {
    color: #777;
    font-size: 14px;
    position: relative;
}

    .or span {
        font-family: "NBold", Arial, Helvetica, sans-serif;
        background: #eee;
        padding: 5px 10px;
        font-size: 13px;
        margin: 15px 0;
    }

.receipt-box-agent span.error {
    line-height: 1.5;
    text-align: left;
    display: block;
}


/*radio UI*/

.ant-radio-wrapper {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    position: relative;
    text-align: center;
    margin-right: 0px;
    line-height: 0;
}

span.ant-radio + * {
    padding: 0;
}

.ant-radio-wrapper.ant-radio-wrapper-checked {
    border: 1px solid var(--theme-color);
}

    .ant-radio-wrapper.ant-radio-wrapper-checked .ant-input {
        border: 1px solid #bbb;
    }

.biller-pymt-inner .ant-radio-wrapper {
    display: flex;
}

    .biller-pymt-inner .ant-radio-wrapper > span {
        width: 100%;
    }


/*payment history UI*/

.history-filter {
    margin-bottom: 20px;
}

    .history-filter .date-filter {
        margin-bottom: 10px;
    }

.pymt-hist {
    background: #ffffff;
    padding: 0 1em;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    font-family: "SemiBold", Arial, Helvetica, sans-serif;
}

.payment-history .pymt-hist {
    padding: 13px 16px;
}

.pymt-hist a {
    color: #333333;
}

.pymt-hist .period-status {
    margin-bottom: 5px;
}

.biller-type {
    font-size: 15px;
}

.payment-history .biller-type,
.payment-history .biller-amount,
.my .payment-history .biller-type {
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
}

.biller-amount {
    font-size: 14px;
    line-height: 1.75;
    text-align: right;
}

.txn-period {
    color: #6D6F71;
    font-size: 12px;
}

.my .txn-date,
.my .txn-time {
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
}

.txn-paid {
    text-align: right;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    color: #6D6F71;
    font-size: 13px;
    text-transform: capitalize;
}

.txn-success {
    color: green !important;
}

.txn-fail {
    color: #DD001A !important;
}

.txn-pending {
    color: #fc9600 !important;
}

.txn-expired,
.text-expired {
    color: #999 !important;
}

.txn-refund,
.text-refund {
    color: #222 !important;
}

.txn-void,
.txn-voided,
.text-void {
    color: #777 !important;
}

.pymt-hist .pmb-checked {
    display: flex;
}

.pmb-checked .checked-icon {
    background: green;
    border-radius: 50px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
}

    .pmb-checked .checked-icon i {
        font-size: 11px;
        line-height: 0;
    }

.agent-resend-code .resend-code {
    text-align: right;
}

.agent-resend-code .resend-text {
    background: var(--theme-color);
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.resend-code-modal .ant-modal-content {
    padding: 30px 10px;
}

.resend-code-modal .ant-modal-title {
    font-size: 18px;
}

.resend-enter-email {
    font-size: 15px;
    margin-bottom: 10px !important;
    margin-top: 20px;
}

.copy-icon {
    color: var(--theme-color);
    font-size: 18px;
    cursor: pointer;
}

/*pagination UI*/

.pagination-div {
    margin: 30px 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.show-record {
    margin-bottom: 10px;
    font-size: 15px;
}

.ant-pagination-item,
.ant-pagination-item-link,
.ant-pagination-options-quick-jumper input {
    border-radius: 5px;
}

    .ant-pagination-item-active a,
    .ant-pagination-item:focus-visible a,
    .ant-pagination-item:hover a {
        color: var(--theme-color);
    }

    .ant-pagination-item-active,
    .ant-pagination-item:focus-visible,
    .ant-pagination-item:hover {
        border: 1px solid var(--theme-color);
    }

.ant-pagination-options {
    margin-left: 0;
}

.ant-pagination-options-quick-jumper input {
    margin: 0 4px;
}

/*payment history detail*/

.qr-thumbnail {    
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    height: auto;
    width: 100%;
    float: right;
    margin-top: 5px;
}

.qr-thumbnail p {
    font-size: 13px;
    padding-bottom: 7.5px;
}

img.img-qr {
    width: 100%;
    border-radius: 0.25rem;
}

.normal-label, .url-link, .qr-row {
    padding: 7.5px 0;
}

.pymt-history-detail .main-title {
    margin-bottom: 5px;
}

.pymt-hist.hist-detail {
    padding: 5px 15px;
    border-radius: 7.5px;
    margin: 20px 0;
}

a.bfc-url-link {
    color: var(--theme-color);
}

.pymt-hist.hist-detail .result-row {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

        .pymt-hist.hist-detail .result-row:first-child {
            border-top: none;
        }

.hist-detail .col-right {
    text-align: right;
    word-break: break-word;
    font-size: 14px;
}

.total-amount .col-right {
    font-size: 15.5px;
}

/*more amd less*/

.morecontent span {
    display: none;
}

.morelink, .beneficiary {
    display: inline-block;
}

.morecontent .morelink, .morecontent .beneficiary {
    color: var(--theme-color);
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 15px;
}


/*Biller Benefit UI*/

.biller-benefit .icon-div {
    width: 81%;
    margin: 20px auto 30px;
}

.my .biller-benefit h2,
.my .biller-benefit h2 .main-color {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    font-size: 17px;
}

.icon-div .benefit-step h3 {
    font-size: 15px;
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.icon-div .benefit-step img {
    width: 100px;
}

.icon-div .benefit-step {
    margin-bottom: 10px;
}

.biller-benefit .benefit-dots {
    transform: translateY(18%);
}

.my .biller-benefit .benefit-dots {
    transform: translateY(11%);
}

.benefit-screen .benefit-info-div {
    background: url(../assets/benefit-screen-info.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

    .benefit-screen .benefit-info-div.ant-row {
        margin: 0 !important;
    }

.benefit-screen svg {
    fill: var(--theme-color);
    width: 100px;
}

.benefit-info-inner {
    text-align: center;
}

    .benefit-info-inner img {
        width: 50px;
    }

    .benefit-info-inner h6 {
        font-size: 15px;
        font-family: "NBlack", Arial, Helvetica, sans-serif;
        margin: 10px 0;
        line-height: 1.2;
    }

.my .benefit-info-inner h6 {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    line-height: 1.75 !important;
    font-size: 15px;
}

.benefit-info-inner p {
    font-size: 13px;
    color: #444;
}

.my .benefit-info-inner p {
    line-height: 1.75 !important;
    font-size: 14px;
}


/*biller register form UI*/

.biller-register .main-title {
    margin-bottom: 5px;
}

.biller-register .apply-info {
    margin-bottom: 20px;
    font-size: 15px;
    color: #555;
}


/*biller register success UI*/

.biller-register-result .direct-home {
    max-width: 60%;
}

.biller-register-result .success-icon {
    margin-bottom: 15px;
}

.biller-register-result .success-sent {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}


/* payment method */


/*.payment-method-flex {
    display: flex;
    flex-wrap: wrap;
}*/

.disablePayment .form-check-label {
    opacity: 0.5;
    background-color: #d9d9d9;
}

.pymt-method-inner {
    padding: 2.65em 2em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border: 1px solid #EDEFF2;
    border-radius: 8px;
    background-color: var(--theme-color) !important;
    background-image: radial-gradient(farthest-side at 100% 100%, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.1)), radial-gradient(farthest-side at 0% 0%, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.1));
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}

    .pymt-method-inner .card-num {
        /*font-family: "Credit", Arial, Helvetica, sans-serif !important;*/
        font-family: "NBlack", Arial, Helvetica, sans-serif !important;
        padding-top: 10px;
        font-size: 14px;
        font-size: 20px;
        color: #fff;
    }

    .pymt-method-inner .pymt-date {
        color: #6D6F71;
        font-family: "SemiBold", Arial, Helvetica, sans-serif;
        text-align: right;
    }

.card-trash .remove-icon {
    float: right;
    cursor: pointer;
    padding: 0;
}

.pymt-method-inner .card-trash {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .pymt-method-inner .card-trash img {
        max-width: 55px;
    }

        .pymt-method-inner .card-trash img.trash {
            max-width: 13px;
        }

    .pymt-method-inner .card-trash .meth-icon {
        width: 45px;
        padding: 1px 4px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        background: #fff;
    }

.card-trash .remove-icon span {
    border-radius: 5px;
    background: rgba(0,0,0,0.3);
    width: 30px;
    height: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-trash .remove-icon span:hover {
    background: rgba(0,0,0,0.5);
}

.pymt-method-inner .modal-action {
    text-align: center;
    margin: 0;
    border-top: 1px solid #ddd;
}


/* saved card UI */

.modal-dialog .delete-content {
    padding: 2em 2em 0em;
}

.delete-content h3 {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-bottom: 1em;
}

.delete-content p {
    font-family: "SemiBold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 2;
}

.delete-card .ant-modal-footer .ant-btn.ant-btn-primary,
.confirm-modal .ant-modal-footer .ant-btn.ant-btn-primary {
    color: var(--theme-color) !important;
}

.delete-content p span {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
}

.pymt-method-inner .modal-action span {
    padding: 0.5em 0;
    width: 100%;
    max-width: 50%;
    font-family: "SemiBold", Arial, Helvetica, sans-serif;
}

    .pymt-method-inner .modal-action span:first-child {
        border-right: 1px solid #ddd;
        color: #6D6F71;
    }

.cancel-box,
.delete-box {
    cursor: pointer;
}


/*agent welcome success modal*/

.agent-welcome-content {
    background: url(../assets/agent-success-welcome.svg);
    background-repeat: no-repeat;
    background-size: 101%;
    margin-top: -65px;
    margin-left: -65px;
    margin-right: -55px;
    padding-top: 55px;
    text-align: center;
}

    .agent-welcome-content .main-title {
        font-family: "NBold", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: var(--theme-color);
        margin: 5px 0;
    }

    .agent-welcome-content p {
        font-size: 16px;
    }

.my .agent-welcome-content {
    padding: 55px 55px 0;
    line-height: 2;
}
/* referral-program UI */
.referral-program {
    text-align: center;
}

.referral-adv-icon {
    margin: 15px 0;
}

    .referral-adv-icon img,
    .referral-adv-icon svg {
        width: 300px;
    }

.refer-info {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    color: #888;
}

.my .refer-info {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
    font-size: 18px;
}

.referral-code p {
    color: #444;
    margin-bottom: 15px;
    font-size: 15px;
}

.referral-code .code-box {
    width: 85%;
    margin: 0 auto;
}

.code-box .ant-input {
    text-align: center;
    border: 1px solid var(--theme-color);
}

    .code-box .ant-input[disabled] {
        border: 1px solid #d9d9d9;
    }

.referral-code .focus {
    box-shadow: 0 0 0.175rem var(--theme-color);
}

.referral-link {
    margin-top: 20px;
}

.generated-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.text-warning {
    color: #ffc107 !important;
}

.generated-link p {
    color: #444;
    margin: 10px 0;
    font-size: 15px;
    width: 100%;
}

.generated-link .generated-btn {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
    border-radius: 75px;
    color: #ffffff;
    background-color: var(--theme-color);
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 18px;
    width: 85%;
}

    .generated-link .generated-btn:disabled {
        background: #c7c7c7 !important;
        color: #fff;
    }

.generated-link .generated-value {
    box-shadow: 0px 3px 6px #C4E8CA73;
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generated-value #copy_click i {
    color: var(--theme-color);
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

#pm_copy i {
    color: var(--theme-color);
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}

.referral-code label.error {
    display: block;
    margin-top: 5px;
}

label.code-no-change {
    font-size: 12px;
}

.link-value {
    width: 91%;
    font-size: 15px;
}

.my label.code-no-change {
    margin-top: 5px;
}


/* email-instruction UI */

.email-instruction,
.payment-pending {
    max-width: 90%;
    margin: 0 auto;
}

    .email-instruction .sub-title {
        margin-bottom: 25px;
    }

    .email-instruction .benefit-step h3 {
        font-family: "NBold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.5;
    }

    .email-instruction .benefit-step svg {
        height: 44px;
    }

    .email-instruction .info-row {
        margin-bottom: 25px;
    }

        .email-instruction .info-row p {
            text-align: left;
        }

        .email-instruction .info-row .benefit-info-icon {
            max-width: 17%;
            padding-right: 10px;
        }

    .email-instruction .info-row {
        font-size: 14px;
        color: #555;
        align-items: center;
    }

.enter-email-div label.enter-email {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-family: 'NBold', Arial, Helvetica, sans-serif;
}

.payment-pending + .email-instruction {
    margin-top: 40px;
}

.payment-pending h2 {
    margin: 10px 0;
}

.payment-pending p {
    font-size: 14px;
}

.email-instruction svg g path {
    fill: var(--theme-color);
}

    .email-instruction svg g path.white {
        fill: white;
    }

.email-instruction-inner {
    text-align: center;
    margin: 30px auto;
}


/*pay my bill UI*/

.service-fee {
    padding: 5px 0;
    margin-bottom: 10px;
}

    .service-fee .ant-row {
        justify-content: space-between
    }

    .service-fee .label-name {
        font-family: "NBold", Arial, Helvetica, sans-serif;
    }

    .service-fee .amount-value {
        text-align: right;
    }

    .service-fee .rate-value {
        margin-left: 20px;
    }

.upload-bill .ant-upload-list-picture .ant-upload-list-item-name {
    width: 155px;
}


/*Wallet Balance UI*/

.m-upgrade-agent {
    padding: 10px 0 5px;
}

.m-upgrade-agent-inner {
    background: #F8F9FA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #DBDBDB76;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    width: 100%;
    z-index: 1030;
    padding: 10px 15px;
    background: #f6f8f9;
    animation: fadeOutScale linear 600ms;
}

.wallet-balance {
    justify-content: space-between;
    align-items: center;
}

    .wallet-balance h6 {
        font-size: 14px;
        font-family: "NBold", Arial, Helvetica, sans-serif;
        color: #888;
        margin-bottom: 0px;
    }

    .wallet-balance p,
    .my .wallet-balance p {
        font-family: "NBlack", Arial, Helvetica, sans-serif !important;
        font-size: 18px;
    }

    .wallet-balance svg {
        width: 45px;
        height: 45px;
    }

.d-upgrade-agent .wallet-balance {
    margin-left: 15px;
}

    .d-upgrade-agent .wallet-balance svg {
        margin-left: 5px;
    }

.wallet-balance .wallet-top-up {
    display: flex;
}

.wallet-top-up svg path {
    fill: var(--theme-color);
}

.wallet-top-up svg g.stroke-white {
    stroke: var(--theme-color);
}

.wallet-top-up svg .top-up-icon {
    stroke: white;
    stroke-width: 1;
    fill: var(--theme-color);
}

.wallet-top-up svg .fill-white {
    fill: white;
}


/*master agent transaction UI*/

.date-filter .ant-picker {
    display: flex;
}

.subheader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 30px;
}

.export-btn,
.export-btn:hover {
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    background: var(--theme-color);
    padding: 10px 20px;
    border-radius: 50px;
}

.trans-hist .list-view .master-user-name {
    font-size: 14px !important;
    text-transform: capitalize;
}

.trans-hist .list-view .master-biller-name {
    color: #555;
    font-size: 15px;
}

.trans-hist .list-view .txn-date-time small {
    color: #777;
}

.trans-hist .list-view .agent-trans-amount {
    color: #333;
    border-radius: 50px;
    font-family: 'NBold', Arial, Helvetica, sans-serif;
}

.main-title.txn-success {
    color: green;
}


/*biller details UI*/

.promo-biller {
    position: relative;
}

    .promo-biller .promo-value {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../assets/promotion-icon.svg) no-repeat 40px 0px;
        width: 110px;
        height: 65px;
    }

.promo-price span {
    position: absolute;
    color: #fff;
    /*font-family: "NBlack", Arial, Helvetica, sans-serif;*/
    font-size: 60%;
    width: 100%;
    height: 100%;
    top: 73%;
    left: 53%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center center;
    line-height: 0;
}


/* easyPoints Redeem */

.easypoints-redeem {
    /* border-top: 1.5px dashed rgb(210, 210, 210); */
    /* padding-top: 15px; */
    position: relative;
}

    .easypoints-redeem > label {
        font-family: "NBold", Arial, Helvetica, sans-serif;
        font-size: 16px;
        display: block;
        height: auto;
        margin-bottom: 10px;
    }

.redeem-block {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 5px;
}

.easypont-payment {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0px 15px 0px 20px;
    grid-gap: 5px;
}

    .redeem-block .apply-btn,
    .redeem-block .promo-pay-btn,
    .redeem-block .cancel-btn,
    .easypont-payment .apply-btn {
        border-radius: 50px;
        padding: 5px;
        box-shadow: none;
        font-size: 16px;
        background: var(--theme-color);
        color: #fff;
    }

    .easypont-payment .apply-btn, .easypont-payment .cancel-btn {
        height: 40px;
    }

    .redeem-block .cancel-btn, .easypont-payment .cancel-btn {
        background: #eee;
        color: #666;
        border: 1px solid #ccc;
    }

        .redeem-block .cancel-btn:hover, .easypont-payment .cancel-btn {
            background: #888;
            color: #fff;
            border: 1px solid transparent;
        }

.redeem-block-staus {
    margin-top: 5px;
}

    .redeem-block-staus label {
        display: inline-block;
        font-size: 14px;
        color: #555;
    }

.easypont-payment label {
    display: inline-block;
    font-size: 13px;
    color: #555;
}

.redeem-block-staus label:empty, .easypont-payment-code label:empty {
    display: none;
}

.redeem-block-staus label.success, .easypont-payment-code label.success {
    color: green;
}

.redeem-block-staus label.error, .easypont-payment-code label.error {
    color: red;
}

.my .redeem-block-staus label.error, .my label.error {
    font-size: 13px;
}


.redeem-block-staus label strong {
    font-family: "NBold", Arial, Helvetica, sans-serif;
}

.easypont-payment-code {
    padding-bottom: 15px;
}

    .easypont-payment-code label {
        display: block;
        line-height: 1.5;
        text-align: left;
        padding-left: 5px;
        padding-top: 3px;
    }

.easypoints-footer-blk {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 90%;
    margin: 20px auto;
}

.add-fav-footer-blk {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 20px auto;
}

    .easypoints-footer-blk .footer-pay-btn, .add-fav-footer-blk .footer-ok-btn {
        border-radius: 25px;
        padding: 8px;
        margin-left: 10px;
        box-shadow: none;
        font-size: 16px;
        background: var(--theme-color);
        color: #fff;
    }

    .easypoints-footer-blk .footer-cancel-btn, .add-fav-footer-blk .footer-cancel-btn {
        border-radius: 25px;
        padding: 8px;
        margin-left: 10px;
        box-shadow: none;
        font-size: 16px;
        background: #dadada;
        color: #333;
    }

.easypoints-pymt-modal .ant-radio-group {
    display: grid;
    grid-gap: 10px;
}

.easypoints-pymt-modal .ant-modal-header, .add-fav-modal .ant-modal-header {
    text-align: left;
}

.easypoints-pymt-modal .ant-modal-body {
    padding: 10px 10px 0;
}

.easypoints-pymt-modal .ant-modal {
    top: 50px;
}

.easypoints-pymt-modal .ant-modal-close, .add-fav-modal .ant-modal-close {
    display: none;
}

.easypoints-pymt-modal .ant-modal-content, .add-fav-modal .ant-modal-close {
    padding: 1em 0.5em;
}

.enter-fav-name {
    width: 80%;
    margin: 20px auto 30px;
    text-align: left;
}

/* go to top UI */
.ant-back-top {
    right: 5%;
}

    .ant-back-top .ant-fade {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.ant-back-top-inner {
    background: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
}

    .ant-back-top-inner i {
        font-size: 17px;
        color: var(--theme-color);
    }

.ant-tooltip-inner {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    min-height: auto;
}


/* alert message UI */

.ant-alert-success,
.ant-alert-error {
    margin-bottom: 15px;
    border-radius: 10px;
    color: #fff;
    padding: 10px 15px;
}

.ant-alert-success {
    background: #31C078 !important;
}

.ant-alert-error {
    color: #721c24;
    background-color: #f8d7da !important;
}

.ant-alert .ant-alert-with-description .ant-alert-icon {
    margin-right: 10px;
}

.ant-alert .anticon-close svg {
    width: 18px;
    height: 18px;
}

.ant-alert-error .ant-alert-icon svg,
.ant-alert-error .anticon-close svg {
    fill: #721c24;
}

.ant-alert-success .ant-alert-icon svg,
.ant-alert-success .anticon-close svg {
    fill: #fff;
}


/* Message UI */

.ant-message-notice-content {
    background: transparent;
    box-shadow: none;
    padding-top: 35px;
}

    .ant-message-notice-content .ant-message-custom-content {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        font-size: 14.5px;
        /* text-transform: capitalize; */
        padding: 8px 20px;
        font-family: 'NBold', Arial, Helvetica, sans-serif;
    }

        .ant-message-notice-content .ant-message-custom-content.ant-message-loading {
            background: #e1e1e1;
        }

.ant-message .anticon {
    vertical-align: text-bottom;
    margin-right: 4px;
}

    .ant-message .anticon svg.icon {
        font-size: 20px;
    }

.ant-message-notice-content .ant-message-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.ant-message-error svg.icon {
    fill: #721c24;
}

.ant-message-notice-content .ant-message-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.ant-message-success svg.icon {
    fill: #155724;
}

.ant-message-notice-content .ant-message-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.ant-message-warning svg.icon {
    fill: #856404;
}


/* revised for myanmar language  */

.my .sign-in-up a {
    font-size: 13px;
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
}

.my ul li a {
    font-size: 13px;
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
}

.my .account-sec .benefit-screen .benefit-step h3,
.my .m-upgrade-agent .wallet-balance h6,
.my .pay-my-bill-block .register-link span,
.my .pay-my-bill-block .register-link .main-color {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    line-height: 1.6 !important;
    font-size: 13px;
}

.my .benefit-screen .benefit-info p,
.my .modal-body p,
.my .modal-body .info,
.my .upgrade-agent span:last-child,
.my .result-row .row-ttl,
.my .biller-register-result p,
.my .referral-program,
.my .form-check-label,
.my .payment-history-detail p {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.75;
}

.my footer .other-link,
.my footer .useful-link a {
    font-size: 11px;
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
}

.my .main-biller span,
.my .main-biller a p {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 1.75;
}

.my .header-sec .top-signin,
.my .account-sec .agree-text,
.my .account-sec .guest a,
.my .account-sec .have-account,
.my .result-page .have-account,
.my .result-row:last-child .row-ttl {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
}

.my .flow-detail-pg .agree-text label,
.my .alert.my-bill-info {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
}

.my .tooltip {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    line-height: 1.75;
}

.my .form-control:active,
.my .form-control:focus,
.my .form-control:valid,
.my .form-control[readonly],
.my .form-control:focus-within,
.my .form-control {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
}

    .my .form-control::placeholder {
        font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
        font-size: 13.75px;
    }

.my .flow-biller.inner-content .sub-title {
    font-family: "NBlack", Arial, Helvetica, sans-serif !important;
}

.my .pay-my-bill-block p {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
    font-size: 12.5px;
    line-height: 1.75;
}

.my .receipt-box p,
.my label.code-no-change {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
    line-height: 1.75;
}

.my .account-sec .register-now {
    display: block;
    line-height: 2;
}

.my .benefit-screen h2.sub-title {
    line-height: 1.75;
}

.my .benefit-screen .benefit-info h4 {
    font-family: "Pyidaungsu-Bold", Arial, Helvetica, sans-serif !important;
    line-height: 1.75;
    font-size: 15px;
}

.my .biller-register .apply-info {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
    line-height: 1.9;
}

.my .benefit-screen .benefit-step h3 {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    line-height: 1.75 !important;
    font-size: 12px;
}

.my .m-become-agent .become-agent-btn {
    font-family: "Pyidaungsu-bold", Arial, Helvetica, sans-serif !important;
    font-size: 11.5px;
    line-height: 1.3;
}

.my .form-control .ctry-code {
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
}

.adjust-slideshow {
    margin: 0 auto;
}




/*biller-search not using autocomplete*/

.biller-search-dropdown {
    max-width: 100%;
    position: absolute;
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s ease;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    min-width: 60vw;
    display: flex;
    flex-direction: column;
    max-height: 325px;
    overflow-y: scroll;
    margin-top: 5px;
}

    .biller-search-dropdown .biller-search {
        padding: 15px;
        display: flex;
        align-items: center;
        white-space: unset;
    }

.no-result-biller-search {
    max-width: 100%;
    position: absolute;
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    cursor: pointer;
    transition: background .3s ease;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 3px;
    min-width: 60vw;
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin-top: 4px;
}

.biller-search .search-biller-logo {
    width: 35px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-right: 13px;
}

.biller-search .search-biller-name,
.my .biller-search .search-biller-name {
    display: block;
    font-family: "NBold", Arial, Helvetica, sans-serif !important;
    font-size: 15px;
}

.biller-search .search-biller-type,
.my .biller-search .search-biller-type {
    font-family: "SemiBold", Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    color: #666;
}

.ant-select-dropdown .ant-select-item {
    line-height: 19px;
}

/* Search Autocomplete UI */

.ant-select-dropdown {
    padding: 0;
    z-index: 2222 !important;
}


/* .ant-select-dropdown>div {
    width: 100%;
} */

.ant-select-item-option, .biller-search-dropdown .biller-search {
    border-bottom: 1px solid #ddd;
}

    .ant-select-item-option:last-child, .biller-search-dropdown .biller-search:last-child {
        border: none;
    }

.ant-select-item-option-content {
    display: flex;
    align-items: center;
    padding: 4px 1px;
    white-space: unset;
}

.transparent {
    opacity: 0;
    transform: scale(0.15);
    visibility: hidden;
}

.main-slideshow {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: fadeOutScale linear 600ms;
}

.my * :not(i) {
    font-family: "Pyidaungsu", Arial, Helvetica, sans-serif !important;
    font-size: 14px;
}

/*Ant calender UI*/


.ant-picker-date-panel .ant-picker-content {
    width: 100%;
}

/*Ant Message UI*/


.ant-message-notice.ant-move-up-enter, .ant-move-up.ant-move-up-enter-active,
.ant-message-notice.ant-move-up-leave, .ant-move-up.ant-move-up-leave-active,
.ant-message-notice {
    animation: none !important;
    opacity: 0 !important;
}

    .ant-message-notice.ant-move-up-enter:first-of-type, .ant-message-notice.ant-move-up-enter-active:first-of-type,
    .ant-message-notice.ant-move-up-leave:first-of-type, .ant-move-up.ant-move-up-leave-active:first-of-type,
    .ant-message-notice:first-of-type {
        animation: none !important;
        opacity: 1 !important;
    }


[data-aos^=fade][data-aos^=fade], [data-aos^=fade][data-aos^=fade].aos-animate {
    min-height: 80vh;
    transform: none !important;
    transition: opacity 500ms ease;
    animation: mainPage ease 500ms;
}

/*about us block*/

.about-us-block h3 {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 17.5px;
}

.about-us-block p {
    font-size: 14.5px;
    color: #666;
    line-height: 1.75;
}

/*about-us-pg UI*/

.about-us-pg .main-title + h6 {
    font-family: "NBlack", Arial, Helvetica, sans-serif !important;
    color: #414141;
    font-size: 18px !important;
    margin-bottom: 5px;
}


/*favourite transaction*/

.favourite-transaction .flow-biller, .fav-blk .flow-biller {
    background: #fff;
    border-radius: 15px;
    padding: 15px 0px 10px 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    cursor: pointer;
}


.favourite-transaction .flow-biller a {
    display: inline-block;
}

.favourite-transaction .biller-logo, .fav-pg .biller-logo {
    width: 60px;
    height: 60px;
    border: 1px solid #d0d0d0;
    box-shadow: none;

}

.favourite-transaction .flow-biller, .fav-blk .flow-biller {
    margin: 5px;
}

.favourite-transaction .biller-name, .fav-pg .biller-name {
    padding: 10px 10px 0;
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.slick-track {
    display: flex!important;
}

.slick-slide {
    height: inherit!important;
}

.fav-pg .flow-biller-box .flow-biller {
    padding: 10px;
    position: relative;
}


.fav-pg .flow-biller .fav-biller-inner {
    background: #fff;
    padding: 13px 3px;
    box-shadow: 0 0 7.5px rgb(0 0 0 / 10%);
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    min-height: 100%;
}

.fav-pg .remove-fav {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 7.5px rgb(0 0 0 / 10%);
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    line-height: 1.1;
    cursor: pointer;
}

.remove-fav::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: #6e6e6e;
    font-size: 14px;
}

.fav-pg .edit-fav, .fav-pg .fav-done {
    /*position: relative;*/
    background: var(--theme-color);
    /*padding: 7px 15px 7px 35px;*/
    padding: 7px 20px;
    box-shadow: 0 0 7.5px rgb(0 0 0 / 10%);
    border-radius: 50px;
    color: #fff;
}

    .fav-pg .edit-fav:before, .fav-pg .fav-done:before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        font-size: 14px;
        z-index: 1;
        left: 15px;
        top: 7px;
    }

    .fav-pg .edit-fav:before {
        content: "\f044";
    }

    .fav-pg .fav-done:before {
        content: "\f00c";
    }

/*user-consent */

.user-consent .ant-modal-body {
    padding: 15px 5px 5px;
}

.user-consent .updated-info {
    font-family: "NBold", Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.user-consent h3 {
    font-family: "NBlack", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.user-consent .legal-pg {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin: 5px 0 15px;
    padding: 0px 15px;
    border-radius: 10px;
    height: 23vh;
    overflow-y: scroll;
}

.user-consent .agree-text {
    padding: 5px 0;
}

.user-consent .footer-accept-btn {
    background: var(--theme-color);
    width: 90%;
    color: #fff;
    margin-top: 20px;
}

.legal-pg .version-date {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 15px;
    color: #555;
}

.legal-pg .version-date .comma {
    display: none;
}

.version-date .comma {
    margin-right: 5px;
}

.user-consent .version-date, .legal-modal .version-date {
    padding: 5px 0 15px;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: #555;
}

.legal-modal .version-date {
    padding: 15px 0px;
}

.version-date span:first-child {
    text-transform: capitalize;
}
/*Animation KeyFrame*/
@keyframes mainPage {
    0% {
        transform: translate3d(0,100px,0);
    }

    25% {
        transform: translate3d(0,70px,0);
    }

    50% {
        transform: translate3d(0,50px,0);
    }

    75% {
        transform: translate3d(0,25px,0);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeOutScale {
    0% {
        opacity: 60%;
        transform: scale(0.60);
    }

    25% {
        opacity: 70%;
        transform: scale(0.70);
    }

    50% {
        opacity: 80%;
        transform: scale(0.80);
    }

    75% {
        opacity: 90%;
        transform: scale(0.90);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOpacity {

    0% {
        opacity: 0%;
    }

    25% {
        opacity: 25%;
    }

    50% {
        opacity: 50%;
    }

    75% {
        opacity: 75%;
    }

    100% {
        opacity: 1;
    }
}

/*Removes the underline from a link*/
.text-decoration-none {
    text-decoration: none;
}
