: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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;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:translateX(-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:translateX(-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:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;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:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.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:#ffffffb3;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:9999;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 #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;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__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(0deg)}to{transform:rotate(1turn)}}[class*=icon-]{display:block;font-size:22px;margin-right:6px}[class*=icon-]:before{background-repeat:no-repeat;background-size:contain;-webkit-background-size:contain;content:"";display:block;height:1em;width:1em}.icon-dashboard{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='6' height='7' rx='1' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='4' y='15' width='6' height='5' rx='1' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='14' y='4' width='6' height='5' rx='1' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3Crect x='14' y='13' width='6' height='7' rx='1' stroke='%23fff' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon-profile{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.796 20.706c-.342-1.063-1.096-2.003-2.143-2.673C14.605 17.363 13.32 17 12 17c-1.32 0-2.605.363-3.653 1.033-1.047.67-1.8 1.61-2.143 2.673' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='3' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='3' y='3' width='18' height='18' rx='3' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E")}.icon-file{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.172 3H9c-1.886 0-2.828 0-3.414.586C5 4.172 5 5.114 5 7v10c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h6c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17V8.828c0-.408 0-.613-.076-.796-.076-.184-.22-.329-.51-.618l-3.828-3.828c-.29-.29-.434-.434-.617-.51C13.785 3 13.58 3 13.171 3Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M9 13h6M9 17h4' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 3v4c0 .943 0 1.414.293 1.707C13.586 9 14.057 9 15 9h4' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E")}.icon-guard-check{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m18.394 5.74-5.212-2.234a3 3 0 0 0-2.364 0L5.606 5.74A1 1 0 0 0 5 6.66v5.252a6 6 0 0 0 2.513 4.882l3.325 2.375a2 2 0 0 0 2.325 0l3.324-2.375A6 6 0 0 0 19 11.912V6.66a1 1 0 0 0-.606-.919ZM15.78 9.625a1 1 0 1 0-1.562-1.25l-3.302 4.128-1.21-1.21a1 1 0 0 0-1.414 1.414l1.605 1.605a1.5 1.5 0 0 0 2.232-.123l3.65-4.564Z' fill='%23fff'/%3E%3C/svg%3E")}.icon-bell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.419 5.813a4.604 4.604 0 0 1 9.162 0l.24 2.388a7.258 7.258 0 0 0 1.182 3.303l.718 1.077c.498.748.748 1.122.744 1.431a1 1 0 0 1-.435.813c-.256.175-.705.175-1.604.175H4.574c-.899 0-1.348 0-1.604-.175a1 1 0 0 1-.435-.813c-.004-.31.246-.683.745-1.431l.717-1.077A7.256 7.256 0 0 0 5.18 8.201l.239-2.388Z' fill='%23fff'/%3E%3Cpath d='M8.39 17.191c.095.089.304.167.595.223A5.57 5.57 0 0 0 10 17.5c.367 0 .723-.03 1.015-.086.29-.056.5-.134.595-.223' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.icon-sort-up{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.5 18.751 7.5-7.5 7.5 7.5' stroke='%23009CDC' stroke-width='2'/%3E%3C/svg%3E")}.icon-phone{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18.76 15.075 1.646 1.647a.84.84 0 0 1 0 1.188 5.04 5.04 0 0 1-6.586.468l-.117-.088a19.96 19.96 0 0 1-3.993-3.992l-.088-.117a5.04 5.04 0 0 1 .468-6.587.84.84 0 0 1 1.188 0l1.646 1.646a1 1 0 0 1 0 1.415l-1.134 1.134a.724.724 0 0 0-.136.835 8.322 8.322 0 0 0 3.722 3.722c.278.139.615.084.835-.136l1.135-1.135a1 1 0 0 1 1.414 0Z' fill='%23ABB5BE'/%3E%3C/svg%3E")}.icon-mail{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.526 7.825C2.5 8.433 2.5 9.148 2.5 10c0 2.667 0 4 .788 4.86.06.065.12.126.185.185.86.788 2.194.788 4.86.788h3.334c2.666 0 4 0 4.86-.788a2.99 2.99 0 0 0 .185-.185c.788-.86.788-2.193.788-4.86 0-.852 0-1.567-.026-2.175l-6.503 3.613a2 2 0 0 1-1.942 0L2.526 7.825Zm.365-2.079c.032.014.064.03.095.047L10 9.689l7.014-3.896c.031-.018.063-.033.095-.047a2.262 2.262 0 0 0-.397-.606 2.993 2.993 0 0 0-.185-.185c-.86-.788-2.194-.788-4.86-.788H8.333c-2.666 0-4 0-4.86.788-.064.059-.126.12-.185.185a2.262 2.262 0 0 0-.397.606Z' fill='%23ABB5BE'/%3E%3C/svg%3E")}.icon-verified{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 13a6 6 0 1 0-4.243-1.757' stroke='%2300A911' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.667 5.667 7.735 7.985c-.655.786-.983 1.18-1.423 1.2-.441.02-.803-.343-1.527-1.067l-.452-.451' stroke='%2300A911' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.icon-edit{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.204 10.796 19 9c.545-.545.818-.818.964-1.112a2 2 0 0 0 0-1.776C19.818 5.818 19.545 5.545 19 5c-.545-.545-.818-.818-1.112-.964a2 2 0 0 0-1.776 0c-.294.146-.567.419-1.112.964l-1.819 1.819a10.9 10.9 0 0 0 4.023 3.977Zm-5.477-2.523-6.87 6.87c-.426.426-.638.638-.778.9-.14.26-.199.555-.317 1.145l-.615 3.077c-.066.332-.1.498-.005.593.095.095.26.061.593-.005l3.077-.616c.59-.117.885-.176 1.146-.316.26-.14.473-.352.898-.777l6.89-6.89a12.902 12.902 0 0 1-4.02-3.981Z' fill='%23009CDC'/%3E%3C/svg%3E")}body{background-color:#f2f7fb!important;min-height:100vh;overscroll-behavior:none}body input[type=password]::-ms-clear,body input[type=password]::-ms-reveal{display:none}.global-search{transform:translate(-120px,60px)!important}@media(max-width:900px){.global-search{transform:translateY(60px)!important}}.application-icon{color:#fff!important}.workflowTracker{height:calc(100vh - 317px)}.edit-button{margin:15px!important}.follow-up-chip{margin-left:6px!important}.toolbar-padding{padding-left:0!important;padding-right:0!important}.compare-container{margin-left:12rem!important;margin-right:12rem!important;margin-top:1rem!important}.content{bottom:400px;color:#fff;left:50%;position:absolute;text-align:center;top:40%;transform:translate(-50%,-50%)}.card-grid-item{margin-bottom:50px!important}.bg{position:relative}.FileDownload{text-decoration:none!important}.pointer-disable{pointer-events:disable}.mobile-width{width:100%!important}.work-placeholder-text{font-size:.7rem!important;padding-left:.875rem!important;padding-top:.25rem!important}.card-header{padding-left:1.7rem!important;padding-right:2.4rem!important}@media only screen and (max-width:600px){.card-header{padding-left:1.6rem!important;padding-right:1.6rem!important}}@media only screen and (max-width:900px){.card-header{padding-left:1.6rem!important;padding-right:1.6rem!important}}.viewWorkAttachment{background-color:#fff;border:1px solid #e4ecf1;border-radius:4px;font-size:13px;margin-top:4px;width:247px}@media(max-width:701px){.viewWorkAttachment{display:none}}.document-upload-stack{justify-content:center!important}.viewWorkMobileAttachment{background-color:#fff;border:1px solid #e4ecf1;border-radius:4px;font-size:13px;margin-bottom:6px;margin-right:20px;margin-top:4px;width:220px}@media(min-width:701px){.viewWorkMobileAttachment{display:none}}.max-width-delete,.max-width-edit{max-width:38%!important}.close-button-padding{margin-right:1.25rem!important;margin-top:10px!important}.box-padding{padding-top:.375rem!important}.grid-padding{padding-top:1.5rem!important}.navy-color{color:#009cdc!important}.flex-wrapper{min-height:100vh}.flex-course-wrapper,.flex-wrapper{display:flex;flex-direction:column;justify-content:flex-start}.flex-course-wrapper{min-height:88vh}.only-loader{background-color:#fff;min-height:100vh}.floating-button-container{display:flex}@media only screen and (max-width:600px){.floating-button-container{position:static}}.floating-button-next{background-color:#fff;bottom:50%;left:50%;padding-bottom:1.2rem;padding-top:.5rem;position:fixed;right:0!important;transform:translateY(-50%) translateX(-50%);width:100%!important}@media only screen and (max-width:576px){.floating-button-next{margin-bottom:0!important;padding-bottom:1rem!important}}@media only screen and (max-width:768px){.floating-button-next{margin-bottom:0!important;padding-bottom:1.7rem}}@media only screen and (max-width:1536px){.floating-button-next{padding-left:1.5rem;padding-right:1.5rem}}.next-navigate{line-height:.5!important;padding:8px 30px!important;width:104%!important}.MuiCardContent-root:last-child{padding-bottom:0!important}.css-1co6m5c-MuiButtonBase-root-MuiCheckbox-root{padding:5px!important}.flag-style{border-radius:9px!important;height:14px!important;width:28px!important}.button-default-color{background-color:#ff8400!important}.padding-zero{padding:0!important}.padding-bottom-zero{padding-bottom:0!important}.padding-top-zero{padding-top:0!important}.dialog-width{width:100%!important}.padding-left-zero{padding-left:0!important}.padding-offer-heading{padding-left:8px!important}.padding-right-zero{padding-right:0!important}.chip-small,.chip-style{height:16px!important}.chip-small{width:90px!important}.chipPayment{height:21px!important;width:123px!important}.chip-medium{font-weight:500!important;height:23px!important;width:-webkit-fit-content;width:fit-content}.filter-icon{width:20px!important}@media only screen and (max-width:789px){.filter-icon{margin-left:17px;margin-top:12px;width:23px!important}}.appbar-logo{height:auto;max-width:100%}@media only screen and (max-width:576px){.appbar-logo{height:32px;max-width:95%}}.appbar-logo .logo-grid{width:188px!important}@media only screen and (max-width:576px){.appbar-logo .logo-grid{width:40%!important}}.ribbon-recommend{background:#0b9bd7;box-shadow:0 0 0 999px #0b9bd7;-webkit-clip-path:inset(0 -100%);clip-path:inset(0 -100%);color:#fff;font-family:sans-serif;font-size:13px;left:0;position:absolute;top:0;inset:0 auto auto 0;line-height:1.3em;transform:translate(-29.3%) rotate(-45deg);transform-origin:100% 0}.course-card .card-action:hover{background-color:none!important}.course-card .card-buttons{border-top:1px solid #ddd!important}.course-card .comp-border{border-right:1px solid #ddd!important}.course-card .course-card-button{background-color:#0000;border-color:#0000;width:100%}.course-card .courses-banner{background-size:cover;display:block;height:auto;max-height:110px;min-height:110px;width:100%}.course-card .courses-banner-tag{height:5rem;left:0;position:absolute;top:0;width:5rem;z-index:1}.course-card .courses-banner-container{position:relative}.course-card .ribbon-r{background:#0b9bd7;box-shadow:0 0 0 999px #0b9bd7;left:0;top:0;inset:0 auto auto 0;transform:translate(-29.3%) rotate(-45deg);transform-origin:100% 0}.course-card .orange-heart,.course-card .ribbon-r{-webkit-clip-path:inset(0 -100%);clip-path:inset(0 -100%);color:#fff;font-family:sans-serif;font-size:13px;line-height:1.3em;position:absolute}.course-card .orange-heart{animation:orange-heart .4s ease-out;right:10px;top:10px;transform-origin:100% 0}@keyframes orange-heart{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.filter-button-count{height:-webkit-fit-content;height:fit-content;padding:2px 7px;width:-webkit-fit-content;width:fit-content}.filter-button-padding{font-size:.875rem!important;gap:.4em;padding:8.5px 15px!important}@media only screen and (max-width:576px){.filter-button-padding{font-size:.7rem!important;min-width:-webkit-fit-content!important;min-width:fit-content!important;padding:4px 5px!important}}.card-min-width{min-height:70px!important;min-width:calc(24% - 16px)!important}@media only screen and (max-width:900px){.card-min-width{min-width:calc(31% - 16px)!important}}@media only screen and (max-width:600px){.card-min-width{min-height:55px!important;min-width:calc(50% - 8px)!important}}.wrapper-card{overflow:auto;padding:1rem 1.5rem!important}@media only screen and (max-width:390px){.wrapper-card{padding:1rem!important}}.select-countries .button-card{border:1px solid #0000;text-align:end}@media only screen and (max-width:390px){.select-countries .button-card{margin-top:1rem!important}}.select-countries .card-size{overflow:auto;padding:2rem}@media only screen and (max-width:576px){.select-countries .card-size{max-height:347px}}@media only screen and (max-width:768px){.select-countries .card-size{height:410px}}.select-countries .choose-country{font-size:22px;font-weight:600;letter-spacing:0;padding-bottom:16px;text-align:left}@media only screen and (max-width:576px){.select-countries .choose-country{font-size:13px;font-weight:600;letter-spacing:0;text-align:left}}.select-countries .choose-country-img{max-width:41px}@media only screen and (max-width:576px){.select-countries .choose-country-img{max-width:22px}}.select-countries .card-margin{margin-left:0;margin-right:0}@media only screen and (max-width:390px){.select-countries .back-button{width:100%}}@media only screen and (max-width:600px){.select-countries .back-button{width:100%}}@media only screen and (max-width:390px){.select-countries .bootstrap-button{width:100%}}@media only screen and (max-width:600px){.select-countries .bootstrap-button{width:100%}}.select-countries .button-class{margin-bottom:10px!important;margin-top:20px;text-align:end}.link-style{color:#fff!important;text-decoration:none!important}.layout .bg-title{margin-bottom:.5rem;margin-top:-1%;padding-right:26%}@media only screen and (max-width:576px){.layout .bg-title{margin-top:0;padding-right:0}}@media only screen and (max-width:600px){.layout .children-class{padding-top:100%}}@media only screen and (max-width:900px){.layout .children-class{padding-top:2%}}@media only screen and (max-width:1536px){.layout .children-class{padding-top:1.5%}}.flag-style{border-radius:0!important;height:38px!important;width:70px!important}@media only screen and (max-width:576px){.flag-style{height:30px!important;width:50px!important}}@media only screen and (max-width:768px){.flag-style{height:25px!important;width:50px!important}}.flag{border-radius:20px!important;height:16px!important;margin-top:6px;width:16px!important}.card-border{border:1px solid #cdcdcd}.SelectCountries .selected-country{border-radius:6px}.SelectCountries .destination-text{max-width:26.333333%;padding-left:10px}.SelectCountries .destination-typo-grid{padding-top:3px}.SelectCountries .selected-country-grid{text-align:center}.SelectCountries .selected-grid{max-width:31px}.SelectCountries .selected-country-flag{margin-right:6px!important;width:20px!important}.border-color{border:1px solid #cdcdcd}.Select-Study-Intake .choose-intake{max-width:75%}.Select-Study-Intake .card-margin{margin-top:20px}.Select-Study-Intake .select-intake{border-radius:6px;height:130px;margin-left:2.25rem;margin-top:18px;text-align:center;width:170px}@media only screen and (max-width:768px){.Select-Study-Intake .select-intake{height:125px;margin-left:1.25rem;width:130px}}@media only screen and (max-width:400px){.Select-Study-Intake .select-intake{height:115px;margin-left:1rem;width:113px}}.Select-Study-Intake .select-card-size{padding-left:28px;padding-top:19px}@media only screen and (max-width:400px){.Select-Study-Intake .select-card-size{padding-left:16px}}.Select-Study-Intake .select-intake-number{max-width:23px}.Select-Study-Intake .intake-stack{padding-left:33px;padding-top:16px}.Select-Study-Intake .select-persue{border-radius:6px;margin-left:3rem;margin-top:20px;text-align:center}.Select-Study-Intake .intake-card{margin-top:18px}.Select-Study-Intake .edit-icon{height:30px}.Select-Study-Intake .intake-text{padding-left:0}.Select-Study-Intake .border{border:2px solid #000;height:100px;position:relative;width:300px}.Select-Study-Intake .text{background-color:#fff;left:50%;padding:0 10px;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%)}.Select-Study-Intake .container{align-items:center;display:flex;height:100vh;justify-content:center}.Select-Study-Intake .grid-container-style{margin-bottom:10px!important}@media only screen and (max-width:600px){.Select-Study-Intake .grid-container-style{flex-direction:column-reverse}.Select-Study-Intake .width-full{width:100%}}.Select-Study-Intake .recommeded-box{position:relative;width:100%}.Select-Study-Intake .recommended-grid{left:6.5px;position:absolute;top:-12px}@media only screen and (max-width:576px){.Select-Study-Intake .recommended-font{font-size:11px}}@media only screen and (max-width:768px){.Select-Study-Intake .recommended-font{font-size:10px}}.Select-Study-Intake .studies-text{padding-top:15px}@media only screen and (max-width:768px){.Select-Study-Intake .studies-text{font-size:11px}}@media only screen and (max-width:400px){.Select-Study-Intake .studies-text{font-size:10px;padding-top:8px}.Select-Study-Intake .box-gap{gap:0!important}}.shortCard-shortlist{padding:30px}.shortCard{border-radius:5px;margin-top:15px;padding:5px 5px 15px}@media only screen and (max-width:600px){.shortCard{padding:0}}.flagIcon{border-radius:10px!important;height:16px!important;margin-right:8px!important;margin-top:3px!important;width:28px!important}.flagIconCountry{margin-top:0!important}@media only screen and (max-width:600px){.removeDisplay{display:none!important}}.underline{text-decoration:underline}.disabledText{color:gray;margin-bottom:1}.dashboard-header,.shortlist-header{display:flex;justify-content:space-between}.dashboard-header .count,.shortlist-header .count{font-size:.7rem;height:8px;margin:8px 0 7px 10px!important;padding:12px;width:8px}@media only screen and (max-width:900px){.dashboard-header .count,.shortlist-header .count{margin:0 0 0 10px!important}}@media only screen and (max-width:600px){.dashboard-header .count,.shortlist-header .count{margin:-1px 0 0 5px!important}}.dashboard-header .addMore,.shortlist-header .addMore{border:2px solid}@media only screen and (max-width:600px){.dashboard-header .addMore,.shortlist-header .addMore{border:none!important;justify-content:flex-end;min-width:0;padding:0}}.dashboard-header .addMore:hover,.shortlist-header .addMore:hover{border:2px solid}.dashboard-header .plusOutlined,.shortlist-header .plusOutlined{border-radius:3px;font-weight:700}@media only screen and (max-width:600px){.dashboard-header .displayButton,.shortlist-header .displayButton{display:none}}.shortlisting{margin:0 auto!important;padding:10px;width:100%}@media only screen and (max-width:600px){.shortlisting .scrollShortlist{left:0;margin-bottom:18vh;max-height:-webkit-fill-available;max-width:-webkit-fill-available;overflow-y:auto;padding:10px;position:fixed;right:0}}.shortlisting .continueButton{float:right}@media only screen and (max-width:600px){.shortlisting .continueButton{display:none}}.shortlisting .mobile{display:none}@media only screen and (max-width:600px){.shortlisting .mobile{display:inline-block;width:-webkit-fill-available}}.shortlisting .bottombar-button{bottom:0;left:0;margin-bottom:30px;position:fixed;right:0}.enquiry:focus-visible{outline-color:#0000}.personalform:focus-visible{outline-color:#0000}.closeIcon{position:absolute!important;right:8px;top:6px}@media(max-width:600px){.closeIcon{top:2px}}.dialog-enquiry{border-radius:8px!important;box-shadow:none!important}.dialog-enquiry .dialogActions{align-items:center;display:flex;justify-content:center;padding:5px}.dialog-enquiry .actionSubmit{border-radius:8px;font-size:14px;margin-bottom:15px;max-height:40px;max-width:260px;padding:20px;text-transform:capitalize;width:150px}.text-input{border-radius:7px}.helper-text{margin-left:0!important}.helper-marginTop{margin-top:-2px!important}.helper-text-phone{margin-left:-39px!important}.select-display{padding:8px!important}.helper-text-padding{margin-top:5px!important}.countryCode{border-bottom-right-radius:0!important;border-top-right-radius:0!important;height:40px}.phoneCode{border:none;display:flex}.phone{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.flagSelect{border-radius:0!important;height:15px!important;width:25px!important}.text-danger{color:red}.mail{display:flex;justify-content:space-evenly}.successMsg{font-size:large;font-weight:700;padding:10px;text-align:center}.contactDetails{font-size:medium;margin-bottom:20px!important;text-align:center}.successDialog{padding:0 30px 30px}.chip-avatar{border-radius:4px!important;height:15px!important;margin-left:5px;width:20px!important}.main-scroll,.search-filter .contain-scroll{margin-top:0;max-height:calc(100vh - 312px);overflow-y:auto}.search-filter .search-filter-stack{margin-left:100px;margin-right:100px}@media only screen and (max-width:400px){.search-filter .search-filter-stack{margin-left:35px!important;margin-right:35px!important}}@media only screen and (max-width:576px){.search-filter .search-filter-stack{margin-left:55px;margin-right:55px}}.Course-Search-Results .Course-Search-Next{margin-top:30px}.course-filter{max-width:23%!important}.finder-search-filter .filter-grid{max-width:12em!important}@media only screen and (max-width:900px){.finder-search-filter .filter-sort-grids .sort-grid{max-width:7rem!important}}.finder-search-filter .filter-sort-gap{gap:12px}@media only screen and (max-width:1920px){.finder-search-filter .filter-sort-gap{gap:55px}}@media only screen and (max-width:576px){.finder-search-filter .filter-sort-gap{gap:55px}}.sort-icon-image{padding-top:.4rem}.filter .fiter-icon-button{position:relative}.filter .fiter-icon-label{position:absolute;right:-.6rem;top:-1.4em}.filter .filter-icon-image{padding-top:.3rem}.filter .filter-button{padding:0!important}.filter .filter-drawer{width:320px!important}@media only screen and (max-width:390px){.filter .filter-drawer{margin-left:10px!important}}.filter .filter-card{box-shadow:none!important;height:86px!important;overflow:scroll!important}.filter-content-wrapper{display:flex;flex-direction:column;height:100%}.filter-content-scrollable{flex:1 1;overflow-y:auto}.apply-filter-button{background-color:#fff;bottom:0;flex:0 0 auto;width:100%}@media only screen and (max-width:600px){.apply-filter-button{padding:10px}}.dashboard-student-spacing{margin:0 auto!important;max-width:1250px;padding:5px 5px 20px;width:100%}@media only screen and (max-width:900px){.dashboard-student-spacing{padding:20px}}@media only screen and (max-width:600px){.dashboard-student-spacing{padding:20px}}.dashboard-header{display:flex;font-size:1.1rem;justify-content:space-between;padding:5px 0;width:100%}.give-flex{display:flex}.buttons-dashboard{text-align:-webkit-right}@media only screen and (max-width:600px){.buttons-dashboard{direction:ltr;display:flex!important}}@media only screen and (max-width:900px){.buttons-dashboard{direction:ltr;display:flex!important}}@media(max-width:900px)and (min-width:900px){.buttons-dashboard{direction:rtl;display:block!important}}.chip-status{display:flex!important;height:-webkit-fit-content!important;height:fit-content!important;margin:0 0 0 20px;padding:2px!important}@media only screen and (max-width:900px){.chip-status{display:none!important}}.down-chip{display:none!important;height:-webkit-fit-content!important;height:fit-content!important;margin:5px 0 0}@media only screen and (max-width:900px){.down-chip{display:flex!important;padding:2px!important}}.carousal-dashboard .carousal-paper{align-items:end;color:#fff;display:flex;justify-content:center}@media only screen and (max-width:600px){.carousal-dashboard .carousal-paper{justify-content:flex-start}}.carousal-dashboard .carousal-paper .click-move{bottom:0;cursor:pointer;height:25%;left:0;position:absolute;top:30vh;width:20%}.carousal-dashboard .carousal-paper .click-right{bottom:0;cursor:pointer;height:25%;position:absolute;right:0;top:30vh;width:20%}.carousal-dashboard .carousal-paper .slide-images{background-repeat:no-repeat;background-size:contain;height:0;padding-top:23%;position:relative;width:100%}@media only screen and (max-width:600px){.carousal-dashboard .carousal-paper .slide-images{padding-top:45%}}.carousal-dashboard .carousal-paper .default-slide-images{background-repeat:no-repeat;background-size:contain;height:0;padding-top:20%;position:relative;width:100%}@media only screen and (max-width:600px){.carousal-dashboard .carousal-paper .default-slide-images{padding-top:45%}}.carousal-dashboard .carousal-paper .mobile-stepper{background-color:#0000;margin-bottom:5px}.application-detail-card{box-shadow:none!important}.application-detail-card .orange-cap{align-items:center;border-radius:10%;display:flex;height:78px;justify-content:center;width:84px}@media only screen and (max-width:600px){.application-detail-card .orange-cap{height:60px;width:65px}}.application-detail-card .orange-cap .cap-icon{font-weight:700;height:48px;width:48px}.accreditation-card{box-shadow:none!important;max-width:667px}.accordion-dashboard{flex-direction:row-reverse;font-weight:700}.track-status .stepper-description{box-shadow:none;max-width:300px}.sidebar-components{display:flex}@media(max-width:900px){.sidebar-components{display:block}}.sidebar-components .profile-drawer .profile-sidebar-details{display:flex;justify-content:center;margin-top:80px;text-align-last:center}@media(max-width:900px){.sidebar-components .profile-drawer .profile-sidebar-details{margin-top:0;padding-top:8px}}.sidebar-components .profile-drawer .profile-detail-grid{display:block;padding-top:0}@media(max-width:900px){.sidebar-components .profile-drawer .profile-detail-grid{display:flex;padding-top:0}}.sidebar-components .profile-drawer .profile-name{font-size:20px}@media(max-width:900px){.sidebar-components .profile-drawer .profile-name{font-size:16px}}@media(max-width:599px){.sidebar-components .profile-drawer .profile-name{display:none}}.sidebar-components .profile-drawer .profile-pic-sidebar{border-radius:200px;height:72px;padding:10px;width:72px}@media(max-width:900px){.sidebar-components .profile-drawer .profile-pic-sidebar{height:90px;width:90px}}@media(max-width:599px){.sidebar-components .profile-drawer .profile-pic-sidebar{height:60px;padding-top:10px;width:60px}}.sidebar-components .profile-drawer .profile-sidebar-detailbox{margin:auto;width:294.69px}@media(min-width:900px){.sidebar-components .profile-drawer .profile-sidebar-detailbox{padding-top:20px}.sidebar-components .profile-drawer .info{background-color:#cdf0ff;border-radius:19px;display:flex;font-size:13px;font-weight:500;justify-content:flex-end;margin-bottom:10px;margin-left:128px;padding-right:10px;width:160px}}@media only screen and (max-width:900px){.sidebar-components .profile-drawer .info{display:none}}@media(min-width:1024px){.sidebar-components .profile-drawer .sidebarTabs{border-radius:19px;display:flex;justify-content:flex-start;margin-bottom:10px;margin-left:128px;padding-right:10px}}@media(min-width:900px){.sidebar-components .profile-drawer .sidebarTabs{margin-bottom:10px;padding-right:10px}}@media(max-width:900px){.sidebar-components .profile-drawer .sidebarTabs{margin-top:-28px}}.sidebar-components .profile-drawer .profile-sidebar-profiletabs{margin:auto;width:98%}@media(max-width:900px){.sidebar-components .profile-drawer .profile-sidebar-profiletabs{display:none}}.sidebar-components .profile-drawer .bulkUploadButton{background-color:#ff8400;border-radius:4px;box-shadow:0 4px 4px 0 rgba(0,0,0,.251);box-shadow:0 4px 6px #0000001a;color:#fff;height:39px;width:251.91px}.sidebar-components .profile-drawer .bulkUploadButton:hover{background-color:#ff8400;box-shadow:"none"}@media(max-width:900px){.sidebar-components .profile-toolbar{display:none}}.sidebar-components .profile-bottombar{background-color:#fff;bottom:0;top:auto}.detailbox-card{border-radius:8px!important;box-shadow:none!important;margin:auto;opacity:90%;padding:10px 10px 10px 15px;width:-webkit-fit-content;width:fit-content}@media(max-width:900px){.detailbox-card{margin-top:10px;padding:10px}}@media only screen and (max-width:900px){.detailbox-card{padding-left:12px;padding-top:12px}}@media(max-width:599px){.detailbox-card{background-color:#0000!important;border:none;box-shadow:none}}.detailbox-card .phone-name{color:#000;font-weight:600;padding-top:16px;text-align-last:start}@media(max-width:900px){.detailbox-card .phone-name{display:none}}@media(min-width:900px){.detailbox-card .phone-name{width:165px}}@media(max-width:900px){.detailbox-card .phone-name{color:#fff;font-weight:500;padding-left:12px}}.detailbox-card .card-details{color:#000}@media(max-width:900px){.detailbox-card .card-details{color:#fff;padding-left:12px}}@media(max-width:1023px){.detailbox-card .card-details{color:#000}}.detailbox-card .detailbox-divider{border:1px dashed #ccc;margin-left:12px;overflow-x:visible}@media(min-width:600px)and (max-width:900px){.detailbox-card .detailbox-divider{border:1px dashed gray;margin-bottom:-12px;margin-left:15px}}@media(max-width:599px){.detailbox-card .detailbox-divider{display:none;width:100%}}.detailbox-card .profile-pic-detailbox{height:36px;margin-left:20px;margin-right:10px;margin-top:20px;padding:0;width:36px}@media(max-width:900px){.detailbox-card .profile-pic-detailbox{display:none}}.detailbox-card .linear-progress{margin-left:6px;margin-right:-31px}@media(max-width:900px){.detailbox-card .linear-progress{margin-left:-31px;margin-right:0}}@media(max-width:600px){.detailbox-card .linear-progress{margin-left:-42px}}.detailbox-card .detailbox-progress{margin-top:1;padding-top:1;text-align:"center";width:"176px"}@media(max-width:600px){.detailbox-card .detailbox-progress{color:#fff;margin-left:-29px}}@media(max-width:1023px){.detailbox-card .detailbox-progress{color:#000}}@media(max-width:600px){.detailbox-card .detailbox-progress{color:#fff}}.profile-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;margin-right:5px}.avatar-profile{height:100px!important;margin:auto!important;width:100px!important}@media only screen and (max-width:600px){.avatar-profile{height:80px!important;width:80px!important}}.profile-scroll{margin-top:4px;max-height:calc(98vh - 129px);overflow-y:auto}@media(max-width:900px){.profile-scroll{margin-top:60px;max-height:calc(80vh - 130px);overflow-y:auto}}@media only screen and (min-device-width:480px)and (max-device-width:900px){.profile-scroll{margin-bottom:70px;max-height:-webkit-fit-content;max-height:fit-content}}.filter-content .content-checkbox span{padding:4px!important}.filter-study-content .content-study-checkbox span{padding:5px!important}.common-search{width:100%!important}@media(max-width:390px){.common-search{width:104%!important}}@media(max-width:900px){.common-search{width:97%}}.common-search .mob-search{gap:.12rem}.common-search .icon-search{margin-right:0}.common-search .outlined-input{border:0!important;height:2.7rem!important;padding-right:.625rem}.common-search .outlined-search{border:0!important;height:2.5rem!important;padding-right:.625rem}.common-search .icon-button{min-width:0;padding:0}.common-search .icon-close{font-weight:2rem!important;margin-right:0!important;width:1.2em}.common-search .icon-searching{margin-right:0;width:1.2em}.no-data{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.no-data .no-data-img{width:10em}.no-data .no-data-fount-text{margin-left:10px;text-align:center}.sort-dropdown{background-color:#fff!important;border:1px solid #009cdc!important;padding:11px 15px!important}@media only screen and (max-width:576px){.sort-dropdown{padding:2px 5px!important}}.course-details{height:16rem}.course-finder-header{position:relative!important;width:100%!important;z-index:1!important}.fly-trip{background-repeat:no-repeat;height:6rem;position:absolute;width:14rem}.top-margin{margin-top:0!important}.top-margin-course{margin-top:5rem!important}.top-margin-counsellor{margin-top:3.9rem}.previous-link{color:#009cdc;font-size:1.2rem!important;text-decoration:none}.next-link{color:#fff;text-decoration:none}.title-grid{padding-top:.1rem!important}.plane .container-fluid{align-items:center;display:flex;height:268px;justify-content:center;margin-top:30px;width:100%}@media only screen and (max-width:576px){.plane .container-fluid{height:166px}}.plane .containers{align-items:center;background:url(/static/media/flight-animation_1.64d1feee8cfdddf0e6c0.gif) no-repeat 0 0;display:flex;height:-webkit-fill-available;justify-content:flex-end;position:relative;width:1167px}@media(max-width:600px){.plane .containers{background-size:100% 100%;width:-webkit-fill-available!important}}@media(max-width:900px){.plane .containers{width:590px}}.plane .location-bubble{left:27%;position:absolute;top:32.1%}@media(max-width:900px){.plane .location-bubble{display:none}}.plane .page-banner{background:url(/static/media/banner-group_1_optimised.66ced8f15e7d585ad1ee.png) no-repeat 0 0;height:20rem;width:42.5rem}@media(max-width:900px){.plane .page-banner{display:none}}.plane .locater{display:inline-block;height:68px;position:relative;width:68px}.plane .locater:after,.plane .locater:before{animation:animlocater 2s linear infinite;border:6px solid #009cdc;border-radius:50%;box-sizing:border-box;content:"";height:68px;left:0;position:absolute;top:0;width:68px}.plane .locater:after{animation-delay:1s}@keyframes animlocater{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(1)}}.plane .flight-motion{animation:flight 20s linear 0s infinite;background:url(/static/media/flight.d5593c329ccd5868050c.svg);height:43px;left:500px;opacity:.8;position:absolute;top:0;width:43px;z-index:99}@keyframes flight{0%{left:300px;top:130px}to{left:50px;top:30px}}.logout-dialog .logout-content{padding-left:2rem!important;padding-right:1.6rem!important}.logout-dialog .textfield-margin-bottom{margin-bottom:.875rem}.content-loader{align-items:center;background-color:#fff;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center;width:100%}.content-loader .text{color:#000;display:block;font-size:1em;font-weight:500;margin:1em auto}.content-loader .loader{animation:rotation 1s linear infinite;border:0 solid;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;position:relative;width:48px}.content-loader .loader:after{background:#48a5e5;box-sizing:border-box;content:"";height:24px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:3px}.color-black,.content-loader .span{color:#000}.no-data-image-alignment{align-items:center;display:flex;justify-content:center;min-height:50vh}.profile-pic{height:52px;margin-bottom:10px;margin-left:30px;margin-top:20px;width:52px}@media(max-width:600px){.profile-pic{height:38px;margin-bottom:8px;margin-left:25px;margin-top:10px;width:38px}}.uploadButton,.uploadButton:active,.uploadButton:hover{align-items:center;background-color:initial!important;display:flex;font-size:12px}.addButton{border-radius:5px;padding:4px}.footer-comp .toolbar-res{min-height:48px}.fixed-top{left:0;position:fixed!important;top:0;width:100%;z-index:1200!important}.fixed-top .title-grid{display:none}.error{border:1px solid red}.score{background-color:#fff;border:1px solid #ddd;height:23px;max-height:23px;max-width:58px;min-height:23px;min-width:58px;padding-bottom:2px;padding-top:2px;text-align:center;width:58px}@media(max-width:600px){.score{width:100px}}.testScoreSection{display:flex;flex-direction:"row"}@media(max-width:600px){.testScoreSection{flex-direction:column;gap:3px}}.testName{max-width:350px;min-width:350px;width:350px}@media(max-width:600px){.testName{max-width:180px;min-width:180px;width:180px}}@media(min-width:600px)and (max-width:900px){.testName{max-width:450px;min-width:450px;width:450px}}@media(max-width:600px){.sectionName{max-width:340px;min-width:340px;width:340px}}@media(min-width:600px)and (max-width:900px){.sectionName{max-width:450px;min-width:450px;width:450px}}.hidden{max-width:58px;min-width:58px;visibility:hidden;width:58px}@media(max-width:600px){.hidden{width:100px}}.langScore{background-color:#fff;border:1px solid #ddd;font-weight:500;max-width:58px;min-width:58px;padding-bottom:2px;padding-top:2px;text-align:center;width:58px}@media(max-width:600px){.langScore{width:65px}}.testScorePrev{margin-right:29px}@media(max-width:600px){.testScorePrev{margin-right:0}.editButton{display:none;padding:0}}@media(max-width:900px){.savepopup{padding:2px}}.displayScore{display:flex;flex-direction:row;margin-left:10px}@media(max-width:600px){.displayScore{display:flex;flex-direction:column;margin-left:1px}}.displayTitle{display:flex;justify-content:space-between}@media(max-width:900px){.displayTitle{justify-content:none}.editbutton{font-size:2px;margin-right:-9px;padding:0}}.viewAttachment{background-color:#fff;border:1px solid #e4ecf1;border-radius:1px;font-size:13px;margin-right:19px;width:247px}@media(max-width:701px){.viewAttachment{display:none}}@media(max-width:900px){.hideRelation{display:none}}@media(min-width:901px){.showRelation{display:none}}.showAttachment{background-color:#fff;border:1px solid #e4ecf1;border-radius:1px;font-size:13px;margin-bottom:7px;margin-left:-2px;margin-top:-2px;width:247px}@media(min-width:701px){.showAttachment{display:none}}.showButton{display:flex}@media(max-width:600px){.showButton{display:none}}@media(min-width:601px){.hideButton{display:none}}.testscore{padding-left:12px}@media(max-width:600px){.testscore{padding-right:106px;padding-top:32px}}.testscoreDisplay{padding-left:12px}@media(max-width:600px){.testscoreDisplay{padding-right:22px}}@media(min-width:900px){.profileTabBox .MuiTabs-flexContainer{max-height:calc(100vh - 300px);overflow-x:hidden;overflow-y:auto}}@media(max-width:900px){.profileTabBox .MuiTabs-flexContainer{max-height:calc(100vh - 300px);overflow-x:auto;overflow-y:hidden}}@media(min-width:900px){.profileTabBox{margin-left:-26px;width:282px}}@media(min-width:600px){.profileTabBox{padding-top:13px}}@media(min-width:1024px){.profileTabBox{margin-left:-152px;width:282px}}@media(min-width:900px){.adminTabBox .MuiTabs-flexContainer{max-height:calc(100vh - 230px);overflow-x:hidden;overflow-y:auto}.adminTabBox{margin-left:-26px;width:282px}}@media(min-width:600px){.adminTabBox{padding-top:13px}}@media(min-width:1024px){.adminTabBox{margin-left:-152px;width:282px}}.profile-pic-mainHeader{border-radius:50%}@media(min-width:600px){.profile-pic-mainHeader{height:70px!important;width:70px!important}}.green-tick{animation:green-tick .4s ease-out;-webkit-clip-path:inset(0 -100%);clip-path:inset(0 -100%);color:#fff;font-family:sans-serif;font-size:13px;height:.72em;line-height:1.3em;position:absolute;right:2px;top:-2px;transform-origin:100% 0;width:.82em}.rank-style{height:21px;width:19px}.ranking-text{font-size:9px!important;font-weight:700!important;height:14px;margin-left:-16px!important;min-width:40px;padding-left:15px;padding-right:10px;width:auto}.f-univerity{font-size:.73rem!important}.menu-width{width:277px!important}table.Compare-table{border:1px solid #ddd;border-collapse:collapse;width:100%}table.Compare-table .c-table-width{width:1050px}table.Compare-table .td-style{background-color:#def0e1;border-left:2px solid #00a911!important;border-right:2px solid #00a911}table.Compare-table .td-top-style{border-top:1px solid #00a911}table.Compare-table .td-bottom-style{border-bottom:1px solid #00a911}table.Compare-table tr td{background-color:#fff;border:none;border-bottom:1px dashed #ccc;border-right:1px solid #ccc;min-width:25%;padding:10px;vertical-align:top}table.Compare-table tr td h3{font-size:1em;margin-bottom:0;margin-top:0;padding:10px;padding-left:5px!important;padding-top:0!important}table.Compare-table tr td:first-child{background-color:#001767;color:#fff;z-index:9}table.Compare-table tr td:first-child button{display:none}table.Compare-table tr td.row-first{background-color:#fff;color:#001767;min-width:168px;width:240px}table.Compare-table .table-head{align-items:flex-start;display:flex;justify-content:flex-start;padding-top:10px}table.Compare-table .table-head button{color:#ff8527;justify-content:end;padding:0}table.Compare-table .primary-btn{background-color:#00b5ff;border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:500;padding:8px 12px}table.Compare-table .d-flex{display:flex}table.Compare-table .justify-end{justify-content:flex-end}.c-add-container{align-items:center;background-color:#e2f7ff;border:1px solid #00b5ff;color:#00b5ff;display:flex;justify-content:center;min-width:170px;width:340px}.sd-steps-txt{height:31px;width:31px}@media(max-width:600px){.sd-steps-txt{font-size:12px;height:22px!important;width:22px!important}.steps-wrapper{gap:8px!important}}@media(min-width:600px){.filterIcon{margin-top:4px!important}.filter-count{font-size:.703rem!important;line-height:1.48!important;margin-left:0!important}}.c-profile-sidebar-details{margin-top:0!important}.dialog-btn{padding-bottom:20px!important;padding-right:22px!important}.btn-verf-enabled{background-color:#ff8400!important}.btn-verf-disabled,.btn-verf-enabled{color:#fff!important;padding:8!important;width:100%!important}.btn-verf-disabled{background-color:#909090!important}.counsellor-student-wrap{height:100vh;overflow-y:hidden}.custom-scroll{scrollbar-gutter:stable}.custom-scroll::-webkit-scrollbar{width:6px}.custom-scroll::-webkit-scrollbar-track{background-color:#0000}.custom-scroll::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:100vmax}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#838383}.stud-prf-item{padding-left:12px;padding-right:9px}.st-item-container{padding-right:20px}.st-profile-sub-item{font-weight:600!important;margin-top:-10px;padding-left:6px}.studentScore{display:flex;flex-direction:row;margin-left:8px;margin-top:10px}@media(max-width:900px){.studentScore{flex-direction:column}}.studentlangScore{display:flex;flex-direction:column;margin-left:8px;margin-top:10px}@media(min-width:900px){.studentlangScore{flex-direction:row}}.viewStudentAttachment{background-color:#fff;border:1px solid #e4ecf1;border-radius:1px;font-size:13px;margin-right:19px;width:247px}@media(max-width:900px){.viewStudentAttachment{display:none}}.showStudentAttachment{background-color:#fff;border:1px solid #e4ecf1;border-radius:1px;font-size:13px;margin-bottom:7px;margin-left:6px;margin-top:-2px;width:220px}@media(min-width:601px){.showStudentAttachment{display:none}}.std-prof-icon{height:.8em!important}@media(max-width:600px){.showTestAttachment{display:none}}@media(min-width:601px){.showTestAttachment{align-self:flex-end;background-color:#fff;border:1px solid #e4ecf1;border-radius:1px;font-size:13px;margin-top:-2px;width:220px}}@media(min-width:900px){.showTestAttachment{display:none}}.showExcel{align-content:center;background-color:#ddd;border:1px;border-radius:90px;display:flex;height:54px;justify-content:space-between;margin-top:15px;padding:8px;width:494.5px}.rmdp-input{padding:2px 13px!important}.css-mmwgk7-MuiStack-root>.MuiPickersTextField-root,.css-mmwgk7-MuiStack-root>.MuiTextField-root{min-width:175px!important}.feedback-mobile-picker{min-width:100%!important}.check-box-remark .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl.MuiInputBase-sizeSmall.MuiInputBase-adornedEnd.Mui-readOnly.MuiInputBase-readOnly.css-1qxf9d8{width:180px}.textField :focus-visible fieldset,.textField :focus-within fieldset{border:1px solid #009cdc!important}.excelLogoStyle{height:26px;margin-left:3px;margin-top:7px;width:26px}.workflow-stepper-box{top:207px;width:calc(100% - 390px)}.counsellorApplication{max-width:60%}@media(max-width:1200px){.workflow-stepper-box{top:290px!important;width:calc(100% - 360px)}}@media(min-width:900px)and (max-width:1200px){.counsellorContainer{flex-direction:column!important}.counsellorApplication{max-width:100%;padding:0 10px!important}}@media(max-width:550px){.counsellorContainer{flex-direction:column!important}.counsellorApplication{max-width:100%;padding:0 10px!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.break-word{word-wrap:break-word!important;line-break:anywhere!important}.und-line{text-decoration:underline!important}.t-align-center{text-align:center}.t-align-left{text-align:left}.t-align-right{text-align:right}.t-align-justify{text-align:justify}.w-200{font-weight:200!important}.w-300{font-weight:300!important}.w-400{font-weight:400!important}.w-500{font-weight:500!important}.w-600{font-weight:600!important}.w-700{font-weight:700!important}.w-800{font-weight:800!important}.w-900{font-weight:900!important}.f-10{font-size:10px!important}.f-13{font-size:13px!important}.f-14{font-size:14px!important}.f-12{font-size:12px!important}.f-18{font-size:18px!important}.f-16{font-size:16px!important}.f-20{font-size:20px!important}.line-h-19{line-height:19.5px!important}.font-inter{font-family:Inter,sans-serif}.br-6{border-radius:6px!important}.br-10{border-radius:10px!important}.bord-style-solid{border-style:solid!important}.bord-w-1{border-width:1px!important}.br-50{border-radius:50%!important}.br-4{border-radius:4px}.bg-white{background-color:#fff!important}.card-shadow{box-shadow:0 4px 10px #0000001a}.bx-shadow-none{box-shadow:none!important}.color-white{color:#fff!important}.color-danger{color:#d32f2f}.h-437{height:100%!important}.h-42{height:42px!important}.h-12{height:12px!important}.wd-18{width:18px!important}.cursor-d{cursor:default!important}.cursor-p{cursor:pointer!important}.p-13{padding:13px!important}.p-1{padding:8px!important}.p-0{padding:0!important}.mt-1{margin-top:8px!important}.d-none{display:none}.d-flex{display:flex!important}.flex-d-column{flex-direction:column!important}.align-center{align-items:center!important}.align-f-start{align-items:flex-start}.justify-center{justify-content:center!important}.justify-f-start{justify-content:flex-start!important}.justify-content-between{justify-content:space-between}.responsive-image{background-repeat:no-repeat;height:auto;max-width:100%}.rmv-range input::-webkit-inner-spin-button,.rmv-range input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rmv-range input[type=number]{-moz-appearance:textfield}.fs-normal{font-style:normal}.overflow-hidden{overflow:hidden}.text-overflow-elip{text-overflow:ellipsis}.op-100{opacity:1!important}
/*# sourceMappingURL=main.ffe74cc1.css.map*/