.Header-module-scss-module__eV7svq__headerBar{background-color:#fff;justify-content:space-between;align-items:center;gap:1rem;min-height:70px;padding:1rem 5rem;display:flex;position:relative}@media (max-width:992px){.Header-module-scss-module__eV7svq__headerBar{padding:1rem 2rem}}@media (max-width:768px){.Header-module-scss-module__eV7svq__headerBar{gap:.5rem;padding:.75rem 1rem}}@media (max-width:576px) and (min-width:481px){.Header-module-scss-module__eV7svq__headerBar{padding:1rem}}@media (max-width:480px){.Header-module-scss-module__eV7svq__headerBar{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem .75rem .75rem}}@media screen and (max-width:375px){.Header-module-scss-module__eV7svq__headerBar{padding:4rem .5rem .5rem}}.Header-module-scss-module__eV7svq__backButton{font-size:inherit;background:0 0;border:none;flex-shrink:0;min-width:60px;padding:0;color:#000!important}@media (max-width:768px){.Header-module-scss-module__eV7svq__backButton{min-width:50px;font-size:.9rem}}@media (max-width:576px){.Header-module-scss-module__eV7svq__backButton{min-width:40px;font-size:.8rem}}@media (max-width:375px){.Header-module-scss-module__eV7svq__backButton{min-width:35px;font-size:.75rem}}.Header-module-scss-module__eV7svq__backArea{align-items:center;min-width:60px;display:flex}@media (max-width:480px){.Header-module-scss-module__eV7svq__backArea{order:initial;width:auto;position:absolute;top:12px;left:12px}}.Header-module-scss-module__eV7svq__backArrow{font-size:1.2rem;color:#000!important}@media (max-width:576px){.Header-module-scss-module__eV7svq__backArrow{font-size:1rem}}.Header-module-scss-module__eV7svq__welcomeMessage{text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:1rem;overflow:hidden}@media (max-width:768px){.Header-module-scss-module__eV7svq__welcomeMessage{max-width:190px;font-size:.9rem}}@media (max-width:576px){.Header-module-scss-module__eV7svq__welcomeMessage{max-width:150px;font-size:.75rem}}@media (max-width:375px){.Header-module-scss-module__eV7svq__welcomeMessage{max-width:140px;font-size:.7rem}}.Header-module-scss-module__eV7svq__contactInfo a{color:red;text-decoration:none}.Header-module-scss-module__eV7svq__contactInfo{white-space:nowrap;align-items:center;gap:.35rem;font-size:1rem;display:inline-flex}@media (max-width:768px){.Header-module-scss-module__eV7svq__contactInfo{font-size:.85rem}}@media (max-width:576px){.Header-module-scss-module__eV7svq__contactInfo{font-size:.7rem}.Header-module-scss-module__eV7svq__contactInfo img{width:14px!important;height:14px!important}}@media (max-width:375px){.Header-module-scss-module__eV7svq__contactInfo{font-size:.65rem}}.Header-module-scss-module__eV7svq__image{max-width:100%;height:auto;margin:0 auto}@media (max-width:768px){.Header-module-scss-module__eV7svq__image{width:110px!important;height:45px!important}}@media (max-width:576px){.Header-module-scss-module__eV7svq__image{width:80px!important;height:32px!important}}@media (max-width:375px){.Header-module-scss-module__eV7svq__image{width:70px!important;height:28px!important}}.Header-module-scss-module__eV7svq__hidden{visibility:hidden}.Header-module-scss-module__eV7svq__coustlogo{text-align:center;z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:480px){.Header-module-scss-module__eV7svq__coustlogo{width:auto;position:absolute;top:12px;left:50%;transform:translate(-50%)}}.Header-module-scss-module__eV7svq__rightSection{text-align:right;flex-shrink:1;justify-content:flex-end;align-items:center;min-width:0;display:flex}@media (max-width:480px){.Header-module-scss-module__eV7svq__rightSection{order:initial;justify-content:flex-end;width:auto;position:absolute;top:12px;right:12px}}.Header-module-scss-module__eV7svq__inlineUserInfo{text-align:right;flex-direction:column;align-items:flex-end;gap:.25rem;display:none}@media (min-width:591px){.Header-module-scss-module__eV7svq__inlineUserInfo{display:flex}}.Header-module-scss-module__eV7svq__userInfo{justify-content:center;align-items:center;display:inline-flex;position:relative}@media (min-width:591px){.Header-module-scss-module__eV7svq__userInfo{display:none}}.Header-module-scss-module__eV7svq__userIcon{color:#d71920;cursor:pointer;background-color:#fff;border:2px solid #d71920;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s;display:flex}.Header-module-scss-module__eV7svq__userIcon:hover,.Header-module-scss-module__eV7svq__userInfo.Header-module-scss-module__eV7svq__open .Header-module-scss-module__eV7svq__userIcon{color:#fff;background-color:#d71920}.Header-module-scss-module__eV7svq__userIcon:focus-visible{outline-offset:3px;outline:2px solid #111}.Header-module-scss-module__eV7svq__userPopover{opacity:0;pointer-events:none;z-index:5;text-align:left;background-color:#fff;border-radius:.75rem;min-width:230px;padding:1rem 1.25rem;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-6px);box-shadow:0 12px 32px #0f172a2e}.Header-module-scss-module__eV7svq__userInfo.Header-module-scss-module__eV7svq__open .Header-module-scss-module__eV7svq__userPopover{opacity:1;pointer-events:auto;transform:translateY(0)}@media (hover:hover) and (pointer:fine){.Header-module-scss-module__eV7svq__userInfo:hover .Header-module-scss-module__eV7svq__userPopover{opacity:1;pointer-events:auto;transform:translateY(0)}}.Header-module-scss-module__eV7svq__popoverContact{flex-flow:row;justify-content:flex-start;align-items:center;gap:.35rem;width:100%;margin-top:.5rem;display:flex}.Header-module-scss-module__eV7svq__popoverLabel{color:#111;white-space:nowrap;width:auto;font-size:.9rem;font-weight:600}.Header-module-scss-module__eV7svq__phoneIcon{vertical-align:middle;margin:0 .5rem 0 0}.Header-module-scss-module__eV7svq__userPopover .Header-module-scss-module__eV7svq__contactInfo{text-align:left;white-space:nowrap;justify-content:flex-start;align-items:center;gap:.35rem;display:inline-flex}.Header-module-scss-module__eV7svq__loader{justify-content:center;align-items:center;animation:1s linear infinite Header-module-scss-module__eV7svq__rotate;display:flex;position:fixed;left:50%;transform:translate(-50%,-50%)}@keyframes Header-module-scss-module__eV7svq__rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}
html,body{min-height:100vh;margin:0;padding:0;overflow-x:hidden;font-family:Open Sans,sans-serif!important}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.custom-navbar{z-index:1000}.whitebgwrapper{background-color:var(--bs-white);border-radius:4px;padding:24px}.mr-24{margin-top:24px}.fs-20{font-size:20px}.mt-20{margin-top:20px}.btn-hr-fld{margin-top:16px}.wd-full{width:100%}.mt-24{margin-top:24px}.loader-overlay{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loader{justify-content:center;align-items:center;animation:1s linear infinite rotate;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.semiloader{position:relative}.semiloader>img{justify-content:center;align-items:center;width:23px;height:23px;margin:23px auto;animation:1s linear infinite rotate;display:flex;transform:translate(-50%,-50%)}.statustyle{white-space:nowrap;color:var(--bs-white);border-radius:.375em;padding:3px 7px;font-size:12px;font-weight:400}.notbdatasec{text-align:center;background:#fff;height:86px;padding:3px 5px}.mainDiv{flex-direction:column;width:100%;margin-top:75px;margin-bottom:24px;padding:0 10px;transition:padding-left .2s;display:flex}.text-underline{text-decoration:underline}.plan-label{color:#fff;z-index:1;border-radius:4px;justify-content:center;align-items:center;gap:10px;width:140px;height:38px;padding:4px 12px;font-size:16px;font-weight:600;display:flex;position:relative;top:-10px;left:50%;transform:translate(-50%)}@media (max-width:768px){.plan-label{font-size:14px}}.economical{background-color:#c8102e;position:relative}.best-value{background-color:#55ab68;position:relative}.plan-label:before{content:"";z-index:-1;background:linear-gradient(to bottom right,#fff 0% 50%,#940909 50% 100%);width:10px;height:10px;position:absolute;top:5px;right:144px;transform:translate(50%,-50%)}.best-value.plan-label:before{background:linear-gradient(to bottom right,#fff 0% 50%,#015e16 50% 100%)}.bg-danger-theme{background-color:var(--bs-primary)}.bg-success-theme{background-color:var(--bs-green)}.bg-info-theme{background-color:var(--bs-blue)}.bg-warning-theme{background-color:var(--bs-orange)}.adminpage{padding-left:270px!important}.adminpage.sidebarclose{padding-left:60px!important}.form-label,.form-control,.form-select,.page-link,.nav-link,.breadcrumb-item{font-size:14px!important}.valid-input:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#e48897;outline:0;box-shadow:0 0 0 .25rem #c8102e40}.invalid-input{border-color:var(--bs-primary)!important}.form-select{padding:.2rem .8rem!important}.tablecellstyles{line-height:32px}.form-select,.form-control{height:38px}.select-wrapper>.form-select{height:28px}.custom-checkbox .form-check-input{background-color:#fff;width:1em;height:1em}.custom-checkbox .form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 0 var(--bs-primary);outline:0}.custom-checkbox{appearance:none;border:2px solid var(--bs-gray-300);cursor:pointer;border-radius:4px;width:20px;height:20px;display:inline-block;position:relative}.custom-checkbox:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.custom-checkbox:checked:after{content:"";border:solid var(--bs-white);border-width:0 2px 2px 0;width:6px;height:8px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.custom-checkbox:focus{outline:none;box-shadow:0 0 0 3px #d9534f4d}.disabled{display:none!important}select option{color:#000;background:#e9ecef!important}select option:checked,select option:hover{color:#fff;background-color:var(--bs-primary)!important}select:focus{box-shadow:0 0 0 .25rem #ff000040;border-color:var(--bs-primary)!important}.invalid-feedback{text-align:left}input[readonly]{color:#98a2ab;pointer-events:none;background-color:#e9ecef;border:1px solid #ced4da}thead,tbody,tfoot,tr,td,th{vertical-align:baseline}table tr th:first-child,table tr td:first-child{padding-left:18px}table tr th.customerStatus{width:180px}td.action-wrapper{width:80px;text-align:center!important}td.action-wrapper>div{cursor:pointer;text-align:center}td.action-wrapper>button{border:none;margin:auto;background:0 0!important}td.action-wrapper>button:disabled{opacity:.5}.table-responsive::-webkit-scrollbar{height:8px}.table-responsive::-webkit-scrollbar-track{background:#f7f7f7;border-radius:100px}.table-responsive::-webkit-scrollbar-thumb{background:#c8102e;border-radius:100px}.paginationwraper{justify-content:flex-end;align-items:center;margin-top:10px;display:flex}.paginationwraper .pagination{margin-right:0!important}.paginationwraper .pagination li:first-child .page-link{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.paginationwraper .pagination li:last-child .page-link{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.paginationwraper .form-select{min-width:60px;margin-left:10px;height:35.5px!important;padding:5px 8px!important}.btn{white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;min-width:90px;min-height:38px;padding:6px 15px;display:inline-flex;font-size:14px!important;font-weight:600!important}.btn.btn-primary:disabled{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color)!important;opacity:.4!important}.btn>img,.btn>svg{margin-right:8px}.btn.outlinebtn{color:#c8102e;background-color:#0000;border-color:#c8102e}.btn.outlinebtn:hover{color:var(--bs-white);background-color:#c8102e}.btn.outlinebtn:hover>img{filter:brightness(39.5)}.btn.outlinebtn:disabled{border-color:var(--bs-disablegray);background-color:#0000;color:var(--bs-disablegray)!important;opacity:.6!important}.btn.outlinebtn:disabled img{filter:grayscale(100)}.btn.outlinegray{color:#707070;background-color:#0000;border-color:#707070}.btn.outlinegray:hover{color:var(--bs-white);background-color:#707070;border-color:#707070}.btn.outlinegray:hover>img{filter:brightness(39.5)}.btn.outlinegray:disabled{border-color:var(--bs-disablegray);background-color:#0000;color:var(--bs-disablegray)!important;opacity:.6!important}.btn.outlinegray:disabled img{filter:grayscale(100)}.btn.graybtn{background-color:#0a2c3e;border:1px solid #0a2c3e;min-width:157px}.btn.graybtn:hover,.btn.graybtn:active{background-color:#0a2c3e;border:1px solid #0a2c3e}.btn.graybtn:disabled{border-color:var(--bs-disablegray);background-color:#f0f0f0;color:var(--bs-disablegray)!important;opacity:.6!important}.btn.graybtn:disabled img{filter:grayscale(100)brightness(.5)}.tooltip .tooltip-inner{text-align:left;border-radius:8px;width:100%;padding:12px;font-size:12px;line-height:18px;max-width:100%!important}
.layout-module-scss-module__7w2Zoa__container{grid-template-rows:auto auto 1fr 36px;grid-template-areas:"nav""header""main""footer";align-items:center;min-height:100vh;display:grid}.layout-module-scss-module__7w2Zoa__logo{pointer-events:none;height:40vmin}.layout-module-scss-module__7w2Zoa__header{grid-area:header}.layout-module-scss-module__7w2Zoa__main{grid-area:main}.layout-module-scss-module__7w2Zoa__header,.layout-module-scss-module__7w2Zoa__main{flex-direction:column;justify-content:center;align-items:center;display:flex}.layout-module-scss-module__7w2Zoa__footer{grid-area:footer;justify-self:center}.layout-module-scss-module__7w2Zoa__nav{grid-area:nav;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:calc(10px + 2vmin);display:flex}.layout-module-scss-module__7w2Zoa__link:hover{text-decoration:underline}.layout-module-scss-module__7w2Zoa__link{color:var(--bs-purple)}.layout-module-scss-module__7w2Zoa__link.layout-module-scss-module__7w2Zoa__active{text-decoration:underline}@media (prefers-reduced-motion:no-preference){.layout-module-scss-module__7w2Zoa__logo{animation:3s ease-in-out infinite layout-module-scss-module__7w2Zoa__logo-float}}@keyframes layout-module-scss-module__7w2Zoa__logo-float{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}
