@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap";/*!
* 
*   Mon Sep 06 2021 22:45:41 GMT-0500 (Central Daylight Time)
*   Accessible NProgress, (c) 2021 Nicholas Mackey - http://nmackey.com/accessible-nprogress
*   @license MIT
*
*//*!******************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/styles.css ***!
  \******************************************************************/#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{font-family:Nunito,Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box;text-decoration:none;outline:none;border:none;color:#131f3c;letter-spacing:.025em}html{background-color:#f1f5f9;scroll-behavior:smooth;scroll-padding-top:5rem;overflow-x:hidden;font-size:107.5%;height:100%;text-size-adjust:none}html ::-webkit-scrollbar-track{background-color:#f5f5f5}html ::-webkit-scrollbar{width:8px;background-color:#f5f5f5}html ::-webkit-scrollbar-thumb{background-color:#42424233;border:0px;background-clip:padding-box;border-radius:5px}html body,html #root,html #light,html #dark{display:flex;flex-direction:column;height:100%}.main-layout{height:100%;display:grid;grid-template-rows:50px 1fr;grid-template-columns:auto auto 1fr;background:var(--Primary-Colors-Blue-50, #f9fcfe)}.main-layout header{grid-row:1;grid-column:1/-1;display:flex;justify-content:space-between;padding:8px 32px 8px 16px;border-bottom:1px solid var(--Inherit-Grey-Grey300, #e8eaf5);background:var(--Primary-Colors-Blue-100, #f1f9ff);box-shadow:0 2px 4px #2125e80a}.main-layout header>div{display:flex;justify-content:center;align-items:center}.main-layout header>div:nth-of-type(2){flex:1}.main-layout header>div:nth-of-type(2)>div{display:flex;align-items:center;gap:12px;background-color:#fff;padding:8px 10px;border-radius:53px;flex-basis:40%;cursor:pointer;transition:.1s ease-in}.main-layout header>div:nth-of-type(2)>div>div:first-of-type{display:flex;align-items:center;justify-content:center}.main-layout header>div:nth-of-type(2)>div>div:last-of-type{flex:1}.main-layout header>div:nth-of-type(2)>div>div:last-of-type p{color:var(--Inherit-Grey-Grey500, #7980a6);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.main-layout header>div:nth-of-type(2)>div:hover{background-color:#eaf4fb}.main-layout header>div:nth-of-type(2)>div:active{background-color:#d9eaf6}.main-layout header>div:last-of-type{cursor:pointer}.main-layout header>div:last-of-type>div{display:flex;justify-content:center;align-items:center}.main-layout header>div:last-of-type>div:first-of-type{margin-right:14px}.main-layout header>div:last-of-type>div:last-of-type{margin-left:16px}.main-layout header>div:last-of-type p{color:var(--Inherit-Grey-Grey500, #7980a6);font-size:14px;font-weight:400}.main-layout aside{grid-row:2;grid-column:1;display:flex;flex-direction:column;align-items:center;padding:48px 8px 16px;border-right:1px solid var(--Inherit-Grey-Grey300, #e8eaf5);background:var(--White, #fff);box-shadow:0 2px 4px #2125e80a;position:relative}.main-layout aside .collapse-btn{position:absolute;display:flex;justify-content:center;align-items:center;right:50%;transform:translate(50%);top:10px;cursor:pointer;transition:.2s right}.main-layout aside .collapse-btn img{transition:.2s transform;width:25px;height:25px}.main-layout aside .collapse-btn:not(.active)>img{transform:rotate(180deg)}.main-layout aside .collapse-btn.active{right:-185px;transform:translate(0)}.main-layout aside ul{display:flex;flex-direction:column;align-items:center;gap:32px}.main-layout aside ul li div{display:flex;align-items:center;padding:8px}.main-layout aside ul li div img{width:28px;height:28px}.main-layout aside ul li div.active{border-radius:8px;background:var(--Primary-Colors-Blue-700, #2ba7df)}.main-layout>div{grid-row:2;grid-column:2/3;padding:0;width:0;display:flex;flex-direction:column;border-right:1px solid var(--Inherit-Grey-Grey300, #e8eaf5);background:var(--White, #fff);box-shadow:0 2px 4px #2125e80a;transition:.2s ease-out all;overflow:hidden;position:relative;opacity:0}.main-layout>div.active{width:181px;padding:var(--radius-none, 0px) 8px 16px 8px;opacity:1}.main-layout>div>div:first-of-type{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-bottom:1px solid var(--Inherit-Grey-Grey400, #cacde2);margin-bottom:8px}.main-layout>div>div:first-of-type>div:first-of-type p{font-size:18px;font-weight:700;color:#7980a6}.main-layout>div>div:first-of-type>div:last-of-type>div{cursor:pointer;display:flex;align-items:center;justify-content:center;margin-right:8px}.main-layout>div>div:first-of-type>div:last-of-type>div img{width:25px;height:25px}.main-layout>div>div:nth-of-type(2){margin-bottom:12px}.main-layout>div>div:nth-of-type(2)>div{border-radius:8px;border:1px solid var(--Inherit-Grey-Grey200, #f1f2fa);display:flex;align-items:center;justify-content:center}.main-layout>div>div:nth-of-type(2)>div>div:first-of-type{display:flex;justify-content:center;align-items:center;padding:6px 8px}.main-layout>div>div:nth-of-type(2)>div>div:first-of-type img{width:20px;height:20px}.main-layout>div>div:nth-of-type(2)>div>div:last-of-type input{width:100%}.main-layout>div>div:nth-of-type(3) ul{list-style-type:none;display:flex;align-items:center;gap:8px}.main-layout>div>div:nth-of-type(3) ul li>div{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:4px;transition:.2s;border-radius:8px}.main-layout>div>div:nth-of-type(3) ul li>div img{width:25px;height:25px}.main-layout>div>div:nth-of-type(3) ul li>div.active{background:var(--Primary-Colors-Blue-700, #2ba7df)}.main-layout>div>div:nth-of-type(4){margin-top:16px;display:flex;flex-direction:column;gap:16px;border-left:2px solid var(--Inherit-Grey-Grey300, #e8eaf5);min-width:162px}.main-layout>div>div:nth-of-type(4) .folders-loading-spinner{display:flex;justify-content:center;align-items:center;min-height:200px}.main-layout>div>div:nth-of-type(4) .collapsable-folder{display:flex;flex-direction:column;gap:0px;transition:.2s ease-in-out;border-left:2px solid transparent;margin-left:-2px}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type{display:flex;align-items:center;cursor:pointer;padding:4px 0 4px 4px;border-radius:0 8px 8px 0;transition:.2s all;-webkit-user-select:none;user-select:none}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type:hover{background:#d5edf9}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type:active{background:#95deff}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type>div{display:flex;justify-content:center;align-items:center}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type>div:first-of-type>img{width:25px;height:25px}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type>div:nth-of-type(2){margin-right:8px}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type>div:nth-of-type(2)>img{transition:.2s ease-in-out;width:20px;height:20px}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:first-of-type>div:nth-of-type(3)>p{color:var(--Inherit-Grey-Grey500, #7980a6);font-size:14px;font-weight:400}.main-layout>div>div:nth-of-type(4) .collapsable-folder>div:last-of-type{display:flex;flex-direction:column;overflow:hidden;transition:.2s height}.main-layout>div>div:nth-of-type(4) .collapsable-folder.expanded{gap:8px;border-left:2px solid #2ba7df}.main-layout>div>div:nth-of-type(4) .collapsable-folder.expanded>div:first-of-type>div:nth-of-type(2) img{transform:rotate(180deg)}.main-layout>div>div:nth-of-type(4) .file-panel-item{display:flex;align-items:center;gap:4px;margin-left:16px;padding:4px;cursor:pointer;border-radius:4px}.main-layout>div>div:nth-of-type(4) .file-panel-item:hover{background:#d5edf9}.main-layout>div>div:nth-of-type(4) .file-panel-item:active{background:#95deff}.main-layout>div>div:nth-of-type(4) .file-panel-item>div{display:flex;justify-content:center;align-items:center}.main-layout>div>div:nth-of-type(4) .file-panel-item>div:first-of-type>img{width:20px;height:20px;object-fit:cover}.main-layout>div>div:nth-of-type(4) .file-panel-item>div:last-of-type{flex:1;overflow-wrap:anywhere;justify-content:flex-start}.main-layout>div>div:nth-of-type(4) .file-panel-item>div:last-of-type>p{color:var(--Inherit-Grey-Grey600, #5a5f7b);font-size:14px;font-weight:300}.main-layout main{grid-row:2;grid-column:3/-1;display:flex;justify-content:center;padding:34px 29px}.upload-menu>ul>li{background:none!important;padding:0!important;-webkit-user-select:none;user-select:none}.upload-menu>ul>li>span>div>div:first-of-type{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border:1px solid transparent;border-radius:9px!important}.upload-menu>ul>li>span>div>div:first-of-type>div:first-of-type{display:flex;justify-content:center;align-items:center}.upload-menu>ul>li>span>div>div:first-of-type>div:first-of-type>img{width:20px;height:20px}.upload-menu>ul>li>span>div>div:first-of-type>div:last-of-type{display:flex;justify-content:center;align-items:center;margin-left:8px}.upload-menu>ul>li>span>div>div:first-of-type>div:last-of-type p{color:var(--Inherit-Grey-Grey600, #5a5f7b);font-size:16px;font-weight:400}.upload-menu>ul>li>span>div>div:first-of-type:hover{border:1px solid var(--Primary-Colors-Blue-400, #d5edf9);background:var(--Primary-Colors-Blue-200, #e9f5ff)!important}.upload-menu>ul>li:last-of-type>span>div{display:flex;flex-direction:column}.upload-menu>ul>li:last-of-type>span>div>div:first-of-type>div:last-of-type{gap:8px}.upload-menu>ul>li:last-of-type>span>div>div:first-of-type>div:last-of-type img{width:20px;height:20px;transition:.2s ease-in-out}.upload-menu>ul>li:last-of-type>span>div>div:first-of-type>div:last-of-type.collapsed img{rotate:90deg}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type{display:flex;flex-direction:column;align-self:flex-end;padding:0;height:0;overflow:hidden;transition:.2s ease-in-out}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type.active{height:40px;padding:6px 4px}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type>div{display:flex;align-items:center;gap:8px;cursor:pointer;border:1px solid transparent;padding:4px;border-radius:8px}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type>div>div{display:flex;justify-content:center;align-items:center}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type>div>div:first-of-type>img{width:20px;height:20px}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type>div>div p{color:var(--Inherit-Grey-Grey600, #5a5f7b);font-size:16px;font-weight:400;overflow-wrap:break-word}.upload-menu>ul>li:last-of-type>span>div>div:last-of-type>div:hover{border:1px solid var(--Primary-Colors-Blue-400, #d5edf9);background:var(--Primary-Colors-Blue-200, #e9f5ff)!important}.ant-modal{min-width:70vw}.ant-modal .ant-modal-content{padding:8px}.search-modal{border-radius:8px;background:var(--White, #fff);display:flex;flex-direction:column;height:70vh;gap:33px}.search-modal>div:first-of-type{display:flex;flex-direction:column;gap:12px}.search-modal>div:first-of-type>div:first-of-type{display:flex;gap:8px}.search-modal>div:first-of-type>div:first-of-type>div:first-of-type{display:flex;align-items:center;flex:1;border-radius:8px;background:var(--Inherit-Grey-Grey100, #f6f7fd);padding:0 8px;gap:12px;height:33px}.search-modal>div:first-of-type>div:first-of-type>div:first-of-type>div{display:flex;align-items:center}.search-modal>div:first-of-type>div:first-of-type>div:first-of-type>div:nth-of-type(2){flex:1}.search-modal>div:first-of-type>div:first-of-type>div:first-of-type>div:nth-of-type(2) input{background:var(--Inherit-Grey-Grey100, #f6f7fd);flex:1}.search-modal>div:first-of-type>div:first-of-type>div:first-of-type>div:nth-of-type(2) input::placeholder{color:var(--Inherit-Grey-Grey500, #7980a6);font-size:12px;font-style:normal;font-weight:400;line-height:normal}.search-modal>div:first-of-type>div:first-of-type>div:last-of-type{display:flex;justify-content:center;align-items:center;cursor:pointer}.search-modal>div:first-of-type>div:first-of-type>div:last-of-type>svg{width:24px;height:24px}.search-modal>div:first-of-type>div:last-of-type{height:0;overflow:hidden;transition:.2s height ease-in-out}.search-modal>div:first-of-type>div:last-of-type>ul{list-style-type:none;display:flex;align-items:center}.search-modal>div:first-of-type>div:last-of-type>ul li{display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid transparent;border-radius:8px;padding:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.search-modal>div:first-of-type>div:last-of-type>ul li>div{display:flex;justify-content:center;align-items:center;border:1px solid transparent;transition:.2s all}.search-modal>div:first-of-type>div:last-of-type>ul li>div:first-of-type svg{width:20px;height:20px}.search-modal>div:first-of-type>div:last-of-type>ul li>div:nth-of-type(2) p{font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;transition:.2s color}.search-modal>div:first-of-type>div:last-of-type>ul li.active{border:1px solid var(--Primary-Colors-Blue-500, #abd9fb)}.search-modal>div:first-of-type>div:last-of-type>ul li.active>div:nth-of-type(2) p{color:var(--Primary-Colors-Blue-700, #2ba7df)}.search-modal>div:first-of-type>div:last-of-type.active{height:34px}.search-modal>div:last-of-type{display:flex;flex:1;overflow:hidden;justify-content:center}.search-modal>div:last-of-type .ant-spin{flex:1!important;align-self:center;display:flex;justify-content:center;align-items:center}.search-modal>div:last-of-type>div:first-of-type{flex:1;display:flex;flex-direction:column;gap:16px;overflow:auto;padding:0 8px}.search-modal>div:last-of-type>div:first-of-type>section{display:flex;flex-direction:column;gap:16px}.search-modal>div:last-of-type>div:first-of-type>section>header h5{color:var(--Inherit-Grey-Grey500, #7980a6);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400}.search-modal>div:last-of-type>div:first-of-type>section>ul{list-style-type:none;display:flex;flex-direction:column;gap:4px}.search-modal>div:last-of-type>div:first-of-type>section>ul>li{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:8px;background:#fff;cursor:pointer;transition:.2s all;gap:8px;-webkit-user-select:none;user-select:none}.search-modal>div:last-of-type>div:first-of-type>section>ul>li:hover{background:var(--Primary-Colors-Blue-100, #f1f9ff)}.search-modal>div:last-of-type>div:first-of-type>section>ul>li.active{background:var(--Primary-Colors-Blue-100, #f1f9ff)}.search-modal>div:last-of-type>div:first-of-type>section>ul>li>div:first-of-type{display:flex;align-items:center;gap:8px}.search-modal>div:last-of-type>div:first-of-type>section>ul>li>div:first-of-type>div{display:flex;justify-content:center;align-items:center}.search-modal>div:last-of-type>div:first-of-type>section>ul>li>div:first-of-type>div:first-of-type svg{width:20px;height:20px}.search-modal>div:last-of-type>div:first-of-type>section>ul>li>div:first-of-type>div:last-of-type p{color:var(--Inherit-Grey-Grey600, #5a5f7b);font-size:14px;font-style:normal;font-weight:400;overflow-wrap:anywhere;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}.search-modal>div:last-of-type>div:first-of-type>section>ul>li>div:last-of-type{display:flex;justify-content:center;align-items:center}.search-modal>div:last-of-type>div:first-of-type::-webkit-scrollbar{width:5px}.search-modal>div:last-of-type>div:first-of-type::-webkit-scrollbar-thumb{background-color:#f1f2fa}.search-modal>div:last-of-type>div:first-of-type::-webkit-scrollbar-track{background-color:#fff}.search-modal>div:last-of-type>div:last-of-type{flex:0}.search-modal>div:last-of-type>div:last-of-type.active{flex:1}.search-modal>div:last-of-type>div:last-of-type.active .file-viewer .markdown-preview{padding:0}.create-folder-modal .ant-modal{min-width:40vw}.guest-layout-container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.guest-layout-container .math-equation{position:absolute;top:30px;right:15px}.guest-layout-container .math-equation2{position:absolute;bottom:5%;left:4%}.guest-layout-container .cover{position:absolute;left:15%}.dark_mode .dark_mode_label{width:55px;height:25px;position:relative;display:block;background:#ebebeb;border-radius:200px;box-shadow:inset 0 5px 15px #0003,inset 0 -5px 15px #fff6;cursor:pointer;transition:.3s}.dark_mode .dark_mode_label:after{content:"";width:20px;height:20px;position:absolute;top:3px;left:3px;background:linear-gradient(180deg,#ffcc89,#d8860b);border-radius:180px;box-shadow:0 5px 10px #0003;transition:.3s}.dark_mode .dark_mode_input{width:0;height:0;visibility:hidden;display:none}.dark_mode .dark_mode_input:checked+.dark_mode_label{background:#242424}.dark_mode .dark_mode_input:checked+.dark_mode_label:after{left:52px;transform:translate(-100%);background:linear-gradient(180deg,#777,#3a3a3a)}.dark_mode .dark_mode_label:active:after{width:25px}.dark_mode .dark_mode_label svg{position:absolute;width:15px;top:5px;left:5px;z-index:100}.dark_mode .dark_mode_label svg.sun{left:5px;fill:#fff;transition:.3s}.dark_mode .dark_mode_label svg.moon{left:35px;fill:#7e7e7e;transition:.3s}.dark_mode .dark_mode_input:checked+.dark_mode_label svg.sun{fill:#7e7e7e}.dark_mode .dark_mode_input:checked+.dark_mode_label svg.moon{fill:#fff}.btn{border-radius:6px;border:none;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.btn:hover{filter:brightness(95%);box-shadow:0 4px 4px -4px #333}.btn .icon{width:18px;height:18px}.btn-rounded{border-radius:22px}.navbar-avatar-btn{display:flex;align-items:center;gap:16px;color:var(--Inherit-Grey-Grey500, #7980a6);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.btn-disabled{cursor:not-allowed!important}.btn-light{background-color:#fff;color:#131f3c}.btn-outlined-light{background-color:transparent;border:1px solid white;color:#fff}.btn-primary{background-color:#2196f3;color:#fff}.btn-outlined-primary{background-color:transparent;border:1px solid #2196f3;color:#2196f3}.btn-info{background-color:#1cc3eb;color:#fff}.btn-outlined-info{background-color:transparent;border:1px solid #1cc3eb;color:#1cc3eb}.btn-success{background-color:#4caf50;color:#fff}.btn-outlined-success{background-color:transparent;border:1px solid #4caf50;color:#4caf50}.btn-danger{background-color:#f44336;color:#fff}.btn-outlined-danger{background-color:transparent;border:1px solid #f44336;color:#f44336}.btn-warning{background-color:#ffc008;color:#fff}.btn-outlined-warning{background-color:transparent;border:1px solid #ffc008;color:#ffc008}.btn-dark{background-color:#131f3c;color:#fff}.btn-outlined-dark{background-color:transparent;border:1px solid #131f3c;color:#131f3c}.btn-secondary{background-color:#d6d9e1;color:#131f3c}.btn-outlined-secondary{background-color:transparent;border:1px solid #d6d9e1;color:#d6d9e1}.btn-sm{padding:6px 14px}.btn-md{padding:8px 16px}.btn-lg{padding:10px 18px}.btn-xl{padding:12px 20px}.input-form{width:100%}.input-form .label{font-size:14px;display:flex;align-items:center;gap:8px;padding-bottom:12px;color:#a1a5cf;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.input-form .label .red-star{font-size:12px;color:#f44336;vertical-align:top}.input-form .error-message{margin-left:4px;margin-top:4px;font-size:12px;font-weight:400;color:#f44336}.input-form .input-container{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;min-height:32px;border:0!important;overflow:hidden;background-color:#fff;border-radius:2px;width:100%;box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24}.input-form .input-container .input{outline:none;width:100%;border:0;background-color:transparent}.input-form .input-container .input::placeholder{color:#d6d8ee;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.input-form .input-container .icon{width:18px;height:18px}.input-form .input-container .eye-icon{width:18px;height:18px;cursor:pointer}.input-form .input-rounded{border-radius:8px}.input-form .input-sm{padding:6px 0}.input-form .input-md{padding:10px 0}.input-form .input-lg{padding:14px 0}.input-form .input-xl{padding:18px 0}.input-form .input-light{color:#fff;color:#131f3c}.input-form .input-container-light{border:1px solid white}.input-form .input-primary{color:#2196f3}.input-form .input-container-primary{border:1px solid #2196f3}.input-form .input-info{color:#1cc3eb}.input-form .input-container-info{border:1px solid #1cc3eb}.input-form .input-success{color:#4caf50}.input-form .input-container-success{border:1px solid #4caf50}.input-form .input-danger{color:#f44336}.input-form .input-container-danger{border:1px solid #f44336}.input-form .input-warning{color:#ffc008}.input-form .input-container-warning{border:1px solid #ffc008}.input-form .input-dark{color:#131f3c}.input-form .input-container-dark{border:1px solid #131f3c}.input-form .input-secondary{color:#d6d9e1;color:#131f3c}.input-form .input-container-secondary{border:1px solid #d6d9e1}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out forwards}.modal-content{background:#fff;padding:20px;border-radius:4px;width:500px;animation:scaleUp .3s ease-out forwards;max-width:90%;box-shadow:0 4px 6px #0000001a}.modal-header{display:flex;justify-content:flex-end}.modal-header .modal-close-btn{border:none;background:none;cursor:pointer;font-size:1.5rem}.modal-body{padding:20px 0}.modal-footer{display:flex;justify-content:flex-end}.modal-footer button{margin-left:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.dropdown{position:relative;display:inline-block}.dropdown .dropdown-menu{position:absolute;right:0;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.dropdown .dropdown-menu.visible{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.dropdown .dropdown-menu.bottomRight{right:0}.dropdown .dropdown-menu.bottomLeft{left:0;right:unset}.dropdown .dropdown-item{padding:12px 16px;cursor:pointer;display:flex;gap:5px}.dropdown .dropdown-item:hover{background-color:#f1f1f1}.custom-avatar{display:inline-flex;justify-content:center;align-items:center;border-radius:50%;background-color:#f0f0f0;overflow:hidden;text-align:center;color:#333;font-size:25px}.custom-avatar img{width:100%;height:auto}.files-list-container{padding:20px 15px 15px}.files-list-container .menu-item{color:var(--Inherit-Grey-Grey600, #5a5f7b);font-family:Poppins;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.files-list-container .header{border-bottom:2px solid #cacde2;padding-bottom:15px;display:flex;align-items:center;justify-content:space-between}.files-list-container .header .dropdown-menu,.files-list-container .header .dropdown-menu .dropdown-item{border-radius:11px}.files-list-container .header .plus-btn{background:unset;cursor:pointer;display:flex;align-items:center}.files-list-container .header .title{color:var(--Inherit-Grey-Grey500, #7980a6);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.search-input-container{display:flex;align-items:center;gap:11px;padding:0 12px;height:34px;overflow:hidden;background-color:#fff;width:100%;z-index:10;border-radius:53px;top:0;position:sticky}.search-input-container input{outline:none;width:100%;border:0;background-color:transparent}.search-input-container input::placeholder{font-family:Poppins;font-size:11px;font-style:normal;font-weight:300;line-height:normal}.search-input-container .icon{width:18px;height:18px}.search-input-container .eye-icon{width:18px;height:18px;cursor:pointer}.file-viewer{overflow-y:auto;overflow-x:hidden;max-height:100%;max-width:100%;width:100%;height:100%;flex:1;display:flex;justify-content:center;align-items:center}.file-viewer .selection-zone{position:absolute;top:0;left:0;z-index:999}.file-viewer .selection-zone .selection-zone-box{background:var(--Secondary-Colors-Purple500, #4c5aee);mix-blend-mode:hard-light;opacity:.36;cursor:pointer}.file-viewer .selection-zone .selection-zone-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.file-viewer .selection-zone .selection-zone-actions>div{display:flex;justify-content:center;align-items:center;gap:6px;min-width:120px;min-height:36px;cursor:pointer;-webkit-user-select:none;user-select:none}.file-viewer .selection-zone .selection-zone-actions>div>div:last-of-type p{font-size:14px;font-style:normal;font-weight:400}.file-viewer .selection-zone .selection-zone-actions>div:first-of-type{border-radius:7px;border:1px solid var(--Secondary-Colors-Purple500, #4c5aee);background:var(--Inherit-Grey-Grey100, #f6f7fd)}.file-viewer .selection-zone .selection-zone-actions>div:first-of-type>div:last-of-type p{color:var(--Secondary-Colors-Purple500, #4c5aee)}.file-viewer .selection-zone .selection-zone-actions>div:first-of-type:hover{background-color:#f1f1f1}.file-viewer .selection-zone .selection-zone-actions>div:first-of-type:active{background-color:#e8e8e8}.file-viewer .selection-zone .selection-zone-actions>div:last-of-type{border-radius:7px;border:1px solid var(--Secondary-Colors-Purple500, #4c5aee);background:var(--Secondary-Colors-Purple500, #4c5aee)}.file-viewer .selection-zone .selection-zone-actions>div:last-of-type>div:last-of-type p{color:#fff}.file-viewer .selection-zone .selection-zone-actions>div:last-of-type:hover{background-color:var(--Secondary-Colors-Purple600, #7f88ef)}.file-viewer .selection-zone .selection-zone-actions>div:last-of-type:active{background-color:var(--Secondary-Colors-Purple600, #525dd1)}.file-viewer .selection-zone .selection-zone-actions>div>div{display:flex;justify-content:center;align-items:center}.file-viewer .markdown-preview{font-family:Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#fff;overflow:initial;word-wrap:break-word;width:100%;height:100%;box-sizing:border-box}.file-viewer .markdown-preview .custom-highlight{background:var(--Secondary-Colors-Purple500, #4c5aee);mix-blend-mode:hard-light}.file-viewer .markdown-preview code[class*=language-],.file-viewer .markdown-preview pre[class*=language-]{color:#333;background:0 0;font-family:Consolas,Liberation Mono,Menlo,Courier,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.4;-moz-tab-size:8;-o-tab-size:8;tab-size:8;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}.file-viewer .markdown-preview pre[class*=language-]{padding:.8em;overflow:auto;border-radius:3px;background:#f5f5f5}.file-viewer .markdown-preview :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal;background:#f5f5f5}.file-viewer .markdown-preview .token.blockquote,.file-viewer .markdown-preview .token.comment{color:#969896}.file-viewer .markdown-preview .token.cdata{color:#183691}.file-viewer .markdown-preview .token.doctype,.file-viewer .markdown-preview .token.macro.property,.file-viewer .markdown-preview .token.punctuation,.file-viewer .markdown-preview .token.variable{color:#333}.file-viewer .markdown-preview .token.builtin,.file-viewer .markdown-preview .token.important,.file-viewer .markdown-preview .token.keyword,.file-viewer .markdown-preview .token.operator,.file-viewer .markdown-preview .token.rule{color:#a71d5d}.file-viewer .markdown-preview .token.attr-value,.file-viewer .markdown-preview .token.regex,.file-viewer .markdown-preview .token.string,.file-viewer .markdown-preview .token.url{color:#183691}.file-viewer .markdown-preview .token.atrule,.file-viewer .markdown-preview .token.boolean,.file-viewer .markdown-preview .token.code,.file-viewer .markdown-preview .token.command,.file-viewer .markdown-preview .token.constant,.file-viewer .markdown-preview .token.entity,.file-viewer .markdown-preview .token.number,.file-viewer .markdown-preview .token.property,.file-viewer .markdown-preview .token.symbol{color:#0086b3}.file-viewer .markdown-preview .token.prolog,.file-viewer .markdown-preview .token.selector,.file-viewer .markdown-preview .token.tag{color:#63a35c}.file-viewer .markdown-preview .token.attr-name,.file-viewer .markdown-preview .token.class,.file-viewer .markdown-preview .token.class-name,.file-viewer .markdown-preview .token.function,.file-viewer .markdown-preview .token.id,.file-viewer .markdown-preview .token.namespace,.file-viewer .markdown-preview .token.pseudo-class,.file-viewer .markdown-preview .token.pseudo-element,.file-viewer .markdown-preview .token.url-reference .token.variable{color:#795da3}.file-viewer .markdown-preview .token.entity{cursor:help}.file-viewer .markdown-preview .token.title,.file-viewer .markdown-preview .token.title .token.punctuation{font-weight:700;color:#1d3e81}.file-viewer .markdown-preview .token.list{color:#ed6a43}.file-viewer .markdown-preview .token.inserted{background-color:#eaffea;color:#55a532}.file-viewer .markdown-preview .token.deleted{background-color:#ffecec;color:#bd2c00}.file-viewer .markdown-preview .token.bold{font-weight:700}.file-viewer .markdown-preview .token.italic{font-style:italic}.file-viewer .markdown-preview .language-json .token.property{color:#183691}.file-viewer .markdown-preview .language-markup .token.tag .token.punctuation{color:#333}.file-viewer .markdown-preview .language-css .token.function,.file-viewer .markdown-preview code.language-css{color:#0086b3}.file-viewer .markdown-preview .language-yaml .token.atrule{color:#63a35c}.file-viewer .markdown-preview code.language-yaml{color:#183691}.file-viewer .markdown-preview .language-ruby .token.function{color:#333}.file-viewer .markdown-preview .language-markdown .token.url,.file-viewer .markdown-preview .language-makefile .token.symbol{color:#795da3}.file-viewer .markdown-preview .language-makefile .token.variable{color:#183691}.file-viewer .markdown-preview .language-makefile .token.builtin,.file-viewer .markdown-preview .language-bash .token.keyword{color:#0086b3}.file-viewer .markdown-preview pre[data-line]{position:relative;padding:1em 0 1em 3em}.file-viewer .markdown-preview pre[data-line] .line-highlight-wrapper{position:absolute;top:0;left:0;background-color:transparent;display:block;width:100%}.file-viewer .markdown-preview pre[data-line] .line-highlight{position:absolute;left:0;right:0;padding:inherit 0;margin-top:1em;background:hsla(24,20%,50%,.08);background:linear-gradient(to right,hsla(24,20%,50%,.1) 70%,hsla(24,20%,50%,0));pointer-events:none;line-height:inherit;white-space:pre}.file-viewer .markdown-preview pre[data-line] .line-highlight:before,.file-viewer .markdown-preview pre[data-line] .line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;background-color:#997a6666;color:#f4f1ef;font:700 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px #fff}.file-viewer .markdown-preview pre[data-line] .line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.file-viewer .markdown-preview>:first-child{margin-top:0}.file-viewer .markdown-preview h1,.file-viewer .markdown-preview h2,.file-viewer .markdown-preview h3,.file-viewer .markdown-preview h4,.file-viewer .markdown-preview h5,.file-viewer .markdown-preview h6{line-height:1.2;margin-top:1em;margin-bottom:16px;color:#000}.file-viewer .markdown-preview h1{font-size:2.25em;font-weight:300;padding-bottom:.3em}.file-viewer .markdown-preview h2{font-size:1.75em;font-weight:400;padding-bottom:.3em}.file-viewer .markdown-preview h3{font-size:1.5em;font-weight:500}.file-viewer .markdown-preview h4{font-size:1.25em;font-weight:600}.file-viewer .markdown-preview h5{font-size:1.1em;font-weight:600}.file-viewer .markdown-preview h6{font-size:1em;font-weight:600}.file-viewer .markdown-preview h1,.file-viewer .markdown-preview h2,.file-viewer .markdown-preview h3,.file-viewer .markdown-preview h4,.file-viewer .markdown-preview h5{font-weight:600}.file-viewer .markdown-preview h5{font-size:1em}.file-viewer .markdown-preview h6{color:#5c5c5c}.file-viewer .markdown-preview strong{color:#000}.file-viewer .markdown-preview del{color:#5c5c5c}.file-viewer .markdown-preview a:not([href]){color:inherit;text-decoration:none}.file-viewer .markdown-preview a{color:#08c;text-decoration:none}.file-viewer .markdown-preview a:hover{color:#00a3f5;text-decoration:none}.file-viewer .markdown-preview img{max-width:100%;height:auto;object-fit:contain}.file-viewer .markdown-preview>p{margin-top:0;margin-bottom:16px;word-wrap:break-word}.file-viewer .markdown-preview>ol,.file-viewer .markdown-preview>ul{margin-bottom:16px}.file-viewer .markdown-preview ol,.file-viewer .markdown-preview ul{padding-left:2em}.file-viewer .markdown-preview ol.no-list,.file-viewer .markdown-preview ul.no-list{padding:0;list-style-type:none}.file-viewer .markdown-preview ol ol,.file-viewer .markdown-preview ol ul,.file-viewer .markdown-preview ul ol,.file-viewer .markdown-preview ul ul{margin-top:0;margin-bottom:0}.file-viewer .markdown-preview li{margin-bottom:0}.file-viewer .markdown-preview li.task-list-item{list-style:none}.file-viewer .markdown-preview li>p{margin-top:0;margin-bottom:0}.file-viewer .markdown-preview .task-list-item-checkbox{margin:0 .2em .25em -1.8em;vertical-align:middle}.file-viewer .markdown-preview .task-list-item-checkbox:hover{cursor:pointer}.file-viewer .markdown-preview blockquote{margin:16px 0;font-size:inherit;padding:0 15px;color:#5c5c5c;background-color:#f0f0f0;border-left:4px solid #d6d6d6}.file-viewer .markdown-preview blockquote>:first-child{margin-top:0}.file-viewer .markdown-preview blockquote>:last-child{margin-bottom:0}.file-viewer .markdown-preview hr{height:4px;margin:32px 0;background-color:#d6d6d6;border:0 none}.file-viewer .markdown-preview table{margin:10px 0 15px;border-collapse:collapse;border-spacing:0;display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.file-viewer .markdown-preview table th{font-weight:700;color:#000}.file-viewer .markdown-preview table td,.file-viewer .markdown-preview table th{border:1px solid #d6d6d6;padding:6px 13px}.file-viewer .markdown-preview dl{padding:0}.file-viewer .markdown-preview dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.file-viewer .markdown-preview dl dd{padding:0 16px;margin-bottom:16px}.file-viewer .markdown-preview code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:.85em;color:#000;background-color:#f0f0f0;border-radius:3px;padding:.2em 0}.file-viewer .markdown-preview code:after,.file-viewer .markdown-preview code:before{letter-spacing:-.2em;content:" "}.file-viewer .markdown-preview pre>code{padding:0;margin:0;word-break:normal;white-space:pre;background:0 0;border:0}.file-viewer .markdown-preview .highlight{margin-bottom:16px}.file-viewer .markdown-preview .highlight pre,.file-viewer .markdown-preview pre{padding:1em;overflow:auto;line-height:1.45;border:#d6d6d6;border-radius:3px}.file-viewer .markdown-preview .highlight pre{margin-bottom:0;word-break:normal}.file-viewer .markdown-preview pre code,.file-viewer .markdown-preview pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.file-viewer .markdown-preview pre code:after,.file-viewer .markdown-preview pre code:before,.file-viewer .markdown-preview pre tt:after,.file-viewer .markdown-preview pre tt:before{content:normal}.file-viewer .markdown-preview blockquote,.file-viewer .markdown-preview dl,.file-viewer .markdown-preview ol,.file-viewer .markdown-preview p,.file-viewer .markdown-preview pre,.file-viewer .markdown-preview ul{margin-top:0;margin-bottom:16px}.file-viewer .markdown-preview kbd{color:#000;border:1px solid #d6d6d6;border-bottom:2px solid #c7c7c7;padding:2px 4px;background-color:#f0f0f0;border-radius:3px}.file-viewer .markdown-preview ul{list-style:disc}.file-viewer .markdown-preview ul ul{list-style:circle}.file-viewer .markdown-preview ul ul ul{list-style:square}.file-viewer .markdown-preview ol{list-style:decimal}.file-viewer .markdown-preview ol ol,.file-viewer .markdown-preview ul ol{list-style-type:lower-roman}.file-viewer .markdown-preview ol ol ol,.file-viewer .markdown-preview ol ul ol,.file-viewer .markdown-preview ul ol ol,.file-viewer .markdown-preview ul ul ol{list-style-type:lower-alpha}.file-viewer .markdown-preview .newpage,.file-viewer .markdown-preview .pagebreak{page-break-before:always}.file-viewer .markdown-preview pre.line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}.file-viewer .markdown-preview pre.line-numbers>code{position:relative}.file-viewer .markdown-preview pre.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:1em;font-size:100%;left:0;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.file-viewer .markdown-preview pre.line-numbers .line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}.file-viewer .markdown-preview pre.line-numbers .line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}.file-viewer .markdown-preview .mathjax-exps .MathJax_Display{text-align:center!important}.file-viewer .markdown-preview :not([data-for=preview]) .code-chunk .code-chunk-btn-group{display:none}.file-viewer .markdown-preview :not([data-for=preview]) .code-chunk .status{display:none}.file-viewer .markdown-preview :not([data-for=preview]) .code-chunk .output-div{margin-bottom:16px}.file-viewer .markdown-preview .md-toc{padding:0}.file-viewer .markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link{display:inline;padding:.25rem 0}.file-viewer .markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link div,.file-viewer .markdown-preview .md-toc .md-toc-link-wrapper .md-toc-link p{display:inline}.file-viewer .markdown-preview .md-toc .md-toc-link-wrapper.highlighted .md-toc-link{font-weight:800}.file-viewer .markdown-preview .scrollbar-style::-webkit-scrollbar{width:8px}.file-viewer .markdown-preview .scrollbar-style::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.file-viewer .markdown-preview .scrollbar-style::-webkit-scrollbar-thumb{border-radius:5px;background-color:#969696a8;border:4px solid rgba(150,150,150,.66);background-clip:content-box}@media screen and (min-width: 914px){.file-viewer .markdown-preview{padding:2em calc(50% - 457px + 2em)}}@media screen and (max-width: 914px){.file-viewer .markdown-preview{padding:2em}}@media screen and (max-width: 450px){.file-viewer .markdown-preview{font-size:14px!important;padding:1em}}.file-viewer .markdown-preview html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc]{left:300px;width:calc(100% - 300px);padding:2em calc(50% - 607px);margin:0;box-sizing:border-box}@media screen and (max-width: 1274px){.file-viewer .markdown-preview html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc]{padding:2em}}@media screen and (max-width: 450px){.file-viewer .markdown-preview html body[for=html-export]:not([data-presentation-mode])[html-show-sidebar-toc]{width:100%}}.file-viewer .markdown-preview html body[for=html-export]:not([data-presentation-mode]):not([html-show-sidebar-toc]){left:50%;transform:translate(-50%)}.file-viewer .markdown-preview html body[for=html-export]:not([data-presentation-mode]):not([html-show-sidebar-toc]) .md-sidebar-toc{display:none}.login-module{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:442px;position:absolute;right:20%}.login-module .login-card-container{padding:32px 22px;border-radius:22px;gap:18px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-module .login-card-container .login-btn{width:100%;border-radius:8px;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24;color:#fff;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;padding:8px 12px;cursor:pointer;margin:24px 0}.login-module .login-card-container .title-container{display:flex;padding-bottom:50px;flex-direction:column;justify-content:center;gap:4px;align-items:center}.login-module .login-card-container .title-container .title{color:#85c3ed;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.login-module .login-card-container .title-container .subtitle{color:#c3c5da;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1.68px}.login-module .login-card-container .remember-me-container{display:flex;width:100%}.login-module .login-card-container .remember-me-container span{color:#a1a5cf;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.login-module .login-card-container .forget-password{color:#a6a8bf;display:flex;width:100%;justify-content:flex-end;text-align:right;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.login-module .login-card-container .forget-password:hover{color:var(--Primary-Colors-Blue-700, #2ba7df);text-decoration:underline}.login-module .login-card-container .link-container{color:#666771;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.login-module .login-card-container .link-container .link{color:#2fa6df;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.register-module{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:442px;position:absolute;right:20%}.register-module .register-card-container{padding:32px 22px;border-radius:22px;gap:18px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.register-module .register-card-container .title-container{display:flex;padding-bottom:50px;flex-direction:column;justify-content:center;gap:4px;align-items:center}.register-module .register-card-container .title-container .title{color:#85c3ed;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.register-module .register-card-container .title-container .subtitle{color:#c3c5da;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1.68px}.register-module .register-card-container .password-validation{display:flex;flex-direction:column;justify-content:flex-start;width:100%;gap:12px}.register-module .register-card-container .password-validation div{display:flex;gap:12px;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;align-items:center}.register-module .register-card-container .register-btn{width:100%;border-radius:8px;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24;color:#fff;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;padding:8px 12px;cursor:pointer;margin:24px 0}.register-module .register-card-container .privacy-link-container{display:flex;width:100%;gap:12px;align-items:flex-start}.register-module .register-card-container .privacy-link-container .privacy-link span{color:#a1a5cf;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.register-module .register-card-container .privacy-link-container .privacy-link .link{color:#2fa6df;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.register-module .register-card-container .link-container{color:#666771;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.register-module .register-card-container .link-container .link{color:#2fa6df;font-family:Poppins;font-size:12px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.verify-account-container{display:flex;justify-content:flex-end;align-items:center;width:100%;position:absolute;right:20%}.verify-account-container .verify-account-card{border-radius:12px;border:1px solid #f2f2f3;padding:18px;max-width:526px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--Grey_Color_Shades-white-00, #fff)}.verify-account-container .verify-account-card .title{color:#85c3ed;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:39px}.verify-account-container .verify-account-card .description-container{width:100%;justify-content:center;flex-direction:column;display:flex;padding-bottom:15px}.verify-account-container .verify-account-card .description-container span{color:#b6b8d1;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.verify-account-container .verify-account-card .resend-link-btn{border-radius:8px;padding:8px 12px;width:100%;margin-bottom:20px;max-width:357px;color:var(--Grey_Color_Shades-white-00, #fff);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;cursor:pointer;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24}.verify-success-container{display:flex;justify-content:flex-end;align-items:center;width:100%;position:absolute;right:20%}.verify-success-container .verify-success-card{border-radius:12px;border:1px solid #f2f2f3;padding:18px;max-width:526px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--Grey_Color_Shades-white-00, #fff)}.verify-success-container .verify-success-card .title{color:#85c3ed;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:700;line-height:normal;padding-bottom:39px}.verify-success-container .verify-success-card .description-container{width:100%;justify-content:center;flex-direction:column;display:flex;padding-bottom:15px}.verify-success-container .verify-success-card .description-container span{color:#b6b8d1;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.verify-success-container .verify-success-card .login-btn{border-radius:8px;padding:8px 12px;width:100%;margin-bottom:40px;max-width:357px;color:var(--Grey_Color_Shades-white-00, #fff);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;cursor:pointer;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24}.forget-password-container{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:550px;position:absolute;right:20%}.forget-password-container .forget-password-card{padding:32px 22px;border-radius:22px;gap:18px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.forget-password-container .forget-password-card .title-container{display:flex;padding-bottom:50px;flex-direction:column;justify-content:center;gap:12px;align-items:center}.forget-password-container .forget-password-card .title-container .title{color:#85c3ed;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.forget-password-container .forget-password-card .title-container .subtitle{color:#c3c5da;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1.68px}.forget-password-container .forget-password-card .send-email-btn{width:100%;border-radius:8px;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24;color:#fff;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;padding:8px 12px;cursor:pointer;margin:30px 0}.reset-password-container{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:550px;position:absolute;right:20%}.reset-password-container .password-validation{display:flex;flex-direction:column;justify-content:flex-start;width:100%;gap:12px}.reset-password-container .password-validation div{display:flex;gap:12px;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;align-items:center}.reset-password-container .forget-password-card{padding:32px 22px;border-radius:22px;gap:18px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.reset-password-container .forget-password-card .title-container{display:flex;padding-bottom:50px;flex-direction:column;justify-content:center;gap:12px;align-items:center}.reset-password-container .forget-password-card .title-container .title{color:#85c3ed;text-align:center;font-family:Poppins;font-size:32px;font-style:normal;font-weight:700;line-height:normal}.reset-password-container .forget-password-card .title-container .subtitle{color:#c3c5da;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1.68px}.reset-password-container .forget-password-card .send-email-btn{width:100%;border-radius:8px;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24;color:#fff;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;padding:8px 12px;cursor:pointer;margin:30px 0}.dashboard-container{flex:1}.dashboard-container .upload-cards-container{border-radius:15px;padding:27px;background:var(--White, #fff);border:1px solid var(--Inherit-Grey-Grey200, #f1f2fa);display:flex;justify-content:center;flex-direction:column;gap:27px;box-shadow:0 2px 4px #2125e80a}.dashboard-container .upload-cards-container .cards-container{display:flex;width:100%;align-items:center;justify-content:space-around;gap:72px;flex-wrap:wrap}.dashboard-container .upload-cards-container .upload-files-header{display:flex;justify-content:center;align-items:center;gap:15px;position:relative}.dashboard-container .upload-cards-container .upload-files-header>div{display:flex;justify-content:center;align-items:center}.dashboard-container .upload-cards-container .upload-files-header>div:nth-of-type(2) h3{color:var(--Secondary-Colors-Purple-600, #799bce);font-size:16px;font-weight:600}.dashboard-container .upload-cards-container .upload-files-header .cancel-upload-handler{position:absolute;right:10px;top:0;padding:4px;border-radius:4px;cursor:pointer;transition:.2s all}.dashboard-container .upload-cards-container .upload-files-header .cancel-upload-handler:hover{background-color:#f1f1f1}.dashboard-container .upload-cards-container .upload-files-header .cancel-upload-handler:active{background-color:#e1e1e1}.upload-card-container{display:flex;padding:15px 13px;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:342px;justify-content:center;border-radius:19px;border:var(--radius-none, 1px) solid var(--Inherit-Grey-Grey200, #f1f2fa);background:var(--White, #fff);box-shadow:0 2px 4px #2125e80a;transition:.2s all}.upload-card-container .header{display:flex;color:var(--Primary-Colors-Blue-700, #2ba7df);text-align:center;align-items:center;gap:10px;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.upload-card-container .description{color:var(--Inherit-Grey-Grey600, #5a5f7b);text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:300;line-height:normal}.upload-card-container .card-btn{display:flex;padding:12px 22px;justify-content:center;align-items:center;border-radius:5px;border:1px solid var(--Primary-Colors-Blue-700, #2ba7df);background:#fff;color:var(--Blue-A-Blue-A-500, var(--Primary-Colors-Blue-700, #2ba7df));font-size:12px;font-weight:500;cursor:pointer;transition:.2s all;transition-property:box-shadow,background}.upload-card-container .card-btn:hover{color:#fff;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);border:1px solid transparent;box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24}.upload-card-container:hover{border:var(--radius-none, 1px) solid var(--Primary-Colors-Blue-500, #abd9fb);box-shadow:0 16px 32px -4px #1475ca1a,0 2px 4px #1475ca0a}.dropzone{display:flex;padding:16px;justify-content:center;border-radius:16px;border:2px dashed var(--Primary-Colors-Blue-500, #abd9fb);background:var(--Primary-Colors-Blue-100, #f1f9ff)}.dropzone .body-container{display:flex;align-items:center;gap:24px}.dropzone .body-container span{color:var(--Inherit-Grey-Grey500, #7980a6);font-family:Almarai;font-size:14px;font-style:normal;font-weight:400;line-height:16px;color:var(--Inherit-Grey-Grey500, #7980A6)}.dropzone .body-container span strong{color:var(--Inherit-Grey-Grey500, #7980a6);font-family:Almarai;font-size:14px;font-style:normal;font-weight:700;line-height:16px}.analyse-document-form{width:100%}.analyse-document-form .analyse-document-form-container{display:flex;flex-direction:column;gap:27px}.analyse-document-form .analyse-document-form-container>div:first-of-type{display:flex;gap:40px}.analyse-document-form .analyse-document-form-container>div:first-of-type>div{flex:1;display:flex;flex-direction:column;flex-wrap:wrap;gap:8px}.analyse-document-form .analyse-document-form-container>div:first-of-type>div>label{color:var(--Inherit_Gray_Shades-Purple-Shade-800, #1b1f28);font-size:12px;font-weight:300}.analyse-document-form .analyse-document-form-container>div:first-of-type>div input::placeholder{color:var(--Inherit_Gray_Shades-Purple-Shade-300, #b0b8ca);font-family:Almarai;font-size:14px;font-weight:400}.analyse-document-form .analyse-document-form-container>div:first-of-type>div>div.ant-select>div>span>span{color:var(--Inherit_Gray_Shades-Purple-Shade-600, #525f7a);font-size:12px;font-weight:300}.analyse-document-form .analyse-document-form-container>div:first-of-type>div:last-of-type>p{color:#ccc;font-size:12px;font-weight:300;-webkit-user-select:none;user-select:none}.analyse-document-form .analyse-document-form-container>div:nth-of-type(2){display:flex;padding:27px 0}.analyse-document-form .analyse-document-form-container>div:nth-of-type(2)>button{flex:1}.analyse-document-form .analyse-document-form-input,.analyse-document-form .analyse-document-form-select{border-radius:8px;border:1px solid var(--Inherit-Grey-Grey300, #e8eaf5);height:40px}.analyse-document-form .analyse-document-form-select .ant-select-selector{border:0!important;box-shadow:none!important}.analyse-document-form .analyse-document-form-input{padding:8px 16px}.analyse-document-form .analyse-document-form-error{color:var(--Inherit-Red-Red600, #ff4d4f);font-size:12px;font-weight:300}.analyse-document-form .analyse-document-form-submit-btn{height:40px;padding:8px 12px;border-radius:8px;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24;color:#fff;font-size:16px;font-style:normal;font-weight:500;cursor:pointer;transition:background .3s}.analyse-document-form .analyse-document-form-submit-btn:hover{background:linear-gradient(4deg,#5facd0 -21.1%,#fff 217.26%)}.analyse-document-form .analyse-document-form-submit-btn:active{background:linear-gradient(4deg,#89b5c9 -21.1%,#fff 217.26%)}.analyse-document-form .analyse-document-form-progress-container{display:flex;flex-direction:column;gap:10px;flex:1}.analyse-document-form .analyse-document-form-progress-container h4{color:var(--Inherit-Grey-Grey600, #5a5f7b);text-align:center;font-size:16px}.analyse-document-form .analyse-document-form-progress-container .analyse-document-form-progress{flex-basis:20px;border-radius:15.582px;background:var(--Grey-Grey-100, #f6f7fd);display:flex;flex-direction:column;overflow:hidden}.analyse-document-form .analyse-document-form-progress-container .analyse-document-form-progress .analyse-document-form-progress-bar{background:linear-gradient(180deg,#2ba7df 0%,#4a58ec 100%);border-radius:15.582px;flex:1;width:0;transform:translate(0);transition:1.2s all}.analyse-document-form .analyse-document-form-download-container{display:flex;justify-content:space-between;flex:1}.analyse-document-form .analyse-document-form-download-container>div{display:flex;flex-direction:row;align-items:center}.analyse-document-form .analyse-document-form-download-container>div p{color:var(--Inherit-Grey-Grey500, #7980a6);text-align:center;font-size:16px}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-check{width:16px;height:16px}.analyse-document-form .analyse-document-form-download-container>div:first-of-type{gap:15px}.analyse-document-form .analyse-document-form-download-container>div:nth-of-type(2){gap:10px}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-view{display:flex;justify-content:center;align-items:center;border-radius:8px;border:var(--radius-none, 1px) solid var(--Primary-Colors-Blue-700, #2ba7df);background:var(--Grey_Color_Shades-white-00, #fff);padding:8px 14px;height:100%;cursor:pointer}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-view:hover{background:var(--Primary-Colors-Blue-700, #eff9fd)}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-view:active{background:var(--Primary-Colors-Blue-700, rgba(43, 166, 223, .4156862745))}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-select{height:auto}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-select .ant-select-selector{min-width:170px;border-radius:8px;background:linear-gradient(4deg,#2fa6df -21.1%,#fff 217.26%);box-shadow:27px 83px 24px #b9c6df00,17px 53px 22px #b9c6df05,10px 30px 19px #b9c6df12,4px 13px 14px #b9c6df1f,1px 3px 8px #b9c6df24;padding:8px 12px}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-select .ant-select-selection-placeholder{color:var(--Grey_Color_Shades-white-00, #fff);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-right:13px}.analyse-document-form .analyse-document-form-download-container .analyse-document-form-download-select .ant-select-selection-item{color:#fff}.files-editor{flex:1;display:flex}.files-editor>div:nth-of-type(2){flex:1;display:flex;flex-direction:column;box-shadow:0 2px 4px #2125e80a;border-radius:16px;border:1px solid var(--Inherit-Grey-Grey300, #e8eaf5);background:#fff;overflow:hidden;gap:19px}.files-editor>div:nth-of-type(2)>div:first-of-type{display:flex;align-items:center;justify-content:space-between;background:var(--Inherit-Grey-Grey100, #f6f7fd);height:40px;border-radius:0 0 14px 14px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type{display:flex;align-items:center;justify-content:center;border-radius:15px;overflow:hidden;border:1px solid var(--Secondary-Colors-Purple300, #d5d9ee);align-self:stretch}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button{display:flex;align-items:center;justify-content:center;background:#fff;padding:0 16px;gap:12px;cursor:pointer;border-radius:14px;height:100%}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button:hover{background:#fafafa}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button:active{background:#f0f0f0}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button>div{display:flex;justify-content:center;align-items:center;gap:12px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button>div:last-of-type p{color:var(--Secondary-Colors-Purple500, #4c5aee);font-size:12px;font-weight:400}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button.active{background:var(--Secondary-Colors-Purple500, #4c5aee);z-index:1;transition:.2s background}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button.active:hover{background:var(--Secondary-Colors-Purple500, #7f88ef)}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button.active:active{background:var(--Secondary-Colors-Purple500, #525dd1)}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button.active>div:last-of-type p{color:#fff}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button:last-of-type.active{margin-left:-16px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button:first-of-type:not(.active){width:148px;justify-content:flex-start}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button:first-of-type.active{margin-right:-16px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button:last-of-type:not(.active){width:148px;justify-content:flex-end}.files-editor>div:nth-of-type(2)>div:first-of-type>div:first-of-type>button.disabled{cursor:not-allowed;opacity:.5}.files-editor>div:nth-of-type(2)>div:first-of-type>div:nth-of-type(2)>p{color:var(--Secondary-Colors-Purple-600, #799bce);font-size:12px;font-weight:400}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type{display:flex;justify-content:center;gap:9px;align-self:stretch}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:first-of-type{display:flex;justify-content:center;align-items:center;padding:8px;border-radius:50%;border:1px solid var(--Secondary-Colors-Purple300, #d5d9ee);background:var(--White, #fff);cursor:pointer;transition:.2s background;height:100%}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:first-of-type>img{width:24px;height:24px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:first-of-type.active{background:var(--Secondary-Colors-Purple500, #4c5aee)}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:last-of-type>button{display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;border-radius:15px;border:1px solid var(--Secondary-Colors-Purple300, #d5d9ee);padding:0 11px;height:100%}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:last-of-type>button>div:first-of-type{display:flex;justify-content:center;align-items:center;margin-right:11px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:last-of-type>button>div:nth-of-type(2){display:flex;justify-content:center;align-items:center;margin-right:6px}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:last-of-type>button>div:nth-of-type(2)>p{color:var(--Secondary-Colors-Purple500, #4c5aee);font-size:12px;font-weight:400}.files-editor>div:nth-of-type(2)>div:first-of-type>div:last-of-type>div:last-of-type>button>div:last-of-type{display:flex;justify-content:center;align-items:center}#dark{background-color:#0d1116}#dark .main-layout-outlet,#dark .sidebar-items,#dark .navbar,#dark .sidebar-content{background-color:#1e232b}@media only screen and (max-width: 1024px){#dark .sidebar{background-color:#1e232b}}*{font-family:Poppins}: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
