


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    contain: strict
}

.app-loader .alert-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100vh;
    max-height: 90%;
    padding: 24px 34px;
    border-radius: 8px;
    background: #0a7161;
    color: #ffffff;
    z-index: 15;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.app-loader .loader-background {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .7 !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.app-loader .loader-background.backdrop-no-tappable {
    cursor: auto
}

.app-loader .loading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 270px;
    max-height: 90%;
    padding: 24px 34px;
    border-radius: 8px;
    background: #f8f8f8;
    z-index: 15;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.app-loader .loading-wrapper .loading-spinner {
    height: 28px
}

.app-loader .spinner {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px
}

.app-loader .spinner.spinner-paused svg {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.app-loader .spinner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.app-loader .spinner-ios-small line, .app-loader .spinner-ios line {
    stroke-width: 4px;
    stroke-linecap: round
}

.app-loader .spinner-ios-small svg, .app-loader .spinner-ios svg {
    -webkit-animation: spinner-fade-out 1s linear infinite;
    animation: spinner-fade-out 1s linear infinite
}

.app-loader .spinner-ios-ios-small line, .app-loader .spinner-ios-ios line {
    stroke: #69717d
}

@-webkit-keyframes spinner-fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes spinner-fade-out {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-header {
    background: #fff;
    height: auto
}

.app-header.header-auth {
    color: #fff;
    background-color: #0a7161
}

app-header {
    display: block
}
   @-webkit-keyframes fadeIn {
              0% {
                  opacity: 0
              }
              to {
                  opacity: 1
              }
          }

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-navbar[_ngcontent-c11] .nav-wrapper[_ngcontent-c11] {
    background: #fff;
    display: -webkit-box;

    display: -webkit-zflex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.app-navbar[_ngcontent-c11] .nav-wrapper[_ngcontent-c11] > div[_ngcontent-c11] {
    min-height: inherit
}

.app-navbar[_ngcontent-c11] .nav-logo[_ngcontent-c11] {
    display: -webkit-box;

    display: -webkit-zflex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: inherit
}

.app-navbar[_ngcontent-c11] .nav-logo.nav-logo-auth[_ngcontent-c11] {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.app-navbar[_ngcontent-c11] .nav-logo[_ngcontent-c11] .nav-logo-img[_ngcontent-c11] {
    width: 188px;
    height: 60px
}

.app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11] {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(ben), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(en), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(hin), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(ind), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(mal), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(sin), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(tgl) {
    padding-left: 0
}

.app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(ar), .app-navbar[_ngcontent-c11] .nav-items-container[_ngcontent-c11]:lang(urd) {
    padding-right: 0
}

.app-navbar[_ngcontent-c11] .nav-items-group[_ngcontent-c11] {

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.app-navbar[_ngcontent-c11] .nav-items[_ngcontent-c11], .app-navbar[_ngcontent-c11] .nav-items-group[_ngcontent-c11] {
    display: -webkit-box;
    display: -webkit-zflex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: inherit
}

.app-navbar[_ngcontent-c11] .nav-items[_ngcontent-c11] {

    margin: 0;
    padding: 0
}

.app-navbar[_ngcontent-c11] .nav-items.nav-items-full[_ngcontent-c11] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around
}

.app-navbar[_ngcontent-c11] .nav-items.nav-items-full[_ngcontent-c11], .app-navbar[_ngcontent-c11] .nav-items.nav-items-full[_ngcontent-c11] .nav-items-link[_ngcontent-c11] {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.app-navbar[_ngcontent-c11] .nav-items.small-buttons[_ngcontent-c11] {
    font-size: 11px;
    line-height: 11px
}

.app-navbar[_ngcontent-c11] .nav-items.small-buttons[_ngcontent-c11] app-icon[_ngcontent-c11] {
    margin-bottom: 2px
}

.app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11] {
    display: -webkit-box;

    display: -webkit-zflex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #212529;
    cursor: pointer;
    min-height: inherit;
    position: relative;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(ben), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(en), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(hin), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(ind), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(mal), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(sin), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(tgl) {
    margin-left: 20px
}

.app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(ar), .app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(urd) {
    margin-right: 20px
}

.app-navbar[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:hover {
    color: #0a7161
}

.app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(ben), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(en), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(hin), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(ind), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(mal), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(sin), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(tgl) {
    margin-left: 5px
}

.app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(ar), .app-navbar[_ngcontent-c11] .nav-items-title[_ngcontent-c11]:lang(urd) {
    margin-right: 5px
}

.app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after {
    background: #0a7161;
    border-bottom: 5px solid #0a7161;
    bottom: 0;
    left: 0;
    content: "";
    cursor: pointer;
    position: absolute;
    width: 100%
}

.app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(ben), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(en), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(hin), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(ind), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(mal), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(sin), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(tgl) {
    left: 0
}

.app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(ar), .app-navbar[_ngcontent-c11] .nav-items-link-underscore[_ngcontent-c11]:hover:after:lang(urd) {
    right: 0
}

.app-navbar[_ngcontent-c11] .nav-items-language[_ngcontent-c11] {
    font-size: 20px;
    text-transform: uppercase
}

.app-navbar.nav-auth[_ngcontent-c11] {
    padding-top: 16px;
    padding-bottom: 16px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-wrapper[_ngcontent-c11] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: none;
    margin-left: 45px;
    margin-right: 45px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(ben), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(en), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(hin), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(ind), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(mal), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(sin), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(tgl) {
    margin-right: 40px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(ar), .app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11]:lang(urd) {
    margin-left: 40px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-logo[_ngcontent-c11] .nav-logo-img[_ngcontent-c11] {
    height: 35px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11] {
    color: #fff
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(ben), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(en), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(hin), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(ind), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(mal), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(sin), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(tgl) {
    margin-left: 30px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(ar), .app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:not(:first-of-type):lang(urd) {
    margin-right: 30px
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-items-link[_ngcontent-c11]:hover {
    color: #fff
}

.app-navbar.nav-auth[_ngcontent-c11] .nav-items-group[_ngcontent-c11] {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.app-navbar[_ngcontent-c11]:not(.nav-auth) .nav-wrapper[_ngcontent-c11] {
    min-height: 5.625rem
}

.app-navbar[_ngcontent-c11]:not(.nav-auth) .nav-logo[_ngcontent-c11] {
    min-width: 25%
}

.app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11] {
    font-size: 10pt
}

.app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(ben), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(en), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(hin), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(ind), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(mal), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(sin), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(tgl) {
    text-align: right
}

.app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(ar), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(urd) {
    text-align: left
}

.app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(ben), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(en), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(hin), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(ind), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(mal), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(sin), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(tgl) {
    margin-right: 20px
}

.app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(ar), .app-navbar[_ngcontent-c11] .user-info[_ngcontent-c11]:lang(urd) {
    margin-left: 20px
}

.app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11] {
    background-color: #d8d8d8;
    border-radius: 50%;
    height: 47px;
    overflow: hidden;
    width: 47px
}

.app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(ben), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(en), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(hin), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(ind), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(mal), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(sin), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(tgl) {
    margin-right: 15px
}

.app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(ar), .app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11]:lang(urd) {
    margin-left: 15px
}

.app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11] img[_ngcontent-c11] {
    max-width: 100%;
    height: auto
}

.app-navbar[_ngcontent-c11] .userAvatar[_ngcontent-c11] span[_ngcontent-c11] {
    text-align: center;
    font-size: 23.5px;
    line-height: 47px
}

app-search-bar[_ngcontent-c11]:lang(ben), app-search-bar[_ngcontent-c11]:lang(en), app-search-bar[_ngcontent-c11]:lang(hin), app-search-bar[_ngcontent-c11]:lang(ind), app-search-bar[_ngcontent-c11]:lang(mal), app-search-bar[_ngcontent-c11]:lang(sin), app-search-bar[_ngcontent-c11]:lang(tgl) {
    margin-right: 20px
}

app-search-bar[_ngcontent-c11]:lang(ar), app-search-bar[_ngcontent-c11]:lang(urd) {
    margin-left: 20px
}

.form-control[_ngcontent-c11]:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-footer {
    background: #414142;
    height: 3.125rem
}

.app-footer > .container {
    height: 100%
}

.app-footer > .container .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-footer .mobile-stores {
    cursor: pointer;
    display: inline-block;
    font-size: .8125rem;
    position: relative
}

.app-footer .mobile-stores:lang(ben), .app-footer .mobile-stores:lang(en), .app-footer .mobile-stores:lang(hin), .app-footer .mobile-stores:lang(ind), .app-footer .mobile-stores:lang(mal), .app-footer .mobile-stores:lang(sin), .app-footer .mobile-stores:lang(tgl) {
    margin-right: 1.25rem
}

.app-footer .mobile-stores:lang(ar), .app-footer .mobile-stores:lang(urd) {
    margin-left: 1.25rem
}

.app-footer .mobile-stores .mobile-stores-title {
    background: #000;
    color: #fff;
    outline: none;
    padding: .3125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-footer .mobile-stores .mobile-stores-title.mobile-stores-show + .mobile-stores-links-container {
    opacity: 1;
    z-index: 0
}

.app-footer .mobile-stores .mobile-stores-links-container {
    background: #414142;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: -10.8125rem;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: -1
}

.app-footer .mobile-stores .mobile-stores-links-container:lang(ben), .app-footer .mobile-stores .mobile-stores-links-container:lang(en), .app-footer .mobile-stores .mobile-stores-links-container:lang(hin), .app-footer .mobile-stores .mobile-stores-links-container:lang(ind), .app-footer .mobile-stores .mobile-stores-links-container:lang(mal), .app-footer .mobile-stores .mobile-stores-links-container:lang(sin), .app-footer .mobile-stores .mobile-stores-links-container:lang(tgl) {
    left: 0
}

.app-footer .mobile-stores .mobile-stores-links-container:lang(ar), .app-footer .mobile-stores .mobile-stores-links-container:lang(urd) {
    right: 0
}

.app-footer .mobile-stores .mobile-stores-links-container #link-huawei {
    padding-top: 14px
}

.app-footer .mobile-stores .mobile-stores-links-container #link-huawei img {
    width: 103px;
    height: 36px
}

.app-footer .mobile-stores .mobile-stores-links:first-of-type {
    margin-bottom: .9375rem
}

.app-footer .footer-links-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-footer .footer-link {
    color: #e0e0e0;
    font-size: .6875rem;
    text-decoration: none
}

.app-footer .footer-link.copyright, .app-footer .footer-link.licensing {
    color: #999;
    pointer-events: none
}

.app-footer .footer-link:not(:first-of-type):lang(ben), .app-footer .footer-link:not(:first-of-type):lang(en), .app-footer .footer-link:not(:first-of-type):lang(hin), .app-footer .footer-link:not(:first-of-type):lang(ind), .app-footer .footer-link:not(:first-of-type):lang(mal), .app-footer .footer-link:not(:first-of-type):lang(sin), .app-footer .footer-link:not(:first-of-type):lang(tgl) {
    margin-left: 20px
}

.app-footer .footer-link:not(:first-of-type):lang(ar), .app-footer .footer-link:not(:first-of-type):lang(urd) {
    margin-right: 20px
}

.app-footer .footer-link:hover {
    color: #fff
}

.app-footer .footer-link-title:lang(ben), .app-footer .footer-link-title:lang(en), .app-footer .footer-link-title:lang(hin), .app-footer .footer-link-title:lang(ind), .app-footer .footer-link-title:lang(mal), .app-footer .footer-link-title:lang(sin), .app-footer .footer-link-title:lang(tgl) {
    margin-left: 5px
}

.app-footer .footer-link-title:lang(ar), .app-footer .footer-link-title:lang(urd) {
    margin-right: 5px
}

.app-footer .footer-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.app-footer .footer-actions, .app-footer .footer-actions .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .footer-actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.app-footer .container-footer-custom {

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.app-footer .container-footer-custom, .footer-actions .footer-link.social-network {
    display: -webkit-box;
    display: -webkit-zflex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.footer-actions .footer-link.social-network {

    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
    height: 24px;
    width: 24px
}

.footer-actions .footer-link.social-network svg {
    fill: #414142;
    width: 1rem;
    height: 1rem
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-subheader {
    background: #414142;
    font-size: .875rem;
    height: 3.125rem
}

.app-subheader > .container {
    height: 100%
}

.app-subheader > .container .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-subheader .subheader-links-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-subheader .subheader-link {
    color: #e0e0e0;
    text-decoration: none
}

.app-subheader .subheader-link:not(:first-of-type):lang(ben), .app-subheader .subheader-link:not(:first-of-type):lang(en), .app-subheader .subheader-link:not(:first-of-type):lang(hin), .app-subheader .subheader-link:not(:first-of-type):lang(ind), .app-subheader .subheader-link:not(:first-of-type):lang(mal), .app-subheader .subheader-link:not(:first-of-type):lang(sin), .app-subheader .subheader-link:not(:first-of-type):lang(tgl) {
    margin-left: 1.25rem
}

.app-subheader .subheader-link:not(:first-of-type):lang(ar), .app-subheader .subheader-link:not(:first-of-type):lang(urd) {
    margin-right: 1.25rem
}

.app-subheader .subheader-link:hover {
    color: #fff
}

.app-subheader .subheader-link-title:lang(ben), .app-subheader .subheader-link-title:lang(en), .app-subheader .subheader-link-title:lang(hin), .app-subheader .subheader-link-title:lang(ind), .app-subheader .subheader-link-title:lang(mal), .app-subheader .subheader-link-title:lang(sin), .app-subheader .subheader-link-title:lang(tgl) {
    margin-left: .3125rem
}

.app-subheader .subheader-link-title:lang(ar), .app-subheader .subheader-link-title:lang(urd) {
    margin-right: .3125rem
}

.app-subheader .subheader-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-toasts-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 10px
}

.app-toasts-wrapper > .toasts-wrapper-inner {
    position: relative;
    margin-bottom: 10px
}

.app-toasts-wrapper > .toasts-wrapper-inner:last-child {
    margin-bottom: 0
}

.toast-prelogin .app-toasts-wrapper {
    position: fixed;
    overflow: hidden
}

.toast-prelogin .app-toasts-wrapper > .toasts-wrapper-inner {
    margin-bottom: 0
}

app-toasts-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: fixed;
    background: hsla(0, 0%, 100%, .5)
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

full-login-page .extra-actions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    color: #007160
}

full-login-page .extra-actions, full-login-page .extra-actions .action-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

full-login-page .extra-actions .action-wrapper.forgot {
    cursor: pointer
}

html[dir=ltr] full-login-page .extra-actions .action-icon {
    margin-right: 10px
}

html[dir=rtl] full-login-page .extra-actions .action-icon {
    margin-left: 10px
}

full-login-page .extra-actions .action-icon .app-icon {
    height: 22px
}

full-login-page .extra-actions .action-text {
    font-size: 12px
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

cmp-login-segment ion-segment.segment-ios-primary {
    margin-bottom: 1rem;
    margin-top: 1rem
}

cmp-login-segment ion-segment.segment-ios-primary ion-segment-button.segment-button {
    border-color: #d5d5d5;
    text-transform: capitalize
}

cmp-login-segment ion-segment.segment-ios-primary ion-segment-button.segment-button:hover:not(.segment-activated) {
    background-color: #fff
}

cmp-login-segment ion-segment.segment-ios-primary ion-segment-button.segment-button:not(.segment-activated) {
    color: #757575
}

cmp-login-segment ion-segment.segment-ios-primary .segment-button:only-of-type {
    border-radius: .4rem !important;
    border-width: .1rem !important
}

.platform-tablet cmp-login-segment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.platform-tablet cmp-login-segment > ion-segment {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-top: 1.5rem;
    width: 37.5rem
}

html[dir=ltr] .platform-tablet cmp-login-segment > ion-segment {
    margin-left: 0 !important
}

html[dir=rtl] .platform-tablet cmp-login-segment > ion-segment {
    margin-right: 0 !important
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-holder {
    border-radius: 2px;
    background: hsla(0, 0%, 100%, .8);
    font-family: Lintel-Regular
}

.app-holder:lang(ar), .app-holder:lang(ben), .app-holder:lang(en), .app-holder:lang(hin), .app-holder:lang(ind), .app-holder:lang(mal), .app-holder:lang(sin), .app-holder:lang(tgl), .app-holder:lang(urd) {
    padding: 16px 16px 8px 16px
}

.app-holder:lang(ar), .app-holder:lang(ben), .app-holder:lang(en), .app-holder:lang(hin), .app-holder:lang(ind), .app-holder:lang(mal), .app-holder:lang(sin), .app-holder:lang(tgl), .app-holder:lang(urd) {
    margin: 0 0 10px 0
}

.app-holder.has-icon {
    position: relative
}

.app-holder .background-icon {
    top: 16px;
    position: absolute;
    width: 70px;
    height: 70px;
    fill: #bcd3d0
}

.app-holder .background-icon:lang(ben), .app-holder .background-icon:lang(en), .app-holder .background-icon:lang(hin), .app-holder .background-icon:lang(ind), .app-holder .background-icon:lang(mal), .app-holder .background-icon:lang(sin), .app-holder .background-icon:lang(tgl) {
    right: 16px
}

.app-holder .background-icon:lang(ar), .app-holder .background-icon:lang(urd) {
    left: 16px
}

.app-holder .holder-header {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    color: inherit
}

.app-holder .holder-header:lang(ben), .app-holder .holder-header:lang(en), .app-holder .holder-header:lang(hin), .app-holder .holder-header:lang(ind), .app-holder .holder-header:lang(mal), .app-holder .holder-header:lang(sin), .app-holder .holder-header:lang(tgl) {
    text-align: left
}

.app-holder .holder-header:lang(ar), .app-holder .holder-header:lang(urd) {
    text-align: right
}

.app-holder .holder-content {
    font-size: 14px
}

.app-holder .holder-content .holder-header {
    margin: 16px 0
}

.app-holder .holder-content .container-checkboxes {
    margin-bottom: 5px
}

.app-holder .holder-content .text-icon-padding {
    padding-bottom: 20px
}

.app-holder .holder-content .text-icon-padding:lang(ben), .app-holder .holder-content .text-icon-padding:lang(en), .app-holder .holder-content .text-icon-padding:lang(hin), .app-holder .holder-content .text-icon-padding:lang(ind), .app-holder .holder-content .text-icon-padding:lang(mal), .app-holder .holder-content .text-icon-padding:lang(sin), .app-holder .holder-content .text-icon-padding:lang(tgl) {
    padding-right: 70px
}

.app-holder .holder-content .text-icon-padding:lang(ar), .app-holder .holder-content .text-icon-padding:lang(urd) {
    padding-left: 70px
}

.app-holder .terms-conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px
}

.app-holder .terms-conditions .bottom-information-terms {
    font-weight: 700;
    background-color: initial;
    color: #0a7161;
    cursor: pointer
}

.app-holder .terms-conditions .bottom-information-terms:lang(ben), .app-holder .terms-conditions .bottom-information-terms:lang(en), .app-holder .terms-conditions .bottom-information-terms:lang(hin), .app-holder .terms-conditions .bottom-information-terms:lang(ind), .app-holder .terms-conditions .bottom-information-terms:lang(mal), .app-holder .terms-conditions .bottom-information-terms:lang(sin), .app-holder .terms-conditions .bottom-information-terms:lang(tgl) {
    padding: 0 0 0 5px
}

.app-holder .terms-conditions .bottom-information-terms:lang(ar), .app-holder .terms-conditions .bottom-information-terms:lang(urd) {
    padding: 0 5px 0 0
}

app-holder {
    display: block
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-input .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.app-input .input-wrapper.masked input {
    -webkit-text-security: disc
}

.app-input .input-wrapper.error .input-clear {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgba(255, 0, 0, 0.5)' d='M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zM352 340.2L340.2 352l-84.4-84.2-84 83.8-11.8-11.8 84-83.8-84-83.8 11.8-11.8 84 83.8 84.4-84.2 11.8 11.8-84.4 84.2 84.4 84.2z'/%3E%3C/svg%3E")
}

.app-input .input-wrapper.primary {
    padding: 5px 16px;
    font-size: 1rem;
    border: 1px solid #777;
    color: #414142;
    background: #fff;
    border-radius: 3px;
    min-height: 40px
}

.app-input .input-wrapper.primary input::-webkit-input-placeholder {
    color: #777
}

.app-input .input-wrapper.secondary {
    padding: 8px 16px;
    margin-bottom: 5px;
    min-height: 44px;
    border: 1px solid #c8c7cc;
    background: #fff;
    color: #0a7161;
    font-size: 17px;
    font-family: Lintel-Regular
}

.app-input .input-wrapper.secondary input::-webkit-input-placeholder {
    color: rgba(10, 113, 97, .5);
    font-family: Lintel-Italic
}

.app-input .input-wrapper.login {
    background: hsla(0, 0%, 100%, .7);
    border: none
}

.app-input .input-wrapper.readonly {
    border: 0
}

.app-input .input-wrapper .dom-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1;
    width: 100%;
    text-transform: inherit
}

.app-input .input-wrapper .dom-input::-ms-clear {
    display: none
}

.app-input .input-wrapper .dom-input:focus {
    outline: none
}

.app-input .input-wrapper .input-icon {
    width: 15px;
    height: 15px;
    fill: #000
}

.app-input .input-wrapper .input-icon:lang(ben), .app-input .input-wrapper .input-icon:lang(en), .app-input .input-wrapper .input-icon:lang(hin), .app-input .input-wrapper .input-icon:lang(ind), .app-input .input-wrapper .input-icon:lang(mal), .app-input .input-wrapper .input-icon:lang(sin), .app-input .input-wrapper .input-icon:lang(tgl) {
    margin: 0 1rem 0 0
}

.app-input .input-wrapper .input-icon:lang(ar), .app-input .input-wrapper .input-icon:lang(urd) {
    margin: 0 0 0 1rem
}

.app-input .input-wrapper .input-clear {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgba(117, 117, 117, 0.7)' d='M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zM352 340.2L340.2 352l-84.4-84.2-84 83.8-11.8-11.8 84-83.8-84-83.8 11.8-11.8 84 83.8 84.4-84.2 11.8 11.8-84.4 84.2 84.4 84.2z'/%3E%3C/svg%3E");
    cursor: pointer
}

app-input {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

app-input input[type=number] {
    -moz-appearance: textfield
}

app-input input[type=number]::-webkit-inner-spin-button, app-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

app-input .input-wrapper.disabled {
    border: 1px solid #bdbdbd !important;
    color: #bdbdbd !important
}

app-input .input-wrapper.disabled input {
    pointer-events: none
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

app-icon {
    display: inline-block;
    line-height: 1px
}

.warning {
    color: #f7011a
}
   @-webkit-keyframes fadeIn {
              0% {
                  opacity: 0
              }
              to {
                  opacity: 1
              }
          }

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-button[_ngcontent-c18] {
    padding: 12px 30px;
    margin: 0;
    border-radius: 25px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    max-width: 100%;
    min-width: auto;
    min-height: auto;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-button[_ngcontent-c18]:lang(ben), .app-button[_ngcontent-c18]:lang(en), .app-button[_ngcontent-c18]:lang(hin), .app-button[_ngcontent-c18]:lang(ind), .app-button[_ngcontent-c18]:lang(mal), .app-button[_ngcontent-c18]:lang(sin), .app-button[_ngcontent-c18]:lang(tgl) {
    border-right: none
}

.app-button[_ngcontent-c18]:lang(ar), .app-button[_ngcontent-c18]:lang(ben), .app-button[_ngcontent-c18]:lang(en), .app-button[_ngcontent-c18]:lang(hin), .app-button[_ngcontent-c18]:lang(ind), .app-button[_ngcontent-c18]:lang(mal), .app-button[_ngcontent-c18]:lang(sin), .app-button[_ngcontent-c18]:lang(tgl), .app-button[_ngcontent-c18]:lang(urd) {
    border-left: none
}

.app-button[_ngcontent-c18]:lang(ar), .app-button[_ngcontent-c18]:lang(urd) {
    border-right: none
}

.app-button.disabled[_ngcontent-c18] {
    opacity: .54;
    cursor: default;
    pointer-events: none
}

.app-button.size-sm[_ngcontent-c18] {
    padding: 4px 14px;
    font-size: 12px;
    height: inherit
}

.app-button.size-lg[_ngcontent-c18] {
    padding: 10px;
    font-size: inherit
}

.app-button.primary[_ngcontent-c18] {
    color: #fff;
    background: #0a7161
}

.app-button.primary[_ngcontent-c18]:hover {
    background: #3d9173
}

.app-button.secondary[_ngcontent-c18] {
    color: #111;
    background: #ddd
}

.app-button.secondary[_ngcontent-c18]:hover {
    background: #d5d5d5
}

.app-button.prelogin[_ngcontent-c18] {
    border-bottom: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: inherit
}

.app-button.prelogin.primary[_ngcontent-c18] {
    color: #fff;
    background: #8cc63f
}

.app-button.prelogin.primary[_ngcontent-c18]:hover {
    background: #57a161
}

.app-button.prelogin.secondary[_ngcontent-c18] {
    color: #777575;
    background: #d0d0d0
}

.app-button.prelogin.secondary[_ngcontent-c18]:hover {
    background: #b4b3b3
}

.app-button[_ngcontent-c18] {
    font-family: Lintel-Bold
}
   


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-segment {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: auto;
    font-size: inherit;
    line-height: 1;
    text-transform: none
}

.app-segment.collapsed .segment-button {
    border-radius: 0
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    -webkit-border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    -webkit-border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    -moz-border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    -moz-border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    -ms-border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    -ms-border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    -webkit-border-bottom-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    -webkit-border-bottom-right-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    -moz-border-bottom-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    -moz-border-bottom-right-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ben), .app-segment.collapsed .segment-button:first-child:lang(en), .app-segment.collapsed .segment-button:first-child:lang(hin), .app-segment.collapsed .segment-button:first-child:lang(ind), .app-segment.collapsed .segment-button:first-child:lang(mal), .app-segment.collapsed .segment-button:first-child:lang(sin), .app-segment.collapsed .segment-button:first-child:lang(tgl) {
    border-bottom-left-radius: 5px
}

.app-segment.collapsed .segment-button:first-child:lang(ar), .app-segment.collapsed .segment-button:first-child:lang(urd) {
    border-bottom-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    -webkit-border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    -webkit-border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    -moz-border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    -moz-border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    -ms-border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    -ms-border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    border-top-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    border-top-left-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    -webkit-border-bottom-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    -webkit-border-bottom-left-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    -moz-border-bottom-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    -moz-border-bottom-left-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ben), .app-segment.collapsed .segment-button:last-child:lang(en), .app-segment.collapsed .segment-button:last-child:lang(hin), .app-segment.collapsed .segment-button:last-child:lang(ind), .app-segment.collapsed .segment-button:last-child:lang(mal), .app-segment.collapsed .segment-button:last-child:lang(sin), .app-segment.collapsed .segment-button:last-child:lang(tgl) {
    border-bottom-right-radius: 5px
}

.app-segment.collapsed .segment-button:last-child:lang(ar), .app-segment.collapsed .segment-button:last-child:lang(urd) {
    border-bottom-left-radius: 5px
}

.app-segment.collapsed .segment-button + .segment-button:lang(ben), .app-segment.collapsed .segment-button + .segment-button:lang(en), .app-segment.collapsed .segment-button + .segment-button:lang(hin), .app-segment.collapsed .segment-button + .segment-button:lang(ind), .app-segment.collapsed .segment-button + .segment-button:lang(mal), .app-segment.collapsed .segment-button + .segment-button:lang(sin), .app-segment.collapsed .segment-button + .segment-button:lang(tgl) {
    border-left: none
}

.app-segment.collapsed .segment-button + .segment-button:lang(ar), .app-segment.collapsed .segment-button + .segment-button:lang(urd) {
    border-right: none
}

.app-segment .segment-button {
    padding: 8px 16px;
    margin: 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 43px;
    min-height: 40px;
    border: 1px solid #777;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #fff;
    color: #414142;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.app-segment .segment-button-active {
    background: #0a7161;
    color: #fff
}

.app-segment .segment-button-disabled {
    background: #fff;
    color: #414142
}

.app-segment .segment-button-non-clickable {
    cursor: default;
    pointer-events: none
}

.app-segment .segment-button:hover {
    background: #8cc63f;
    color: #fff
}

app-segment {
    display: inline-block
}

app-segment.full-screen {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

app-segment.full-screen .segment-button {
    width: 100%
}
   @-webkit-keyframes fadeIn {
              0% {
                  opacity: 0
              }
              to {
                  opacity: 1
              }
          }

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@keyframes show {
    0% {
        max-height: 0;
        opacity: 0
    }
    to {
        display: block;
        max-height: 500px;
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@keyframes hide {
    0% {
        max-height: 500px
    }
    to {
        display: none;
        max-height: 0;
        opacity: 0
    }
}

@-webkit-keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

@keyframes placeHolderLoader {
    0% {
        background-position: 100% 0
    }
    to {
        background-position: -100% 0
    }
}

.app-control-validation[_ngcontent-c21] .content.contains-error[_ngcontent-c21] {
    position: relative
}

.app-control-validation[_ngcontent-c21] .content.contains-error[_ngcontent-c21]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.app-control-validation[_ngcontent-c21] .content.contains-error.primary[_ngcontent-c21]:after {
    -webkit-box-shadow: inset 0 0 2px 1px #da4453;
    box-shadow: inset 0 0 2px 1px #da4453;
    border-radius: 3px
}

.app-control-validation[_ngcontent-c21] .content.contains-error.primary.selector-open[_ngcontent-c21]:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.app-control-validation[_ngcontent-c21] .content.contains-error.secondary[_ngcontent-c21]:after {
    border: 1px solid #da4453
}

.app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21] {
    font-style: italic
}

.app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(ben), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(en), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(hin), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(ind), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(mal), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(sin), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(tgl) {
    text-align: left
}

.app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(ar), .app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21]:lang(urd) {
    text-align: right
}

.app-control-validation[_ngcontent-c21] .group-alert[_ngcontent-c21] p[_ngcontent-c21] {
    padding: 0;
    margin: 0
}

.app-control-validation[_ngcontent-c21] .group-alert.primary[_ngcontent-c21], .app-control-validation[_ngcontent-c21] .group-alert.primary-noborder[_ngcontent-c21] {
    padding: 0 16px;
    color: #da4453;
    font-size: 12px
}

.app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21] {
    padding: 0 15px;
    color: #c6606b;
    font-size: 14px
}

.app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(ar), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(ben), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(en), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(hin), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(ind), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(mal), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(sin), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(tgl), .app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21]:lang(urd) {
    margin: -5px 0 5px 0
}

.app-control-validation[_ngcontent-c21] .group-alert.secondary[_ngcontent-c21] p[_ngcontent-c21] + p[_ngcontent-c21] {
    display: none
}

.app-control-validation[_ngcontent-c21] .group-alert.secondary.login[_ngcontent-c21] {
    border: 1px solid #c6606b;
    border-top: none;
    background-color: #d5d5d5
}

.app-control-validation[_ngcontent-c21] .group-alert.primary-span[_ngcontent-c21] {
    padding: 2px 0;
    color: #da4453;
    font-size: 12px
}

.app-mfa .mfa-header1 {
    padding: 16px;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: inherit;
}
.semi-transparent {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
}
