.navbar-container{display:flex;justify-content:center;align-items:center}.logout_btn{background:#fff!important;margin-left:10px;color:#252525!important}.v-toolbar__title img{width:50px;border-radius:50%}.menu_items{display:flex;justify-content:center;align-items:center;cursor:pointer}.v-menu__content .dropdown_list{margin-top:35px;border:1px solid #ddd}.navbar-username{padding-right:5px}.client_logo{display:flex;justify-content:center;align-items:center}.client_logo img{background:#fff;border-radius:5px;width:180px;padding:10px}.navigation_image_box{padding:2rem 1rem;position:fixed;bottom:2%;left:0;z-index:999}.navigation_image_box .wrapper{padding:1rem;background:#fff;box-shadow:0 4px 20px var(--color-primary);border-radius:5px}.navigation_image img{width:100%;height:100%;border-radius:5px}.text_content{padding:.5rem;font-weight:600;color:var(--color-primary);font-size:18px;font-family:cursive}.nav_active{background-color:#065ea5}.footer_content a{color:#7cb342!important;font-weight:600}.footer_container{background:#efefef;padding:1rem}.footer_wrapper{display:flex;justify-content:center;align-items:center}.footer_container div a{color:#7cb342}.auth_container{flex-direction:column}:root{--color-primary:#004883;--color-red:#e0141b}#app{background-color:#fff}body,html{overflow-x:hidden!important;overflow-y:auto!important;min-width:100%!important;min-height:100%!important}.main_body_container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:var(--color-primary)}.dashboard_body_container{padding:2rem 3rem;width:100%;height:100%}.home-heading{font-size:18px;font-weight:500;padding:16px 0}@media screen and (max-width:425px){.main_body_container{background-color:#fff!important}.dashboard_body_container{padding:1rem}}@media screen and (max-width:768px){.is-drawer-open{margin-left:0!important}}.is-drawer-open{margin-left:256px}.auth_container{display:flex;justify-content:center;align-items:center}.auth_wrapper{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:3rem 2rem;width:440px;border-radius:10px}.form_header_part{padding-bottom:2rem}.form_header_title{color:#1f5bf3;font-size:1.5rem;font-weight:600;text-align:center}.login_register_btn{background:linear-gradient(45deg,#1f5bf3,#00a5ff);color:#f0f0f0;padding:.8rem 4rem;border-radius:50px}button:focus{outline:none!important}.btn_spacing{padding:1rem 0 2rem 0}.form_bottom{display:flex;justify-content:center;align-items:center;color:#1f5bf3}.form_bottom_action{font-weight:600;cursor:pointer;padding-left:6px}.auth_form_container input[type=text]:focus{outline:none!important;outline-offset:0!important}.forget_pass_section{display:flex;justify-content:flex-end;margin-top:-10px}.forget_pass_section div span{font-size:12px}.forget_pass_section div span a{text-decoration:none;color:#1f5bf3}.forget_pass_section div span a:hover{color:#000}.forgot_password_text a{color:#666!important}@media (max-width:425px){.online_class_image img{width:300px}.auth_wrapper{width:100%}}.logo_container{padding-bottom:3rem}.logo_container,.logo_wrapper{display:flex;align-items:center;justify-content:center}.logo_wrapper{overflow:hidden}.logo_wrapper img{width:200px;height:100%}.logo_info_container{display:flex;flex-direction:column;margin-left:.5em}.application_name{font-size:1.5em;font-weight:500;line-height:1.3}.company_address,.company_contact,.company_contact a{font-size:.85em;line-height:1.1}.auth_form_container{padding:0 1rem}.login_btn{width:100%}.auth_form_container .v-icon.v-icon{font-size:18px!important}@media screen and (max-width:425px){.application_name{font-size:1.2rem}.logo_container,.logo_info_container{justify-content:center;align-items:center}.logo_container{flex-direction:column}.auth_wrapper{box-shadow:none;padding:0}}.classes-header{height:60px;display:flex;align-items:center;margin-bottom:10px}.classes-header span{font-size:18px;font-weight:600;color:#444}.live_classes_wrapper{display:grid;grid:repeat(auto-fill,minmax(auto,10em))/repeat(auto-fill,minmax(20em,1fr));grid-gap:1rem}.live_classes_card{background-color:#fff;border-radius:10px;padding:1rem;border:1px solid #ebeaea;box-shadow:0 2px 20px rgba(0,0,0,.1)}.classes_card_header,.live_classes_card{display:flex;justify-content:space-between;align-items:center}.class_name{font-size:22px;font-weight:500;color:var(--color-primary);padding:.5rem 0}.classes_duration_join{display:flex;justify-content:space-between;padding:.7rem}.classes_duration{color:var(--color-primary);font-size:14px}.classes_duration i{padding-right:5px}.classes_duration span{text-transform:capitalize}.classes_join_btn{background:var(--color-red);padding:.4rem 1rem;border-radius:20px;cursor:pointer}.classes_join_btn i{color:#fff}.classes_join_btn span{font-size:14px;font-weight:600;padding-left:8px;color:#fff}.offline_red{color:red}.online_green{color:green}.teacher_time_wrapper{display:flex;justify-content:space-between;align-items:center}.user_info_welcome{display:flex;align-items:center;padding-bottom:1.5rem}.user_avatar img{width:40px;height:100%}.user_name{font-size:20px;font-weight:600;padding-left:10px}.toggle_btn{display:none}@media screen and (max-width:425px){.live_classes_wrapper{grid:repeat(auto-fill,minmax(auto,10em))/repeat(auto-fill,minmax(16em,1fr))}.classes_join_btn{padding:5px 10px}.user_info_welcome{padding:1rem 0}}@media screen and (max-width:768px){.toggle_btn{display:block}}.dialog_box{position:fixed;height:250px;width:400px;border:1px solid #ddd;background:hsla(0,0%,100%,.95);z-index:100000;top:calc(50% - 125px);left:calc(50% - 180px);box-shadow:0 0 30px #aaa;display:flex;flex-direction:column;align-items:center}.dialog_content{padding:2rem 1rem;font-weight:600}.dialog_box_loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:80px;height:80px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}