@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);:root{--font-inter:"Inter",sans-serif;--font-raleway:"Raleway",sans-serif;--header-height:80px}.btn{border:none;color:#fff!important;padding:8px 16px}.bg-warning,.btn-warning{background-color:#f4a022!important}.bg-primary,.btn-primary{background-color:#008dff!important}.bg-success,.btn-success{background-color:#00bfaf!important}.btn-warning.custom{background-color:#fff8ed!important;color:#ff9800!important}.btn-primary.custom{background-color:#edf1ff!important;color:#006fff!important}.btn-success.custom{background-color:#eafffd!important;color:#00bfaf!important}.btn-danger.custom{color:#ef3b3b!important}.bg-danger.custom,.btn-danger.custom{background-color:#ffeceb!important}.bg-success.custom{background-color:#eafffd!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f2f6fd;font-family:Inter,sans-serif;font-family:var(--font-inter);margin:80px 0 0;margin-top:var(--header-height);padding:0}h1,h2,h3{color:#000;list-style:none;margin:0;padding:0;text-decoration:none}img{width:100%}.loader-wrapper{height:calc(100vh - 280px)!important;height:calc(100vh - var(--header-height) - 200px)!important;width:100%}.btn-custom-outline,.loader-wrapper{align-items:center;display:flex;justify-content:center}.btn-custom-outline{border:1px solid #e2e8f0;border-radius:.5rem!important;color:#000;font-size:16px!important;gap:5px;padding:.75rem 1.5rem!important}.btn-custom-outline:hover{border:1px solid #e2e8f0;color:#008dff}.btn-custom-dropdown{align-items:center;border:1px solid #e2e8f0;border-radius:.5rem!important;color:#000;display:flex;font-size:16px!important;gap:5px;justify-content:center;padding:.5rem 1rem!important}.btn-custom-dropdown:hover{border:1px solid #e2e8f0;color:#008dff}.btn-custom-dropdown.logout{background-color:rgba(232,51,51,.102);border:none;color:#e83333;justify-content:center!important}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.modal-card{align-items:center;animation-duration:.5s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#26262680;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:10000}.modal-card.show{animation-fill-mode:forwards;animation-name:fadeIn;display:flex}.modal-card.hide{animation-fill-mode:forwards;animation-name:fadeOut;display:none}.modal-card .content{background:#fff;border-radius:8px;padding-top:3rem!important;padding:20px;position:relative}.modal-card .content .card-preview{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:75%;display:flex;flex-direction:column;height:200px;justify-content:space-between;position:absolute;width:95%}.modal-card .content .card-preview .card-bottom{align-items:flex-end;display:flex;justify-content:space-between}.modal-card .content .card-preview .card-bottom p{color:#fff;font-size:24px;font-weight:600}.modal-card .content .card-preview .card-bottom .text-gray{color:#aaa;font-size:16px;font-weight:600}.modal-card .content .card-preview .card-top{align-items:center;display:flex;justify-content:space-between;width:100%}.modal-card .content .card-preview .card-top .bank-logo{width:120px}.modal-card .content .card-preview .card-top .card-type{width:40px}@media screen and (min-width:1440px){.modal-card .content .card-preview{width:93%}}@media screen and (min-width:425px){.modal-card .content .card-preview{width:92%}}@media screen and (max-width:375px){.modal-card .content .card-preview{height:150px;width:90%}.modal-card .content .card-preview .card-bottom p{font-size:16px}.modal-card .content .card-preview .card-bottom .text-gray{font-size:14px}}.modal-card .content .expire-date{gap:1rem}.modal-card .content .expire-date input{text-align:center}.modal-card .content .btn{width:100%}.pay-modal .pay-btn{display:flex;gap:12px}.pay-modal .pay-btn .btn{border:1px solid #aaa}.detailed__title{font-size:18px;font-weight:600}.detailed__header{align-items:center;display:flex;justify-content:center;position:relative}.detailed__header .title{font-size:24px;font-weight:600}.detailed__header .back{cursor:pointer;left:0;padding:1rem;position:absolute}.detailed__akt .cards-group .card{width:100%}.detailed__akt .cards-group .card__title{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;width:100%}.detailed__akt .cards-group .card__title h1{font-size:22px;font-weight:600}.detailed__akt .cards-group .card__line{align-items:center;display:flex;justify-content:space-between;width:100%}.detailed__akt .cards-group .card__line .btn{font-size:14px;font-weight:500}.detailed__akt .cards-group .card__line p{color:#475569;font-size:16px}.detailed__akt .cards-group .card__line p:last-child{color:#000;font-weight:600}.detailed__graph .card table{font-family:Raleway,sans-serif;font-family:var(--font-raleway);gap:1rem;width:100%}.detailed__graph .card table td,.detailed__graph .card table th{text-align:center}.detailed__graph .card table th{font-size:16px;font-weight:600;padding-bottom:1rem}.detailed__graph .card table td{border-bottom:1px solid #e2e8f0;font-size:16px;font-weight:500;padding-block:.5rem}.detailed__graph .card table td.align-right{color:#00bfaf}.detailed__graph .card table .align-left{text-align:left}.detailed__graph .card table .align-right{text-align:right}.detailed__graph .card table .align-right.danger{color:#ef3b3b}.auth-page{display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.auth-page,.auth-page .form-check{align-items:center}.auth-page .logo{width:200px}.auth-page .card{border:none;border-radius:1rem;padding:2rem}.auth-page .card .remember{margin:0!important}.auth-page .card .message{font-size:16px}.auth-page .card h1{color:#1e293b;font-size:1.25rem;font-weight:700;text-align:center}.auth-page .card input{border-width:2px;box-shadow:none;font-size:1rem}.auth-page .card .passport-first{width:2px}.auth-page .card .passport-second{width:75%}header{height:80px;height:var(--header-height);justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}header,header .nav{align-items:center;display:flex}header .nav{height:100%;justify-content:space-between;padding-inline:1rem}header .nav .btn-for-mobile{display:none!important;visibility:hidden}header .nav .offcanvas-header{height:80px;height:var(--header-height)}header .nav .offcanvas-body{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}header .nav .offcanvas-body .bottom,header .nav .offcanvas-body .top{width:100%}header .nav .offcanvas__social{align-items:center;display:flex;justify-content:flex-start;padding:1rem}header .nav .offcanvas__social-item{align-items:center;display:flex;gap:1rem;justify-content:flex-start}header .nav .offcanvas__social-icon{color:#64748b;font-size:23px}header .nav .offcanvas__menu{align-items:flex-start;background-color:#eafffd;border-radius:16px;display:flex;flex-direction:column;font-size:18px;justify-content:center;overflow:hidden;width:100%!important}header .nav .offcanvas__menu-item{height:100%;width:100%}header .nav .offcanvas__menu-link{display:block;padding:1rem;transition:all .3s ease}header .nav .offcanvas__menu-link.active{background-color:#00bfaf;color:#fff;width:100%}header .nav .offcanvas-title{width:40%}header .nav .offcanvas__extra{align-items:center;display:flex;justify-content:space-between;width:100%}header .nav .offcanvas__extra-link{border-radius:18px!important;padding:.7rem 2rem}header .nav__extra,header .nav__menu{align-items:center;display:flex;gap:35px;justify-content:center;list-style:none;margin:0;padding:0}header .nav__menu-link{color:#000;font-size:14px;font-weight:500;position:relative;text-decoration:none;transition:color .2s ease}header .nav__menu-link:after{background-color:#00bfaf;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .2s ease;width:0}header .nav__menu-link:hover{color:#00bfaf}header .nav__menu-link:hover:after{width:100%}header .nav__menu-link.active{color:#00bfaf}header .nav__menu-link.active:after{width:100%}header .nav__extra{font-size:14px;font-weight:500}header .nav__extra-btn{align-items:center;border-radius:255px;display:flex;gap:6px;justify-content:center}header .nav__extra-btn:after{display:none}header .nav__extra-btn~.dropdown-menu{border:none;border-radius:.7rem;overflow:hidden;padding:0;width:400px}header .nav__extra-btn~.dropdown-menu .menu-wrapper{align-items:center;display:flex;justify-content:space-between}header .nav__extra-btn~.dropdown-menu .menu-wrapper span{font-size:14px}header .nav__extra-btn~.dropdown-menu .menu-wrapper span.title{font-size:16px;font-weight:700}@media screen and (max-width:991px){header .nav__menu{display:none}header .nav .btn-for-mobile{display:block!important;visibility:visible}}.custom-dropdown{font-family:Arial,sans-serif;font-size:16px;position:relative;width:200px}.selected-option{border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:10px}.options{background-color:#fff;border:1px solid #ccc;border-radius:0 0 4px 4px;border-top:none;left:0;position:absolute;top:100%;width:100%;z-index:1}.option{align-items:center;cursor:pointer;display:flex;padding:10px}.option:hover{background-color:#f1f1f1}.dropdown-item img{height:30px;width:30px}.main-dropdown{background-color:#fff;color:#000!important}.main-dropdown img{height:30px;width:30px}.main-dropdown:focus,.main-dropdown:hover{background-color:#fff!important}footer .bottom{padding-top:2.5rem}footer .bottom .row~.border-top{font-size:14px;text-align:center}footer .bottom .row .title{font-size:1.25rem;font-weight:700;padding-bottom:.2rem}footer .bottom .title{color:#0d0d0d;font-size:20px;font-weight:700;line-height:32px;margin-bottom:16px}footer .bottom ul{list-style:none;margin:0;padding:0}footer .bottom ul li{margin-bottom:8px}footer .bottom ul li a{text-decoration:none}footer .bottom .social-icons{display:flex;gap:24px}footer .bottom .social-icons .icon{color:#64748b;font-size:24px}footer .bottom .social-icons .icon:hover{color:#337ab7}@media screen and (max-width:991px){footer .bottom .pay-wrapper{padding-top:1rem}}footer .bottom .pay-group .payment__item{background-color:#f2f2f7!important;border-radius:8px;height:54px}footer .bottom-link{color:#64748b;font-size:16px;font-weight:500;line-height:24px}footer .bottom-link:hover{color:#337ab7}.footer__top{background-color:#008dff;padding-block:3rem}.footer__top .container{background-color:#fff;border-radius:1.5rem;display:grid;padding:1rem;width:100%!important}.footer__top .container .card-icon{align-items:center;display:flex;justify-content:flex-start;padding-inline:1rem}@media screen and (min-width:768px){.footer__top .container .card-icon{padding:.5rem 1rem}}.footer__top .container .card-icon img{padding-right:1rem;width:70px}.footer__top .container .card-icon p{color:#64748b;font-size:.875rem}.footer__top .container .card-icon p:first-child{color:#000;font-size:1rem;font-weight:600}@media screen and (min-width:576px){.footer__top .container{padding:20px 24px}}@media screen and (min-width:768px){.footer__top .container{padding:32px 36px}}@media screen and (min-width:1200px){.footer__top .container{padding:32px 48px}}.bg-secondary-custom{background-color:#e7e7ef}.home{padding-block:2rem}@media screen and (max-width:991px){.home .gap-home{gap:2rem}}@media screen and (max-width:600px){.home td{font-size:11px!important;font-weight:700}}.home .col .title{font-size:24px;font-weight:700;margin-bottom:1.5rem}.home .col .tabs{border-radius:1rem!important}.home .col .tabs .nav-link{border-radius:.6rem!important;color:#000;font-size:14px;font-weight:600}.home .col .tabs .nav-link.active{color:#fff}.home .col .card{background-color:#fff;border:none;border-radius:1rem!important;padding:.5rem 1rem;width:100%}.home .col .card .no-order{font-size:24px;padding:1rem;text-align:center}.home .col .card ul{width:100%}.home .col .card ul li{align-items:center;display:flex;justify-content:space-between;padding-block:.5rem;width:100%}.home .col .card table td{font-size:.875rem;padding-block:.5rem}.home .col .card table .table-title{display:flex;position:relative}.home .col .card table .table-title .list-title{text-wrap:nowrap}.home .col .card table .table-title:after{border:1px dashed #d8dee9;content:"";height:1px;margin-top:1em;margin-inline:10px;width:100%}.home .col .card-group{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;width:100%}.home .col .user{align-items:center;display:flex;gap:5px;justify-content:flex-start}.home .col .user h5{font-weight:700}.home .col .user img{border-radius:50%;width:20%}.my__degree-card{background-color:#fff;border-radius:8px;padding:15px;width:100%}.my__degree-card .my__degree-progress{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;width:80%}.my__degree-card .my__degree-progress h5{font-family:Inter;font-size:20px;font-weight:700;line-height:24px;text-align:left}.my__degree-icon{width:70px}.my__degree-star{align-items:center;display:flex;gap:10px;justify-content:space-between}.my__degree-star img{width:24px}.new_degree-progress{background:#f1f5f9;border-radius:5px;position:relative;width:100%}.new_degree-progress span{border-radius:5px;display:block;height:6px;position:relative;width:100%}.new_degree-progress span:before{background:#f1f5f9;background:#00bfaf;border-radius:2px;border-radius:5px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.back-to-main{display:flex;gap:20px}.back-to-main .back-main-icon{background:#fff;border:1px solid #979c9c;border-radius:50%;height:60px;width:60px}.back-to-main .back-main-icon .inside-icon{height:30px;margin:15px;width:30px}.back-to-main h2{font-size:25px;font-weight:700;margin-top:15px}@media screen and (max-width:556px){.back-to-main h2{font-size:20px}.back-to-main .back-main-icon{background:#fff;border:1px solid #979c9c;border-radius:50%;height:50px;width:50px}.back-to-main .back-main-icon .inside-icon{height:25px;margin:12px;width:25px}}.passport-info-container{background-color:#fff;margin-top:25px;width:100%}.passport-info-container .passport-main-load{align-items:center;border-bottom:1px solid #979c9c;display:flex;flex-wrap:wrap;gap:120px;padding:20px 30px}.passport-info-container img{display:flex;justify-content:center;margin-left:0;max-height:300px;max-width:200px;width:auto}.passport-info-container .passport-info{margin:0 50px}.passport-info-container p{font-size:18px;margin-top:10px}@media screen and (max-width:991px){.passport-info-container .passport-main-load{gap:10px;padding:30px}.passport-info-container .passport-info{column-gap:1;margin:1px 0}.passport-info-container .passport-info p{font-size:14px;margin-left:10px}.passport-info-container img{align-items:center;display:flex;justify-content:center;max-width:300px;width:auto}}.passport-info-container .p-text-main{font-weight:600}.p-text-info{color:#979c9c}.file-load-form{display:flex;margin-top:15px}.file-load-form input[type=file]{display:none}.file-load-form .form-labelfile{background:#f2f0f0;color:#979c9c;font-size:18px;padding:15px 40px 15px 20px;width:60%}.file-load-form .btnLoads{padding:15px 18px}@media screen and (max-width:556px){.file-load-form .form-labelfile{font-size:15px;margin-left:15px}.file-load-form .btnLoads{padding:15px!important}}@media screen and (max-width:480px){.file-load-form .btnLoads{padding:24px 30px}}.imzo-main-container p{color:crimson}.imzo-container{align-items:start;display:flex;flex-direction:column;padding:4%}.imzo-canvas-container{margin-bottom:10px;max-width:400px;width:100%}.imzo-buttons{display:flex;justify-content:center}.imzo-buttons button{margin:0 5px}.send-infoBtns{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px 10px 0 0}.send-infoBtns button{padding:10px 20px}@media screen and (max-width:556px){.send-infoBtns button{padding:15px 25px}}.send-infoBtns .backBtn{border:2px solid #d1d5db;margin:20px}.view__header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;width:100%}.view__header .right{display:flex;gap:1rem}.view-body .card{margin-bottom:1rem}@media screen and (max-width:600px){.view-body{flex-direction:column}.payment-btns{flex-wrap:wrap;font-size:auto}.card{padding:1rem!important}tr{font-size:.65rem!important;font-weight:600}}.view-body .btn-warning{color:#fff}.view-body .card{background-color:#fff;border:none;border-radius:1rem!important;padding:2rem;width:100%}.view-body .card .name,.view-body .card .num{display:flex;justify-content:space-between;padding-block:10px;width:100%}.view-body .card .customer-title{font-weight:700}.view-body .card table tr{border-bottom:8px solid #fff;font-size:1.125rem;padding-block:1rem}.view-body .card table td{padding:1rem}.view-body .card table thead{font-weight:700}.view-body .card table tbody td{background-color:#ecf4ff}.view-body .card table tbody td:first-child{border-bottom-left-radius:.5rem!important;border-top-left-radius:.5rem!important}.view-body .card table tbody td:last-child{border-bottom-right-radius:.5rem!important;border-top-right-radius:.5rem!important}a,li,ul{color:#000;list-style:none;margin:0;padding:0;text-decoration:none}.contract__title{font-size:24px;font-weight:700}.contract .input-group input{font-size:16px;font-weight:500}.contract .cards-group{width:100%}.contract .cards-group .card{cursor:pointer;text-decoration:none;transition:transform .3s ease;width:100%}.contract .cards-group .card:hover{transform:scale(1.02)}.contract .cards-group .card__line{align-items:center;display:flex;justify-content:space-between;width:100%}.contract .cards-group .card__line p{color:#475569;font-size:16px;text-decoration:none!important}.contract .cards-group .card__line p:last-child{color:#000;font-weight:600}.error__content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px;margin-top:40px;text-align:center}.error__content .error__img{width:600px}.error__content h3{font-family:Raleway;font-size:36px;font-style:normal;font-weight:700;line-height:48px}.error__content a{align-items:center;background-color:#00bfaf;border-radius:8px;color:#fff;display:flex;justify-content:center;padding:15px}.error__content a p{color:#fff;font-size:18px;font-weight:600;line-height:24px;margin:0;text-align:left}.error__content a img{height:24px;margin-right:15px;width:24px}@media only screen and (max-width:992px){.error__img{width:80%!important}.error__content a p{font-size:12px}.error__content a img{height:15px;width:18px}}.news__title{color:#000;font-size:20px;font-weight:500;line-height:24px;text-align:center}.news__top{gap:47%;justify-content:start}.news__top,.news__top button{align-items:center;display:flex}.news__top button{background-color:#fff;border:0;border-radius:50%;height:30px;justify-content:center;width:30px}.news__top img{width:24px}@media screen and (max-width:556px){.news__top{align-items:center;display:flex;gap:10%;justify-content:start}}.news__main{align-items:center;padding-top:30px}.news__main .news__card{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px 16px 16px 0;height:200px;margin-top:15px;padding:10px;position:relative;width:100%}.news__main .news__card .news__card-before{background:linear-gradient(180deg,#fff0 24.71%,#3339 77.41%,#0009 94.98%);border-radius:16px 16px 16px 0;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;overflow:hidden;padding:10px;position:absolute;top:0;transition:all .5s ease;width:100%}.news__main .news__card .news__card-before:hover{transform:scale(1.1)}.news__main .news__card .news__card-before:hover .news__card-before h6{transition:all 2s ease}.news__main .news__card h6{color:#fff;font-size:16px;font-weight:600;line-height:24px}.news__main .news__card span{color:#fff;font-size:12px;font-weight:400;line-height:20px}.news__main .news__card .news__card-description{-webkit-box-orient:vertical;bottom:-100%;color:#fff;display:-webkit-box;font-size:14px;overflow:hidden;position:absolute;text-overflow:clip;transition:all .8s ease}.single__content-view{background:#fff;border-radius:20px;box-shadow:0 10px 30px #d1d5df80;padding:20px}.new__single-title{color:#0f172a;font-size:28px;font-weight:700;line-height:40px;text-align:left}.date__single-new{color:#9e9e9e;font-size:16px;font-weight:400;line-height:24px;margin-bottom:10px;margin-top:10px;text-align:left}.single__new-img{align-items:center;display:flex;height:300px;justify-content:center;width:100%}.single__new-img img{border-radius:20px;height:auto;max-width:500px}.single_post{padding:10px}.single_post .blog_content{margin-top:20px}.single_post .blog_content ul{list-style-type:disc;padding-left:20px}.single_post .blog_content ol,.single_post .blog_content ul{color:#868686;font-size:16px;margin-bottom:20px}.single_post p{color:#868686;font-size:16px}.single_post img{display:block!important;height:auto!important;margin:0 auto!important;width:70%!important}.news__card{opacity:1;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.news__card.new{animation:fadeInUp .5s forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.cards__title{align-items:center;display:flex;font-size:24px;font-weight:700;justify-content:space-between}.cards__title .btn{align-items:center;display:flex;gap:.5rem;justify-content:center}.cards__title .btn svg{font-size:28px}.cards .cover{background-image:linear-gradient(90deg,#4b79a1,#283e51);bottom:95%;display:flex;flex-direction:column;gap:4rem;left:0;margin-inline:1rem;overflow:hidden;padding:1rem;position:absolute;right:0}.cards .cover:after{height:150px;left:2rem;top:-4rem;width:150px}.cards .cover:after,.cards .cover:before{background-color:hsla(0,0%,100%,.059);border-radius:50%;content:"";position:absolute}.cards .cover:before{bottom:-4rem;height:200px;right:2rem;width:200px}.cards .cover-top{align-items:flex-start;display:flex;justify-content:space-between}.cards .cover-top img{width:25%}.cards .cover-top img:last-child{width:15%}.cards .cover-bottom{align-items:flex-end;display:flex;justify-content:space-between}.cards .cover-bottom .data .fullname{color:hsla(0,0%,100%,.698);font-size:16px;font-weight:500}.cards .cover-bottom .data .number{color:#fff;font-size:16px;font-weight:700}.cards .cover-bottom .expire{color:hsla(0,0%,100%,.698);font-size:16px;font-weight:500}.cards .cards-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:991px){.cards .cards-group{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.cards .cards-group{grid-template-columns:repeat(1,1fr)}}.cards .card{border-radius:10px;color:#fff;display:flex;flex-direction:column;gap:1rem;overflow:hidden}.cards .card.humo{background-image:linear-gradient(90deg,#4b79a1,#283e51)}.cards .card.visa{background-image:linear-gradient(90deg,rgba(246,175,60,.898),#ae761c)}.cards .card.uzcard{background-image:linear-gradient(90deg,rgba(55,171,36,.898),#72a34b)}.cards .card:before{bottom:-10rem;left:-8rem}.cards .card:after,.cards .card:before{background-color:hsla(0,0%,100%,.059);border-radius:50%;content:"";height:256px;position:absolute;width:256px}.cards .card:after{left:5rem;top:-12rem}.cards .card__bottom,.cards .card__top{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.cards .card__top{align-items:flex-start;font-size:28px;font-weight:700}.cards .card__top .logo{align-items:flex-start;display:flex;gap:.5rem}.cards .card__bottom .number{font-size:14px;font-weight:600}.cards .card__bottom .expire,.cards .card__bottom .fullname{font-size:20px;font-weight:500}.monitoring-container .main-page-rel{color:blue;font-size:16px}@media screen and (max-width:550px){.monitoring-container .first__text-modal{font-size:12px;text-align:left}}.monitoring-container .contract-card{align-items:center;background:#fff;border-right:8px;cursor:pointer;margin-bottom:10px;padding:15px 20px;transition:all .3s ease;width:100%}.monitoring-container .contract-card:hover{transform:scale(1.02)}.monitoring-container .contract-card .contract-card-icon{font-size:30px;margin:3px}.monitoring-container .contract-card p{margin-bottom:1px!important}.monitoring-container .contract-card .contract-card-letter{margin:3px 10px}.monitoring-container .contract-card .contract-card-letter .contract-card-letter-p{color:#000;font-weight:700}.monitoring-container .contract-card .contract-card-letter .contract-card-letter-hours{color:#94a3b8;font-size:14px}.monitoring__title{font-size:24px;font-weight:700;line-height:24px;margin-bottom:10px;text-align:left}.payment__amount{font-size:16px;font-weight:600;line-height:24px;text-align:center}.modall__img-transaction{align-items:center;display:flex;justify-content:center}.modall__img-transaction img{height:48px;width:170px}.modal__items-background{align-items:center;background-color:#e8fffd;border-radius:8px;display:flex;height:40px;justify-content:center;margin-right:15px;padding:8px;width:40px}.modal__items-background svg{color:#00bfaf;height:24px;width:24px}.modal__transaction-text{color:#00bfaf}.first__text-modal,.modal__transaction-text{font-size:16px;font-weight:500;line-height:24px;text-align:center}.modal-dialog__transiction{margin-top:200px;max-width:580px!important}.button__send-modal{background-color:#00bfaf;border:none;border-radius:8px;color:#fff}.monitoring-notofund-img{height:197.819px;width:272.001px}.sher-menu{background-color:#fff;border-radius:15px;display:none;margin-bottom:40px;padding:52px 65px 51px 64px;width:348px}.sher-menu p{font-family:Raleway;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin:16px 0}.share-program{display:flex;gap:32px}.share-program img{height:32px;width:32px}.copy-link{align-items:center;background:#f1f5f9;background:var(--Blue-gray-100,#f1f5f9);border-radius:8px;display:flex;justify-content:space-between;padding-left:10px;padding-right:16px}.copy-link img{height:25px;width:25px}.monitoring-notfound-section{margin:130px 0;text-align:center}.monitoring-notfound-section h1{font-family:Raleway;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.monitoring-notfound-section p{color:#64748b;color:var(--Blue-gray-500,#64748b);font-family:Raleway;font-size:18px;font-style:normal;font-weight:400;line-height:24px}#tooltipContainer{cursor:pointer;display:inline-block;position:relative}#tooltipContent{background-color:#333;border-radius:6px;bottom:100%;color:#fff;left:50%;opacity:0;padding:5px 0;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s;visibility:hidden;width:200px;z-index:1}#tooltipContainer:hover #tooltipContent{bottom:110%;opacity:1;visibility:visible}.sher-menu{left:100%;position:absolute;top:65%;z-index:999}.box-share{display:flex;justify-content:space-around;margin-bottom:20px}.box-share img{height:35px;width:35px}.link-to{background:#f1f5f9;background:var(--Blue-gray-100,#f1f5f9);border-radius:8px;height:56px;width:219px}.share-boxs{width:248px!important}.information-container .nav-link{color:#00bfaf}.information-container .info-status-btn{width:30%}.information-container .noinfo-container{margin-bottom:10px;text-align:center;width:500px}.information-container .noinfo-container .nodata-letter{font-size:25px;font-weight:700;margin-top:10px}.information-container .noinfo-container img{width:300px}.faq-container .box-offerta{background:#fff;gap:35px;width:100%}.faq-container .box-offerta .offerImg{width:40px}.faq-container .box-offerta .offerRight{padding-left:5px auto}.faq-container .box-offerta .offerRight h6{font-size:16px;font-weight:600}.faq-container .box-offerta .offerRight .offerta-mb{font-size:14px}.data-user{font-family:Raleway;font-size:30px;font-style:normal;font-weight:700;line-height:24px;margin:50px 0}.user-select-box{background-color:#fff;border-radius:10px;margin-top:32px;padding:20px;width:100%}.user-select-box p{font-family:Inter;font-size:25px;font-style:normal;font-weight:600;line-height:24px}.user-select-box h4{color:#94a3b8;color:var(--Blue-gray-400,#94a3b8);font-family:Raleway;font-size:18px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:35px}.user-select{align-items:center;display:flex;justify-content:space-between}.user-select p{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--Blue-gray-100,#f1f5f9);font-family:Inter;font-size:20px;font-style:normal;font-weight:500;line-height:24px;padding-bottom:10px}.user-select input{border:2px solid #00bfaf;height:20px;width:20px!important}.user-select input:checked{background-color:#00bfaf!important;border:2px solid #00bfaf;box-shadow:none!important}.main__akt_element .bg-primary,.main__akt_element footer,.main__akt_element nav{display:none}.main__akt_element body{box-sizing:border-box;font-family:DejaVu Sans,sans-serif;font-size:8px}.main__akt_element .user{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.main__akt_element .user__info{min-width:220px}.main__akt_element .user__info p{font-size:18px;margin:10px 0}.main__akt_element .act-body table{font-size:14px;table-layout:fixed;width:100%}.main__akt_element .act-body table tr td{border:1px solid #cbd5e1;color:#475569;padding:10px}.main__akt_element .act-body table thead tr th{border:1px solid #cbd5e1;text-align:center}.main__akt_element .payments-list{margin-top:70px}.main__akt_element .payments-list h1{font-size:16px}.main__akt_element .gray{color:#555;font-size:10px;margin-bottom:2px!important}.main__akt_element .payments-list p{font-weight:300;margin:0}.main__akt_element .payments-list h1,.main__akt_element h2,.main__akt_element h3,.main__akt_element h4,.main__akt_element h5{margin:0}.main__akt_element .payments-list table{font-size:12px;width:100%}.main__akt_element .payments-list header{height:60px}.main__akt_element .client-phone__text h3{font-size:12px;font-weight:700;margin-bottom:0;margin-top:15px}.main__akt_element .client-phone__text p{margin:0}.main__akt_element .pay-example{padding-top:20px}.main__akt_element .pay-example .payment-type{border-bottom:1px solid #f6f6f6;height:220px;justify-content:center;padding-bottom:24px;width:100%}.main__akt_element .payment__info{font-size:12px;margin-bottom:10px}.main__akt_element .pay-example .payment-type .payment-type__payment p{margin:0}.main__akt_element .pay-example .payment-type .payment-type__payment img{display:block;margin-bottom:10px;width:200px}.main__akt_element .pay-example .payment-type .payment-type__photo img{height:100%;object-fit:contain;width:100%}.main__akt_element .sign__confirm span,.main__akt_element .sign__confirm strong{font-size:10px}.main__akt_element .sign__client img{height:120px;left:50%;position:absolute;top:-20px;transform:translate(-50%,-50%);width:170px}.main__akt_element .d-flex{display:flex}.main__akt_element .justify-content-between{justify-content:space-between}.main__akt_element .user__image img{border-radius:10px;height:150px;object-fit:cover;width:150px}@media print{.main__akt_element .return_back{display:none}}.main__akt_element .payments-list__client-phone{align-items:center;border:3px solid #008dff;border-radius:25px;display:flex;height:80px;justify-content:space-between;margin:30px 0;padding:10px 30px}.main__akt_element .client-phone__number{color:#008dff;font-size:20px;font-weight:700}.main__akt_element .footer__info-logos{display:flex}
/*# sourceMappingURL=main.0b240499.css.map*/