: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:hsla(0,0%,100%,.7);--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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius: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{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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--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{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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)}}@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap";.font-roboto,body{font-family:Roboto,sans-serif}.font-poppins{font-family:Poppins,sans-serif}.menu-modal,.nasalization{font-family:nasalization,sans-serif!important;font-style:normal}.root-padding{padding-right:20px;padding-left:20px}@media only screen and (min-width:640px){.root-padding{padding-right:30px;padding-left:30px}}@media only screen and (min-width:768px){.root-padding{padding-right:50px;padding-left:50px}}@media only screen and (min-width:1024px){.root-padding{padding-right:80px;padding-left:80px}}@media only screen and (min-width:1280px){.root-padding{padding-right:100px;padding-left:100px}}@media only screen and (min-width:1650px){.root-padding{padding-right:140px;padding-left:140px}}body,h1,h2,h3,h4,h5,h6,p{margin:0}body{background-color:#f5f5f5}.error-msg{color:red;font-size:13px}.loader_position{background:#ff0;z-index:-1;position:fixed;left:45%;z-index:1;height:150px;width:75px;height:75px;margin:0;background:transparent;margin:-75px 0 0 -75px!important;width:25%!important;height:75%!important}.skills .MuiOutlinedInput-root{padding:4.5px 9px!important}.MuiAutocomplete-root .MuiInputBase-formControl svg{width:1em;height:1em}.Toastify__progress-bar{transform-origin:right}span.swal-name{font-size:20px;font-weight:700}.MuiDialog-paperFullScreen{background-color:transparent!important}span.paidUser{font-size:medium;color:blue}.cursor-pointer{cursor:pointer}.MuiInputBase-formControl svg{display:block;color:rgba(0,0,0,.54);width:2em;height:2em;top:calc(50% - 1em)}.periodic-certificate-from,.periodic-certificate-to{width:100%;position:relative}.periodic-certificate-from .react-date-picker__wrapper,.periodic-certificate-to .react-date-picker__wrapper{padding:7px;border-radius:3px;border:1px solid #d2d6da}.periodic-certificate-from svg,.periodic-certificate-to svg{stroke:#747475}.periodic-certificate-from:before,.periodic-certificate-to:before{position:absolute;background-color:#fff;font-size:.8rem;top:-10px;left:7px;color:#7b809a;padding:0 4px}.periodic-certificate-from:before{content:"Certificate valid from"}.periodic-certificate-to:before{content:"Certificate valid to"}.create-page-title,.table-title{font-size:1.25rem!important;font-weight:700!important}.table-title{padding:1.5rem 1.5rem 0}.no-data{text-align:center;font-size:1.3rem!important;padding:100px 0;color:#555!important;width:100%;min-height:300px;display:grid;place-items:center;font-weight:400}.dropzone,.dropzone button{width:100%;height:100%}.dropzone-container{width:160px;height:42.13px;border:1px solid #ccc;border-radius:5px;position:relative}.dropzone-container .close-btn{position:absolute;z-index:999;right:0;top:0;padding:0;cursor:pointer}.dropzone-container .dropzone\.thumb,.dropzone-container .dropzone\.thumbs-container{width:160px;height:44.13px}.dropzone-container.file-name{width:100%;height:144px;display:flex;justify-content:center;align-items:center}.dropzone-container.file-name .close-btn{width:25px;height:25px}.dropzone-container.file-name .dropzone\.thumb,.dropzone-container.file-name .dropzone\.thumbs-container{width:160px;height:44.13px}.dropzone-container.file-name.file-name{width:100%;height:144px;display:flex;justify-content:center;align-items:center}.dropzone-container.file-name.file-name .close-btn{width:25px;height:25px}.dropzone-container.file-name .dropzone\.thumb{width:100%;height:144px}.dropzone-container.profile-pic{width:auto;height:auto;border:none}.dropzone-container.profile-pic .dropzone\.thumb,.dropzone-container.profile-pic .dropzone\.thumbs-container{width:auto;height:auto}.dropzone\.thumb-img{width:auto;height:100%;border-radius:8px;display:block;margin:0 auto}.dropzone\.thumb-inner{width:100%;height:100%}.note-msg{font-size:12px}.sign-upload-btn{color:#222!important;height:44.13px;display:flex;justify-content:center;align-items:center;cursor:pointer}.line-clamp{overflow:hidden;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical}.coming-soon{width:100%;height:calc(100vh - 230px);display:flex;justify-content:center;align-items:center}.coming-soon-text{font-size:30px!important;font-weight:500!important;text-align:center}@media only screen and (min-width:1280px){.coming-soon-text{font-size:50px!important}}.unread-notification{border-left:3px solid #555!important}.landing-icons{border:2px solid hsla(0,0%,78%,.2);border-radius:10px;text-align:center;padding:20px;margin-top:30px;cursor:pointer;color:#e8eaf6!important}.landing-icons:hover{background-color:hsla(0,0%,100%,.1);border-color:#fff}.landing-icons p{color:#e8eaf6}.header{padding-right:21px;padding-left:21px}@media only screen and (min-width:768px){.header{padding-right:42px;padding-left:42px}}@media only screen and (min-width:1024px){.header{padding-right:84px;padding-left:84px}}@media only screen and (min-width:1280px){.header{padding-right:140px;padding-left:140px}}.profile-name{display:none!important;font-size:1rem!important;color:#999!important;cursor:pointer}@media only screen and (min-width:1024px){.profile-name{display:block!important}}.bg-gradient{background:linear-gradient(45deg,#000,#090979 50%,#642269)!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.apps-menu img{max-width:50px;display:block;margin:0 auto}.apps-menu p{text-align:center}.documentation-title{font-size:32px!important;font-weight:900!important}.page-container{max-width:1920px;display:block;margin-right:auto;margin-left:auto}.whitespace-nowrap{white-space:nowrap}.legal-pages{margin-top:40px}.legal-pages h2{text-align:center;font-weight:600;margin-bottom:25px}.legal-pages h4{margin-bottom:5px}.legal-pages p{margin-bottom:10px}.legal-pages ol,.legal-pages ul{margin-bottom:15px;margin-top:0}.legal-pages ol li,.legal-pages ul li{margin-bottom:5px}main{width:100%;min-height:100vh}.ql-editor{min-height:250px}.blur-effect,.form-container{background-color:hsla(0,0%,100%,.15)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{max-width:200px}.loader{background-color:#1a73e8!important;color:#fff!important}.loader:focus,.loader:hover{background-color:#1662c4!important}.loader svg{color:#fff!important}.gallery-img-view{max-width:150px;max-height:150px;border:2px solid #b0b0b0;border-radius:20px}.gallery-close-btn{background:#fff2f2;border:3px solid #121111;border-radius:50%;position:absolute;cursor:pointer}.example-host{margin:0 9px;color:#b7bac8;font-size:14px}.dot-circle{height:20px;width:20px;background-color:#fff;border-radius:50%;display:inline-block;border:2px solid #bbb}.certificate-title{margin-bottom:27px}.certificate{background-color:#edecec;width:950px;height:650px;padding:10px}.certificate .certificate-container{max-width:100%;height:-webkit-fill-available;max-height:100%;background-size:cover;background-position:50%;position:relative;padding:40px;display:flex;flex-direction:column;justify-content:space-between}.certificate .certificate-container .ribbon{position:absolute;right:50px;top:0;width:180px;height:300px;background-color:#edecec;border-right:3px solid #e7e7e7;border-left:3px solid #e7e7e7}.certificate .certificate-container .ribbon .qr-code{width:100%}.certificate .certificate-container .ribbon .qr-code img{width:100px;height:100px;display:block;margin:50px auto 0}.certificate .certificate-container .ribbon .logo{width:100%;position:absolute;bottom:-140px}.certificate .certificate-container .ribbon .logo img{width:100%;transform:scale(1.3)}.certificate .certificate-container .institute-logo{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;gap:1.5rem}.certificate .certificate-container .institute-logo img{max-height:100px}.certificate .certificate-container .registrar-info{width:420px}.certificate .certificate-container .registrar-info h4{margin:10px 0;font-size:18px;font-weight:900}.certificate .certificate-container .registrar-info h5{margin:15px 0 10px;font-size:15px}.certificate .certificate-container .certificate-footer{width:100%;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.certificate .certificate-container .certificate-footer__left,.certificate .certificate-container .certificate-footer__right{width:50%}.certificate .certificate-container .certificate-footer__left{display:flex;gap:1rem}.certificate .certificate-container .certificate-footer__left .signature-space{flex:1}.certificate .certificate-container .certificate-footer__left .signature-space img{max-width:150px;max-height:100px;display:block;margin:0 auto 10px}.certificate .certificate-container .certificate-footer__left .signature-space .signature-details{width:100%;border-top:1px dashed #6d6e71}.certificate .certificate-container .certificate-footer__right{text-align:right}.certificate .certificate-container .certificate-footer__right h5{font-size:15px;margin-bottom:10px}.certificate .certificate-container .certificate-footer__right h5 a{color:inherit;text-decoration:inherit}.certificate .certificate-container .certificate-footer__right p{padding-left:80px}.certificate p{color:#6d6e71;font-size:12px;margin:0}.certificate-card{position:relative;overflow:hidden;border:1px solid #555;cursor:pointer}.certificate-card:hover{box-shadow:.5rem .5rem .75rem .0625rem rgba(0,0,0,.1),.5rem .25rem .5rem .0625rem rgba(0,0,0,.06)}.certificate-card .certificate-card-image{width:100%;height:260px;display:flex;justify-content:center;align-items:center}.certificate-card .certificate-card-image img{width:100%;height:100%;margin:0;aspect-ratio:1;-o-object-fit:contain;object-fit:contain}.certificate-card .certificate-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}th.table_header{border-bottom:1px solid hsla(213,6%,69%,.349);opacity:.7;background:transparent;color:#7b809a;box-shadow:none;text-align:left;padding:12px 24px;cursor:pointer}.table_icon.top{margin:5px 0 0}.table-filter{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.table-filter span:first-child{margin-top:7px}.table-filter span:nth-child(2){position:relative}.custom-table tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.documentation-table{margin-bottom:50px;position:relative;width:100%}.documentation-table:after{content:"";position:absolute;bottom:-25px;left:0;width:100%;height:3px;border-bottom:1px dashed #000}.documentation-table tbody tr td{padding:10px;vertical-align:text-top}.documentation-table tbody tr td p{margin:0}.home-nav{width:100%;background:linear-gradient(56deg,#642269,#0b2b5e 48%,#000009)}.home-nav nav{width:100%;display:flex;justify-content:space-between;align-items:center;height:80px}.home-nav nav .brand img{width:100%;max-width:180px}.form-container{padding:24px;margin:30px auto}.MuiSelect-select{height:44.13px!important}.MuiSelect-select.MuiSelect-outlined.MuiOutlinedInput-input.MuiInputBase-input{padding:0 10px!important}.MuiPopover-paper{padding:.375rem 0!important}.MuiFormControl-root.MuiTextField-root{background-color:transparent!important}label{line-height:1!important}.search-container{display:flex;align-items:center}.search-container .filter-dropdown .MuiSelect-select.MuiInputBase-input{padding-right:40px!important}.search-container .filter-dropdown fieldset{border-top-right-radius:0;border-bottom-right-radius:0}.search-container .search .MuiOutlinedInput-root{border-radius:0!important}.search-container .search fieldset{border-right:0;border-left:0;border-color:#d2d6da!important;border-width:1px!important}.filter-dropdown{width:10rem}.search-icon{color:rgba(0,0,0,.5)!important;background-color:rgba(0,0,0,.03)!important;border-color:#d2d6da!important;height:44.13px!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;padding:0!important}.search-icon svg{width:25px;height:25px}.MuiPopover-paper{max-height:300px!important;padding:0!important}.MuiPopover-paper ul li{padding:10px}.white-label .MuiSelect-select,.white-label input,.white-label label,.white-label textarea{color:#fff!important}.white-label .MuiSelect-select:-webkit-autofill,.white-label .MuiSelect-select:-webkit-autofill:active,.white-label .MuiSelect-select:-webkit-autofill:focus,.white-label .MuiSelect-select:-webkit-autofill:hover,.white-label input:-webkit-autofill,.white-label input:-webkit-autofill:active,.white-label input:-webkit-autofill:focus,.white-label input:-webkit-autofill:hover,.white-label label:-webkit-autofill,.white-label label:-webkit-autofill:active,.white-label label:-webkit-autofill:focus,.white-label label:-webkit-autofill:hover,.white-label textarea:-webkit-autofill,.white-label textarea:-webkit-autofill:active,.white-label textarea:-webkit-autofill:focus,.white-label textarea:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff;caret-color:#fff}.white-label svg{color:#fff}footer{width:100%;min-height:300px;margin-top:50px;background:linear-gradient(56deg,#642269,#0b2b5e 48%,#000009)}footer .footer-column{color:#ccc;padding:20px}footer .footer-column h4{font-size:24px;color:#fff;font-weight:600;position:relative;margin-top:10px;margin-bottom:20px}footer .footer-column h4:after{content:"";position:absolute;bottom:-5px;left:0;border-bottom:3px solid #ccc;width:13%}footer .footer-column img{max-width:200px;max-height:40px;margin-top:10px;margin-bottom:10px}footer .footer-column p{font-size:14px;line-height:1.3}footer .footer-column ul{list-style:none;margin-top:10px;padding-inline-start:0}footer .footer-column ul li{padding:5px 0;font-size:18px}footer .footer-column ul li a{text-decoration:none;color:inherit}footer .copyrights{max-width:100%;padding:20px;text-align:center;color:#ccc;font-size:12px;border-top:1px solid #555}.certificate-page{width:100%}.certificate-page .certificate-section{width:100%;background-color:#fff;padding:50px 0}.certificate-page .certificate-section .certificate-slider{margin-top:.5rem}.certificate-page .certificate-section .certificate-slider .slider-img{width:100%}.certificate-page .certificate-section .certificate-slider .thumb-image{width:100px;height:70px}.certificate-page .certificate-section .certificate-slider .thumb-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.certificate-page .certificate-section .certificate-slider .badge-slide img,.certificate-page .certificate-section .certificate-slider .cert-thumb img,.certificate-page .certificate-section .certificate-slider .certificate-slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.certificate-page .certificate-section .certificate-slider .badge-slide,.certificate-page .certificate-section .certificate-slider .certificate-slide{width:100%;height:100%}@media only screen and (min-width:1536px){.certificate-page .certificate-section .certificate-slider .badge-slide,.certificate-page .certificate-section .certificate-slider .certificate-slide{height:500px}}.certificate-page .certificate-section .certificate-slider .thumb-slider .swiper-slide{width:50px!important;min-height:50px}.certificate-page .certificate-section .certificate-slider .thumb-slider .swiper-slide.swiper-slide-thumb-active .cert-thumb{border:2px solid #2780eb}.certificate-page .certificate-section .certificate-slider .thumb-slider .swiper-slide .cert-thumb{width:50px;height:50px;cursor:pointer}.certificate-page .certificate-section .certificate-slider{position:relative}.certificate-page .certificate-section .certificate-slider .download-certificate{position:absolute;bottom:77px;z-index:1;background:#e1e1e1}.certificate-page .certificate-section .student-details{width:100%}@media only screen and (min-width:1536px){.certificate-page .certificate-section .student-details{min-height:400px}}.certificate-page .certificate-section .student-details .skill-tag{background-color:#eee;line-height:1;font-family:Roboto,sans-serif;padding:5px 20px;border-radius:5px;font-size:13px;letter-spacing:0}.certificate-page .certificate-section .social-share{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;height:40px}@media only screen and (min-width:768px){.certificate-page .certificate-section .social-share{justify-content:flex-end}}.certificate-page .certificate-section .social-share span img{width:30px;height:30px;cursor:pointer}@media only screen and (min-width:1024px){.certificate-page .certificate-section .social-share span img{width:40px;height:40px}}.certificate-page .certificate-detail{width:100%;padding-bottom:10px}.verify-credentials-dialog .verified{min-width:30px;min-height:30px;background-color:green;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:22px}.verify-credentials-dialog .verify-loader{font-size:22px;animation:rotate 4s linear 0s infinite}.embed-share-dialog .MuiTab-root{padding:10px 25px}.certificate-page h3,.email-share-dialog h3,.embed-share-dialog h3,.verify-credentials-dialog h3{font-size:22px;font-weight:500;line-height:1}.certificate-page h4,.email-share-dialog h4,.embed-share-dialog h4,.verify-credentials-dialog h4{font-size:19px;font-weight:500;line-height:1;margin-bottom:8px}.certificate-page h5,.email-share-dialog h5,.embed-share-dialog h5,.verify-credentials-dialog h5{font-size:17px;font-weight:500;line-height:1;margin-bottom:8px}.certificate-page p,.email-share-dialog p,.embed-share-dialog p,.verify-credentials-dialog p{color:#000;font-size:13px;line-height:1.2}.certificate-page p.sub-title,.email-share-dialog p.sub-title,.embed-share-dialog p.sub-title,.verify-credentials-dialog p.sub-title{color:#aaa;font-size:12px;margin-bottom:8px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bg-anim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;max-width:100%;max-height:100vh;background:linear-gradient(45deg,#000,#090979 50%,#642269)}.section{width:100%;position:relative;display:flex;justify-content:center;align-items:center;margin-top:5rem}@media only screen and (min-width:1280px){.section{min-height:calc(100vh - 96px);margin-top:0}}.fp-overflow{width:100%}.fp-scrollable .fp-section,.fp-scrollable .fp-slide{height:100%!important}#fp-nav ul li a span,.fp-slidesNav ul li a span{background:#e8eaf6!important}.signature-slide{width:100%;max-width:1536px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;gap:2.5rem;padding-left:1.5rem;padding-right:1.5rem}@media only screen and (min-width:1536px){.signature-slide{gap:5rem}}.signature-slide .brand{width:100%;display:block;margin:5rem auto 0;max-width:500px}.signature-slide .title{color:#e8eaf6;text-align:center;font-size:38px;font-weight:900;margin:0}@media only screen and (min-width:768px){.signature-slide .title{font-size:60px}}@media only screen and (min-width:1024px){.signature-slide .title{font-size:78px}}@media only screen and (min-width:1536px){.signature-slide .title{font-size:120px}}.crypken-signature{max-width:1536px;width:100%;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;margin:0 auto;padding-right:1.5rem;padding-left:1.5rem}@media only screen and (min-width:1024px){.crypken-signature{margin-top:2.5rem}}@media only screen and (min-width:1280px){.crypken-signature{flex-direction:row;padding-right:5rem;padding-left:5rem}}@media only screen and (min-width:1650px){.crypken-signature{padding-right:0;padding-left:0}}.crypken-signature__left{width:100%}@media only screen and (min-width:1280px){.crypken-signature__left{flex:2}}.crypken-signature__left p{font-family:Roboto,sans-serif;font-size:24px;font-weight:400;color:#e8eaf6}@media only screen and (min-width:1024px){.crypken-signature__left p{font-size:28px}}@media only screen and (min-width:1536px){.crypken-signature__left p{font-size:32px}}.crypken-signature__right{width:100%}@media only screen and (min-width:1280px){.crypken-signature__right{flex:1.5}}.crypken-signature__right img{max-width:500px;width:100%;display:block;margin:0 auto}.slider-container{width:100%;max-width:1536px;margin:0 auto;padding-right:1.5rem;padding-left:1.5rem}@media only screen and (min-width:1280px){.slider-container{padding-right:5rem;padding-left:5rem;margin-top:11rem}}@media only screen and (min-width:1650px){.slider-container{padding-right:0;padding-left:0}}.signature-feature{width:100%;margin-bottom:2.5rem;padding:1.5rem;max-width:500px;height:630px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.15)!important;box-sizing:border-box}@media only screen and (min-width:1024px){.signature-feature{padding:2.5rem}}@media only screen and (min-width:1280px){.signature-feature{height:590px}}.signature-feature .feature-icon{max-width:120px;display:block;margin:0 auto 1.25rem}.signature-feature .feature-title{color:#e8eaf6;margin-bottom:2rem;font-size:24px;font-weight:500;line-height:1.1}@media only screen and (min-width:1280px){.signature-feature .feature-title{font-size:28px}}.signature-feature ul{list-style:none;list-style-position:outside;padding-inline-start:0}.signature-feature ul li{color:#e8eaf6;margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:18px}.how-to-use{width:100%;max-width:1536px;min-height:100vh;margin:0 auto;color:#e8eaf6;padding-right:1.5rem;padding-left:1.5rem}@media only screen and (min-width:1024px){.how-to-use{margin-top:10rem}}@media only screen and (min-width:1280px){.how-to-use{padding-right:5rem;padding-left:5rem}}@media only screen and (min-width:1650px){.how-to-use{padding-right:0;padding-left:0}}.how-to-use .title{margin-bottom:1.25rem;font-size:38px;font-weight:700}.how-to-use p{font-family:Roboto,sans-serif;font-size:24px;margin-bottom:1rem}@media only screen and (min-width:1024px){.how-to-use p{font-size:28px}}@media only screen and (min-width:1536px){.how-to-use p{font-size:32px}}.features,.how-to-use img{width:100%}.features{max-width:1400px;min-height:calc(100vh - 96px);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;gap:2.5rem}@media only screen and (min-width:1280px){.features{padding-right:5rem;padding-left:5rem;margin-top:5rem}}@media only screen and (min-width:1536px){.features{gap:5rem}}@media only screen and (min-width:1650px){.features{padding-right:0;padding-left:0}}.features__title{text-align:center;color:#e8eaf6;font-size:38px;font-weight:700}.features__list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:0 auto 1.25rem}@media only screen and (min-width:1536px){.features__list{width:91.666667%}}.features__list--individual{width:100%;max-width:250px}.features__list--individual img{width:100%;max-width:120px;display:block;margin:0 auto}.features__list--individual p{text-align:center;color:#e8eaf6}.contactSlide{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.25rem}@media only screen and (min-width:1024px){.contactSlide{margin-bottom:0}}.contactSlide .contactContainer{width:100%;max-width:1536px;font-family:Roboto,sans-serif;padding-right:1.5rem;padding-left:1.5rem;display:flex;flex-direction:column;margin:2rem auto 0}@media only screen and (min-width:1280px){.contactSlide .contactContainer{padding-right:5rem;padding-left:5rem}}@media only screen and (min-width:1650px){.contactSlide .contactContainer{padding-right:0;padding-left:0}}.contactSlide .contactContainer__text{color:#e8eaf6;font-size:24px;font-weight:400;text-align:left;margin-bottom:1rem}@media only screen and (min-width:1024px){.contactSlide .contactContainer__text{font-size:28px}}@media only screen and (min-width:1536px){.contactSlide .contactContainer__text{font-size:32px}}.contact-slide-bg{position:absolute;top:0;right:0;left:0;bottom:0;background-position:50%;background-size:cover;background-repeat:no-repeat;z-index:-1;opacity:.1}.btn-blue-shade{font-family:Roboto,sans-serif;font-size:16px;padding:.5rem 3rem;border-radius:.3rem;color:#e8eaf6;border:0;cursor:pointer;transition:.5s;background-image:linear-gradient(40deg,#28bcfd 20%,#1d78ff 51%,#28bcfd 90%);background-position:0;background-size:200% auto;box-shadow:0 0 12px 0 #1f87ff}@media only screen and (min-width:1280px){.btn-blue-shade{font-size:22px}}.btn-blue-shade:hover{background-position:100%}.insight-report table{width:100%}.insight-report table tr td,.insight-report table tr th{padding:10px}