@keyframes sr-animation-slide-up{
    0%{transform:translate3d(0,40px,0); opacity:0}
    75%{transform:translate3d(0,-5px,0); opacity:.7}
    to{transform:translateZ(0); opacity:1}
  }
  @keyframes sr-animation-slide-right{
    0%{transform:translate3d(-40px,0,0); opacity:0}
    75%{transform:translate3d(5px,0,0); opacity:.7}
    to{transform:translateZ(0); opacity:1}
  }
  @keyframes sidebar-step-check-state{
    0%{transform:scale(0)}
    50%{transform:scale(1.2)}
    to{transform:scale(1)}
  }
  @keyframes sidebar-step-selection{
    0%{opacity:0; transform:translate(-100%)}
    50%{transform:translate(10%)}
    to{opacity:1; transform:translate(0)}
  }
  .booking-wrapper-v2{display:flex; justify-content:center; max-width:760px; width:100%; height:560px; margin:20px auto; border-radius:8px; box-shadow:0 30px 40px #0000001f; transition:max-width .3s ease-in-out; background-color:transparent; position:relative}
  .booking-wrapper-v2 .booking-v2-sidebar{flex:0 0 auto; position:relative; max-width:240px; width:240px; display:flex; flex-direction:column; justify-content:space-between; font-size:16px; color:#fff; border-radius:.5rem 0 0 .5rem; background-color:#231f20; padding:16px 8px 16px 16px; transition:width .3s ease-in-out}
  .booking-wrapper-v2 .booking-v2-main{--sr-brad-main-default:0 .5rem .5rem 0; max-width:520px; width:100%; background-color:var(--sr-c-main-bgr); border-radius:var(--sr-brad-main,var(--sr-brad-main-default)); overflow:hidden;position: relative;}
  .sr-booking-step-wrapper{padding:0 8px 0 0; overflow-x:hidden}
  .sr-booking-step:nth-child(1){animation:.4s cubic-bezier(.45,1,.4,1.2) 0s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step:nth-child(2){animation:.4s cubic-bezier(.45,1,.4,1.2) .1s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step:nth-child(3){animation:.4s cubic-bezier(.45,1,.4,1.2) .2s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step:nth-child(4){animation:.4s cubic-bezier(.45,1,.4,1.2) .3s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step:nth-child(5){animation:.4s cubic-bezier(.45,1,.4,1.2) .4s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step:nth-child(6){animation:.4s cubic-bezier(.45,1,.4,1.2) .5s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step{background-color:rgba(255,255,255,.1); border-radius:4px; padding:8px; margin-bottom:8px}
  .sr-booking-step-inner{display:flex; align-items:center; justify-content:space-between}
  .sr-booking-step-icon{position:relative; width:24px; height:20px; font-size:24px}
  .sr-booking-step-icon span{display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
  .sr-booking-step-checker .sr-icon-check{position:absolute; width:18px; height:18px; font-size:24px; line-height:0; padding:4px; border-radius:50%; background-color:#00aeff; color:#fff}
  .sr-booking-step-checker .sr-icon-check:before{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
  .sr-booking-step-heading{font-size:14px; color:#fff; font-weight:500; line-height:1.43; margin:0 0 0 6px}
  .sr-booking-step-checker{display:flex; align-items:center; justify-content:center; width:24px; height:24px; background-color:#6e6e6e; border-radius:50%; border:1px solid #fff; transition:border .3s ease-in-out; margin-left:auto}
  .sr-booking-step-checker-selected{border-width:4px}
  .sr-booking-step-selection__wrapper{display:block; overflow:hidden}
  .sr-booking-step-selection{font-size:12px; font-weight:400; line-height:1.5; padding:4px 0; margin:0; border-bottom:1px dashed rgba(255,255,255,.1); white-space:pre; color:#fff;animation:.4s cubic-bezier(.45,1,.4,1.2) 0s sr-animation-slide-right; animation-fill-mode:both}
  .sr-booking-step-selection:last-child{border-bottom:none; padding-bottom:0}
  .sr-booking-main{--sr-brad-main-default:0 .5rem .5rem 0; max-width:520px; width:100%; background-color:var(--sr-c-main-bgr); border-radius:var(--sr-brad-main,var(--sr-brad-main-default)); overflow:hidden}
  .sr-booking-main-inner{position:relative; height:100%; overflow:hidden}
  .sr-booking-main-heading{padding:16px 32px; box-shadow:0 2px 3px rgba(26,44,55,.15); position:relative; z-index:9999}
  .sr-booking-main-heading-inner{display:flex; align-items:center}
  .sr-booking-main-heading-inner-title{font-size:18px; font-weight:600; font-style:normal; line-height:1.55; text-transform:initial; letter-spacing:initial; margin:0; white-space:nowrap; color:#505050}
  .sr-booking-main-heading-inner .sr-heading-prev{margin-right:12px}
  .sr-button.sr-button--micro.is-icon-only{--sr-padd-btn:2px; --sr-fs-btn:16px; width:24px; height:24px}
  .sr-button.sr-button--plain{--sr-c-btn-bgr:transparent; --sr-c-btn-text:var(--sr-c-btn-first); --sr-c-btn-border:var(--sr-c-btn-first-op30); --sr-c-btn-shadow:var(--sr-c-btn-first-op20); background-color:var(--sr-c-btn-bgr); color:var(--sr-c-btn-text); border:1px solid var(--sr-c-btn-border); box-shadow:0 1px 3px var(--sr-c-btn-shadow)}
  .sr-booking-main-content{display:block; overflow-x:hidden; height:500px; padding:20px 30px 60px}
  .sr-fs__init-form__item:nth-child(1){animation:.6s cubic-bezier(.45,1,.4,1.2) 0s sr-animation-slide-up; animation-fill-mode:both}
  .el-form-item{display:block; font-family:var(--sr-font-family); font-size:var(--sr-fs-label); margin-bottom:24px}
  .el-form-item.is-required .el-form-item__label{position:relative; padding-left:10px}
  .el-form-item.is-required .el-form-item__label:before{content:"*"; position:absolute; top:0; left:0; margin-right:4px}
  .sr-fs__wrapper .el-form-item__label:before{color:var(--sr-c-error)}
  .el-form-item__label{flex:0 0 auto; text-align:left; font-size:var(--sr-fs-label); line-height:1.3; color:var(--sr-c-main-text); box-sizing:border-box; margin:0}
  .el-form-item__content{display:flex; flex-wrap:wrap; align-items:center; flex:1; position:relative; font-size:var(--sr-fs-input); min-width:0; color:var(--sr-c-main-text)}
  .sr-adv-select__wrapper{width:100%}
  .sr-booking-main-footer{position:absolute; left:0; bottom:0; display:flex; align-items:center; justify-content:flex-end; width:100%; padding:8px 32px; background-color:#fff; box-shadow:0 -2px 3px var(--sr-c-main-text-op15)}
  .sr-button{--sr-h-btn:40px; --sr-fs-btn:15px; --sr-fw-btn:500; --sr-lh-btn:1.6; --sr-rad-btn:6px; --sr-padd-btn:8px 24px; display:inline-flex; align-items:center; justify-content:center; height:var(--sr-h-btn); font-size:var(--sr-fs-btn); font-weight:var(--sr-fw-btn); line-height:var(--sr-ln-btn); white-space:nowrap; text-decoration:none; text-transform:unset; border-radius:var(--sr-rad-btn); outline:0; margin:0; padding:var(--sr-padd-btn); cursor:pointer; transition:.3s all ease-in-out}
  .sr-button span{display:flex; align-items:center; justify-content:center; overflow:hidden}
  .sr-button.sr-button--default{--sr-h-btn:40px; --sr-fs-btn:15px; --sr-lh-btn:1.6; --sr-padd-btn:8px 24px}
  .sr-button.sr-button--filled{--sr-c-btn-bgr:var(--sr-c-btn-first); --sr-c-btn-text:var(--sr-c-btn-second); --sr-c-btn-border:var(--sr-c-btn-first); background-color:var(--sr-c-btn-bgr); color:var(--sr-c-btn-text); border:1px solid var(--sr-c-btn-border)}
  .steps-booking-v2 .staff_item_box{width:calc(50% - 3px)}
  @media (max-width:480px){
    .steps-booking-v2 .staff_item_box{width:calc(50% - 3px)}
  }
  .steps-booking-v2 .ui-datepicker{border:none; overflow:auto; background:#fff; padding:0 !important; box-shadow:none; z-index:999999 !important; border-radius:0}
  .steps-booking-v2 .ui-datepicker-calendar{height:275px; text-align:center}
  .steps-booking-v2 .ui-datepicker-header{height:50px; line-height:50px; color:inherit; background:#fff; margin-bottom:10px; font-weight:600; font-size:15px; margin-top:0; margin-left:0; margin-right:0}
  .steps-booking-v2 .ui-datepicker-next:after,.steps-booking-v2 .ui-datepicker-prev:after{border-left:2px solid #6a747b; border-bottom:2px solid #6a747b; top:0}
  .steps-booking-v2 .ui-datepicker-title{border:1px solid #ddd; line-height:40px; width:150px; margin:0 auto; border-radius:4px}
  .steps-booking-v2 .ui-datepicker-next,.steps-booking-v2 .ui-datepicker-prev{width:42px; height:42px; text-indent:99px; border:1px solid #ddd; border-radius:4px; cursor:pointer; overflow:hidden; margin-top:0; position:relative; display:block; background:#fff}
  .steps-booking-v2 .ui-datepicker-prev{margin-left:0}
  .steps-booking-v2 .ui-datepicker-next{margin-right:0}
  .steps-booking-v2 .ui-datepicker-prev:after{margin:15px 0 0 16px}
  .steps-booking-v2 .ui-datepicker-next:after{transform:rotate(-135deg); margin:15px 0 0 13px}
  .steps-booking-v2 .ui-state-default{display:block; text-decoration:none; color:#00aeff; font-size:16px; font-weight:500; height:30px; width:55px; line-height:30px; background:#dcecf9; border:1px solid #00aeff; border-radius:4px}
  .steps-booking-v2 .ui-state-active{background:#00aeff; color:#fff}
  .steps-booking-v2 .ui-datepicker-unselectable .ui-state-default{cursor:no-drop; color:#adadad; background:#f7e8e7; border:1px solid #f7e8e7}
  .steps-booking-v2 .ui-datepicker-unselectable .ui-state-default:hover{background:#f7e8e7}
  .steps-booking-v2 .time_group{width:100%; flex:50%; padding:0 5px; margin:0; animation:.6s cubic-bezier(.45,1,.4,1.2) 0s sr-animation-slide-up; animation-fill-mode:both}
  .steps-booking-v2 .time_btn{font-size:14px; cursor:pointer; text-transform:uppercase; border-radius:4px; border:1px solid #28a745; line-height:1.6}
  .steps-booking-v2 .disabled.btn{border-color:#ddd !important}
  .steps-booking-v2 a.ui-corner-all.ui-state-disabled{opacity:.5; cursor:not-allowed}
  .steps-booking-v2 .time_wrap{height:auto; overflow-y:unset}
  .booking-v2-inner-title{font-size:16px; font-weight:600; font-style:normal; line-height:1.6; text-transform:initial; letter-spacing:initial; margin:0; white-space:nowrap; color:#505050}
  .steps-booking-v2 .el-skeleton{width:100%; padding:16px 32px}
  .steps-booking-v2 .el-skeleton.skeleton-mobile .el-skeleton{padding:16px}
  .steps-booking-v2 .el-skeleton-item-wrapper{padding:8px 0; display:flex; align-items:flex-start; flex-direction:column}
  .steps-booking-v2 .el-skeleton-item-wrapper .el-skeleton__h3{margin-bottom:4px; width:100px; height:20px}
  .steps-booking-v2 .el-skeleton-item-wrapper .el-skeleton__text{width:100%; height:40px}
  .steps-booking-v2 .sr-skeleton-slots-mobile{padding:0}
  .steps-booking-v2 .sr-skeleton-slots-mobile .sr-skeleton-slots-days{gap:6px}
  .steps-booking-v2 .sr-skeleton-slots-mobile .sr-skeleton-slots-days .el-skeleton__item{height:28px; max-width:56px}
  .steps-booking-v2 .sr-skeleton-slots-filters{display:flex; flex-direction:row; justify-content:space-between; padding:0 0 24px}
  .steps-booking-v2 .sr-skeleton-slots-filters .el-skeleton__item{height:36px; width:20%}
  .steps-booking-v2 .sr-skeleton-slots-filters:first-child{width:100%; margin-right:16px}
  .steps-booking-v2 .sr-skeleton-slots-filters:last-child{width:16%; margin-left:16px}
  .steps-booking-v2 .sr-skeleton-slots-weekdays{padding-bottom:12px; display:flex; flex-direction:row; justify-content:space-around}
  .steps-booking-v2 .sr-skeleton-slots-weekdays .el-skeleton__item{max-width:30px; height:24px}
  .steps-booking-v2 .sr-skeleton-slots-days{display:grid; grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap:8px}
  .steps-booking-v2 .sr-skeleton-slots-days .el-skeleton__item{margin:0 1.5px; height:40px; max-width:56px}
  .custom-filed-radio-options span,.steps-booking-v2 .custom-filed-checkbox-options span{width:100%}
  @keyframes el-skeleton-loading{
    0%{background-position:100% 50%}
    to{background-position:0 50%}
  }
  .el-skeleton.is-animated .el-skeleton__item{background:linear-gradient(90deg,#f2f2f2 25%,#cdcdcd 37%,#f2f2f2 63%); background-size:400% 100%; animation:el-skeleton-loading 1.4s ease infinite;border-radius: 4px;}
  .el-skeleton{--el-skeleton-circle-size:var(--el-avatar-size)}
  .el-skeleton__item{background:var(--el-skeleton-color); display:inline-block; height:16px; border-radius:var(--el-border-radius-base); width:100%}
  .el-skeleton__circle{border-radius:50%; width:var(--el-skeleton-circle-size); height:var(--el-skeleton-circle-size); line-height:var(--el-skeleton-circle-size)}
  .el-skeleton__button{height:40px; width:64px; border-radius:4px}
  .el-skeleton__p{width:100%}
  .el-skeleton__p.is-last{width:61%}
  .el-skeleton__p.is-first{width:33%}
  .el-skeleton__text{width:100%; height:var(--el-font-size-small)}
  .el-skeleton__caption{height:var(--el-font-size-extra-small)}
  .el-skeleton__h1{height:var(--el-font-size-extra-large)}
  .el-skeleton__h3{height:var(--el-font-size-large)}
  .el-skeleton__h5{height:var(--el-font-size-medium)}
  .el-skeleton__image{width:unset; display:flex; align-items:center; justify-content:center; border-radius:0}
  .el-skeleton__image svg{fill:var(--el-svg-monochrome-grey); width:22%; height:22%}
  .steps-booking-v2 .col-custom-filed{flex: 0 0 100%;max-width: 100%;}
  .steps-booking-v2 .col-custom-filed .mb-5{margin-bottom: 1rem !important;}
  .error{color: #dc3545 !important;}

  .steps-booking-v2 .service-list-item h5,
  .steps-booking-v2 .addon-list-item h5
  {font-size: 14px;}
  .booking-summery{
    animation: .6s cubic-bezier(.45,1,.4,1.2) .1s sr-animation-slide-up;
    animation-fill-mode: both;
    border: 1px solid rgb(26 44 55 / 20%);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
  }

  .booking-summery .booking-payment-service{
    animation: .6s cubic-bezier(.45,1,.4,1.2) .1s sr-animation-slide-up;
    animation-fill-mode: both;
    border: 1px solid rgb(26 44 55 / 30%);
    border-radius: 8px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
.payment-service-info span{
    font-size: 12px;
    line-height: 1.33333;
    font-weight: 500;
    color: rgb(26 44 55 / 60%);

}
.payment-service-open .payments-services-sub{
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all ease-in-out .3s;
}
.payment-service-open .payments-services-sub p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.384615;
    color: #1A2C37;
    margin: 0;
    padding: 0;
}
.payment-service-open .payments-services-sub .amount{
    white-space: nowrap;
}

.payments-app-info {
    margin: 0
}

.payments-app-info-subtotal {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(26 44 55 / 30%);
    padding: 0 0 16px;
    margin: 16px 0 0
}

.payments-app-info-subtotal span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    color: #1A2C37
}


.payments-app-info-total {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33333;
    color: #1A2C37;
    padding: 8px 0 0
}

.payments-app-info-total.sr-single-row {
    padding-top: 16px
}

.payments-app-info-total>span:nth-child(2) {
    color: #00aeff;
}

.payments-sentence {
    display: flex;
    justify-content: center;
    margin-top: 2px;
    animation: .6s cubic-bezier(.45,1,.4,1.2) .4s sr-animation-slide-up;
    animation-fill-mode: both;
}
.payments-sentence p {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    color: #1A2C37;
}


.sr-fs-sb-cs>p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 16px;
}
.sr-fs-sb-cs-cals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sr-fs-sb-cs-cals-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.sr-fs-sb-cs-cals-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 86px;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 4px;
    background-color: rgb(255 255 255 / 5%);
    padding: 16px 0 8px;
    margin-right: 8px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #7386a90f;
}

.sr-fs-sb-cs-cals-card div {
    display: flex;
    height: 24px;
    align-items: center;
}
.sr-fs-sb-cs-cals-card div span {
    font-size: 24px;
    color: #FFFFFF;
}
.sr-fs-sb-cs-cals-card div .sr-icon-yahoo {
    font-size: 17px;
}
.sr-fs-sb-cs-cals-card p {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.congrats-content{
    height: 560px;
}
.congrats-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}
.congrats-main img {
    width: 54px;
    margin-bottom: 8px;
}
.congrats-main-heading {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #33434C;
}
.congrats-main span {
    color: rgb(51 67 76 / 40%);
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.congrats-main>*:nth-child(1) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) 0ms sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-main>*:nth-child(2) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .1s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-main>*:nth-child(3) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .2s sr-animation-slide-up;
    animation-fill-mode: both;
}

.congrats-info {
    background-color: #FFFFFF;
}

.congrats-info-customer div {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px;
}
.congrats-info-customer div span {
    color: rgb(51 67 76 / 40%);
}
.congrats-info-customer div span:nth-child(2) {
    color: #1A2C37;
}
.congrats-info-customer-border {
    border-top: 1px solid rgb(51 67 76 / 30%);
    padding-top: 16px;
}

.congrats-info-customer>div:nth-child(1) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) 0ms sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(2) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .1s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(3) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .2s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(4) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .3s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(5) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .4s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(6) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .5s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(7) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .6s sr-animation-slide-up;
    animation-fill-mode: both;
}
.congrats-info-customer>div:nth-child(8) {
    animation: .6s cubic-bezier(.45,1,.4,1.2) .7s sr-animation-slide-up;
    animation-fill-mode: both;
}


@media (max-width: 480px) {
    .booking-wrapper-v2 .booking-v2-sidebar{
        display: none;
    }
    .booking-wrapper-v2 .service-price,
    .booking-wrapper-v2 .addon-price {
        background: none;
        color: #505050;
        font-weight: 700;
        padding: 12px 0px 0px;
    }
    .steps-booking-v2 .ui-state-default{
        width: 35px;
    }
    .steps-booking-v2 .time_btn {
        font-size: 12px;
    }
}

.am-slide-popup__up {
    height: 100%;
    padding: 0;
    background: rgba(4,8,11,.3);
    z-index: 1000;
}
.am-slide-popup,
.am-slide-popup__up-inner,
.am-slide-popup__up {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}
.am-slide-popup__up-inner {
    top: auto;
    bottom: 0;
    min-height: 100px;
    background: #FFFFFF;
    padding: 16px 32px;
}
.am-slide-popup__up-inner-mobile {
    padding: 16px;
}

.am-fs__popup-x {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: #1A2C37;
    margin: 0;
}

.am-fs__ps-popup {
    position: relative;
}

.am-fs__ps-popup__heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    color: #1A2C37;
    margin: 0 0 16px;
    padding: 20px 6px 0 0;
    max-height: 40px;
    overflow-x: hidden;
}

.am-fs__ps {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.am-fs__ps.am-fs__ps-popup {
    max-height: 296px;
    overflow-x: hidden;
    padding-right: 6px;
}

.am-fs__ps-popup__or {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    color: rgb(26 44 55 / 60%);
}

.am-fs__ps-popup__or:before,
.am-fs__ps-popup__or:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid rgb(26 44 55 / 20%);
    margin: auto;
}
.am-fs__ps-popup__or:before {
    margin-right: 10px;
}
.am-fs__ps-popup__or:after {
    margin-left: 10px;
}

.am-slide-popup__up-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sr-button.am-button--filled {
    background-color: #265CF2;
    color: #FFFFFF;
    border: 1px solid #265CF2;
}
