@font-face{font-family:Poppins;src:url(../fonts/Poppins/Poppins-Thin.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Thin.woff) format("woff");    font-weight:100;    font-style:normal;    font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins/Poppins-Medium.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Medium.woff) format("woff");    font-weight:500;    font-style:normal;    font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins/Poppins-Regular.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Regular.woff) format("woff");    font-weight:400;    font-style:normal;    font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins/Poppins-SemiBold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-SemiBold.woff) format("woff");    font-weight:600;    font-style:normal;    font-display:swap}@font-face{font-family:Poppins;src:url(../fonts/Poppins/Poppins-Bold.woff2) format("woff2"),url(../fonts/Poppins/Poppins-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
:root,[data-bs-theme=light]{
    --main-color:#f03f3e;
    --mobile-footer-height:370px;
    --mobile-header-height:70px;
    --web-header-height:77px;
    --customer-max-width:11rem;
}

body{
    font-family: 'Poppins';
    background: url(../img/patternwhite.png) no-repeat;
    background-position: right top;
    background-color: var(--main-color);
    background-attachment: fixed;
}

*>a {
    text-decoration: none!important;
}
* a {
    cursor: pointer;
    color: #000;
}
a:active,
a:hover {
    outline: none!important;
    color: #000;
}
.container-1{
    margin-top: 0.5rem!important;
    margin-bottom: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding-top: 1rem!important;
}
.button{
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    border: none;
    display: inline-block;
}
.button:hover{
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.button-block{
    width: 100%!important;
}
.button-default-black{
    border: 1px solid #000;
    color: #000;
}
.button-default-black:hover{
    background-color: #f5f5f7;
}
.button-red{
    background-color: var(--main-color);
    color: #fff;
}
.button-red:hover{
    background-color: #bb2828;
    color: #fff;
}
.button-dark{
    background-color: #000;
    color: #fff;
}
.dropdown-menu-button{
    background-color: var(--main-color);
    color: #fff;
}
.button-white{
    background-color: var(--bs-white);
}
.button[disabled]{
    cursor: no-drop;
    color: unset;
    background-color: #bcbcbc;
}
.payment-info-card{
    border: 1px dashed;
    padding: 10px;
}
.main-page-buttons{
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0px;
}
.select-orders-table>thead>tr>td{
    padding: 3px 5px;
    font-size: 14px;
    color: #89898b;
}
.select-orders-table>tbody>tr>td{
    padding: 5px 5px;
    vertical-align: middle;
}

.nav-guest-buttons{
    display: flex;
}
.navbar-default{
    background-color: #fff;
    padding: 0.5rem 5.5rem;
}

.navbar-customer .avatar{
    height: 48px;
}
.navbar-customer .avatar>img{
    width: 48px;
}
.navbar-customer {
    width: auto;
    border: 1px solid #00000054;
    border-radius: 25px;
    cursor: pointer;
}
.toggle-icon{
    color: #fff;
    font-size: 30px;
    border: none;
}
.nav-link {
    padding: 0.5rem;
}
.active-link {
    color: var(--main-color);;
    border-bottom: 1px solid;
    border-color: var(--main-color);;
}
.container-bg{
    max-width: 1150px!important;
    background-color: rgb(255 255 255 / 30%);
    padding: 30px 50px 20px;
    border-radius: 10px;
}
.customer-name{
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.customer-name{
    display: inline-block;
}
.bi-btn::before{
    font-size: 23px;
    vertical-align: -0.25em!important;
}
.account-buttons{
    display: flex;
    justify-content: space-around;
}
.account-menu-tab.show {
    display: block;
}
.account-menu-tab .nav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -1px 8px -2px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 8px 8px;
    padding: 15px 20px;
}
.account-menu-tab .nav-list {
    width: 100%;
}
.account-menu-tab {
    display: none;
    position: absolute;
    z-index: 999;
    transition: .3s;
    width: 19%;
    right: 6%;
    top: 100%;
}
.account-menu-tab .nav-link {
    width: 100%;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #303030;
    padding: 6px 0;
    text-align: left;
}
.account-menu-tab .nav-item {
    width: 100%;
}
.bi-main-color{
    color: var(--main-color);
}
.footer {
    height: 225px;
    padding: 50px 40px 15px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
}
.logo-hotline{
    display: flex;
    justify-content: space-around;
}
.hotline{
    display: none;
}
.footer-apps-web{
    display: flex;
    justify-content: space-around!important;
}
.footer-menu {
    justify-content: space-around;
}
.menu-group-x a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: rgb(71 70 70 / 70%);
}
.footer-bottom {
    border-top: 1px solid #585858;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-copy {
    font-size: 13px;
    line-height: 22px;
    color: rgb(71 70 70 / 70%);
}
.footer-payment {
    display: flex;
}
.footer-social {
    margin-top: 22px;
}
.section-header {
    font-size: 22px;
    font-weight: 600;
    background-color: #b7030294;
    padding: 5px;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-header>a{
    font-size: 16px;
    color: #fff;
}
.card-image{
    height: 250px;
    background-position: center;
    background-size: contain;
}
.card-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
}
.title-primary{
    font-size: 22px;
    color: #000;
    margin: 5px;
}
.title-secondary{
    font-size: 14px;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;
    margin: 5px;
    text-align: center;
    font-weight: 400;
}
.tariff-table td{
    border-top: none;
    border-bottom: 1px solid #f4f0f0;
    font-weight: 400;
    color: #000!important;
    padding: 5px 15px;
}
.table td:last-child {
    text-align: right;
}
.example-sites-container {
    padding: 15px 0px;
    background-color: white;
    overflow: hidden;
    border-radius: 4px;
    height: 100px;
    display: flex;
    align-items: center;
}
.example-sites-container .owl-stage {
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item img {
    width: unset;
    max-height: 90px!important;
}

.password-eye {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    color: #adadad;
    font-size: 25px;
    cursor: pointer;
}
.input-box{
    position: relative;
}
.logo-mobile{
    display: none;
}
.profile-btn{
    margin-left: 1.5rem;
}
.calculator-total{
    font-weight:900;
}
#calculator_currrency{
    height: 45px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.currency-result{
    display: flex;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    border-radius: 4px;
}
.shop-categories {
    border:none;
    display: flex;
    align-items: center;
}
.shop-categories.active{
    background-color: #000!important;
}
.card-example-site{
    background: #fff;
    border-radius: 4px;
    height: 156px;
    box-shadow: none;
    padding: 55px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-example-site > img{
    width: 65%;
    max-width: 160px;
}
.paginator{
    width: 100%;
    border-radius: 4px;
    background: #fff!important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    margin: 25px auto 0;
    height: 55px;
}
.paginator__pages {
    display: block;
    font-size: 14px;
    color: #4e5d78;
    font-weight: 400;
    font-family: nunito,sans-serif;
}
.paginator__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.paginator__list li {
    margin-right: 10px;
}
.paginator__list a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: 1px solid #ccc;
}
.paginator__list .active a{
    background-color: var(--main-color);
    color: #fff;
    border: none;
}
.card-faq-header{
    background: url('../img/icons/question-circle.svg') no-repeat;
    background-position:8px center;
    background-size: 20px;
    padding: 10px 10px 10px 35px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.card-faq-body{
    padding: 10px 15px 12px;
    font-size: 15px;
    line-height: 1.25rem;
}
.brancshmap {
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
    border-radius: 10px;
}
/*.accordion-button:focus{*/
/*    box-shadow: none;*/
/*}*/
/*.accordion-button:not(.collapsed){*/
/*    background: none;*/
/*}*/
.contant-list{
    border:none;
    display: flex;
    align-items: center;
}
.contact-text-area{
    min-height: 100px!important;
}
.contact-list-icon{
    width: 50px;
    position: relative;
    float: left;
    margin-right: 0.5rem;
}
.contact-icon{
    display: flex;
    background-color: rgba(240,61,63,0.2);
    height: 45px;
    width: 45px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.toast{
    border-radius: 0;
}
.home-news-overlay{
    background-color: #000000c2;
    top: unset;
    border-radius: 0px;
    padding-bottom: 10px;
}
.home-news-overlay>p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.home-news-overlay>span{
    font-size: 14px;
}
.home-news-card:hover img{
    transform: scale(1.2,1.2);
}
.home-news-card:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}
.home-news-card{
    overflow: hidden;
}
.home-news-card img{
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}
.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.alert-red{
    background-color: var(--main-color);
    color: #fff;
    width: auto;
    padding: 1rem 2rem;
}
.profile-btn-mobile{
    display: none!important;
}
.card-icon{
    padding: 15px 10px;
    text-align: center;
    border-radius: 10px;
}
.card-icon-blue{
    background-color: #8ad1e8;
}
.card-icon-purple{
    background-color: #daadf0;
}
.card-icon-green{
    background-color: #b9dfb5;
}
.profile-img{
    height: 140px;
    width: 140px;
    border: 3px solid var(--main-color);
    background-size: cover;
    background-position: center;
}
.filter{
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-button{
    border:none;
    width: 100%;
}
.fw-1{
    font-weight: 100;
}
.fw-2{
    font-weight: 200;
}
.fw-3{
    font-weight: 300;
}
.fw-4{
    font-weight: 400;
}
.fw-5{
    font-weight: 500;
}
.fw-6{
    font-weight: 600;
}
.fw-7{
    font-weight: 700;
}
.fs-10{
    font-size: 10px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.order-more-info-btn{
    position: absolute;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%!important;
    border: 0;
    outline: 1px solid #000;
    outline-offset: -3px;
    padding:5px;
    font-size: unset;
    color: unset;
    left: 50%;
    margin-left: -15px;
}
.order-more-info-btn:not(.collapsed){
    background-color:#fff!important;
}
.order-more-info-btn:focus{
    border-color:unset!important;
    box-shadow:unset!important;
}
.order-more-info-btn:focus:not(:focus-visible){
    outline: 1px solid #000!important;
}
.accordion-item:last-of-type .order-more-info-btn.collapsed{
    border-bottom-right-radius:50%;
    border-bottom-left-radius:50%;
}
#accordionOrders{
    --bs-accordion-bg:unset;
    --bs-accordion-border-color:unset;
    --bs-accordion-btn-padding-x:unset;
    --bs-accordion-btn-padding-y:unset;
    min-height: 385px;
}

.min-container{
    min-height: 450px;
}
.order-buttons{
    border: none;
    width: 35px;
    height: 25px;
    border-radius: 5px;
}
.order-edit{
    color: #5968dd;
    background-color: rgb(89 104 221 / 35%);
}
.order-delete{
    color: #d95153;
    background-color: rgb(217 81 83 / 35%);
}
.order-pay{
    color: #84c9ad;
    background-color: rgb(132 201 173 / 35%);
}
.order-buttons[disabled]{
    cursor: no-drop;
    color: unset;
    background-color: #e9e6e6;
}

.link-area .card-body .card-title{
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    align-items: center;
}
.link-number{
    display: block!important;
    font-weight: 600;
    font-size: 20px;
}
.link-total-price{
    display: block!important;
    font-weight: 600;
    font-size: 20px;
}
.delete-link{
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}
.add-new-link{
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.total-payable-amount{
    font-size: 18px;
    font-weight: 600;
}
.link-info-section{
    text-align: center;
}
.text-bold{
    font-weight: bold;
}
/* Bundles */

.show-bundle-links{
    background: none;
    border: 1px dashed;
    border-radius: 5px;
    padding: 7px;
    width: 80%;
    margin: 0 auto;
}
.bundle-buttons{
    border: none;
    width: 35px;
    height: 25px;
    border-radius: 5px;
}
.bundle-actions{
    color: #5968dd;
    background-color: rgb(89 104 221 / 35%);
}
.bundle-links{
    color: #d95153;
    background-color: rgb(217 81 83 / 35%);
    position: relative;
}
.bundle-pay{
    color: #84c9ad;
    background-color: rgb(132 201 173 / 35%);
}
.bundle-buttons[disabled]{
    cursor: no-drop;
    color: unset;
    background-color: #e9e6e6;
}
.bundle-link-count{
    position: absolute;
    color: #fff;
    font-size: 10px;
    right: 0;
    left: 0;
    font-weight: 900;
    top: 9px;
}
.smart-status{
    font-size: 14px;
    border-radius: 20px;
    height: 25px;
    font-weight: 500;
    float: left;
    width: 100%;
    line-height: 24px;
    text-align: center;
    position: relative;
    font-width: bold;
}
.smart-danger{
    border: 1px solid #F03F3F;
    color: #F03F3F;
}
.smart-success{
    border: 1px solid #55D1AC;
    color: #55D1AC;
}
.smart-warning{
    border: 1px solid #FFC107;
    color: #FFC107;
}
.smart-status .icon{
    height: 25px;
    width: 25px;
    border-radius: 20px;
    position: absolute;
    font-size: 20px;
    left: -1px;
    top: -1px;
}
.icon-danger{
    border: 1px solid #F03F3F;
}
.icon-success{
    border: 1px solid #55D1AC;
}
.icon-warning{
    border: 1px solid #FFC107;
}
#accordionBundles{
    --bs-accordion-bg:unset;
    --bs-accordion-border-color:unset;
    --bs-accordion-btn-padding-x:unset;
    --bs-accordion-btn-padding-y:unset;
    min-height: 450px;
}
.task-tab-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    color: #000;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    background-color: white;
}
.active .task-tab-btn {
    background-color: #F03F3F;
    color: white;
}
.text-secondary{
    font-size: 14px;
}


.chat-container {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1rem;
    background: #fffaf4;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.chat-block {
    display: flex;
    flex-direction: column;
}

.chat-block-customer {
    align-items: flex-end;
}

.chat-block-company {
    align-items: flex-start;
}

.chat {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 12px;
    position: relative;
    background-color: #ffffe0;
    font-weight: 500;
    line-height: 1.6;
    word-break: break-word;
}

.chat-customer {
    background-color: #dcf8c6;
    text-align: left;
}

.chat-company {
    background-color: #f1f0f0;
}

.chat-text {
    margin: 0;
}

.chat-date {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    display: block;
    text-align: right;
}

.reply-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-radius: 0 0 12px 12px;
}

.reply-box input {
    flex: 1;
    padding: 10px 14px;
    border-radius: 25px;
    border: 1px solid #ddd;
    outline: none;
}

.send-icon {
    background-color: #5865f2;
    border: none;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
}

.send-icon img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}


.reply-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    cursor: pointer;
    padding: 11px;
}
.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
    border-radius: 4px 0px 0px 4px;
}
.reply-box {
    width: 100%;
}
.reply-box>input{
    border-radius: 0;
    border-right: none;
    border-left: none;
    height: 46px;
}
.send-icon {
    background-color: #9494FF;
    padding: 12px;
    border: 1px solid #9494FF;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputfile-1 + label[disabled]{
    cursor: no-drop!important;
    color: unset;
    background-color: #bcbcbc;
    border: #bcbcbc;
}
.send-icon[disabled]{
    cursor: no-drop!important;
    color: unset;
    background-color: #bcbcbc;
    border: #bcbcbc;
}


.task-tabs{
    background-color: #fff;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
}
.task-tabs>a{
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
.task-tab-active{
    background-color: var(--main-color);
    color: #fff;
    pointer-events:none;
}
.balance-cards-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.balance-card{
    background: linear-gradient(117.87deg, #303030 3.52%, #000000 107.8%);
    padding: 20px 15px;
    border-radius: 12px;
    color: #fff;
    transition: ease-in-out .3s;
    opacity: 0.5;
}
.balance-card-title{
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', serif;
    font-weight: 600;
    align-items: center;
}
.balance-card-icon{
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 10px 12px;
    color: #fff;
    border: none;
}
.balance-card-body{
    text-align: center;
    margin: 10px;
}
.balance-card-body .balance-amount{
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 22px;
}
.balance-warning{
    color: var(--main-color);
    font-size: 12px;
    font-weight: 800;
    margin-top:5px;
}
.balance-card-button{
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 9px 15px;
    color: #fff;
    border: none;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    font-weight: 600;
}
.swiper-wrapper{
    display: flex!important;
    justify-content: space-around!important;
}
.swiper-slide{
    width: 45%!important;
    height: 190px;
}
.balance-card.active{
    opacity: 1;
}
.balance-card:hover{
    opacity: 1;
}
.balance-row{
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}
.log-date{
    color: #ADADAD;
    font-size: 10px;
}
.log-minus{
    color: #f03f3e;
}
.log-plus{
    color: #3fc904;
}
.log-amount,.log-balance{
    font-weight: 500;
}
.menu-canvas{
    background-color: var(--main-color);
}
.icon-badge{
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    border-radius: 50%;
}
.icon-badge-white{
    color: var(--main-color);
    background-color: #fff;
}
.mobile-footer{
    display: none;
}
.dropdown-menu[data-bs-popper]{
    right: 10!important;
    left: unset!important;
}
.officediv {
    width: 50%;
    float: left;
    padding: 5px;
}
.branch-card {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    cursor: pointer;
}
.branch-card>div>span {
    width: 100%;
}
.branch-card div:first-child {
    display: flex;
    flex-wrap: wrap;
}
.black-writing {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #303030;
    font-family: "Montserrat";
}
.grey-writing {
    font-size: 15px !important;
    line-height: 15px;
    color: #ADADAD !important;
    font-family: "Montserrat";
}
.notification-card {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.notification-card>div>ul>:first-child {
    margin-bottom: 15px;
}
.look-btn-notifications {
    display: block;
    padding: 10px 65px;
    background: #F6F6FF;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.notification-not-seen{
    border-left: 5px solid #0a53be;
}
.select2-selection--single {
    height: 45px !important;
    padding: 8px 10px;
}
.select2-container--default{
    width: 100%!important;
}
.shop-icon{
    width: 19px;
}
.pay-success-error {
    background-color: #fff;
    padding: 100px;
    border-radius: 6px;
}

.payed-img-text {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.payed-img {
    width: 30%;
}

.payed-main-text {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0;
}

.payed-small-text {
    font-size: 18px;
    color: #ADADAD;
    margin-bottom: 30px!important;
    text-align: center;
}
.go-back-btn {
    color: #fff;
    background-color: #8E84FF;
    padding: 15px 220px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
}

.go-back-btn:hover {
    color: #fff;
}
