@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent;animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8)}.multiselect__loading-enter-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-leave-active{transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:0}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input{padding:0 0 0 5px;margin-bottom:8px}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:0;border-radius:5px;background:#fff;width:100%;transition:border .1s ease;box-sizing:border-box;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:0}.multiselect__single{padding:0 0 0 5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current,.multiselect__select{line-height:16px;display:block;box-sizing:border-box;margin:0;text-decoration:none;cursor:pointer}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:0;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}.error-message[data-v-2507feaf]{color:#dc3545!important;font-size:.875rem;margin-top:.25rem;display:block;margin-left:16px}.field input.error[data-v-2507feaf],.field .multiselect.error[data-v-2507feaf]{border-color:#dc3545!important}.field input.error[data-v-2507feaf]:focus,.field .multiselect.error[data-v-2507feaf]:focus{border-color:#dc3545!important;box-shadow:0 0 0 .2rem #dc354540}.error-message[data-v-8861e594]{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.field textarea.error[data-v-8861e594],.field .multiselect.error[data-v-8861e594]{border-color:#dc3545}.field textarea.error[data-v-8861e594]:focus,.field .multiselect.error[data-v-8861e594]:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}h1{font-size:2.25rem;line-height:1.6;color:#2b2d42}h2{font-size:2rem;line-height:1.6;color:#2b2d42}h3{font-size:1.75rem;line-height:1.6;color:#2b2d42}h4{font-size:1.5rem;line-height:1.6;color:#2b2d42}h5{font-size:1.25rem;line-height:1.6;color:#2b2d42}h6{font-size:1rem;line-height:1.6;color:#2b2d42;margin-top:1rem;margin-bottom:.75rem}.detail_list h6{font-size:1rem;line-height:1.6;color:#2b2d42;padding:.75rem;margin-top:1rem;margin-bottom:.75rem;background:linear-gradient(79deg,#fff,#dee2f6);border-radius:.5rem;display:flex}h6 img{margin-right:.5rem}.layout_outer{padding-top:80px}h6 p{font-weight:400}.alignbutton{display:flex;justify-content:flex-end}.align_content{width:79%}Header{background:#fff;padding:.75rem;position:fixed;top:0;left:0;right:0;width:100%;box-sizing:border-box;height:80px;box-shadow:#959da533 0 8px 24px;z-index:2}.wrapper{max-width:90%;margin:0 auto;height:100%}.multiselect__input{max-width:90%!important;width:auto!important;position:unset!important;min-width:-webkit-fill-available}Header .logo{padding:.5rem 0px;width:20%}Header .logo img{height:40px}Header .user_info{height:40px;padding:.5rem 0px;width:10%;display:flex;flex-direction:row-reverse}.clear:after{content:"";display:table;clear:both}.leftpanel{float:left;text-align:left;background-color:#fff;width:16%;box-sizing:border-box;height:100vh;position:fixed;overflow:auto;padding-top:.75rem;padding-bottom:3rem}.admin_rightpanel{float:right;text-align:left;width:82%;box-sizing:border-box;padding:2rem 0px 2rem 2rem}.navigation li a{color:#212529;text-decoration:none;padding:.75rem 1rem;display:block;transition:background-color .3s ease;box-sizing:border-box;font-size:.9375rem}.navigation li a:hover{background-color:#000}.navigation li a.router-link-active.router-link-exact-active{background:linear-gradient(79deg,#e21d6b,#ff4a43,#ff4fb0);color:#fff}.navigation li a.router-link-active.router-link-exact-active{background:linear-gradient(79deg,#5a42b9,#ad3bda)}.navigation li a.router-link-active.router-link-exact-active h5,.navigation li a.router-link-active.router-link-exact-active p{color:#fff}.profile_image_outer h1{font-size:.9375rem;color:#212529}.profile_image_outer span{font-size:.875rem;color:#212529}.profile_image_outer label{font-size:.8125rem;color:#212529}.profile_image_outer img{border-radius:.5rem;height:150px;padding:.5rem;border-radius:8px;box-shadow:1px 1px 8px #0000004f}.profile_text{padding:.75rem 1rem}.profile_image_outer .profile_text h1{font-weight:700;font-size:.9375rem}.profile_image_outer .profile_text span{font-size:.8125rem;background:#dee2f6;color:#212529;padding:.25rem .5rem;border-radius:.5rem;margin-top:.75rem;float:left}label.labelbox{font-size:.8125rem;background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-weight:400}.propic_image{float:left;position:relative}label.plan{background-color:#1ca3c4;position:relative;margin-top:.75rem;margin-left:.5rem;float:left}label.sidebar_heading{color:#6c757d;font-size:.8125rem;text-transform:uppercase;display:block;padding-left:.75rem;padding-bottom:.75rem}.propic_image label.verified{position:absolute;bottom:0;right:0}.navigation{margin-bottom:2rem}.navigation li{border-bottom:1px solid #dee2e6}.navigation li a{display:block}.navigation li a:hover{background:#fff}.section_heading{color:#fff;font-weight:400;font-size:.75rem;padding:.5rem .75rem;text-transform:uppercase;display:block;opacity:.5;background:linear-gradient(90deg,#000,#0000);margin-top:1rem}.hightlighted_box,.highlight{background:#ffe3c0;color:#212529;text-align:left;padding:.75rem 1rem;border-radius:.75rem;margin:1rem .75rem}.profile_summary .highlight{margin:0;padding:1rem;background:#fff}.profile_summary .highlight h5{font-size:.9375rem;line-height:36px}.hightlighted_box p{font-size:.8125rem}.matches_list ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:start;gap:2rem;width:100%;padding:1rem 0px 2rem}.matches_list ul li{background-color:#fff;border-radius:.5rem;list-style:none;border-radius:.75rem;cursor:pointer;position:relative}.matches_list ul li:hover{box-shadow:0 4px 8px #0000001a}.matches_list ul li img.profile_image{border-radius:.75rem .75rem 0 0;padding:.75rem;box-sizing:border-box;width:-webkit-fill-available;height:290px;width:100%}.profile_summary{padding:1rem;text-align:left;padding-top:0!important;width:100%}button.details{background:#dee2e6;color:#212529!important;border:none;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;transition:background-color .3s ease}.detail_list li.loop{display:inline-flex;align-content:flex-start;justify-content:flex-start;flex-direction:row;align-items:flex-start;flex-wrap:wrap;width:100%}.detail_list .profile_image_outer{display:flex;align-items:baseline;gap:0px;position:relative;text-align:center;padding:1%;width:16%;justify-content:center;border-radius:.75rem 0 0 .75rem}.detail_list.profile_edit .profile_image_outer{background-color:#fff;border-radius:.75rem}.detail_list.profile_edit .profile_summary{padding:0}.detail_list .profile_image_outer img.profile_image{height:-webkit-fill-available;border-radius:.75rem;box-shadow:none;padding:0;min-width:100%}.profile_summary li .field.small .multiselect{width:155px}.preferences.detail_list li.loop ul.details li.field label{width:35%;display:inline-block}.preferences.detail_list ul.details li.field .multiselect{margin-right:1rem}.fleft{float:left}.fright{float:right}button,.primary_button{background:linear-gradient(79deg,#e21d6b,#ff4a43,#ff4fb0);color:#fff!important;border:none;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;transition:background-color .3s ease}button.secondary.white{background:#fff}button.secondary,.secondary_button{background:#dee2e6;color:#212529!important;border:none;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;transition:background-color .3s ease;border-radius:.25rem}.preferences.search h5{padding:1rem;padding-top:0}.detail_list.preferences.search li.loop ul.details li.field{padding-top:0}.detail_list li.loop ul.details li.field{min-height:20px;padding:12px 0;font-size:15px;border-radius:4px;color:#444;display:flex;align-items:center}.detail_list li.loop ul.details li.field label{width:25%;display:inline-block}.user_info,.profile-dropdown,.profile-trigger{height:40px}.profile-dropdown{position:relative;display:inline-block;margin-left:.75rem}.profile-trigger{cursor:pointer;display:flex;align-items:center}.profile-img{width:40px;height:40px;padding:2px;border-radius:4px;box-shadow:1px 1px 8px #0000004f}.profile-name{margin-right:.5rem;font-weight:500}.dropdown-menu{position:absolute;top:36px;right:0;background:#fff;border:1px solid #eee;box-shadow:0 2px 8px #0000001a;min-width:180px;z-index:100;border-radius:1rem}.dropdown-menu ul{list-style:none;margin:0;padding:.75rem 0px;gap:0px}.dropdown-menu li{padding:12px 16px;cursor:pointer;transition:background .2s;font-size:.875rem;margin-bottom:1px}.dropdown-menu li *{color:#040405}.dropdown-menu li.unread{background:#ffe3c0}.dropdown-menu li.read{background:#fff}.dropdown-menu li:hover{background:#f5f5f5}.inner_menu{padding:.75rem}.no_bg .main_menu{width:80%}.no_bg .main_menu ul{justify-content:right}.main_menu{box-sizing:border-box;text-align:center;width:70%}.main_menu li a,.main_menu li{display:inline-block}.main_menu li a{padding:1rem 2rem;font-size:.9375rem;color:#212529;text-decoration:none}.main_menu ul li.active a{background:linear-gradient(79deg,#e21d6b,#ff4a43,#ff4fb0);color:#fff;border-radius:2rem}.sidebar-heading{font-size:.875rem;text-transform:uppercase;color:#989898;padding:0px 1rem;display:block;margin-bottom:.5rem}li.sidebar-item a{display:flex;align-items:flex-start;padding:.75rem 1rem}li.sidebar-item a .icon{margin-right:.5rem;width:32px;display:none}li.sidebar-item a .sidebar-item-content{width:280px}li.sidebar-item a h5{font-size:.875rem;color:#212529}li.sidebar-item a p{font-size:.8125rem;color:#212529}input.search,.multiselect.search{margin-top:.75rem;width:320px}.space_right{padding-right:.75rem}.before_login .main_menu{float:right;width:auto}Header.before_login{background:none;box-shadow:none}.main_menu li.leftalign{text-align:left;padding-right:3rem}.main_menu ul{display:flex;justify-content:center}.main_menu li.leftalign span{font-size:.75rem}.main_menu li.leftalign p{font-size:.9375rem;font-weight:500}.auth_layout.layout_outer{background-color:#f2f8fd;background-image:url(/assets/matrimony_bg-CkyyqpSX.png);background-repeat:no-repeat;background-attachment:fixed;background-position:100% 100%;background-size:contain;min-height:100vh}.router-link-active .icon img{fill:#fff}.space_right{margin-right:1rem}.auth_layout.layout_outer .main_menu li a{padding:1rem 2rem}.auth{background-color:#dee2f6;padding:2rem;border-radius:1rem;width:35%;max-width:400px}.authsection{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;box-sizing:border-box;min-height:80vh}.dialog-box textarea{border:1px solid #dee2e6}.dialog-box .field{margin-bottom:.75rem}.dialog-box p{padding-bottom:.75rem}.auth label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.8125rem}.auth input[type=text],.auth input[type=password],.auth button,.auth select,.auth textarea,.auth input[type=email],.auth input[type=number]{display:block;width:100%;box-sizing:border-box;max-width:100%;font-size:.875rem}.auth .field{margin-bottom:1rem}.auth .field.button{margin-bottom:0}.footer_pages{padding:3rem}.auth .field label i.secure{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4987%2022.5L12.336%2023.2321C12.4647%2023.2608%2012.5987%2023.2549%2012.7245%2023.2152L12.4987%2022.5ZM21.5%204.5L22.2496%204.47501C22.2417%204.23847%2022.1226%204.01952%2021.9283%203.88435C21.7341%203.74918%2021.4874%203.71364%2021.2628%203.78849L21.5%204.5ZM12%201.5L12.5017%200.942529C12.3515%200.80736%2012.1532%200.738509%2011.9515%200.751568C11.7499%200.764628%2011.5621%200.858493%2011.4306%201.01191L12%201.5ZM2.55752%203.75221C2.14453%203.72044%201.78398%204.02948%201.75221%204.44248C1.72044%204.85547%202.02948%205.21602%202.44248%205.24779L2.5%204.5L2.55752%203.75221ZM2.49869%204.5L1.7491%204.47501C1.66389%207.03136%201.91645%2011.1417%203.36158%2014.8945C4.81228%2018.6617%207.50822%2022.1592%2012.336%2023.2321L12.4987%2022.5L12.6614%2021.7679C8.48995%2020.8408%206.10255%2017.8383%204.76138%2014.3555C3.41465%2010.8583%203.16682%206.96864%203.24827%204.52499L2.49869%204.5ZM12.4987%2022.5L12.7245%2023.2152C16.2485%2022.1025%2022.6595%2016.7719%2022.2496%204.47501L21.5%204.5L20.7504%204.52499C21.1405%2016.2281%2015.083%2020.8975%2012.2729%2021.7848L12.4987%2022.5ZM21.5%204.5L21.2628%203.78849C20.0255%204.20092%2016.3063%204.36668%2012.5017%200.942529L12%201.5L11.4983%202.05747C15.6937%205.83332%2019.9745%205.79908%2021.7372%205.21151L21.5%204.5ZM12%201.5L11.4306%201.01191C10.5895%201.99312%207.52423%204.13426%202.55752%203.75221L2.5%204.5L2.44248%205.24779C7.87577%205.66574%2011.4105%203.34022%2012.5694%201.98809L12%201.5Z'%20fill='%2327C840'/%3e%3cpath%20d='M8%2011.5L11%2014.5L16.5%209'%20stroke='%2327C840'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;vertical-align:middle;position:relative}.secure span{visibility:hidden;width:320px;background-color:#040405;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:99;bottom:125%;left:50%;margin-left:-159px;opacity:0;transition:opacity .3s;padding:.5rem;font-style:normal;font-weight:400}.secure span:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.secure:hover span{visibility:visible;opacity:1}.links_bottom{text-align:center;margin-top:.75rem}.authsection .twosection{flex-direction:row;display:flex;gap:10%;align-items:center}.authsection .twosection h3{margin-bottom:.5rem}.authsection .twosection .auth{width:380px;padding:3rem;margin-top:1rem}.authsection .twosection .section{margin-top:3rem}.authsection .twosection .section span{color:#28a745;margin-top:.75rem;display:block}.authsection .twosection .QR_Code{background-color:#fff;padding:3rem;margin-top:1rem;box-sizing:border-box;border-radius:1rem}.matches_list button.details{width:auto}.mar_right16{margin-right:.75rem}.mar_top8{margin-top:.5rem}.buttons_box{margin-top:1rem;position:absolute;right:32px;bottom:32px}.detail_list li.loop ul.details li.field span{font-size:.9375rem;font-weight:500;color:#040405;max-width:60%;margin-right:.75rem}.detail_list li.loop ul.details li.field .multiselect__tags .multiselect__tag span{color:#fff}.detail_list.settings li.loop ul.details li.field span,.detail_list.settings li.loop ul.details li.field button,.detail_list.settings li.loop ul.details li.field input{margin-right:.75rem}.viewed{background:#fff;color:#212529;padding:.5rem;font-size:.8125rem;border-radius:.75rem;position:absolute;top:24px;right:24px;opacity:.7}.profile_summary .field .button_section{width:auto}.profile_summary .field textarea.full_width{height:220px;max-width:60%;width:640px}.profile_summary .field input,.profile_summary .field textarea,.profile_summary .field select{width:320px}.profile_summary h5 span{font-size:.8125rem;color:#6c757d;font-weight:400;margin-left:.5rem;display:inline-block}.profile_summary label.tags{background:#ffe3c0;color:#212529;font-size:.8125rem;padding:.25rem;border-radius:.25rem;margin-bottom:.5rem;margin-top:.5rem;display:inline-block}.profile_summary h5{line-height:24px}.profile_summary p{font-size:.8125rem;line-height:20px}.profile_secion{position:relative}.Newly_joined{position:absolute;width:80px}.tags{display:inline-flex;font-size:.75rem;text-transform:uppercase;margin-right:.75rem;justify-content:center;line-height:24px}.tags i{margin-right:.25rem}.mar_bottom_24{margin-bottom:.75rem}.notification-menu.dropdown-menu{min-width:400px;max-height:600px;height:auto;overflow-y:auto}.notification-menu.dropdown-menu ul li{display:flex;gap:.75rem}.country_code_error{margin-bottom:1rem}.tags_unread{height:22px;width:22px;background-color:#d63031;border-radius:20px;color:#fff;text-align:center;position:absolute;font-size:12px;top:4px;left:16px;padding:2px}.notification-menu.dropdown-menu .head{font-weight:700;font-size:.9375rem;margin-right:.5rem}.notification-menu.dropdown-menu .head,.notification-menu.dropdown-menu .detail{font-size:.875rem;color:#6c757d;display:inline}.notification-menu.dropdown-menu span{font-size:.8125rem;color:#989898}.mar_top_24{margin-top:2rem}.preferences .profile_summary,.profile_summary.profile_edit{padding:0;margin-top:1rem}.preferences.search{overflow-y:auto}.preferences.search h4{background-color:#ffe3c0;padding:.75rem;margin:0;font-weight:700;font-size:.9375rem;color:#212529}.preferences.search ul.details{padding:.75rem 1rem}.preferences.search li.loop ul.details li.field label{font-weight:500;color:#212529;display:block;font-size:.9375rem;margin-bottom:.75rem;width:100%}.detail_list.preferences.search li.loop ul.details li.field{display:block}.detail_list.preferences.search li.loop ul.details .multiselect{width:100%}.detail_list.preferences.search li.loop ul.details li.field .field.half{width:48%;display:inline-block}.detail_list.preferences.search li.loop ul.details li.field .field.half.one{margin-right:4%}.preferences.search li.loop ul.details li.field span{font-size:.8125rem}.preferences.search textarea{height:100px;resize:vertical;border:1px solid #dee2e6;border-radius:.75rem}.preferences.search h5{padding:1rem;padding-bottom:0;padding-top:0}.preferences.search p{padding:1rem;padding-top:0;font-size:.8125rem}.multiselect__input,.multiselect__single{font-size:.875rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.dialog-box{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0003;width:80%;max-width:500px}.profile_highlight{background:#fff;color:#212529;text-align:left;border-radius:.75rem;margin-top:.75rem;margin-bottom:.75rem;width:100%;display:flex;gap:1%}.profile_image_outer.myaccount img{margin-left:1rem}.detail_page .profile_summary{padding:0}.profile_details{justify-content:flex-end;width:90%;padding:2% 2% 2% 0}.profile_details ul{padding:.5rem 0px}.profile_details ul.liststyle{list-style:disc}.profile_details ul.liststyle li{display:inline-block;font-size:.9375rem;color:#6c757d}.profile_details ul.liststyle li:not(:last-child):after{content:"";background:#989898;height:8px;width:8px;display:inline-block;margin-left:8px;margin-right:8px;position:relative;top:-1px;border-radius:25px}.button_section{width:100%;border-top:1px solid #dee2e6}.button_section .button{width:auto;margin-right:.75rem;float:left}.button_section p{font-size:.8125rem;color:#6c757d;padding:.5rem 0px}.profile-dropdown button{width:auto;margin-left:16px;float:left}.profile_highlight .profile-dropdown{width:auto;height:auto}.dialog-box button{width:auto;float:right;margin:.5rem}.profile_secion .user_info,.profile_secion .profile-dropdown,.profile_secion .profile-trigger{width:auto;height:auto}.profile_secion .profile-dropdown li{margin-top:0;text-align:right;gap:0px}.settings .profile_summary .loop{width:100%;display:block}.settings .profile_summary{padding:0}.pricing-container{padding:40px 20px;text-align:center}.title{font-size:2.5em;margin-bottom:10px}.subtitle{font-size:1.1em;color:#6c757d;margin-bottom:40px}.expiration-alert{background-color:#fff3cd;color:#856404;padding:15px;border-radius:8px;margin-bottom:30px;font-size:1.1em;font-weight:500;max-width:900px;margin-left:auto;margin-right:auto}.pricing-cards-wrapper{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.pricing-card{position:relative;width:100%;max-width:350px;background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease}.highlight-card{border:3px solid linear-gradient(79deg,rgb(90,66,185) 0%,rgb(173,59,218) 100%);box-shadow:0 8px 25px #007bff4d}.pricing-card:hover:not(.coming-soon-card){transform:translateY(-5px)}.card-header{margin-bottom:20px;width:100%}.plan-name{font-size:1.8em;margin-bottom:5px}.plan-price{font-size:2.5em;font-weight:700;color:#5a42b9;margin-bottom:20px}.free-plan .plan-price{color:#28a745}.price-suffix{font-size:.5em;font-weight:400;display:block;margin-top:-15px}.subscription-selector{display:flex;justify-content:center;gap:10px;padding:5px;background:#f0f0f0;border-radius:8px}.selector-button{padding:8px 15px;border:none;background:transparent;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s,color .2s;color:#212529!important}.selector-button.active{background-color:#5a42b9;color:#fff!important;box-shadow:0 2px 5px #007bff4d}.plan-features{list-style:none;padding:0;margin-bottom:30px;width:100%;text-align:left;margin-bottom:3rem}.plan-features li{padding:10px 0;border-bottom:1px dashed #eee;display:flex;justify-content:space-between}.feature-value{font-weight:700;color:#333}.current-plan-badge{position:absolute;top:-15px;padding:5px 15px;background-color:#28a745;color:#fff;font-size:.9em;font-weight:700;border-radius:999px;box-shadow:0 4px 10px #0000001a}.coming-soon-card{opacity:.7;filter:grayscale(10%);cursor:not-allowed}.coming-soon-badge{position:absolute;top:0;right:0;background-color:#ffc107;color:#333;padding:5px 15px;border-top-right-radius:12px;font-weight:700;font-size:.8em;text-transform:uppercase}.cta-button{width:100%;padding:15px;border:none;border-radius:8px;font-size:1.1em;font-weight:700;cursor:pointer;transition:background-color .3s,transform .1s;position:absolute;bottom:1rem}.free-cta{background-color:#6c757d;color:#fff}.paid-cta{background-color:linear-gradient(79deg,rgb(90,66,185) 0%,rgb(173,59,218) 100%);color:#fff}.premium-cta{background-color:#e21d6b;color:#fff}.cta-button:not([disabled]):hover{transform:translateY(-1px)}.free-cta:hover:not([disabled]){background-color:#5a6268}.paid-cta:hover:not([disabled]){background-color:#0056b3}.premium-cta:hover:not([disabled]){background-color:#1e7e34}.progressbar-container{width:40%;margin:1rem auto 2rem}.cta-button[disabled]{cursor:default;opacity:.6;transform:none!important}.home_completeness{background:#fff;padding:2rem;border-radius:.75rem;display:flex}.home_completeness .profile_completeness{width:60%;flex-wrap:wrap}.make_full_width.profile_completeness{width:100%}.home_completeness .profile_completeness_actions{display:flex;flex-direction:row-reverse;gap:.75rem;width:40%;align-items:center}.progress_bar{background:#ffe3c0;border-radius:1rem;overflow:hidden;height:10px;margin-top:.75rem}.progress_bar .progress{height:100%;background:linear-gradient(79deg,#5a42b9,#ad3bda);width:30%}.profile_completeness_actions img{height:78px;cursor:pointer}.home_completeness p{font-size:1.25rem}.home_completeness p span{font-weight:700;font-size:1.5rem}.home_matches{margin-top:2rem}.home_matches h2{margin-bottom:.75rem}.loop.carousel__slide{display:block;gap:.75rem}.loop.carousel__slide article{margin-right:2rem;background-color:#fff;border-radius:.75rem}.loop.carousel__slide article .profile_image{min-width:100%;border-radius:1rem 1rem 0 0;padding:.75rem;box-sizing:border-box;width:-webkit-fill-available}.nav_button{background:#212529;position:relative;padding:10px;transition:all .2s linear;border-radius:.75rem}.not-found-page{text-align:center;margin-top:100px;height:70vh}.not-found-page h4{font-size:3em;color:#212529}.not-found-page img{margin-bottom:1rem}.not-found-page p{font-size:1.2em;margin-bottom:20px}.not-found-page button{background:linear-gradient(79deg,#e21d6b,#ff4a43,#ff4fb0);width:auto;cursor:pointer}.authform button.secondary{margin-top:.75rem;background-color:#fff}button.accent{background:linear-gradient(79deg,#5a42b9,#ad3bda)}.progressbar-container{text-align:center;position:relative}section.form_box{background:#fff;padding:2rem;border-radius:.75rem;width:480px;margin:0 auto}.form_box .field .multiselect{border:1px solid #c7c8cb;border-radius:4px;padding:0 10px;box-sizing:border-box;margin-top:8px}.form_box .field .multiselect:focus,.form_box .field .multiselect.multiselect--active:focus{border:1px solid #4794fd;outline:none}.form_box .field .multiselect.multiselect--active{border:1px solid #4794fd}.form_box .field .multiselect.small{width:35%}.form_box .field .multiselect.small .login{width:200%!important}h3.align_center{text-align:center;margin-bottom:40px;font-weight:400}.field.nomargin{margin-bottom:0}.progressbar{margin:0;padding:0;position:relative}.progressbar li{list-style-type:none;width:25%;float:left;font-size:14px;position:relative;text-align:center;color:#7d7d7d}.progressbar li:before{width:24px;height:24px;content:counter(step);line-height:12px;border:3px solid #fff;display:block;color:#9d9d9d;text-align:center;margin:0 auto 10px;border-radius:50%;background-color:#9d9d9d;-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,.22);-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,.22);box-shadow:0 0 10px 2px #00000038;position:relative;z-index:9}.progressbar li:after{width:100%;height:3px;content:"";position:absolute;background-color:#fff;top:10px;left:-50%;z-index:1}.progressbar li.active:after{background-color:#5a42b9}.progressbar li:first-child:after{content:none}.progressbar li.active{color:#5a42b9;font-weight:700}.progressbar li.completed{color:#000;font-weight:700}.progressbar li.completed:before{background:#17a852;color:#17a852}.progressbar li.active:before{border-color:#fff;background:#5a42b9;color:#5a42b9}.progressbar li.completed+li:after{background-color:#000}.indexerror .error{position:relative;bottom:-24px;color:#e15863;display:block!important}.indexerror,.indexerror input[type=text]{border-color:#e15863;background:#fdd}.indexerror input[type=text]:focus{outline-color:#f99}.email_verification{text-align:center;width:500px}.email_verification p{margin-top:1rem}.align_center{text-align:center}.align_center h3{margin-bottom:1rem;font-size:.9375rem}.footer_menu ul{list-style:none;padding:0;margin:0;text-align:center}.footer_menu li{display:inline-block;padding:0px 2rem}.footer_menu a{text-decoration:none;font-weight:500;font-size:.9375rem}.footer_menu a:hover{text-decoration:underline}.copyright{margin-top:16px;font-size:.95em;color:#555;text-align:center}.header{display:flex}.profilephoto_buttons{position:absolute;bottom:30px;right:18px}.profilephoto_buttons button{padding:.5rem .75rem;font-size:.75rem}@media (max-width: 1100px){.pricing-cards-wrapper{flex-direction:column;align-items:center}}.loader{width:85px;height:50px;--g1:conic-gradient(from 90deg at left 3px top 3px,#0000 90deg,#5A42B9 0);--g2:conic-gradient(from -90deg at bottom 3px right 3px,#0000 90deg,#5A42B9 0);background:var(--g1),var(--g1),var(--g1),var(--g2),var(--g2),var(--g2);background-position:left,center,right;background-repeat:no-repeat;animation:l9 1s infinite}.align_loader{display:flex;justify-content:center;align-items:center;height:500px}@keyframes l9{0%{background-size:25px 50%,25px 50%,25px 50%}25%{background-size:25px 100%,25px 50%,25px 50%}50%{background-size:25px 50%,25px 100%,25px 50%}75%{background-size:25px 50%,25px 50%,25px 100%}to{background-size:25px 50%,25px 50%,25px 50%}}@media only screen and (max-width: 2000px){.leftpanel{width:13%}.admin_rightpanel{width:85.5%}.detail_list .profile_image_outer{width:24%}}@media only screen and (max-width: 1800px){.leftpanel{width:13%}.admin_rightpanel{width:85.5%}}@media only screen and (max-width: 1600px){.leftpanel{width:16%}.admin_rightpanel{width:82.5%}.wrapper{max-width:96%}.detail_list .profile_image_outer{width:26%}}@media only screen and (max-width: 1500px){.leftpanel{width:18%}.admin_rightpanel{width:80.5%}.matches_list ul{display:grid}.detail_list .profile_image_outer{width:26%}}@media only screen and (max-width: 1400px){.leftpanel{width:18%}.admin_rightpanel{width:80.5%}.detail_list .profile_image_outer{width:28%}}@media only screen and (max-width: 1300px){.leftpanel{width:22%}.admin_rightpanel{width:77.5%}.matches_list ul{gap:1rem}.detail_list .profile_image_outer{width:32%}}@media only screen and (max-width: 1200px){.detail_list.preferences.search li.loop ul.details li.field .field.half{width:100%}.detail_list .profile_image_outer{width:35%}.auth{width:45%}.register_section{max-width:100%;width:40%}}@media only screen and (max-width: 1000px){.leftpanel{width:22%}.admin_rightpanel{width:77.5%}.detail_list .profile_image_outer{width:44%}input.search,.multiselect.search{width:240px}.auth{width:55%}.auth_layout.layout_outer .main_menu li a{padding:1rem .75rem}.main_menu li.leftalign{padding-right:.5rem}}@media only screen and (max-width: 900px){.leftpanel{width:26%}.admin_rightpanel{width:73.5%}.detail_list .profile_image_outer{width:56%}.profile_highlight{display:block}.profile_details{width:100%;padding:.75rem}}@media only screen and (max-width: 800px){.leftpanel{width:28%}.admin_rightpanel{width:71.5%}.matches_list ul{grid-template-columns:repeat(2,1fr)}.main_menu li a{padding:.75rem 1rem}input.search,.multiselect.search{width:100%;max-width:100%}.detail_list li.loop ul.details li.field label,.detail_list li.loop ul.details li.field span{width:100%}.detail_list li.loop ul.details li.field span{max-width:100%}.detail_list li.loop ul.details li.field{display:block}.detail_list.settings li.loop ul.details li.field span,.detail_list.settings li.loop ul.details li.field button,.detail_list.settings li.loop ul.details li.field input{margin-top:.5rem;margin-right:.75rem}.detail_list .profile_image_outer{width:35%}.auth{width:100%}.main_menu li.leftalign{padding-right:.5rem}.register_section{display:none}.authsection h1{text-align:center}.layout_outer{padding-top:80px}.main_menu li.leftalign p{font-size:.8125rem}.auth_layout.layout_outer .main_menu li a{padding:1rem .5rem}.authsection .twosection{display:block}.main_menu li.leftalign{display:none}}@media only screen and (max-width: 700px){.main_menu ul,.no_bg .header{display:block}.no_bg .main_menu ul{justify-content:left}.no_bg{height:auto}.no_bg .main_menu{width:100%}Header .logo{width:30%}.matches_list ul{grid-template-columns:repeat(1,1fr)}Header .logo img{height:32px}Header .user_info{width:14%}.header.no_bg .logo{width:40%;float:left}.main_menu ul,.no_bg .header{width:100%;display:flex;position:relative}.no_bg .header .main_menu ul{justify-content:flex-end;display:flex}header.no_bg .header .main_menu{width:auto;float:right;position:absolute;right:0}header.no_bg .main_menu{justify-content:flex-end;display:flex}.main_menu li.leftalign{display:none}}@media only screen and (max-width: 600px){.preferences .profile_summary,.profile_summary.profile_edit{margin-top:70px}.authsection .twosection .auth{padding-right:2rem}.hightlighted_box{display:none}.detail_list.preferences.search li.loop ul.details li.field{padding:12px}.detail_list.preferences.search li.loop ul.details li.field .field.half{margin-bottom:12px}.header{display:block;height:auto}.main_menu{width:100%}Header{height:auto}Header .user_info{top:10px;right:10px;position:absolute}.wrapper{max-width:100%}.layout_outer{padding-top:125px}.admin_rightpanel{padding:.75rem .75rem 0px;position:relative;width:100%}.main_menu ul{justify-content:center}.leftpanel{width:100%;position:relative;z-index:1;height:auto;padding-bottom:0;padding-top:0}.matches_list ul{grid-template-columns:repeat(1,1fr);display:grid}.matches_list h1{text-align:left}.detail_list li.loop ul.details li.field.half{margin-bottom:12px}.detail_list .profile_image_outer{width:100%}.authsection{min-height:50vh}.auth{width:100%}}@media only screen and (max-width: 500px){.main_menu li.leftalign{width:50%;margin-bottom:.75rem}.detail_list .profile_image_outer{width:100%}.footer_pages{padding:1rem}.layout_outer{padding-top:125px}.auth_layout.layout_outer{background-image:none}.notification-menu.dropdown-menu{min-width:250px}.dropdown-menu ul{width:250px}}@media only screen and (max-width: 400px){.main_menu ul{justify-content:center}.layout_outer{padding-top:125px}.main_menu li.leftalign{width:100%;margin-bottom:.75rem}.main_menu li a{padding:12px 8px}}@media screen and (max-width: 600px){.matches-sidebar.leftpanel .nav-container{padding-top:150px}.nav-container{position:fixed;top:0;left:0;height:100%;width:100%;z-index:-1;background:#fff;display:none;transition:all .2s ease}.search.nav-container{background:#fff}.nav-open{position:fixed;right:10px;top:140px;display:block;width:48px;height:48px;cursor:pointer;z-index:9999;border-radius:50%;background-color:#000}.nav-open i{display:block;width:20px;height:2px;background:#fff;border-radius:2px;margin-left:14px}.nav-open i:nth-child(1){margin-top:16px}.nav-open i:nth-child(2){margin-top:4px;opacity:1}.nav-open i:nth-child(3){margin-top:4px}}#nav:checked+.nav-open{transform:rotate(45deg)}#nav:checked+.nav-open i{background:#fff;transition:transform .2s ease}#nav:checked+.nav-open i:nth-child(1){transform:translateY(6px) rotate(180deg)}#nav:checked+.nav-open i:nth-child(2){opacity:0}#nav:checked+.nav-open i:nth-child(3){transform:translateY(-6px) rotate(90deg)}#nav:checked~.nav-container{z-index:9990;display:block}#nav:checked~.nav-container ul li a{opacity:1;transform:translateY(0)}.hidden{display:none}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Poppins,sans-serif;padding:0;margin:0;background-color:#dee2f6}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}ul,ol{list-style:none}input,textarea,select,button{outline:none;border:none;padding:.5rem .75rem;max-width:320px;border-radius:.25rem;box-sizing:border-box;font-size:.875rem}.authform input,.authform textarea,.authform select,.authform button{min-width:-webkit-fill-available}.profile_summary .field .multiselect{width:320px}input[type=radio]{width:auto}a{color:#2d57d2}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform ease-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1 / 1;height:100%;opacity:0;pointer-events:none;transition:opacity ease-in-out;transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width: 100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background: transparent;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-height: 30px;--vc-nav-width: 30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);justify-content:center;padding:0;position:absolute;inset-block-start:50%;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-inline:auto 50%;inset-block-start:auto;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media (hover: hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color: var(--vc-clr-primary);--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-border-radius: 0;--vc-pgn-gap: 6px;--vc-pgn-height: 4px;--vc-png-bottom: 10px;--vc-png-left: auto;--vc-png-right: 10px;--vc-pgn-width: 16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}.error-message[data-v-21dca0bf]{color:red;font-size:.85em;margin-top:5px}.field[data-v-21dca0bf]{margin-bottom:15px}.error-message[data-v-c0591ac2]{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.field input.error[data-v-c0591ac2],.field select.error[data-v-c0591ac2],.field .multiselect.error[data-v-c0591ac2]{border-color:#dc3545}.field input.error[data-v-c0591ac2]:focus,.field select.error[data-v-c0591ac2]:focus,.field .multiselect.error[data-v-c0591ac2]:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.error-message[data-v-7ea4cf3e]{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.field input.error[data-v-7ea4cf3e]{border-color:#dc3545}.field input.error[data-v-7ea4cf3e]:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.error-message[data-v-4e375057]{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.field input.error[data-v-4e375057],.field textarea.error[data-v-4e375057]{border-color:#dc3545}.field input.error[data-v-4e375057]:focus,.field textarea.error[data-v-4e375057]:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.error-message[data-v-5f18857a]{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.field input.error[data-v-5f18857a],.field .multiselect.error[data-v-5f18857a]{border-color:#dc3545}.field input.error[data-v-5f18857a]:focus,.field .multiselect.error[data-v-5f18857a]:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.twosection.payment div{width:50%;box-sizing:border-box;padding:12px}.highlight{color:#d9534f}.QR_Code{width:320px;max-width:100%;display:block;margin-top:12px}.twosection.payment div.field{width:100%;margin-bottom:12px}.scan-amount{font-size:1.1rem;margin-top:8px}@media (max-width: 800px){.twosection.payment div{width:100%}.QR_Code{width:240px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
