:root{--bg-dark: #282b01;--bg-dark-12: #282b0112;--bg-dark-50: rgba(#282b01, .5);--bg-light: #acb913;--hover-color: #e4e7be;--side-nav-bg: linear-gradient( 180deg, var(--bg-dark) 23.97%, var(--bg-light) 101.57% );--placeholder-color: #acb913;--input-border: #acb913;--white-color: #fff;--orange: #ea7b2c;--std-box-shadow: 0px 0px 4px 0px #11294980}.theme-green{--bg-dark: #112949;--bg-dark-12: #11294912;--bg-light: #3cc3f2;--hover-color: #acb91333;--side-nav-bg: linear-gradient(180deg, #112949 13.38%, #000000 114.77%);--placeholder-color: #11294950;--input-border: #11294980}@font-face{font-family:Louis-George-Cafe;font-weight:400;src:local("Louis-George-Cafe"),url(/fonts/Louis-George-Cafe.ttf) format("truetype");font-display:block}:root{--excel-border-radius: .375vh;--border-radius: 4px;--card-border-radius: 8px;--std-xs-font: 14px;--std-s-font: 16px;--std-m-font: 24px;--std-l-font: 32px;--svg-icon-size: 24px}@media only screen and (max-width: 434px){:root{--std-xs-font: 10px;--std-s-font: 10px;--std-m-font: 14px;--std-l-font: 20px}}@media only screen and (max-width: 767px){:root{--std-xs-font: 10px;--std-s-font: 12px;--std-m-font: 16px;--std-l-font: 21px;--svg-icon-size: 20px}}@media only screen and (min-width: 768px) and (max-width: 1024px){:root{--std-xs-font: 10px;--std-s-font: 14px;--std-m-font: 18px;--std-l-font: 22px;--svg-icon-size: 20px}}@media only screen and (min-width: 1025px) and (max-width: 1366px){:root{--std-xs-font: 10px;--std-s-font: 14px;--std-m-font: 20px;--std-l-font: 26px}}@media only screen and (min-width: 1367px) and (max-width: 1600px){:root{--std-xs-font: 12px;--std-s-font: 14px;--std-m-font: 22px;--std-l-font: 28px}}@media only screen and (min-width: 1601px){:root{--std-xs-font: 14px;--std-s-font: 16px;--std-m-font: 24px;--std-l-font: 32px}}@media only screen and (min-width: 1024px){::-webkit-scrollbar{position:absolute;width:.5vh;border-radius:5px;background:transparent}::-webkit-scrollbar-track{border-radius:5px;border:.1vh solid #acb913}::-webkit-scrollbar-thumb{border-radius:5px;background-color:#acb913}}@media (max-width: 1024px){::-webkit-scrollbar{position:absolute;width:.5vh;border-radius:5px;background:transparent}::-webkit-scrollbar-track{border-radius:5px;border:.1vh solid #acb913}::-webkit-scrollbar-thumb{border-radius:5px;background-color:#acb913}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}html,body{padding:0;margin:0;font-family:Louis-George-Cafe;scroll-behavior:smooth;line-height:normal!important}a{color:inherit;text-decoration:none}*{padding:0;margin:0;box-sizing:border-box;font-family:Louis-George-Cafe}button{border:none;background:none;cursor:pointer}input{border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus{border:none;outline:none}.standalone-login-screen{font-size:.625em;color:var(--bg-dark);display:grid;grid-template-columns:max-content 1fr;height:100vh;width:100vw;padding:0 5vw;font-family:Louise George Cafe}.standalone-login-screen .login-container{display:flex;flex-direction:column;justify-content:space-between;gap:2vh;align-items:center;background-color:var(--bg-dark);border-radius:var(--card-border-radius) var(--card-border-radius) 0 0;padding:3.2em;margin:8em 0 0}.standalone-login-screen .login-container .login-ez-logo{height:6em;width:6em;align-self:start}.standalone-login-screen .login-container .login-form{color:#fff;display:flex;flex-direction:column;width:100%}.standalone-login-screen .login-container .login-form .login-header{font-size:3.2em;color:#fff}.standalone-login-screen .login-container .login-form .email-field{margin-bottom:.6em!important}.standalone-login-screen .login-container .login-form .password-field{margin-top:.6em!important}.standalone-login-screen .login-container .login-form .email-field,.standalone-login-screen .login-container .login-form .password-field{position:relative;width:100%;margin:1.6em 0}.standalone-login-screen .login-container .login-form .email-field input,.standalone-login-screen .login-container .login-form .password-field input{background:#d1d3d2;width:100%;border:1px solid #cfcfcf;padding:.5em;border-radius:5px;border:none;font-size:1.6em;border-radius:var(--excel-border-radius);border:1px solid var(--input-border);outline:none}.standalone-login-screen .login-container .login-form .email-field input input,.standalone-login-screen .login-container .login-form .password-field input input{outline:none}.standalone-login-screen .login-container .login-form .email-field input input::placeholder,.standalone-login-screen .login-container .login-form .password-field input input::placeholder{color:var(--placeholder-color)}.standalone-login-screen .login-container .login-form .email-field input::placeholder,.standalone-login-screen .login-container .login-form .password-field input::placeholder{color:var(--placeholder-color)}.standalone-login-screen .login-container .login-form .email-field input::placeholder,.standalone-login-screen .login-container .login-form .password-field input::placeholder{color:#3d3d3d}.standalone-login-screen .login-container .login-form .email-field .show_hide_btn_input,.standalone-login-screen .login-container .login-form .password-field .show_hide_btn_input{cursor:pointer;position:absolute;right:0;top:0%;margin:2em .8em;height:1rem;transform:translateY(-50%);aspect-ratio:1/1}.standalone-login-screen .login-container .login-form .form-extra-fields{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;justify-content:space-between;align-items:center;gap:.8em}.standalone-login-screen .login-container .login-form .form-extra-fields>*{width:fit-content}.standalone-login-screen .login-container .login-form .form-extra-fields>:nth-child(2n){justify-self:end}.standalone-login-screen .login-container .login-form .form-extra-fields>:nth-child(odd){justify-self:end}.standalone-login-screen .login-container .login-form .form-extra-fields .forget-password{visibility:hidden;color:#3498db;font-size:2em;align-self:baseline;color:var(--bg-light)}.standalone-login-screen .login-container .login-form .form-extra-fields .remember-me{font-size:2em}.standalone-login-screen .login-container .login-form .form-extra-fields .remember-me input{margin-right:.5em}.standalone-login-screen .login-container .login-form .form-extra-fields .sign-up{visibility:hidden}.standalone-login-screen .login-container .login-form .login-button{position:relative;display:flex;align-items:center;justify-content:center;width:auto;color:#fff;background-color:var(--bg-light);padding:0rem 2.6em;border-radius:5px;font-size:var(--std-s-font);cursor:pointer;height:2.4rem;border:none;min-width:8rem}.standalone-login-screen .login-container .login-form .login-button:hover{filter:brightness(1.05)}.standalone-login-screen .hero-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.standalone-login-screen .hero-content .ez-image-container{display:flex;flex-direction:row;gap:1.6em;align-items:center;justify-content:center}.standalone-login-screen .hero-content .ez-image-container .ez-logo{height:7em;width:7em}.standalone-login-screen .hero-content .ez-image-container .ez-title{font-size:6em;color:#1a2a3a}.standalone-login-screen .hero-content .ez-description{font-size:2.4em;color:#1a2a3a;text-align:center}.login-footer{display:grid;grid-template-columns:repeat(4,max-content);gap:1vh;font-size:1.6em}.login-footer .login-footer-link-tag{color:#aca9a9;text-decoration:none;display:flex;gap:1vh}.login-footer .login-footer-link-tag:not(:first-child):before{content:"";align-self:center;height:5px;width:5px;background-color:#aca9a9;display:block;border-radius:50%}@media (max-width: 1280px){.standalone-login-screen{font-size:.5625em}.standalone-login-screen .login-container{margin-top:10%}}@media (max-width: 768px){.standalone-login-screen{font-size:.5em;grid-template-columns:1fr;grid-template-rows:1fr 1fr}.standalone-login-screen .login-container{order:2;margin-top:0}.standalone-login-screen .hero-content{order:1}}@media (max-width: 480px){.standalone-login-screen{font-size:.4375em;grid-template-rows:2fr 3fr;padding:0 2vw}}@media (max-width: 400px){.standalone-login-screen .login-footer{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.standalone-login-screen .login-footer .login-footer-link-tag:before{display:none}.standalone-login-screen .login-footer>:nth-child(2n):before{content:"";align-self:center;height:5px;width:5px;background-color:#aca9a9;display:block;border-radius:50%}}.standalone-login-footer-separator{content:".";height:5px;width:5px;border-radius:50%;background-color:#aca9a9;align-self:center}.stdCheckbox.custom-checkbox{font-size:var(--std-s-font);width:1em;height:1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--bg-light);border-radius:2px;position:relative}.stdCheckbox.custom-checkbox:after{content:"";position:absolute;top:50%;left:50%;width:.8em;height:.8em;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);opacity:0}.stdCheckbox.custom-checkbox:checked{border-color:var(--bg-light)}.stdCheckbox.custom-checkbox:checked:after{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="var(--bg-dark)" d="M6.173 11.482l-3.39-3.484L1 8.759l5.173 5.322L15 4.768l-1.216-1.178z"/%3E%3C/svg%3E');opacity:1}.stdCheckbox:not(:disabled){cursor:pointer}.spinner{border:2px solid white;border-radius:50%;width:1rem;height:1rem;margin:0vh;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard_btn,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn_show_users,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:#acb913;color:var(--white-color);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:var(--std-s-font);box-shadow:0 0 4px #00000040;height:34px}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_btn,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn_show_users,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn{padding:.5rem;border-radius:var(--card-border-radius);height:38px}}@media screen and (min-width: 1200px){.dashboard_btn,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn_show_users,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn{padding:.5rem 1rem}}@media screen and (min-width: 1500px){.dashboard_btn,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn_show_users,.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn{padding:.5rem 2rem}}.invite_panel_main{grid-area:invite-panel-main;border-radius:.5rem;box-shadow:0 0 3px #282b0180;padding:.5rem;background:#fff;position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.invite_panel_main{padding:1rem;position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}}.invite_panel_main .invite_btn_comp{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.invite_panel_main .invite_btn_comp .invite_heading{font-size:var(--std-m-font);font-weight:700}.invite_panel_main .invite_btn_comp .invite_btn_outer{position:relative;display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:space-between;width:auto;font-size:var(--std-s-font)}.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn{width:auto}@media screen and (min-width: 1023px) and (not (height: 1366px)){.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn{min-width:8rem}}.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn_show_users{width:auto}@media screen and (min-width: 1023px) and (not (height: 1366px)){.invite_panel_main .invite_btn_comp .invite_btn_outer .invite_btn_show_users{min-width:9.5rem}}.editor_multi_value_input{border:1px solid rgba(172,185,19,.5019607843);border-radius:8px;height:14rem;padding:.5rem;display:flex;flex-wrap:wrap;align-content:flex-start;overflow-y:auto}@media screen and (min-width: 1023px) and (not (height: 1366px)){.editor_multi_value_input{min-height:200px;max-height:200px}}.editor_multi_value_input .multiple_values{display:flex;flex-wrap:wrap;gap:10px}.editor_multi_value_input .multiple_values .multiple_values_selected_option{position:relative;display:flex;flex-direction:row;gap:.3rem;align-items:center;justify-content:center;width:auto;background:#acb91333;padding:5px 10px;border-radius:4px;font-size:var(--std-s-font);color:#282b01}.editor_multi_value_input .multiple_values .multiple_values_selected_option .cancel_button{aspect-ratio:1/1;cursor:pointer}.editor_multi_value_input .multi_value_input_form{flex-grow:1}.editor_multi_value_input .multi_value_input_form .multi_value_input{width:100%;border:none;outline:none;font-size:var(--std-s-font);padding:5px}.editor_multi_value_input .multi_value_input_form .multi_value_input::placeholder{color:#acb913}.editor_multi_value_input .multi_value_input_form .multi_value_input:disabled{background-color:#f0f0f0;cursor:not-allowed}.dashboard_btn,.invite_active_btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:#acb913;color:var(--white-color);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:var(--std-s-font);box-shadow:0 0 4px #00000040;height:34px}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_btn,.invite_active_btn{padding:.5rem;border-radius:var(--card-border-radius);height:38px}}@media screen and (min-width: 1200px){.dashboard_btn,.invite_active_btn{padding:.5rem 1rem}}@media screen and (min-width: 1500px){.dashboard_btn,.invite_active_btn{padding:.5rem 2rem}}.invite_result_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;box-shadow:0 0 3px #282b0180;align-items:center;z-index:11}.invite_result_modal{background-color:#fff;padding:1rem .5rem .5rem;border-radius:8px;max-width:600px;position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);width:90%;max-height:80vh;overflow-y:auto}@media screen and (min-width: 1023px) and (not (height: 1366px)){.invite_result_modal{padding:1rem;max-height:70vh}}.invite_result_modal .invitation_result_heading{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);margin-bottom:.5rem}.invite_result_modal .invitation_result_heading .invitation_result{font-size:var(--std-m-font);font-weight:700}.invite_result_modal .invitation_result_heading .close_button{cursor:pointer;height:1rem;aspect-ratio:1/1}.invite_result_section{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);margin:.5rem auto}.invite_result_section .invite_result_heading{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font);color:#282b01}.invite_result_section .list_main{border:1px solid rgba(172,185,19,.5019607843);border-radius:8px;max-height:5rem;padding:.5rem;flex-wrap:wrap;align-content:flex-start;overflow-y:auto;position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:flex-start;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}.invite_result_section .list_main .list_email{background:#acb91333;padding:5px 10px;border-radius:4px;font-size:var(--std-s-font);color:#282b01}.invite_active_btn_outer{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:flex-end;width:100%;font-size:var(--std-s-font)}.invite_active_btn{width:100%}@media screen and (min-width: 1023px) and (not (height: 1366px)){.invite_active_btn{width:auto;min-width:9.5rem}}.already_invited_main{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.invite_container{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:normal;justify-content:space-between;width:100%;font-size:var(--std-s-font);padding-top:1rem}.invite_container .email_input_label{font-size:var(--std-s-font);color:#282b01}.editor_multi_read_value_input{border:1px solid rgba(172,185,19,.5019607843);border-radius:8px;padding:.5rem;display:flex;min-height:2.83rem;flex-wrap:wrap;align-content:flex-start;overflow-y:auto}.editor_multi_read_value_input .multiple_values{display:flex;flex-wrap:wrap;gap:10px}.editor_multi_read_value_input .multiple_values .multiple_values_selected_option{position:relative;display:flex;flex-direction:row;gap:.3rem;align-items:center;justify-content:center;width:auto;background:#acb91333;padding:5px 10px;border-radius:4px;font-size:var(--std-s-font);color:#282b01}.editor_multi_read_value_input .multiple_values .multiple_values_selected_option .cancel_button{aspect-ratio:1/1;cursor:pointer}.editor_multi_read_value_input .multi_value_input_form{flex-grow:1}.editor_multi_read_value_input .multi_value_input_form .multi_value_input{width:100%;border:none;outline:none;font-size:var(--std-s-font);padding:5px}.editor_multi_read_value_input .multi_value_input_form .multi_value_input::placeholder{color:#acb913}.editor_multi_read_value_input .multi_value_input_form .multi_value_input:disabled{background-color:#f0f0f0;cursor:not-allowed}.empty_span{padding-top:.35rem;font-size:var(--std-s-font);color:#282b01}.invited_users_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:11}.invited_users_modal{background-color:#fff;padding:1rem;border-radius:8px;max-width:90%;width:1000px;max-height:80vh;min-height:300px;overflow-y:hidden;display:flex;flex-direction:column}@media (max-width: 1023px){.invited_users_modal{max-height:70vh;padding:1rem .5rem .5rem}}.invited_users_modal .invited_users_heading{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);margin-bottom:1rem;height:2rem}.invited_users_modal .invited_users_heading .invited_users_title{font-size:var(--std-m-font);font-weight:700}.invited_users_modal .invited_users_heading .close_button{cursor:pointer;background:none;border:none;padding:0;height:1rem;color:#282b01}.invited_users_modal .invited_users_heading .close_button:hover{color:#000}.invited_users_modal .invited_users_list{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:space-between;justify-content:flex-start;width:auto;font-size:var(--std-s-font);gap:.5rem;flex-grow:1;height:calc(100% - 2rem);overflow-y:auto}.invited_users_modal .invited_users_list .invited_user_item{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;padding:.5rem;border-radius:4px;font-size:var(--std-s-font);color:#282b01}.invited_users_modal .invited_users_list .invited_user_item.header{font-weight:700;background-color:#acb91366}.invited_users_modal .invited_users_list .invited_user_item:not(.header){background-color:#acb91333}.invited_users_modal .invited_users_list .invited_user_item:not(.header):nth-child(2n){background-color:#acb91322}.invited_users_modal .invited_users_list .invited_user_item .user_email,.invited_users_modal .invited_users_list .invited_user_item .invited_by,.invited_users_modal .invited_users_list .invited_user_item .sent_at{padding:0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invited_users_modal .invited_users_list .invited_user_item .user_email,.invited_users_modal .invited_users_list .invited_user_item .invited_by{flex:2;min-width:200px}.invited_users_modal .invited_users_list .invited_user_item .sent_at{flex:1.5;min-width:150px}.invited_users_modal .invited_users_list .invited_user_item .mobile_header{display:none}.invited_users_modal .invited_users_list .no_users_message{display:flex;justify-content:center;align-items:center;height:100%;font-size:1rem;color:#666}@media (max-width: 768px){.invited_users_modal .invited_users_list .invited_user_item{flex-direction:column;align-items:flex-start;gap:.5rem}.invited_users_modal .invited_users_list .invited_user_item.header{display:none}.invited_users_modal .invited_users_list .invited_user_item .user_email,.invited_users_modal .invited_users_list .invited_user_item .invited_by,.invited_users_modal .invited_users_list .invited_user_item .sent_at{width:100%;padding:0;display:flex;justify-content:space-between;align-items:center}.invited_users_modal .invited_users_list .invited_user_item .user_email .mobile_header,.invited_users_modal .invited_users_list .invited_user_item .invited_by .mobile_header,.invited_users_modal .invited_users_list .invited_user_item .sent_at .mobile_header{display:inline;font-weight:700;margin-right:.5rem}}.request_panel{grid-area:request-panel-main;position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font);background:#fff;border-radius:.5rem;padding:.5rem;box-shadow:0 0 3px #282b0180}@media screen and (min-width: 1023px) and (not (height: 1366px)){.request_panel{padding:1rem}}.request_panel .request_heading{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);text-align:left}.request_panel .request_heading .heading_span{font-size:var(--std-m-font);font-weight:700}.request_panel .request_list{height:15rem;overflow:auto;padding:0rem;margin-top:.5rem;position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 501px){.request_panel .request_list{height:auto;max-height:18rem}}@media screen and (min-width: 768px){.request_panel .request_list{max-height:22rem}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.request_panel .request_list{max-height:15rem;margin-top:1rem}}.request_panel .request_list .loading,.request_panel .request_list .error,.request_panel .request_list .no_requests{height:15rem;position:relative;display:flex;align-items:center;justify-content:center;width:100%;font-size:var(--std-s-font)}.request_panel .request_list .no_requests .no_request_text{font-size:var(--std-s-font)}.request_panel .request_list .single_request_item{display:grid;width:100%;font-size:var(--std-s-font);border-bottom:1px solid rgba(172,185,19,.5019607843);padding:.5rem;gap:.5rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"email-heading referal-id" "request-btn request-btn"}@media screen and (min-width: 1200px){.request_panel .request_list .single_request_item{gap:0rem;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto;grid-template-areas:"email-heading referal-id request-btn"}}.request_panel .request_list .single_request_item .email_heading{grid-area:email-heading;text-overflow:ellipsis;overflow:hidden}.request_panel .request_list .single_request_item .referral_id{color:#282b01;text-align:center;grid-area:referal-id}.request_panel .request_list .single_request_item .request_button_comp{grid-area:request-btn;position:relative;display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1200px){.request_panel .request_list .single_request_item .request_button_comp{justify-content:flex-end}}.request_panel .request_list .single_request_item .request_button_comp .approval_comp,.request_panel .request_list .single_request_item .request_button_comp .reject_comp{position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:space-between;width:auto;font-size:var(--std-s-font)}.request_panel .request_list .single_request_item .request_button_comp .request_btn_icon{cursor:pointer;aspect-ratio:1/1}.dashboard_assignment_table_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font);height:100%}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_assignment_table_wrapper{gap:0rem}}.dashboard_assignment_header_wrapper{display:none;width:100%;gap:.5rem;border-bottom:1px solid #acb913;padding:12px .5rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_assignment_header_wrapper{display:grid}}.dashboard_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section .dashboard_details_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:#acb913;color:var(--white-color);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:var(--std-s-font);box-shadow:0 0 4px #00000040;height:34px}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section .dashboard_details_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{padding:.5rem;border-radius:var(--card-border-radius);height:38px}}@media screen and (min-width: 1200px){.dashboard_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section .dashboard_details_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{padding:.5rem 1rem}}@media screen and (min-width: 1500px){.dashboard_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section .dashboard_details_btn,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{padding:.5rem 2rem}}.dashboard_input,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{background-color:var(--white-color);font-size:var(--std-s-font);border:1px solid rgba(185,198,25,.5019607843);padding:.5rem;border-radius:var(--border-radius);height:34px}.dashboard_input::placeholder,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input::placeholder{color:#a4aa62}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_input,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{border-radius:var(--card-border-radius);height:38px}}.dashboard_assignment_table_wrapper,.dashboard_table_container .dashboard_table_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font);height:100%}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_assignment_table_wrapper,.dashboard_table_container .dashboard_table_wrapper{gap:0rem}}.dashboard_assignment_header_wrapper,.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper{display:none;width:100%;gap:.5rem;border-bottom:1px solid #acb913;padding:12px .5rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_assignment_header_wrapper,.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper{display:grid}}.full_height{height:100%}.dashboard_table_container{position:relative;display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.dashboard_table_container .dashboard_table_wrapper{height:100%}.dashboard_table_container .dashboard_table_wrapper .loading_wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;font-size:var(--std-s-font);height:100%}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper{grid-template-columns:1.2fr 1.15fr .65fr 1fr;grid-template-rows:1fr}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper .dashboard_data_table_header{font-size:var(--std-s-font);font-weight:700;color:#282b01}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper .spaced{padding-left:15%}}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper .centered{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_table_header_wrapper .centered{justify-content:center}}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;gap:1rem;padding:.5rem;cursor:pointer;background-color:#e4e7be;border-radius:var(--border-radius);color:#282b01}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary.active{background:#acb9131a}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary{grid-template-columns:1.2fr 1.15fr .65fr 1fr;grid-template-rows:1fr;border-bottom:1px solid #acb913;background-color:transparent;gap:.5rem;border-radius:0}}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:flex-start;width:100%;font-size:var(--std-s-font);word-break:break-all}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row .dashboard_data_table_header_mobile{font-size:var(--std-s-font);font-weight:700}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row .dashboard_data_table_header_mobile{display:none}}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .centered{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .centered{align-items:center;justify-content:center}}.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .last_centered{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .last_centered{flex-direction:column;align-items:center}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper{position:relative;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);animation:slideDown 1.5s ease-in-out;display:none;background:#acb9131a;padding:.5rem;border-bottom:1px solid #acb913}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper{padding:1rem 2rem}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper{position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);flex-direction:column-reverse}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper{flex-direction:row;gap:0px}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper{position:relative;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;width:100%;gap:.5rem}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper .dashboard_table_details_data_header_text{font-size:var(--std-s-font);color:#7e7e7e}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper .dashboard_table_details_data_cell_text{font-size:var(--std-s-font);color:#000;word-break:break-all}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper .dashboard_table_details_data_cell_text .dashboard_table_details_data_wrapped{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font);word-break:break-all;color:#282b01}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper .dashboard_table_details_data_cell_text .dashboard_table_details_data_wrapped .dashboard_table_details_data_wrapped_view_more{position:relative;text-decoration:underline;cursor:pointer;color:#282b01}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper .dashboard_table_details_data_cell_text .dashboard_table_details_data_wrapped .dashboard_table_details_data_wrapped_view_more .tooltip{display:none;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ddd;color:#282b01;border-radius:var(--border-radius);padding:.5rem;white-space:nowrap;box-shadow:0 2px 8px #0000001a;z-index:2;font-size:var(--std-s-font)}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .dashboard_table_details_data_cells_wrapper .dashboard_table_details_data_cell_text .dashboard_table_details_data_wrapped .dashboard_table_details_data_wrapped_view_more:hover .tooltip{display:block}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper{display:flex;align-items:flex-end;width:40%}}@media screen and (min-width: 1200px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper{width:60%}}@media screen and (min-width: 1500px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper{width:100%}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_inner_wrapper{background:#282b010d;position:relative;display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:space-between;width:auto;font-size:var(--std-s-font);padding:.5rem;border-radius:var(--border-radius)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_inner_wrapper{padding:1rem 1.5rem}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_inner_wrapper .dasboard_details_coins_img{width:2.5rem}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_text_wrapper{position:relative;display:flex;flex-direction:column;gap:0;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_text_wrapper{gap:.5rem}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_text_wrapper .credit_count{align-self:flex-end;font-size:var(--std-m-font);font-weight:700}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_data_wrapper .dasboard_details_coins_display_wrapper .dasboard_details_coins_display_text_wrapper .credit_label{font-size:var(--std-s-font);color:#282b01}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credits_feedback_display{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper.active{display:flex}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section{flex-direction:row}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section{gap:0px}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container,.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 501px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form{flex-direction:row;justify-content:flex-start}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{width:100%}@media screen and (min-width: 501px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{flex:1}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{width:60%;flex:none}}@media screen and (min-width: 1200px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{width:45%}}@media screen and (min-width: 1750px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_input{width:40%}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{width:100%;min-width:8.5rem}@media screen and (min-width: 501px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{width:auto}}@media screen and (min-width: 768px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{min-width:9rem}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_credit_form_container .dashboard_details_credit_form .dashboard_details_credit_form_btn{min-width:12rem}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section{position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:flex-end;justify-content:space-between;width:auto;font-size:var(--std-s-font);height:100%;flex-wrap:wrap}@media screen and (min-width: 360px){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section{flex-wrap:nowrap}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section{width:auto}}.dashboard_table_container .dashboard_table_wrapper .dashboard_details_wrapper .dashboard_details_credit_form_and_btn_section .dashboard_details_btn_section .dashboard_details_btn{text-wrap:nowrap}.translator_dashboard_no_data_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:flex-start;width:100%;height:100%;font-size:var(--std-s-font);color:#282b01;padding-top:5rem}.translator_dashboard_no_data_wrapper .translator_dashboard_no_search_data_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}.tooltip_hover{position:relative;cursor:pointer;display:inline-block}.tooltip_hover:hover .tooltip{visibility:visible;opacity:1}.tooltip{visibility:hidden;opacity:0;position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:space-between;width:auto;max-height:10rem;min-width:6rem;overflow:auto;position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;border:1px solid #ddd;padding:.5rem;border-radius:var(--border-radius);white-space:nowrap;box-shadow:0 2px 8px #00000026;z-index:10;font-size:var(--std-s-font);transition:opacity .3s ease;color:#282b01}.show_translator_list_btn{font-size:var(--std-s-font);color:#000;text-decoration:underline;width:auto}.pagination-container{position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font);flex-wrap:wrap}@media screen and (min-width: 501px){.pagination-container{justify-content:center}}.pagination-button,.pagination-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--bg-light);border-radius:50%;background-color:var(--white-color);color:#282b01;font-size:var(--std-s-font);cursor:pointer;transition:background-color .2s ease}.pagination-number.pagination-current{background-color:var(--bg-light);color:var(--bg-dark);border-color:var(--bg-light)}.pagination-number.pagination-ellipsis{border:none;cursor:default;color:#000}.pagination-button:disabled,.pagination-number:disabled{cursor:not-allowed}.pagination-button svg{font-size:var(--std-m-font);color:var(--bg-dark)}.admin_ops_loader{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:center;width:100%;font-size:var(--std-s-font)}.admin_ops_loader .spin_loader{place-self:center;animation:rotation 2s infinite linear;font-size:3rem;color:#282b01}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refer_invite_result_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;box-shadow:0 0 3px #282b0180;align-items:center;z-index:11}.refer_invite_result_modal{background-color:#fff;padding:1rem .5rem .5rem;border-radius:8px;max-width:600px;position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);width:90%;max-height:80vh;overflow-y:auto}@media screen and (min-width: 1023px) and (not (height: 1366px)){.refer_invite_result_modal{padding:1rem;max-height:70vh}}.refer_invite_result_modal .refer_invitation_result_heading{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);margin-bottom:.5rem}.refer_invite_result_modal .refer_invitation_result_heading .invitation_result{font-size:var(--std-m-font);font-weight:700}.refer_invite_result_modal .refer_invitation_result_heading .close_button{cursor:pointer;height:1rem;aspect-ratio:1/1}.refer_invite_result_section{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);margin:.5rem auto}.refer_invite_result_section .invite_result_heading{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font);color:#282b01}.refer_invite_result_section .refer_list_main{border:1px solid rgba(172,185,19,.5019607843);border-radius:8px;padding:.5rem;flex-wrap:wrap;align-content:flex-start;overflow-y:auto;position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:flex-start;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}.refer_invite_result_section .refer_list_main .list_email{background:#acb91333;padding:5px 10px;border-radius:4px;font-size:var(--std-s-font);color:#282b01}.dashboard_database_panel_wrapper{grid-area:dashboard-panel;height:100%;position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper{gap:1rem;flex-direction:row}}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_btn_wrapper{position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_btn_wrapper .dashboard_database_panel_header_btn{font-size:var(--std-m-font);font-weight:700;padding:.5rem;border-radius:var(--border-radius)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_btn_wrapper .dashboard_database_panel_header_btn{border-radius:var(--card-border-radius);padding:.5rem 1rem}}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_btn_wrapper .active_header_btn{background-color:var(--white-color);box-shadow:0 0 3px #282b0180}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper{position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:flex-end;width:100%;font-size:var(--std-s-font);background-color:var(--white-color);font-size:var(--std-m-font);padding:0rem .8rem;border-radius:25px;border:1px solid #bebebe;height:34px}@media screen and (min-width: 501px){.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper{width:80%}}@media screen and (min-width: 768px){.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper{width:60%}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper{width:auto;height:38px}}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper .dashboard_database_panel_header_search_input{width:100%}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper .dashboard_database_panel_header_search_input{width:20rem}}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper .dashboard_database_panel_header_search_btn{position:relative;display:flex;align-items:center;justify-content:center;width:auto;font-size:var(--std-s-font)}.dashboard_database_panel_wrapper .dashboard_database_panel_header_wrapper .dashboard_database_panel_header_search_wrapper .dashboard_database_panel_header_search_btn svg{fill:#bebebe;font-size:var(--svg-icon-size)}.dashboard_database_panel_wrapper .dashboard_database_panel_content_wrapper{position:relative;display:flex;align-items:flex-start;justify-content:center;width:100%;font-size:var(--std-s-font);background-color:var(--white-color);box-shadow:0 0 3px #282b0180;border-radius:var(--border-radius);padding:.5rem .5rem 2rem;flex:1}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_database_panel_wrapper .dashboard_database_panel_content_wrapper{padding:0px 1rem 2rem;border-radius:var(--card-border-radius)}}.dashboard_assignment_table_wrapper,.assignemnt_dashboard_table_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font);height:100%}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_assignment_table_wrapper,.assignemnt_dashboard_table_wrapper{gap:0rem}}.dashboard_assignment_header_wrapper,.assignemnt_dashboard_table_wrapper .assignment_dashboard_table_header_wrapper{display:none;width:100%;gap:.5rem;border-bottom:1px solid #acb913;padding:12px .5rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_assignment_header_wrapper,.assignemnt_dashboard_table_wrapper .assignment_dashboard_table_header_wrapper{display:grid}}.loading_wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;font-size:var(--std-s-font);height:100%}.dashboard_table_container{position:relative;display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);height:100%}.assignemnt_dashboard_table_wrapper{height:100%}.assignemnt_dashboard_table_wrapper .assignment_dashboard_table_header_wrapper{grid-template-columns:.8fr 1.2fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr}.assignemnt_dashboard_table_wrapper .assignment_dashboard_table_header_wrapper .assignment_dashboard_no_data_wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;font-size:var(--std-s-font);height:100%}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .assignment_dashboard_table_header_wrapper{padding:12px 2rem}}.assignemnt_dashboard_table_wrapper .assignment_dashboard_table_header_wrapper .dashboard_data_table_header{font-size:var(--std-s-font);text-align:center;font-weight:700;color:#282b01}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:100%;gap:1rem;padding:.5rem;cursor:pointer;background-color:#e4e7be;color:#282b01;border-radius:var(--border-radius)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary.active{background:#acb9131a}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary{grid-template-columns:.8fr 1.2fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr;border-bottom:1px solid #acb913;background-color:transparent;padding:.5rem 2rem;gap:.5rem;border-radius:0}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row{position:relative;display:flex;flex-direction:column;gap:.2rem;align-items:flex-start;justify-content:flex-start;width:100%;font-size:var(--std-s-font);word-break:break-all}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row{align-items:center}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row .dashboard_data_table_header_mobile{font-size:var(--std-s-font);font-weight:700}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .dashboard_table_row_summary .dashboard_data_table_row .dashboard_data_table_header_mobile{display:none}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper{position:relative;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);animation:slideDown 1.5s ease-in-out;display:none;background:#acb9131a;padding:.5rem;border-bottom:1px solid #acb913}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper{padding:1rem 2rem}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);flex-direction:column-reverse}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper{flex-direction:row;align-items:flex-start;gap:0rem}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 501px){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details{align-items:flex-start}}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details{width:30%;align-items:flex-end}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details .assignment_dashboard_credits_and_file_details_inner_wrapper{position:relative;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between;width:auto;font-size:var(--std-s-font);background:#282b010d;padding:.5rem;border-radius:var(--border-radius)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details .assignment_dashboard_credits_and_file_details_inner_wrapper .assignment_dashboard_credits_details_wrapper{position:relative;display:flex;flex-direction:row;gap:.5rem;align-items:center;justify-content:flex-end;width:100%;font-size:var(--std-s-font);font-size:var(--std-m-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details .assignment_dashboard_credits_and_file_details_inner_wrapper .assignment_dashboard_credits_details_wrapper .assignment_dashboard_credits_img{width:var(--std-m-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details .assignment_dashboard_credits_and_file_details_inner_wrapper .assignment_dashboard_file_details_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .assignment_dashboard_details_data_wrapper .assignment_dashboard_credits_and_file_details .assignment_dashboard_credits_and_file_details_inner_wrapper .assignment_dashboard_file_details_wrapper .assignment_dashboard_file_details_text_wrapper{position:relative;display:flex;flex-direction:row;gap:5rem;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);color:#7e7e7e}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper{position:relative;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font)}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper{width:70%}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper{position:relative;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .assignment_dashboard_data_table_details_table_data_wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr;width:100%;gap:.8rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .assignment_dashboard_data_table_details_table_data_wrapper{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;gap:.5rem}}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .assignment_dashboard_data_table_details_table_data_wrapper .assignment_dashboard_data_table_cell_wrapper,.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .assignment_dashboard_data_table_feedback_wrapper{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;justify-content:space-between;width:100%;font-size:var(--std-s-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_inner_wrapper .assignment_dashboard_data_table_cell_header{font-size:var(--std-s-font);color:#7e7e7e}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper .dashboard_table_details_data_wrapper .dashboard_table_details_data_heading_text{font-weight:700;font-size:var(--std-s-font)}.assignemnt_dashboard_table_wrapper .dashboard_table_row_wrapper .assignment_dashboard_details_wrapper.active{display:flex}@keyframes slideDown{0%{max-height:0;opacity:0}50%{max-height:1000px}to{max-height:1000px;opacity:1}}.assignment_dashboard_data_table_cell_text{color:#282b01}.assignment_dashboard_no_data_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:flex-start;width:100%;height:100%;font-size:var(--std-s-font);color:#282b01;padding-top:5rem}.assignment_dashboard_no_data_wrapper .assignment_dashboard_no_search_data_wrapper{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:flex-start;width:100%;font-size:var(--std-s-font)}.home_layout_main{min-height:100vh;position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;font-size:var(--std-s-font);width:100%;background-color:#f8f9f3;padding-bottom:1rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.home_layout_main{gap:1rem}}.home_layout_main_inner_wrapper{flex-grow:1;display:grid;width:100%;padding:0px .5rem;grid-template-areas:"invite-panel-main" "request-panel-main" "dashboard-panel ";grid-template-columns:1fr;grid-template-rows:auto;gap:1rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.home_layout_main_inner_wrapper{grid-template-areas:"invite-panel-main request-panel-main" "dashboard-panel dashboard-panel";grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;width:90%}}.dashboard_btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:#acb913;color:var(--white-color);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:var(--std-s-font);box-shadow:0 0 4px #00000040;height:34px}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_btn{padding:.5rem;border-radius:var(--card-border-radius);height:38px}}@media screen and (min-width: 1200px){.dashboard_btn{padding:.5rem 1rem}}@media screen and (min-width: 1500px){.dashboard_btn{padding:.5rem 2rem}}.navbar_comp_main{grid-area:navbar-main;background-color:#fff;position:relative;display:flex;flex-direction:row;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);box-shadow:0 0 3px #282b0180;padding:1rem 1.5rem}@media screen and (min-width: 1023px) and (not (height: 1366px)){.navbar_comp_main{padding:1rem 2.5rem}}.navbar_comp_main .panel_heading{color:#282b01;font-size:var(--std-l-font);font-weight:700}.navbar_comp_main .panel_logout{font-size:var(--std-s-font);color:#ea7b2c;cursor:pointer}.dashboard_btn,.not-found-container .gotobtn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background-color:#acb913;color:var(--white-color);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:var(--std-s-font);box-shadow:0 0 4px #00000040;height:34px}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_btn,.not-found-container .gotobtn{padding:.5rem;border-radius:var(--card-border-radius);height:38px}}@media screen and (min-width: 1200px){.dashboard_btn,.not-found-container .gotobtn{padding:.5rem 1rem}}@media screen and (min-width: 1500px){.dashboard_btn,.not-found-container .gotobtn{padding:.5rem 2rem}}.dashboard_input{background-color:var(--white-color);font-size:var(--std-s-font);border:1px solid rgba(185,198,25,.5019607843);padding:.5rem;border-radius:var(--border-radius);height:34px}.dashboard_input::placeholder{color:#a4aa62}@media screen and (min-width: 1023px) and (not (height: 1366px)){.dashboard_input{border-radius:var(--card-border-radius);height:38px}}.not-found-container{width:300px;margin:auto;text-align:center}@media screen and (min-width: 768px){.not-found-container{width:700px}}@media screen and (min-width: 1023px){.not-found-container{width:1000px}}@media screen and (min-width: 1500px){.not-found-container{width:1200px}}.not-found-container .not-found-tr42logo{margin-top:35px;margin-bottom:20px}@media screen and (min-width: 1500px){.not-found-container .not-found-tr42logo{margin-top:80px}}.not-found-container .not-found-tr42logo img{width:80px}@media screen and (min-width: 1500px){.not-found-container .not-found-tr42logo img{width:120px}}.not-found-container .not-found-text{position:relative;display:flex;flex-direction:column;gap:0vh;align-items:center;justify-content:space-between;width:100%;font-size:var(--std-s-font);margin-bottom:35px;color:#282b01}@media screen and (min-width: 1500px){.not-found-container .not-found-text{margin-bottom:80px}}.not-found-container .not-found-text .heading{margin-bottom:16px;font-size:60px}.not-found-container .not-found-text .not-found-msg{font-size:16px;margin-bottom:20px}@media screen and (min-width: 1500px){.not-found-container .not-found-text .not-found-msg{margin-bottom:40px}}.not-found-container .gotobtn{color:var(--white-color);padding:1vh;width:auto;padding:8px 28px;border-radius:.5rem}@media screen and (min-width: 360px){.not-found-container .gotobtn{padding:8px 28px}}.not-found-container .not-found-image svg{width:100%}
