/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.container-fluid{width:92% !important}.container.full-width-custom{width:100% !important;max-width:none !important}.bg-primary{background-color:#202359 !important;color:#fff}.bg-secondary{background-color:#2196f3 !important;color:#fff}.bg-third{background-color:#617fff !important;color:#fff}.bg-danger{background-color:#ef7070 !important;color:#fff !important}.primary-color{color:#202359 !important}.secondary-color{color:#2196f3 !important}.third-color{color:#617fff !important}.success-color{color:#6bbe99 !important}.danger-color{color:#ef7070 !important}.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.toast.main i{line-height:50px}.custom-primary-button{padding:8px 15px;background-color:#202359;color:#fff;font-size:17px;border-radius:5px;border:none;height:55px;line-height:35px}.custom-primary-button:hover{color:#fff}@media screen and (max-width: 600px){.custom-primary-button{font-size:15px}}button.disabled{background-color:#949494 !important;color:#3b3b3b;border:1px solid #3b3b3b !important}button.has-badge{position:relative}button .badge{position:absolute;top:-10px;right:0;background-color:#becc00;color:#3b3b3b;border:1px solid #b1b1b1 !important}.custom-success-button{padding:8px 15px;background-color:#6bbe99;color:#000;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}.custom-success-button:hover{background-color:#599d7f;color:#fff}.custom-danger-button{padding:8px 15px;background-color:#ef7070;color:#fff;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}.custom-danger-button:hover{background-color:#ef7070;color:#fff}.flat-custom-btn{color:#202359;font-size:17px;border:none}.flat-custom-btn:hover{color:#202359}.custom-light-bordered-btn{color:#fff;border:1px solid #fff;font-size:17px;background:rgba(0,0,0,0) !important;height:55px;line-height:35px}.custom-gray-btn{color:#949494;border:none;background:rgba(0,0,0,0) !important;font-size:17px;padding:8px 20px;border-radius:5px}.custom-gray-btn:hover{color:#202359 !important;opacity:.7}.custom-dark-bordered-btn{color:#202359;border:1px solid #202359;font-size:17px;background:rgba(0,0,0,0) !important;padding:8px 20px;border-radius:5px}.custom-dark-bordered-btn:hover{color:#202359;background:#202359 !important;color:#fff}.showbox{background:rgba(0,0,0,.7);border-radius:4px}.showbox .loader{top:40%}.loader{top:40% !important}.showbox{position:fixed}.showbox .text{width:100%;top:57% !important;height:auto;position:absolute;text-align:center;margin:auto;font-size:16px;font-weight:bold}@media(max-width: 480px){.star-rating .star-container:nth-last-child(-n+4){display:none}}.select2-container--krajee .select2-selection--single{height:44px;border-radius:0;background-color:rgba(0,0,0,0) !important;border:2px solid rgba(0,0,0,.15) !important}.select2-container--krajee .select2-selection--single .select2-selection__arrow{height:41px;border:0}[type=number]{direction:rtl}.ya-loader-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;top:0;background:rgba(255,255,255,.95);z-index:10000000000000000;display:none}.ya-loader-container.show{display:flex}.ya-loader-container svg{height:100px;width:auto}.ya-loader-container .squares{display:flex;width:40%;margin:auto;margin-top:16px;justify-content:space-between}.ya-loader-container .squares>div{width:12px;height:12px}.ya-loader-container .color-animation{background-color:#d3d3d3;fill:#d3d3d3;animation-timing-function:ease-in;animation-iteration-count:infinite;animation-duration:5s}.ya-loader-container .indigo{animation-name:indigo-animation}.ya-loader-container .purple{animation-name:purple-animation}.ya-loader-container .skyBlue{animation-name:skyBlue-animation}.ya-loader-container .green{animation-name:green-animation}.ya-loader-container .fade{animation-timing-function:ease-in;animation-iteration-count:infinite;animation-duration:5s;animation-name:fade-animation;animation-delay:0;opacity:0}.ya-loader-container .delay-1{animation-delay:.3s}.ya-loader-container .delay-2{animation-delay:.6s}.ya-loader-container .delay-3{animation-delay:.9s}.ya-loader-container .delay-4{animation-delay:1.2s}.ya-loader-container .delay-5{animation-delay:1.5s}.ya-loader-container .delay-6{animation-delay:1.8s}.ya-loader-container .delay-7{animation-delay:2.1s}.ya-loader-container .delay-8{animation-delay:2.4s}@keyframes indigo-animation{0%{background-color:#d3d3d3;fill:#d3d3d3}10%{background-color:#23285b;fill:#23285b}80%{background-color:#23285b;fill:#23285b}90%{background-color:#d3d3d3;fill:#d3d3d3}100%{background-color:#d3d3d3;fill:#d3d3d3}}@keyframes purple-animation{0%{background-color:#d3d3d3;fill:#d3d3d3}10%{background-color:#d3d3d3;fill:#d3d3d3}20%{background-color:#4c64ae;fill:#4c64ae}70%{background-color:#4c64ae;fill:#4c64ae}80%{background-color:#d3d3d3;fill:#d3d3d3}100%{background-color:#d3d3d3;fill:#d3d3d3}}@keyframes skyBlue-animation{0%{background-color:#d3d3d3;fill:#d3d3d3}20%{background-color:#d3d3d3;fill:#d3d3d3}30%{background-color:#29abd1;fill:#29abd1}60%{background-color:#29abd1;fill:#29abd1}70%{background-color:#d3d3d3;fill:#d3d3d3}100%{background-color:#d3d3d3;fill:#d3d3d3}}@keyframes green-animation{0%{background-color:#d3d3d3;fill:#d3d3d3}30%{background-color:#d3d3d3;fill:#d3d3d3}40%{background-color:#66c39f;fill:#66c39f}50%{background-color:#66c39f;fill:#66c39f}60%{background-color:#d3d3d3;fill:#d3d3d3}100%{background-color:#d3d3d3;fill:#d3d3d3}}@keyframes fade-animation{0%{opacity:0}6.5%{opacity:1}50%{opacity:1}56.5%{opacity:0}100%{opacity:0}}.container-fluid{width:92% !important}.container.full-width-custom{width:100% !important;max-width:none !important}.bg-primary{background-color:#202359 !important;color:#fff}.bg-secondary{background-color:#2196f3 !important;color:#fff}.bg-third{background-color:#617fff !important;color:#fff}.bg-danger{background-color:#ef7070 !important;color:#fff !important}.primary-color{color:#202359 !important}.secondary-color{color:#2196f3 !important}.third-color{color:#617fff !important}.success-color{color:#6bbe99 !important}.danger-color{color:#ef7070 !important}.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.toast.main i{line-height:50px}.custom-primary-button{padding:8px 15px;background-color:#202359;color:#fff;font-size:17px;border-radius:5px;border:none;height:55px;line-height:35px}.custom-primary-button:hover{color:#fff}@media screen and (max-width: 600px){.custom-primary-button{font-size:15px}}button.disabled{background-color:#949494 !important;color:#3b3b3b;border:1px solid #3b3b3b !important}button.has-badge{position:relative}button .badge{position:absolute;top:-10px;right:0;background-color:#becc00;color:#3b3b3b;border:1px solid #b1b1b1 !important}.custom-success-button{padding:8px 15px;background-color:#6bbe99;color:#000;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}.custom-success-button:hover{background-color:#599d7f;color:#fff}.custom-danger-button{padding:8px 15px;background-color:#ef7070;color:#fff;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}.custom-danger-button:hover{background-color:#ef7070;color:#fff}.flat-custom-btn{color:#202359;font-size:17px;border:none}.flat-custom-btn:hover{color:#202359}.custom-light-bordered-btn{color:#fff;border:1px solid #fff;font-size:17px;background:rgba(0,0,0,0) !important;height:55px;line-height:35px}.custom-gray-btn{color:#949494;border:none;background:rgba(0,0,0,0) !important;font-size:17px;padding:8px 20px;border-radius:5px}.custom-gray-btn:hover{color:#202359 !important;opacity:.7}.custom-dark-bordered-btn{color:#202359;border:1px solid #202359;font-size:17px;background:rgba(0,0,0,0) !important;padding:8px 20px;border-radius:5px}.custom-dark-bordered-btn:hover{color:#202359;background:#202359 !important;color:#fff}.showbox{background:rgba(0,0,0,.7);border-radius:4px}.showbox .loader{top:40%}.loader{top:40% !important}.showbox{position:fixed}.showbox .text{width:100%;top:57% !important;height:auto;position:absolute;text-align:center;margin:auto;font-size:16px;font-weight:bold}@media(max-width: 480px){.star-rating .star-container:nth-last-child(-n+4){display:none}}.select2-container--krajee .select2-selection--single{height:44px;border-radius:0;background-color:rgba(0,0,0,0) !important;border:2px solid rgba(0,0,0,.15) !important}.select2-container--krajee .select2-selection--single .select2-selection__arrow{height:41px;border:0}[type=number]{direction:rtl}@font-face{font-family:"29LTAdir Light";src:url("/css/fonts/29LTAdir-Light.woff") format("woff")}@font-face{font-family:"29LTAdir Reg";src:url("/css/fonts/29LTAdir-Medium.woff") format("woff")}@font-face{font-family:"29LTAdir Bd";src:url("/css/fonts/29LTAdir-Bold.woff") format("woff")}html,body{height:100%;font-family:"29LTAdir Reg" !important;font-size:17px}@media screen and (max-width: 1240px)and (min-width: 900px){html,body{font-size:12px}html .btn-outline-light,html .btn-light,body .btn-outline-light,body .btn-light{min-height:34px;line-height:34px}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"29LTAdir Bd" !important}.modal{background:rgba(0,0,0,.5)}.wrap{min-height:100%;height:auto;margin:0 auto -60px;padding:0 0 60px}.wrap>.container{padding:70px 15px 20px}.footer{height:60px;background-color:#f5f5f5;border-top:1px solid #ddd;padding-top:20px}.jumbotron{text-align:center;background-color:rgba(0,0,0,0)}.jumbotron .btn{font-size:21px;padding:14px 24px}.not-set{color:#c55;font-style:italic}.bc-nav{background:rgba(0,0,0,0);box-shadow:none;padding:0;margin:10px auto;border-bottom:1px solid rgba(0,0,0,.05);height:auto}.bc-nav .nav-wrapper li{opacity:.4;font-size:16px;margin:10px;display:inline-flex}.bc-nav ol{padding:0;margin-bottom:0}.bc-nav ol li{font-size:18px;color:rgba(255,255,255,.7);display:inline-block;float:none;margin-left:4px;line-height:22px;height:22px;margin-bottom:15px}.bc-nav .nav-wrapper li a{color:#000;font-size:15px}.bc-nav .nav-wrapper li:last-child{opacity:.8}.bc-nav ol li:last-child{color:#fff}.bc-nav .nav-wrapper li{opacity:.4;font-size:16px}.bc-nav .nav-wrapper li::before{content:"";color:#000;font-weight:bold;font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit}.bc-nav .nav-wrapper li:first-child:before{content:none !important;color:#000}.bc-nav ol li:before{content:"";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;color:rgba(255,255,255,.7);vertical-align:top;display:inline-block;font-size:10px;margin:0 10px 0 8px;-webkit-font-smoothing:antialiased}.white-bg{background:#fff}.alert.alert-error,.alert.alert-success{background-color:#ef7070;margin:0;color:#fff;border-radius:0px;border:none}.alert.alert-error button,.alert.alert-success button{border:none;border-radius:50px;margin:0 10px}.alert.alert-error button:focus,.alert.alert-error button:active,.alert.alert-success button:focus,.alert.alert-success button:active{outline:none;border:none}.alert.alert-success{background-color:#6bbe99}#success-modal .modal-content,#failure-modal .modal-content{width:fit-content}#success-modal .modal-content .modal-header,#failure-modal .modal-content .modal-header{background-color:#6bbe99}#success-modal .modal-content .modal-header.failure,#failure-modal .modal-content .modal-header.failure{background-color:#ef7070}#success-modal .modal-content .modal-header .modal-title,#failure-modal .modal-content .modal-header .modal-title{color:#fff}#success-modal .modal-content .modal-header i,#failure-modal .modal-content .modal-header i{font-size:30px;color:#fff}a.asc:after,a.desc:after{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:normal;line-height:1;padding-left:5px}a.asc:after{content:""}a.desc:after{content:""}.sort-numerical a.asc:after{content:""}.sort-numerical a.desc:after{content:""}.sort-ordinal a.asc:after{content:""}.sort-ordinal a.desc:after{content:""}.grid-view th{white-space:nowrap}.hint-block{display:block;margin-top:5px;color:#999}.error-summary{color:#ef7070;background:#fdf7f7;border-left:3px solid #eed3d7;padding:10px 20px;margin:0 0 15px 0}.help-block.help-block-error{color:#ef7070;font-size:14px}.react-clicked{color:#202359 !important}.ann-desc img{max-width:100%}@media only screen and (max-width: 1540px){.form-check-inline label,select.form-select,select option{font-size:14px}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}}@media only screen and (max-width: 1430px){.form-check-inline label,select.form-select,select option{font-size:14px}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}}@media only screen and (max-width: 767px){.form-check-inline label,select.form-select,select option{font-size:14px}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}}.selectSchool{position:relative;padding:0}.selectSchool .input-group{border:2px solid #ced4da !important;border-radius:5px}.selectSchool .input-group .input-group-text{border:none !important;background-color:rgba(0,0,0,0) !important}.selectSchool .input-group .form-control{border:none !important;background-color:rgba(0,0,0,0) !important;padding:.75rem .75rem}.selectSchool .input-group input:focus{border:none !important}.selectSchool .schoolsList{list-style:none;background-color:#fff;padding:1rem 1rem;margin-bottom:5rem;border-radius:5px;max-height:400px;overflow-y:auto;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05);opacity:1;visibility:visible;transition:visibility 0s linear .33s,opacity .33s linear;position:absolute;width:100%;top:100px;left:0;border:1px solid #ccc}.selectSchool .schoolsList li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f1f1}.selectSchool .schoolsList li .name{display:flex;align-items:center}.selectSchool .schoolsList li .name img{height:50px;width:50px}.selectSchool .schoolsList li .name p{display:inline;margin-bottom:0;font-weight:bold}.selectSchool .schoolsList li .btn-outline-primary{color:#5c63fb;border-color:#5c63fb}@media(max-width: 425px){.selectSchool .schoolsList li .btn-outline-primary{width:60px}}.selectSchool .schoolsList li .btn-outline-primary:hover{color:#5c63fb;background-color:unset}.selectSchool .schoolsList li .btn-outline-primary:focus{box-shadow:none}@media(max-width: 425px){.selectSchool .schoolsList li .name img{height:30px}.selectSchool .schoolsList li .name p{font-size:15px}.selectSchool .schoolsList li button{font-size:12px;padding:4px 9px;border-radius:4px}}.selectSchool .schoolsList .selected{background:#5c63fb;color:#fff !important;border:0}.selectSchool .schoolsList .selected:hover{background:#5c63fb !important;color:#fff !important;border:0}.sendWhatsapp{position:fixed;bottom:70px;left:unset;right:15px;z-index:10000000}.sendWhatsapp a{color:#fff;background:#25d366;border:0;padding:0;border-radius:29px;width:48px;height:48px;display:flex;justify-content:center;align-items:center;font-size:30px}.sendWhatsapp a span{display:none}:lang(en) .bc-nav .nav-wrapper li::before,:lang(en) .bc-nav ol li:before{content:""}body.lock-scroll{overflow:hidden}.btn{padding:8px 15px;border-radius:6px}.btn.btn-dark{background-color:#191920;color:#fff}@media(max-width: 1500px){.h1,h1{font-size:2rem}}header .navbar{padding:0}header nav{width:100%;background:#202359}header nav .SEO-navs .nav-item .nav-link{opacity:.4;font-size:.4rem;color:#5c63fb}header nav #navbarHeader{z-index:3;width:100%;background:#fff;-webkit-box-shadow:0px 10px 24px -10px rgba(0,0,0,.51);-moz-box-shadow:0px 10px 24px -10px rgba(0,0,0,.51);box-shadow:0px 10px 24px -10px rgba(0,0,0,.51);max-height:87vh;overflow-x:scroll}header nav .navbar-nav .nav-link{color:#fff !important;font-size:.8rem}@media(min-width: 1200px)and (max-width: 1440px){header nav .small-screen-font{font-size:13px}}header nav .nav-item a.profileLink{padding:5px 5px 5px 7px;border-radius:4px;display:flex;justify-content:center;align-items:center;align-content:center;color:#fff;font-size:14px;margin:0 5px;border:solid 1px rgba(255,255,255,.2)}header nav .nav-item a.profileLink img{width:33px;height:33px;border-radius:33px;margin:0 7px}header nav .nav-item a.profileLink div span{font-size:11px}header nav .nav-item a.profileLink div p{margin-bottom:0}header nav .nav-item a.profileLink .caret{margin:22px 7px 0 4px}header nav .nav-item a.notiIcon{padding:5px 10px;border-radius:4px;display:flex;justify-content:center;align-items:center;align-content:center;color:#fff;font-size:14px;margin-top:0;border:solid 1px rgba(255,255,255,.2);height:54px;width:54px;margin:0 5px}header nav .nav-item a.notiIcon img{width:21px;height:21px}header nav .nav-item a.notiIcon i.header-badge{position:absolute;top:0;left:5px;background:#ff5722;font-size:10px;width:20px;height:20px;line-height:22px;text-align:center;border-radius:4px 0 4px 0;font-style:normal}header nav .nav-item a.notiIcon::after{display:none}@media(max-width: 1500px){header nav .nav-item .btn{font-size:.8rem;min-height:0;line-height:inherit;padding:5px 10px;margin:0 .5rem !important}}header nav .mobileLangBtn img{width:25px}@media(max-width: 480px){header .navbar{z-index:1000000000000000}}header .search-head{position:relative}@media(max-width: 1024px){header .search-head{display:none}}header .search-head #searchFromHeaderInput::placeholder{color:rgba(25,25,32,.35);font-size:15px}header .search-head .form-control{background-color:#fff;background-color:#fff;min-width:350px;border-radius:4px !important;padding:0 20px !important;margin:0px 15px}header .search-head button{position:absolute;left:-15px;top:0;border:0;background:rgba(0,0,0,0);width:45px;height:100%;padding:0 15px}.owl-carousel{direction:ltr}#mainContent{min-height:60vh}footer .footer-logo{width:80%}footer .top-section .footer-box{height:100%}footer .footer-box{background-color:rgba(0,0,0,.1)}footer .footer-box i{font-size:12px;margin:0 2px}footer .footer-box.light{background-color:#1d1f4e}footer .footer-box .title{font-size:22px;color:#5b63fb}@media(max-width: 480px){footer .footer-box{height:auto !important;margin-bottom:0 !important}}footer .second-section{background-color:rgba(0,0,0,.2);margin-bottom:65px}footer .download-app-wrapper img{width:130px}@media(max-width: 768px){footer .download-app-wrapper img{width:110px}footer .download-app-wrapper li{display:inline}}footer .copyrights{font-size:14px;color:#eff2f9}footer .copyrights-spliter{border:solid 1px #212347;width:90%;margin:10px auto}footer .link-secondary{color:#82849e !important;font-size:.8rem}.share-btn{display:none}@media(max-width: 480px){.share-btn{display:block;width:60px;height:60px;border-radius:50%;color:#fff;left:-25px;bottom:100px;z-index:900;border:4px solid #c3e6ff;opacity:.5;transition:all ease .4s}.share-btn:focus{color:#fff}.share-btn:hover{left:10px;opacity:1}.share-btn i{font-size:25px}.share-btn.show{bottom:45vh;left:-25px}}.share-menu{display:none}@media(max-width: 480px){.share-menu{display:block;box-shadow:0px 0 160px 0 rgba(33,37,41,.6);z-index:1100;position:fixed;overflow:hidden;bottom:-100px;left:0;background-color:#404040;transition:all ease .5s;max-height:0;border-radius:50px 50px 0 0}.share-menu.show{max-height:100%;bottom:70px}.share-menu .share-menu-url{direction:ltr;font-size:14px;color:#eee}.share-menu .link-copied-alert{z-index:2000;left:50%;transform:translateX(-50%);bottom:20px;background-color:rgba(0,0,0,.5);border-radius:4px;font-size:14px}}.share-menu .ys-logo{width:70px;height:70px;border-radius:4px;background-color:#fff}.share-menu .ys-logo img{width:35px;height:35px;border-radius:4px}.share-menu .rrssb-buttons li{list-style:none}@media(max-width: 480px){.share-menu .rrssb-buttons{display:flex !important;justify-content:space-between !important}.share-menu .rrssb-buttons li{display:flex;flex-direction:column;align-items:center}.share-menu .rrssb-buttons li div:first-child{border-radius:4px;width:50px;height:50px}.share-menu .rrssb-buttons li div:first-child a{width:inherit;height:inherit;display:flex;justify-content:center;align-items:center}.share-menu .rrssb-buttons li div:first-child a i{font-size:22px;color:#fff}.share-menu .rrssb-buttons li p{font-size:13px;color:#fff}.share-menu .rrssb-buttons .rrssb-facebook{background-color:#3b5998}.share-menu .rrssb-buttons .rrssb-twitter{background-color:#1da1f2}.share-menu .rrssb-buttons .rrssb-email{background-color:#ddd}.share-menu .rrssb-buttons .rrssb-email i{color:#82849e !important}.share-menu .rrssb-buttons .rrssb-whatsapp{background-color:#6bbe99}.share-menu .rrssb-buttons .rrssb-copy{background-color:#82849e}.share-menu .rrssb-buttons .rrssb-copy i{color:#fff;font-size:22px}.share-menu .rrssb-buttons .rrssb-qr-btn a{color:#fff;background-color:#555665;border-radius:4px;width:50px;height:50px;text-align:center;line-height:50px}}.share-btns-web{display:flex;gap:10px;justify-content:center;align-items:center;padding-right:0}.share-btns-web li{list-style:none}.share-btns-web li a{display:flex;justify-content:center;align-items:center;width:40px;height:40px}.share-btns-web li a i{font-size:23px;color:#fff}.share-btns-web .facebook-btn{background-color:#3b5998}.share-btns-web .twitter-btn{background-color:#000}.share-btns-web .email-btn{background-color:#ddd}.share-btns-web .email-btn i{color:#82849e}.share-btns-web .whatsapp-btn{background-color:#6bbe99}.share-btns-web .qr-btn{background-color:#4a4a4a}@media(max-width: 480px){.share-btns-web{display:none}}select{background-image:none !important}.ml-3{margin-left:15px}.btn-info{color:#fff;background-color:#2ea9d3;border-color:#2ea9d3}.btn-info:hover,.btn-info:focus{color:#fff}.btn-success{color:#fff;background-color:#6bbe99;border-color:#6bbe99}.btn-success:hover,.btn-success:focus{color:#fff}@keyframes ldio-vrtpscz66r{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ldio-vrtpscz66r div{box-sizing:border-box !important}.ldio-vrtpscz66r>div{position:absolute;width:50px;height:50px;border-radius:50%;border:2px solid #000;border-color:#5c63fb rgba(0,0,0,0) #5c63fb rgba(0,0,0,0);animation:ldio-vrtpscz66r 1s linear infinite}.ldio-vrtpscz66r>div:nth-child(2){border-color:rgba(0,0,0,0)}.ldio-vrtpscz66r>div:nth-child(2) div{position:absolute;transform:rotate(45deg)}.ldio-vrtpscz66r>div:nth-child(2) div:before,.ldio-vrtpscz66r>div:nth-child(2) div:after{content:"";display:block;position:absolute;width:0;height:0;top:-16px;left:48px;background:#5c63fb;border-radius:50%;box-shadow:0 128px 0 0 #5c63fb}.ldio-vrtpscz66r>div:nth-child(2) div:after{left:-16px;top:48px;box-shadow:128px 0 0 0 #5c63fb}.loadingio-spinner-dual-ring-jxdl7qwuwu{width:100%;height:100%;display:inline-block;overflow:hidden;background:rgba(255,255,255,.7);position:fixed;top:0;z-index:100000;text-align:center;display:none;align-items:center;justify-content:center}.loadingio-spinner-dual-ring-jxdl7qwuwu.show{display:flex}.ldio-vrtpscz66r div{box-sizing:content-box}:lang(ar) .upload-kit .upload-kit-input,:lang(ar) .upload-kit .upload-kit-item{float:right;margin:10px 0}:lang(ar) .upload-kit .files{float:right}.help-block{color:#fe6f65}.installmentModal .modal-dialog{max-width:750px}.installmentModal .modal-content{background-color:rgba(0,0,0,0)}.installmentModal .close-modal{background-color:rgba(0,0,0,0)}.installmentModal .close-modal span{cursor:pointer;color:#fff}.installmentModal .modal-header{background-color:#617fff;background-image:url(/img/schoolsArtwork.svg);flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:15px}.installmentModal .modal-header p{font-size:15px;color:#fff;margin-bottom:5px}.installmentModal .modal-header h4{color:#fff}.installmentModal .modal-header .modalTasheelLogo{width:155px;margin-right:auto;margin-top:-66px;padding:10px;border-radius:4px}@media(max-width: 425px){.installmentModal .modal-header .modalTasheelLogo{margin-right:0;margin-top:0}}.installmentModal .modal-body{background-color:#fff}.installmentModal .modal-body .transparent-wrapper{background-color:rgba(0,0,0,0)}.installmentModal .modal-body p,.installmentModal .modal-body span{font-size:18px}.installmentModal .modal-body span{color:#5fb208}.installmentModal .modal-body .custom-success-button{border-radius:4px;padding:8px 50px}.installmentModal .modal-body .later-btn{background-color:#ddd;padding:8px 25px;color:#535151;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}.chatMobileBtn{display:none}@media(max-width: 1000px){.chatMobileBtn{position:fixed;display:flex;justify-content:center;align-items:center;background:#202359;width:60px;height:60px;border-radius:50%;color:#fff;bottom:180px;left:-25px;opacity:.5;z-index:1000;border:4px solid #c3e6ff}.chatMobileBtn:focus{color:#fff}.chatMobileBtn:hover{left:10px;opacity:1}.chatMobileBtn i{font-size:25px}}#TeacherChat.offcanvas-end,#TeacherChat.offcanvas-bottom{top:83px;border-right:none !important;width:450px !important;box-shadow:5px 10px 30px 3px rgba(0,0,0,.15);z-index:1000000000}@media(max-width: 1000px){#TeacherChat.offcanvas-end,#TeacherChat.offcanvas-bottom{bottom:0;top:0}}#TeacherChat.offcanvas-end .offcanvas-header,#TeacherChat.offcanvas-bottom .offcanvas-header{background-color:#6bbe99;color:#fff;padding:23px}#TeacherChat.offcanvas-end .offcanvas-header i,#TeacherChat.offcanvas-bottom .offcanvas-header i{font-size:17px;cursor:pointer}#TeacherChat.offcanvas-end .offcanvas-body,#TeacherChat.offcanvas-bottom .offcanvas-body{padding:23px}#TeacherChat.offcanvas-end .offcanvas-body i,#TeacherChat.offcanvas-bottom .offcanvas-body i{color:#969bab}#TeacherChat.offcanvas-end .offcanvas-body .chat-input,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-input{border:solid 1px rgba(196,196,196,.34) !important;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05) !important}#TeacherChat.offcanvas-end .offcanvas-body .chat-input ::placeholder,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-input ::placeholder{color:rgba(150,155,171,.5) !important}#TeacherChat.offcanvas-end .offcanvas-body .chat-input :-ms-input-placeholder,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-input :-ms-input-placeholder{color:rgba(150,155,171,.5) !important}#TeacherChat.offcanvas-end .offcanvas-body .chat-input ::-ms-input-placeholder,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-input ::-ms-input-placeholder{color:rgba(150,155,171,.5) !important}#TeacherChat.offcanvas-end .offcanvas-body .search-input,#TeacherChat.offcanvas-bottom .offcanvas-body .search-input{margin-bottom:35px}#TeacherChat.offcanvas-end .offcanvas-body .search-input i,#TeacherChat.offcanvas-bottom .offcanvas-body .search-input i{top:13px;inset-inline-end:15px}#TeacherChat.offcanvas-end .offcanvas-body .convs-list,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list{list-style-type:none}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .unseen,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .unseen{background-color:#ddd}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .items-list,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .items-list{max-height:24rem;overflow-y:auto;padding:0;margin:0}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item{display:flex;align-items:center;padding:1rem .6rem;cursor:pointer}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .notification-icon,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .notification-icon{width:60px;height:60px;margin-inline-end:1rem;border-radius:50%;overflow:hidden;margin:0 0 0 5%}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .notification-body,#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .message-content,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .notification-body,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .message-content{width:85%}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .message-info span,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .message-info span{font-size:12px;color:#969bab}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .message-body,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .message-body{color:#969bab;font-size:18px}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .message-body p,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .message-body p{max-width:80%}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .message-body .msg-status span,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .message-body .msg-status span{width:21px;height:21px;background-color:#ff5722;color:#fff}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item .message-body .msg-status i,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item .message-body .msg-status i{font-size:15px}#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item:hover,#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item:focus,#TeacherChat.offcanvas-end .offcanvas-body .convs-list .dropdown-item:active,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item:hover,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item:focus,#TeacherChat.offcanvas-bottom .offcanvas-body .convs-list .dropdown-item:active{color:#1e2125;text-decoration:none;background-color:#e9ecef}#TeacherChat.offcanvas-end .offcanvas-body .chat-header,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-header{padding:23px}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList{max-height:45vh;overflow-y:auto;padding-bottom:23px}@media(max-width: 1000px){#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList{max-height:calc(100vh - 370px) !important}}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .text,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .text{word-break:break-all;color:#212529}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .date,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .date{font-size:12px;color:#969bab}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .sent-wrapper,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .sent-wrapper{width:fit-content !important;align-self:flex-start;margin-inline-start:23px;max-width:80%}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .sent-wrapper .avatar,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .sent-wrapper .avatar{margin-inline-end:8.5px}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .sent-wrapper .msg-image,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .sent-wrapper .msg-image{border-radius:20px 10px 0 20px}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .sent-wrapper .sent,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .sent-wrapper .sent{background-color:rgba(97,127,255,.3);padding-left:10px;padding-right:10px;border-radius:20px 10px 0 20px;color:#212529;width:fit-content}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .sent-wrapper .date,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .sent-wrapper .date{text-align:end;padding-inline-start:40px}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper{width:fit-content !important;align-self:flex-end;margin-inline-end:23px;max-width:80%}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper .avatar,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper .avatar{margin-inline-start:8.5px}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper .msg-image,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper .msg-image{border-radius:10px 20px 20px 0}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper div:first-child,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper div:first-child{flex-direction:row-reverse}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper .received,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper .received{background-color:rgba(221,221,221,.5);padding-left:10px;padding-right:10px;border-radius:10px 20px 20px 0;width:fit-content}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper .received .text,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper .received .text{text-align:end}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .msgList .received-wrapper .date,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .msgList .received-wrapper .date{text-align:end;padding-inline-end:40px;width:100%;display:block}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .spinner-grow,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .spinner-grow{width:.4rem !important;height:.4rem !important;background-color:#656974}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .spinner1,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .spinner1{animation:.75s linear infinite spinner-grow}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .spinner2,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .spinner2{animation:.85s linear infinite spinner-grow}#TeacherChat.offcanvas-end .offcanvas-body .chat-body .spinner1,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-body .spinner1{animation:.95s linear infinite spinner-grow}#TeacherChat.offcanvas-end .offcanvas-body hr,#TeacherChat.offcanvas-bottom .offcanvas-body hr{background-color:#000 !important;opacity:10%}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer{bottom:0;position:fixed;background:#fff;width:100%;padding:15px 23px 15px}@media(min-width: 769px){#TeacherChat.offcanvas-end .offcanvas-body .chat-footer,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer{width:450px}}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper{width:78% !important;display:flex;flex-direction:column;padding-top:9px;padding-bottom:9px;height:fit-content}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper:focus,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper:focus{border-color:#617fff !important}@media(max-width: 480px){#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper{width:70% !important}}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper .imgMsg-wrapper,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper .imgMsg-wrapper{width:265px;height:175px}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper .imgMsg-wrapper i,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper .imgMsg-wrapper i{background-color:rgba(0,0,0,.4);color:#fff;border-radius:50%;padding:8px 10px;inset-inline-end:10px;top:10px;font-size:14px;cursor:pointer}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper .msg-input,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper .msg-input{border-radius:20px !important;border:none !important;line-height:unset !important}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper .msg-input:focus,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper .msg-input:focus{border:none !important;outline:none !important}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer .msg-input-wrapper .msg-input[contenteditable]:empty::before,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer .msg-input-wrapper .msg-input[contenteditable]:empty::before{content:"ابدأ رسالة جديدة";color:gray}#TeacherChat.offcanvas-end .offcanvas-body .chat-footer i,#TeacherChat.offcanvas-bottom .offcanvas-body .chat-footer i{font-size:23px;cursor:pointer}#TeacherChat.offcanvas-bottom{height:100vh}@media(max-width: 768px){#TeacherChat.offcanvas-bottom{width:100% !important}}@media(min-width: 769px){#TeacherChat.offcanvas-bottom{right:unset;left:0}}:lang(en) header .search-head button{left:auto;right:-15px}:lang(en) .share-btns-web{right:auto;left:0;padding-left:0 !important}:lang(en) #TeacherChat .sent,:lang(en) #TeacherChat .msg-image{border-radius:10px 20px 20px 0 !important}:lang(en) #TeacherChat .received,:lang(en) #TeacherChat .msg-image{border-radius:20px 10px 0 20px !important}:lang(en) #TeacherChat .msg-input[contenteditable]:empty::before{content:"Start a new message" !important;color:gray}:lang(en) #TeacherChat .offcanvas-header .fa-arrow-right{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(ar) #TeacherChat .chat-footer .fa-paper-plane{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) .carousel-control-next{right:auto;left:0}:lang(en) .carousel-control-prev{right:0;left:auto}.services-menu.show .dropdown-toggle{background:#777ed9;color:#fff;border-radius:8px 8px 0 0}.services-menu .dropdown-menu{background:#777ed9;border-radius:8px 0 8px 8px;border:0}.services-menu .dropdown-menu .dropdown-item{padding:.5rem 1rem;color:#fff}.services-menu .dropdown-menu .dropdown-item:focus,.services-menu .dropdown-menu .dropdown-item:hover{background-color:#5b60a7}.field-contactform-recaptcha{scale:.8}.contactInfo{display:flex;justify-content:flex-start;align-content:flex-start;align-items:flex-start}@media(max-width: 480px){.contactInfo{flex-direction:column}.contactInfo img,.contactInfo i{display:none}}.contactInfo div{margin:0 20px}@media(max-width: 480px){.contactInfo div{margin:10px 0 0}}.contactInfo div p{font-size:1.2rem;font-weight:bold}@media(max-width: 480px){.contactInfo div p{margin-bottom:0}}@media(max-width: 480px){.mb-sm-5{margin-bottom:5rem}}.TasheelInstallmentTabs{justify-content:center}.TasheelInstallmentTabs .nav-link{position:relative}.TasheelInstallmentTabs .nav-link.active{background-color:#f9f9f9;color:#0a58ca}#Tasheel-tabContent{position:relative}#Tasheel-tabContent::before{content:"";position:absolute;width:96%;height:6px;background:linear-gradient(to left, #5f60ce, #48d5b1);top:4px;left:2%}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}#mainToast{display:none}.switch-notitifications{position:absolute;left:0}.switch-notitifications .badge{position:absolute;right:-5px;top:0;padding:.1em .35em;font-size:12px;font-weight:normal}.otherRoleNotification{font-size:10px;position:absolute;left:10px;top:5px}:lang(en) header .search-head button{left:auto;right:-15px}:lang(en) .share-btns-web{right:auto;left:0;padding-left:0 !important}:lang(en) .installmentModal .modal-header .modalTasheelLogo{margin-right:unset;margin-left:auto}@media(max-width: 425px){:lang(en) .installmentModal .modal-header .modalTasheelLogo{margin-left:0}}:lang(en) .installmentModal .modal-body #subscribeschoolloaninstallment-phone{text-align:left}:lang(en) .switch-notitifications{left:unset;right:0}:lang(en) .switch-notitifications .badge{right:unset;left:-5px}:lang(en) .otherRoleNotification{left:unset;right:10px;top:5px}.popUpAdd{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.8);z-index:1000;justify-content:center;align-items:center;display:none}.popUpAdd.show{display:flex}.popUpAdd a{text-align:center;width:80%}@media(max-width: 800px){.popUpAdd a{width:100%}}.popUpAdd img{max-width:80%;max-height:80vh}@media(max-width: 800px){.popUpAdd img{max-width:96%;max-height:96vh}}.popUpAdd .closeBtn{position:absolute;top:85px;color:#000;right:20px;font-size:21px;background:#fff;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}.widget-visible iframe{bottom:0 !important}.book-space{background-color:#000;border-radius:4px;color:#fff;padding-right:30px;padding-left:30px}.book-space h4{margin-bottom:0}.book-space a{margin:10px 0 !important}.paymentFeatures{margin-bottom:17px;background:linear-gradient(90deg, rgba(8, 219, 151, 0.24) 0%, rgba(8, 219, 151, 0.24) 100%);padding:3px;border-radius:12px}.paymentFeatures>div{background:#fff;padding:36px 0;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05) !important;align-items:center;background-image:url("/img/light-bg.png");background-repeat:no-repeat;background-position-x:-360px;background-origin:content-box;background-position-y:-42px;border-radius:12px}@media(max-width: 992px){.paymentFeatures>div{padding:24px;background-position-x:-403px;background-position-y:-26px}}@media(max-width: 768px){.paymentFeatures>div .row>div:nth-child(1){padding-bottom:1rem}}.paymentFeatures>div .row>div:nth-child(1)>img{width:72px;height:72px;padding:0;margin:0}@media(max-width: 992px){.paymentFeatures>div .row>div:nth-child(1)>img{width:46px;height:46px}}.paymentFeatures>div .row>div:nth-child(1)>div>p:nth-child(1){color:#191920;line-height:31px;font-size:21px;font-weight:500}@media(max-width: 768px){.paymentFeatures>div .row>div:nth-child(1)>div>p:nth-child(1){font-size:16px}}.paymentFeatures>div .row>div:nth-child(1)>div>p:nth-child(2){color:#656974;line-height:21.1px;font-size:15px;margin:0}.paymentFeatures>div .row>div:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media(max-width: 768px){.paymentFeatures>div .row>div:nth-child(2){flex-direction:column;align-items:center}}.paymentFeatures>div .row>div:nth-child(2)>a>img{width:109.5px;height:32px}.paymentFeatures>div .row #paymentmethods{justify-content:center;align-items:center;gap:12px}@media(max-width: 768px){.paymentFeatures>div .row #paymentmethods{flex-direction:row;flex-wrap:wrap}}.btn-success.disabled{color:#fff;background-color:#898989 !important;border-color:#213e30}.mobileNotifications{display:block}.mobileNotifications a.notiIcon{border:0 !important;color:#9a9cb4 !important;font-size:30px !important;width:40px !important}.mobileNotifications a.notiIcon .header-badge{color:#fff !important}.mobileNotifications #notification-dropdown{width:335px !important}@media(min-width: 1200px){.mobileNotifications{display:none}}.mobileLangBtn .nav-link{padding:.5rem !important}.navbar-brand{height:70px;display:flex;align-items:center}@media(max-width: 440px){.navbar-brand img{width:145px !important;height:auto !important}}:root{--star-size: 20px;--star-color: #e4e4e4;--star-background: #e16c19}.hero-bg{background-image:url("/img/Artwork.png");background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.1}.hero-txt,.hero-bg{height:100%}@media only screen and (max-width: 767px){.hero-txt,.hero-bg{margin-top:-10px !important}}.hero-txt h1,.hero-txt .lead{position:relative;top:-50px !important}@media(max-width: 1500px){.hero-txt h1,.hero-txt .lead{top:-70px !important}}@media only screen and (max-width: 767px){.hero-txt h1,.hero-txt .lead{position:unset}}@media(max-width: 1500px){.hero-txt .lead{font-size:1rem}}.hero-txt h4{top:-70px;position:relative;font-size:1.3rem;color:#6bbe99;margin:0 0 20px}@media only screen and (max-width: 767px){.hero-txt h4{position:unset;font-size:.8rem;line-height:1.5}}@media only screen and (max-width: 767px){.hero-txt .lead{font-size:.8rem}.hero-txt h1{font-size:1.5rem}}@media(max-width: 1500px){.hero-txt{font-size:1rem}}.head-section{height:65vh}@media only screen and (max-width: 767px){.head-section{height:88vh}}@media only screen and (max-width: 480px){.head-section{height:auto}}@media only screen and (max-width: 480px){.head-section .container-fluid{height:100%;padding:85px 30px}}.head-section .container-fluid,.head-section .hero-box,.head-section .hero-box div{height:100%}@media only screen and (max-width: 767px){.head-section .container-fluid,.head-section .hero-box,.head-section .hero-box div{height:75%}}.head-section span.num-counter{color:#2ea9d3;font-weight:bold}.head-section .search-box{right:5%;bottom:0;width:90%;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05)}@media only screen and (max-width: 767px){.head-section .search-box{top:65vh;bottom:auto}}@media only screen and (max-width: 480px){.head-section .search-box{top:auto}}.head-section .search-box ::-webkit-input-placeholder{font-size:20px;color:#313131 !important}@media(max-width: 1500px){.head-section .search-box ::-webkit-input-placeholder{font-size:14px}}.head-section .search-box ::-moz-placeholder{font-size:20px;color:#313131 !important}@media(max-width: 1500px){.head-section .search-box ::-moz-placeholder{font-size:14px}}.head-section .search-box :-ms-input-placeholder{font-size:20px;color:#313131 !important}@media(max-width: 1500px){.head-section .search-box :-ms-input-placeholder{font-size:14px}}.head-section .search-box :-moz-placeholder{font-size:20px;color:#313131 !important}@media(max-width: 1500px){.head-section .search-box :-moz-placeholder{font-size:14px}}@media(max-width: 1500px){.head-section .search-box .mx-lg-4{margin-left:.5rem !important;margin-right:.5rem !important}}.head-section .search-box .nav-tabs{border:none}.head-section .search-box .nav-tabs .nav-item .nav-link,.head-section .search-box .nav-tabs .nav-item .teacher-link{background:#5762fe;color:#fff;font-size:16px;border-radius:0;border:none;font-weight:bold;height:103%;padding:16px 45px !important}@media only screen and (max-width: 767px){.head-section .search-box .nav-tabs .nav-item .nav-link span,.head-section .search-box .nav-tabs .nav-item .teacher-link span{font-size:15px}}.head-section .search-box .nav-tabs .nav-item .nav-link:not(.active),.head-section .search-box .nav-tabs .nav-item .teacher-link:not(.active){border-right:3px solid rgba(0,0,0,.05) !important}.head-section .search-box .nav-tabs .nav-item .nav-link:not(.active) .dark,.head-section .search-box .nav-tabs .nav-item .teacher-link:not(.active) .dark{display:none}.head-section .search-box .nav-tabs .nav-item .nav-link:not(.active) .white,.head-section .search-box .nav-tabs .nav-item .teacher-link:not(.active) .white{display:inline}@media only screen and (max-width: 767px){.head-section .search-box .nav-tabs .nav-item .nav-link:not(.active) span,.head-section .search-box .nav-tabs .nav-item .teacher-link:not(.active) span{display:none}}@media only screen and (max-width: 480px){.head-section .search-box .nav-tabs .nav-item .nav-link:not(.active),.head-section .search-box .nav-tabs .nav-item .teacher-link:not(.active){padding:16px 15px !important}}.head-section .search-box .nav-tabs .nav-item .nav-link.active{background:#fff;color:#191920;border-top-left-radius:15px;margin-bottom:-2px;border:none;z-index:2;position:relative}.head-section .search-box .nav-tabs .nav-item .nav-link.active .dark{display:inline}.head-section .search-box .nav-tabs .nav-item .nav-link.active .white{display:none}.head-section .search-box .nav-tabs .nav-item:last-child .nav-link,.head-section .search-box .nav-tabs .nav-item .teacher-link{border-top-left-radius:15px}.head-section .search-box .nav-tabs .nav-item:first-child .nav-link{border-top-right-radius:15px}.head-section .search-box .nav-tabs .nav-item:first-child{margin-right:0}.head-section .search-box .tab-content{background:#fff;border-top-left-radius:15px;margin-top:2px !important}.head-section .search-box .tab-content .filter-box{height:110px !important}@media only screen and (max-width: 767px){.head-section .search-box .tab-content .filter-box{height:auto !important}.head-section .search-box .tab-content .filter-box div.col,.head-section .search-box .tab-content .filter-box div.col-1{width:90%}}@media(max-width: 1500px){.head-section .search-box .tab-content .filter-box input{font-size:14px}}.head-section .search-box .tab-content .filter-box input.form-control,.head-section .search-box .tab-content .filter-box select{margin-top:-10px}.head-section .search-box .tab-content .filter-box .searchBtn,.head-section .search-box .tab-content .filter-box .searchBtn button{height:100%}.head-section .search-box .tab-content .filter-box .searchBtn.desktop-search button{width:100%;border-radius:0;border-top-left-radius:15px;text-align:right;padding-right:40px}@media(max-width: 1500px){.head-section .search-box .tab-content .filter-box .searchBtn.desktop-search button{padding-right:20px}}.head-section .search-box .tab-content .filter-box label.form-label{font-size:16px}@media(max-width: 1500px){.head-section .search-box .tab-content .filter-box label.form-label{font-size:12px}}.head-section .search-box .tab-content .map-tab .searchBtn,.head-section .search-box .tab-content .map-tab .searchBtn button{height:100%}.head-section .search-box .tab-content .map-tab .searchBtn.desktop-search button{width:100%;border-radius:0;border-top-left-radius:15px;text-align:right}.head-section .search-box .tab-content .map-tab select{background-color:rgba(0,0,0,0);color:#fff;border-bottom:solid 1px #fff !important}.head-section .search-box .tab-content .map-tab select option{color:#000}.head-section .search-box .tab-content .map-tab .searchBtn.mobile-search button{width:100%;margin-top:20px}.head-section .search-box .tab-content .map-tab label{margin-bottom:20px !important}.head-section .search-box .tab-content .map-tab select{border-radius:4px !important}.title{display:flex;align-items:center;margin-bottom:30px}.title h3{font-size:32px;margin-bottom:0;color:#202359}@media only screen and (max-width: 767px){.title h3{font-size:18px}}.title .btn{margin-right:auto}.homeSection{padding-top:65px}.homeSection .school .bottom{flex-direction:column !important;height:unset !important}@media only screen and (max-width: 767px){.main-content{margin-top:350px}}.featuredCities{display:flex;justify-content:space-between}@media only screen and (max-width: 767px){.featuredCities{display:block}}.featuredCities .city{display:block;margin:0 0 0 15px;position:relative}@media only screen and (max-width: 767px){.featuredCities .city{margin:0 0 30px 0}.featuredCities .city:not(first-child){width:49%;display:inline-block}.featuredCities .city:not(first-child) .text{padding:10px}.featuredCities .city:not(first-child) .text p{font-size:20px}.featuredCities .city:not(first-child) .text span,.featuredCities .city:not(first-child) .text a{font-size:15px}.featuredCities .city:first-child{width:100%}}.featuredCities .city:last-child{margin:0}.featuredCities .city .img{position:relative}.featuredCities .city .img img{width:100%}.featuredCities .city .img:after{content:"";display:block;width:100%;height:100%;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 0.73) 100%);position:absolute;top:0;border-radius:6px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.featuredCities .city .text{position:absolute;bottom:0;color:#fff;padding:40px}.featuredCities .city .text .link{color:#fff;font-size:16px;display:flex;align-items:center}.featuredCities .city .text .link img{width:14px;margin:0 5px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.featuredCities .city .text .link:hover img{margin:0 10px}.featuredCities .city .text span{display:block;font-size:17px;margin-bottom:30px}.featuredCities .city .text p{font-size:24px;margin:0}.featuredCities .city:hover .img:after{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 3%, rgba(0, 0, 0, 0.73) 100%)}.featuredSchools .school{background-color:#fff;border-radius:16px;color:#656974;margin-bottom:30px;height:100%}.featuredSchools .school .top{color:#656974;padding:20px 15px 0 20px;display:block}.featuredSchools .school .top .head{display:flex;justify-content:space-between}.featuredSchools .school .top .head .type p{margin-bottom:10px;font-weight:400;line-height:21px;font-size:14px;color:#202359}.featuredSchools .school .top .head .type img{width:16px;margin-left:7px}.featuredSchools .school .top .head .rate{display:flex;flex-direction:row-reverse;align-items:center;height:fit-content;background-color:#fcf1e8;border-radius:25px;padding:4px 8px;width:fit-content}.featuredSchools .school .top .head .rate ul{display:initial;padding:0;margin:0;list-style:none}.featuredSchools .school .top .head .rate ul li{display:initial}.featuredSchools .school .top .head .rate .ratebadge{color:#f8bc48;text-align:center;font-size:13px;font-weight:bold;display:inline-block;padding:0 8px 0 0}.featuredSchools .school .top .head .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}.featuredSchools .school .top .head .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, #f8bc48 var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (max-width: 480px){.featuredSchools .school .top .head .Stars::before{content:"★";background-color:var(--star-background);-webkit-text-fill-color:#f8bc48}}.featuredSchools .school .top .body{text-align:center}.featuredSchools .school .top .body .img{width:200px;height:105px;display:inline-block}.featuredSchools .school .top .body .img a{display:flex;justify-content:center;width:200px;height:103px;background-size:contain !important;background-repeat:no-repeat !important;background-position:center center !important}.featuredSchools .school .top .body .img img{max-height:103px;width:auto;max-width:100%}.featuredSchools .school .top .body p{color:#191920;font-size:18px;margin-top:15px;font-weight:bold;margin-bottom:10px}.featuredSchools .school .top .body p.city{font-size:14px;color:#656974;margin-top:-10px !important;margin-bottom:10px}.featuredSchools .school .top .body p a{color:#191920;height:24px;overflow:hidden;display:inline-block}.featuredSchools .school .top .body .compare{display:flex;justify-content:space-between;color:#191920;font-size:14px;align-items:center;padding:10px 0;cursor:pointer}.featuredSchools .school .top .body .compare img{margin-left:10px}.featuredSchools .school .top .body .compare div img{margin:0}.featuredSchools .school .top .body .compare .feesText{font-size:12px;color:#656974}.featuredSchools .school .bottom{background-color:#fbfbfa;display:flex;align-items:center;justify-content:space-between;height:55px;padding:0 15px}.featuredSchools .school .bottom p{margin:15px 0;border-radius:0 0 4px 0;font-size:12px}@media only screen and (max-width: 767px){.featuredSchools .school .bottom p{font-size:12px}}.featuredSchools .school .bottom a{padding:8px 10px;background-color:#6bbe99;color:#0b0b0b;font-size:14px;position:relative;border-radius:4px;font-weight:bold;margin:10px 0;display:inline-block;width:47%;text-align:center}.featuredSchools .school .bottom a span{position:absolute;top:-13px;right:-19px;background:#fff;color:#000;padding:0 10px;border-radius:7px}.featuredSchools .school .bottom .tamweelCTA{background-color:#5763ff;color:#fff}.featuredSchools .school .bottom .m-0{font-size:12px}.featuredSchools .school .bottom .booking-actions{width:100%;display:flex;justify-content:space-between}@media(min-width: 992px)and (max-width: 1359px){.featuredSchools .school .bottom{flex-direction:column}.featuredSchools .school .bottom .m-0{padding-top:5px;margin:auto !important}}.homeSection .paymentMethods{margin-bottom:50px}.homeSection .paymentMethods .paymentMethod{background:#f2f6f8;border-radius:18px;padding:34px 24px;display:flex;flex-direction:column;gap:20px;margin-bottom:20px;height:100%}@media screen and (max-width: 767px){.homeSection .paymentMethods .paymentMethod{padding:20px}}@media screen and (max-width: 992px){.homeSection .paymentMethods .paymentMethod{height:unset}}.homeSection .paymentMethods .paymentMethod>img{width:168px}.homeSection .paymentMethods .paymentMethod p{margin-bottom:8px;color:#202359;font-weight:500;font-size:21px;line-height:31px}@media(max-width: 768px){.homeSection .paymentMethods .paymentMethod p{font-size:16px}}.homeSection .paymentMethods .paymentMethod p.details{color:#737598;font-size:15px;line-height:20.1px}.bannerSection{padding-top:1rem}.bannerSection .smalltitle{font-size:13px;color:#969bab;margin-bottom:15px;position:relative}.bannerSection .smalltitle:before{content:"";height:2px;width:45px;opacity:.45;background-color:#dfe0ea;display:inline-block;margin-left:8px}.bannerSection .smalltitle:after{content:"";height:2px;opacity:.45;background-color:#dfe0ea;display:inline-block;margin-left:8px;position:absolute;top:9px;left:0;right:150px}.bannerSection.landingBannerSection img{width:100%;max-height:148px;height:148px}@media(max-width: 480px){.bannerSection.landingBannerSection img{height:auto !important}}.bannerSection .paid-badge{position:relative}.bannerSection .paid-badge::after{content:"إعلان مدفوع";width:6.4rem;display:inline-block;background-color:#202359;position:absolute;top:0;left:12px;padding:.5rem .7rem;border-radius:0 0 5px 0;color:#fff}.companiesSection{background-color:#191920}.companiesSection .nav{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;scroll-behavior:smooth}@media(max-width: 480px){.companiesSection .btn-container{text-align:center}}.companiesSection button.btn-sm{font-size:16px;padding:8px 16px !important;border-radius:5px}@media only screen and (max-width: 767px){.companiesSection button.btn-sm{padding:5px 5px !important}}.companiesSection .nav-link.active{background-color:#fff;color:#000}.companiesSection .nav-link{background-color:rgba(0,0,0,0);border:solid 2px #fff;color:#fff;margin-bottom:10px}.companiesSection .tab-pane a{height:fit-content}.companiesSection .feature{border:solid 1px rgba(255,255,255,.1);height:100%}.companiesSection .feature .icon-dollar-outlined{color:#6bbe99}.companiesSection .feature .icon-shopping-cart-outlined{color:#617fff}.companiesSection .feature .icon-user-group{color:#2196f3}.companiesSection .feature .icon-data-chart-bar{color:#2196f3}.companiesSection .feature .icon-data-chart-donut{color:#6bbe99}.companiesSection .feature .icon-emails-outlined{color:#617fff}.companiesSection .feature p{font-size:15px}@media only screen and (max-width: 767px){.companiesSection .feature{font-size:13px;margin-bottom:20px;min-height:103px}.companiesSection .feature p{font-size:11px}}.companiesSection .mockup-img-manage{background-image:url("/img/SchoolAdminMockup.png")}.companiesSection .mockup-img-eduction{background-image:url("/img/Mockup.png")}.companiesSection .mockup-img-discounts{background-image:url("/img/partners-page.png")}.companiesSection .mockup-img{background-position:10% 90%;background-repeat:no-repeat;background-size:contain;position:absolute;width:100%;height:80%;bottom:8%;left:-15%}.companySlider{margin-top:70px !important;margin-bottom:50px !important}@media only screen and (max-width: 767px){.companySlider .owl-item{margin-right:30px !important}}.companySlider .owl-item .item{padding:0;display:flex;justify-content:center;align-items:center}.companySlider .owl-item .item img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);opacity:.4 !important}.companySlider .owl-item .item img:hover{filter:none;-webkit-filter:grayscale(0%);opacity:1 !important}@media only screen and (max-width: 767px){.companySlider .owl-item .item{padding:10px}.companySlider .owl-item .item img{height:30px;width:auto}}.companySlider .owl-dots{display:none}.companySlider .owl-stage{display:flex;align-items:center}.companySlider .owl-carousel .owl-nav button{position:absolute;left:-80px;top:2px;background:#dfe0ea;padding:8px !important;border-radius:40px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05)}@media only screen and (max-width: 767px){.companySlider .owl-carousel .owl-nav button{left:0;padding:0 !important;display:none}}.companySlider .owl-carousel .owl-nav button:hover,.companySlider .owl-carousel .owl-nav button:focus{background:#d8d8d8}.companySlider .owl-carousel .owl-nav button.owl-next{left:auto;right:-80px}@media only screen and (max-width: 767px){.companySlider .owl-carousel .owl-nav button.owl-next{right:0}}.companySlider .smalltitle{font-size:13px;color:#969bab;margin-bottom:15px;position:relative}.companySlider .smalltitle:before{content:"";height:2px;width:45px;opacity:.45;background-color:#dfe0ea;display:inline-block;margin-left:8px}.companySlider .smalltitle:after{content:"";height:2px;opacity:.45;background-color:#dfe0ea;display:inline-block;margin-left:8px;position:absolute;top:9px;left:0;right:150px}#CompanyProfileSlider .owl-carousel .owl-nav button{position:absolute;left:-55px;top:30%;background:#dfe0ea;padding:8px !important;border-radius:40px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05)}@media only screen and (max-width: 767px){#CompanyProfileSlider .owl-carousel .owl-nav button{left:-33px;padding:0 !important;display:block;top:50px}}#CompanyProfileSlider .owl-carousel .owl-nav button:hover,#CompanyProfileSlider .owl-carousel .owl-nav button:focus{background:#d8d8d8}#CompanyProfileSlider .owl-carousel .owl-nav button.owl-next{left:auto;right:-55px}@media only screen and (max-width: 767px){#CompanyProfileSlider .owl-carousel .owl-nav button.owl-next{right:-33px}}#CompanyProfileSlider .item{padding:30px 30px;direction:rtl;background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05)}#CompanyProfileSlider .item .itemBody{display:flex;justify-content:space-between;align-items:center;height:75px}#CompanyProfileSlider .item .itemBody img{max-width:50%;height:75px;filter:none;-webkit-filter:none;opacity:1 !important}@media(max-width: 480px){#CompanyProfileSlider .item .itemBody img{max-width:30%;height:auto}}#CompanyProfileSlider .item .itemBody div{color:#000;font-size:.8rem;display:flex;flex-direction:column;align-items:flex-end}#CompanyProfileSlider .item .itemBody div i{font-size:.7rem;margin-bottom:.75rem}#CompanyProfileSlider .item .itemBody div p{margin-bottom:0;font-weight:bold}.head-section .search-box .nav-tabs .nav-item .nav-link.active::after{content:"";width:41px;background:url(/img/tab-reduis-left.png);display:block;position:absolute;left:-22px;background-size:contain;background-repeat:no-repeat;top:0;bottom:0}.head-section .search-box .nav-tabs .nav-item .nav-link.active::before{content:"";width:41px;background:url(/img/tab-reduis-right.png);display:block;position:absolute;right:-1px;background-size:contain;background-repeat:no-repeat;top:0;bottom:0}.head-section .search-box .nav-tabs .nav-item:last-child .nav-link.active::after{background:url(/img/tab-radius-left-end.png)}.head-section .search-box .nav-tabs .nav-item:first-child .nav-link.active::before{display:none}:lang(en) .title .btn{margin-left:auto;margin-right:0}:lang(en) .title .btn img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) #landingIndex .companiesSection .mockup-img{left:auto;right:-15%;background-position:75% 90%}:lang(en) #landingIndex .bannerSection .smalltitle:after{right:0;left:90px}:lang(en) #landingIndex .featuredCities .city:not(:last-child){margin:0 15px 0 0}@media only screen and (max-width: 767px){:lang(en) #landingIndex .featuredCities .city{margin:0 0 30px 0 !important}}:lang(en) #landingIndex .head-section .search-box .tab-content{border-top-left-radius:0;border-top-right-radius:15px}:lang(en) #landingIndex .head-section .search-box .nav-tabs .nav-item:not(:first-child){margin-right:0;margin-left:-10px}:lang(en) #landingIndex .head-section .search-box .nav-tabs .nav-item .nav-link.active{border-top-left-radius:0;border-top-right-radius:15px}:lang(en) #landingIndex .head-section .search-box .nav-tabs .nav-item:last-child .nav-link{border-top-left-radius:0;border-top-right-radius:15px}:lang(en) #landingIndex .head-section .search-box .tab-content .searchBtn.desktop-search button{border-top-left-radius:0;border-top-right-radius:15px;text-align:left}:lang(en) #landingIndex .head-section .search-box .tab-content .searchBtn.desktop-search button{border-top-left-radius:0;border-top-right-radius:15px;text-align:left;padding-right:0;padding-left:25px}:lang(en) #landingIndex .featuredCities .city .text .link img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) #landingIndex .bannerSection .smalltitle:before{margin-left:0;margin-right:8px}:lang(en) #landingIndex .head-section .search-box .tab-content form div:first-child{margin-left:0 !important}:lang(en) .head-section .search-box .nav-tabs .nav-item:first-child .nav-link{border-top-left-radius:15px}:lang(en) .head-section .search-box .nav-tabs .nav-item .nav-link.active{border-top-left-radius:15px !important;border-top-right-radius:0}:lang(en) .head-section .search-box .nav-tabs .nav-item .nav-link.active::after{content:"";width:41px;background:url(/img/tab-reduis-left.png);display:block;position:absolute;left:-1px;background-size:contain;background-repeat:no-repeat;top:0;bottom:0}:lang(en) .head-section .search-box .nav-tabs .nav-item .nav-link.active::before{content:"";width:41px;background:url(/img/tab-reduis-right.png);display:block;position:absolute;right:-1px;background-size:contain;background-repeat:no-repeat;top:0;bottom:0}:lang(en) .head-section .search-box .nav-tabs .nav-item:last-child .nav-link.active::after{background:url(/img/tab-reduis-left.png)}:lang(en) .head-section .search-box .nav-tabs .nav-item:last-child .nav-link.active::before{background:url(/img/tab-radius-left-end-right.png)}:lang(en) .head-section .search-box .nav-tabs .nav-item:first-child .nav-link.active::after{left:auto;right:-1px;background:url(/img/tab-reduis-right.png)}.pageformbody{background:#fff;border-radius:8px;padding:80px 30px;margin-top:-60px}.pageformbody .custom-success-button{border-radius:4px}.pageformbody .later-btn{background-color:#ddd;padding:8px 25px;color:#535151;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}@media(max-width: 780px){.desktop-search .homeBoxSearch{padding:8px !important}.hero-bg{display:none}.featuredCities .city .text{padding:15px}.featuredCities .city .text p{font-size:.9rem}#userProfile .box .box-body .child .img{width:35px;height:35px;background-repeat:no-repeat}#userProfile .latestNews .top div{width:80%}}#msngr content.msngr-container{display:flex;flex-direction:column}#msngr .side-menu{display:flex;flex-direction:column;justify-content:center;background-color:#191920;padding:2rem 1rem}#msngr .side-menu>*:not(:last-child){margin-bottom:1rem}#msngr .side-menu button.btn{padding:1rem 2rem;color:#fff}#msngr .side-menu button.btn:hover{background-color:#595757}#msngr .offcanvas{background-color:#191920}#msngr .offcanvas-header{align-items:center}#msngr .offcanvas-body{padding:0}#msngr .search-box .input-wrapper{position:relative}#msngr .search-box .input-wrapper i{pointer-events:none;position:absolute;top:50%;transform:translate(40%, -50%);font-size:1.5rem}#msngr .search-box .input-wrapper input{background-color:#d9d9d9;width:100%;border-radius:10px !important;padding-inline-start:40px !important}#msngr .msngr-col.messages{background-color:#efeff5;height:100%;max-height:100vh;overflow:auto}#msngr .msngr-col.messages .empty{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}#msngr .msngr-col.chat{height:100vh}#msngr .msngr-col.chat .msngr-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:5rem 0}#msngr .msngr-col.chat .msngr-empty i{font-size:40px;color:#617fff}#msngr .msngr-col.chat .msngr-empty .text{font-size:1.2rem}#msngr .stream .inner{display:flex;flex-direction:column}#msngr #streambox{height:78vh;overflow:auto}#msngr .typebox{display:flex;flex-direction:column;border-top:solid 1px #ddd;height:fit-content}#msngr .typebox .input-wrapper textarea{width:100%;resize:none;height:auto;padding-left:100px !important;border:0 !important}#msngr .sent{align-self:flex-start;background-color:rgba(97,127,255,.3);padding-left:10px;padding-right:10px;border-radius:20px 10px 0 20px;color:#212529}#msngr .sent .msg-image{border-radius:20px 10px 0 20px}#msngr .sent .text{padding-left:30px}#msngr .sent .date{font-size:12px;color:#969bab;text-align:end;padding-right:30px}#msngr .received{align-self:flex-end;background-color:rgba(221,221,221,.5);padding-left:10px;padding-right:10px;border-radius:20px 20px 20px 0;color:#212529}#msngr .received .msg-image{border-radius:20px 20px 20px 0}#msngr .received .text{text-align:end;padding-right:30px}#msngr .received .date{font-size:12px;color:#969bab;padding-left:30px}#msngr .stream-item{margin:1rem;width:fit-content;max-width:70%}#msngr .stream-item .text{word-break:break-all}#msngr .stream-item .msg-info{display:flex;align-items:center}#msngr .stream-item .msg-info>*:not(:last-child){margin-inline-end:1rem}#msngr .stream-item .msg-info .avatar{width:4rem}#msngr .stream-item .msg-date{font-size:70%}#msngr .btn-wrapper{top:9px;left:9px}#msngr .btn-wrapper i{margin-top:10px;font-size:25px}#msngr a.conv-item{display:flex;flex-direction:column;transition:background-color .3s;border-bottom:1px solid #ccc}#msngr a.conv-item:hover{background-color:#ddd}#msngr a.conv-item.active{background-color:#fff}#msngr a.conv-item .item-content{display:flex;align-items:center}#msngr a.conv-item .item-content .avatar{width:3rem;margin-inline-end:1rem;border-radius:50%}#msngr a.conv-item .item-content .info .inner{display:flex;flex-direction:column;align-items:center}#msngr a.conv-item .item-content .info .profile-box{text-align:center}#msngr a.conv-item .item-content .profile-box .avatar{width:10rem}#msngr a.conv-item .item-content .profile-box .name{font-size:120%;font-weight:bold}#msngr a.conv-item .item-content .inner .prop-item{text-align:center}#msngr a.conv-item .item-content .info .name{font-weight:bold;color:#000}#msngr a.conv-item .item-content .info .mini-msg{color:#595757}#msngr a.conv-item .options{display:flex;justify-content:flex-end}#msngr a.conv-item .options .date{font-size:75%;color:#a6a6a6}#msngr .msngr-col.info .inner{overflow:auto;height:100%;background-color:#efeff5}#msngr .msngr-col.info .profile-box{display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:6px}#msngr .msngr-col.info .avatar{width:6rem;height:6rem;text-align:center;margin-bottom:2rem;border-radius:50%;overflow:hidden}#msngr .msngr-col.info .avatar img{width:100% !important;height:100% !important}#msngr .msngr-col.info .name{font-weight:bold}#msngr .msngr-col.info .subtitle{text-align:center;color:#595757}#msngr .msngr-col.info .props-list{margin-top:2rem;background-color:#fff;border-radius:6px}#msngr .msngr-col.info .props-list .prop-item{border-bottom:1px solid #eee}#msngr .msngr-col.info .props-list .prop-item .key{color:#595757}#msngr .msngr-col.info .props-list .prop-item:last-child{border-bottom:none}@media screen and (min-width: 1100px){#msngr content.msngr-container{flex-direction:row;height:95vh}#msngr .msngr-col.messages{flex:1;height:100%}#msngr .msngr-col.chat{flex:2}#msngr .msngr-col.chat .msngr-loading{margin:0;height:80vh}#msngr .msngr-col.info{flex:1}}html[dir=rtl] #msngr .search-box .input-wrapper i{transform:translate(-30%, -50%)}:lang(en) #msngr .typebox .input-wrapper textarea{padding-right:100px !important;padding-left:0 !important}:lang(en) #msngr .btn-wrapper{right:0;left:auto}:lang(en) #msngr .sent{border-radius:10px 20px 20px 0}:lang(en) #msngr .sent .msg-image{border-radius:10px 20px 20px 0}:lang(en) #msngr .sent .text{padding-right:30px;padding-left:0}:lang(en) #msngr .sent .date{text-align:start;padding-left:30px;padding-right:0}:lang(en) #msngr .received{border-radius:20px 10px 0 20px}:lang(en) #msngr .received .msg-image{border-radius:20px 10px 0 20px}:lang(en) #msngr .received .text{text-align:start;padding-left:30px;padding-right:0}:lang(en) #msngr .received .date{padding-right:30px;padding-left:0}#phoneVerify .feedback{width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}#phoneVerify .modal-footer{border-top:none}#phoneVerify .verifyPhone{display:none}.star-rating{display:flex;align-items:center;direction:ltr}.star-rating .star-container{display:flex;height:.8rem;width:.9rem}html:lang(ar) .star-rating{margin-inline-start:1rem}html:lang(en) .star-rating{margin-inline-end:1rem}#appHeader #notification-dropdown,#appHeader #chat-dropdown{width:25rem;padding-top:0;padding-bottom:0;z-index:10000000000}#appHeader #notification-dropdown .unseen,#appHeader #chat-dropdown .unseen{background-color:#ddd}#appHeader #notification-dropdown .dropdown-header,#appHeader #chat-dropdown .dropdown-header{color:#fff;display:flex;align-items:center;justify-content:space-between;border-radius:.15rem .15rem 0 0;padding:1rem}#appHeader #notification-dropdown .dropdown-footer.chats,#appHeader #chat-dropdown .dropdown-footer.chats{display:flex;align-items:center;justify-content:space-between;border-radius:.15rem .15rem 0 0;padding:1rem}#appHeader #notification-dropdown .dropdown-footer.chats img,#appHeader #chat-dropdown .dropdown-footer.chats img{width:21px;height:21px}#appHeader #notification-dropdown .dropdown-header.notifications,#appHeader #chat-dropdown .dropdown-header.notifications{background-color:#617fff}#appHeader #notification-dropdown .dropdown-header.chats,#appHeader #chat-dropdown .dropdown-header.chats{background-color:#6bbe99}#appHeader #notification-dropdown .dropdown-header.chats img,#appHeader #chat-dropdown .dropdown-header.chats img{width:21px;height:21px}#appHeader #notification-dropdown .items-list,#appHeader #chat-dropdown .items-list{max-height:24rem;overflow-y:auto;padding:0;margin:0}#appHeader #notification-dropdown li,#appHeader #chat-dropdown li{border-bottom:1px solid #e8e2e2;display:flex;padding:15px}#appHeader #notification-dropdown li:hover,#appHeader #notification-dropdown li:focus,#appHeader #chat-dropdown li:hover,#appHeader #chat-dropdown li:focus{background-color:#e9ecef}#appHeader #notification-dropdown p,#appHeader #chat-dropdown p{white-space:normal;margin:0}#appHeader #notification-dropdown .dropdown-item,#appHeader #chat-dropdown .dropdown-item{display:inline-flex;align-items:center;padding:0;cursor:pointer;width:auto}#appHeader #notification-dropdown .dropdown-item .notification-icon,#appHeader #chat-dropdown .dropdown-item .notification-icon{width:80px;margin:0 0 0 15px}#appHeader #notification-dropdown .dropdown-item .notification-icon img,#appHeader #chat-dropdown .dropdown-item .notification-icon img{border-radius:50%;width:60px;height:60px}#appHeader #notification-dropdown .dropdown-item .notification-body,#appHeader #notification-dropdown .dropdown-item .message-content,#appHeader #chat-dropdown .dropdown-item .notification-body,#appHeader #chat-dropdown .dropdown-item .message-content{width:85%}#appHeader #notification-dropdown .dropdown-item .message-info,#appHeader #chat-dropdown .dropdown-item .message-info{display:flex;justify-content:space-between;align-items:center;font-size:14px}#appHeader #notification-dropdown .dropdown-item .message-body,#appHeader #chat-dropdown .dropdown-item .message-body{color:#969bab;font-size:14px}#appHeader #notification-dropdown .dropdown-item .notification-body span,#appHeader #notification-dropdown .dropdown-item .message-body span,#appHeader #chat-dropdown .dropdown-item .notification-body span,#appHeader #chat-dropdown .dropdown-item .message-body span{font-size:.8rem}#appHeader #notification-dropdown .dropdown-item:hover,#appHeader #notification-dropdown .dropdown-item:focus,#appHeader #notification-dropdown .dropdown-item:active,#appHeader #chat-dropdown .dropdown-item:hover,#appHeader #chat-dropdown .dropdown-item:focus,#appHeader #chat-dropdown .dropdown-item:active{color:#1e2125;text-decoration:none;background-color:#e9ecef}#appHeader #notification-dropdown .loading,#appHeader #chat-dropdown .loading{display:flex;justify-content:center;align-content:center;margin:1rem 0}#appHeader #notification-dropdown .message-avatar,#appHeader #chat-dropdown .message-avatar{width:2rem}#appHeader #notification-dropdown .no-notifications,#appHeader #chat-dropdown .no-notifications{display:flex;flex-direction:column;justify-content:center;align-content:center;margin:1rem 0;text-align:center}#appHeader #notification-dropdown .custom-success-button,#appHeader #notification-dropdown .custom-danger-button{font-size:15px;line-height:unset !important;height:35px}#fixedFooter{z-index:10001;position:fixed !important;bottom:0;width:100%;background:#fff;box-shadow:0px -10px 10px 3px rgba(0,0,0,.21);display:none;direction:rtl}@media(max-width: 480px){#fixedFooter{display:block}}#fixedFooter .items{display:flex;justify-content:space-evenly;list-style:none;padding:10px 0;margin:0;font-size:12px}#fixedFooter .items li,#fixedFooter .items a{display:flex;flex-direction:column;align-items:center;color:#5f6587;text-decoration:none}#fixedFooter .items li i,#fixedFooter .items a i{font-size:1.4rem;color:#000;margin-bottom:.5rem}#fixedFooter .items .show{filter:invert(48%) sepia(13%) saturate(3270%) hue-rotate(180deg) brightness(95%) contrast(80%)}.tawk-button{background-color:#6bbe99 !important}@media(max-width: 480px){.filterBtn,.filter-icon{display:none !important}}div.hasPass{position:relative}.hasPass>div>input::-ms-reveal,.hasPass>div>input::-ms-clear,.hasPass>div>input::-webkit-clear-button,.hasPass>div>input::-webkit-password-toggle-button{display:none}a.showPass{display:block;position:absolute;top:24px;transform:translate(0, -50%);color:inherit}html:lang(en) a.showPass{right:10px}html:lang(ar) a.showPass{left:10px}.login-form,.signup-form,.reset-form{min-height:100vh}.login-form.row,.login-form .row,.signup-form.row,.signup-form .row,.reset-form.row,.reset-form .row{margin-left:0 !important;margin-right:0 !important}.login-form .pattern-bg,.signup-form .pattern-bg,.reset-form .pattern-bg{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;background-color:#e7e7f7;opacity:.4;background:url("/v2/views/img/login/login_img.png");background-position:left;background-repeat:no-repeat;background-size:cover;background-color:#babbcf}.login-form .greeting .logo,.signup-form .greeting .logo,.reset-form .greeting .logo{width:228.85px;height:85px;margin-bottom:40px}.login-form .greeting h4,.signup-form .greeting h4,.reset-form .greeting h4{font-weight:400;color:#202359;font-size:29px;line-height:41px;margin-bottom:0}.login-form .greeting p,.signup-form .greeting p,.reset-form .greeting p{color:#202359;font-size:16px;line-height:25px;margin-bottom:0;margin-top:24px}.login-form .main-title,.signup-form .main-title,.reset-form .main-title{font-size:2rem;text-align:center;color:#202359}.login-form .social-btns .btn,.signup-form .social-btns .btn,.reset-form .social-btns .btn{width:100%;background:#f6f6f9;border-radius:28px}.login-form .separator,.signup-form .separator,.reset-form .separator{display:flex;align-items:center;text-align:center;color:#737598;font-weight:400;font-size:12px;line-height:18.6px}.login-form .separator::before,.login-form .separator::after,.signup-form .separator::before,.signup-form .separator::after,.reset-form .separator::before,.reset-form .separator::after{content:"";flex:1;border-bottom:1px solid #737598;margin-left:12px;margin-right:12px}.login-form .loginForm label,.signup-form .loginForm label,.reset-form .loginForm label{color:#202359;line-height:16.5px}.login-form .loginForm .enterData,.signup-form .loginForm .enterData,.reset-form .loginForm .enterData{border:1px solid #babbcf;border-radius:12px;display:flex;justify-content:space-between;padding:12px;margin-bottom:16px}.login-form .loginForm .enterData input,.signup-form .loginForm .enterData input,.reset-form .loginForm .enterData input{border:none;outline:none;width:100%}.login-form .loginForm .forgetPass,.signup-form .loginForm .forgetPass,.reset-form .loginForm .forgetPass{display:flex;justify-content:space-between;margin-bottom:41px;color:#202359;line-height:19px}.login-form .loginForm .forgetPass input[type=checkbox],.signup-form .loginForm .forgetPass input[type=checkbox],.reset-form .loginForm .forgetPass input[type=checkbox]{margin-left:4px;cursor:pointer}.login-form .loginForm .forgetPass a,.signup-form .loginForm .forgetPass a,.reset-form .loginForm .forgetPass a{color:#202359;line-height:19px}.login-form .loginForm button,.signup-form .loginForm button,.reset-form .loginForm button{border:none;outline:none;background-color:#202359;color:#fff;width:100%;height:57px;border-radius:29px}.login-form .contact-section .quote-circle,.signup-form .contact-section .quote-circle,.reset-form .contact-section .quote-circle{width:80px;height:80px;background-color:#2196f3;border-radius:50px;display:flex;justify-content:center;align-items:center;position:absolute;top:-90px;left:-40px}.login-form .contact-section .quote-circle i,.signup-form .contact-section .quote-circle i,.reset-form .contact-section .quote-circle i{font-size:30px}.login-form .contact-section .bordered-section,.signup-form .contact-section .bordered-section,.reset-form .contact-section .bordered-section{border-left:solid 2px #2c389a}.login-form .contact-section .line-before,.signup-form .contact-section .line-before,.reset-form .contact-section .line-before{display:flex;align-items:center;padding-left:1px}.login-form .contact-section .line-before::after,.signup-form .contact-section .line-before::after,.reset-form .contact-section .line-before::after{content:"";flex:1;border-bottom:solid 2px #2c389a;margin-right:10px}.login-form .contact-section .line-before::before,.signup-form .contact-section .line-before::before,.reset-form .contact-section .line-before::before{content:"";flex:1}.login-form .contact-section .ltr .bordered-section,.signup-form .contact-section .ltr .bordered-section,.reset-form .contact-section .ltr .bordered-section{border-right:solid 2px #2c389a;border-left:none}.login-form .contact-section .ltr .line-before,.signup-form .contact-section .ltr .line-before,.reset-form .contact-section .ltr .line-before{padding-left:0;padding-right:1px}.login-form .contact-section .ltr .line-before::before,.signup-form .contact-section .ltr .line-before::before,.reset-form .contact-section .ltr .line-before::before{margin-right:0;margin-left:10px}.login-form .contact-section .ltr .line-before::after,.signup-form .contact-section .ltr .line-before::after,.reset-form .contact-section .ltr .line-before::after{content:"";flex:1}.login-form .contact-section .school-admin,.signup-form .contact-section .school-admin,.reset-form .contact-section .school-admin{background-color:#617fff;color:#fff}.login-form .contact-section .ys-contact,.signup-form .contact-section .ys-contact,.reset-form .contact-section .ys-contact{background-color:#ff9800;color:#fff}.backToHome{text-decoration:none;color:#737598;font-size:14px;line-height:21px}.rateSuccessAlertMsg{border-radius:5px !important;width:75%;margin:.5rem auto !important;color:#000 !important;background-color:rgba(107,190,153,.6) !important}:lang(en) .login-form .back-home-icon,:lang(en) .signup-form .back-home-icon,:lang(en) .reset-form .back-home-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) .login-form .line-before::before,:lang(en) .signup-form .line-before::before,:lang(en) .reset-form .line-before::before{content:"";flex:1;border-bottom:solid 2px #2c389a;margin-right:10px}:lang(en) .login-form .line-before::after,:lang(en) .signup-form .line-before::after,:lang(en) .reset-form .line-before::after{content:"";flex:1;border-bottom:0;margin-right:auto}.faq-container .category-tab{transition:transform .2s;min-width:190px}.faq-container .category-tab .active{background-color:#fff;color:#000}.faq-container .category-tab:hover,.faq-container .category-tab .active{border:solid 4px #202359;transform:scale(1.12)}.faq-container button[aria-expanded=true],.faq-container .btn:focus{box-shadow:none}.faq-container button[aria-expanded=true]{background-color:#ddd}.faq-container button[aria-expanded=true]>span::before{content:"-";font-size:30px}.faq-container button[aria-expanded=false]>span::before{content:"+";font-size:30px}.faq-container button[aria-expanded=false]>span,.faq-container button[aria-expanded=true]>span{margin-top:-10px}.faq-container .dot-icon{font-size:10px;color:#202359}.faq-container .text-mainColor{color:#202359}.faq-container textarea{height:auto}.faq-container .text-justify{text-align:justify}.faq-container .modal-footer button:hover{color:#fff}.faq-container .error-message{font-size:.8rem;color:#ef7070}.faq-container .success-message{text-align:center}.faq-container .success-message i{font-size:40px;color:#6bbe99}.faq-container .success-message p{font-size:1rem}.privacy-container .page-header,.about-container .page-header,.jobs-container .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.privacy-container .page-header .main-title p,.about-container .page-header .main-title p,.jobs-container .page-header .main-title p{font-size:16px;color:#858eab;margin-top:20px}.privacy-container .page-header .jobs-filter,.about-container .page-header .jobs-filter,.jobs-container .page-header .jobs-filter{margin-top:20px;background:#fff;padding:20px;border-top-left-radius:15px;border-top-right-radius:15px}.privacy-container .page-header .jobs-filter .item-label,.about-container .page-header .jobs-filter .item-label,.jobs-container .page-header .jobs-filter .item-label{font-size:16px}.privacy-container .page-header .jobs-filter .search-item select,.about-container .page-header .jobs-filter .search-item select,.jobs-container .page-header .jobs-filter .search-item select{width:100%;padding-right:10px;padding-left:10px}.privacy-container .privacy-content p,.privacy-container .about-content p,.privacy-container .jobs-content p,.about-container .privacy-content p,.about-container .about-content p,.about-container .jobs-content p,.jobs-container .privacy-content p,.jobs-container .about-content p,.jobs-container .jobs-content p{text-align:justify}.privacy-container .privacy-content .arrow-icon,.privacy-container .about-content .arrow-icon,.privacy-container .jobs-content .arrow-icon,.about-container .privacy-content .arrow-icon,.about-container .about-content .arrow-icon,.about-container .jobs-content .arrow-icon,.jobs-container .privacy-content .arrow-icon,.jobs-container .about-content .arrow-icon,.jobs-container .jobs-content .arrow-icon{font-size:15px;color:#202359}.jobs-container .page-header{padding-bottom:0}.jobs-container .pagination{justify-content:center !important;margin-top:5rem}.jobs-container .pagination li{width:37px;height:37px;line-height:37px;text-align:center;cursor:pointer;border-radius:.25rem;margin-left:5px;margin-right:5px;background-color:#fff;box-shadow:0 0 10px #ddd}.jobs-container .pagination li a{color:#aaa !important}.jobs-container .pagination .active{background-color:#5c63fb}.jobs-container .pagination .active a{color:#fff !important}.jobs-container .pagination li:last-child,.jobs-container .pagination li:first-child{background-color:#000}.jobs-container .pagination li:last-child a,.jobs-container .pagination li:first-child a{color:#fff !important;font-size:30px}.jobs-container .pagination .disabled{display:none}#applyJob-form{width:100%}#applyJob-form .modal-dialog{max-width:100%;margin:0}#applyJob-form .modal-dialog .upload-kit .upload-kit-input,#applyJob-form .modal-dialog .upload-kit .upload-kit-item,#applyJob-form .modal-dialog .upload-kit .files{float:right}#applyJob-form .modal-dialog .modal-footer button:hover{background-color:#202359;color:#fff}#applyJob-form .modal-dialog .help-block{color:#ef7070}.JobDetails .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.JobDetails .page-header p{font-size:20px;color:#858eab}@media(max-width: 600px){.JobDetails .bc-nav .nav-wrapper li{margin:10px 0 0 0 !important}}.JobDetails .modal-dialog{max-width:700px}.JobDetails .modal-body .upload-controls .upload-file-input{border-bottom:2px solid rgba(0,0,0,.05) !important}.JobDetails .featuredJobs h3{color:#202359}:lang(en) .privacy-container .arrow-icon,:lang(en) .about-container .arrow-icon,:lang(en) .jobs-container .arrow-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1);margin-top:5px !important}:lang(en) #applyJob-form .modal-dialog .upload-kit .upload-kit-input,:lang(en) #applyJob-form .modal-dialog .upload-kit .upload-kit-item,:lang(en) #applyJob-form .modal-dialog .upload-kit .files{float:left}.featuredJobs .job{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;height:100%}.featuredJobs .job .top{color:#656974;padding:20px 20px 0 20px;display:block}.featuredJobs .job .top .head{display:flex;justify-content:space-between}.featuredJobs .job .top .head .type p{margin-bottom:10px;font-size:14px}.featuredJobs .job .top .head .type img{width:17px;margin-left:7px}.featuredJobs .job .top .head .rate ul{display:initial;padding:0;margin:0;list-style:none}.featuredJobs .job .top .head .rate ul li{display:initial}.featuredJobs .job .top .head .rate .ratebadge{color:#e16c19;background-color:#fcf1e8;border-radius:25px;text-align:center;font-size:13px;font-weight:bold;display:inline-block;padding:4px 14px 0}.featuredJobs .job .top .head .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}@media only screen and (max-width: 1140px){.featuredJobs .job .top .head .Stars{font-size:10px}}.featuredJobs .job .top .head .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (max-width: 480px){.featuredJobs .job .top .head .Stars::before{content:"★";background-color:var(--star-background);-webkit-text-fill-color:var(--star-background)}}.featuredJobs .job .top .body{text-align:center}.featuredJobs .job .top .body .img{width:200px;height:105px;display:inline-block}.featuredJobs .job .top .body .img a{display:block;width:200px;height:103px;background-size:contain !important;background-repeat:no-repeat !important;background-position:center center !important}.featuredJobs .job .top .body .img img{max-width:100%;max-height:160px;width:auto}.featuredJobs .job .top .body p{color:#191920;font-size:18px;margin-top:15px;font-weight:bold;margin-bottom:25px;word-break:break-word}.featuredJobs .job .top .body p.city{font-size:14px;color:#656974;margin-top:-20px !important;margin-bottom:10px}.featuredJobs .job .top .body p a{color:#191920;height:24px;overflow:hidden;display:inline-block}.featuredJobs .job .top .body .compare{display:flex;color:#191920;font-size:14px;align-items:center;border-top:1px solid #f3f3f1;padding:10px 0;cursor:pointer}.featuredJobs .job .top .body .compare img{margin-left:10px}.featuredJobs .job .top .body .compare div{margin-right:auto}.featuredJobs .job .top .body .compare div img{margin:0}.featuredJobs .job .bottom{background-color:#fbfbfa;display:flex;align-items:center;justify-content:space-between;height:57px}.featuredJobs .job .bottom p{margin:15px 20px;border-radius:0 0 4px 0;font-size:14px;max-width:56%}@media only screen and (max-width: 767px){.featuredJobs .job .bottom p{font-size:13px}}.featuredJobs .job .bottom a,.featuredJobs .job .bottom button{border:none;padding:15px;background-color:#6bbe99;color:#fff;font-size:14px;height:100%;border-radius:0 0 0 4px}.featuredJobs .job .bottom .success-msg{background-color:#e5f6ef;height:100%}.featuredJobs .job .bottom .success-msg span{color:#6bbe99}.report-container .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.report-container .page-header .main-title p{font-size:.8rem;color:#858eab;margin-top:20px;text-align:justify}.report-container .report-error label{color:#969bab}.report-container .report-error textarea{height:auto}.report-container .modal-content{width:fit-content}.report-container .modal-content .modal-header{background-color:#6bbe99}.report-container .modal-content .modal-header .modal-title{color:#fff}.report-container .modal-content .modal-header i{font-size:30px;color:#fff}:lang(en) .report-container .back-home-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.contact-container select{color:#6c757d !important}.contact-container .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.contact-container .page-header .contact-info a{font-size:1rem;color:#858eab}.contact-container .contact-form .form-title{color:#202359}.contact-container .contact-form label{color:#969bab}.contact-container .contact-form textarea{height:auto}:lang(en) .contact-container select{direction:ltr}:lang(en) .contact-container .back-home-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.MapContainer input[type=range]{border-bottom:none !important}.MapContainer button[aria-expanded=true],.MapContainer .btn:focus{box-shadow:none}.MapContainer i{color:#202359}.MapContainer .note{bottom:55px;left:0}.MapContainer .note button{font-size:12px}.MapContainer .note .alert{background-color:#fff;line-height:1.2}.MapContainer .note .alert small{font-size:13px}@media screen and (max-width: 600px){.MapContainer .note{top:55px}.MapContainer .note .alert{padding:.5rem 1.1rem}.MapContainer .note .alert .btn-close{padding:.85rem .8rem}}.MapContainer .map-section{position:relative}.MapContainer .map-section div[aria-expanded=true]{background-color:#ddd}@media screen and (min-width: 768px){.MapContainer .map-section .filter-icon{width:40px;height:40px;display:flex;position:absolute;top:65px;left:1px;background-color:#fff;border-radius:2px}.MapContainer .map-section .filter-icon i{color:#202359}}@media screen and (max-width: 480px){.MapContainer .map-section .filter-icon{position:fixed;display:flex;justify-content:center;align-items:center;background:#6bbe99;width:60px;height:60px;border:4px solid #c3e6ff;border-radius:50%;bottom:20px;left:-35px;opacity:.5;transition:all ease .4s;z-index:1000}.MapContainer .map-section .filter-icon i{color:#fff}.MapContainer .map-section .filter-icon:hover{left:10px;opacity:1}}@media screen and (min-width: 768px){.MapContainer .map-section .filter-menu{top:120px;left:9px;min-width:370px;z-index:900;position:absolute;background-color:#fff;transition:all ease .5s;overflow:hidden;max-height:0}.MapContainer .map-section .filter-menu.show{overflow-y:auto;max-height:100%;top:112px}}@media screen and (max-width: 480px){.MapContainer .map-section .filter-menu{z-index:900;border-radius:50px 50px 0 0;position:fixed;bottom:0;left:0;background-color:#fff;transition:all ease .5s;overflow:hidden;max-height:0;top:200%}.MapContainer .map-section .filter-menu.show{width:100%;overflow-y:scroll;max-height:100%;top:92px;padding-top:2.1rem;box-shadow:0px 0 160px 0 rgba(33,37,41,.6)}}@media(max-width: 425px){.MapContainer .map-section .filter-menu{width:100%}}@media(min-width: 426px)and (max-width: 768px){.MapContainer .map-section .filter-menu{width:50%}}@media(min-width: 769px)and (max-width: 1399px){.MapContainer .map-section .filter-menu{width:37%}}@media(min-width: 1400px){.MapContainer .map-section .filter-menu{width:15%}}.MapContainer .map-section .filter-menu .list-group-item{cursor:default}.MapContainer .map-section .filter-menu .stages-container{overflow-x:auto;overflow-y:hidden}.MapContainer .map-section .filter-menu .vertical-btn-slider{display:flex;flex-wrap:wrap}.MapContainer .map-section .filter-menu .vertical-btn-slider .btnsList label{padding:4px 11px !important;margin-bottom:5px}.MapContainer .map-section .filter-menu .vertical-btn-slider .btnsList label:hover{color:#fff;background-color:#5764fe !important;border-color:#5764fe}.MapContainer .map-section .filter-menu .vertical-btn-slider .btnsList label:focus{box-shadow:none}.MapContainer .map-section .filter-menu .vertical-btn-slider .btnsList input:checked+label{color:#fff;background-color:#5764fe !important;border-color:#5764fe;box-shadow:none}.MapContainer .map-section .filter-menu .vertical-btn-slider .form-check{border:1px solid #000;color:#000;padding:.25rem .5rem;border-radius:5px;margin:0 5px}.MapContainer .map-section .filter-menu .vertical-btn-slider .form-check input{display:none}.MapContainer .map-section .filter-menu .vertical-btn-slider .filter-btn-selected{background-color:#5764fe;border-color:#5764fe}.MapContainer .map-section .filter-menu .vertical-btn-slider .filter-btn-selected label{color:#fff !important}@media(max-width: 768px){.MapContainer .map-section .filter-menu .vertical-btn-slider_schoolType{width:400px}}@media(max-width: 768px){.MapContainer .map-section .filter-menu .vertical-btn-slider_curr{width:700px}}.MapContainer .map-section .search-btn:hover{color:#fff}@media(max-width: 400px){.MapContainer .filter-menu{min-width:300px;margin-left:auto;margin-right:auto;left:0;right:0}}@media(max-width: 400px){:lang(en) .MapContainer .filter-menu{min-width:300px;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center}}.fees-item{padding:55px 20px !important}.noUi-target{background-color:rgba(101,105,116,.1);border-radius:6px;border:0;box-shadow:none}.noUi-horizontal{height:6px}.noUi-connect{background:#6236ff;box-shadow:none}.noUi-horizontal .noUi-handle{width:16px;height:16px;left:-13px;top:-6px;border-radius:16px}.noUi-handle{border:0;background:#6236ff;cursor:grab;box-shadow:none}.noUi-handle:after,.noUi-handle:before{display:none}.noUi-marker-horizontal.noUi-marker-large{display:none}.noUi-value-horizontal{transform:translate3d(-50%, -13%, 0);font-size:12px}.noUi-tooltip{display:block;position:absolute;border:1px solid #efeeee;border-radius:17px;background:#fff;color:#000;padding:0px 9px;text-align:center;font-size:12px}.ResetPasswordContainer{height:inherit}.modal-body h4{color:#191920}.modal-body p{color:#6c757d}.modal-body .upload-controls span{color:#6c757d}.modal-body .upload-controls .btn-small{border:.1em solid #6c757d}.modal-body .upload-controls .upload-file-input{border:none !important}.modal-body .upload-controls .file-path-wrapper .file-path{border-bottom:none !important}.modal-body .upload-btn-wrapper .upload-btn{border:none;padding:15px;background-color:#6bbe99;color:#fff;font-size:14px;height:100%;border-radius:0 0 0 4px}.modal-footer .waves-effect{color:#191920}.modal-footer .close{background-color:#6bbe99;color:#fff}.saudi-jobs-header i{font-size:15px}:lang(en) .saudi-jobs-header i{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.jobs-search{background-color:#fff;margin-top:40px;padding:20px;border-radius:12px;border:1px solid #e0e0eb}.jobs-search .search-item .item-label{font-size:.8rem;color:#000 !important;font-weight:bold}.jobs-search .search-item .home-filter-item{width:100%;border:1px solid #e0e0eb;border-radius:12px;margin-top:12px;padding:4px 16px}.job-list .job{background-color:#fff;border-radius:16px;padding:24px;color:#202359;margin-bottom:30px}.job-list .job .head{display:flex}.job-list .job .head p{margin-bottom:0;font-size:14px}.job-list .job .bottom{border-top:1px dashed #babbcf;display:flex;padding:20px;align-items:center;margin-top:2rem}.job-list .job .bottom .img img{width:40px}.job-list .job .bottom p{margin-bottom:0;font-size:14px}.job-list .job .bottom small{color:#737598;font-size:12px}.PageHeader{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.PageHeader .search-page-title p{font-size:16px;color:#858eab;margin-top:20px}#CompleteBookingApp table#childTable th{font-size:13px;background:#ededed;padding:10px;border-bottom:1px solid #aeacac;color:#5f5f5f}#CompleteBookingApp .list-cell__full_name,#CompleteBookingApp .list-cell__stage_id,#CompleteBookingApp .list-cell__birthdate,#CompleteBookingApp .list-cell__identity,#CompleteBookingApp .list-cell__gender{font-size:1.2rem;color:#191920 !important}#CompleteBookingApp #ChildList ul.childs-list{display:flex;justify-content:center;padding:0;margin:0;list-style-type:none}#CompleteBookingApp #ChildList li.child{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;border-radius:50%;border:solid 2px #202359;cursor:pointer}#CompleteBookingApp #ChildList li.child img{width:50%}#CompleteBookingApp #ChildList li.child p{margin:0}.paid_amount{border:2px dashed rgba(0,0,0,.125);background-color:#f8f8f8;border-radius:16px}#bookingCtrl textarea#schoolbooking-comment{height:100px}#bookingCtrl .booking-stepper{margin-bottom:-160px;margin-top:20px}#bookingCtrl .stepper-header{background-color:#617fff;color:#fff;padding:20px 0 80px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;text-align:center}#bookingCtrl .stepper{margin:auto;display:flex;padding:0;width:100%}#bookingCtrl .stepper .booking-stepper{margin-top:-40px}#bookingCtrl .stepper .step{float:right;font-size:15px;margin:0 12px}#bookingCtrl .stepper .step .icon-circle{text-align:center}#bookingCtrl .stepper .step .icon-circle i{font-size:25px;margin-bottom:20px;color:#fff;padding:15px;border-radius:50px;background-color:#202359}#bookingCtrl .stepper .divider{border-bottom:1px solid #cfcfcf;height:90px;width:45px}#bookingCtrl .stepper .circle{margin:10px auto;background-color:#202359;border-radius:50%;color:#fff;font-size:13px;height:24px;line-height:24px;text-align:center;width:24px}#bookingCtrl .stepper .label{color:#cfcfcf;line-height:24px;font-weight:700 !important;font-size:14px}#bookingCtrl .stepper .active .circle{background-color:#6bbe99}#bookingCtrl .stepper .active .label{color:#5b5b5b;font-weight:400}#bookingCtrl .stepper .active .icon-circle i{background-color:#6bbe99}#bookingCtrl label.control-label{font-weight:400}#bookingCtrl .title{font-size:19px;margin-top:20px;font-weight:bolder}#bookingCtrl .help-block.help-block-error{color:#ef7070;margin:10px auto 0px;font-size:13px}#bookingCtrl .childsTable{overflow:auto;background:#fff;padding:20px 20px 0 20px}#bookingCtrl .childsTable .control-label{display:none}#bookingCtrl .childsTable .form-group{margin-bottom:0}#bookingCtrl .childsTable table th{font-size:13px;background:#ededed;padding:10px;border-bottom:1px solid #aeacac;color:#5f5f5f}#bookingCtrl .childsTable table td{font-size:13px;padding:10px}#bookingCtrl .childsTable table td .radio-list .input-priority{display:flex}#bookingCtrl .childsTable table td .radio-list .input-priority .radio{margin:0 0 0 20px}#bookingCtrl .childsTable table td .radio-list .input-priority .radio input{height:auto !important}#bookingCtrl .upload-kit .upload-kit-input,#bookingCtrl .upload-kit .upload-kit-item{float:right;margin-right:0;margin-left:10px}#bookingCtrl .upload-kit .files{float:right}#bookingCtrl .radio label,#bookingCtrl .checkbox label{padding-left:0;padding-right:20px}#bookingCtrl .radio input[type=radio],#bookingCtrl .radio-inline input[type=radio],#bookingCtrl .checkbox input[type=checkbox],#bookingCtrl .checkbox-inline input[type=checkbox]{margin-left:0;margin-right:-20px}:lang(ar) .vc-pane-container .vc-svg-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) #bookingCtrl .radio label,:lang(en) #bookingCtrl .checkbox label{padding-left:20px;padding-right:0}:lang(en) .upload-kit .files{float:left !important}:lang(en) #bookingCtrl .radio input[type=radio],:lang(en) #bookingCtrl .radio-inline input[type=radio],:lang(en) #bookingCtrl .checkbox input[type=checkbox],:lang(en) #bookingCtrl .checkbox-inline input[type=checkbox]{margin-left:-20px;margin-right:0}:lang(en) #bookingCtrl .upload-kit .upload-kit-input,:lang(en) #bookingCtrl .upload-kit .upload-kit-item{float:left}.potentialBooking .multiple-input-list.table.table-condensed.table-renderer thead{display:none}.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tbody tr{display:block;width:100%}.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tbody tr td{display:inline-block;width:32%}.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tbody tr td.list-cell__birthdate-day,.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tbody tr td.list-cell__birthdate-month,.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tbody tr td.list-cell__birthdate-year{display:inline-block;width:32%}@media(max-width: 720px){.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tbody tr td{display:block;width:100%}.potentialBooking .bookingInvoice{display:none}}.potentialBooking .multiple-input-list.table.table-condensed.table-renderer tfoot tr td:first-child{display:none}.potentialBooking .multiple-input-list__btn.btn{display:block;width:100%}.potentialBooking .multiple-input,.potentialBooking .multiple-input-list__item{position:relative}.potentialBooking .multiple-input-list__item{position:relative;background:#fff;margin-bottom:15px;padding:15px 15px 0}.potentialBooking .childsTable{background-color:rgba(0,0,0,0) !important;padding:0 20px !important}.potentialBooking .multiple-input-list__btn.js-input-plus{position:absolute;bottom:0;left:0}.potentialBooking .multiple-input-list__btn.js-input-remove{display:inline-block;width:23px;position:absolute;top:-7px;left:-16px;height:22px !important;text-align:center;line-height:40px !important;padding:0}@media(max-width: 720px){.login-form .main-title,.signup-form .main-title,.reset-form .main-title{font-size:1.4rem}}input[type=tel]{text-align:end}@media(max-width: 480px){.payment-msg p{font-size:14px}}@media(min-width: 500px){#collapseBookDetails{display:block}}#financeCtrl .formulate-input{margin-bottom:1.5em}#financeCtrl .formulate-input .formulate-input .formulate-input-label{display:block;line-height:1.5;font-size:.9em;font-weight:600;margin-bottom:.1em}#financeCtrl .formulate-input .formulate-input .formulate-input-label--before+.formulate-input-help--before{margin-top:-0.25em;margin-bottom:.75em}#financeCtrl .formulate-input .formulate-input .formulate-input-element{max-width:20em;margin-bottom:.1em}#financeCtrl .formulate-input .formulate-input .formulate-input-help{color:#6d6d6d;font-size:.7em;font-weight:400;line-height:1.5;margin-bottom:.25em}#financeCtrl .formulate-input .formulate-input .formulate-input-errors{list-style-type:none;padding:0;margin:0}#financeCtrl .formulate-input .formulate-input .formulate-input-error,#financeCtrl .formulate-input .formulate-input .formulate-file-upload-error{color:#960505;font-size:.8em;font-weight:300;line-height:1.5;margin-bottom:.25em}#financeCtrl .formulate-input .formulate-input:last-child{margin-bottom:0}#financeCtrl .formulate-input .formulate-input[data-classification=text] input{appearance:none;border-radius:.3em;border:1px solid #cecece;box-sizing:border-box;background-color:rgba(0,0,0,0);font-size:.9em;padding:.75em;display:block;width:100%;font-weight:400;line-height:1.2em;margin:0}#financeCtrl .formulate-input .formulate-input[data-classification=text] input::placeholder{color:#a8a8a8;line-height:normal}#financeCtrl .formulate-input .formulate-input[data-classification=text] input:focus{outline:0;border:1px solid #41b883}#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--date input,#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--month input,#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--week input,#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--datetime-local input{min-height:2.2em}#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--search{position:relative}#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--search::before{content:"";width:2em;height:100%;position:absolute;left:0;top:0;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.99 72.9"><path fill="%236d6d6d" d="M71.77,66,53.87,48.1A29.94,29.94,0,1,0,30,60a29.52,29.52,0,0,0,18.1-6.1l18,17.8A4,4,0,0,0,69,72.9a4.18,4.18,0,0,0,2.9-1.2A4.09,4.09,0,0,0,71.77,66ZM30.07,51.9a21.9,21.9,0,1,1,15.5-37.4A21.37,21.37,0,0,1,52,30a22,22,0,0,1-6.4,15.5A21.54,21.54,0,0,1,30.07,51.9Z"/></svg>');background-size:1em 1em;background-repeat:no-repeat;background-position:center;pointer-events:none}#financeCtrl .formulate-input .formulate-input[data-classification=text] .formulate-input-element--search input{padding-left:2em}#financeCtrl .formulate-input .formulate-input[data-classification=text] input[type=color]{height:1.1em;box-sizing:content-box;width:auto;min-width:5em}#financeCtrl .formulate-input .formulate-input[data-classification=text] input[type=color]::-webkit-color-swatch-wrapper{padding:0 0 0 1.5em;display:flex;align-items:center;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 79.17 79.17"><path fill="%236d6d6d" d="M40.8,22.92c-3.4-3.4-4.76-8.44-1-12.24s8.84-2.44,12.24,1c5-5,10.69-13.33,18.81-11.31a11,11,0,0,1,7.62,14.34c-1.26,3.45-4.63,6.06-7.16,8.59-.92.93-3,2.26-3.46,3.46-.42,1,1.82,2.63,2.36,4a8,8,0,0,1-12.42,9.19c-.21-.16-1.35-1.51-1.59-1.51s-.83.83-1,1L49.71,44.9,32.43,62.18c-3.37,3.38-6.6,7.14-10.26,10.21a11,11,0,0,1-4.48,2.28c-1.25.3-3.11-.22-4.18.18-1.28.48-2.42,2.65-3.68,3.4-6.05,3.61-12.64-4-8.46-9.57.73-1,2.53-1.92,3-3a14.46,14.46,0,0,0-.09-2.52,10.75,10.75,0,0,1,3.14-6.77c.92-1,1.93-1.93,2.89-2.9Zm4.4-1.5c4.19,4,8.24,8.24,12.36,12.36,2.06,2.06,5,5.59,8,2.61,4.65-4.62-5-6.8-2.42-10.78C66.3,20.7,76.4,16.48,74.84,9.45,73.62,4,67.12,2.78,63.29,6.32c-2.55,2.36-4.93,4.94-7.39,7.4-.79.78-1.8,2.28-2.88,2.73-2.14.88-3.4-1.62-4.79-2.77-2.58-2.14-6.89-.82-6.53,3C41.89,18.68,43.87,20.09,45.2,21.42Zm-1.45,4.44L27.82,41.79C22,47.57,15.89,53.14,10.41,59.2a8.23,8.23,0,0,0-1.44,2c-.93,2,.25,4.14-.5,6S4.92,69.94,4.3,72a2.34,2.34,0,0,0,2.56,3c1.11-.17,2-1.33,2.71-2.07a11.17,11.17,0,0,1,2.08-2c1.68-.94,4,.17,5.93-.57C20,69.41,22,66.73,23.76,65L34.42,54.3,53.3,35.42Z"/></svg>');background-repeat:no-repeat;background-size:.9em .9em;background-position:left .1em}#financeCtrl .formulate-input .formulate-input[data-classification=text] input[type=color]::-webkit-color-swatch{display:block;height:1em;border-radius:.2em;border:0;flex:auto}#financeCtrl .formulate-input .formulate-input[data-classification=text] input[type=color]::-moz-color-swatch{display:block;height:1em;border-radius:.2em;border:0;flex:auto}#financeCtrl .formulate-input .formulate-input[data-classification=slider] .formulate-input-element--range{display:flex;align-items:center}#financeCtrl .formulate-input .formulate-input[data-classification=slider] .formulate-input-element-range-value{font-size:.9em;line-height:1;margin-left:.5em;background-color:#efefef;padding:.25em .3em;border-radius:.25em;color:#6d6d6d;font-variant-numeric:tabular-nums}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input{appearance:none;width:100%;font-size:1em;padding:.5em 0}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input:focus{outline:0}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input::-webkit-slider-thumb{cursor:pointer;appearance:none;width:1em;height:1em;border-radius:1em;border:0;background-color:#41b883;margin-top:calc(-0.5em + 2px)}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input::-moz-range-thumb{cursor:pointer;appearance:none;width:1em;height:1em;border-radius:1em;border:0;background-color:#41b883;margin-top:calc(-0.5em + 2px)}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input::-ms-thumb{cursor:pointer;appearance:none;width:1em;height:1em;border-radius:1em;border:0;background-color:#41b883;margin-top:calc(-0.5em + 2px)}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input::-webkit-slider-runnable-track{appearance:none;width:100%;height:4px;background-color:#efefef;border-radius:3px;margin:0;padding:0}#financeCtrl .formulate-input .formulate-input[data-classification=slider] input::-moz-range-track{appearance:none;width:100%;height:4px;background-color:#efefef;border-radius:3px;margin:0;padding:0}#financeCtrl .formulate-input .formulate-input[data-classification=textarea] textarea{appearance:none;border-radius:.3em;border:1px solid #cecece;box-sizing:border-box;background-color:rgba(0,0,0,0);font-size:.9em;padding:.75em;display:block;width:100%;font-weight:400;line-height:1.2em;margin:0}#financeCtrl .formulate-input .formulate-input[data-classification=textarea] textarea::placeholder{color:#a8a8a8;line-height:normal}#financeCtrl .formulate-input .formulate-input[data-classification=textarea] textarea:focus{outline:0;border:1px solid #41b883}#financeCtrl .formulate-input .formulate-input[data-classification=button] button{appearance:none;border-radius:.3em;border:1px solid #cecece;box-sizing:border-box;background-color:rgba(0,0,0,0);font-size:.9em;padding:.75em;display:block;width:100%;font-weight:400;line-height:1.2em;margin:0;border-color:#41b883;background-color:#41b883;color:#fff;min-width:0;width:auto;font-weight:bold;cursor:pointer;display:inline-flex;align-items:center}#financeCtrl .formulate-input .formulate-input[data-classification=button] button::placeholder{color:#a8a8a8;line-height:normal}#financeCtrl .formulate-input .formulate-input[data-classification=button] button:focus{outline:0;border:1px solid #41b883}#financeCtrl .formulate-input .formulate-input[data-classification=button] button[disabled]{background-color:#cecece;border-color:#cecece}#financeCtrl .formulate-input .formulate-input[data-classification=button] button[data-ghost]{color:#41b883;background-color:rgba(0,0,0,0);border-color:currentColor}#financeCtrl .formulate-input .formulate-input[data-classification=button] button[data-minor]{font-size:.75em;display:inline-block}#financeCtrl .formulate-input .formulate-input[data-classification=button] button[data-danger]{background-color:#960505;border-color:#960505}#financeCtrl .formulate-input .formulate-input[data-classification=button] button[data-danger][data-ghost]{color:#960505;background-color:rgba(0,0,0,0)}#financeCtrl .formulate-input .formulate-input[data-classification=button] button:active{background-color:#64c89b;border-color:#64c89b}#financeCtrl .formulate-input .formulate-input[data-classification=select] .formulate-input-element{position:relative}#financeCtrl .formulate-input .formulate-input[data-classification=select] .formulate-input-element::before{content:"";width:0;height:0;border:.3em solid rgba(0,0,0,0);border-top-color:#cecece;border-bottom-width:0;top:50%;margin-top:-0.1em;right:1em;position:absolute}#financeCtrl .formulate-input .formulate-input[data-classification=select] .formulate-input-element[data-multiple]::before{display:none}#financeCtrl .formulate-input .formulate-input[data-classification=select] select{appearance:none;border-radius:.3em;border:1px solid #cecece;box-sizing:border-box;background-color:rgba(0,0,0,0);font-size:.9em;padding:.75em;display:block;width:100%;font-weight:400;line-height:1.2em;margin:0;padding-right:2em}#financeCtrl .formulate-input .formulate-input[data-classification=select] select::placeholder{color:#a8a8a8;line-height:normal}#financeCtrl .formulate-input .formulate-input[data-classification=select] select:focus{outline:0;border:1px solid #41b883}#financeCtrl .formulate-input .formulate-input[data-classification=select] select option{color:#000}#financeCtrl .formulate-input .formulate-input[data-classification=select] select option:disabled{color:#a8a8a8}#financeCtrl .formulate-input .formulate-input[data-classification=select] select[multiple]{padding:0;overflow-y:auto}#financeCtrl .formulate-input .formulate-input[data-classification=select] select[multiple] option{padding:.75em}#financeCtrl .formulate-input .formulate-input[data-classification=select] select[data-placeholder-selected]{color:#a8a8a8}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-wrapper{display:flex;align-items:center}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element{overflow:hidden;display:flex;align-items:center}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element input{position:absolute;right:-999px;opacity:0;pointer-events:none}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element-decorator{display:block;width:1em;height:1em;border-radius:.25em;border:1px solid #cecece;position:relative}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element-decorator::before{content:"";display:block;background-size:contain;background-position:right;width:calc(100% - .125em);height:calc(100% - .125em);box-sizing:border-box;position:absolute;top:.0625em;left:.0625em}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element[data-type=radio] .formulate-input-element-decorator{border-radius:1em}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element[data-type=radio] .formulate-input-element-decorator::before{border-radius:1em;width:calc(100% - .5em);height:calc(100% - .5em);top:.25em;left:.25em}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element input[type=checkbox]:checked~.formulate-input-element-decorator{border-color:#41b883}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element input[type=checkbox]:checked~.formulate-input-element-decorator::before{background-color:#41b883;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>')}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element input[type=radio]:checked~.formulate-input-element-decorator{border-color:#41b883}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element input[type=radio]:checked~.formulate-input-element-decorator::before{background-color:#41b883}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-element input:focus~.formulate-input-element-decorator{border-color:#41b883}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-label--after{margin-left:.5em}#financeCtrl .formulate-input .formulate-input[data-classification=box] .formulate-input-label--before{margin-right:.5em}#financeCtrl .formulate-input .formulate-input[data-classification=group] .formulate-input-group-item{margin-bottom:.5em}#financeCtrl .formulate-input .formulate-input[data-classification=group]>.formulate-input-wrapper>.formulate-input-label{margin-bottom:.5em}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable]{padding:1em;border:1px solid #efefef;border-radius:.3em}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-grouping{margin:-1em -1em 0 -1em}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable{padding:1em 3em 1em 1em;border-bottom:1px solid #efefef;position:relative}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove{position:absolute;display:block;top:calc(50% - .65em + .5em);width:1.3em;height:1.3em;background-color:#cecece;right:.85em;border-radius:1.3em;cursor:pointer;transition:background-color .2s;overflow:hidden;text-indent:-1000px}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove::before,#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove::after{content:"";position:absolute;top:calc(50% - .1em);left:.325em;display:block;width:.65em;height:.2em;background-color:#fff;transform-origin:center center;transition:transform .25s}@media(pointer: fine){#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover{background-color:#dc2c2c}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::after,#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::before{height:.2em;width:.75em;left:.25em;top:calc(50% - .075em)}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::after{transform:rotate(45deg)}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable-remove:hover::before{transform:rotate(-45deg)}}#financeCtrl .formulate-input .formulate-input[data-classification=group] [data-is-repeatable] .formulate-input-group-repeatable:last-child{margin-bottom:1em}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area{width:100%;position:relative;padding:2em 0}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input{cursor:pointer;appearance:none;opacity:0;position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;z-index:5}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area[data-has-files]{padding:0}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area[data-has-files] input{display:none}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area-mask{border-radius:.4em;position:absolute;pointer-events:none;display:flex;justify-content:center;align-items:center;left:0;right:0;top:0;bottom:0;border:2px dashed #a8a8a8;z-index:2}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area-mask::before{content:"";background-color:#a8a8a8;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 58"><path d="M29,58A29,29,0,1,0,0,29,29,29,0,0,0,29,58ZM29,4A25,25,0,1,1,4,29,25,25,0,0,1,29,4Z"/><polygon points="27 22 27 44.4 31 44.4 31 22 41.7 31.1 44.3 28.1 29 15 13.7 28.1 16.3 31.1 27 22"/></svg>');mask-repeat:no-repeat;mask-position:center;width:2em;height:2em;position:absolute;pointer-events:none}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input:focus~.formulate-input-upload-area-mask,#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input:hover~.formulate-input-upload-area-mask,#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input[data-is-drag-hover]~.formulate-input-upload-area-mask{border-color:#41b883}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input:focus~.formulate-input-upload-area-mask::before,#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input:hover~.formulate-input-upload-area-mask::before,#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-input-upload-area input[data-is-drag-hover]~.formulate-input-upload-area-mask::before{background-color:#41b883}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files{list-style-type:none;margin:0;padding:0}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress{background-color:#cecece;height:.3em;border-radius:1.25em;width:5em;overflow:hidden;position:relative;flex:0 0 5em;right:.75em;transition:height .25s,width .25s,flex-basis .25s;z-index:2}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:block;opacity:0;transform:scale(0.08);background-color:#fff;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M8.76,56.2c-6.38-6.34,3.26-16,9.64-9.69L38,65.88,80.56,23.29c6.38-6.38,16.07,3.32,9.69,9.69L42.84,80.37a6.83,6.83,0,0,1-9.65,0Z"/></svg>');mask-size:77%;mask-repeat:no-repeat;mask-position:center;z-index:3}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-just-finished]{width:1.25em;height:1.25em;flex:0 0 1.25em}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-just-finished]::before{transition:transform .25s .2s,opacity .25s .2s;transform:scale(1);opacity:1}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-is-finished]{transition:height .25s,width .25s,left .25s,top,.25s,border-radius .25s;width:.3em;flex:0 0 .3em;height:100%;right:0;border-radius:0 .23em .23em 0}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress[data-is-finished]::before{transition:opacity .1s;opacity:0}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-progress .formulate-file-progress-inner{background-color:#41b883;width:1%;position:absolute;left:0;bottom:0;top:0;z-index:2}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-name{padding-left:1.5em;padding-right:2em;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:auto}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-name::before{position:absolute;left:.7em;top:50%;margin-top:-0.7em;background-color:#a8a8a8;content:"";mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.06 83.59"><path d="M55.94,83.59a8.16,8.16,0,0,0,8.12-8.16V19.12a1.77,1.77,0,0,0-.52-1.25L46.21.59A1.69,1.69,0,0,0,45.14.08L44.69,0l-.18,0H8.13A8.18,8.18,0,0,0,0,8.16V75.41a8.16,8.16,0,0,0,8.13,8.16H55.94ZM46.68,6,58.11,17.38H46.68ZM3.52,75.43V8.16A4.64,4.64,0,0,1,8.13,3.52h35V19.16a1.75,1.75,0,0,0,1.76,1.74H60.55V75.43a4.65,4.65,0,0,1-4.61,4.65H8.13A4.65,4.65,0,0,1,3.52,75.43Z"/></svg>');mask-repeat:no-repeat;mask-size:contain;width:1.25em;height:1.25em;display:inline-block;margin-right:.5em}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-remove{width:1.25em;height:1.25em;border-radius:1em;border:1px solid #a8a8a8;background-color:#a8a8a8;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59.1 59.2"><path d="M1.6,57.7a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5l21-21,21,21a5,5,0,0,0,3.5,1.5,4.85,4.85,0,0,0,3.5-1.5,5,5,0,0,0,0-7.1l-21-21,21-21a5,5,0,0,0,0-7.1,5,5,0,0,0-7.1,0l-21,21L8.6,1.7a5,5,0,0,0-7.1,0,5,5,0,0,0,0,7.1l21,21L1.6,50.7A4.83,4.83,0,0,0,1.6,57.7Z"/></svg>');mask-size:.6em;mask-repeat:no-repeat;mask-position:center;cursor:pointer;position:absolute;right:.75em;z-index:1;transition:transform .25s}@media(pointer: fine){#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-remove:hover{transform:scale(1.5)}}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files li{display:block}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files li[data-has-error] .formulate-file-progress{background-color:#dc2c2c}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files li[data-has-preview] .formulate-file-name:before{display:none}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files li+li{margin-top:.5em}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file{appearance:none;border-radius:.3em;border:1px solid #cecece;box-sizing:border-box;background-color:rgba(0,0,0,0);font-size:.9em;padding:.75em;display:block;width:100%;font-weight:400;line-height:1.2em;margin:0;width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file::placeholder{color:#a8a8a8;line-height:normal}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file:focus{outline:0;border:1px solid #41b883}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file ::-webkit-progress-bar{appearance:none;height:.5em;border-radius:.5em;overflow:hidden}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-image-preview{width:3em;height:3em;flex:0 0 3em;position:relative;z-index:2;left:-1px;box-shadow:0 0 0 1px #efefef;transition:transform .25s,box-shadow .25s,background-color .25s}@media(pointer: fine){#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-image-preview:hover{transition-delay:.2s;transform:scale(3);background-color:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.1)}}#financeCtrl .formulate-input .formulate-input[data-classification=file] .formulate-files .formulate-file-image-preview img{display:block;position:absolute;width:100%;height:100%;left:0;right:0;bottom:0;top:0;object-fit:contain;transition:all .25s}#financeCtrl .formulate-input .formulate-input[data-classification=file] [data-type=image] .formulate-input-upload-area .formulate-input-upload-area-mask::before{mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 71.05"><path d="M82.89,0H7.1A7.12,7.12,0,0,0,0,7.11V64a7.11,7.11,0,0,0,7.1,7.1H82.9A7.11,7.11,0,0,0,90,64V7.11A7.12,7.12,0,0,0,82.89,0ZM69.28,39.35a5.44,5.44,0,0,0-8,0L50.58,50.74,32.38,30.88a5.31,5.31,0,0,0-7.92,0L4.74,52.4V7.11A2.37,2.37,0,0,1,7.11,4.74H82.9a2.37,2.37,0,0,1,2.36,2.37V56.3Z"/><circle cx="67.74" cy="22.26" r="8.53"/></svg>')}#financeCtrl .formulate-input .formulate-form-errors{margin:.75em 0;padding:0;list-style-type:none}#financeCtrl .formulate-input .formulate-form-errors:first-child{margin-top:0}#financeCtrl .formulate-input .formulate-form-errors:last-child{margin-bottom:0}#financeCtrl .formulate-input .formulate-form-errors .formulate-form-error{color:#960505;font-size:.9em;font-weight:300;line-height:1.5;margin-bottom:.25em}#financeCtrl pre{overflow:auto}#financeCtrl pre .string{color:#885800}#financeCtrl pre .number{color:blue}#financeCtrl pre .boolean{color:#f0f}#financeCtrl pre .null{color:red}#financeCtrl pre .key{color:green}#financeCtrl fieldset{border:0}#financeCtrl .panel{margin-bottom:20px;background-color:#fff;border:1px solid rgba(0,0,0,0);border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);border-color:#ddd}#financeCtrl .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,0);border-top-left-radius:3px;border-top-right-radius:3px}#financeCtrl .panel-body{padding:15px}#financeCtrl .field-checklist .wrapper{width:100%}#financeCtrl fieldset{margin:35px 0}#financeCtrl fieldset legend{color:#333;background-color:#f5f5f5;border-color:#ddd;padding:10px 15px;border-bottom:1px solid rgba(0,0,0,0);border-top-left-radius:3px;border-top-right-radius:3px}#financeCtrl fieldset .form-group{padding:0 25px}#financeCtrl fieldset .field-checkbox{display:flex;align-items:baseline;justify-content:flex-end;flex-direction:row-reverse}#financeCtrl .submit-btn.form-group{margin:50px auto;padding:20px;border-top:2px solid #eee;width:80%;display:block}#financeCtrl .submit-btn.form-group .field-wrap input[type=submit]{background-color:#1f4937;color:#fff;width:100px;margin:auto;display:block}#financeCtrl .submit-btn.form-group .field-wrap input[type=submit]:hover{background-color:#11291f;color:#fff}#financeCtrl .blocked{display:block}#financeCtrl .form-control.link{display:none}#financeCtrl .red.req-astress{color:#f44336}#financeCtrl .formulate-input-element.formulate-input-element--checkbox{margin:0 10px}.check-box-group p{margin-bottom:0}#financeCtrl .formulate-input[data-classification=text] input{text-align:right}.SchoolInterview .PageHeader{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.SchoolInterview .PageHeader .interview-title p{font-size:16px;color:#858eab;margin-top:20px}.SchoolInterview .childsTable{overflow:auto;background:#fff;padding:20px 20px 0 20px}.SchoolInterview .childsTable .control-label{display:none}.SchoolInterview .childsTable .form-group{margin-bottom:0}.SchoolInterview .childsTable table th{font-size:13px;background:#ededed;padding:10px;border-bottom:1px solid #aeacac;color:#5f5f5f}.SchoolInterview .childsTable table td{font-size:13px;padding:10px !important}.SchoolInterview .childsTable table td input,.SchoolInterview .childsTable table td select,.SchoolInterview .childsTable table td .btn{font-size:13px;height:32px;font-weight:normal;padding:4px 20px !important}.SchoolInterview .select2-container--krajee .select2-selection--single{height:32px !important}.SchoolInterview .select2-container--krajee .select2-selection--single .select2-selection__arrow{height:31px !important}.SchoolInterview .btncalender{text-align:center;border-radius:4px;height:fit-content}.SchoolInterview .btncalender img{width:40px}.SchoolInterview .btncalender:hover{text-decoration:none}.SchoolInterview .custom-checkbox{margin-right:3rem}.SchoolInterview .custom-checkbox input[type=checkbox]{margin-right:-25px}.SchoolInterview .Noavaliabledays p{font-size:18px}.SchoolInterview .calenderDiv{background-color:#ececec;position:fixed;overflow:scroll;top:0;bottom:0;left:0;right:0;z-index:100000000;text-align:center;padding:120px 0;display:none;height:100vh;border-bottom:solid 1px #202359;box-shadow:0 7px 4px -4px #202359}.SchoolInterview .calenderDiv h4{font-size:44px;font-weight:100}.SchoolInterview .calenderDiv p{font-size:16px}.SchoolInterview .calenderDiv .vc-container{margin:auto;box-shadow:0 0 10px 0 #ccc;border:0;margin-top:30px}.SchoolInterview .calenderDiv .vc-container .vc-header{background:#4caf50;border-radius:8px 8px 0 0;padding-bottom:10px;color:#fff}.SchoolInterview .calenderDiv .vc-container .vc-header .vc-title{color:#fff}.SchoolInterview .calenderDiv ul.calList{list-style:none;padding:0;margin:20px 100px}@media only screen and (max-width: 480px){.SchoolInterview .calenderDiv ul.calList{margin:20px}}.SchoolInterview .calenderDiv ul.calList li{display:inline-block;background:#fff;border-radius:4px;margin:0 10px 10px 10px}.SchoolInterview .calenderDiv ul.calList li a{color:#333;display:block;padding:20px}.SchoolInterview .calenderDiv ul.calList li a p{font-size:12px;margin-bottom:5px;text-align:right}.SchoolInterview .calenderDiv ul.calList li a p strong{font-size:14px;text-align:center}.SchoolInterview .calenderDiv ul.calList li a p i{width:80px;display:inline-block}.SchoolInterview .calenderDiv ul.calList li a:hover,.SchoolInterview .calenderDiv ul.calList li a.active{text-decoration:none;background-color:#609cd4;color:#fff}.SchoolInterview .calenderDiv #calSlots{display:none;margin-top:20px;padding-top:20px}.SchoolInterview .paymentDetails,.SchoolInterview .Noavaliabledays{display:none}.SchoolInterview .paymentDetails .details{background-color:#202359;border-radius:4px;color:#fff;text-align:center}@media only screen and (max-width: 480px){.SchoolInterview .paymentDetails .details{border-radius:0}}.SchoolInterview .paymentDetails .details .title{color:#fff}.SchoolInterview .paymentDetails .details input{border-bottom:solid 2px #fff !important}.SchoolInterview .paymentDetails .details .btn{background-color:#fff;color:#000}.SchoolInterview .paymentDetails .details .btnsubmitbooking{display:none;margin:auto}.SchoolInterview .paymentDetails .details ul{list-style:none;margin:20px 50px;border-radius:14px;padding:10px 30px;background:rgba(0,0,0,.3)}@media only screen and (max-width: 480px){.SchoolInterview .paymentDetails .details ul{margin:20px}}.SchoolInterview .paymentDetails .details ul li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #0d3c2e}.SchoolInterview .paymentDetails .details ul li:last-child{border:0}.SchoolInterview .paymentDetails .details ul li p{font-size:14px;margin:0;text-align:right;width:100%}.SchoolInterview .paymentDetails .details ul li p span{float:left}:lang(ar) .vc-container svg.vc-svg-icon{-webkit-transform:scaleX(-1) !important;transform:scaleX(-1) !important}:lang(en) .SchoolInterview .custom-checkbox{margin-right:0}:lang(en) .SchoolInterview .custom-checkbox{margin-right:3rem}:lang(en) .SchoolInterview .custom-checkbox input[type=checkbox]{margin-right:0}:lang(en) .SchoolInterview .calenderDiv ul.calList li a p{text-align:left !important}.school .status{margin-right:auto;display:flex;flex-direction:column;align-items:center}.invoice-details-container .details-wrapper span{color:#83868f;font-size:14px}.invoice-details-container hr{border-top:solid 1px #83868f}@media(max-width: 767px){.interview-payment .banks-img{width:100%}}.interview-payment html{scroll-behavior:smooth}.interview-payment .bookInter{background:#f5f4f4;padding:15px;border-radius:4px;margin-bottom:15px;text-align:center}.interview-payment .bookInter h3{font-weight:700}.interview-payment .bookInter p{font-size:14px}.interview-payment .multiple-input-list td{width:17% !important;border-top:0}@media only screen and (max-width: 480px){.interview-payment .multiple-input-list td{width:100% !important}.interview-payment .multiple-input-list td .js-input-remove{width:100% !important}}.interview-payment .multiple-input-list tr>td:last-child{width:8% !important}@media only screen and (max-width: 480px){.interview-payment .multiple-input-list tr>td:last-child{width:100% !important}.interview-payment .multiple-input-list tr>td:last-child.list-cell__gender{width:100% !important}}.interview-payment .multiple-input-list tr{padding-right:190px;padding:50px 190px 50px 0;background:url(../../img/bookingChild.jpg) no-repeat #f5f4f4;border-radius:8px;background-position:right;background-size:contain}@media only screen and (max-width: 480px){.interview-payment .multiple-input-list tr{background:#f5f4f4;padding:10px 20px !important}}.interview-payment .multiple-input-list td .js-input-plus{background-color:#5cb85c;border-color:#5cb85c;margin-bottom:4px !important;padding:9px 12px !important;margin-right:0 !important}.interview-payment .help-block-error{color:red !important}.interview-payment .custom-checkbox{margin:0 !important}.interview-payment .paymentDetails{display:none}.interview-payment .paymentDetails .col-md-6{background:#4f803a;background:-moz-linear-gradient(-45deg, #4f803a 0%, #0f4637 100%);background:-webkit-linear-gradient(-45deg, #4f803a 0%, #0f4637 100%);background:linear-gradient(135deg, #4f803a 0%, #0f4637 100%);border-radius:8px;color:#fff;margin-top:50px;text-align:center;padding-bottom:45px}@media only screen and (max-width: 480px){.interview-payment .paymentDetails .col-md-6{border-radius:0}}.interview-payment .paymentDetails .col-md-6 .title{text-align:center;color:#fff}.interview-payment .paymentDetails .col-md-6 ul{list-style:none;margin:20px 50px;border-radius:14px;padding:10px 30px;background:rgba(0,0,0,.3)}@media only screen and (max-width: 480px){.interview-payment .paymentDetails .col-md-6 ul{margin:20px}}.interview-payment .paymentDetails .col-md-6 ul li{padding:10px 0;border-bottom:1px solid #0d3c2e}.interview-payment .paymentDetails .col-md-6 ul li:last-child{border:0}.interview-payment .paymentDetails .col-md-6 ul li p{font-size:14px;margin:0;text-align:right}.interview-payment .paymentDetails .col-md-6 ul li p span{float:left}.interview-payment .paymentDetails .col-md-6 .btn{margin:0 0 40px;padding:5px 50px !important;background-color:#ff9800;border-color:#ff9800}.interview-payment .paymentDetails .col-md-6 .btnsubmitbooking{display:none}.interview-payment .btncalender{padding:10px 30px;background:#5cb85c;display:inline-block;border-radius:4px;font-size:14px;font-weight:700;display:inline-flex;text-align:right;align-items:center;margin-bottom:20px;color:#fff}.interview-payment .btncalender:hover{text-decoration:none;background:#f3f3f3}.interview-payment .btncalender img{width:50px;margin-left:15px}.interview-payment .btncalenderInvited{padding:10px 30px;background:#5cb85c;display:inline-block;border-radius:4px;font-size:14px;font-weight:700;display:inline-flex;text-align:right;align-items:center;margin-bottom:20px;color:#fff}.interview-payment .btncalenderInvited:hover{text-decoration:none;background:#f3f3f3}.interview-payment .btncalenderInvited img{width:50px;margin-left:15px}.interview-payment .paymentUl{list-style:none;margin:20px 0;border-radius:0;padding:10px 30px;background:#202359;color:#fff}.interview-payment .paymentUl li{padding:10px 0;border-bottom:1px solid #202359}.interview-payment .paymentUl li:last-child{border:0}.interview-payment .paymentUl li p{font-size:14px;margin:0;text-align:right}.interview-payment .paymentUl li p span{float:left}.interview-payment .calenderDiv{background-color:#ececec;position:absolute;top:0;bottom:0;left:0;right:0;z-index:100000000;text-align:center;padding:120px 0;display:none}.interview-payment .calenderDiv h4{font-size:44px;font-weight:100}.interview-payment .calenderDiv p{font-size:16px}.interview-payment .calenderDiv .vc-container{margin:auto;box-shadow:0 0 10px 0 #ccc;border:0;margin-top:30px}.interview-payment .calenderDiv .vc-container .vc-header{background:#4caf50;border-radius:8px 8px 0 0;padding-bottom:10px;color:#fff}.interview-payment .calenderDiv .vc-container .vc-header .vc-title{color:#fff}.interview-payment .calenderDiv ul.calList{list-style:none;padding:0;margin:20px 100px}@media only screen and (max-width: 480px){.interview-payment .calenderDiv ul.calList{margin:20px}}.interview-payment .calenderDiv ul.calList li{display:inline-block;background:#fff;border-radius:4px;margin:0 10px 10px 10px}.interview-payment .calenderDiv ul.calList li a{color:#333;display:block;padding:20px}.interview-payment .calenderDiv ul.calList li a p{font-size:12px;margin-bottom:5px;text-align:right}.interview-payment .calenderDiv ul.calList li a p strong{font-size:14px;text-align:center}.interview-payment .calenderDiv ul.calList li a p i{width:80px;display:inline-block}.interview-payment .calenderDiv ul.calList li a:hover,.interview-payment .calenderDiv ul.calList li a.active{text-decoration:none;background-color:#609cd4;color:#fff}.interview-payment .calenderDiv .btnRemoveClander{padding:5px 50px !important;border-radius:4px !important;font-size:16px !important;display:none}.interview-payment .calenderDiv #calSlots{display:none;margin-top:20px;padding-top:20px}.interview-payment .chat{background:#f5f4f4;padding:40px;display:inline-block;width:100%}.interview-payment .chat .scroll{overflow:hidden;max-height:500px;overflow-y:scroll;padding:0 0 0 20px}.interview-payment .chat .chatPop{float:right;margin-bottom:60px}.interview-payment .chat .chatPop div{background:#fff;border-radius:30px 30px 0 30px;display:inline-flex;align-items:center;padding:20px;box-shadow:0 0 18px 0 #e0e0e0;position:relative;min-width:300px}.interview-payment .chat .chatPop div img{width:40px}.interview-payment .chat .chatPop div p{margin:0 15px;font-size:14px}.interview-payment .chat .chatPop div span{font-size:12px;position:absolute;right:0;bottom:-25px}.interview-payment .chat .chatPop.odd{float:left}.interview-payment .chat .chatPop.odd div{border-radius:30px 30px 30px 0}.interview-payment .chat .chatPop.odd div span{left:0;right:auto}.interview-payment .chat .chatPop.odd div p{margin-right:auto}.interview-payment .chat .chatPop.odd div img{margin-right:0}.interview-payment .chat .chatPop.msg{width:100%}.interview-payment .chat .chatPop.msg div{width:100%}.interview-payment .chat .chatPop.msg div .form-control{background:#f5f4f4;margin:0 15px;border:1px solid #e6e6e6}.interview-payment .chat .NewMsg{border:0;background:rgba(0,0,0,0);color:#144b37;font-size:35px;padding:0;margin:0;cursor:pointer}.interview-payment .chat .NewMsg:hover,.interview-payment .chat .NewMsg:focus{color:#0b3325;outline:none}.interview-payment .MsgSuccess{display:none;text-align:center}.interview-payment .MsgSuccess img{width:120px;margin:20px 0}.interview-payment .MsgError{display:none;text-align:center}.interview-payment .MsgError img{width:120px;margin:20px 0}.interview-payment .btnSubmitInvitation{margin:40px 0 !important;padding:5px 50px !important;background-color:#ff9800 !important;border-color:#ff9800 !important}.interview-payment .Addchilds{background:#e0e0e0;padding:12px 20px 12px 49px;border-radius:4px;margin:10px 0 20px;box-shadow:0 0 5px 0 rgba(0,0,0,.3);color:#222d32;font-weight:700;text-align:right;margin-bottom:20px;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:inline-block}.interview-payment .Addchilds img{margin-left:10px;width:30px}.interview-payment .Addchilds:hover{box-shadow:0 0 0px 0 rgba(0,0,0,.55);color:#222d32;background:#cecccc;text-decoration:none}.interview-payment #ChildList{margin:0 0 20px 0}.interview-payment #ChildList ul{padding:0;margin:0;list-style:none;display:inline}.interview-payment #ChildList ul li{padding:0;margin:20px;list-style:none;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;font-size:14px;cursor:pointer}.interview-payment #ChildList ul li img{width:75px;margin:0 0 10px 0}.SuccessPage .well{padding:30px;background:#f2f2f2;border-radius:4px;box-shadow:0 2px 8px -1px #ddd}.SuccessPage .well h1,.SuccessPage .well h3{margin-bottom:30px;color:#6bbe99}.SuccessPage .well .fa-check-circle{color:#6bbe99;font-size:5rem;margin-bottom:25px}.SuccessPage .well .fa-times-circle{color:#da3428;font-size:5rem;margin-bottom:25px}.SuccessPage .well .btn{margin:20px 10px 0}:lang(en) .SuccessPage .well .fa-chevron-left{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bg-hdr{background-color:#202359}.schoolThumb{text-align:center}.schoolThumb h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:500;line-height:1.2}.info-card-header{font-weight:bold}small{font-size:100%}.table{margin:10px 0;font-size:.8rem;font-weight:normal;width:100%}.table td{color:#656974 !important}.table th:first-child{border-radius:0 4px 0 0}.mainLogo{float:left;background:#fff;border-radius:8px;border:4px solid #fff}.bookingdetails .media{width:49%;display:inline-block}@media(max-width: 993px){.bookingdetails .media{width:100%}}.InvoiceDetails .btn-print{background-color:#3997f3;color:#fff}.InvoiceDetails .invoice-details-container .details-wrapper span{color:#83868f;font-size:14px}.InvoiceDetails .invoice-details-container hr{border-top:solid 1px #83868f}.InvoiceDetails .required-amount span{font-size:14px}.InvoiceDetails .required-amount h5{font-weight:bolder;color:#6abb65}small#paidAmountFeedback{color:red}#mainToast{display:none}#userProfile .profileHeader{background:#fff;border-bottom:2px solid #f1f1f1;margin-bottom:50px}#userProfile .profileHeader .topHeader{padding:25px 0;display:flex;align-items:center;border-bottom:2px solid #f1f1f1}#userProfile .profileHeader .topHeader .profileDetails{display:flex;align-items:center}#userProfile .profileHeader .topHeader .profileDetails .img{width:70px;height:70px;border-radius:8px;background-size:contain;margin:0 !important;background-repeat:no-repeat}#userProfile .profileHeader .topHeader .profileDetails div{margin:0 15px}#userProfile .profileHeader .topHeader .profileDetails div p{margin:0}#userProfile .profileHeader .topHeader .profileDetails div h3{font-size:22px}#userProfile .profileHeader .topHeader .profileDetails div h3 img{width:15px}#userProfile .profileHeader .topHeader .profileDetails div small{font-size:13px;color:#acacac;font-weight:normal !important}@media screen and (max-width: 480px){#userProfile .profileHeader .topHeader .profileDetails .img{height:50px;width:50px}}#userProfile .profileHeader .topHeader .following{margin-right:auto}#userProfile .profileHeader .topHeader .following h3{margin-bottom:0}#userProfile .profileHeader .topHeader .following p{margin-bottom:0}#userProfile .profileHeader .profileMenu{overflow-x:auto;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;margin:0 -25px}#userProfile .profileHeader .profileMenu a{color:#969bab;padding:15px 0;display:inline-block;margin:0 0 0 30px;font-size:16px;border-bottom:3px solid #fff}#userProfile .profileHeader .profileMenu a.logoutLink{margin-right:auto;margin-left:0}#userProfile .profileHeader .profileMenu a img{width:15px;margin:0 5px}#userProfile .profileHeader .profileMenu a i{margin:0 5px}#userProfile .profileHeader .profileMenu a.active{color:#202359;border-bottom:3px solid #202359}#userProfile .profileHeader .profileMenu .bookingMenu a{padding:15px 10px}#userProfile .profileHeader .profileMenu .bookingMenu a.active{color:#202359;border-bottom:3px solid #202359;background:none}#userProfile .profileHeader .profileMenu .glowing{animation:glow 1s ease-in-out infinite alternate}@-webkit-keyframes glow{to{text-shadow:0 0 0 #63a3f7,0 0 16px #ffe000,0 0 0px #2482fe;color:#000}}#userProfile .TeachingRequestSpinner{position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;opacity:.5}#userProfile .TeachingRequestSpinner .spinner-border{position:absolute;top:40%;left:50%}@media(max-width: 767px){#userProfile .TeachingRequestSpinner .spinner-border{top:55%;left:45%}}#userProfile .title h3{font-size:24px !important;color:#202359;font-weight:600;line-height:25px}@media(max-width: 768px){#userProfile .title h3{font-size:18px !important}}#userProfile .title a.fancybox.btn.btn-dark{display:flex;padding:0 !important;width:95px;height:35px;justify-content:center;align-items:center;font-size:14px !important;background-color:#202359}#userProfile .latestNews{background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px;padding:20px}#userProfile .latestNews .top{display:flex;align-items:center;border-bottom:2px solid #f1f1f1;padding-bottom:20px}#userProfile .latestNews .top .img{display:inline-block;width:100px;height:80px;background-size:cover;background-repeat:no-repeat}#userProfile .latestNews .top .name{margin:0 15px}#userProfile .latestNews .top .name h3{color:#191920;font-size:18px;margin-top:0;font-weight:bold;margin-bottom:0}#userProfile .latestNews .top .name p{font-size:14px;color:#656974;margin-top:0;margin-bottom:0}#userProfile .latestNews .top .actions{margin-right:auto}#userProfile .latestNews .top .actions span{font-size:14px;color:#656974;margin-top:0;margin-bottom:0;margin:0 5px}#userProfile .latestNews .top .follow-btn{padding:10px 12px 9px 16px;border-radius:4px;background-color:#00addd;color:#fff;font-size:14px}#userProfile .latestNews .top .show-btn{padding:9px 11px;border-radius:4px;border:solid 1.5px #191920;color:#191920;font-size:14px}#userProfile .latestNews .top .show-btn img{width:15px;height:12px;min-height:12px}@media screen and (max-width: 480px){#userProfile .latestNews .top .show-btn span{display:none}}#userProfile .latestNews .bottom{padding-top:20px;margin-bottom:40px}#userProfile .latestNews .bottom a{color:#191920;font-size:18px;margin-top:0;font-weight:bold;margin-bottom:10px;display:block}#userProfile .latestNews .bottom p{font-size:14px;color:#656974;margin-top:0;margin-bottom:0}#userProfile .latestNews .status{text-align:left;margin-right:auto}#userProfile .latestNews .status .status-img{height:auto;width:30px;margin:auto}#userProfile .banner-block{border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05)}#userProfile .banner-block img{max-height:161px;height:161px}@media(max-width: 480px){#userProfile .banner-block img{height:auto !important}}#userProfile .banner-block.paid-badge{position:relative}#userProfile .banner-block.paid-badge::after{content:"إعلان مدفوع";width:6.4rem;display:inline-block;background-color:#202359;position:absolute;top:0;left:0;padding:.5rem .7rem;border-radius:0 0 5px 0;color:#fff}#userProfile .box{background-color:#fff;border-top:3px solid #191920;margin-bottom:30px;border-radius:0;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05)}#userProfile .box .box-header{padding:20px;border-bottom:1px solid #f1f1f1}#userProfile .box .box-header h3{color:#191920;font-size:18px;margin-top:0;font-weight:bold;margin-bottom:0}#userProfile .box .box-header h3 .childDetailsLink{float:left;font-size:.8rem;font-weight:normal}#userProfile .box .box-body{padding:20px}#userProfile .box .box-body .child{display:flex;align-items:center;border-bottom:1px solid #f1f1f1;padding-bottom:10px;margin-bottom:10px}#userProfile .box .box-body .child:last-child{border-bottom:0}#userProfile .box .box-body .child .img{display:inline-block;width:70px;height:70px;background-size:contain;border:1px solid #ccc;border-radius:6px}#userProfile .box .box-body .child .name{margin:0 10px}#userProfile .box .box-body .child .name h3{color:#191920;font-size:18px;margin-top:0;font-weight:bold;margin-bottom:0}#userProfile .box .box-body .child .name p{font-size:14px;margin-top:0;margin-bottom:0}#userProfile .box .box-body .child .name a{color:#2196f3}#userProfile .box .box-body .child .name .rate{display:flex;margin-top:5px;align-items:center}#userProfile .box .box-body .child .name .rate ul{display:initial;padding:0;margin:0;list-style:none}#userProfile .box .box-body .child .name .rate ul li{display:initial}#userProfile .box .box-body .child .name .rate .ratebadge{color:#e16c19;background-color:#fcf1e8;border-radius:25px;text-align:center;font-size:13px;font-weight:bold;display:inline-block;padding:4px 14px 0}#userProfile .box .box-body .child .name .rate .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}@media only screen and (max-width: 1140px){#userProfile .box .box-body .child .name .rate .Stars{font-size:10px}}#userProfile .box .box-body .child .name .rate .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (max-width: 480px){#userProfile .box .box-body .child .name .rate .Stars::before{content:"★";background-color:var(--star-background);-webkit-text-fill-color:var(--star-background)}}#userProfile .box .box-body .child .actions{margin-right:auto}#userProfile .box .box-body .child .actions .btn{font-size:11px;padding:10px;min-height:auto;height:auto;line-height:normal}#userProfile .box .box-body .errorMessage{color:#ef7070}#userProfile .well{text-align:center;background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px;padding:75px 20px}#userProfile .form-control:disabled{background-color:#e9ecef !important;cursor:not-allowed}#userProfile .childdetailsCanvas{width:60%;padding:0}@media(max-width: 480px){#userProfile .childdetailsCanvas{width:100%}}#userProfile .childdetailsCanvas .offcanvas-header{background-color:#323183;color:#fff;flex-direction:column}#userProfile .childdetailsCanvas .offcanvas-header .btn-close{padding:0;margin:0;color:#fff;opacity:1;background:rgba(0,0,0,0);display:flex;align-items:center;flex-direction:row;width:auto;height:auto}#userProfile .childdetailsCanvas .offcanvas-header .btn-close i{margin-left:10px}#userProfile .childdetailsCanvas .offcanvas-header .parentChild{background:rgba(0,0,0,0);color:#fff;box-shadow:none;padding:0;margin-top:40px;margin-bottom:0}#userProfile .childdetailsCanvas .offcanvas-header .parentChild .top{border-bottom:0}#userProfile .childdetailsCanvas .offcanvas-header .parentChild .top .img{border-radius:4px;background-color:#fff}#userProfile .childdetailsCanvas .offcanvas-header .parentChild .top .name h3,#userProfile .childdetailsCanvas .offcanvas-header .parentChild .top .name p{color:#fff}#userProfile .childdetailsCanvas .offcanvas-body{padding:0}#userProfile .childdetailsCanvas .offcanvas-body .profileMenu{overflow-x:auto;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;border-bottom:2px solid #f1f1f1;padding:0 15px}#userProfile .childdetailsCanvas .offcanvas-body .profileMenu a{color:#969bab;padding:20px 0;display:inline-block;margin:0 0 0 50px;font-size:16px;border-bottom:3px solid #fff}#userProfile .childdetailsCanvas .offcanvas-body .profileMenu a.active{color:#202359;border-bottom:3px solid #202359}#userProfile .childdetailsCanvas .offcanvas-body .profileBody{padding:15px}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-details .item{display:flex;margin:5px 0}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-details .item i{color:#969bab;margin-left:15px;font-size:.8rem;margin-top:6px}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-details .item div span{color:#969bab;font-size:.9rem}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-details .item div p{color:#000;font-size:1.2rem}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-skills{border:2px dashed #e0e1eb;padding:20px;border-radius:16px;margin-top:1rem}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-skills .item{display:inline-block;text-align:center;margin-left:20px}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-skills .item img{margin-bottom:10px;width:70px}#userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-skills .item p{margin:0}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table tbody tr{background-color:#f2f2f2;border-bottom:1px solid #dee2e6}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table tbody tr th{vertical-align:middle;border-left:1px solid #dee2e6;background:#e9e9e9;padding:0 15px}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table tbody tr td{border-left:1px solid #dee2e6;padding:15px}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table .timeSheetclass{display:flex;flex-direction:column;padding:15px 0}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table .timeSheetclass h3{font-size:1rem;color:#8382ff;margin-bottom:0}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table .timeSheetclass p{margin-bottom:0}#userProfile .childdetailsCanvas .offcanvas-body .childNavbar{padding-top:10px;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;font-weight:bold;border-bottom:none;padding-top:0;border-bottom:2px solid #f1f1f1}#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li{color:#969bab;padding:15px 0 0 0;display:inline-block;margin:0 0 0 40px;font-size:17px}#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link{transition:none;padding:15px 20px;color:#969bab}#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link:focus,#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link:focus-visible,#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link:focus-within,#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link:hover,#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link.active{border:none;transition:none}#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link.active{color:#202359;border-bottom:3px solid #202359}#userProfile .childdetailsCanvas .offcanvas-body .childNavbar li .nav-link:hover{color:#202359;border-bottom:3px solid #202359}#userProfile .childdetailsCanvas .offcanvas-body .study-schedule-table .table-custom-color,#userProfile .childdetailsCanvas .offcanvas-body .study-plan-table .table-custom-color{--bs-table-bg: #323183}#userProfile .childdetailsCanvas .offcanvas-body .examCard{background-color:#f8f8f7;margin:20px}#userProfile .mare-btn{height:50px;border-radius:5px;border:solid 1px #dfe0ea;background-color:#191920;font-size:14px;color:#fff}#userProfile .teaching-request-section{overflow-x:hidden}#userProfile .teaching-request-section .item .item-header{width:fit-content}@media(max-width: 766px){#userProfile .teaching-request-section .item .item-header{width:100% !important}}#userProfile .teaching-request-section .item .item-header img{border-radius:5px}#userProfile .teaching-request-section .item div:nth-child(2){border-bottom:solid 1px #dfe0ea}#userProfile .teaching-request-section .item:last-child div{border-bottom:none !important}#userProfile .teaching-request-section .item h6{font-size:18px;max-width:34rem;overflow-wrap:break-word;text-align:justify}#userProfile .teaching-request-section .item .desc{overflow-wrap:break-word;text-align:justify;margin-inline-end:2rem}@media(min-width: 1901px){#userProfile .teaching-request-section .item .desc{max-width:48rem}}@media(min-width: 700px){#userProfile .teaching-request-section .item .desc{max-width:21rem}}@media(min-width: 1400px){#userProfile .teaching-request-section .item .desc{max-width:26rem}}@media(max-width: 500px){#userProfile .teaching-request-section .item .desc{max-width:14rem}}#userProfile .teaching-request-section .achiev-item{border-bottom:solid 1px #dfe0ea}#userProfile .teaching-request-section .achiev-item:last-child{border-bottom:none !important}@media(max-width: 767px){#userProfile .teaching-request-section{min-height:120px}}#userProfile .custom-container{border-top:solid 3px #191920;background-color:#fff;box-shadow:2px 7px 12px 0 rgba(0,0,0,.03);padding:31px;margin-bottom:30px}@media(max-width: 600px){#userProfile .custom-container #requestsList h6{text-align:center !important}}#userProfile .custom-container #requestsList div:not(:last-child){padding-bottom:10px}@media(max-width: 500px){#userProfile .custom-container #requestsList .mobile-teaching-request{margin:0 auto 1rem auto;width:min-content}#userProfile .custom-container #requestsList .mobile-teaching-request .requestDate{width:max-content;text-align:start}#userProfile .custom-container #requestsList .mobile-teaching-request .childNames{text-align:start}}#userProfile .custom-container #requestsList .mobile-teaching-request .childNames{max-width:250px}.popoverdiv .popover-head{background:#202359;color:#fff;padding:20px}.popoverdiv .popover-head h4{margin:0}.popoverdiv .popover-body{padding:20px}.popoverdiv .popover-body .radiobtns .radio{display:inline-block}.popoverdiv .popover-body .radiobtns .radio label{padding-right:20px}.popoverdiv .popover-body .radiobtns .radio label input{margin-left:auto;margin-right:-20px}.popoverdiv .popover-body .form-control{background-color:rgba(0,0,0,0)}.popoverdiv .popover-body .btn-primary{width:150px}.popoverdiv .vc-arrow.is-right,.popoverdiv .vc-arrow.is-left{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.popoverdiv #calSlots{text-align:center}.popoverdiv #calSlots ul.calList{list-style:none;padding:0;margin:0}.popoverdiv #calSlots ul.calList li{display:inline-block;background:#fff;border-radius:12px;margin:10px}.popoverdiv #calSlots ul.calList li a{color:#333;display:block;padding:20px;border-radius:12px;text-decoration:none}.popoverdiv #calSlots ul.calList li a:hover,.popoverdiv #calSlots ul.calList li a.active{text-decoration:none;background-color:#609cd4;color:#fff}.popoverdiv #calSlots ul.calList li a p{font-size:12px;margin-bottom:0;text-align:right}.popoverdiv #calSlots ul.calList li a p strong{font-size:14px;text-align:center}.popoverdiv .btnRemoveClander{width:150px;display:none}.popoverdiv .btnRemoveClander.active{display:inline-block}.popoverdiv .successMSG{padding:120px 0}.input-group.date{direction:ltr}.input-group.date input{text-align:right}.input-group.date .input-group-addon{background:rgba(0,0,0,0);border:0}.datepicker-rtl.dropdown-menu{left:0 !important;width:fit-content;width:-moz-fit-content}.editForm .form-group{margin-bottom:20px}.bookingMenu{background:#fafafa;border-radius:8px;border:1px solid #f1f1f1}.bookingMenu .dropdown-item{padding:.5rem 1rem !important;border-bottom:0 !important;color:#000 !important;font-size:.8rem}.bookingMenu .dropdown-item:hover{background-color:#cbcbcb}.parentChild{background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px;padding:20px 20px 10px 20px}.parentChild .avatar{display:inline-block;width:80px;height:80px;background-size:cover;background-repeat:no-repeat;border-radius:50%}@media(max-width: 768px){.parentChild .avatar{width:60px;height:60px}}.parentChild .top{display:flex;align-items:center}.parentChild .top .img{display:inline-block;width:100px;height:80px;background-size:cover;background-repeat:no-repeat}.parentChild .top .name{margin:0 15px}.parentChild .top .name h3{color:#202359;font-size:18px;margin-top:0;font-weight:bold;margin-bottom:0}.parentChild .top .name p{font-size:14px;color:#656974;margin-top:0;margin-bottom:0}.parentChild .eLearningMenu{border-bottom:2px solid #f1f1f1;padding-bottom:20px}.parentChild .childMenu{padding-top:10px;display:flex;justify-content:space-between;flex-wrap:nowrap;white-space:nowrap;font-weight:bold}.parentChild .childMenu a{color:#969bab;padding:15px 0;display:inline-block;font-size:17px;border-bottom:3px solid #fff}@media(max-width: 768px){.parentChild .childMenu a{font-size:14px}}.table th:first-child{border-radius:0 4px 0 0}.table th:last-child{border-radius:4px 0 0 0}#paymentModal .child{display:inline-block;padding:10px;border:1px solid #ededed;border-radius:6px;background:#ededed;text-align:center;cursor:pointer;margin-left:15px;margin-bottom:15px;float:right;width:auto}#paymentModal .child img{width:120px}#paymentModal .child h6{margin:15px 0 5px 0}#paymentModal .childCheck{position:absolute}#paymentModal .childCheck:checked+label{background-color:#009688 !important}#paymentModal .child-div{display:inline-block;float:right;width:auto;min-width:100%}#paymentModal .child-div .addChildBtn{width:100%}@media(max-width: 540px){#paymentModal .child-div label{width:29%}#paymentModal .child-div label img{width:80px}}@media(max-width: 415px){#paymentModal .child-div label{width:45%}#paymentModal .child-div label img{width:100px}}#products .product{background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px;padding:20px;display:flex;align-items:center}@media(max-width: 768px){#products .product{flex-direction:column;justify-content:center;align-items:center}}#products .product:hover .overlay{top:0;bottom:0}#products .product .status{text-align:center;margin-right:auto}#products .product img{width:100px;height:100px;border-radius:8px}#products .product img.status-img{height:auto;width:30px;margin:auto}#products .product h5{font-weight:700;color:#2196f3;margin-top:10px;font-size:1.2rem}#products .product p{margin-bottom:0}#products .product .overlay{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%;min-height:120px;position:absolute;left:0;right:0;top:100%;border-radius:8px;text-align:center;background:rgba(28,104,86,.9);display:flex;justify-content:center;align-items:center}#products .product .overlay a{margin:0 30px;color:#fff}#products .product .overlay a i{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#products .product .overlay a:hover,#products .product .overlay a:focus{color:#fff;text-decoration:none}#products .product .overlay a:hover i,#products .product .overlay a:focus i{margin-bottom:10px}@media(max-width: 991px){#products .product img{margin-left:0 !important}#products .product .media-body{text-align:center}#products .product .status{margin-right:inherit}}#requestsList div:not(:last-child){padding-bottom:10px}.ParentTeachingRequests{color:rgba(0,0,0,.5);padding:20px 0}.ParentTeachingRequests img{border-radius:5px;width:90px}.ParentTeachingRequests h5{color:#000}.ParentTeachingRequests .lesson{font-size:14px}.ParentTeachingRequests .ChatBtn{width:100%;background-color:#efefef;color:#000;border-color:#efefef;margin-bottom:5px}.ParentTeachingRequests .status{width:100%;opacity:50%;padding:12px 15px;margin:0;pointer-events:none}.ParentTeachingRequests .status_pay{pointer-events:unset;opacity:1}.ParentTeachingRequests .teacherName{align-items:end;display:flex;gap:10px}@media(max-width: 500px){.ParentTeachingRequests div{padding-bottom:0 !important}.ParentTeachingRequests img{margin:0 auto;display:block}.ParentTeachingRequests .lesson{font-size:17px}.ParentTeachingRequests h5{text-align:center;flex-direction:column;align-items:center !important}.ParentTeachingRequests h5 .badge{display:block;width:60%;margin:0 auto;margin-top:5px}.ParentTeachingRequests .actions{margin:0}}@media(min-width: 500px)and (max-width: 768px){.ParentTeachingRequests div{padding-bottom:0 !important}.ParentTeachingRequests img{width:70px}.ParentTeachingRequests .lesson{font-size:14px}}@media(min-width: 1600px){.ParentTeachingRequests img{width:120px}}:lang(en) .input-group.date input{text-align:left}:lang(en) #userProfile .box .box-header .childDetailsLink{float:right}:lang(en) #userProfile .box .box-body .child .actions{margin-right:0;margin-left:auto}:lang(en) #userProfile .profileHeader .profileMenu a{margin:0 40px 0 0}:lang(en) #userProfile .profileHeader .profileMenu a.logoutLink{margin-right:0;margin-left:auto}:lang(en) #userProfile .profileHeader .profileMenu a img{margin-right:10px;margin-left:0}:lang(en) #userProfile .profileHeader .topHeader .following{margin-right:0;margin-left:auto}:lang(en) #userProfile .bookingList .children .media .status{margin-right:0;margin-left:auto}:lang(en) #userProfile .children .media .status{margin-right:0;margin-left:auto}:lang(en) .school .status{margin-right:0;margin-left:auto}:lang(en) #userProfile .childInterview .child .status{margin-right:0;margin-left:auto}:lang(en) .ml-3{margin-left:0;margin-right:15px}:lang(en) .popoverdiv .popover-body .radiobtns .radio label input{margin-left:0;margin-right:auto}:lang(en) .parentChild .childMenu a{margin:0 40px 0 0}:lang(en) #userProfile .childdetailsCanvas .offcanvas-body .childNavbar li{margin:0 40px 0 0}:lang(en) #userProfile .childdetailsCanvas .offcanvas-body .profileBody .profile-details .item i{margin-left:0;margin-right:15px}:lang(en) .table th:first-child{border-radius:4px 0 0 0}:lang(en) .table th:last-child{border-radius:0 4px 0 0}:lang(en) #userProfile .childdetailsCanvas .offcanvas-header .btn-close i{margin-left:0;margin-right:10px}:lang(en) #paymentModal .child,:lang(en) #paymentModal .child-div{float:left}:lang(en) #products .product .status{margin-right:0;margin-left:auto}@media(max-width: 991px){:lang(en) #products .product img{margin-left:0 !important;margin-right:0 !important}}.financeCard{text-align:center;background-color:#fff;border-radius:6px;color:#656974;margin-bottom:24px;padding:40px}.financeCard .schoolDetails{margin-bottom:32px}.financeCard .schoolDetails .schoolDetails{font-weight:700}.financeCard .schoolDetails .schoolDetails img{width:93px;height:49px}.financeCard .schoolDetails .schoolDetails h3{font-size:18px;color:#191920;line-height:32.08px;width:100%}.financeCard .schoolDetails .schoolDetails p{font-size:12px;color:#656974;line-height:21.39px}.financeCard .schoolDetails .detailsLink{background:#32e09f;width:149px;height:40px;color:#191920;font-weight:700;font-size:15px;line-height:26.73px}@media(max-width: 480px){.financeCard .schoolDetails .detailsLink{width:100%}}.financeCard .progressStatus{position:relative;z-index:0;display:flex;justify-content:start}.financeCard .progressStatus .line{width:100%;height:2px;position:absolute;top:25%;display:flex;z-index:0}@media(max-width: 720px){.financeCard .progressStatus .line{width:2px;height:110%;top:-5%}}.financeCard .progressStatus .line .dashLine{width:100%;border-top:solid 2px #babbcf;background-color:#fff}@media(max-width: 720px){.financeCard .progressStatus .line .dashLine{border-left:solid 2px #babbcf;height:90%;margin-top:25px}}@media(min-width: 1224px){.financeCard .progressStatus .line .dashLine{width:100%}}@media(min-width: 1480px){.financeCard .progressStatus .line .dashLine{width:100%}}.financeCard .progressStatus .stageContainer{display:flex;justify-content:center;gap:20px;z-index:2}@media(max-width: 720px){.financeCard .progressStatus .stageContainer{gap:15px;flex-direction:column}}@media(min-width: 1224px){.financeCard .progressStatus .stageContainer{gap:45px}}.financeCard .progressStatus .stageContainer .stage{display:flex;flex-direction:column;align-items:center;z-index:1;padding:0 5px}.financeCard .progressStatus .stageContainer .stage .imageContainer{background:#fff;height:32px;border-radius:50%;display:flex;margin-bottom:15px;justify-content:center;align-items:center;border-right:12px solid #fff;border-left:12px solid #fff}.financeCard .progressStatus .stageContainer .stage .imageContainer img{width:24px;height:24px}.financeCard .progressStatus .stageContainer .stage .inprogress{background:#fff;border:solid 2px #babbcf}.financeCard .progressStatus .stageContainer .stage .inprogress div{width:11px;height:11px;background:#babbcf;border-radius:50%}.financeCard .progressStatus .stageContainer .stage .inprogress p{color:#202359;font-weight:700;font-size:13px;line-height:24.36px}.financeCard .progressStatus .stageContainer .stage p{width:fit-content;color:#babbcf;line-height:19.2px;font-size:14px;white-space:nowrap}.financeCard .progressStatus .stageContainer .active p{color:#5b63fb}.financeCard .progressStatus .stageContainer .active .imageContainer{background:#5b63fb}.financeCard .progressStatus .stageContainer .active .imageContainer.inprogress{background:#fff;border-color:#5b63fb}.financeCard .progressStatus .stageContainer .active .imageContainer.inprogress div{background:#5b63fb}.financeCard .progressStatus .stageContainer .rejected p{color:#e74c4c}.financeCard .progressStatus .stageContainer .rejected .inprogress{border-color:#e74c4c}.financeCard .progressStatus .stageContainer .rejected .inprogress img{width:12px;height:12px}.financeCard .bookingDetails{margin-top:32px}.financeCard .bookingDetails h2{color:#737598;font-size:18px;font-weight:700;line-height:32.08px}.financeCard .bookingDetails p{white-space:nowrap;color:#737598;font-weight:400;font-size:16px;line-height:25px}.financeCard .bookingDetails p span{color:#000;margin-right:8px}#TeacherProfile,.TeacherProfile,#PublicTeacherProfile,#TeacherWall{color:#191920}#TeacherProfile .light-grey,.TeacherProfile .light-grey,#PublicTeacherProfile .light-grey,#TeacherWall .light-grey{color:#a1a6b4}#TeacherProfile .gray-1,.TeacherProfile .gray-1,#PublicTeacherProfile .gray-1,#TeacherWall .gray-1{color:#656974}#TeacherProfile .gray-2,.TeacherProfile .gray-2,#PublicTeacherProfile .gray-2,#TeacherWall .gray-2{color:#969bab}#TeacherProfile .gray-3,.TeacherProfile .gray-3,#PublicTeacherProfile .gray-3,#TeacherWall .gray-3{color:#727272}#TeacherProfile .sky-color,.TeacherProfile .sky-color,#PublicTeacherProfile .sky-color,#TeacherWall .sky-color{color:#4ca7d4}#TeacherProfile .bg-teacher,.TeacherProfile .bg-teacher,#PublicTeacherProfile .bg-teacher,#TeacherWall .bg-teacher{color:#fff;background-color:#4ca7d4}#TeacherProfile .text-20,.TeacherProfile .text-20,#PublicTeacherProfile .text-20,#TeacherWall .text-20{font-size:20px}#TeacherProfile .text-19,.TeacherProfile .text-19,#PublicTeacherProfile .text-19,#TeacherWall .text-19{font-size:19px}#TeacherProfile .text-16,.TeacherProfile .text-16,#PublicTeacherProfile .text-16,#TeacherWall .text-16{font-size:16px}#TeacherProfile .text-15,.TeacherProfile .text-15,#PublicTeacherProfile .text-15,#TeacherWall .text-15{font-size:15px}#TeacherProfile .text-14,.TeacherProfile .text-14,#PublicTeacherProfile .text-14,#TeacherWall .text-14{font-size:14px}#TeacherProfile .text-13,.TeacherProfile .text-13,#PublicTeacherProfile .text-13,#TeacherWall .text-13{font-size:13px}#TeacherProfile .fa-circle,.TeacherProfile .fa-circle,#PublicTeacherProfile .fa-circle,#TeacherWall .fa-circle{color:#e5e5e5 !important;font-size:7px !important}#TeacherProfile .more-btn,.TeacherProfile .more-btn,#PublicTeacherProfile .more-btn,#TeacherWall .more-btn{background-color:#000;color:#fff}#TeacherProfile .dark-btn,.TeacherProfile .dark-btn,#PublicTeacherProfile .dark-btn,#TeacherWall .dark-btn{background-color:#191920;color:#fff}#TeacherProfile .teacherProfileMenu-wrapper,.TeacherProfile .teacherProfileMenu-wrapper,#PublicTeacherProfile .teacherProfileMenu-wrapper,#TeacherWall .teacherProfileMenu-wrapper{background-color:#fff;box-shadow:5px 10px 130px 0 rgba(0,0,0,.11);position:relative;z-index:6;border-radius:10px;margin:20px 0 40px 0}#TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu,.TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu,#PublicTeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu,#TeacherWall .teacherProfileMenu-wrapper .teacherProfileMenu{overflow-x:auto;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-y:hidden}#TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown,.TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown,#PublicTeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown,#TeacherWall .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown{position:static}#TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active,.TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active,#PublicTeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active,#TeacherWall .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active{background-color:rgba(0,0,0,0) !important}#TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .tab,.TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .tab,#PublicTeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .tab,#TeacherWall .teacherProfileMenu-wrapper .teacherProfileMenu .tab{padding:20px 0;display:inline-block;margin:0 0 0 45px}#TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active,.TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active,#PublicTeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active,#TeacherWall .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active{color:#191920;border-bottom:3px solid #191920}#TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar,.TeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar,#PublicTeacherProfile .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar,#TeacherWall .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar{width:2px;height:0;background-color:#f5f5f5}#TeacherProfile .light-btn,.TeacherProfile .light-btn,#PublicTeacherProfile .light-btn,#TeacherWall .light-btn{color:#212529;border:1px solid #dfe0ea;font-size:17px;padding:1rem;border-radius:4px;background-color:#fff}#TeacherProfile .edit-teacher,.TeacherProfile .edit-teacher,#PublicTeacherProfile .edit-teacher,#TeacherWall .edit-teacher{background-color:#323232;color:#fff;padding:7px 10px;border-radius:3px;font-size:.8rem}#TeacherProfile .edit-teacher_sky,.TeacherProfile .edit-teacher_sky,#PublicTeacherProfile .edit-teacher_sky,#TeacherWall .edit-teacher_sky{background-color:#4ca7d4}#TeacherProfile .edit-teacher_success,.TeacherProfile .edit-teacher_success,#PublicTeacherProfile .edit-teacher_success,#TeacherWall .edit-teacher_success{background-color:#6bbe99}#TeacherProfile .edit-teacher_danger,.TeacherProfile .edit-teacher_danger,#PublicTeacherProfile .edit-teacher_danger,#TeacherWall .edit-teacher_danger{background-color:#e16c19}#TeacherProfile .edit-teacher_disabled,.TeacherProfile .edit-teacher_disabled,#PublicTeacherProfile .edit-teacher_disabled,#TeacherWall .edit-teacher_disabled{background-color:#86adc1}#TeacherProfile .custom-container,.TeacherProfile .custom-container,#PublicTeacherProfile .custom-container,#TeacherWall .custom-container{border-top:solid 2px #4ca7d4;background-color:#fff;box-shadow:2px 7px 12px 0 rgba(0,0,0,.03);padding:31px 60px;margin-bottom:30px;border-radius:10px}@media(max-width: 767px){#TeacherProfile .custom-container,.TeacherProfile .custom-container,#PublicTeacherProfile .custom-container,#TeacherWall .custom-container{padding:31px 0}}#TeacherProfile .custom-container_bio,.TeacherProfile .custom-container_bio,#PublicTeacherProfile .custom-container_bio,#TeacherWall .custom-container_bio{padding:31px 30px}@media(max-width: 991px){#TeacherProfile .custom-container_bio,.TeacherProfile .custom-container_bio,#PublicTeacherProfile .custom-container_bio,#TeacherWall .custom-container_bio{padding:31px 30px}}@media(min-width: 992px)and (max-width: 1360px){#TeacherProfile .custom-container_bio,.TeacherProfile .custom-container_bio,#PublicTeacherProfile .custom-container_bio,#TeacherWall .custom-container_bio{padding:31px 30px}}@media(max-width: 600px){#TeacherProfile .custom-container_bio,.TeacherProfile .custom-container_bio,#PublicTeacherProfile .custom-container_bio,#TeacherWall .custom-container_bio{padding:31px 15px}}#TeacherProfile .edit-btn,.TeacherProfile .edit-btn,#PublicTeacherProfile .edit-btn,#TeacherWall .edit-btn{width:33px;height:33px;font-size:14px;border-radius:3px;border:solid 1px #4ca7d4;background-color:#fff;color:#4ca7d4;padding:7px 9px 9px 9px}#TeacherProfile .chat-btn,.TeacherProfile .chat-btn,#PublicTeacherProfile .chat-btn,#TeacherWall .chat-btn{background-color:#6bbe99;padding:8px 12px;border-radius:3px}#TeacherProfile .btn-follow,.TeacherProfile .btn-follow,#PublicTeacherProfile .btn-follow,#TeacherWall .btn-follow{background-color:#4e5ba7;color:#fff}#TeacherProfile button,.TeacherProfile button,#PublicTeacherProfile button,#TeacherWall button{font-size:14px;border-radius:3px;border:none}@media(max-width: 768px){#TeacherProfile .lessonsActionsBtn,.TeacherProfile .lessonsActionsBtn,#PublicTeacherProfile .lessonsActionsBtn,#TeacherWall .lessonsActionsBtn{padding:7px 10px}}#TeacherProfile .mare-btn,.TeacherProfile .mare-btn,#PublicTeacherProfile .mare-btn,#TeacherWall .mare-btn{height:50px;border-radius:unset;border-top:solid 1px #ccc;background-color:#fff;font-size:14px;color:#4ca7d4;margin:15px auto -10px auto;width:30%;display:block}#TeacherProfile .rate .Stars,.TeacherProfile .rate .Stars,#PublicTeacherProfile .rate .Stars,#TeacherWall .rate .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}@media only screen and (max-width: 1140px){#TeacherProfile .rate .Stars,.TeacherProfile .rate .Stars,#PublicTeacherProfile .rate .Stars,#TeacherWall .rate .Stars{font-size:10px}}#TeacherProfile .rate .Stars::before,.TeacherProfile .rate .Stars::before,#PublicTeacherProfile .rate .Stars::before,#TeacherWall .rate .Stars::before{content:"★★★★★";letter-spacing:1px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}#TeacherProfile .rate span,.TeacherProfile .rate span,#PublicTeacherProfile .rate span,#TeacherWall .rate span{color:#e16c19}#TeacherProfile .rate-number,.TeacherProfile .rate-number,#PublicTeacherProfile .rate-number,#TeacherWall .rate-number{background-color:#e16c19;color:#fff;border-radius:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}#TeacherProfile label,.TeacherProfile label,#PublicTeacherProfile label,#TeacherWall label{color:#656974;font-size:15px}#TeacherProfile .success-color,.TeacherProfile .success-color,#PublicTeacherProfile .success-color,#TeacherWall .success-color{cursor:pointer}#TeacherProfile i,.TeacherProfile i,#PublicTeacherProfile i,#TeacherWall i{font-size:13px !important}#TeacherProfile .fa-plus,.TeacherProfile .fa-plus,#PublicTeacherProfile .fa-plus,#TeacherWall .fa-plus{font-size:11px !important}#TeacherProfile .error,.TeacherProfile .error,#PublicTeacherProfile .error,#TeacherWall .error{font-size:14px;color:#ef7070}#TeacherProfile .info-wrapper,.TeacherProfile .info-wrapper,#PublicTeacherProfile .info-wrapper,#TeacherWall .info-wrapper{background-image:linear-gradient(#f2f2f2, #fff);box-shadow:5px 10px 30px 0 rgba(0,0,0,.05);margin-bottom:40px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}#TeacherProfile .info-wrapper h4,.TeacherProfile .info-wrapper h4,#PublicTeacherProfile .info-wrapper h4,#TeacherWall .info-wrapper h4{max-width:17rem;overflow-wrap:break-word}@media screen and (min-width: 900px){#TeacherProfile .info-wrapper h4,.TeacherProfile .info-wrapper h4,#PublicTeacherProfile .info-wrapper h4,#TeacherWall .info-wrapper h4{max-width:36rem}}@media screen and (min-width: 1300px){#TeacherProfile .info-wrapper h4,.TeacherProfile .info-wrapper h4,#PublicTeacherProfile .info-wrapper h4,#TeacherWall .info-wrapper h4{max-width:43rem}}#TeacherProfile .info-wrapper .cover,.TeacherProfile .info-wrapper .cover,#PublicTeacherProfile .info-wrapper .cover,#TeacherWall .info-wrapper .cover{position:relative;border-radius:10px 10px 0 0;height:290px}#TeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,#TeacherWall .info-wrapper .cover .photo-wrapper{position:absolute;width:134px;height:134px;border-radius:50%;padding:5px;bottom:-60px;right:60px}#TeacherProfile .info-wrapper .cover .photo-wrapper img,.TeacherProfile .info-wrapper .cover .photo-wrapper img,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper img,#TeacherWall .info-wrapper .cover .photo-wrapper img{width:100%;height:100%;border-radius:50%}#TeacherProfile .info-wrapper .cover .cover-input-wrapper,.TeacherProfile .info-wrapper .cover .cover-input-wrapper,#PublicTeacherProfile .info-wrapper .cover .cover-input-wrapper,#TeacherWall .info-wrapper .cover .cover-input-wrapper{border:solid 1px #fff;border-radius:20px;left:20px;top:20px;background-color:rgba(0,0,0,0);color:#fff;cursor:pointer}#TeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,#TeacherWall .info-wrapper .teacherName-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:30px;margin-top:20px;border-bottom:1px solid #eaeaea}#TeacherProfile .info-wrapper .share,.TeacherProfile .info-wrapper .share,#PublicTeacherProfile .info-wrapper .share,#TeacherWall .info-wrapper .share{padding:10px 60px;display:flex;justify-content:start;align-items:center;gap:20px}#TeacherProfile .info-wrapper .share .share-btns,.TeacherProfile .info-wrapper .share .share-btns,#PublicTeacherProfile .info-wrapper .share .share-btns,#TeacherWall .info-wrapper .share .share-btns{display:flex;justify-content:start;align-items:center;gap:15px;list-style:none}#TeacherProfile .info-wrapper .share .share-btns li,.TeacherProfile .info-wrapper .share .share-btns li,#PublicTeacherProfile .info-wrapper .share .share-btns li,#TeacherWall .info-wrapper .share .share-btns li{border-radius:5px}#TeacherProfile .info-wrapper .share .share-btns li a,.TeacherProfile .info-wrapper .share .share-btns li a,#PublicTeacherProfile .info-wrapper .share .share-btns li a,#TeacherWall .info-wrapper .share .share-btns li a{display:flex;justify-content:center;align-items:center;width:36px;height:34px}#TeacherProfile .info-wrapper .share .share-btns li a i,.TeacherProfile .info-wrapper .share .share-btns li a i,#PublicTeacherProfile .info-wrapper .share .share-btns li a i,#TeacherWall .info-wrapper .share .share-btns li a i{font-size:16px !important;color:#fff}#TeacherProfile .info-wrapper .share .share-btns .facebook-btn,.TeacherProfile .info-wrapper .share .share-btns .facebook-btn,#PublicTeacherProfile .info-wrapper .share .share-btns .facebook-btn,#TeacherWall .info-wrapper .share .share-btns .facebook-btn{background-color:#3b5998}#TeacherProfile .info-wrapper .share .share-btns .twitter-btn,.TeacherProfile .info-wrapper .share .share-btns .twitter-btn,#PublicTeacherProfile .info-wrapper .share .share-btns .twitter-btn,#TeacherWall .info-wrapper .share .share-btns .twitter-btn{background-color:#1da1f2}#TeacherProfile .info-wrapper .share .share-btns .whatsapp-btn,.TeacherProfile .info-wrapper .share .share-btns .whatsapp-btn,#PublicTeacherProfile .info-wrapper .share .share-btns .whatsapp-btn,#TeacherWall .info-wrapper .share .share-btns .whatsapp-btn{background-color:#6bbe99}#TeacherProfile .info-wrapper .share .share-btns .qr-btn,.TeacherProfile .info-wrapper .share .share-btns .qr-btn,#PublicTeacherProfile .info-wrapper .share .share-btns .qr-btn,#TeacherWall .info-wrapper .share .share-btns .qr-btn{background-color:#4a4a4a}@media(max-width: 600px){#TeacherProfile .info-wrapper .share,.TeacherProfile .info-wrapper .share,#PublicTeacherProfile .info-wrapper .share,#TeacherWall .info-wrapper .share{padding:0 15px;flex-direction:column;align-items:start;gap:5px}#TeacherProfile .info-wrapper .share ul,.TeacherProfile .info-wrapper .share ul,#PublicTeacherProfile .info-wrapper .share ul,#TeacherWall .info-wrapper .share ul{padding:0 !important}}@media(min-width: 601px)and (max-width: 991px){#TeacherProfile .info-wrapper .share,.TeacherProfile .info-wrapper .share,#PublicTeacherProfile .info-wrapper .share,#TeacherWall .info-wrapper .share{padding:10px 30px}}@media(min-width: 992px)and (max-width: 1360px){#TeacherProfile .info-wrapper .share,.TeacherProfile .info-wrapper .share,#PublicTeacherProfile .info-wrapper .share,#TeacherWall .info-wrapper .share{padding:10px 30px}}@media(max-width: 767px){#TeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,#TeacherWall .info-wrapper .cover .photo-wrapper{right:20px}}@media(max-width: 991px){#TeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,#TeacherWall .info-wrapper .cover .photo-wrapper{right:20px}#TeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,#TeacherWall .info-wrapper .teacherName-section{padding:31px 30px}}@media(min-width: 992px)and (max-width: 1360px){#TeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,#TeacherWall .info-wrapper .cover .photo-wrapper{right:20px}#TeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,#TeacherWall .info-wrapper .teacherName-section{padding:31px 30px}}@media(max-width: 600px){#TeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,#TeacherWall .info-wrapper .cover .photo-wrapper{right:10px}#TeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,#TeacherWall .info-wrapper .teacherName-section{padding:31px 15px}}#TeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis,.TeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis,#TeacherWall .body-wrapper .teacherActionsDropdown .ellipsis{color:#000}#TeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis i,.TeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis i,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis i,#TeacherWall .body-wrapper .teacherActionsDropdown .ellipsis i{font-size:16px !important}#TeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis_gray,.TeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis_gray,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown .ellipsis_gray,#TeacherWall .body-wrapper .teacherActionsDropdown .ellipsis_gray{color:#727272}#TeacherProfile .body-wrapper .teacherActionsDropdown ul,.TeacherProfile .body-wrapper .teacherActionsDropdown ul,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown ul,#TeacherWall .body-wrapper .teacherActionsDropdown ul{min-width:100px;background-color:#323232;box-shadow:5px 10px 30px rgba(0,0,0,.05);border-radius:7px}#TeacherProfile .body-wrapper .teacherActionsDropdown ul button,.TeacherProfile .body-wrapper .teacherActionsDropdown ul button,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown ul button,#TeacherWall .body-wrapper .teacherActionsDropdown ul button{font-size:14px;color:#fff}#TeacherProfile .body-wrapper .teacherActionsDropdown ul button i,.TeacherProfile .body-wrapper .teacherActionsDropdown ul button i,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown ul button i,#TeacherWall .body-wrapper .teacherActionsDropdown ul button i{font-size:11px !important}#TeacherProfile .body-wrapper .teacherActionsDropdown ul button:hover,#TeacherProfile .body-wrapper .teacherActionsDropdown ul button:focus,.TeacherProfile .body-wrapper .teacherActionsDropdown ul button:hover,.TeacherProfile .body-wrapper .teacherActionsDropdown ul button:focus,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown ul button:hover,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown ul button:focus,#TeacherWall .body-wrapper .teacherActionsDropdown ul button:hover,#TeacherWall .body-wrapper .teacherActionsDropdown ul button:focus{background-color:#585858}#TeacherProfile .body-wrapper .teacherActionsDropdown ul hr,.TeacherProfile .body-wrapper .teacherActionsDropdown ul hr,#PublicTeacherProfile .body-wrapper .teacherActionsDropdown ul hr,#TeacherWall .body-wrapper .teacherActionsDropdown ul hr{border:1px solid rgba(147,147,147,.7490196078);margin:0}#TeacherProfile .body-wrapper .bio p,.TeacherProfile .body-wrapper .bio p,#PublicTeacherProfile .body-wrapper .bio p,#TeacherWall .body-wrapper .bio p{margin-inline-end:5rem;text-align:justify;font-size:18px}@media(max-width: 480px){#TeacherProfile .body-wrapper .bio p,.TeacherProfile .body-wrapper .bio p,#PublicTeacherProfile .body-wrapper .bio p,#TeacherWall .body-wrapper .bio p{margin-inline-end:1rem}}#TeacherProfile .body-wrapper .education-title,#TeacherProfile .body-wrapper .education-degree,.TeacherProfile .body-wrapper .education-title,.TeacherProfile .body-wrapper .education-degree,#PublicTeacherProfile .body-wrapper .education-title,#PublicTeacherProfile .body-wrapper .education-degree,#TeacherWall .body-wrapper .education-title,#TeacherWall .body-wrapper .education-degree{max-width:17rem;overflow-wrap:break-word}#TeacherProfile .body-wrapper .subjects .subject,.TeacherProfile .body-wrapper .subjects .subject,#PublicTeacherProfile .body-wrapper .subjects .subject,#TeacherWall .body-wrapper .subjects .subject{border-radius:17px;background-color:rgba(150,155,171,.12);padding:9px 16px 8px 15px;margin-bottom:5px;font-size:14px}#TeacherProfile .body-wrapper .subjects .subject .desc,.TeacherProfile .body-wrapper .subjects .subject .desc,#PublicTeacherProfile .body-wrapper .subjects .subject .desc,#TeacherWall .body-wrapper .subjects .subject .desc{max-width:17rem;overflow-wrap:break-word;text-align:justify;color:#6a6d78}#TeacherProfile .body-wrapper .subjects .subject i.fa-trash-alt,.TeacherProfile .body-wrapper .subjects .subject i.fa-trash-alt,#PublicTeacherProfile .body-wrapper .subjects .subject i.fa-trash-alt,#TeacherWall .body-wrapper .subjects .subject i.fa-trash-alt{cursor:pointer}#TeacherProfile .body-wrapper .reviews-section .rating-categories,.TeacherProfile .body-wrapper .reviews-section .rating-categories,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories,#TeacherWall .body-wrapper .reviews-section .rating-categories{margin-bottom:1.5rem}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories{display:flex;flex-wrap:wrap;align-items:center}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .category{margin-bottom:1.5rem;width:26%;margin-inline-end:3rem}@media(max-width: 480px){#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .category{width:90%}}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-title p,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-title p,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-title p,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .category-title p{white-space:nowrap;margin-bottom:7px}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-rating,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-rating,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-rating,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .category-rating{display:flex;align-items:center}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-rating span,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-rating span,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .category-rating span,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .category-rating span{margin-inline-start:.8rem;font-size:.8rem}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .progress{width:100%;height:.6rem}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress .progress-bar,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress .progress-bar,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress .progress-bar,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .progress .progress-bar{width:var(--progress)}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.success,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.success,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.success,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .progress.success{background-color:rgba(107,190,153,.2)}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.success .progress-bar,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.success .progress-bar,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.success .progress-bar,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .progress.success .progress-bar{background-color:#6bbe99}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.danger,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.danger,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.danger,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .progress.danger{background-color:rgba(239,112,112,.2)}#TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.danger .progress-bar,.TeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.danger .progress-bar,#PublicTeacherProfile .body-wrapper .reviews-section .rating-categories .categories .progress.danger .progress-bar,#TeacherWall .body-wrapper .reviews-section .rating-categories .categories .progress.danger .progress-bar{background-color:#ef7070}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .item,.TeacherProfile .body-wrapper .reviews-section .comments-carousel .item,#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .item,#TeacherWall .body-wrapper .reviews-section .comments-carousel .item{border:1px solid #f0eaea;border-radius:5px}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav,.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav,#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav,#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav{width:100%;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav button,.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav button,#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav button,#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav button{position:absolute;background-color:#191920;color:#e9e7e7;width:1.8rem;height:1.8rem;border-radius:50%;font-size:2rem;display:flex;justify-content:center;align-items:center}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav button.disabled,.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav button.disabled,#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav button.disabled,#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav button.disabled{display:none}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev,.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev,#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev,#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev{right:-1.2rem}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev :lang(en),.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev :lang(en),#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev :lang(en),#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-prev :lang(en){left:-1.2rem}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next,.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next,#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next,#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next{left:-1.2rem}#TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next :lang(en),.TeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next :lang(en),#PublicTeacherProfile .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next :lang(en),#TeacherWall .body-wrapper .reviews-section .comments-carousel .owl-nav .owl-next :lang(en){right:-1.2rem}#TeacherProfile .body-wrapper .reviews-section .comment-form,.TeacherProfile .body-wrapper .reviews-section .comment-form,#PublicTeacherProfile .body-wrapper .reviews-section .comment-form,#TeacherWall .body-wrapper .reviews-section .comment-form{position:relative}#TeacherProfile .body-wrapper .reviews-section .comment-form textarea,.TeacherProfile .body-wrapper .reviews-section .comment-form textarea,#PublicTeacherProfile .body-wrapper .reviews-section .comment-form textarea,#TeacherWall .body-wrapper .reviews-section .comment-form textarea{background-color:#fff;height:6rem;resize:none;box-shadow:0 2px 8px -1px rgba(0,0,0,.07) !important}#TeacherProfile .body-wrapper .reviews-section .comment-form #save-rating,.TeacherProfile .body-wrapper .reviews-section .comment-form #save-rating,#PublicTeacherProfile .body-wrapper .reviews-section .comment-form #save-rating,#TeacherWall .body-wrapper .reviews-section .comment-form #save-rating{width:fit-content}#TeacherProfile .body-wrapper .reviews-section .comment-form #save-rating:hover,.TeacherProfile .body-wrapper .reviews-section .comment-form #save-rating:hover,#PublicTeacherProfile .body-wrapper .reviews-section .comment-form #save-rating:hover,#TeacherWall .body-wrapper .reviews-section .comment-form #save-rating:hover{background-color:#202359;color:#fff}#TeacherProfile .body-wrapper .reviews-section .comment-form .saveCommentFeedback,.TeacherProfile .body-wrapper .reviews-section .comment-form .saveCommentFeedback,#PublicTeacherProfile .body-wrapper .reviews-section .comment-form .saveCommentFeedback,#TeacherWall .body-wrapper .reviews-section .comment-form .saveCommentFeedback{position:absolute;bottom:17px;right:8px;color:red;font-weight:bold;width:30rem}#TeacherProfile .body-wrapper .reviews-section .parent-comments,.TeacherProfile .body-wrapper .reviews-section .parent-comments,#PublicTeacherProfile .body-wrapper .reviews-section .parent-comments,#TeacherWall .body-wrapper .reviews-section .parent-comments{background-color:#fff}#TeacherProfile .body-wrapper .reviews-section .parent-comments .parent-avatar,.TeacherProfile .body-wrapper .reviews-section .parent-comments .parent-avatar,#PublicTeacherProfile .body-wrapper .reviews-section .parent-comments .parent-avatar,#TeacherWall .body-wrapper .reviews-section .parent-comments .parent-avatar{width:46px;height:46px;border-radius:5px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05);padding:0}#TeacherProfile .body-wrapper .reviews-section .parent-comments p,.TeacherProfile .body-wrapper .reviews-section .parent-comments p,#PublicTeacherProfile .body-wrapper .reviews-section .parent-comments p,#TeacherWall .body-wrapper .reviews-section .parent-comments p{background-color:#f1f3f1;border-radius:5px}#TeacherProfile .body-wrapper .reviews-section #commentsOffcanvas,.TeacherProfile .body-wrapper .reviews-section #commentsOffcanvas,#PublicTeacherProfile .body-wrapper .reviews-section #commentsOffcanvas,#TeacherWall .body-wrapper .reviews-section #commentsOffcanvas{width:43%}@media(max-width: 768px){#TeacherProfile .body-wrapper .reviews-section #commentsOffcanvas,.TeacherProfile .body-wrapper .reviews-section #commentsOffcanvas,#PublicTeacherProfile .body-wrapper .reviews-section #commentsOffcanvas,#TeacherWall .body-wrapper .reviews-section #commentsOffcanvas{width:95%}}@media(max-width: 500px){#TeacherProfile .body-wrapper .reviews-section .br-theme-fontawesome-stars .br-widget a:after,.TeacherProfile .body-wrapper .reviews-section .br-theme-fontawesome-stars .br-widget a:after,#PublicTeacherProfile .body-wrapper .reviews-section .br-theme-fontawesome-stars .br-widget a:after,#TeacherWall .body-wrapper .reviews-section .br-theme-fontawesome-stars .br-widget a:after{font-size:12px}}#TeacherProfile .body-wrapper .reviews-section .rate-status,.TeacherProfile .body-wrapper .reviews-section .rate-status,#PublicTeacherProfile .body-wrapper .reviews-section .rate-status,#TeacherWall .body-wrapper .reviews-section .rate-status{color:#e16c19}#TeacherProfile .body-wrapper .reviews-section .school-rate,.TeacherProfile .body-wrapper .reviews-section .school-rate,#PublicTeacherProfile .body-wrapper .reviews-section .school-rate,#TeacherWall .body-wrapper .reviews-section .school-rate{background-color:rgba(242,242,242,.3)}#TeacherProfile .body-wrapper .reviews-section .school-rate .rating-options .option-item,.TeacherProfile .body-wrapper .reviews-section .school-rate .rating-options .option-item,#PublicTeacherProfile .body-wrapper .reviews-section .school-rate .rating-options .option-item,#TeacherWall .body-wrapper .reviews-section .school-rate .rating-options .option-item{margin-left:177px}@media(max-width: 992px){#TeacherProfile .body-wrapper .reviews-section .school-rate .rating-options .option-item,.TeacherProfile .body-wrapper .reviews-section .school-rate .rating-options .option-item,#PublicTeacherProfile .body-wrapper .reviews-section .school-rate .rating-options .option-item,#TeacherWall .body-wrapper .reviews-section .school-rate .rating-options .option-item{margin-left:0}}#TeacherProfile .body-wrapper .section,.TeacherProfile .body-wrapper .section,#PublicTeacherProfile .body-wrapper .section,#TeacherWall .body-wrapper .section{padding:31px 0}#TeacherProfile .body-wrapper .section .header,.TeacherProfile .body-wrapper .section .header,#PublicTeacherProfile .body-wrapper .section .header,#TeacherWall .body-wrapper .section .header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px}#TeacherProfile .body-wrapper .section .event-container,.TeacherProfile .body-wrapper .section .event-container,#PublicTeacherProfile .body-wrapper .section .event-container,#TeacherWall .body-wrapper .section .event-container{padding:0 30px;margin:0}#TeacherProfile .body-wrapper .section .item,.TeacherProfile .body-wrapper .section .item,#PublicTeacherProfile .body-wrapper .section .item,#TeacherWall .body-wrapper .section .item{display:flex;align-items:end;margin-top:1.5rem;flex-wrap:wrap;padding:0 60px}#TeacherProfile .body-wrapper .section .item_achievement,.TeacherProfile .body-wrapper .section .item_achievement,#PublicTeacherProfile .body-wrapper .section .item_achievement,#TeacherWall .body-wrapper .section .item_achievement{align-items:start;padding:0}#TeacherProfile .body-wrapper .section .item_achievement .img,.TeacherProfile .body-wrapper .section .item_achievement .img,#PublicTeacherProfile .body-wrapper .section .item_achievement .img,#TeacherWall .body-wrapper .section .item_achievement .img{max-width:75px;width:75px}#TeacherProfile .body-wrapper .section .item_achievement .img img,.TeacherProfile .body-wrapper .section .item_achievement .img img,#PublicTeacherProfile .body-wrapper .section .item_achievement .img img,#TeacherWall .body-wrapper .section .item_achievement .img img{border-radius:5px;width:100%;height:100%}#TeacherProfile .body-wrapper .section .item_achievement .text,.TeacherProfile .body-wrapper .section .item_achievement .text,#PublicTeacherProfile .body-wrapper .section .item_achievement .text,#TeacherWall .body-wrapper .section .item_achievement .text{align-self:center;text-align:justify;margin:0 20px;width:100%}#TeacherProfile .body-wrapper .section .item_achievement .text p,.TeacherProfile .body-wrapper .section .item_achievement .text p,#PublicTeacherProfile .body-wrapper .section .item_achievement .text p,#TeacherWall .body-wrapper .section .item_achievement .text p{color:#4ca7d4;margin-bottom:0;font-weight:bold;font-size:15px}#TeacherProfile .body-wrapper .section .item_achievement .text .actions,.TeacherProfile .body-wrapper .section .item_achievement .text .actions,#PublicTeacherProfile .body-wrapper .section .item_achievement .text .actions,#TeacherWall .body-wrapper .section .item_achievement .text .actions{display:flex;align-items:center;justify-content:start;gap:20px}#TeacherProfile .body-wrapper .section .item_achievement .text .actions a,.TeacherProfile .body-wrapper .section .item_achievement .text .actions a,#PublicTeacherProfile .body-wrapper .section .item_achievement .text .actions a,#TeacherWall .body-wrapper .section .item_achievement .text .actions a{font-size:14px}#TeacherProfile .body-wrapper .section .item_education,#TeacherProfile .body-wrapper .section .item_event,.TeacherProfile .body-wrapper .section .item_education,.TeacherProfile .body-wrapper .section .item_event,#PublicTeacherProfile .body-wrapper .section .item_education,#PublicTeacherProfile .body-wrapper .section .item_event,#TeacherWall .body-wrapper .section .item_education,#TeacherWall .body-wrapper .section .item_event{align-items:flex-start;padding:0}#TeacherProfile .body-wrapper .section .item_education .img,#TeacherProfile .body-wrapper .section .item_event .img,.TeacherProfile .body-wrapper .section .item_education .img,.TeacherProfile .body-wrapper .section .item_event .img,#PublicTeacherProfile .body-wrapper .section .item_education .img,#PublicTeacherProfile .body-wrapper .section .item_event .img,#TeacherWall .body-wrapper .section .item_education .img,#TeacherWall .body-wrapper .section .item_event .img{max-width:120px;min-width:120px}#TeacherProfile .body-wrapper .section .item_education .img img,#TeacherProfile .body-wrapper .section .item_event .img img,.TeacherProfile .body-wrapper .section .item_education .img img,.TeacherProfile .body-wrapper .section .item_event .img img,#PublicTeacherProfile .body-wrapper .section .item_education .img img,#PublicTeacherProfile .body-wrapper .section .item_event .img img,#TeacherWall .body-wrapper .section .item_education .img img,#TeacherWall .body-wrapper .section .item_event .img img{border-radius:5px;width:120px;height:100px}#TeacherProfile .body-wrapper .section .item_education .text,#TeacherProfile .body-wrapper .section .item_event .text,.TeacherProfile .body-wrapper .section .item_education .text,.TeacherProfile .body-wrapper .section .item_event .text,#PublicTeacherProfile .body-wrapper .section .item_education .text,#PublicTeacherProfile .body-wrapper .section .item_event .text,#TeacherWall .body-wrapper .section .item_education .text,#TeacherWall .body-wrapper .section .item_event .text{margin:0 20px;align-self:center}#TeacherProfile .body-wrapper .section .item_education .text p,#TeacherProfile .body-wrapper .section .item_event .text p,.TeacherProfile .body-wrapper .section .item_education .text p,.TeacherProfile .body-wrapper .section .item_event .text p,#PublicTeacherProfile .body-wrapper .section .item_education .text p,#PublicTeacherProfile .body-wrapper .section .item_event .text p,#TeacherWall .body-wrapper .section .item_education .text p,#TeacherWall .body-wrapper .section .item_event .text p{margin-bottom:0}#TeacherProfile .body-wrapper .section .item_education .text .actions a,#TeacherProfile .body-wrapper .section .item_event .text .actions a,.TeacherProfile .body-wrapper .section .item_education .text .actions a,.TeacherProfile .body-wrapper .section .item_event .text .actions a,#PublicTeacherProfile .body-wrapper .section .item_education .text .actions a,#PublicTeacherProfile .body-wrapper .section .item_event .text .actions a,#TeacherWall .body-wrapper .section .item_education .text .actions a,#TeacherWall .body-wrapper .section .item_event .text .actions a{font-size:14px;cursor:pointer}#TeacherProfile .body-wrapper .section .item_event,.TeacherProfile .body-wrapper .section .item_event,#PublicTeacherProfile .body-wrapper .section .item_event,#TeacherWall .body-wrapper .section .item_event{padding:0}#TeacherProfile .body-wrapper .section .item_event .text,.TeacherProfile .body-wrapper .section .item_event .text,#PublicTeacherProfile .body-wrapper .section .item_event .text,#TeacherWall .body-wrapper .section .item_event .text{text-align:justify;width:100%}#TeacherProfile .body-wrapper .section .item_event .text p,.TeacherProfile .body-wrapper .section .item_event .text p,#PublicTeacherProfile .body-wrapper .section .item_event .text p,#TeacherWall .body-wrapper .section .item_event .text p{color:#727272;font-size:14px;margin-bottom:0}#TeacherProfile .body-wrapper .section .item_event .text .actions,.TeacherProfile .body-wrapper .section .item_event .text .actions,#PublicTeacherProfile .body-wrapper .section .item_event .text .actions,#TeacherWall .body-wrapper .section .item_event .text .actions{display:flex;justify-content:space-between;align-items:center}#TeacherProfile .body-wrapper .section .item_event .text .actions a,.TeacherProfile .body-wrapper .section .item_event .text .actions a,#PublicTeacherProfile .body-wrapper .section .item_event .text .actions a,#TeacherWall .body-wrapper .section .item_event .text .actions a{font-size:14px;cursor:pointer}#TeacherProfile .body-wrapper .section .item_follows,.TeacherProfile .body-wrapper .section .item_follows,#PublicTeacherProfile .body-wrapper .section .item_follows,#TeacherWall .body-wrapper .section .item_follows{align-items:center;padding:0}#TeacherProfile .body-wrapper .section .item_recommends,.TeacherProfile .body-wrapper .section .item_recommends,#PublicTeacherProfile .body-wrapper .section .item_recommends,#TeacherWall .body-wrapper .section .item_recommends{align-items:flex-start;padding:0}#TeacherProfile .body-wrapper .section .item_recommends .img,.TeacherProfile .body-wrapper .section .item_recommends .img,#PublicTeacherProfile .body-wrapper .section .item_recommends .img,#TeacherWall .body-wrapper .section .item_recommends .img{min-width:120px;width:120px;display:flex;justify-content:center;align-items:start}#TeacherProfile .body-wrapper .section .item_recommends .img img,.TeacherProfile .body-wrapper .section .item_recommends .img img,#PublicTeacherProfile .body-wrapper .section .item_recommends .img img,#TeacherWall .body-wrapper .section .item_recommends .img img{border-radius:50%;width:70%;max-height:90px}#TeacherProfile .body-wrapper .section .item_recommends .text,.TeacherProfile .body-wrapper .section .item_recommends .text,#PublicTeacherProfile .body-wrapper .section .item_recommends .text,#TeacherWall .body-wrapper .section .item_recommends .text{display:flex;justify-content:space-between;align-items:center;width:100%}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container,#TeacherWall .body-wrapper .section .item_recommends .text .text-container{width:100%}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .recommend,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .recommend,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .recommend,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .recommend{text-align:justify;word-break:break-word}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head{display:flex;justify-content:space-between;align-items:center}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions{display:flex;align-items:center}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest{background:none}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest i,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest i,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest i,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .editRequest i{font-size:16px !important}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .status,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .status,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .status,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions .status{padding:7px 15px;background-color:#fff;border:1px solid #6bbe9b;color:#6bbe9b;border-radius:3px;font-size:14px}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher{font-size:18px}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher label,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher label,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher label,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .text-head .recommends-actions #RecommendSwitcher label{font-size:16px}#TeacherProfile .body-wrapper .section .item_experience,.TeacherProfile .body-wrapper .section .item_experience,#PublicTeacherProfile .body-wrapper .section .item_experience,#TeacherWall .body-wrapper .section .item_experience{padding:0;align-items:start}#TeacherProfile .body-wrapper .section .item_experience .expType,.TeacherProfile .body-wrapper .section .item_experience .expType,#PublicTeacherProfile .body-wrapper .section .item_experience .expType,#TeacherWall .body-wrapper .section .item_experience .expType{color:#656974;font-size:14px}@media(min-width: 766px){#TeacherProfile .body-wrapper .section .item,.TeacherProfile .body-wrapper .section .item,#PublicTeacherProfile .body-wrapper .section .item,#TeacherWall .body-wrapper .section .item{flex-wrap:nowrap}}#TeacherProfile .body-wrapper .section .item .item-header,.TeacherProfile .body-wrapper .section .item .item-header,#PublicTeacherProfile .body-wrapper .section .item .item-header,#TeacherWall .body-wrapper .section .item .item-header{width:fit-content;display:flex;justify-content:space-between;align-items:start}@media(min-width: 768px){#TeacherProfile .body-wrapper .section .item .item-header,.TeacherProfile .body-wrapper .section .item .item-header,#PublicTeacherProfile .body-wrapper .section .item .item-header,#TeacherWall .body-wrapper .section .item .item-header{justify-content:start}}@media(max-width: 766px){#TeacherProfile .body-wrapper .section .item .item-header,.TeacherProfile .body-wrapper .section .item .item-header,#PublicTeacherProfile .body-wrapper .section .item .item-header,#TeacherWall .body-wrapper .section .item .item-header{width:100% !important}}#TeacherProfile .body-wrapper .section .item .item-header .exp-img,.TeacherProfile .body-wrapper .section .item .item-header .exp-img,#PublicTeacherProfile .body-wrapper .section .item .item-header .exp-img,#TeacherWall .body-wrapper .section .item .item-header .exp-img{width:80px;height:80px}#TeacherProfile .body-wrapper .section .item .item-header .exp-img img,.TeacherProfile .body-wrapper .section .item .item-header .exp-img img,#PublicTeacherProfile .body-wrapper .section .item .item-header .exp-img img,#TeacherWall .body-wrapper .section .item .item-header .exp-img img{border-radius:50%;width:100%;height:100%}#TeacherProfile .body-wrapper .section .item .item-header .exp-icon,.TeacherProfile .body-wrapper .section .item .item-header .exp-icon,#PublicTeacherProfile .body-wrapper .section .item .item-header .exp-icon,#TeacherWall .body-wrapper .section .item .item-header .exp-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;border-radius:50%;box-shadow:1px 1px 30px 2px rgba(204,204,204,.2588235294)}#TeacherProfile .body-wrapper .section .item:last-child div,.TeacherProfile .body-wrapper .section .item:last-child div,#PublicTeacherProfile .body-wrapper .section .item:last-child div,#TeacherWall .body-wrapper .section .item:last-child div{border-bottom:none !important}#TeacherProfile .body-wrapper .section .item h6,.TeacherProfile .body-wrapper .section .item h6,#PublicTeacherProfile .body-wrapper .section .item h6,#TeacherWall .body-wrapper .section .item h6{font-size:18px;max-width:34rem;overflow-wrap:break-word;text-align:justify}#TeacherProfile .body-wrapper .section .item .desc,.TeacherProfile .body-wrapper .section .item .desc,#PublicTeacherProfile .body-wrapper .section .item .desc,#TeacherWall .body-wrapper .section .item .desc{overflow-wrap:break-word;text-align:justify;margin-inline-end:2rem}@media(min-width: 1901px){#TeacherProfile .body-wrapper .section .item .desc,.TeacherProfile .body-wrapper .section .item .desc,#PublicTeacherProfile .body-wrapper .section .item .desc,#TeacherWall .body-wrapper .section .item .desc{max-width:48rem}}@media(min-width: 700px){#TeacherProfile .body-wrapper .section .item .desc,.TeacherProfile .body-wrapper .section .item .desc,#PublicTeacherProfile .body-wrapper .section .item .desc,#TeacherWall .body-wrapper .section .item .desc{max-width:21rem}}@media(min-width: 1400px){#TeacherProfile .body-wrapper .section .item .desc,.TeacherProfile .body-wrapper .section .item .desc,#PublicTeacherProfile .body-wrapper .section .item .desc,#TeacherWall .body-wrapper .section .item .desc{max-width:26rem}}@media(max-width: 500px){#TeacherProfile .body-wrapper .section .item .desc,.TeacherProfile .body-wrapper .section .item .desc,#PublicTeacherProfile .body-wrapper .section .item .desc,#TeacherWall .body-wrapper .section .item .desc{max-width:14rem}}#TeacherProfile .body-wrapper .section .achiev-item:last-child,.TeacherProfile .body-wrapper .section .achiev-item:last-child,#PublicTeacherProfile .body-wrapper .section .achiev-item:last-child,#TeacherWall .body-wrapper .section .achiev-item:last-child{border-bottom:none !important}#TeacherProfile .body-wrapper .section .custom-rounded-pill,.TeacherProfile .body-wrapper .section .custom-rounded-pill,#PublicTeacherProfile .body-wrapper .section .custom-rounded-pill,#TeacherWall .body-wrapper .section .custom-rounded-pill{border:2px solid rgba(0,0,0,.07);padding:15px 40px;font-size:14px;font-weight:600}#TeacherProfile .body-wrapper .suggested-teachers,.TeacherProfile .body-wrapper .suggested-teachers,#PublicTeacherProfile .body-wrapper .suggested-teachers,#TeacherWall .body-wrapper .suggested-teachers{border-top:solid 3px #191920;background-color:#fff;box-shadow:0 5px 14px -3px rgba(0,0,0,.07);margin-bottom:30px}#TeacherProfile .body-wrapper .suggested-teachers h5,.TeacherProfile .body-wrapper .suggested-teachers h5,#PublicTeacherProfile .body-wrapper .suggested-teachers h5,#TeacherWall .body-wrapper .suggested-teachers h5{padding:22px 25px;border-bottom:solid 1.5px #f4f5f8}#TeacherProfile .body-wrapper .suggested-teachers .teachers-list .item,.TeacherProfile .body-wrapper .suggested-teachers .teachers-list .item,#PublicTeacherProfile .body-wrapper .suggested-teachers .teachers-list .item,#TeacherWall .body-wrapper .suggested-teachers .teachers-list .item{padding:0 21px;border-bottom:solid 1.5px #f4f5f8}#TeacherProfile .body-wrapper .suggested-teachers .teachers-list .item h6,.TeacherProfile .body-wrapper .suggested-teachers .teachers-list .item h6,#PublicTeacherProfile .body-wrapper .suggested-teachers .teachers-list .item h6,#TeacherWall .body-wrapper .suggested-teachers .teachers-list .item h6{font-size:19px}#TeacherProfile .body-wrapper .suggested-teachers .teachers-list .item:last-child,.TeacherProfile .body-wrapper .suggested-teachers .teachers-list .item:last-child,#PublicTeacherProfile .body-wrapper .suggested-teachers .teachers-list .item:last-child,#TeacherWall .body-wrapper .suggested-teachers .teachers-list .item:last-child{border-bottom:none}#TeacherProfile .body-wrapper .suggested-teachers .teachers-list img,.TeacherProfile .body-wrapper .suggested-teachers .teachers-list img,#PublicTeacherProfile .body-wrapper .suggested-teachers .teachers-list img,#TeacherWall .body-wrapper .suggested-teachers .teachers-list img{border-radius:6px}#TeacherProfile .body-wrapper .school-banner .owl-item .item.paid-badge,.TeacherProfile .body-wrapper .school-banner .owl-item .item.paid-badge,#PublicTeacherProfile .body-wrapper .school-banner .owl-item .item.paid-badge,#TeacherWall .body-wrapper .school-banner .owl-item .item.paid-badge{position:relative}#TeacherProfile .body-wrapper .school-banner .owl-item .item.paid-badge::after,.TeacherProfile .body-wrapper .school-banner .owl-item .item.paid-badge::after,#PublicTeacherProfile .body-wrapper .school-banner .owl-item .item.paid-badge::after,#TeacherWall .body-wrapper .school-banner .owl-item .item.paid-badge::after{width:6.4rem;display:inline-block;content:"إعلان مدفوع";background-color:#202359;position:absolute;top:14px;left:0px;padding:.5rem .7rem;border-radius:0 0 5px 0;color:#fff}#TeacherProfile .body-wrapper .school-banner img,.TeacherProfile .body-wrapper .school-banner img,#PublicTeacherProfile .body-wrapper .school-banner img,#TeacherWall .body-wrapper .school-banner img{max-width:460px;max-height:387px;height:387px;width:100%}@media(max-width: 600px){#TeacherProfile .body-wrapper .school-banner img,.TeacherProfile .body-wrapper .school-banner img,#PublicTeacherProfile .body-wrapper .school-banner img,#TeacherWall .body-wrapper .school-banner img{max-width:100%;height:auto !important}}@media(max-width: 991px){#TeacherProfile .body-wrapper .section .header,.TeacherProfile .body-wrapper .section .header,#PublicTeacherProfile .body-wrapper .section .header,#TeacherWall .body-wrapper .section .header{padding:20px 30px}#TeacherProfile .body-wrapper .section .header h5,.TeacherProfile .body-wrapper .section .header h5,#PublicTeacherProfile .body-wrapper .section .header h5,#TeacherWall .body-wrapper .section .header h5{margin-bottom:0}#TeacherProfile .body-wrapper .section .event-container,.TeacherProfile .body-wrapper .section .event-container,#PublicTeacherProfile .body-wrapper .section .event-container,#TeacherWall .body-wrapper .section .event-container{padding:0 30px;margin:0}#TeacherProfile .body-wrapper .section .item_education,#TeacherProfile .body-wrapper .section .item_event,.TeacherProfile .body-wrapper .section .item_education,.TeacherProfile .body-wrapper .section .item_event,#PublicTeacherProfile .body-wrapper .section .item_education,#PublicTeacherProfile .body-wrapper .section .item_event,#TeacherWall .body-wrapper .section .item_education,#TeacherWall .body-wrapper .section .item_event{flex-wrap:nowrap}#TeacherProfile .body-wrapper .section .item_education .img,#TeacherProfile .body-wrapper .section .item_event .img,.TeacherProfile .body-wrapper .section .item_education .img,.TeacherProfile .body-wrapper .section .item_event .img,#PublicTeacherProfile .body-wrapper .section .item_education .img,#PublicTeacherProfile .body-wrapper .section .item_event .img,#TeacherWall .body-wrapper .section .item_education .img,#TeacherWall .body-wrapper .section .item_event .img{min-width:120px;width:120px}#TeacherProfile .body-wrapper .section .item_education .text,#TeacherProfile .body-wrapper .section .item_event .text,.TeacherProfile .body-wrapper .section .item_education .text,.TeacherProfile .body-wrapper .section .item_event .text,#PublicTeacherProfile .body-wrapper .section .item_education .text,#PublicTeacherProfile .body-wrapper .section .item_event .text,#TeacherWall .body-wrapper .section .item_education .text,#TeacherWall .body-wrapper .section .item_event .text{font-size:16px}#TeacherProfile .body-wrapper .section .item_education .text .actions,#TeacherProfile .body-wrapper .section .item_education .text span,#TeacherProfile .body-wrapper .section .item_event .text .actions,#TeacherProfile .body-wrapper .section .item_event .text span,.TeacherProfile .body-wrapper .section .item_education .text .actions,.TeacherProfile .body-wrapper .section .item_education .text span,.TeacherProfile .body-wrapper .section .item_event .text .actions,.TeacherProfile .body-wrapper .section .item_event .text span,#PublicTeacherProfile .body-wrapper .section .item_education .text .actions,#PublicTeacherProfile .body-wrapper .section .item_education .text span,#PublicTeacherProfile .body-wrapper .section .item_event .text .actions,#PublicTeacherProfile .body-wrapper .section .item_event .text span,#TeacherWall .body-wrapper .section .item_education .text .actions,#TeacherWall .body-wrapper .section .item_education .text span,#TeacherWall .body-wrapper .section .item_event .text .actions,#TeacherWall .body-wrapper .section .item_event .text span{font-size:14px}#TeacherProfile .body-wrapper .section .item_achievement,.TeacherProfile .body-wrapper .section .item_achievement,#PublicTeacherProfile .body-wrapper .section .item_achievement,#TeacherWall .body-wrapper .section .item_achievement{flex-wrap:nowrap}#TeacherProfile .body-wrapper .section .item_achievement .img,.TeacherProfile .body-wrapper .section .item_achievement .img,#PublicTeacherProfile .body-wrapper .section .item_achievement .img,#TeacherWall .body-wrapper .section .item_achievement .img{max-width:40px}#TeacherProfile .body-wrapper .section .item_achievement .text,.TeacherProfile .body-wrapper .section .item_achievement .text,#PublicTeacherProfile .body-wrapper .section .item_achievement .text,#TeacherWall .body-wrapper .section .item_achievement .text{font-size:14px}#TeacherProfile .body-wrapper .section .item_achievement .text p,.TeacherProfile .body-wrapper .section .item_achievement .text p,#PublicTeacherProfile .body-wrapper .section .item_achievement .text p,#TeacherWall .body-wrapper .section .item_achievement .text p{font-size:14px}#TeacherProfile .body-wrapper .section .item_recommends,.TeacherProfile .body-wrapper .section .item_recommends,#PublicTeacherProfile .body-wrapper .section .item_recommends,#TeacherWall .body-wrapper .section .item_recommends{flex-direction:column;align-items:start !important}#TeacherProfile .body-wrapper .section .item_recommends .img,.TeacherProfile .body-wrapper .section .item_recommends .img,#PublicTeacherProfile .body-wrapper .section .item_recommends .img,#TeacherWall .body-wrapper .section .item_recommends .img{height:auto}#TeacherProfile .body-wrapper .section .item_recommends .text,.TeacherProfile .body-wrapper .section .item_recommends .text,#PublicTeacherProfile .body-wrapper .section .item_recommends .text,#TeacherWall .body-wrapper .section .item_recommends .text{flex-direction:column;align-items:start;position:relative}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container,#TeacherWall .body-wrapper .section .item_recommends .text .text-container{width:100%}#TeacherProfile .body-wrapper .section .item_recommends .text .text-container .recommender-name,.TeacherProfile .body-wrapper .section .item_recommends .text .text-container .recommender-name,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container .recommender-name,#TeacherWall .body-wrapper .section .item_recommends .text .text-container .recommender-name{width:55%;text-align:start}#TeacherProfile .body-wrapper .section .item_recommends .text .recommends-actions,.TeacherProfile .body-wrapper .section .item_recommends .text .recommends-actions,#PublicTeacherProfile .body-wrapper .section .item_recommends .text .recommends-actions,#TeacherWall .body-wrapper .section .item_recommends .text .recommends-actions{position:absolute;left:0;top:0}#TeacherProfile .body-wrapper .section .item_follows,.TeacherProfile .body-wrapper .section .item_follows,#PublicTeacherProfile .body-wrapper .section .item_follows,#TeacherWall .body-wrapper .section .item_follows{flex-wrap:nowrap;gap:20px}#TeacherProfile .body-wrapper .section .item_follows .item-header,.TeacherProfile .body-wrapper .section .item_follows .item-header,#PublicTeacherProfile .body-wrapper .section .item_follows .item-header,#TeacherWall .body-wrapper .section .item_follows .item-header{width:unset !important}#TeacherProfile .body-wrapper .section .item_follows .item-header .exp-img,.TeacherProfile .body-wrapper .section .item_follows .item-header .exp-img,#PublicTeacherProfile .body-wrapper .section .item_follows .item-header .exp-img,#TeacherWall .body-wrapper .section .item_follows .item-header .exp-img{width:65px;height:65px}#TeacherProfile .body-wrapper .section .item_follows .item-body,.TeacherProfile .body-wrapper .section .item_follows .item-body,#PublicTeacherProfile .body-wrapper .section .item_follows .item-body,#TeacherWall .body-wrapper .section .item_follows .item-body{flex-direction:column;font-size:14px;width:100% !important}#TeacherProfile .body-wrapper .section .item_follows .item-body h6,.TeacherProfile .body-wrapper .section .item_follows .item-body h6,#PublicTeacherProfile .body-wrapper .section .item_follows .item-body h6,#TeacherWall .body-wrapper .section .item_follows .item-body h6{font-size:15px;text-align:start}#TeacherProfile .body-wrapper .section .item_follows .item-body p,.TeacherProfile .body-wrapper .section .item_follows .item-body p,#PublicTeacherProfile .body-wrapper .section .item_follows .item-body p,#TeacherWall .body-wrapper .section .item_follows .item-body p{margin-bottom:0 !important}#TeacherProfile .body-wrapper .section .item_follows .item-body p span,.TeacherProfile .body-wrapper .section .item_follows .item-body p span,#PublicTeacherProfile .body-wrapper .section .item_follows .item-body p span,#TeacherWall .body-wrapper .section .item_follows .item-body p span{display:block}#TeacherProfile .body-wrapper .section .item_follows .item-body .edit-teacher,.TeacherProfile .body-wrapper .section .item_follows .item-body .edit-teacher,#PublicTeacherProfile .body-wrapper .section .item_follows .item-body .edit-teacher,#TeacherWall .body-wrapper .section .item_follows .item-body .edit-teacher{padding:3px 26px;margin:5px 0;font-size:14px}#TeacherProfile .body-wrapper #experienceSection .item,.TeacherProfile .body-wrapper #experienceSection .item,#PublicTeacherProfile .body-wrapper #experienceSection .item,#TeacherWall .body-wrapper #experienceSection .item{padding:0;flex-wrap:nowrap;align-items:start;gap:15px}#TeacherProfile .body-wrapper #experienceSection .item .item-header,.TeacherProfile .body-wrapper #experienceSection .item .item-header,#PublicTeacherProfile .body-wrapper #experienceSection .item .item-header,#TeacherWall .body-wrapper #experienceSection .item .item-header{width:unset !important}#TeacherProfile .body-wrapper #experienceSection .item .item-header .exp-img,#TeacherProfile .body-wrapper #experienceSection .item .item-header .exp-icon,.TeacherProfile .body-wrapper #experienceSection .item .item-header .exp-img,.TeacherProfile .body-wrapper #experienceSection .item .item-header .exp-icon,#PublicTeacherProfile .body-wrapper #experienceSection .item .item-header .exp-img,#PublicTeacherProfile .body-wrapper #experienceSection .item .item-header .exp-icon,#TeacherWall .body-wrapper #experienceSection .item .item-header .exp-img,#TeacherWall .body-wrapper #experienceSection .item .item-header .exp-icon{width:65px;height:65px}#TeacherProfile .body-wrapper #experienceSection .item .item-body,.TeacherProfile .body-wrapper #experienceSection .item .item-body,#PublicTeacherProfile .body-wrapper #experienceSection .item .item-body,#TeacherWall .body-wrapper #experienceSection .item .item-body{font-size:14px}#TeacherProfile .body-wrapper #experienceSection .item .item-body p,.TeacherProfile .body-wrapper #experienceSection .item .item-body p,#PublicTeacherProfile .body-wrapper #experienceSection .item .item-body p,#TeacherWall .body-wrapper #experienceSection .item .item-body p{margin-bottom:0 !important}#TeacherProfile .body-wrapper #RecommendationsSection .item,#TeacherProfile .body-wrapper #followsSection .item,.TeacherProfile .body-wrapper #RecommendationsSection .item,.TeacherProfile .body-wrapper #followsSection .item,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item,#PublicTeacherProfile .body-wrapper #followsSection .item,#TeacherWall .body-wrapper #RecommendationsSection .item,#TeacherWall .body-wrapper #followsSection .item{padding:0;flex-wrap:nowrap;align-items:center;gap:15px}#TeacherProfile .body-wrapper #RecommendationsSection .item .item-header,#TeacherProfile .body-wrapper #followsSection .item .item-header,.TeacherProfile .body-wrapper #RecommendationsSection .item .item-header,.TeacherProfile .body-wrapper #followsSection .item .item-header,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item .item-header,#PublicTeacherProfile .body-wrapper #followsSection .item .item-header,#TeacherWall .body-wrapper #RecommendationsSection .item .item-header,#TeacherWall .body-wrapper #followsSection .item .item-header{width:unset !important}#TeacherProfile .body-wrapper #RecommendationsSection .item .item-header .exp-img,#TeacherProfile .body-wrapper #RecommendationsSection .item .item-header .exp-icon,#TeacherProfile .body-wrapper #followsSection .item .item-header .exp-img,#TeacherProfile .body-wrapper #followsSection .item .item-header .exp-icon,.TeacherProfile .body-wrapper #RecommendationsSection .item .item-header .exp-img,.TeacherProfile .body-wrapper #RecommendationsSection .item .item-header .exp-icon,.TeacherProfile .body-wrapper #followsSection .item .item-header .exp-img,.TeacherProfile .body-wrapper #followsSection .item .item-header .exp-icon,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item .item-header .exp-img,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item .item-header .exp-icon,#PublicTeacherProfile .body-wrapper #followsSection .item .item-header .exp-img,#PublicTeacherProfile .body-wrapper #followsSection .item .item-header .exp-icon,#TeacherWall .body-wrapper #RecommendationsSection .item .item-header .exp-img,#TeacherWall .body-wrapper #RecommendationsSection .item .item-header .exp-icon,#TeacherWall .body-wrapper #followsSection .item .item-header .exp-img,#TeacherWall .body-wrapper #followsSection .item .item-header .exp-icon{width:65px;height:65px}#TeacherProfile .body-wrapper #RecommendationsSection .item .item-body,#TeacherProfile .body-wrapper #followsSection .item .item-body,.TeacherProfile .body-wrapper #RecommendationsSection .item .item-body,.TeacherProfile .body-wrapper #followsSection .item .item-body,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item .item-body,#PublicTeacherProfile .body-wrapper #followsSection .item .item-body,#TeacherWall .body-wrapper #RecommendationsSection .item .item-body,#TeacherWall .body-wrapper #followsSection .item .item-body{flex-direction:column;font-size:14px}#TeacherProfile .body-wrapper #RecommendationsSection .item .item-body p,#TeacherProfile .body-wrapper #followsSection .item .item-body p,.TeacherProfile .body-wrapper #RecommendationsSection .item .item-body p,.TeacherProfile .body-wrapper #followsSection .item .item-body p,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item .item-body p,#PublicTeacherProfile .body-wrapper #followsSection .item .item-body p,#TeacherWall .body-wrapper #RecommendationsSection .item .item-body p,#TeacherWall .body-wrapper #followsSection .item .item-body p{margin-bottom:0 !important}#TeacherProfile .body-wrapper #RecommendationsSection .item .item-body p span,#TeacherProfile .body-wrapper #followsSection .item .item-body p span,.TeacherProfile .body-wrapper #RecommendationsSection .item .item-body p span,.TeacherProfile .body-wrapper #followsSection .item .item-body p span,#PublicTeacherProfile .body-wrapper #RecommendationsSection .item .item-body p span,#PublicTeacherProfile .body-wrapper #followsSection .item .item-body p span,#TeacherWall .body-wrapper #RecommendationsSection .item .item-body p span,#TeacherWall .body-wrapper #followsSection .item .item-body p span{display:block}}@media(min-width: 992px)and (max-width: 1360px){#TeacherProfile .body-wrapper .section .header,.TeacherProfile .body-wrapper .section .header,#PublicTeacherProfile .body-wrapper .section .header,#TeacherWall .body-wrapper .section .header{padding:20px 30px}#TeacherProfile .body-wrapper .section .event-container,.TeacherProfile .body-wrapper .section .event-container,#PublicTeacherProfile .body-wrapper .section .event-container,#TeacherWall .body-wrapper .section .event-container{padding:0 30px;margin:0}#TeacherProfile .body-wrapper .section .item_education,#TeacherProfile .body-wrapper .section .item_event,.TeacherProfile .body-wrapper .section .item_education,.TeacherProfile .body-wrapper .section .item_event,#PublicTeacherProfile .body-wrapper .section .item_education,#PublicTeacherProfile .body-wrapper .section .item_event,#TeacherWall .body-wrapper .section .item_education,#TeacherWall .body-wrapper .section .item_event{padding:0}#TeacherProfile .body-wrapper .section .item_education .img,#TeacherProfile .body-wrapper .section .item_event .img,.TeacherProfile .body-wrapper .section .item_education .img,.TeacherProfile .body-wrapper .section .item_event .img,#PublicTeacherProfile .body-wrapper .section .item_education .img,#PublicTeacherProfile .body-wrapper .section .item_event .img,#TeacherWall .body-wrapper .section .item_education .img,#TeacherWall .body-wrapper .section .item_event .img{max-width:80px;min-width:80px}#TeacherProfile .body-wrapper .section .item_education .img img,#TeacherProfile .body-wrapper .section .item_event .img img,.TeacherProfile .body-wrapper .section .item_education .img img,.TeacherProfile .body-wrapper .section .item_event .img img,#PublicTeacherProfile .body-wrapper .section .item_education .img img,#PublicTeacherProfile .body-wrapper .section .item_event .img img,#TeacherWall .body-wrapper .section .item_education .img img,#TeacherWall .body-wrapper .section .item_event .img img{width:80px;height:80px}#TeacherProfile .body-wrapper .section .item_education .text,#TeacherProfile .body-wrapper .section .item_event .text,.TeacherProfile .body-wrapper .section .item_education .text,.TeacherProfile .body-wrapper .section .item_event .text,#PublicTeacherProfile .body-wrapper .section .item_education .text,#PublicTeacherProfile .body-wrapper .section .item_event .text,#TeacherWall .body-wrapper .section .item_education .text,#TeacherWall .body-wrapper .section .item_event .text{font-size:14px;margin:0 12px}}@media(max-width: 600px){#TeacherProfile .body-wrapper .section .header,.TeacherProfile .body-wrapper .section .header,#PublicTeacherProfile .body-wrapper .section .header,#TeacherWall .body-wrapper .section .header{padding:10px 15px}#TeacherProfile .body-wrapper .section .event-container,.TeacherProfile .body-wrapper .section .event-container,#PublicTeacherProfile .body-wrapper .section .event-container,#TeacherWall .body-wrapper .section .event-container{padding:0 15px;margin:0}#TeacherProfile .body-wrapper .section .item_event,.TeacherProfile .body-wrapper .section .item_event,#PublicTeacherProfile .body-wrapper .section .item_event,#TeacherWall .body-wrapper .section .item_event{display:flex;flex-direction:column;align-items:center !important;padding-bottom:20px;border-bottom:1px solid #e9e9e9}#TeacherProfile .body-wrapper .section .item_event .img,.TeacherProfile .body-wrapper .section .item_event .img,#PublicTeacherProfile .body-wrapper .section .item_event .img,#TeacherWall .body-wrapper .section .item_event .img{width:100% !important;max-width:100%}#TeacherProfile .body-wrapper .section .item_event .img img,.TeacherProfile .body-wrapper .section .item_event .img img,#PublicTeacherProfile .body-wrapper .section .item_event .img img,#TeacherWall .body-wrapper .section .item_event .img img{height:auto !important;width:100%;margin-bottom:10px}#TeacherProfile .body-wrapper .section .item_education .img,#TeacherProfile .body-wrapper .section .item_event .img,.TeacherProfile .body-wrapper .section .item_education .img,.TeacherProfile .body-wrapper .section .item_event .img,#PublicTeacherProfile .body-wrapper .section .item_education .img,#PublicTeacherProfile .body-wrapper .section .item_event .img,#TeacherWall .body-wrapper .section .item_education .img,#TeacherWall .body-wrapper .section .item_event .img{min-width:90px;width:90px}#TeacherProfile .body-wrapper .section .item_education .img img,#TeacherProfile .body-wrapper .section .item_event .img img,.TeacherProfile .body-wrapper .section .item_education .img img,.TeacherProfile .body-wrapper .section .item_event .img img,#PublicTeacherProfile .body-wrapper .section .item_education .img img,#PublicTeacherProfile .body-wrapper .section .item_event .img img,#TeacherWall .body-wrapper .section .item_education .img img,#TeacherWall .body-wrapper .section .item_event .img img{max-width:100%;height:90px}#TeacherProfile .body-wrapper .section .item_event,.TeacherProfile .body-wrapper .section .item_event,#PublicTeacherProfile .body-wrapper .section .item_event,#TeacherWall .body-wrapper .section .item_event{align-items:start}#TeacherProfile .body-wrapper .section .item_event .text,.TeacherProfile .body-wrapper .section .item_event .text,#PublicTeacherProfile .body-wrapper .section .item_event .text,#TeacherWall .body-wrapper .section .item_event .text{font-size:14px;text-align:justify}#TeacherProfile .body-wrapper .section .item_recommends .img,.TeacherProfile .body-wrapper .section .item_recommends .img,#PublicTeacherProfile .body-wrapper .section .item_recommends .img,#TeacherWall .body-wrapper .section .item_recommends .img{min-width:90px;width:90px}#TeacherProfile .body-wrapper .section .item_recommends .img img,.TeacherProfile .body-wrapper .section .item_recommends .img img,#PublicTeacherProfile .body-wrapper .section .item_recommends .img img,#TeacherWall .body-wrapper .section .item_recommends .img img{width:100%;max-height:100px}#TeacherProfile .body-wrapper .section .item_recommends .recommends-actions .editRequest,.TeacherProfile .body-wrapper .section .item_recommends .recommends-actions .editRequest,#PublicTeacherProfile .body-wrapper .section .item_recommends .recommends-actions .editRequest,#TeacherWall .body-wrapper .section .item_recommends .recommends-actions .editRequest{padding:0 10px}#TeacherProfile .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher,.TeacherProfile .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher,#PublicTeacherProfile .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher,#TeacherWall .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher{font-size:14px}#TeacherProfile .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher label,.TeacherProfile .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher label,#PublicTeacherProfile .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher label,#TeacherWall .body-wrapper .section .item_recommends .recommends-actions .recommend-switcher label{font-size:14px !important}}#TeacherProfile .left-card,.TeacherProfile .left-card,#PublicTeacherProfile .left-card,#TeacherWall .left-card{background-color:#fff;box-shadow:2px 7px 12px 0 rgba(0,0,0,.03);margin-bottom:30px;border-radius:10px}#TeacherProfile .left-card .header,.TeacherProfile .left-card .header,#PublicTeacherProfile .left-card .header,#TeacherWall .left-card .header{display:flex;align-items:center;justify-content:space-between;background-color:#4ca7d4;color:#fff;padding:20px 25px;border-top-left-radius:10px;border-top-right-radius:10px}#TeacherProfile .left-card .header a,.TeacherProfile .left-card .header a,#PublicTeacherProfile .left-card .header a,#TeacherWall .left-card .header a{color:#fff;width:100%;display:flex;justify-content:space-between;align-items:center}#TeacherProfile .left-card .header a.redirect,.TeacherProfile .left-card .header a.redirect,#PublicTeacherProfile .left-card .header a.redirect,#TeacherWall .left-card .header a.redirect{width:auto}#TeacherProfile .left-card .header h6,.TeacherProfile .left-card .header h6,#PublicTeacherProfile .left-card .header h6,#TeacherWall .left-card .header h6{margin:0;color:#fff}#TeacherProfile .left-card .header button,.TeacherProfile .left-card .header button,#PublicTeacherProfile .left-card .header button,#TeacherWall .left-card .header button{padding:2px 20px}#TeacherProfile .left-card .header .redirect,.TeacherProfile .left-card .header .redirect,#PublicTeacherProfile .left-card .header .redirect,#TeacherWall .left-card .header .redirect{padding:2px 20px;font-size:15px;border-radius:5px;border:none;background-color:#efefef;color:#000}#TeacherProfile .left-card .body,.TeacherProfile .left-card .body,#PublicTeacherProfile .left-card .body,#TeacherWall .left-card .body{padding:15px 20px}#TeacherProfile .left-card_subjects .body .subject,.TeacherProfile .left-card_subjects .body .subject,#PublicTeacherProfile .left-card_subjects .body .subject,#TeacherWall .left-card_subjects .body .subject{margin:15px 0;border-bottom:solid 1px #dfe0ea}#TeacherProfile .left-card_subjects .body .subject:last-child,.TeacherProfile .left-card_subjects .body .subject:last-child,#PublicTeacherProfile .left-card_subjects .body .subject:last-child,#TeacherWall .left-card_subjects .body .subject:last-child{border-bottom:none}#TeacherProfile .left-card_subjects .body .stage,.TeacherProfile .left-card_subjects .body .stage,#PublicTeacherProfile .left-card_subjects .body .stage,#TeacherWall .left-card_subjects .body .stage{color:#727272}#TeacherProfile .left-card_subjects .body .cost,.TeacherProfile .left-card_subjects .body .cost,#PublicTeacherProfile .left-card_subjects .body .cost,#TeacherWall .left-card_subjects .body .cost{color:#4ca7d4}#TeacherProfile .left-card_subjects .body .actions,.TeacherProfile .left-card_subjects .body .actions,#PublicTeacherProfile .left-card_subjects .body .actions,#TeacherWall .left-card_subjects .body .actions{text-align:end}#TeacherProfile .left-card_subjects .body .actions .fa-pen,.TeacherProfile .left-card_subjects .body .actions .fa-pen,#PublicTeacherProfile .left-card_subjects .body .actions .fa-pen,#TeacherWall .left-card_subjects .body .actions .fa-pen{color:#4ca7d4;font-size:16px !important}#TeacherProfile .left-card_subjects .body .actions .fa-times-circle,.TeacherProfile .left-card_subjects .body .actions .fa-times-circle,#PublicTeacherProfile .left-card_subjects .body .actions .fa-times-circle,#TeacherWall .left-card_subjects .body .actions .fa-times-circle{color:#e16c19;font-size:16px !important}#TeacherProfile .left-card_rating .total-rating,.TeacherProfile .left-card_rating .total-rating,#PublicTeacherProfile .left-card_rating .total-rating,#TeacherWall .left-card_rating .total-rating{display:flex;justify-content:start;align-items:center;gap:30px;margin-bottom:20px}#TeacherProfile .left-card_rating .total-rating p,.TeacherProfile .left-card_rating .total-rating p,#PublicTeacherProfile .left-card_rating .total-rating p,#TeacherWall .left-card_rating .total-rating p{margin-bottom:0}#TeacherProfile .left-card_rating .total-rating .value,.TeacherProfile .left-card_rating .total-rating .value,#PublicTeacherProfile .left-card_rating .total-rating .value,#TeacherWall .left-card_rating .total-rating .value{padding:8px 12px;background:#e16c19;color:#fff;font-size:18px;font-weight:bold;margin-bottom:0}#TeacherProfile .left-card_rating .total-rating .success,.TeacherProfile .left-card_rating .total-rating .success,#PublicTeacherProfile .left-card_rating .total-rating .success,#TeacherWall .left-card_rating .total-rating .success{color:#6bbe9a;font-size:22px}#TeacherProfile .left-card_rating .total-rating .success .total-rating-text,.TeacherProfile .left-card_rating .total-rating .success .total-rating-text,#PublicTeacherProfile .left-card_rating .total-rating .success .total-rating-text,#TeacherWall .left-card_rating .total-rating .success .total-rating-text{font-size:22px}#TeacherProfile .left-card_rating .total-rating .success span,.TeacherProfile .left-card_rating .total-rating .success span,#PublicTeacherProfile .left-card_rating .total-rating .success span,#TeacherWall .left-card_rating .total-rating .success span{font-size:14px;color:#727272;font-weight:normal;margin:0 10px}#TeacherProfile .left-card_rating .rating-categories h5,.TeacherProfile .left-card_rating .rating-categories h5,#PublicTeacherProfile .left-card_rating .rating-categories h5,#TeacherWall .left-card_rating .rating-categories h5{margin:20px 0}#TeacherProfile .left-card_rating .rating-categories .rate-element,.TeacherProfile .left-card_rating .rating-categories .rate-element,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element,#TeacherWall .left-card_rating .rating-categories .rate-element{margin-bottom:10px}#TeacherProfile .left-card_rating .rating-categories .rate-element .attr,.TeacherProfile .left-card_rating .rating-categories .rate-element .attr,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .attr,#TeacherWall .left-card_rating .rating-categories .rate-element .attr{display:flex;justify-content:space-between;align-items:center}#TeacherProfile .left-card_rating .rating-categories .rate-element .attr span,.TeacherProfile .left-card_rating .rating-categories .rate-element .attr span,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .attr span,#TeacherWall .left-card_rating .rating-categories .rate-element .attr span{font-weight:bold;font-size:15px}#TeacherProfile .left-card_rating .rating-categories .rate-element .attr .success,.TeacherProfile .left-card_rating .rating-categories .rate-element .attr .success,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .attr .success,#TeacherWall .left-card_rating .rating-categories .rate-element .attr .success{color:#6bbe9a}#TeacherProfile .left-card_rating .rating-categories .rate-element .attr .danger,.TeacherProfile .left-card_rating .rating-categories .rate-element .attr .danger,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .attr .danger,#TeacherWall .left-card_rating .rating-categories .rate-element .attr .danger{color:#e16c19}#TeacherProfile .left-card_rating .rating-categories .rate-element .progress,.TeacherProfile .left-card_rating .rating-categories .rate-element .progress,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .progress,#TeacherWall .left-card_rating .rating-categories .rate-element .progress{height:.4rem !important}#TeacherProfile .left-card_rating .rating-categories .rate-element .progress_success .progress-bar,.TeacherProfile .left-card_rating .rating-categories .rate-element .progress_success .progress-bar,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .progress_success .progress-bar,#TeacherWall .left-card_rating .rating-categories .rate-element .progress_success .progress-bar{background-color:#6bbe9a !important}#TeacherProfile .left-card_rating .rating-categories .rate-element .progress_danger .progress-bar,.TeacherProfile .left-card_rating .rating-categories .rate-element .progress_danger .progress-bar,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .progress_danger .progress-bar,#TeacherWall .left-card_rating .rating-categories .rate-element .progress_danger .progress-bar{background-color:#e16c19 !important}#TeacherProfile .left-card_rating .comments,.TeacherProfile .left-card_rating .comments,#PublicTeacherProfile .left-card_rating .comments,#TeacherWall .left-card_rating .comments{border-top:solid 1px #dfe0ea;padding-top:1rem}#TeacherProfile .left-card_rating .comments .comment,.TeacherProfile .left-card_rating .comments .comment,#PublicTeacherProfile .left-card_rating .comments .comment,#TeacherWall .left-card_rating .comments .comment{display:flex;align-items:start;justify-content:space-between;width:250px}#TeacherProfile .left-card_rating .comments .comment .img,.TeacherProfile .left-card_rating .comments .comment .img,#PublicTeacherProfile .left-card_rating .comments .comment .img,#TeacherWall .left-card_rating .comments .comment .img{width:70px;min-width:70px}#TeacherProfile .left-card_rating .comments .comment .img img,.TeacherProfile .left-card_rating .comments .comment .img img,#PublicTeacherProfile .left-card_rating .comments .comment .img img,#TeacherWall .left-card_rating .comments .comment .img img{border-radius:50%;width:80%}#TeacherProfile .left-card_rating .comments .comment p,.TeacherProfile .left-card_rating .comments .comment p,#PublicTeacherProfile .left-card_rating .comments .comment p,#TeacherWall .left-card_rating .comments .comment p{font-weight:bold;font-size:17px}#TeacherProfile .left-card_rating .comments .comment span,.TeacherProfile .left-card_rating .comments .comment span,#PublicTeacherProfile .left-card_rating .comments .comment span,#TeacherWall .left-card_rating .comments .comment span{font-size:14px}#TeacherProfile .left-card_suggestedTeachers .teacher,.TeacherProfile .left-card_suggestedTeachers .teacher,#PublicTeacherProfile .left-card_suggestedTeachers .teacher,#TeacherWall .left-card_suggestedTeachers .teacher{align-items:center;padding:15px;border-bottom:1px solid #eaeaea}#TeacherProfile .left-card_suggestedTeachers .teacher:last-child,.TeacherProfile .left-card_suggestedTeachers .teacher:last-child,#PublicTeacherProfile .left-card_suggestedTeachers .teacher:last-child,#TeacherWall .left-card_suggestedTeachers .teacher:last-child{border-bottom:none}#TeacherProfile .left-card_suggestedTeachers .teacher h6,.TeacherProfile .left-card_suggestedTeachers .teacher h6,#PublicTeacherProfile .left-card_suggestedTeachers .teacher h6,#TeacherWall .left-card_suggestedTeachers .teacher h6{word-break:break-all}#TeacherProfile .left-card_suggestedTeachers img,.TeacherProfile .left-card_suggestedTeachers img,#PublicTeacherProfile .left-card_suggestedTeachers img,#TeacherWall .left-card_suggestedTeachers img{border-radius:50%;width:90%}#TeacherProfile .left-card_suggestedTeachers span,.TeacherProfile .left-card_suggestedTeachers span,#PublicTeacherProfile .left-card_suggestedTeachers span,#TeacherWall .left-card_suggestedTeachers span{font-size:13px}#TeacherProfile .left-card_suggestedTeachers a,.TeacherProfile .left-card_suggestedTeachers a,#PublicTeacherProfile .left-card_suggestedTeachers a,#TeacherWall .left-card_suggestedTeachers a{cursor:pointer;color:#000}@media(max-width: 767px){#TeacherProfile .left-card_subjects .body,.TeacherProfile .left-card_subjects .body,#PublicTeacherProfile .left-card_subjects .body,#TeacherWall .left-card_subjects .body{font-size:14px}#TeacherProfile .left-card_subjects .body .actions button,#TeacherProfile .left-card_subjects .body .actions .redirect,.TeacherProfile .left-card_subjects .body .actions button,.TeacherProfile .left-card_subjects .body .actions .redirect,#PublicTeacherProfile .left-card_subjects .body .actions button,#PublicTeacherProfile .left-card_subjects .body .actions .redirect,#TeacherWall .left-card_subjects .body .actions button,#TeacherWall .left-card_subjects .body .actions .redirect{padding:3px 20px}}@media(min-width: 992px)and (max-width: 1360px){#TeacherProfile .left-card .header,.TeacherProfile .left-card .header,#PublicTeacherProfile .left-card .header,#TeacherWall .left-card .header{padding:20px 10px}#TeacherProfile .left-card .body,.TeacherProfile .left-card .body,#PublicTeacherProfile .left-card .body,#TeacherWall .left-card .body{padding:15px 10px;font-size:13px}#TeacherProfile .left-card_subjects .body .actions .fa-pen,#TeacherProfile .left-card_subjects .body .actions .fa-times-circle,.TeacherProfile .left-card_subjects .body .actions .fa-pen,.TeacherProfile .left-card_subjects .body .actions .fa-times-circle,#PublicTeacherProfile .left-card_subjects .body .actions .fa-pen,#PublicTeacherProfile .left-card_subjects .body .actions .fa-times-circle,#TeacherWall .left-card_subjects .body .actions .fa-pen,#TeacherWall .left-card_subjects .body .actions .fa-times-circle{font-size:13px !important}#TeacherProfile .left-card_subjects .body .actions button,#TeacherProfile .left-card_subjects .body .actions .redirect,.TeacherProfile .left-card_subjects .body .actions button,.TeacherProfile .left-card_subjects .body .actions .redirect,#PublicTeacherProfile .left-card_subjects .body .actions button,#PublicTeacherProfile .left-card_subjects .body .actions .redirect,#TeacherWall .left-card_subjects .body .actions button,#TeacherWall .left-card_subjects .body .actions .redirect{font-size:12px;padding:5px 12px}#TeacherProfile .left-card_subjects .body .actions .redirect,.TeacherProfile .left-card_subjects .body .actions .redirect,#PublicTeacherProfile .left-card_subjects .body .actions .redirect,#TeacherWall .left-card_subjects .body .actions .redirect{display:inline-block}#TeacherProfile .left-card_rating .total-rating,.TeacherProfile .left-card_rating .total-rating,#PublicTeacherProfile .left-card_rating .total-rating,#TeacherWall .left-card_rating .total-rating{gap:15px}#TeacherProfile .left-card_rating .total-rating .success,.TeacherProfile .left-card_rating .total-rating .success,#PublicTeacherProfile .left-card_rating .total-rating .success,#TeacherWall .left-card_rating .total-rating .success{color:#6bbe9a;font-size:16px}#TeacherProfile .left-card_rating .total-rating .success span,.TeacherProfile .left-card_rating .total-rating .success span,#PublicTeacherProfile .left-card_rating .total-rating .success span,#TeacherWall .left-card_rating .total-rating .success span{font-size:12px}#TeacherProfile .left-card_rating .rating-categories .rate-element .attr span,.TeacherProfile .left-card_rating .rating-categories .rate-element .attr span,#PublicTeacherProfile .left-card_rating .rating-categories .rate-element .attr span,#TeacherWall .left-card_rating .rating-categories .rate-element .attr span{font-size:13px}#TeacherProfile .left-card_rating .comments .comment,.TeacherProfile .left-card_rating .comments .comment,#PublicTeacherProfile .left-card_rating .comments .comment,#TeacherWall .left-card_rating .comments .comment{justify-content:start}#TeacherProfile .left-card_rating .comments .comment .img,.TeacherProfile .left-card_rating .comments .comment .img,#PublicTeacherProfile .left-card_rating .comments .comment .img,#TeacherWall .left-card_rating .comments .comment .img{width:60px;min-width:60px}#TeacherProfile .left-card_rating .comments .comment .img img,.TeacherProfile .left-card_rating .comments .comment .img img,#PublicTeacherProfile .left-card_rating .comments .comment .img img,#TeacherWall .left-card_rating .comments .comment .img img{border-radius:50%;width:80%}#TeacherProfile .left-card_rating .comments .comment p,.TeacherProfile .left-card_rating .comments .comment p,#PublicTeacherProfile .left-card_rating .comments .comment p,#TeacherWall .left-card_rating .comments .comment p{font-size:13px}#TeacherProfile .left-card_rating .comments .comment span,.TeacherProfile .left-card_rating .comments .comment span,#PublicTeacherProfile .left-card_rating .comments .comment span,#TeacherWall .left-card_rating .comments .comment span{font-size:12px}}@media(min-width: 1361px){#TeacherProfile .left-card .body,.TeacherProfile .left-card .body,#PublicTeacherProfile .left-card .body,#TeacherWall .left-card .body{padding:15px 10px;font-size:15px}#TeacherProfile .left-card_subjects .body .actions button,#TeacherProfile .left-card_subjects .body .actions .redirect,.TeacherProfile .left-card_subjects .body .actions button,.TeacherProfile .left-card_subjects .body .actions .redirect,#PublicTeacherProfile .left-card_subjects .body .actions button,#PublicTeacherProfile .left-card_subjects .body .actions .redirect,#TeacherWall .left-card_subjects .body .actions button,#TeacherWall .left-card_subjects .body .actions .redirect{font-size:14px;padding:5px 14px}#TeacherProfile .left-card_subjects .body .actions .redirect,.TeacherProfile .left-card_subjects .body .actions .redirect,#PublicTeacherProfile .left-card_subjects .body .actions .redirect,#TeacherWall .left-card_subjects .body .actions .redirect{display:inline-block}}#TeacherProfile #AllRatingsComments .comments,.TeacherProfile #AllRatingsComments .comments,#PublicTeacherProfile #AllRatingsComments .comments,#TeacherWall #AllRatingsComments .comments{padding-top:1rem}#TeacherProfile #AllRatingsComments .comments .comment,.TeacherProfile #AllRatingsComments .comments .comment,#PublicTeacherProfile #AllRatingsComments .comments .comment,#TeacherWall #AllRatingsComments .comments .comment{display:flex;align-items:end;justify-content:start;margin:8px 0;padding:12px;box-shadow:2px 7px 12px 0 rgba(0,0,0,.05);border-radius:5px}#TeacherProfile #AllRatingsComments .comments .comment .img,.TeacherProfile #AllRatingsComments .comments .comment .img,#PublicTeacherProfile #AllRatingsComments .comments .comment .img,#TeacherWall #AllRatingsComments .comments .comment .img{width:70px;min-width:70px}#TeacherProfile #AllRatingsComments .comments .comment .img img,.TeacherProfile #AllRatingsComments .comments .comment .img img,#PublicTeacherProfile #AllRatingsComments .comments .comment .img img,#TeacherWall #AllRatingsComments .comments .comment .img img{border-radius:50%;width:80%}#TeacherProfile #AllRatingsComments .comments .comment p,.TeacherProfile #AllRatingsComments .comments .comment p,#PublicTeacherProfile #AllRatingsComments .comments .comment p,#TeacherWall #AllRatingsComments .comments .comment p{font-weight:bold;font-size:16px}#TeacherProfile #AllRatingsComments .comments .comment span,.TeacherProfile #AllRatingsComments .comments .comment span,#PublicTeacherProfile #AllRatingsComments .comments .comment span,#TeacherWall #AllRatingsComments .comments .comment span{font-size:18px}#TeacherProfile #AllRatingsComments .item,.TeacherProfile #AllRatingsComments .item,#PublicTeacherProfile #AllRatingsComments .item,#TeacherWall #AllRatingsComments .item{align-items:center}#TeacherProfile #AllRatingsComments .item .img,.TeacherProfile #AllRatingsComments .item .img,#PublicTeacherProfile #AllRatingsComments .item .img,#TeacherWall #AllRatingsComments .item .img{min-width:120px;width:120px;height:240px;display:flex;justify-content:center;align-items:start}#TeacherProfile #AllRatingsComments .item .img img,.TeacherProfile #AllRatingsComments .item .img img,#PublicTeacherProfile #AllRatingsComments .item .img img,#TeacherWall #AllRatingsComments .item .img img{border-radius:50%;width:70%}#TeacherProfile #AllRatingsComments .item .text,.TeacherProfile #AllRatingsComments .item .text,#PublicTeacherProfile #AllRatingsComments .item .text,#TeacherWall #AllRatingsComments .item .text{display:flex;justify-content:space-between;align-items:center}#TeacherProfile #AllRatingsComments .item .text .text-container,.TeacherProfile #AllRatingsComments .item .text .text-container,#PublicTeacherProfile #AllRatingsComments .item .text .text-container,#TeacherWall #AllRatingsComments .item .text .text-container{width:80%}#TeacherProfile #AllRatingsComments .item .text .text-container .recommend,.TeacherProfile #AllRatingsComments .item .text .text-container .recommend,#PublicTeacherProfile #AllRatingsComments .item .text .text-container .recommend,#TeacherWall #AllRatingsComments .item .text .text-container .recommend{text-align:justify}#TeacherProfile #allRecommendationsModal .nav-link.active,.TeacherProfile #allRecommendationsModal .nav-link.active,#PublicTeacherProfile #allRecommendationsModal .nav-link.active,#TeacherWall #allRecommendationsModal .nav-link.active{background-color:rgba(222,226,230,.3803921569)}#TeacherProfile #allRecommendationsModal .recommend-request-btn,.TeacherProfile #allRecommendationsModal .recommend-request-btn,#PublicTeacherProfile #allRecommendationsModal .recommend-request-btn,#TeacherWall #allRecommendationsModal .recommend-request-btn{position:absolute;left:0;bottom:0;padding:3px 25px;font-size:14px;height:unset}#TeacherProfile #allRecommendationsModal .recommendations-modal-item,.TeacherProfile #allRecommendationsModal .recommendations-modal-item,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item,#TeacherWall #allRecommendationsModal .recommendations-modal-item{display:flex;margin-top:1.5rem;align-items:start}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .img,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .img,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .img,#TeacherWall #allRecommendationsModal .recommendations-modal-item .img{min-width:100px;width:100px;height:140px;display:flex;justify-content:center;align-items:start}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .img img,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .img img,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .img img,#TeacherWall #allRecommendationsModal .recommendations-modal-item .img img{border-radius:50%;width:70%;max-height:70px}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text{display:flex;justify-content:space-between;align-items:center;width:100%}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container{width:100%}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommend,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommend,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommend,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommend{text-align:justify;font-size:14px;word-break:break-word}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions{display:flex;align-items:center;min-width:max-content}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest{background:none}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest i,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest i,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest i,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest i{font-size:16px !important}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .status,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .status,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .status,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .status{padding:7px 15px;background-color:#fff;border:1px solid #6bbe9b;color:#6bbe9b;border-radius:3px;font-size:14px}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher{font-size:18px}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label{font-size:16px}@media(max-width: 600px){#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions .editRequest{padding:0 10px}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher{font-size:16px}#TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label,.TeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label,#PublicTeacherProfile #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label,#TeacherWall #allRecommendationsModal .recommendations-modal-item .text .text-container .recommends-actions #RecommendSwitcher label{font-size:14px}}#TeacherProfile #allRecommendationsModal #nav-tabContent,.TeacherProfile #allRecommendationsModal #nav-tabContent,#PublicTeacherProfile #allRecommendationsModal #nav-tabContent,#TeacherWall #allRecommendationsModal #nav-tabContent{word-break:break-word}#TeacherProfile #followingSchoolsModal .item_follows,.TeacherProfile #followingSchoolsModal .item_follows,#PublicTeacherProfile #followingSchoolsModal .item_follows,#TeacherWall #followingSchoolsModal .item_follows{display:flex;margin-top:1.5rem;flex-wrap:wrap;align-items:center;padding:0}#TeacherProfile #followingSchoolsModal .item_follows .item-header,.TeacherProfile #followingSchoolsModal .item_follows .item-header,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header,#TeacherWall #followingSchoolsModal .item_follows .item-header{width:fit-content;display:flex;justify-content:space-between;align-items:start}@media(min-width: 768px){#TeacherProfile #followingSchoolsModal .item_follows .item-header,.TeacherProfile #followingSchoolsModal .item_follows .item-header,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header,#TeacherWall #followingSchoolsModal .item_follows .item-header{justify-content:start}}@media(max-width: 766px){#TeacherProfile #followingSchoolsModal .item_follows .item-header,.TeacherProfile #followingSchoolsModal .item_follows .item-header,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header,#TeacherWall #followingSchoolsModal .item_follows .item-header{width:100% !important}}#TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img,.TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img,#TeacherWall #followingSchoolsModal .item_follows .item-header .exp-img{width:115px;height:115px}#TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img img,.TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img img,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img img,#TeacherWall #followingSchoolsModal .item_follows .item-header .exp-img img{border-radius:50%;width:100%;height:100%}#TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-icon,.TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-icon,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header .exp-icon,#TeacherWall #followingSchoolsModal .item_follows .item-header .exp-icon{display:flex;justify-content:center;align-items:center;width:115px;height:115px;border-radius:50%;box-shadow:1px 1px 30px 2px rgba(204,204,204,.2588235294)}@media(max-width: 991px){#TeacherProfile #followingSchoolsModal .item_follows,.TeacherProfile #followingSchoolsModal .item_follows,#PublicTeacherProfile #followingSchoolsModal .item_follows,#TeacherWall #followingSchoolsModal .item_follows{flex-wrap:nowrap;padding:0 10px;gap:20px}#TeacherProfile #followingSchoolsModal .item_follows .item-header,.TeacherProfile #followingSchoolsModal .item_follows .item-header,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header,#TeacherWall #followingSchoolsModal .item_follows .item-header{width:unset !important}#TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img,.TeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-header .exp-img,#TeacherWall #followingSchoolsModal .item_follows .item-header .exp-img{width:75px;height:75px}#TeacherProfile #followingSchoolsModal .item_follows .item-body,.TeacherProfile #followingSchoolsModal .item_follows .item-body,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-body,#TeacherWall #followingSchoolsModal .item_follows .item-body{flex-direction:column;font-size:14px;width:100% !important}#TeacherProfile #followingSchoolsModal .item_follows .item-body h6,.TeacherProfile #followingSchoolsModal .item_follows .item-body h6,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-body h6,#TeacherWall #followingSchoolsModal .item_follows .item-body h6{font-size:15px;text-align:start}#TeacherProfile #followingSchoolsModal .item_follows .item-body p,.TeacherProfile #followingSchoolsModal .item_follows .item-body p,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-body p,#TeacherWall #followingSchoolsModal .item_follows .item-body p{margin-bottom:0 !important}#TeacherProfile #followingSchoolsModal .item_follows .item-body p span,.TeacherProfile #followingSchoolsModal .item_follows .item-body p span,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-body p span,#TeacherWall #followingSchoolsModal .item_follows .item-body p span{display:block}#TeacherProfile #followingSchoolsModal .item_follows .item-body .edit-teacher,.TeacherProfile #followingSchoolsModal .item_follows .item-body .edit-teacher,#PublicTeacherProfile #followingSchoolsModal .item_follows .item-body .edit-teacher,#TeacherWall #followingSchoolsModal .item_follows .item-body .edit-teacher{padding:3px 26px;margin:5px 0;font-size:14px}}#TeacherProfile .modal-layout .modal-dialog,.TeacherProfile .modal-layout .modal-dialog,#PublicTeacherProfile .modal-layout .modal-dialog,#TeacherWall .modal-layout .modal-dialog{max-width:750px}#TeacherProfile .modal-layout .modal-content,.TeacherProfile .modal-layout .modal-content,#PublicTeacherProfile .modal-layout .modal-content,#TeacherWall .modal-layout .modal-content{background-color:rgba(0,0,0,0)}#TeacherProfile .modal-layout .close-modal,.TeacherProfile .modal-layout .close-modal,#PublicTeacherProfile .modal-layout .close-modal,#TeacherWall .modal-layout .close-modal{background-color:rgba(0,0,0,0)}#TeacherProfile .modal-layout .close-modal span,.TeacherProfile .modal-layout .close-modal span,#PublicTeacherProfile .modal-layout .close-modal span,#TeacherWall .modal-layout .close-modal span{cursor:pointer;color:#fff}#TeacherProfile .modal-layout .modal-header,.TeacherProfile .modal-layout .modal-header,#PublicTeacherProfile .modal-layout .modal-header,#TeacherWall .modal-layout .modal-header{background-color:#4ca7d4;background-image:url(/img/schoolsArtwork.svg);flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:15px}#TeacherProfile .modal-layout .modal-header p,.TeacherProfile .modal-layout .modal-header p,#PublicTeacherProfile .modal-layout .modal-header p,#TeacherWall .modal-layout .modal-header p{font-size:15px;color:#fff;margin-bottom:5px}#TeacherProfile .modal-layout .modal-header h4,.TeacherProfile .modal-layout .modal-header h4,#PublicTeacherProfile .modal-layout .modal-header h4,#TeacherWall .modal-layout .modal-header h4{color:#fff}#TeacherProfile .modal-layout .modal-body,.TeacherProfile .modal-layout .modal-body,#PublicTeacherProfile .modal-layout .modal-body,#TeacherWall .modal-layout .modal-body{background-color:#fff}#TeacherProfile .modal-layout .modal-body .transparent-wrapper,.TeacherProfile .modal-layout .modal-body .transparent-wrapper,#PublicTeacherProfile .modal-layout .modal-body .transparent-wrapper,#TeacherWall .modal-layout .modal-body .transparent-wrapper{background-color:rgba(0,0,0,0)}#TeacherProfile .modal-layout .modal-body p,#TeacherProfile .modal-layout .modal-body span,.TeacherProfile .modal-layout .modal-body p,.TeacherProfile .modal-layout .modal-body span,#PublicTeacherProfile .modal-layout .modal-body p,#PublicTeacherProfile .modal-layout .modal-body span,#TeacherWall .modal-layout .modal-body p,#TeacherWall .modal-layout .modal-body span{font-size:18px}#TeacherProfile .modal-layout .modal-body .custom-success-button,.TeacherProfile .modal-layout .modal-body .custom-success-button,#PublicTeacherProfile .modal-layout .modal-body .custom-success-button,#TeacherWall .modal-layout .modal-body .custom-success-button{border-radius:4px;padding:8px 50px}#TeacherProfile .modal-layout .modal-body .later-btn,.TeacherProfile .modal-layout .modal-body .later-btn,#PublicTeacherProfile .modal-layout .modal-body .later-btn,#TeacherWall .modal-layout .modal-body .later-btn{background-color:#ddd;padding:8px 25px;color:#535151;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}#TeacherProfile .modal-layout hr,.TeacherProfile .modal-layout hr,#PublicTeacherProfile .modal-layout hr,#TeacherWall .modal-layout hr{border-top:solid 1px #bbb}#TeacherProfile .modal-layout .photo-input-wrapper,.TeacherProfile .modal-layout .photo-input-wrapper,#PublicTeacherProfile .modal-layout .photo-input-wrapper,#TeacherWall .modal-layout .photo-input-wrapper{width:40px;height:40px;border-radius:50% !important;border:dashed 2px #353434 !important;background-color:#ddd;position:absolute;right:88px;transition:translateX(30);top:88px;transition:translatey(30);opacity:30%}#TeacherProfile .modal-layout .photo-icon,.TeacherProfile .modal-layout .photo-icon,#PublicTeacherProfile .modal-layout .photo-icon,#TeacherWall .modal-layout .photo-icon{position:absolute;right:97px;transition:translateX(42);top:97px;transition:translatey(39);font-size:22px !important;cursor:pointer;color:#353434;opacity:30%}#TeacherProfile .modal-layout .photo-delete,.TeacherProfile .modal-layout .photo-delete,#PublicTeacherProfile .modal-layout .photo-delete,#TeacherWall .modal-layout .photo-delete{position:absolute;top:0;left:0;background:#ff5722;width:20px;height:20px;text-align:center;line-height:20px;color:#fff;cursor:pointer}#TeacherProfile .photo-input,.TeacherProfile .photo-input,#PublicTeacherProfile .photo-input,#TeacherWall .photo-input{opacity:0;-moz-opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);display:none}#TeacherProfile .bio-btn,.TeacherProfile .bio-btn,#PublicTeacherProfile .bio-btn,#TeacherWall .bio-btn{background-color:#55b2e0;color:#fff}#TeacherProfile #subjectsModal .modal-layout .modal-body span,.TeacherProfile #subjectsModal .modal-layout .modal-body span,#PublicTeacherProfile #subjectsModal .modal-layout .modal-body span,#TeacherWall #subjectsModal .modal-layout .modal-body span{color:#fff !important}#TeacherProfile #subjectsModal .multiselect__input,.TeacherProfile #subjectsModal .multiselect__input,#PublicTeacherProfile #subjectsModal .multiselect__input,#TeacherWall #subjectsModal .multiselect__input{width:30rem !important}#TeacherProfile #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):active,#TeacherProfile #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):focus,.TeacherProfile #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):active,.TeacherProfile #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):focus,#PublicTeacherProfile #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):active,#PublicTeacherProfile #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):focus,#TeacherWall #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):active,#TeacherWall #subjectsModal .multiselect__input:not([type=radio]):not([type=checkbox]):focus{border:none !important}#TeacherProfile #subjectsModal .multiselect__tag,.TeacherProfile #subjectsModal .multiselect__tag,#PublicTeacherProfile #subjectsModal .multiselect__tag,#TeacherWall #subjectsModal .multiselect__tag{background-color:#202359}#TeacherProfile #subjectsModal .multiselect__tags,.TeacherProfile #subjectsModal .multiselect__tags,#PublicTeacherProfile #subjectsModal .multiselect__tags,#TeacherWall #subjectsModal .multiselect__tags{border-radius:0;max-height:180px;border:2px solid rgba(0,0,0,.15) !important;overflow-x:auto}#TeacherProfile #subjectsModal .multiselect__tag,.TeacherProfile #subjectsModal .multiselect__tag,#PublicTeacherProfile #subjectsModal .multiselect__tag,#TeacherWall #subjectsModal .multiselect__tag{background-color:#617fff}#TeacherProfile #subjectsModal .multiselect__tag-icon:hover,#TeacherProfile #subjectsModal .multiselect__tag-icon:focus,.TeacherProfile #subjectsModal .multiselect__tag-icon:hover,.TeacherProfile #subjectsModal .multiselect__tag-icon:focus,#PublicTeacherProfile #subjectsModal .multiselect__tag-icon:hover,#PublicTeacherProfile #subjectsModal .multiselect__tag-icon:focus,#TeacherWall #subjectsModal .multiselect__tag-icon:hover,#TeacherWall #subjectsModal .multiselect__tag-icon:focus{background:#585e9b}#TeacherProfile .sections-cta,.TeacherProfile .sections-cta,#PublicTeacherProfile .sections-cta,#TeacherWall .sections-cta{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:5px;padding:1rem}#TeacherProfile #subjectsErrorToast,.TeacherProfile #subjectsErrorToast,#PublicTeacherProfile #subjectsErrorToast,#TeacherWall #subjectsErrorToast{position:relative;z-index:1000}#TeacherProfile .multiselect__tags,.TeacherProfile .multiselect__tags,#PublicTeacherProfile .multiselect__tags,#TeacherWall .multiselect__tags{border-radius:0;border:2px solid rgba(0,0,0,.15) !important;display:flex;align-items:center}#TeacherProfile .multiselect__input,.TeacherProfile .multiselect__input,#PublicTeacherProfile .multiselect__input,#TeacherWall .multiselect__input{height:40px}#TeacherProfile .multiselect__input,.TeacherProfile .multiselect__input,#PublicTeacherProfile .multiselect__input,#TeacherWall .multiselect__input{height:35px;margin-inline-start:15px}#TeacherProfile .multiselect__tag,.TeacherProfile .multiselect__tag,#PublicTeacherProfile .multiselect__tag,#TeacherWall .multiselect__tag{margin-bottom:1px !important}#TeacherProfile .multiselect__tag span,.TeacherProfile .multiselect__tag span,#PublicTeacherProfile .multiselect__tag span,#TeacherWall .multiselect__tag span{font-size:13px !important}#TeacherProfile .multiselect__tag-icon,.TeacherProfile .multiselect__tag-icon,#PublicTeacherProfile .multiselect__tag-icon,#TeacherWall .multiselect__tag-icon{margin-top:3px}#TeacherProfile .v-select,.TeacherProfile .v-select,#PublicTeacherProfile .v-select,#TeacherWall .v-select{height:44px;line-height:34px !important;padding-right:10 !important;padding-left:10 !important;border-radius:0 !important;border:none !important;box-shadow:none !important;border:2px solid rgba(0,0,0,.15) !important}#TeacherProfile .v-select:active,#TeacherProfile .v-select:focus,.TeacherProfile .v-select:active,.TeacherProfile .v-select:focus,#PublicTeacherProfile .v-select:active,#PublicTeacherProfile .v-select:focus,#TeacherWall .v-select:active,#TeacherWall .v-select:focus{outline-color:rgba(0,0,0,0) !important;outline:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;border:2px solid #202359 !important}#TeacherProfile .v-select .vs__search,.TeacherProfile .v-select .vs__search,#PublicTeacherProfile .v-select .vs__search,#TeacherWall .v-select .vs__search{height:35px}#TeacherProfile .v-select .vs__dropdown-toggle,.TeacherProfile .v-select .vs__dropdown-toggle,#PublicTeacherProfile .v-select .vs__dropdown-toggle,#TeacherWall .v-select .vs__dropdown-toggle{height:40px}#TeacherProfile .v-select .vs__search,.TeacherProfile .v-select .vs__search,#PublicTeacherProfile .v-select .vs__search,#TeacherWall .v-select .vs__search{background-color:unset}#TeacherProfile .v-select .vs__selected,.TeacherProfile .v-select .vs__selected,#PublicTeacherProfile .v-select .vs__selected,#TeacherWall .v-select .vs__selected{font-size:16px !important}#TeacherProfile #connectModal.modal-layout .modal-dialog,.TeacherProfile #connectModal.modal-layout .modal-dialog,#PublicTeacherProfile #connectModal.modal-layout .modal-dialog,#TeacherWall #connectModal.modal-layout .modal-dialog{max-width:600px !important}#TeacherProfile .Subjects-list,.TeacherProfile .Subjects-list,#PublicTeacherProfile .Subjects-list,#TeacherWall .Subjects-list{background-color:#f6f7f9;padding:15px 15px 0 15px;margin-bottom:15px}#TeacherProfile .Subjects-list .row,.TeacherProfile .Subjects-list .row,#PublicTeacherProfile .Subjects-list .row,#TeacherWall .Subjects-list .row{border-top:1px solid #f0f0f0;padding:10px 0}#TeacherProfile .Subjects-list .row p,.TeacherProfile .Subjects-list .row p,#PublicTeacherProfile .Subjects-list .row p,#TeacherWall .Subjects-list .row p{margin:10px 0 0}#TeacherProfile .Subjects-list button:disabled,.TeacherProfile .Subjects-list button:disabled,#PublicTeacherProfile .Subjects-list button:disabled,#TeacherWall .Subjects-list button:disabled{cursor:not-allowed;pointer-events:all !important}@media(max-width: 500px){#TeacherProfile .Subjects-list button,.TeacherProfile .Subjects-list button,#PublicTeacherProfile .Subjects-list button,#TeacherWall .Subjects-list button{width:100%;margin:10px 0 !important}#TeacherProfile .Subjects-list .row,.TeacherProfile .Subjects-list .row,#PublicTeacherProfile .Subjects-list .row,#TeacherWall .Subjects-list .row{font-size:14px}#TeacherProfile .Subjects-list .row .stageTitle,.TeacherProfile .Subjects-list .row .stageTitle,#PublicTeacherProfile .Subjects-list .row .stageTitle,#TeacherWall .Subjects-list .row .stageTitle{font-weight:bold}}@media(max-width: 768px){#TeacherProfile .Subjects-list .row,.TeacherProfile .Subjects-list .row,#PublicTeacherProfile .Subjects-list .row,#TeacherWall .Subjects-list .row{font-size:14px}}@media(max-width: 367px){#TeacherProfile .Subjects-list .edit-subject,.TeacherProfile .Subjects-list .edit-subject,#PublicTeacherProfile .Subjects-list .edit-subject,#TeacherWall .Subjects-list .edit-subject{width:75%}}@media(min-width: 368px)and (max-width: 767px){#TeacherProfile .Subjects-list .edit-subject,.TeacherProfile .Subjects-list .edit-subject,#PublicTeacherProfile .Subjects-list .edit-subject,#TeacherWall .Subjects-list .edit-subject{width:80%}}#TeacherProfile .lesson-place .place-cost,.TeacherProfile .lesson-place .place-cost,#PublicTeacherProfile .lesson-place .place-cost,#TeacherWall .lesson-place .place-cost{direction:inherit}@media(max-width: 767px){#TeacherProfile .lesson-place,.TeacherProfile .lesson-place,#PublicTeacherProfile .lesson-place,#TeacherWall .lesson-place{display:flex;align-items:start;justify-content:space-between;margin-bottom:10px}#TeacherProfile .lesson-place .place-cost,.TeacherProfile .lesson-place .place-cost,#PublicTeacherProfile .lesson-place .place-cost,#TeacherWall .lesson-place .place-cost{max-width:155px;padding:0 10px;height:36px}}#PublicTeacherProfile .body-wrapper .section .item_recommends .text .text-container{width:100%}#PublicTeacherProfile .left-card_subjects .subject .edit-teacher{padding:3px 30px}@media(max-width: 450px){#PublicTeacherProfile .info-wrapper .teacherName-section .actions button{font-size:14px;padding:7px 18px}}#TeacherWall .info-wrapper .cover,#TeacherProfile .info-wrapper .cover,#PublicTeacherProfile .info-wrapper .cover,.TeacherProfile .info-wrapper .cover{height:200px;background-size:cover;background-position:center}#TeacherWall .info-wrapper .cover .photo-wrapper,#TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper{left:0;right:0;margin:0 auto}#TeacherWall .info-wrapper .cover .deletecover,#TeacherProfile .info-wrapper .cover .deletecover,#PublicTeacherProfile .info-wrapper .cover .deletecover,.TeacherProfile .info-wrapper .cover .deletecover{top:20px !important;right:20px !important;left:unset;bottom:unset}#TeacherWall .info-wrapper .cover .text-16,#TeacherProfile .info-wrapper .cover .text-16,#PublicTeacherProfile .info-wrapper .cover .text-16,.TeacherProfile .info-wrapper .cover .text-16{font-size:12px}#TeacherWall .info-wrapper .cover .text-16 i,#TeacherProfile .info-wrapper .cover .text-16 i,#PublicTeacherProfile .info-wrapper .cover .text-16 i,.TeacherProfile .info-wrapper .cover .text-16 i{font-size:10px}#TeacherWall .info-wrapper .teacherName-section,#TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section{justify-content:center;text-align:center}@media(max-width: 767px){#TeacherWall .info-wrapper .teacherName-section,#TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section{flex-direction:column}}#TeacherWall .info-wrapper .links,#TeacherProfile .info-wrapper .links,#PublicTeacherProfile .info-wrapper .links,.TeacherProfile .info-wrapper .links{padding-bottom:10px;padding-top:20px}#TeacherWall .info-wrapper .links ul,#TeacherProfile .info-wrapper .links ul,#PublicTeacherProfile .info-wrapper .links ul,.TeacherProfile .info-wrapper .links ul{list-style:none;line-height:2}#TeacherWall .info-wrapper .links ul li,#TeacherProfile .info-wrapper .links ul li,#PublicTeacherProfile .info-wrapper .links ul li,.TeacherProfile .info-wrapper .links ul li{transition:transform .3s ease-in-out;transform-origin:100% 50%}#TeacherWall .info-wrapper .links ul li a,#TeacherProfile .info-wrapper .links ul li a,#PublicTeacherProfile .info-wrapper .links ul li a,.TeacherProfile .info-wrapper .links ul li a{color:#656974}#TeacherWall .info-wrapper .links ul li i,#TeacherProfile .info-wrapper .links ul li i,#PublicTeacherProfile .info-wrapper .links ul li i,.TeacherProfile .info-wrapper .links ul li i{color:#000;text-align:center;width:25px;font-size:14px !important}#TeacherWall .info-wrapper .links ul li:hover,#TeacherProfile .info-wrapper .links ul li:hover,#PublicTeacherProfile .info-wrapper .links ul li:hover,.TeacherProfile .info-wrapper .links ul li:hover{transform:scale(1.05)}#TeacherWall .info-wrapper .links ul li:hover a,#TeacherWall .info-wrapper .links ul li:hover i,#TeacherProfile .info-wrapper .links ul li:hover a,#TeacherProfile .info-wrapper .links ul li:hover i,#PublicTeacherProfile .info-wrapper .links ul li:hover a,#PublicTeacherProfile .info-wrapper .links ul li:hover i,.TeacherProfile .info-wrapper .links ul li:hover a,.TeacherProfile .info-wrapper .links ul li:hover i{color:#4c4c4c;font-weight:bold}#TeacherWall .info-wrapper .links ul li.active,#TeacherProfile .info-wrapper .links ul li.active,#PublicTeacherProfile .info-wrapper .links ul li.active,.TeacherProfile .info-wrapper .links ul li.active{transform:scale(1.05)}#TeacherWall .info-wrapper .links ul li.active a,#TeacherWall .info-wrapper .links ul li.active i,#TeacherProfile .info-wrapper .links ul li.active a,#TeacherProfile .info-wrapper .links ul li.active i,#PublicTeacherProfile .info-wrapper .links ul li.active a,#PublicTeacherProfile .info-wrapper .links ul li.active i,.TeacherProfile .info-wrapper .links ul li.active a,.TeacherProfile .info-wrapper .links ul li.active i{color:#4c4c4c;font-weight:bold}@media(min-width: 768px)and (max-width: 1900px){#TeacherWall .info-wrapper .actions,#TeacherProfile .info-wrapper .actions,#PublicTeacherProfile .info-wrapper .actions,.TeacherProfile .info-wrapper .actions{margin:10px 0 !important;padding:0 !important}#TeacherWall .info-wrapper .actions .edit-teacher,#TeacherProfile .info-wrapper .actions .edit-teacher,#PublicTeacherProfile .info-wrapper .actions .edit-teacher,.TeacherProfile .info-wrapper .actions .edit-teacher{padding:7px 10px;font-size:12px}#TeacherWall .info-wrapper .actions .edit-teacher i,#TeacherProfile .info-wrapper .actions .edit-teacher i,#PublicTeacherProfile .info-wrapper .actions .edit-teacher i,.TeacherProfile .info-wrapper .actions .edit-teacher i{margin:0 !important;font-size:10px !important}}@media(min-width: 768px)and (max-width: 1360px){#TeacherWall .info-wrapper .cover,#TeacherProfile .info-wrapper .cover,#PublicTeacherProfile .info-wrapper .cover,.TeacherProfile .info-wrapper .cover{height:130px}#TeacherWall .info-wrapper .cover .cover-input-wrapper,#TeacherProfile .info-wrapper .cover .cover-input-wrapper,#PublicTeacherProfile .info-wrapper .cover .cover-input-wrapper,.TeacherProfile .info-wrapper .cover .cover-input-wrapper{padding:1px 9px !important}#TeacherWall .info-wrapper .cover .cover-input-wrapper i,#TeacherProfile .info-wrapper .cover .cover-input-wrapper i,#PublicTeacherProfile .info-wrapper .cover .cover-input-wrapper i,.TeacherProfile .info-wrapper .cover .cover-input-wrapper i{margin:0 !important}#TeacherWall .info-wrapper .cover .cover-input-wrapper .cover-action,#TeacherProfile .info-wrapper .cover .cover-input-wrapper .cover-action,#PublicTeacherProfile .info-wrapper .cover .cover-input-wrapper .cover-action,.TeacherProfile .info-wrapper .cover .cover-input-wrapper .cover-action{display:none}#TeacherWall .info-wrapper .cover .photo-wrapper,#TeacherProfile .info-wrapper .cover .photo-wrapper,#PublicTeacherProfile .info-wrapper .cover .photo-wrapper,.TeacherProfile .info-wrapper .cover .photo-wrapper{width:90px;height:90px;bottom:-50px}#TeacherWall .info-wrapper .teacherName-section,#TeacherProfile .info-wrapper .teacherName-section,#PublicTeacherProfile .info-wrapper .teacherName-section,.TeacherProfile .info-wrapper .teacherName-section{padding:31px 20px}#TeacherWall .info-wrapper .teacherName-section h4,#TeacherProfile .info-wrapper .teacherName-section h4,#PublicTeacherProfile .info-wrapper .teacherName-section h4,.TeacherProfile .info-wrapper .teacherName-section h4{font-size:1.3rem}#TeacherWall .info-wrapper .teacherName-section .text-16,#TeacherProfile .info-wrapper .teacherName-section .text-16,#PublicTeacherProfile .info-wrapper .teacherName-section .text-16,.TeacherProfile .info-wrapper .teacherName-section .text-16{font-size:13px}#TeacherWall .info-wrapper .actions,#TeacherProfile .info-wrapper .actions,#PublicTeacherProfile .info-wrapper .actions,.TeacherProfile .info-wrapper .actions{margin:10px 0 !important;padding:0 !important}#TeacherWall .info-wrapper .actions .edit-teacher,#TeacherProfile .info-wrapper .actions .edit-teacher,#PublicTeacherProfile .info-wrapper .actions .edit-teacher,.TeacherProfile .info-wrapper .actions .edit-teacher{padding:7px 10px;font-size:12px}#TeacherWall .info-wrapper .actions .edit-teacher i,#TeacherProfile .info-wrapper .actions .edit-teacher i,#PublicTeacherProfile .info-wrapper .actions .edit-teacher i,.TeacherProfile .info-wrapper .actions .edit-teacher i{margin:0 !important;font-size:10px !important}#TeacherWall .info-wrapper .links a,#TeacherWall .info-wrapper .links i,#TeacherProfile .info-wrapper .links a,#TeacherProfile .info-wrapper .links i,#PublicTeacherProfile .info-wrapper .links a,#PublicTeacherProfile .info-wrapper .links i,.TeacherProfile .info-wrapper .links a,.TeacherProfile .info-wrapper .links i{font-size:13px !important}}@media(min-width: 768px)and (max-width: 1024px){#TeacherWall .info-wrapper .links ul,#TeacherProfile .info-wrapper .links ul,#PublicTeacherProfile .info-wrapper .links ul,.TeacherProfile .info-wrapper .links ul{padding:0 1em}#TeacherWall .info-wrapper .actions .btn-text,#TeacherProfile .info-wrapper .actions .btn-text,#PublicTeacherProfile .info-wrapper .actions .btn-text,.TeacherProfile .info-wrapper .actions .btn-text{display:none}}#TeacherWall .body-wrapper .custom-container,#TeacherProfile .body-wrapper .custom-container,#PublicTeacherProfile .body-wrapper .custom-container,.TeacherProfile .body-wrapper .custom-container{border-top:none}#TeacherWall .body-wrapper .section,#TeacherProfile .body-wrapper .section,#PublicTeacherProfile .body-wrapper .section,.TeacherProfile .body-wrapper .section{padding:12px 5px}#TeacherWall .image,#TeacherProfile .image,#PublicTeacherProfile .image,.TeacherProfile .image{min-width:80px;width:80px;display:flex;justify-content:center;align-items:start}#TeacherWall .image img,#TeacherProfile .image img,#PublicTeacherProfile .image img,.TeacherProfile .image img{border-radius:50%;width:60px;height:60px;border:2px solid #ccc}#TeacherWall .addPost,#TeacherProfile .addPost,#PublicTeacherProfile .addPost,.TeacherProfile .addPost{display:flex;align-items:center}#TeacherWall .addPost .btn-post,#TeacherProfile .addPost .btn-post,#PublicTeacherProfile .addPost .btn-post,.TeacherProfile .addPost .btn-post{background-color:#e9e9e9;border-radius:10px !important;width:80%;text-align:start;padding:10px 15px;color:#707070}#TeacherWall .addPost a,#TeacherProfile .addPost a,#PublicTeacherProfile .addPost a,.TeacherProfile .addPost a{color:#000;margin:0 .5rem}#TeacherWall .addPost a i,#TeacherProfile .addPost a i,#PublicTeacherProfile .addPost a i,.TeacherProfile .addPost a i{font-size:1rem !important}#TeacherWall .post .head,#TeacherProfile .post .head,#PublicTeacherProfile .post .head,.TeacherProfile .post .head{display:flex;align-items:center}#TeacherWall .post .head .poster,#TeacherProfile .post .head .poster,#PublicTeacherProfile .post .head .poster,.TeacherProfile .post .head .poster{text-align:start}#TeacherWall .post .head .poster h5,#TeacherProfile .post .head .poster h5,#PublicTeacherProfile .post .head .poster h5,.TeacherProfile .post .head .poster h5{margin-bottom:0}#TeacherWall .post .head .poster p,#TeacherProfile .post .head .poster p,#PublicTeacherProfile .post .head .poster p,.TeacherProfile .post .head .poster p{margin-bottom:0;color:#656974}#TeacherWall .post .head .poster p a,#TeacherProfile .post .head .poster p a,#PublicTeacherProfile .post .head .poster p a,.TeacherProfile .post .head .poster p a{color:#24a6d4}#TeacherWall .post .head .dropdown,#TeacherProfile .post .head .dropdown,#PublicTeacherProfile .post .head .dropdown,.TeacherProfile .post .head .dropdown{margin-right:auto;margin-bottom:auto;margin-left:20px}#TeacherWall .post .head .dropdown .dropdown-toggle,#TeacherProfile .post .head .dropdown .dropdown-toggle,#PublicTeacherProfile .post .head .dropdown .dropdown-toggle,.TeacherProfile .post .head .dropdown .dropdown-toggle{color:#000;font-size:18px !important;padding:0}#TeacherWall .post .head .dropdown .dropdown-toggle::after,#TeacherProfile .post .head .dropdown .dropdown-toggle::after,#PublicTeacherProfile .post .head .dropdown .dropdown-toggle::after,.TeacherProfile .post .head .dropdown .dropdown-toggle::after{display:none}#TeacherWall .post .head .dropdown .dropdown-toggle i,#TeacherProfile .post .head .dropdown .dropdown-toggle i,#PublicTeacherProfile .post .head .dropdown .dropdown-toggle i,.TeacherProfile .post .head .dropdown .dropdown-toggle i{font-size:18px !important;color:#000}#TeacherWall .post .head .dropdown .dropdown-menu,#TeacherProfile .post .head .dropdown .dropdown-menu,#PublicTeacherProfile .post .head .dropdown .dropdown-menu,.TeacherProfile .post .head .dropdown .dropdown-menu{background:#323232;color:#fff}#TeacherWall .post .head .dropdown .dropdown-menu li,#TeacherProfile .post .head .dropdown .dropdown-menu li,#PublicTeacherProfile .post .head .dropdown .dropdown-menu li,.TeacherProfile .post .head .dropdown .dropdown-menu li{border-bottom:1px solid #3f3f3f}#TeacherWall .post .head .dropdown .dropdown-menu li:last-child,#TeacherProfile .post .head .dropdown .dropdown-menu li:last-child,#PublicTeacherProfile .post .head .dropdown .dropdown-menu li:last-child,.TeacherProfile .post .head .dropdown .dropdown-menu li:last-child{border-bottom:0}#TeacherWall .post .head .dropdown .dropdown-menu a,#TeacherProfile .post .head .dropdown .dropdown-menu a,#PublicTeacherProfile .post .head .dropdown .dropdown-menu a,.TeacherProfile .post .head .dropdown .dropdown-menu a{color:#fff}#TeacherWall .post .head .dropdown .dropdown-menu a:hover,#TeacherProfile .post .head .dropdown .dropdown-menu a:hover,#PublicTeacherProfile .post .head .dropdown .dropdown-menu a:hover,.TeacherProfile .post .head .dropdown .dropdown-menu a:hover{color:#3f3f3f;background-color:#e9ecef}#TeacherWall .post .body,#TeacherProfile .post .body,#PublicTeacherProfile .post .body,.TeacherProfile .post .body{padding:20px;border-bottom:1px solid #f5f5f5;word-break:break-word}#TeacherWall .post .body .images,#TeacherProfile .post .body .images,#PublicTeacherProfile .post .body .images,.TeacherProfile .post .body .images{display:flex}#TeacherWall .post .body .images img,#TeacherProfile .post .body .images img,#PublicTeacherProfile .post .body .images img,.TeacherProfile .post .body .images img{max-width:100%;border:1px solid #dfdfdf;border-radius:4px}#TeacherWall .post .body .image-gallery,#TeacherProfile .post .body .image-gallery,#PublicTeacherProfile .post .body .image-gallery,.TeacherProfile .post .body .image-gallery{display:grid;grid-gap:5px}#TeacherWall .post .body .image-gallery img,#TeacherProfile .post .body .image-gallery img,#PublicTeacherProfile .post .body .image-gallery img,.TeacherProfile .post .body .image-gallery img{height:250px;width:250px;margin-bottom:10px;border:1px solid #dfdfdf;border-radius:4px;object-fit:cover}#TeacherWall .post .body .three-cols-gallery,#TeacherProfile .post .body .three-cols-gallery,#PublicTeacherProfile .post .body .three-cols-gallery,.TeacherProfile .post .body .three-cols-gallery{grid-template-columns:repeat(3, 250px)}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(1),#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1),#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1),.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1){grid-column:auto/span 3}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img,#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img,#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img,.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img{width:100%}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5),#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5),#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5),.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5){display:none}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4),#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4),#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4),.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4){position:relative}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after,#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after,#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after,.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after{content:attr(data-see-more) " ";color:#fff;background:rgba(0,0,0,.65);position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;width:250px}#TeacherWall .post .body .one-col-gallery img,#TeacherProfile .post .body .one-col-gallery img,#PublicTeacherProfile .post .body .one-col-gallery img,.TeacherProfile .post .body .one-col-gallery img{width:100%;height:500px;object-fit:cover}#TeacherWall .post .body .two-cols-gallery,#TeacherProfile .post .body .two-cols-gallery,#PublicTeacherProfile .post .body .two-cols-gallery,.TeacherProfile .post .body .two-cols-gallery{grid-template-columns:1fr 1fr}#TeacherWall .post .body .two-cols-gallery img,#TeacherProfile .post .body .two-cols-gallery img,#PublicTeacherProfile .post .body .two-cols-gallery img,.TeacherProfile .post .body .two-cols-gallery img{width:100%;height:300px;object-fit:cover}#TeacherWall .post .body .three-cols-gallery,#TeacherProfile .post .body .three-cols-gallery,#PublicTeacherProfile .post .body .three-cols-gallery,.TeacherProfile .post .body .three-cols-gallery{grid-template-columns:repeat(3, 250px)}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(1),#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1),#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1),.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1){grid-column:auto/span 3}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img,#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img,#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img,.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(1) img{width:100%}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5),#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5),#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5),.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 5){display:none}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4),#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4),#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4),.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4){position:relative}#TeacherWall .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after,#TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after,#PublicTeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after,.TeacherProfile .post .body .three-cols-gallery>.gallery-item:nth-of-type(n + 4)::after{content:attr(data-see-more) " ";color:#fff;background:rgba(0,0,0,.65);position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;width:250px}#TeacherWall .post .body .four-cols-gallery,#TeacherProfile .post .body .four-cols-gallery,#PublicTeacherProfile .post .body .four-cols-gallery,.TeacherProfile .post .body .four-cols-gallery{grid-template-columns:repeat(4, 1fr)}#TeacherWall .post .body .four-cols-gallery>.gallery-item img,#TeacherProfile .post .body .four-cols-gallery>.gallery-item img,#PublicTeacherProfile .post .body .four-cols-gallery>.gallery-item img,.TeacherProfile .post .body .four-cols-gallery>.gallery-item img{width:100%}#TeacherWall .post .body .four-cols-gallery>.gallery-item:nth-of-type(1),#TeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(1),#PublicTeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(1),.TeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(1){grid-column:auto/span 6}#TeacherWall .post .body .four-cols-gallery>.gallery-item:nth-of-type(2),#TeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(2),#PublicTeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(2),.TeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(2){grid-column:1/span 2;height:250px}#TeacherWall .post .body .four-cols-gallery>.gallery-item:nth-of-type(3),#TeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(3),#PublicTeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(3),.TeacherProfile .post .body .four-cols-gallery>.gallery-item:nth-of-type(3){grid-column:3/span 4;height:250px}#TeacherWall .post .actions,#TeacherProfile .post .actions,#PublicTeacherProfile .post .actions,.TeacherProfile .post .actions{padding:10px 25px}#TeacherWall .post .actions a,#TeacherProfile .post .actions a,#PublicTeacherProfile .post .actions a,.TeacherProfile .post .actions a{color:#000;font-size:1.1rem}#TeacherWall .post .actions a i,#TeacherProfile .post .actions a i,#PublicTeacherProfile .post .actions a i,.TeacherProfile .post .actions a i{color:#00addd}#TeacherWall .post .actions a small,#TeacherProfile .post .actions a small,#PublicTeacherProfile .post .actions a small,.TeacherProfile .post .actions a small{color:#979797}#TeacherWall .post .comments .comment,#TeacherProfile .post .comments .comment,#PublicTeacherProfile .post .comments .comment,.TeacherProfile .post .comments .comment{display:flex;position:relative;padding:0 25px 25px}#TeacherWall .post .comments .comment img,#TeacherProfile .post .comments .comment img,#PublicTeacherProfile .post .comments .comment img,.TeacherProfile .post .comments .comment img{width:40px;height:40px;border-radius:50%;border:2px solid #ccc}#TeacherWall .post .comments .comment .form-control,#TeacherProfile .post .comments .comment .form-control,#PublicTeacherProfile .post .comments .comment .form-control,.TeacherProfile .post .comments .comment .form-control{background-color:#e9e9e9;border-radius:8px !important;border:0 !important;height:40px;overflow:hidden;margin:0 10px}#TeacherWall .post .comments .comment .form-control:focus,#TeacherProfile .post .comments .comment .form-control:focus,#PublicTeacherProfile .post .comments .comment .form-control:focus,.TeacherProfile .post .comments .comment .form-control:focus{height:auto;overflow:auto}#TeacherWall .post .comments .comment .sendComment,#TeacherProfile .post .comments .comment .sendComment,#PublicTeacherProfile .post .comments .comment .sendComment,.TeacherProfile .post .comments .comment .sendComment{position:absolute;left:47px;top:10px}#TeacherWall .post .comments .comment .sendComment i,#TeacherProfile .post .comments .comment .sendComment i,#PublicTeacherProfile .post .comments .comment .sendComment i,.TeacherProfile .post .comments .comment .sendComment i{font-size:14px !important;color:#000}#TeacherWall .post .comments .comment .comment-body div,#TeacherProfile .post .comments .comment .comment-body div,#PublicTeacherProfile .post .comments .comment .comment-body div,.TeacherProfile .post .comments .comment .comment-body div{display:flex;padding:0 10px;justify-content:space-between;font-size:.9rem}#TeacherWall .post .comments .comment .comment-body p,#TeacherProfile .post .comments .comment .comment-body p,#PublicTeacherProfile .post .comments .comment .comment-body p,.TeacherProfile .post .comments .comment .comment-body p{background-color:#e9e9e9;border-radius:8px !important;border:0 !important;padding:15px}#TeacherWall .loading-skeleton h1,#TeacherWall .loading-skeleton h2,#TeacherWall .loading-skeleton h3,#TeacherWall .loading-skeleton h4,#TeacherWall .loading-skeleton h5,#TeacherWall .loading-skeleton h6,#TeacherWall .loading-skeleton p,#TeacherWall .loading-skeleton li,#TeacherWall .loading-skeleton a,#TeacherWall .loading-skeleton .btn,#TeacherWall .loading-skeleton label,#TeacherWall .loading-skeleton .form-control{color:rgba(0,0,0,0);appearance:none;-webkit-appearance:none;background-color:#eee;border-color:#eee}#TeacherWall .loading-skeleton h1::placeholder,#TeacherWall .loading-skeleton h2::placeholder,#TeacherWall .loading-skeleton h3::placeholder,#TeacherWall .loading-skeleton h4::placeholder,#TeacherWall .loading-skeleton h5::placeholder,#TeacherWall .loading-skeleton h6::placeholder,#TeacherWall .loading-skeleton p::placeholder,#TeacherWall .loading-skeleton li::placeholder,#TeacherWall .loading-skeleton a::placeholder,#TeacherWall .loading-skeleton .btn::placeholder,#TeacherWall .loading-skeleton label::placeholder,#TeacherWall .loading-skeleton .form-control::placeholder{color:rgba(0,0,0,0)}@keyframes loading-skeleton{from{opacity:.4}to{opacity:1}}#TeacherWall .loading-skeleton{pointer-events:none;animation:loading-skeleton 1s infinite alternate}#TeacherWall .loading-skeleton img{filter:grayscale(100) contrast(0%) brightness(1.8)}#TeacherWall .loading-skeleton a,#TeacherWall .loading-skeleton p{color:#eee !important}.createPost .posterdiv{display:flex;align-items:center}.createPost .posterdiv .image{width:80px;height:80px}.createPost .posterdiv .image img{width:80px !important;height:80px !important}.createPost .posterdiv .privacy{border-radius:13px !important;font-size:.8rem;padding:0 20px;height:40px;border:2px solid #ededed !important}.createPost .post-details .form-control{background-color:#e9e9e9;border-radius:8px !important;border:0 !important}.createPost .post-details .actions{display:flex}@media(max-width: 767px){.createPost .post-details .actions{flex-direction:column}.createPost .post-details .actions .add-attach{justify-content:start;margin-bottom:10px;gap:30px}.createPost .post-details .actions button{width:100%}}.createPost .post-details .actions a{color:#000;font-size:1.1rem}.createPost .post-details .actions a i{color:#00addd}#lessons-statistics{background-color:#4ca7d4}#lessons-statistics div{border-left:solid 2px #fff}#lessons-statistics div:last-child{border-left:none}#cancelRequestModal span,#cancelLessonModal span{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;border:solid 1px #ef7070}#cancelRequestModal span i,#cancelLessonModal span i{color:#ef7070;font-size:30px !important}#acceptRequestModal i{font-size:4rem !important;color:#6bbe99}#acceptRequestModal .spinner-border{color:#6bbe99}#completeLessonModal i{font-size:4rem !important;color:#6bbe99}#completeLessonModal .complete-lesson i{font-size:4rem !important;color:#6bbe99}#cancelRequestModal i.fa-times-circle,#cancelLessonModal i.fa-times-circle,#acceptRequestModal i.fa-times-circle,#completeLessonModal i.fa-times-circle{color:#fff;font-size:30px !important;top:-10px;right:-10px;background-color:#000;border-radius:50%;cursor:pointer}#publishConfirmModal{background:rgba(0,0,0,.05) !important;top:15px}#publishConfirmModal .close-modal{display:none}#publishConfirmModal .modal-content{box-shadow:0 0 30px 9px rgba(0,0,0,.3215686275)}#moreEventsModal .item{display:flex;align-items:end;margin-top:1.5rem;flex-wrap:nowrap;padding:0 60px}#moreEventsModal .item_event{align-items:flex-start;padding:0}#moreEventsModal .item_event .img{max-width:160px}#moreEventsModal .item_event .img img{border-radius:5px;width:160px;height:120px}#moreEventsModal .item_event .text{margin:0 20px;text-align:justify;width:100%}#moreEventsModal .item_event .text p{color:#727272;font-size:14px;margin-bottom:0}#moreEventsModal .item_event .text .actions{display:flex;justify-content:space-between;align-items:center}#moreEventsModal .item_event .text .actions a{font-size:14px;cursor:pointer}@media(max-width: 767px){#moreEventsModal .item{flex-wrap:wrap;justify-content:center}#moreEventsModal .item_event{display:flex;flex-direction:column;align-items:center !important;padding-bottom:20px;border-bottom:1px solid #e9e9e9}#moreEventsModal .item_event .img{width:100% !important;max-width:100%}#moreEventsModal .item_event .img img{height:auto !important;width:100%;margin-bottom:10px}#moreEventsModal .item_event .text{width:unset}}#requestsList .parent-name{min-width:250px}@media(max-width: 600px){#requestsList h6{text-align:center !important}}#requestsList>div:not(:last-child){border-bottom:solid 1.5px #dededf;padding-bottom:10px}.well{text-align:center;background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px;padding:75px 20px}.custom-file-input{height:150px;color:#999;border:2px dashed #999;border-radius:7px;display:flex;justify-content:center;align-items:center;width:146px;cursor:pointer}.custom-file-input i{font-size:50px !important}.custom-file-view{background-color:#e9ecef;border-radius:10px}.custom-file-view .file-remover{color:#c05151;font-size:18px !important;cursor:pointer}.scrollContainer{overflow-x:auto}.scrollContainer .scroll-list{width:max-content;display:flex;flex-wrap:wrap}.scrollContainer::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.11);border-radius:10px;background-color:rgba(245,245,245,.2901960784)}.scrollContainer::-webkit-scrollbar{width:2px;height:0;background-color:#f5f5f5}.scrollContainer::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:rgba(177,181,183,.2509803922)}.phoneNumberInput{text-align:end;direction:ltr}.cover .deletecover{bottom:10px;top:auto !important;opacity:.1}.cover:hover .deletecover{opacity:1}.mybalance{border-top:solid 2px #4ca7d4;background-color:#fff;display:flex;justify-content:space-between;padding:35px;border-radius:16px;box-shadow:2px 7px 12px 0 rgba(0,0,0,.03)}.mybalance p{color:#a1a6b4;margin-bottom:0}.mybalance h3{color:#202359;font-size:2.2rem;margin:10px 0}.mybalance h3 small{font-size:1rem;color:#a1a6b4}.balanceInfo{background-color:#4ca7d4;background-image:url(/img/Artworkopacity.png);border-radius:16px;padding:35px;color:#fff;background-size:contain;background-position:bottom left;background-repeat:no-repeat}.balanceTable{border-top:solid 2px #4ca7d4;background-color:#fff;padding:35px;border-radius:16px;box-shadow:2px 7px 12px 0 rgba(0,0,0,.03)}.balanceTable .table{font-size:1rem}.balanceTable .table>:not(:last-child)>:last-child>*{border-bottom-color:#ebebeb}.balanceTable .table>:not(caption)>*>*{padding:1rem .5rem}#WithdrawalBtn:disabled{cursor:not-allowed}.MultipleAgentUpload input{height:100% !important}:lang(en) #TeacherProfile .arrow-icon,:lang(en) #PublicTeacherProfile .arrow-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1);margin-top:5px !important}@media(max-width: 600px){:lang(en) #TeacherProfile .cover .photo-wrapper,:lang(en) #PublicTeacherProfile .cover .photo-wrapper{left:15px}}@media(min-width: 601px)and (max-width: 991px){:lang(en) #TeacherProfile .cover .photo-wrapper,:lang(en) #PublicTeacherProfile .cover .photo-wrapper{left:30px}}@media(min-width: 992px)and (max-width: 1360px){:lang(en) #TeacherProfile .cover .photo-wrapper,:lang(en) #PublicTeacherProfile .cover .photo-wrapper{left:30px}}:lang(en) #TeacherProfile .cover .cover-input-wrapper,:lang(en) #PublicTeacherProfile .cover .cover-input-wrapper{left:auto;right:20px}:lang(en) #TeacherProfile .body-wrapper .section .item_achievement .text p,:lang(en) #PublicTeacherProfile .body-wrapper .section .item_achievement .text p{font-size:14px}:lang(en) #lessons-statistics div{border-right:solid 2px #fff;border-left:none}:lang(en) #lessons-statistics div:last-child{border-right:none}:lang(en) .phoneNumberInput{text-align:start;direction:ltr}:lang(en) #TeacherProfile .body-wrapper .section .item_recommends .text .recommends-actions{left:unset;right:0}#QRModal{z-index:1000000}#SchoolList .alert i{cursor:pointer}.PageHeader{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.PageHeader .search-page-title p{font-size:16px;color:#858eab;margin-top:20px}.SearchSchool{box-shadow:5px 10px 30px rgba(0,0,0,.05)}@media(max-width: 480px){.SearchSchool{display:none}}.SearchSchool .searchform{display:flex}.SearchSchool .searchform .btn{left:0;font-size:18px;padding:11px 40px !important;border-radius:5px;background-color:#6bbe99;color:#fff;border:0}.SearchSchool .searchform .searchinput{color:#191920;border:solid 1px #e3e3e3;border-radius:4px;height:50px}.SearchSchool .searchform .searchinput input{border:0 !important;color:#191920;font-size:18px;width:90%}.SearchSchool .searchform .searchinput input::-webkit-input-placeholder{color:#c1c2c8 !important;font-size:18px}.SearchSchool .searchform .searchinput input::-moz-placeholder{color:#c1c2c8 !important;font-size:18px}.SearchSchool .searchform .searchinput input:-ms-input-placeholder{color:#c1c2c8 !important;font-size:18px}.SearchSchool .searchform .searchinput input *:-moz-placeholder{color:#c1c2c8 !important;font-size:18px}.mobileSchoolFilter{box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);background-color:#fff}.mobileSchoolFilter .takseetDiscountFilters{background-color:rgba(107,190,153,.1);border-top:solid 8px #6bbe99;padding:25px 150px 35px 20px;padding-right:18%}.mobileSchoolFilter .takseetDiscountFilters .main-title{color:#6bbe99}.mobileSchoolFilter .takseetDiscountFilters .form-check-input[type=checkbox]{border:solid 3px #656974;width:21px;height:21px}.mobileSchoolFilter .takseetDiscountFilters p{font-size:15px;margin-top:7px}.mobileSchoolFilter .takseetDiscountFilters .discount-label{color:#202774;line-height:.9}.mobileSchoolFilter i.fa-chevron-down{font-size:15px}@media(max-width: 480px){.mobileSchoolFilter{box-shadow:0px 0 160px 0 rgba(33,37,41,.6);z-index:900;position:fixed;overflow:hidden;bottom:0;left:0;background-color:#fff;transition:all ease .5s;max-height:0;top:200%;border-radius:50px 50px 0 0}.mobileSchoolFilter .takseetDiscountFilters{padding:25px 20px 25px 20px;margin:40px 20px 20px 20px}.mobileSchoolFilter.show{overflow-y:scroll;max-height:100%;top:92px}}.schoolsFilters{margin:0 0 80px;background-color:#fff;padding:24px 0;height:100%}@media(max-width: 480px){.schoolsFilters{padding:0 20px 60px 20px}}.schoolsFilters .main-title{font-size:18px;font-weight:600;line-height:25px;padding:0 24px 24px}.schoolsFilters .newfilters{background-color:#e5f6ef;padding:25px;position:relative}.schoolsFilters .newfilters h5{color:#1fd18e;font-size:24px}.schoolsFilters .newfilters p{font-size:16px}.schoolsFilters .newfilters .badge{background:#6bbe99;position:absolute;top:-14px;padding:8px 17px;border-radius:19px}.schoolsFilters .newfilters .form-check{margin-bottom:1rem}.schoolsFilters .newfilters label .logo{width:5rem}.schoolsFilters .filterCollapses .Colhead{width:100%;display:flex;justify-content:space-between;font-size:19px;margin-top:20px;font-weight:bolder;cursor:pointer}.schoolsFilters .filterCollapses .Colhead img{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.schoolsFilters .filterCollapses .Colhead.collapsed img{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.schoolsFilters .filterCollapses .collapse{margin-top:15px}.schoolsFilters .filterCollapses .collapse .more{font-size:16px;font-weight:bolder;display:none;cursor:pointer}.schoolsFilters .filterCollapses .collapse .more.less{display:block}.schoolsFilters .filterCollapses .collapse .form-check{margin-bottom:8px}.schoolsFilters .filterCollapses .collapse .form-check-label{font-weight:600;color:#656974;font-size:16px;cursor:pointer}.schoolsFilters .filterCollapses .collapse .selectinput{display:flex;background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);border-radius:5px;padding:10px 15px;margin-bottom:10px;flex-direction:column}.schoolsFilters .filterCollapses .collapse .selectinput label{color:#969bab;font-size:14px}.schoolsFilters .filterCollapses .collapse .selectinput select{border-bottom:0 !important;padding:0;height:auto;font-weight:900;margin-bottom:5px;font-size:20px}.schoolsFilters .filterCollapses .collapse.optimized .form-check:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){display:none}.schoolsFilters .filterCollapses .collapse.optimized .more{display:block}.schoolsFilters .filterCollapses .collapse.optimized .more.less{display:none}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv{padding:0;position:relative}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .fees{position:absolute;left:7px;font-size:12px;color:#656974;top:20px}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .fees.max{left:auto;right:7px}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider{height:3px !important}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip{font-size:12px;color:#191920;border-radius:10px;border:0;background-color:#fff;box-shadow:5px 10px 30px rgba(0,0,0,.05)}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider .slider-dot{width:12px !important;height:12px !important}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap.merged-tooltip{top:auto !important;bottom:-55px !important}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top{top:auto !important;bottom:-55px !important}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top .slider-tooltip:before{bottom:21px;border:5px solid rgba(0,0,0,0);border-bottom-color:#fff;border-top-color:rgba(0,0,0,0)}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider{background-color:rgba(101,105,116,.1)}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider .slider-dot{background-color:#6236ff;box-shadow:none}.schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider .slider-process{background-color:#6236ff}.schoolsFilters .filterCollapses hr{margin:30px 0;color:#d8d8d8}.schoolsFilters .schoolsearch{background:#efefef;margin-top:30px;padding:20px;align-items:center;display:none}.schoolsFilters .schoolsearch .btn{left:20px}.schoolsFilters .schoolsearch input{padding-left:10px !important}@media(max-width: 480px){.schoolsFilters .schoolsearch{display:flex}}.schoolsFilters .reset-btn{width:90%;margin-top:10px;margin-bottom:35px;background-color:#ddd}@media(max-width: 480px){.schoolsFilters .reset-btn{width:fit-content}}.schoolsFilters .reset-btn:hover{background-color:#ef7070;color:#fff}.filterBtn{display:none}@media(max-width: 480px){.filterBtn{position:fixed;display:flex;justify-content:space-between;align-items:center;background:#fff;width:60%;height:50px;color:#000;bottom:0;left:15px;z-index:1000;border-radius:0 !important;border-top-left-radius:10px !important;border-top-right-radius:10px !important;box-shadow:0 0 3px 1px #ccc}.filterBtn:hover{left:15px;opacity:1}.filterBtn img{width:14px}.filterBtn img.caret{width:auto;margin-right:auto;margin-left:0}.filterBtn i{font-size:25px}.filterBtn .filterText{opacity:70%}}.schoolListDiv{margin-top:40px;margin-bottom:30px}@media(max-width: 480px){.schoolListDiv{display:none}}.schoolListDiv .header{display:flex;background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);border-radius:5px;align-items:center;padding:0 15px}.schoolListDiv .header p{margin:0;color:#656974;font-size:16px}.schoolListDiv .header select{color:#191920;font-size:16px;border:solid 1px #ddd !important;border-radius:30px !important;font-weight:bolder;padding:0 15px}.schoolListDiv .header .itemCount-wrapper{border-left:solid 2px #eee;padding:12px 0}.schoolListDiv .header .switchView{margin-right:auto}.schoolListDiv .header .switchView .btn{background:#fff;border:1px solid rgba(223,224,234,.6);box-shadow:5px 10px 30px rgba(0,0,0,.05);border-radius:5px;padding:0;width:35px;height:35px;text-align:center;line-height:35px}.schoolListDiv .header .switchView .btn i{opacity:.5}.schoolListDiv .header .switchView .btn.active i{opacity:1}.schoolListing .school{background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px}.schoolListing .school .top{display:flex;align-items:center;padding:20px}.schoolListing .school .top .img{width:145px;height:100px;background-size:contain !important;background-repeat:no-repeat !important;background-position:center center !important}.schoolListing .school .top .schoolname{display:flex;width:100%}.schoolListing .school .top .schoolname .name{margin:0 20px}.schoolListing .school .top .schoolname .name p{color:#191920;font-size:18px;margin-top:15px;font-weight:bold;margin-bottom:25px}.schoolListing .school .top .schoolname .name p.city{font-size:14px;color:#656974;margin-top:-30px !important;margin-bottom:20px}.schoolListing .school .top .schoolname .rate{display:flex;align-items:flex-start;margin-top:15px}.schoolListing .school .top .schoolname .rate ul{display:initial;padding:0;margin:0;list-style:none}.schoolListing .school .top .schoolname .rate ul li{display:initial}.schoolListing .school .top .schoolname .rate .ratebadge{color:#e16c19;background-color:#fcf1e8;border-radius:25px;text-align:center;font-size:13px;font-weight:bold;display:inline-block;padding:4px 14px 0}.schoolListing .school .top .schoolname .rate .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}@media only screen and (max-width: 1140px){.schoolListing .school .top .schoolname .rate .Stars{font-size:10px}}.schoolListing .school .top .schoolname .rate .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.schoolListing .school .top .schoolname .compare{margin-right:auto;text-align:left;font-size:14px;color:#191920;font-weight:bold}.schoolListing .school .top .schoolname .compare div{margin-bottom:10px}.schoolListing .school .top .schoolname .compare div img{margin:0}.schoolListing .school .bottom{background-color:#f3f3f1;display:flex;height:55px;align-items:center;color:#656974}.schoolListing .school .bottom div{display:flex}.schoolListing .school .bottom div img{width:18px}.schoolListing .school .bottom div p{margin:0;margin-right:20px;font-size:14px}.schoolListing .school .bottom .fees{margin-right:auto;display:flex;align-items:center}.schoolListing .school .bottom .fees p{margin-left:20px}.schoolListing .school .bottom .fees a{padding:15px;background-color:#6bbe99;color:#fff;font-size:14px;height:100%;margin-right:20px;border-radius:0 0 0 4px}.installment-icon{color:#202774;font-weight:bold;font-size:18px}.empty-search .not-found{width:500px;height:400px;margin:auto}@media(max-width: 550px){.empty-search .not-found{width:100%}}.empty-search .fa-school{font-size:30px}.featured-icon{background-color:#ff6e24;border-radius:4px;padding-top:5px;height:47px}.trusted-icon{background-color:#2196f3;border-radius:4px;padding-top:5px;height:47px}.installment-wrapper{height:47px;display:flex;align-items:center}.banner-grid-img{height:403px;width:100%}@media(max-width: 480px){.banner-grid-img{height:auto !important;width:100%}}.banner-list-img{height:195px}@media(max-width: 480px){.banner-list-img{height:auto !important}}.SchoolPagination .page-item{margin-right:10px;cursor:pointer;display:inline-block}.SchoolPagination .page-item i::before{margin-inline-start:.1em}.SchoolPagination .pagination-item{color:#aaa;cursor:pointer;width:37px;text-align:center;line-height:37px;padding:0;height:37px}.SchoolPagination .pagination-item-color button{background-color:#202359;color:#fff}.CompareList{left:-308px;top:150px;z-index:8;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.CompareList .toggle-btn .btn{background-color:#202359;border-radius:0 4px 4px 0 !important;padding:10px 12px}.CompareList .toggle-btn .btn:focus{box-shadow:none}.CompareList .toggle-btn .badge{background-color:#6bbe99;color:#fff;border-radius:50px;top:-10px;right:-10px}.CompareList .schools-list{height:fit-content}.CompareList .schools-list .card-header{background-color:#202359;color:#fff;border-radius:0;padding:10px 15px 11px !important}.CompareList .schools-list li{background-color:#202359;color:#fff;border:1px solid #3f4061 !important;font-size:.8rem}.CompareList .schools-list li i{cursor:pointer;font-size:15px;color:#ef7070}.CompareList .schools-list .show-comparison .btn{background-color:#fff;margin:10px}.CompareModal .modal-dialog{max-width:80%}.CompareModal .modal-dialog .modal-body{padding:0 42px 42px}@media screen and (max-width: 767px){.CompareModal .modal-dialog .modal-body{padding:0 20px 24px 0}}.CompareModal .modal-dialog table{margin:0;border:1px solid #e0e0eb;border-radius:8px;border-spacing:0;border-collapse:unset}@media screen and (max-width: 767px){.CompareModal .modal-dialog table{width:max-content}}.CompareModal .modal-dialog thead{color:#fff}.CompareModal .modal-dialog thead th{padding:20px;border-bottom:1px solid #e0e0eb;border-left:1px solid #e0e0eb}.CompareModal .modal-dialog thead th div.row{justify-content:center;align-items:center;flex-direction:column}.CompareModal .modal-dialog thead th div.row img{width:70px;margin-bottom:10px}.CompareModal .modal-dialog thead th:first-child{font-weight:500;font-size:26px;line-height:34.7px;color:#202359}.CompareModal .modal-dialog tbody th{padding:20px;font-size:.9rem;border-left:1px solid #e0e0eb;font-size:16px;font-weight:400;color:#202359}.CompareModal .modal-dialog tbody td{border-left:1px solid #e0e0eb;vertical-align:middle}.CompareModal .modal-dialog tbody td:last-child{border-bottom-left-radius:4px}.CompareModal .modal-dialog tbody tr:nth-child(even) td{background:rgba(246,246,249,.5019607843)}.CompareModal .modal-dialog tbody tr:hover{background:#e1e1e1}.CompareModal .modal-dialog tbody .rate{background-color:rgba(248,188,72,.1215686275);padding:2px 8px;border-radius:15px}.CompareModal .modal-dialog tbody .rate span{color:#f8bc48;font-size:14px}.CompareModal .modal-dialog tbody .removeRow td div{display:flex;align-items:center;justify-content:space-between}.CompareModal .modal-dialog tbody .removeRow td div span{text-decoration:underline;cursor:pointer}.CompareModal .modal-dialog tbody .removeRow:hover,.CompareModal .modal-dialog tbody .removeRow td:hover{background-color:#fff}.CompareModal .modal-dialog tbody i{color:#ef7070;cursor:pointer}.CompareModal .modal-dialog .modal-footer{border-top:0}.CompareModal .modal-dialog .modal-footer button{border:none;background:none}.vs__dropdown-toggle{border:0}.vs__dropdown-toggle input:not([type=radio]):not([type=checkbox]),.vs__dropdown-toggle select,.vs__dropdown-toggle textarea{border:0 !important}.vs__open-indicator,.vs__clear{fill:#000;transform:scale(0.7);transition:transform .15s cubic-bezier(1, -0.115, 0.975, 0.855);transition-timing-function:cubic-bezier(1, -0.115, 0.975, 0.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(0.7)}#SchoolsListing .takseet-months{font-size:12px;color:#2196f3;font-weight:bold}#SchoolsListing .discount-wrapper{text-align:center;background-color:#f0c846;border-radius:40px;width:fit-content;color:#000;font-size:13px}#SchoolsListing .featuredSchools .school{margin-bottom:0;display:flex;flex-direction:column;justify-content:space-between;height:100%}#SchoolsListing .paid-badge{position:relative}#SchoolsListing .paid-badge::after{content:"إعلان مدفوع";width:6.4rem;display:inline-block;background-color:#202359;position:absolute;top:0;left:0;padding:.5rem .7rem;border-radius:0 0 5px 0;color:#fff}:lang(en) .SearchSchool .searchform .btn{right:0;left:auto}:lang(en) .SearchSchool .searchinput input{width:90%}@media(max-width: 480px){:lang(en) .schoolsFilters,:lang(en) .takseetDiscountFilters{padding:25px 20px 25px 20px;margin:0 20px 20px 20px}}@media(max-width: 480px){:lang(en) .takseetDiscountFilters{margin:40px 20px 20px 20px}}@media(max-width: 480px){:lang(en) .schoolsFilters{margin:0 20px 20px 20px}}:lang(en) .schoolListDiv .switchView{margin-right:0;margin-left:auto}:lang(en) .schoolListDiv .header .itemCount-wrapper{border-left:none;border-right:solid 2px #eee}:lang(en) .featuredSchools .school .top .body .compare div{margin-left:auto;margin-right:0}:lang(en) .featuredSchools .school .top .body .compare img{margin-left:0}:lang(en) .featuredSchools .school .top .head .type img{margin-left:0;margin-right:7px}:lang(en) .schoolListing .school .top .schoolname .compare{margin-right:0 !important;margin-left:auto}:lang(en) .schoolListing .school .top .schoolname .compare div{display:flex;justify-content:flex-end}:lang(en) .schoolListing .school .top .schoolname .compare div img{margin-left:5px}:lang(en) .schoolListing .school .top .schoolname .compare img{margin-bottom:5px}@media(max-width: 480px){:lang(en) .filterBtn img.caret{margin-right:0;margin-left:auto}}:lang(en) .schoolsearch .btn{right:20px;left:auto}:lang(en) .schoolsearch input{padding-right:10px !important}:lang(en) .SchoolPagination .prev-icon::before,:lang(en) .SchoolPagination .next-icon::before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) .schoolListing .school .bottom .fees a{margin-left:20px;margin-right:0;border-radius:0 0 4px 0}:lang(en) .schoolListing .school .bottom .fees{margin-right:0;margin-left:auto}:lang(en) .schoolListing .school .bottom div p{margin-left:20px}:lang(en) .featuredSchools .school .bottom a{border-radius:0 0 4px 0}:lang(en) .CompareList{right:-308px;left:auto}:lang(en) .CompareList.active{right:-308px;left:auto}:lang(en) .CompareList .toggle-btn .badge{left:-10px;right:auto}.select2-container.select2-container--krajee{z-index:10000}.ys-teacher-search-cover{background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.75)),url("/img/teacher/cover.jpg");background-position:center center;min-height:280px;background-size:cover}.ys-teacher-search-cover .cover-wrapper{display:block;padding:7% 5% 50px}.ys-teacher-search-cover .cover-wrapper .cover-title{color:#fff;text-shadow:0 0 20px rgba(0,0,0,.8);text-align:center}#phone-verification{background-color:rgba(0,0,0,0);box-shadow:none;height:65%;width:40%}#phone-verification .phone-verification-wrapper{height:auto;width:100%;max-width:none}#phone-verification .phone-input .input-field label,#phone-verification .code-input .input-field label{line-height:30px}.ys-teacher-search-container{background-color:#fff;padding:40px}.ys-teacher-search-container .search-label .text{text-align:center;color:#076f59;margin-bottom:20px}.ys-teacher-search-container .ys-teacher-search-stream{position:relative;min-height:300px}.ys-teacher-search-container .ys-teacher-search-stream .ys-teacher-search-loading{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.9);z-index:2;text-align:center;padding-top:40px;display:none}.ys-teacher-search-container .ys-teacher-search-stream .show-materials{color:#000;margin:5px;display:inline-block}.ys-teacher-search-container .ys-teacher-search-stream-row{margin-bottom:10px}.ys-teacher-search-container .ys-teacher-search-box{padding:20px 0}.ys-teacher-search-container .ys-teacher-search-box .search-input-wrapper{position:relative}.ys-teacher-search-container .ys-teacher-search-box .search-input-wrapper .search-btn{position:absolute;top:15px;left:15px;opacity:.5}.ys-teacher-search-container .search-note{font-size:13px;text-align:left}.ys-teacher-search-container .send-request-wrapper{text-align:center;padding:10px}.ys-teacher-search-container .seen-info{text-align:center;padding:5px;font-size:12px}.ys-teacher-search-container .seen-info b{margin-left:5px}.ys-teacher-search-container .request-btn{padding:0 10px}.children-list{padding:30px 20px}.children-list .children-list-item{font-weight:bold;text-align:right;border-bottom:1px solid rgba(0,0,0,.1);padding:10px}.edit-child img{pointer-events:none}.show-childs{color:#000;padding:8px 15px;border-radius:2px;background-color:rgba(0,0,0,.08);margin-top:5px}.show-childs img{width:30px;margin-left:10px}#TeacherSearch #editChildModal .modal-dialog{max-width:800px !important}#TeacherSearch #editChildModal .modal-dialog iframe{width:100%;height:430px !important}#TeacherSearch #editChildModal .modal-dialog i{color:#fff;font-size:30px;top:-10px;right:-10px;background-color:#000;border-radius:50%;cursor:pointer}#TeacherSearch #contactTeacherModal i.fa-times-circle{color:#ef7070;font-size:3.5rem}#TeacherSearch #contactTeacherModal i.fa-check-circle{color:#6bbe99;font-size:3.5rem}#TeacherSearch #contactTeacherModal .success-msg{color:#6bbe99}#TeacherSearch #contactTeacherModal .cancel-btn{background-color:#ef7070;padding:8px 15px;color:#fff;font-size:17px;border-radius:5px;border:none;height:55px;line-height:35px}#TeacherSearch #contactTeacherModal .cancel-btn:hover{color:#fff}#TeacherSearch select{-webkit-appearance:none !important;appearance:none !important}#TeacherSearch .select-wrapper{position:relative}#TeacherSearch .select-wrapper::after{content:"";color:#000;font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;top:10px;left:20px;position:absolute}#TeacherSearch .page-options .add-btn{display:inline-block;color:#202359;padding:8px 25px;border:2px solid #202359;background-color:rgba(255,255,255,.644);border-radius:3px;min-height:50px}#TeacherSearch .page-options .add-btn div{margin-top:4px}#TeacherSearch .page-options .add-btn img{width:50px;margin-left:10px}#TeacherSearch .page-options .add-btn.login{background-color:rgba(255,255,255,.644);margin-right:20px;border:0;color:#03a9f4}#TeacherSearch .page-options .add-btn.link{border:0;opacity:.5;padding:0;margin-top:30px;font-size:14px;border-top:1px solid rgba(0,0,0,.1);padding-top:15px;margin-top:0}#TeacherSearch .page-options .add-btn:hover{background-color:#fff}#TeacherSearch .teacher-dashboard-card{height:100%;background-color:rgba(0,0,0,0)}#TeacherSearch .teacher-dashboard-card .techer-card{border:solid 1px #ddd;border-radius:4px}#TeacherSearch .teacher-dashboard-card .teacher-avatar{width:150px;height:130px;border-radius:100%}#TeacherSearch .teacher-dashboard-card .rate{text-align:center}#TeacherSearch .teacher-dashboard-card .rate .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}#TeacherSearch .teacher-dashboard-card .rate .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (max-width: 480px){#TeacherSearch .teacher-dashboard-card .rate .Stars::before{content:"★";background-color:var(--star-background);-webkit-text-fill-color:var(--star-background)}}#TeacherSearch .teacher-dashboard-card .rate .ratebadge{color:#e16c19}#TeacherSearch .teacher-dashboard-card .contact-btn{width:fit-content;height:fit-content;border-radius:4px}#TeacherSearch .teacher-dashboard-card .last-appearrance span{color:#000}#TeacherSearch .teacher-dashboard-card .teacher-description{color:#aaa;height:78px;overflow:hidden}#TeacherSearch .teacher-dashboard-card .materials-wrapper{padding:8px;border:1px dashed rgba(0,0,0,.2);border-radius:2px;margin-bottom:10px;height:160px;overflow:auto}#TeacherSearch .teacher-dashboard-card .materials-wrapper .title{font-weight:bold;margin-bottom:10px}#TeacherSearch .teacher-dashboard-card .materials-wrapper span{margin-left:5px;background-color:rgba(0,0,0,.1);padding:5px 10px;border-radius:2px;display:inline-block;font-size:14px;color:#555;margin-bottom:5px}#TeacherSearch .teacher-dashboard-card .lesson-box{border-left:solid 2px #fff;border-right:solid 2px #fff}#TeacherSearch .TeacherPagination .page-item{margin-right:10px;cursor:pointer}#TeacherSearch .TeacherPagination .pagination-item{color:#aaa;cursor:pointer;width:37px;text-align:center;line-height:37px;padding:0;height:37px}#TeacherSearch .TeacherPagination .pagination-item-color button{background-color:#202359;color:#fff}#TeacherSearch .childrenList .child{width:100px;height:100px;border-radius:50%;border:solid 2px #202359;cursor:pointer}#TeacherSearch .childrenList .child img{width:30px}#TeacherSearch .childrenList a{display:none;color:#aaa;cursor:pointer}#TeacherSearch .childrenList .selected{background-color:#ddd !important;transform:scale(1.1);border:solid 4px #617fff}#TeacherSearch .childrenList .edit-child{width:35px;height:35px;border-radius:50%;background-color:#fff;top:-10px;right:5px}#TeacherSearch .childrenList .edit-child span{width:30px;height:30px;border-radius:50%;margin-right:2px;margin-top:2px}#TeacherSearch .childrenList .edit-child span i{color:#bbb}.ys-teacher-search-box .ys-teacher-search-container{background-color:#151515}.ys-teacher-search-box .ys-teacher-search-container .ycol_md-12_sm-12_xs-12{padding:0 .5rem 0}.techer-search.smallHeader{position:fixed;top:0;left:0;right:0;z-index:10}.btn-closefilter{margin:0 0 30px;display:none}.margtop{padding-top:680px}.teacher-register{text-align:center;background:#202359;color:#fff;padding:20px}.teacher-register p{margin-bottom:10px;font-size:28px}.teacher-register a{display:inline-block;color:#043c30;padding:8px 25px;border:2px solid #043c30;background-color:#fff;border-radius:3px;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;min-height:50px;margin-bottom:25px}.teacher-register a .text{margin-top:4px}.addChild label{background:#fff;border-radius:8px;width:250px;color:#333;font-size:18px;display:inline-flex;align-items:center;margin-top:60px;padding:7px 25px;cursor:pointer}.addChild label img{width:50px;margin-left:20px}.ys-teacher-search-box .search-input{background-color:#fff;padding-right:10px !important;padding-left:10px !important;color:#000;width:100%}.ys-teacher-search-box .reset-filters{display:none;width:fit-content;background-color:#ddd;cursor:pointer;border-radius:4px}.ys-teacher-search-box .reset-filters:hover{background-color:#ef7070}:lang(en) #TeacherSearch .select-wrapper::after{right:20px;left:auto !important}:lang(en) #TeacherSearch .TeacherPagination .prev-icon,:lang(en) #TeacherSearch .TeacherPagination .next-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}:lang(en) #TeacherSearch .childrenList .edit-child{top:-10px;left:5px;right:auto}:lang(en) #TeacherSearch .childrenList .edit-child span{margin-left:2px;margin-right:0}#schoolLanding{background-color:#fff}#schoolLanding .main-title{font-size:2.12rem;color:#191920}#schoolLanding .custom-shadow{box-shadow:5px 0 80px -31px rgba(0,0,0,.1)}#schoolLanding .text-grey-16{font-size:.95rem;color:#191920}#schoolLanding .text-grey-17{font-size:1rem;color:#656974}#schoolLanding .text-grey-18{font-size:1.06rem;color:#656974}#schoolLanding .skewed-container{transform:skewY(-5deg);background-color:#202359;padding-top:10rem;margin-top:-10rem}@media screen and (max-width: 575px){#schoolLanding .skewed-container{height:620px;margin-bottom:5rem}}@media screen and (min-width: 768px){#schoolLanding .skewed-container{height:680px;margin-bottom:4rem}}@media screen and (min-width: 900px){#schoolLanding .skewed-container{height:640px}}@media screen and (min-width: 1200px){#schoolLanding .skewed-container{height:865px;margin-bottom:15rem}}#schoolLanding .page-header{transform:skewY(5deg);background-image:url(/img/schoolsArtwork.svg);color:#fff}#schoolLanding .page-header .title-row{margin-bottom:5rem;margin-top:5rem}#schoolLanding .page-header div.cta>*{transition:all .3s}#schoolLanding .page-header div.cta>*:not(:last-child){margin-inline-end:2rem}#schoolLanding .page-header div.cta>*:not(:last-child):hover{background-color:#fff !important;color:#000}@media screen and (max-width: 480px){#schoolLanding .page-header div.cta>*:not(:last-child){margin-inline-end:0}}#schoolLanding .description{padding-top:2rem}@media(max-width: 768px){#schoolLanding .description{padding-top:3rem}}@media(max-width: 575px){#schoolLanding .description{padding-top:0}}#schoolLanding .description .items-wrapper{display:flex;justify-content:space-between}@media(max-width: 575px){#schoolLanding .description .items-wrapper{flex-direction:column;justify-content:center;align-items:center}}#schoolLanding .description .item p{width:90%}@media(max-width: 575px){#schoolLanding .description .item{display:flex;flex-direction:column;justify-content:center;align-items:center}}#schoolLanding .icon{width:3.12rem;height:3.12rem;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:1rem}#schoolLanding .icon--purple{background-color:#e7e8ff;color:#5d64fb}#schoolLanding .icon--blue{background-color:#d0f5ff;color:#28bbe3}#schoolLanding .icon--orange{background-color:#ffead0;color:#df762c}#schoolLanding .icon--green{background-color:#dcffd3;color:#56c03a}#schoolLanding div.icon~*{margin-bottom:.7rem}@media only screen and (max-width: 767px){#schoolLanding .companySlider .owl-item{margin-right:30px !important}}#schoolLanding .companySlider .owl-item .item{padding:0;display:flex;justify-content:center;align-items:center}#schoolLanding .companySlider .owl-item .item img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);opacity:.4 !important}#schoolLanding .companySlider .owl-item .item img:hover{filter:none;-webkit-filter:grayscale(0%);opacity:1 !important}@media only screen and (max-width: 767px){#schoolLanding .companySlider .owl-item .item{padding:10px}#schoolLanding .companySlider .owl-item .item img{height:26px;width:auto}}#schoolLanding .companySlider .owl-dots{display:none}#schoolLanding .companySlider .owl-stage{display:flex;align-items:center}#schoolLanding .companySlider .owl-carousel .owl-nav button{position:absolute;left:-50px;top:2px;background:#dfe0ea;padding:8px !important;border-radius:40px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05)}@media only screen and (max-width: 767px){#schoolLanding .companySlider .owl-carousel .owl-nav button{left:0;padding:0 !important;display:none}}#schoolLanding .companySlider .owl-carousel .owl-nav button:hover,#schoolLanding .companySlider .owl-carousel .owl-nav button:focus{background:#d8d8d8}#schoolLanding .companySlider .owl-carousel .owl-nav button.owl-next{left:auto;right:-50px}@media only screen and (max-width: 767px){#schoolLanding .companySlider .owl-carousel .owl-nav button.owl-next{right:0}}#schoolLanding section.cta .wrapper{background-color:#191920}#schoolLanding section.cta .btn{padding:1.3rem 1.7rem;line-height:0;height:auto}#schoolLanding section.faq .wrapper{background-color:#fff}#schoolLanding section.faq .accordion-item{border:solid 2px #f3f3f1;border-radius:6px;margin-bottom:1rem}#schoolLanding section.faq .accordion-item:last-child{margin-bottom:0}#schoolLanding section.faq .accordion-button{border:none;box-shadow:none}#schoolLanding section.faq .accordion-button::after{width:.8rem;height:.8rem;background-size:.8rem}#schoolLanding section.faq .accordion-button:not(.collapsed){color:#212529;background-color:rgba(0,0,0,0)}#schoolLanding section.faq .accordion-body{color:#656974;padding-top:0 !important;text-align:justify;padding-inline-end:6rem}.TeachersGate{background-color:#fafaf9;padding-bottom:130px}.TeachersGate .PageHeader{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/teacher/teacher-pattern.png);min-height:50vh;display:flex;align-items:center}.TeachersGate .PageHeader .main-title{text-align:center}.TeachersGate .PageHeader .main-title h1{font-size:49px}.TeachersGate .PageHeader .main-title p{font-size:23px;margin-top:.6rem;margin-bottom:3rem}.TeachersGate .PageHeader .search-bar{width:70%;margin:0 auto;padding:1rem 1rem;background-color:#fff;border-radius:8px}.TeachersGate .PageHeader form{display:flex;align-items:center}@media screen and (max-width: 900px){.TeachersGate .PageHeader form{align-items:flex-start;flex-flow:column;gap:1rem;justify-content:center}.TeachersGate .PageHeader form a{align-self:center}}.TeachersGate .PageHeader form label{color:#a8acba;margin-bottom:0 !important;font-size:14px}.TeachersGate .PageHeader form input,.TeachersGate .PageHeader form select{width:100%;padding:0;font-size:1.1rem}.TeachersGate .PageHeader form select{height:34px}.TeachersGate .PageHeader form input,.TeachersGate .PageHeader form input:active,.TeachersGate .PageHeader form input:focus,.TeachersGate .PageHeader form select{border:none !important;font-weight:bold}.TeachersGate .PageHeader div[class^=input-]:not(:first-child){margin-inline-end:2rem}.TeachersGate .PageHeader .input-teacher{flex:3}.TeachersGate .PageHeader .input-region{flex:2}.TeachersGate .PageHeader .input-subject{flex:2}.TeachersGate .PageHeader .search-bar a{white-space:nowrap;display:flex;justify-content:center;align-items:center;flex:1;font-weight:bold;font-size:18px;background-color:#6bbe99;color:#fff;padding:18px 22px 17px 31px}.TeachersGate .custom-black-button{background-color:#000;color:#fff;padding:14px 21px 15px 17px;border-radius:4px;display:flex;align-items:center;height:49px}.TeachersGate .teacher-card{position:relative;color:#fff;height:26rem;display:flex;flex-flow:column;justify-content:flex-end;align-items:flex-start;margin-bottom:30px;padding:1rem;overflow:hidden;border-radius:5px}.TeachersGate .teacher-card .card-content .actions button:disabled{cursor:not-allowed;opacity:.65;background-color:rgba(26,54,19,.7294117647)}.TeachersGate .card-img{position:absolute;display:block;top:0;left:0;width:100%;bottom:0}.TeachersGate .card-img img{height:100%;width:100%}.TeachersGate .overlay{position:absolute;display:block;top:0;left:0;width:100%;height:26rem;background-color:rgba(0,0,0,.4)}.TeachersGate .card-content{position:relative;display:flex;flex-flow:column;align-items:flex-start}.TeachersGate .card-content .title{display:flex;flex-flow:column;align-items:flex-start}.TeachersGate .card-content .title h5{font-size:24px}.TeachersGate .card-content .title span{font-size:15px;color:#bdbcbd}.TeachersGate .card-content .tags span{font-size:12px;border:1px solid #bdbcbd;padding:6px 10px 5px;border-radius:5px;color:#bdbcbd;margin-left:5px;margin-bottom:5px;display:inline-block}.TeachersGate .card-content .custom-success-button{line-height:unset;font-size:.8rem;height:40px;padding:11px 14px 12px 18px}.TeachersGate .card-content .btn-more{font-size:.8rem;background-color:#fff;height:40px;border-radius:4px;padding:11px 14px 12px 18px}.TeachersGate section.join-us{margin-bottom:9rem;margin-top:3rem}@media screen and (max-width: 900px){.TeachersGate section.join-us{margin-bottom:3rem}}.TeachersGate section.join-us .content{position:relative;background-color:#090926;border-radius:8px}.TeachersGate section.join-us .title{display:flex;flex-flow:column;align-items:flex-start;color:#fff}.TeachersGate section.join-us .title h4{font-weight:bold}.TeachersGate section.join-us .title p{color:#bdbcbd}.TeachersGate section.join-us .features{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 500px){.TeachersGate section.join-us .features{flex-flow:column;align-items:flex-start}}.TeachersGate section.join-us ul{list-style-type:none;padding:0;margin:0;color:#fff}.TeachersGate section.join-us ul li{margin-bottom:.5rem}.TeachersGate section.join-us ul .fa-check{color:#6bbe99;font-size:14px}.TeachersGate section.join-us a.btn-action{background-color:#5c63fb;border-radius:4px;color:#fff;font-weight:bold}.TeachersGate section.join-us .join-us-img{position:absolute;top:4rem;width:27rem}.TeachersGate section.browse-by .browse-card{padding:45px;color:#000;background-color:#fff;border-radius:4px;box-shadow:5px 3px 30px 0 rgba(0,0,0,.02);height:210px}.TeachersGate section.browse-by .browse-card span{color:#656974}.TeachersGate section.browse-by .browse-card .fa-chevron-left{transition:all .3s}.TeachersGate section.browse-by .browse-card:hover .fa-chevron-left{transform:scale(1.5)}html:lang(en) .TeachersGate section.browse-by .browse-card:hover .fa-chevron-left{transform:scale(-1.5)}.TeachersGate section.jobs .content{background-color:#090926;display:flex;flex-flow:column;align-items:flex-start;padding-bottom:8rem}.TeachersGate section.jobs .content h4{font-weight:bold;color:#fff}.TeachersGate section.jobs .content p{color:#bdbcbd}.TeachersGate section.jobs .content .btn-action{background-color:#fff;color:#000}.TeachersGate section.jobs .slider-container p{color:#bdbcbd}@media only screen and (max-width: 767px){.TeachersGate section.jobs .companySlider .owl-item{margin-right:30px !important}}.TeachersGate section.jobs .companySlider .owl-item .item{padding:0;display:flex;justify-content:center;align-items:center}.TeachersGate section.jobs .companySlider .owl-item .item img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);opacity:.4 !important}.TeachersGate section.jobs .companySlider .owl-item .item img:hover{filter:none;-webkit-filter:grayscale(0%);opacity:1 !important}@media only screen and (max-width: 767px){.TeachersGate section.jobs .companySlider .owl-item .item{padding:10px}.TeachersGate section.jobs .companySlider .owl-item .item img{height:20px;width:auto}}.TeachersGate section.jobs .companySlider .owl-dots{display:none}.TeachersGate section.jobs .companySlider .owl-stage{display:flex;align-items:center}.TeachersGate section.jobs .companySlider .owl-carousel .owl-nav button{position:absolute;left:0;top:2px;background:#dfe0ea;padding:8px !important;border-radius:40px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05)}@media only screen and (max-width: 767px){.TeachersGate section.jobs .companySlider .owl-carousel .owl-nav button{left:0;padding:0 !important;display:none}}.TeachersGate section.jobs .companySlider .owl-carousel .owl-nav button:hover,.TeachersGate section.jobs .companySlider .owl-carousel .owl-nav button:focus{background:#d8d8d8}.TeachersGate section.jobs .companySlider .owl-carousel .owl-nav button.owl-next{left:auto;right:-80px}@media only screen and (max-width: 767px){.TeachersGate section.jobs .companySlider .owl-carousel .owl-nav button.owl-next{right:0}}.TeachersGate section.featured-jobs{position:relative;top:-8rem}.TeachersGate section.featured-jobs .job{height:26rem;display:flex;flex-flow:column;justify-content:space-between;align-items:center;background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974}@media(max-width: 1024px){.TeachersGate section.featured-jobs .job{height:37rem}}@media(max-width: 768px){.TeachersGate section.featured-jobs .job{height:26rem}}.TeachersGate section.featured-jobs .job .top{padding:20px 20px 0 20px}.TeachersGate section.featured-jobs .job .top .job-card-header{border-bottom:solid 2px #f8f8fa !important;padding:0 27px 21px 27px}@media screen and (max-width: 500px){.TeachersGate section.featured-jobs .job .top .job-card-header{flex-flow:column;justify-content:center;text-align:center}}.TeachersGate section.featured-jobs .job .job-card-body{padding:21px 27px 23px 20px}@media(max-width: 480px){.TeachersGate section.featured-jobs .job .job-card-body{padding:21px 27px 23px 27px;display:flex;flex-flow:column;align-items:center}}.TeachersGate section.featured-jobs .job .bottom{background-color:#f8f8fa !important;padding:23px 27px 25px 27px !important;height:unset !important}.TeachersGate section.featured-jobs .job .bottom button,.TeachersGate section.featured-jobs .job .bottom .btn{height:44px;line-height:unset;font-size:.8rem;border-radius:3px;font-weight:bold}@media(max-width: 480px){.TeachersGate section.featured-jobs .job .bottom button,.TeachersGate section.featured-jobs .job .bottom .btn{font-size:13px}}.TeachersGate section.featured-jobs .job .bottom .dark-btn{margin-inline-start:12px}.TeachersGate .dark-color{color:#191920 !important}.TeachersGate .dark-btn{background-color:#191920;color:#fff;margin-inline-start:12px}.TeachersGate .text-15{font-size:15px}.TeachersGate .gray-2{color:#969bab}html:lang(en) .fa-chevron-left{-webkit-transform:scale(-1);transform:scale(-1)}@media(max-width: 768px){.TeachersGate .PageHeader form input,.TeachersGate .PageHeader form input:active,.TeachersGate .PageHeader form input:focus,.TeachersGate .PageHeader form select{font-size:1rem}}#TeacherSearch{background-color:#fafaf9}#TeacherSearch .PageHeader{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}#TeacherSearch .PageHeader .main-title{text-align:center}#TeacherSearch .PageHeader .main-title h1{font-size:49px}#TeacherSearch .PageHeader .main-title p{font-size:23px;margin-top:.6rem;margin-bottom:3rem}#TeacherSearch .custom-black-button{background-color:#000;color:#fff;padding:14px 21px 15px 17px;border-radius:4px;display:flex;align-items:center;height:49px}#TeacherSearch .teacher-card{position:relative;color:#fff;height:26rem;display:flex;flex-flow:column;justify-content:flex-end;align-items:flex-start;margin-bottom:30px;padding:1rem;overflow:hidden;border-radius:5px}#TeacherSearch .teacher-card .card-content .actions button:disabled{cursor:not-allowed;opacity:.65;background-color:rgba(26,54,19,.7294117647)}#TeacherSearch .tea4er-card .body .tea4er-img img{width:170px;border-radius:10px}#TeacherSearch .tea4er-card .body .tea4er-info .info-body .last-seen .verified-icon img{border-radius:5px;background-color:#2096f3;padding:13px 11px}#TeacherSearch .tea4er-card .body .tea4er-info .info-body .last-seen span{font-size:14px}#TeacherSearch .tea4er-card .cst-footer{background-color:#f3f3f1}#TeacherSearch .tea4er-card .cst-footer .subjects img{width:20px;height:20px}#TeacherSearch .card-img{position:absolute;display:block;top:0;left:0;width:100%;bottom:0}#TeacherSearch .card-img img{height:100%;width:100%}#TeacherSearch .overlay{position:absolute;display:block;top:0;left:0;width:100%;height:26rem;background-color:rgba(0,0,0,.4)}#TeacherSearch .card-content{position:relative;display:flex;flex-flow:column;align-items:flex-start}#TeacherSearch .card-content .title{display:flex;flex-flow:column;align-items:flex-start}#TeacherSearch .card-content .title h5{font-size:24px}#TeacherSearch .card-content .title span{font-size:15px;color:#bdbcbd}#TeacherSearch .card-content .tags span{font-size:12px;border:1px solid #bdbcbd;padding:6px 10px 5px;border-radius:5px;color:#bdbcbd;margin-left:5px}#TeacherSearch .card-content .custom-success-button{line-height:unset;font-size:15px;height:40px;padding:11px 14px 12px 18px}#TeacherSearch .card-content .btn-more{font-size:15px;background-color:#fff;height:40px;border-radius:4px;padding:11px 14px 12px 18px}#TeacherSearch .dark-color{color:#191920 !important}#TeacherSearch .dark-btn{background-color:#191920;color:#fff;margin-inline-start:12px}#TeacherSearch .text-15{font-size:15px}#TeacherSearch .gray-2{color:#969bab}#TeacherSearch .mobileTeachersFilter{box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);background-color:#fff}#TeacherSearch .mobileTeachersFilter i.fa-chevron-down{font-size:15px}@media(max-width: 480px){#TeacherSearch .mobileTeachersFilter{box-shadow:0px 0 160px 0 rgba(33,37,41,.6);z-index:900;position:fixed;overflow:hidden;bottom:0;left:0;background-color:#fff;transition:all ease .5s;max-height:0;top:200%;border-radius:50px 50px 0 0}#TeacherSearch .mobileTeachersFilter .takseetDiscountFilters{padding:25px 20px 25px 20px;margin:40px 20px 20px 20px}#TeacherSearch .mobileTeachersFilter.show{overflow-y:scroll;max-height:100%;top:92px}}#TeacherSearch .filters-tags{background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);border-radius:4px}#TeacherSearch .filters-tags .badge{background-color:rgba(150,155,171,.2);color:#191920}#TeacherSearch .filters-tags .badge i{cursor:pointer}#TeacherSearch .filters{margin:0 0 80px;background-color:#fff;padding:40px 30px 0 20px}@media(max-width: 480px){#TeacherSearch .filters{padding:0 20px 60px 20px}}#TeacherSearch .filters .newfilters{background-color:#e5f6ef;padding:25px;position:relative}#TeacherSearch .filters .newfilters h5{color:#1fd18e;font-size:24px}#TeacherSearch .filters .newfilters p{font-size:16px}#TeacherSearch .filters .newfilters .badge{background:#6bbe99;position:absolute;top:-14px;padding:8px 17px;border-radius:19px}#TeacherSearch .filters .newfilters .form-check{margin-bottom:1rem}#TeacherSearch .filters .newfilters label .logo{width:5rem}#TeacherSearch .filters .filterCollapses .Colhead{width:100%;display:flex;justify-content:space-between;font-size:19px;margin-top:20px;font-weight:bolder;cursor:pointer}#TeacherSearch .filters .filterCollapses .Colhead img{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#TeacherSearch .filters .filterCollapses .Colhead.collapsed img{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}#TeacherSearch .filters .filterCollapses .collapse{margin-top:15px}#TeacherSearch .filters .filterCollapses .collapse .more{font-size:16px;font-weight:bolder;display:none;cursor:pointer}#TeacherSearch .filters .filterCollapses .collapse .more.less{display:block}#TeacherSearch .filters .filterCollapses .collapse .form-check{margin-bottom:8px}#TeacherSearch .filters .filterCollapses .collapse .form-check-label{font-weight:600;color:#656974;font-size:16px;cursor:pointer}#TeacherSearch .filters .filterCollapses .collapse .selectinput{display:flex;background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);border-radius:5px;padding:10px 15px;margin-bottom:10px;flex-direction:column}#TeacherSearch .filters .filterCollapses .collapse .selectinput label{color:#969bab;font-size:14px}#TeacherSearch .filters .filterCollapses .collapse .selectinput select{border-bottom:0 !important;padding:0;height:auto;font-weight:900;margin-bottom:5px;font-size:20px}#TeacherSearch .filters .filterCollapses .collapse.optimized .form-check:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){display:none}#TeacherSearch .filters .filterCollapses .collapse.optimized .more{display:block}#TeacherSearch .filters .filterCollapses .collapse.optimized .more.less{display:none}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv{padding:0;position:relative}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .fees{position:absolute;left:7px;font-size:12px;color:#656974;top:20px}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .fees.max{left:auto;right:7px}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider{height:3px !important}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap .slider-tooltip{font-size:12px;color:#191920;border-radius:10px;border:0;background-color:#fff;box-shadow:5px 10px 30px rgba(0,0,0,.05)}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .schoolsFilters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider .slider-dot{width:12px !important;height:12px !important}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap.merged-tooltip{top:auto !important;bottom:-55px !important}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top{top:auto !important;bottom:-55px !important}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider-tooltip-wrap.slider-tooltip-top .slider-tooltip:before{bottom:21px;border:5px solid rgba(0,0,0,0);border-bottom-color:#fff;border-top-color:rgba(0,0,0,0)}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider{background-color:rgba(101,105,116,.1)}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider .slider-dot{background-color:#6236ff;box-shadow:none}#TeacherSearch .filters .filterCollapses .collapse .rangeSliderDiv .vue-range-slider.slider-component .slider .slider-process{background-color:#6236ff}#TeacherSearch .filters .filterCollapses hr{margin:30px 0;color:#d8d8d8}#TeacherSearch .filters .schoolsearch{background:#efefef;margin-top:30px;padding:20px;align-items:center;display:none}#TeacherSearch .filters .schoolsearch .btn{left:20px}#TeacherSearch .filters .schoolsearch input{padding-left:10px !important}@media(max-width: 480px){#TeacherSearch .filters .schoolsearch{display:flex}}#TeacherSearch .filters .reset-btn{width:90%;margin-top:10px;margin-bottom:35px;background-color:#ddd}@media(max-width: 480px){#TeacherSearch .filters .reset-btn{width:fit-content}}#TeacherSearch .filters .reset-btn:hover{background-color:#ef7070;color:#fff}#TeacherSearch .TeacherPagination .page-item{margin-right:10px;cursor:pointer;display:inline-block}#TeacherSearch .TeacherPagination .page-item i::before{margin-inline-start:.1em}#TeacherSearch .TeacherPagination .pagination-item{color:#aaa;cursor:pointer;width:37px;text-align:center;line-height:37px;padding:0;height:37px}#TeacherSearch .TeacherPagination .pagination-item-color button{background-color:#202359;color:#fff}#TeacherSearch .empty-search .not-found{width:500px;height:400px;margin:auto}@media(max-width: 550px){#TeacherSearch .empty-search .not-found{width:100%}}.Subjects-list{background-color:#f6f7f9;padding:15px 15px 0 15px;margin-bottom:15px}.Subjects-list .row{border-top:1px solid #f0f0f0;padding:10px 0}.Subjects-list .row p{margin:10px 0 0}.searchChildImg{max-width:50px;max-height:50px;border-radius:50%}html:lang(en) .fa-chevron-left{-webkit-transform:scale(-1);transform:scale(-1)}html:lang(en) .TeacherPagination .prev-icon::before,html:lang(en) .TeacherPagination .next-icon::before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.SchoolRequest .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.SchoolRequest .page-header .main-title p{font-size:30px;margin-top:20px}.SchoolRequest .request-form label{color:#6c757d;font-size:15px}.SchoolRequest .files-upload a{width:fit-content}.SchoolRequest .package-index{margin-top:-7rem}.SchoolRequest .package-index .package{background-color:#fff !important;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05);border-radius:8px;margin:0 15px}.SchoolRequest .package-index .package .head{display:flex;flex-direction:column;align-items:center;padding:20px 0}.SchoolRequest .package-index .package .head .custom-primary-button,.SchoolRequest .package-index .package .head .custom-success-button{height:50px;line-height:38px;border-radius:5px;font-size:18px}.SchoolRequest .package-index .package .head .free-trial-link{color:#181e5a}@media(max-width: 800px){.SchoolRequest .package-index .package .head .free-trial-link{font-size:.8rem}}.SchoolRequest .package-index .package .head .price-header{font-size:30px}@media(min-width: 768px){.SchoolRequest .package-index .package .head .price{margin-right:5rem}}.SchoolRequest .package-index .package .head .price h1{color:#5a62f8;font-size:100px}@media(max-width: 768px){.SchoolRequest .package-index .package .head .price h1{font-size:58px}}.SchoolRequest .package-index .package .head p{margin-top:20px;margin-bottom:0}.SchoolRequest .package-index .package hr{border-top:1px solid #c5c0c0}.SchoolRequest .package-index .package .body{padding:14px;padding-bottom:5rem;margin-bottom:20px}.SchoolRequest .package-index .package .body ul{list-style:none;padding:10px 40px 0 40px}.SchoolRequest .package-index .package .body ul li{margin-bottom:15px;display:flex;font-size:1rem}.SchoolRequest .package-index .package .body ul li i{margin-right:-27px;margin-left:10px;cursor:pointer}.SchoolRequest .package-index .package .body ul li i.fa-check{color:#6bbe99}.SchoolRequest .package-index .package .body ul li.not-included{color:#d6d6d6}.SchoolRequest .package-index .package .body ul li.main-header-inactive{font-size:18px;font-weight:bold;margin-right:-1.5rem;margin-bottom:25px}.SchoolRequest .package-index .package .body .custom-primary-button,.SchoolRequest .package-index .package .body .custom-success-button{padding:14px 15px;border-radius:5px;font-size:18px}.SchoolRequest .package-index .package .body .free-trial-link{color:#181e5a}@media(max-width: 800px){.SchoolRequest .package-index .package .body .free-trial-link{font-size:.8rem}}.package-pay .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.package-pay .page-header p{font-size:16px;color:#858eab;margin-top:20px}.package-pay .page-header h6{color:#858eab}#TeachingRequestpayment{margin-top:-140px;box-shadow:0 0 12px 3px rgba(136,136,136,.6588235294)}@media(min-width: 768px){:lang(en) .SchoolRequest .package-index .package .head .price{margin-right:0;margin-left:5rem}}@media(max-width: 350px){:lang(en) .SchoolRequest .package-index .package .custom-primary-button,:lang(en) .SchoolRequest .package-index .package .custom-success-button{font-size:12px}}:lang(en) .SchoolRequest .package-index ul{padding-left:0 !important}:lang(en) .SchoolRequest .package-index ul .main-header-inactive{padding-left:30px;margin-left:-1.5rem}:lang(en) .SchoolRequest .package-index i{padding-right:40px}:lang(en) .SchoolRequest .package-index .fa-arrow-left{-webkit-transform:scaleX(-1);transform:scaleX(-1);padding-right:0;padding-left:40px}.JoinPage .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.JoinPage .joinForm{width:100%;margin-top:-70px;background-color:#fff;border-radius:10px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05);position:relative;margin-bottom:50px;padding:0}.JoinPage .joinForm .head{background-color:#5a62f8;color:#fff;border-radius:10px 10px 0 0}.JoinPage .joinForm .head h3{font-size:1.4rem;padding:18px 40px}.JoinPage .joinForm .body{padding:0 40px 60px}.JoinPage .joinForm .body .input-custom{margin-bottom:25px}.JoinPage .joinForm .body .btn{padding:15px;color:#000;background-color:#81e29f;border-color:#81e29f;justify-content:center;align-items:center;text-align:center !important}.CompanyRequest .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.CompanyRequest .page-header .main-title p{font-size:16px;color:#858eab;margin-top:20px}.CompanyRequest button{width:fit-content}.JoinPage .schoolInput{display:none}.SchoolRequest .schoolInput,.JoinPage .schoolInput{display:none}.SchoolRequest .field-schools-id label,.JoinPage .field-schools-id label{margin-bottom:9px}.SchoolRequest .field-schools-id .select2-selection--single,.JoinPage .field-schools-id .select2-selection--single{height:41px;border:2px solid rgba(0,0,0,.05) !important;border-radius:0;box-shadow:none !important}.SchoolRequest .field-schools-id .select2-selection__arrow,.JoinPage .field-schools-id .select2-selection__arrow{height:40px;border-right:1px solid rgba(0,0,0,.05) !important}.SchoolRequest .packagemodal .code-input,.JoinPage .packagemodal .code-input{background-color:#f2f2f2;border:solid 1px #ddd !important}.SchoolRequest .packagemodal .custom-dark-bordered-btn,.JoinPage .packagemodal .custom-dark-bordered-btn{background-color:#f2f2f2 !important}.SchoolRequest .packagemodal .custom-dark-bordered-btn:hover,.JoinPage .packagemodal .custom-dark-bordered-btn:hover{background-color:#f2f2f2 !important;color:#202359 !important}.SchoolRequest .packagemodal i,.JoinPage .packagemodal i{color:#fff;font-size:30px;top:-10px;right:-10px;background-color:#000;border-radius:50%;cursor:pointer}.RemovedLinks .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.RemovedLinks .page-header .main-title p{font-size:16px;color:#858eab;margin-top:20px}.RemovedLinks .table th{background-color:#202359;color:#fff;border-bottom:none;font-size:1rem}.RemovedLinks .table td,.RemovedLinks .table th{padding-top:15px;padding-bottom:15px}.RemovedLinks .table th:first-child{border-radius:0}.RemovedLinks .table a{color:#202359}.RemovedLinks .school{background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);color:#656974;margin-bottom:30px}.RemovedLinks .school .top{color:#656974;padding:20px 20px 0 20px;display:block}.RemovedLinks .school .top .head{display:flex;justify-content:space-between}.RemovedLinks .school .top .head .type p{margin-bottom:10px;font-size:14px}@media only screen and (max-width: 1140px){.RemovedLinks .school .top .head .type p{font-size:10px}}.RemovedLinks .school .top .head .type img{width:17px;margin-left:7px}.RemovedLinks .school .top .head .rate{display:flex;align-items:baseline}.RemovedLinks .school .top .head .rate ul{display:initial;padding:0;margin:0;list-style:none}.RemovedLinks .school .top .head .rate ul li{display:initial}.RemovedLinks .school .top .head .rate .ratebadge{color:#e16c19;background-color:#fcf1e8;border-radius:25px;text-align:center;font-size:13px;font-weight:bold;display:inline-block;padding:4px 14px 0}.RemovedLinks .school .top .head .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}@media only screen and (max-width: 1140px){.RemovedLinks .school .top .head .Stars{font-size:10px}}.RemovedLinks .school .top .head .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (max-width: 480px){.RemovedLinks .school .top .head .Stars::before{content:"★";background-color:var(--star-background);-webkit-text-fill-color:var(--star-background)}}.RemovedLinks .school .top .body{text-align:center}.RemovedLinks .school .top .body .img{width:200px;height:105px;display:inline-block}.RemovedLinks .school .top .body .img a{display:block;width:200px;height:103px;background-size:contain !important;background-repeat:no-repeat !important;background-position:center center !important}.RemovedLinks .school .top .body .img img{max-width:100%;max-height:160px;width:auto}.RemovedLinks .school .top .body p{color:#191920;font-size:18px;margin-top:15px;font-weight:bold;margin-bottom:25px}.RemovedLinks .school .top .body p.city{font-size:14px;color:#656974;margin-top:-20px !important;margin-bottom:10px}.RemovedLinks .school .top .body p a{color:#191920;height:24px;overflow:hidden;display:inline-block}.RemovedLinks .school .top .body .compare{display:flex;color:#191920;font-size:14px;align-items:center;border-top:1px solid #f3f3f1;padding:10px 0;cursor:pointer}.RemovedLinks .school .top .body .compare img{margin-left:10px}.RemovedLinks .school .top .body .compare div{margin-right:auto}.RemovedLinks .school .top .body .compare div img{margin:0}.RemovedLinks .school .bottom{background-color:#fbfbfa;display:flex;align-items:center;justify-content:space-between;height:57px}.RemovedLinks .school .bottom p{margin:15px 20px;border-radius:0 0 4px 0;font-size:14px}@media only screen and (max-width: 767px){.RemovedLinks .school .bottom p{font-size:13px}}.RemovedLinks .school .bottom a{padding:15px;background-color:#6bbe99;color:#fff;font-size:14px;height:100%;border-radius:0 0 0 4px}.RemovedLinks .not-found img{width:350px;height:300px}.RemovedLinks .not-found h4{color:#656974}:lang(en) .RemovedLinks .chevron-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#teacherProfile .rate .ratebadge,#TeacherUpdate .rate .ratebadge{color:#e16c19;background-color:#fcf1e8;border-radius:25px;text-align:center;font-size:13px;font-weight:bold;display:inline-block;padding:4px 14px 0}#teacherProfile .rate .Stars,#TeacherUpdate .rate .Stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:16px;font-family:Times;line-height:1}@media only screen and (max-width: 1140px){#teacherProfile .rate .Stars,#TeacherUpdate .rate .Stars{font-size:10px}}#teacherProfile .rate .Stars::before,#TeacherUpdate .rate .Stars::before{content:"★★★★★";letter-spacing:3px;background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;color:#e16c19;-webkit-text-fill-color:rgba(0,0,0,0)}@media only screen and (max-width: 480px){#teacherProfile .rate .Stars::before,#TeacherUpdate .rate .Stars::before{content:"★";background-color:var(--star-background);-webkit-text-fill-color:var(--star-background)}}#teacherProfile .rate span,#TeacherUpdate .rate span{color:#e16c19}#teacherProfile .profileHeader,#TeacherUpdate .profileHeader{background:#fff;border-bottom:2px solid #f1f1f1;margin-bottom:50px}#teacherProfile .profileHeader .topHeader,#TeacherUpdate .profileHeader .topHeader{padding:25px 0;display:flex;align-items:center;border-bottom:2px solid #f1f1f1}#teacherProfile .profileHeader .topHeader .profileDetails,#TeacherUpdate .profileHeader .topHeader .profileDetails{display:flex;align-items:center}#teacherProfile .profileHeader .topHeader .profileDetails .img,#TeacherUpdate .profileHeader .topHeader .profileDetails .img{width:70px;height:70px;border-radius:8px;background-size:contain;margin:0 !important}#teacherProfile .profileHeader .topHeader .profileDetails div,#TeacherUpdate .profileHeader .topHeader .profileDetails div{margin:0 15px}#teacherProfile .profileHeader .topHeader .profileDetails div p,#TeacherUpdate .profileHeader .topHeader .profileDetails div p{margin:0}#teacherProfile .profileHeader .topHeader .profileDetails div h3,#TeacherUpdate .profileHeader .topHeader .profileDetails div h3{font-size:22px}#teacherProfile .profileHeader .topHeader .profileDetails div h3 img,#TeacherUpdate .profileHeader .topHeader .profileDetails div h3 img{width:15px}#teacherProfile .profileHeader .topHeader .profileDetails div h3 small,#TeacherUpdate .profileHeader .topHeader .profileDetails div h3 small{font-size:13px;color:#acacac;font-weight:normal !important}#teacherProfile .profileHeader .topHeader .following,#TeacherUpdate .profileHeader .topHeader .following{margin-right:auto}#teacherProfile .profileHeader .topHeader .following h3,#TeacherUpdate .profileHeader .topHeader .following h3{margin-bottom:0}#teacherProfile .profileHeader .topHeader .following p,#TeacherUpdate .profileHeader .topHeader .following p{margin-bottom:0}#teacherProfile .profileHeader .profileMenu a,#TeacherUpdate .profileHeader .profileMenu a{color:#acacac;padding:15px 0;display:inline-block;margin:0 0 0 40px;font-size:14px;border-bottom:3px solid #fff}#teacherProfile .profileHeader .profileMenu a img,#TeacherUpdate .profileHeader .profileMenu a img{width:15px;margin-left:10px}#teacherProfile .profileHeader .profileMenu a.active,#TeacherUpdate .profileHeader .profileMenu a.active{color:#202359;border-bottom:3px solid #202359}#teacherProfile .teacher-info,#TeacherUpdate .teacher-info{border-top:solid 3px #202359;background-color:#fff}#teacherProfile .teacher-info img,#TeacherUpdate .teacher-info img{width:90px;border:solid 2px #ccc;border-radius:4px}#teacherProfile .teacher-info p,#TeacherUpdate .teacher-info p{color:#656974}#teacherProfile .teacher-info .points-number,#TeacherUpdate .teacher-info .points-number{font-size:1.2rem;color:#656974}#teacherProfile .teacher-info .lessons-info,#TeacherUpdate .teacher-info .lessons-info{background-color:#617fff}#teacherProfile .teacher-info .lessons-info div,#TeacherUpdate .teacher-info .lessons-info div{border-left:solid 2px #fff}#teacherProfile .teacher-info .lessons-info div:last-child,#TeacherUpdate .teacher-info .lessons-info div:last-child{border-left:none}#teacherProfile .current-lessons,#TeacherUpdate .current-lessons{border-top:solid 3px #202359;background-color:#fff}#teacherProfile .current-lessons .lessons-list .lesson-card,#TeacherUpdate .current-lessons .lessons-list .lesson-card{background-color:#eee;border:solid 2px #eee;border-radius:4px}#teacherProfile .current-lessons .lessons-list .lesson-card .student-email,#TeacherUpdate .current-lessons .lessons-list .lesson-card .student-email{color:#656974}#teacherProfile .current-lessons .lessons-list .lesson-card .complete-lesson-btn,#TeacherUpdate .current-lessons .lessons-list .lesson-card .complete-lesson-btn{background-color:#202359;color:#fff;border-radius:4px}#teacherProfile .current-lessons .lessons-list .lesson-card .cancel-lesson-btn,#TeacherUpdate .current-lessons .lessons-list .lesson-card .cancel-lesson-btn{background-color:#ef7070;color:#fff;border-radius:4px}#teacherProfile .lessons-requests,#TeacherUpdate .lessons-requests{border-top:solid 3px #202359;background-color:#fff}#teacherProfile .lessons-requests .requests-list .request-card,#TeacherUpdate .lessons-requests .requests-list .request-card{background-color:#fefefe;border:solid 2px #ccc;border-radius:4px}#teacherProfile .lessons-requests .requests-list .request-card img,#TeacherUpdate .lessons-requests .requests-list .request-card img{width:70px;border-radius:50%}#teacherProfile .lessons-requests .requests-list .request-card .stage,#teacherProfile .lessons-requests .requests-list .request-card .subject,#TeacherUpdate .lessons-requests .requests-list .request-card .stage,#TeacherUpdate .lessons-requests .requests-list .request-card .subject{color:#656974}#teacherProfile .lessons-requests .requests-list .request-card .cancel-request-btn,#teacherProfile .lessons-requests .requests-list .request-card .accept-request-btn,#TeacherUpdate .lessons-requests .requests-list .request-card .cancel-request-btn,#TeacherUpdate .lessons-requests .requests-list .request-card .accept-request-btn{border:solid 1px #aaa;border-radius:100px;width:30px;height:30px;line-height:32px;padding:0}#teacherProfile .lessons-requests .requests-list .request-card .cancel-request-btn i,#teacherProfile .lessons-requests .requests-list .request-card .accept-request-btn i,#TeacherUpdate .lessons-requests .requests-list .request-card .cancel-request-btn i,#TeacherUpdate .lessons-requests .requests-list .request-card .accept-request-btn i{margin-top:5px;font-size:15px !important}#teacherProfile .lessons-requests .requests-list .request-card .accept-request-btn i,#TeacherUpdate .lessons-requests .requests-list .request-card .accept-request-btn i{color:#6bbe99;font-size:27px}#teacherProfile .lessons-requests .requests-list .request-card .cancel-request-btn i,#TeacherUpdate .lessons-requests .requests-list .request-card .cancel-request-btn i{color:#ef7070;font-size:30px}#teacherProfile .helper-info,#TeacherUpdate .helper-info{border-top:solid 3px #202359;background-color:#fff}#teacherProfile .helper-info .note,#TeacherUpdate .helper-info .note{border-bottom:solid 1px #ddd}#teacherProfile .helper-info .note ul,#TeacherUpdate .helper-info .note ul{list-style-type:circle}#teacherProfile .helper-info .note p,#teacherProfile .helper-info .note li,#TeacherUpdate .helper-info .note p,#TeacherUpdate .helper-info .note li{color:#656974}#teacherProfile .helper-info .note:last-child,#TeacherUpdate .helper-info .note:last-child{border-bottom:none}#teacherProfile #cancelRequestModal span,#teacherProfile #cancelLessonModal span,#TeacherUpdate #cancelRequestModal span,#TeacherUpdate #cancelLessonModal span{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;border:solid 1px #ef7070}#teacherProfile #cancelRequestModal span i,#teacherProfile #cancelLessonModal span i,#TeacherUpdate #cancelRequestModal span i,#TeacherUpdate #cancelLessonModal span i{color:#ef7070;font-size:30px}#teacherProfile #acceptRequestModal i,#TeacherUpdate #acceptRequestModal i{font-size:4rem;color:#6bbe99}#teacherProfile #acceptRequestModal .spinner-border,#TeacherUpdate #acceptRequestModal .spinner-border{color:#6bbe99}#teacherProfile #completeLessonModal i,#TeacherUpdate #completeLessonModal i{font-size:4rem;color:#6bbe99}#teacherProfile #completeLessonModal .complete-lesson i,#TeacherUpdate #completeLessonModal .complete-lesson i{font-size:4rem;color:#6bbe99}#teacherProfile #cancelRequestModal i.fa-times-circle,#teacherProfile #cancelLessonModal i.fa-times-circle,#teacherProfile #acceptRequestModal i.fa-times-circle,#teacherProfile #completeLessonModal i.fa-times-circle,#TeacherUpdate #cancelRequestModal i.fa-times-circle,#TeacherUpdate #cancelLessonModal i.fa-times-circle,#TeacherUpdate #acceptRequestModal i.fa-times-circle,#TeacherUpdate #completeLessonModal i.fa-times-circle{color:#fff;font-size:30px;top:-10px;right:-10px;background-color:#000;border-radius:50%;cursor:pointer}#teacherProfile .school-input,#TeacherUpdate .school-input{display:none}#teacherProfile textarea,#TeacherUpdate textarea{height:auto;width:100%}#teacherProfile label,#TeacherUpdate label{color:#656974}@media(max-width: 767px){.requests-section,.lessons-section{min-height:120px}}.TeachingRequestSpinner{position:absolute;top:0;bottom:0;left:0;right:0;background:#fff;opacity:.5}.TeachingRequestSpinner .spinner-border{position:absolute;top:40%;left:50%}@media(max-width: 767px){.TeachingRequestSpinner .spinner-border{top:55%;left:45%}}:lang(en) #teacherProfile .lessons-info div{border-right:solid 2px #fff;border-left:none}:lang(en) #teacherProfile .lessons-info div:last-child{border-right:none}:lang(en) #TeacherUpdate select{direction:ltr !important}.Featured-teacher{background-color:#fff;border-radius:4px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);margin-bottom:30px}.Featured-teacher .top{display:flex;padding:15px;align-items:center}.Featured-teacher .top .img{position:relative}.Featured-teacher .top .img img{width:100px;height:100px;border:5px solid #f4f4f4;border-radius:50px}.Featured-teacher .top .img i{position:absolute;width:12px;height:12px;background-color:#656974;top:10px;border-radius:50%;right:15px}.Featured-teacher .top div h5{margin-bottom:0}.Featured-teacher .top div p{font-size:14px;color:#656974;margin-bottom:0}.Featured-teacher .top div .materials i{color:#000}.Featured-teacher .top div .materials span::after{content:" - "}.Featured-teacher .top div .materials span:last-child::after{content:""}.Featured-teacher .bottom{background-color:#f8f8f8}.Featured-teacher .bottom a,.Featured-teacher .bottom button{background-color:rgba(0,0,0,0);border:0;box-shadow:none;padding:0;color:#656974}.Featured-teacher .bottom a i,.Featured-teacher .bottom button i{color:#6bbe99}.Featured-teacher .bottom a:hover,.Featured-teacher .bottom button:hover{color:#000}.Featured-teacher .bottom .disableBooking{cursor:not-allowed}.Featured-teacher .bottom .disableBooking:hover{color:#656974}@media(pointer: coarse),(hover: none){[title]{position:relative;display:inline-flex;justify-content:center}[title]:focus::after{content:attr(title);position:absolute;top:90%;color:#fff;background-color:rgba(32,35,89,.7607843137);border:1px solid;width:max-content;font-size:13px;border-radius:5px;padding:5px 8px}}#RegisterAd #bookAdsModal .modal-dialog{max-width:900px}#RegisterAd #bookAdsModal .modal-dialog textarea{height:auto;resize:none}#RegisterAd #bookAdsModal .modal-dialog i{color:#fff;font-size:30px;top:-10px;right:-10px;background-color:#000;border-radius:50%;cursor:pointer}#RegisterAd #bookAdsModal .modal-dialog label{color:#656974}#RegisterAd .page-header{padding:0 0 50px 0;color:#202359;background-image:url(/v2/views/img/school-list-bg.svg);background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (max-width: 767px){#RegisterAd .page-header{padding:42px 0 56px 0}}#RegisterAd .page-header .title-row .main-title{margin-bottom:40px}@media screen and (max-width: 767px){#RegisterAd .page-header .title-row .main-title{margin-top:0 !important;margin-bottom:30px}}#RegisterAd .page-header .title-row .main-title p{font-weight:500;font-size:26px;line-height:34.7px}@media screen and (max-width: 767px){#RegisterAd .page-header .title-row .main-title p{font-size:21px;font-weight:700;line-height:31px}}#RegisterAd .page-header .title-row .main-title h1{font-weight:500;font-size:40px;line-height:60px}@media screen and (max-width: 767px){#RegisterAd .page-header .title-row .main-title h1{font-size:18px;line-height:31.5px;margin-top:10px}}#RegisterAd .page-header .title-row a{background-color:#5b63fb;border-radius:20px;color:#fff;width:105px;height:40px;display:flex;justify-content:center;align-items:center}#RegisterAd .why-ads{background-color:#fff;padding:120px 0}@media screen and (max-width: 767px){#RegisterAd .why-ads{padding:50px 0}}#RegisterAd .why-ads .why-ads-title h3{color:#202359;font-size:29px;line-height:41px;font-weight:400}@media screen and (max-width: 767px){#RegisterAd .why-ads .why-ads-title h3{font-weight:700;font-size:18px;line-height:25px}}#RegisterAd .why-ads .why-ads-title p{font-weight:600;font-size:18px;line-height:25px;color:#202359}@media screen and (max-width: 767px){#RegisterAd .why-ads .why-ads-title p{font-weight:400;font-size:16px}}#RegisterAd .why-ads .why-ads-title .perfect-environment{background-color:#f6f6f9;padding:8px 12px;border-radius:8px;margin-top:40px;width:fit-content}@media screen and (max-width: 767px){#RegisterAd .why-ads .why-ads-title .perfect-environment{margin-top:30px}}#RegisterAd .why-ads .why-ads-title .perfect-environment span{font-size:14px;line-height:21px;color:#202359}#RegisterAd .why-ads .why-ads-item{background-color:#f6f6f9;border-radius:16px;padding:40px 16px}@media(max-width: 575px){#RegisterAd .why-ads .why-ads-item{flex:1 0 100%;display:flex;flex-direction:column;align-items:center}#RegisterAd .why-ads .why-ads-item p{margin-top:5px}}@media screen and (max-width: 767px){#RegisterAd .why-ads .why-ads-item{padding:24px 16px}}@media screen and (min-width: 768px){#RegisterAd .why-ads .why-ads-item{max-width:232px;max-height:269px}}#RegisterAd .why-ads .why-ads-item h5{margin-bottom:0;font-weight:600;font-size:18px;line-height:25px;color:#202359}@media screen and (max-width: 767px){#RegisterAd .why-ads .why-ads-item h5{font-weight:400;font-size:16px}}#RegisterAd .why-ads .why-ads-item p{color:#656974;text-align:justify}#RegisterAd .why-ads .why-ads-item img{width:100px;height:100px;margin-bottom:44px}@media screen and (max-width: 992px){#RegisterAd .why-ads .why-ads-item img{width:66px;height:66px;margin-bottom:0px}}@media(max-width: 767px){#RegisterAd .why-ads .why-ads-item .parent-img,#RegisterAd .why-ads .why-ads-item .places-img,#RegisterAd .why-ads .why-ads-item .chart-img{margin:auto}}#RegisterAd .why-ads .why-ads-item .parent-img i,#RegisterAd .why-ads .why-ads-item .places-img i,#RegisterAd .why-ads .why-ads-item .chart-img i{font-size:21px}#RegisterAd .advertising-space{background:linear-gradient(to bottom left, #edf7fb 1%, white 99%)}#RegisterAd .advertising-space h3{font-weight:400;font-size:29px;line-height:41px;color:#202359}@media(max-width: 767px){#RegisterAd .advertising-space h3{font-weight:600;font-size:18px;line-height:25px}}#RegisterAd .advertising-space .nav-link.active{border-bottom-color:#5b63fb}#RegisterAd .advertising-space .nav-link{border:none;background-color:rgba(0,0,0,0);border-radius:0;border-bottom:solid 2px #e0e0eb;color:#202359;width:100%;padding:20px 0}@media screen and (max-width: 576px){#RegisterAd .advertising-space ul.nav-pills{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-x:scroll;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}}#RegisterAd .advertising-space .tab-pane a{height:fit-content}#RegisterAd .advertising-space .ad-item-contaier{background-color:rgba(0,0,0,0)}#RegisterAd .advertising-space .ad-item-contaier h5{color:#202359;font-weight:500;font-size:21px;line-height:31px}@media(max-width: 767px){#RegisterAd .advertising-space .ad-item-contaier h5{font-weight:400;font-size:14px;line-height:25px}}#RegisterAd .advertising-space .ad-item p{color:#656974;text-align:justify}#RegisterAd .advertising-space .ad-item img{border:4px solid #202359;border-radius:24px}#RegisterAd .statistics-info{padding:100px 0 86px 0;background-color:#f5f5f9;margin-top:-30px;color:#000}@media screen and (max-width: 767px){#RegisterAd .statistics-info{padding:86px 0}}#RegisterAd .statistics-info h3{color:#202359;font-size:29px;line-height:41px}#RegisterAd .statistics-info .statistics-details{margin-top:36px;margin-bottom:130px}@media screen and (max-width: 767px){#RegisterAd .statistics-info .statistics-details{margin-bottom:57px}}#RegisterAd .statistics-info .statistics-details div{background-color:#fff;padding:40px;border-radius:16px}@media screen and (max-width: 767px){#RegisterAd .statistics-info .statistics-details div{padding:32px 24px}}@media screen and (min-width: 992px){#RegisterAd .statistics-info .statistics-details div{padding:0px 30px;max-width:220px}}@media screen and (min-width: 1200px){#RegisterAd .statistics-info .statistics-details div{padding:40px 50px;max-width:300px}}@media screen and (min-width: 1400px){#RegisterAd .statistics-info .statistics-details div{padding:30px 50px;max-width:fit-content}}#RegisterAd .statistics-info .month-watch{color:#2ea9d3;font-size:40px;line-height:60px;font-weight:500;white-space:nowrap}@media screen and (max-width: 767px){#RegisterAd .statistics-info .month-watch{font-size:21px;line-height:31.5px}}#RegisterAd .statistics-info span{font-weight:400;font-size:16px;line-height:25px;color:#202359}@media screen and (max-width: 767px){#RegisterAd .statistics-info span{font-size:14px;line-height:21px}}#RegisterAd .statistics-info .book-space{background-image:url(/v2/views/img/advertisements/bg.png);background-color:rgba(255,255,255,.5);background-repeat:no-repeat;background-blend-mode:overlay;background-position:right;background-size:cover;border-radius:16px;color:#fff;padding-right:30px;padding-left:30px}@media screen and (min-width: 992){#RegisterAd .statistics-info .book-space{background-position:bottom}}#RegisterAd .statistics-info .book-space h4{font-weight:400;font-size:29px;line-height:41px;color:#202359}@media screen and (max-width: 767px){#RegisterAd .statistics-info .book-space h4{font-weight:500;font-size:26px;line-height:34.7px}}#RegisterAd .statistics-info .book-space p{font-weight:500;font-size:21px;line-height:31px;color:#202359;text-align:center}@media screen and (max-width: 767px){#RegisterAd .statistics-info .book-space p{font-weight:400;font-size:14px;line-height:21px}}#RegisterAd .statistics-info .book-space a{margin-top:28px;background-color:#5b63fb;border-radius:29px;color:#fff;display:flex;justify-content:center;align-items:center;width:129px;height:57px}#RegisterAd .slider-section{background-color:#f2f2f2}@media only screen and (max-width: 767px){#RegisterAd .companySlider .owl-item{margin-right:30px !important}}#RegisterAd .companySlider .owl-item .item{padding:0;display:flex;justify-content:center;align-items:center}#RegisterAd .companySlider .owl-item .item img{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);opacity:.4 !important}#RegisterAd .companySlider .owl-item .item img:hover{filter:none;-webkit-filter:grayscale(0%);opacity:1 !important}@media only screen and (max-width: 767px){#RegisterAd .companySlider .owl-item .item{padding:10px}#RegisterAd .companySlider .owl-item .item img{height:20px;width:auto}}#RegisterAd .companySlider .owl-dots{display:none}#RegisterAd .companySlider .owl-stage{display:flex;align-items:center}#RegisterAd .companySlider .owl-carousel .owl-nav button{position:absolute;left:0;top:2px;background:#dfe0ea;padding:8px !important;border-radius:40px;box-shadow:5px 10px 30px 0 rgba(0,0,0,.05)}@media only screen and (max-width: 767px){#RegisterAd .companySlider .owl-carousel .owl-nav button{left:0;padding:0 !important;display:none}}#RegisterAd .companySlider .owl-carousel .owl-nav button:hover,#RegisterAd .companySlider .owl-carousel .owl-nav button:focus{background:#d8d8d8}#RegisterAd .companySlider .owl-carousel .owl-nav button.owl-next{left:auto;right:-80px}@media only screen and (max-width: 767px){#RegisterAd .companySlider .owl-carousel .owl-nav button.owl-next{right:0}}#adsrequest-type .checkbox{display:inline;margin:0 10px}textarea{height:auto}#webinarRegister .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}#webinarRegister .page-header .title-row{margin-bottom:140px}#webinarRegister .page-body{color:#191920;margin-top:-150px;z-index:1000;box-shadow:0 2px 8px -1px rgba(0,0,0,.07)}#webinarRegister .page-body .more-btn{background-color:#000;color:#fff;border-radius:4px}#webinarRegister .page-body .top-section{box-shadow:0 4px 2px -4px #656974}#webinarRegister .page-body .top-section .item-img{width:60px;height:60px;border-radius:50%}#webinarRegister .page-body .top-section .item-img i{font-size:21px}#webinarRegister .page-body .top-section .parent-img{background-color:rgba(216,218,255,.59)}#webinarRegister .page-body .top-section .parent-img i{color:#617fff}#webinarRegister .page-body .top-section .setting-img{background-color:#fcf1e8}#webinarRegister .page-body .top-section .setting-img i{color:#e16c19}#webinarRegister .page-body .top-section .chatting-img{background-color:rgba(33,150,243,.15)}#webinarRegister .page-body .top-section .chatting-img i{color:#2196f3}#webinarRegister .page-body .top-section .money-img{background-color:rgba(41,177,160,.15)}#webinarRegister .page-body .top-section .money-img i{color:#109180}#webinarRegister .page-body .bottom-section{background-color:#fefefe;box-shadow:inset 0px 5px 12px 0px rgba(0,0,0,.07)}@media(max-width: 600px){#webinarRegister .page-body .bottom-section .webinar-img{width:100%}}#webinarRegister .page-body .bottom-section .webinar-form textarea{height:auto;resize:none}#webinarRegister .page-body .bottom-section .webinar-form input:not([type=radio]):not([type=checkbox]),#webinarRegister .page-body .bottom-section .webinar-form textarea{border:1px solid #ccc !important;border-radius:4px !important;padding-right:12px !important}#webinarRegister .page-body .bottom-section .webinar-form ::placeholder{color:#aaa;font-size:.8rem}@media(min-width: 768px){#webinarRegister .page-body .bottom-section .remaining-time-container{box-shadow:10px 0 5px -4px #eee}}#webinarRegister .page-body .bottom-section .remaining-time-container p{color:#656974}.webinarSuccessReg h4{color:#6bbe99}.webinarSuccessReg .text-strong{font-size:1.5rem;color:#202359;font-weight:bold}.webinarSuccessReg .contact-info p{width:200px}:lang(en) #webinarRegister .bottom-section .webinar-form input:not([type=radio]):not([type=checkbox]),:lang(en) #webinarRegister .bottom-section .webinar-form textarea{padding-left:12px !important;padding-right:0 !important}:lang(en) #webinarRegister #webinarEndModal .fa-hand-point-left{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#NewsPage{background-color:#f6f6f9}#NewsPage .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}#NewsPage .news-card{border-top:2px solid #202359;background-color:#fff;transition:ease .8s}#NewsPage .news-card .card-img-top{width:100%;max-height:250px}#NewsPage .news-card:hover{transform:scale(1.06)}.SearchByArea .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.SearchByArea .page-body{background-color:#eee !important}.SearchByArea .page-body button[aria-expanded=true],.SearchByArea .page-body .btn:focus{box-shadow:none}.SearchByArea .page-body button[aria-expanded=true]{background-color:#ddd}.SearchByArea .page-body button[aria-expanded=true] span:first-child::before{content:"-";font-size:30px}.SearchByArea .page-body button[aria-expanded=false] span:first-child:before{content:"+";font-size:25px}.SearchByArea .page-body button[aria-expanded=false] span:first-child,.SearchByArea .page-body button[aria-expanded=true] span:first-child{margin-top:-10px}.SearchByArea .page-body .district{cursor:pointer}.unpaid-invoices .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg)}.unpaid-invoices .page-body{background-color:#f7f7f7}.unpaid-invoices .custom-shadow{box-shadow:0 5px 14px -3px rgba(0,0,0,.1)}.unpaid-invoices .lightgrey-text{color:#666}#UnpaidIvoice{min-height:800px}#UnpaidIvoice .page-header{min-height:250px}#UnpaidIvoice .school-data{margin-top:-165px}#UnpaidIvoice .schoolData{border-radius:4px}#UnpaidIvoice .schoolData .schoolLogo{width:110px;max-height:110px}#UnpaidIvoice .schoolData .school-name{font-size:1.5rem;color:#fff}#UnpaidIvoice .schoolData .top{background:#5c63fb;color:#fff;border-radius:4px 4px 0 0;height:148px}#UnpaidIvoice .schoolData .top .btn-print-booking{padding:2px 22px !important;min-height:inherit !important;line-height:normal !important;font-weight:bold}#UnpaidIvoice .paymentOptions .title button{color:#144b37;font-size:1rem;font-weight:700;text-decoration:none}#UnpaidIvoice .paymentOptions .table-bordered td,#UnpaidIvoice .paymentOptions .table-bordered th{border:1px solid #dee2e6 !important}#UnpaidIvoice .paymentOptions .table-bordered{margin-top:10px !important}#UnpaidInvoices .invoice-card{border-bottom:solid 2px #ddd;overflow:hidden}#UnpaidInvoices .invoice-card .pay-invoice{left:0;top:100%;right:0;bottom:-100%;background:rgba(0,0,0,.8);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#UnpaidInvoices .invoice-card .pay-invoice a{width:100%;height:100%;display:block;line-height:115px;color:#fff;font-size:25px}#UnpaidInvoices .invoice-card:hover .pay-invoice{top:0;bottom:0}#UnpaidInvoices .invoice-card:last-child{border-bottom:none}#VerifyIdentity .bg-primary:hover{background-color:#202359;color:#fff}.invoice-details-container .details-wrapper span{color:#83868f;font-size:14px}.invoice-details-container hr{border-top:solid 1px #83868f}.required-amount span{font-size:14px}.required-amount h5{font-weight:bold;color:#6abb65}#SchoolsJobs{background-color:#f6f6f9;color:#191920 !important}#SchoolsJobs .light-grey{color:#a1a6b4}#SchoolsJobs .gray-1{color:#656974}#SchoolsJobs .gray-2{color:#969bab}#SchoolsJobs .gray-3{color:#727272}#SchoolsJobs .sky-color{color:#4ca7d4}#SchoolsJobs .bg-teacher{color:#fff;background-color:#4ca7d4}#SchoolsJobs .text-20{font-size:20px}#SchoolsJobs .text-19{font-size:19px}#SchoolsJobs .text-16{font-size:16px}#SchoolsJobs .text-15{font-size:15px}#SchoolsJobs .text-14{font-size:14px}#SchoolsJobs .text-13{font-size:13px}#SchoolsJobs .fa-circle{color:#e5e5e5 !important;font-size:7px !important}#SchoolsJobs .more-btn{background-color:#000;color:#fff}#SchoolsJobs .dark-btn{background-color:#191920;color:#fff}#SchoolsJobs .teacherProfileMenu-wrapper{background-color:#fff;box-shadow:5px 10px 130px 0 rgba(0,0,0,.11);position:relative;z-index:6;border-radius:10px;margin:20px 0 40px 0}#SchoolsJobs .teacherProfileMenu-wrapper .teacherProfileMenu{overflow-x:auto;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-y:hidden}#SchoolsJobs .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown{position:static}#SchoolsJobs .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active{background-color:rgba(0,0,0,0) !important}#SchoolsJobs .teacherProfileMenu-wrapper .teacherProfileMenu .tab{padding:20px 0;display:inline-block;margin:0 0 0 45px}#SchoolsJobs .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active{color:#191920;border-bottom:3px solid #191920}#SchoolsJobs .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar{width:2px;height:0;background-color:#f5f5f5}#SchoolsJobs .light-btn{color:#212529;border:1px solid #dfe0ea;font-size:17px;padding:1rem;border-radius:4px;background-color:#fff}@media(max-width: 480px){#SchoolsJobs .schoolsFilters{padding:24px 0}}@media(max-width: 992px){#SchoolsJobs .schoolsFilters{margin-bottom:0;padding-bottom:0}}#SchoolsJobs .SearchSchool{box-shadow:none}@media(max-width: 480px){#SchoolsJobs .SearchSchool{display:block}}#SchoolsJobs .SearchSchool h1{font-weight:500;font-size:26px;line-height:34.7px;color:#202359;margin-bottom:16px}@media(max-width: 768px){#SchoolsJobs .SearchSchool h1{font-size:18px;line-height:26px;margin-bottom:8px}}#SchoolsJobs .SearchSchool .searchinput{border-radius:12px}#SchoolsJobs .SearchSchool .searchinput .btn{max-width:118px;height:40px;border-radius:8px !important;display:flex;justify-content:center;align-items:center;color:#fff !important;box-shadow:none;background-color:#202359;font-weight:400;font-size:16px;line-height:24px}#SchoolsJobs .dark-color{color:#191920 !important}#SchoolsJobs .featuredSchools .school{padding:24px}#SchoolsJobs .featuredSchools .school .top{padding-top:0}#SchoolsJobs .featuredSchools .school .top .job-card-header{border-bottom:solid 2px #f8f8fa !important;padding:0 0 21px 0}#SchoolsJobs .featuredSchools .school .job-card-body .tinyDetails span{color:#737598;font-weight:600;font-size:14px;line-height:21px;white-space:nowrap}#SchoolsJobs .featuredSchools .school .job-card-body .jobTitle{color:#202359;font-weight:500;font-size:21px;line-height:31px}@media(max-width: 768px){#SchoolsJobs .featuredSchools .school .job-card-body .jobTitle{font-size:16px}}#SchoolsJobs .featuredSchools .school .job-card-body .jopState{background-color:rgba(8,219,151,.1215686275);border-radius:8px;color:#006c3c;font-size:14px;line-height:21px;padding:0 9px}#SchoolsJobs .featuredSchools .school .job-card-body .notAvailable{background-color:#f9b5b5;color:#e74c4c}#SchoolsJobs .featuredSchools .school .job-card-body .jobDescription{color:#737598;font-weight:400;font-size:14px;line-height:21px}@media(max-width: 768px){#SchoolsJobs .featuredSchools .school .job-card-body .jobDescription{font-size:12px}}#SchoolsJobs .featuredSchools .school .job-card-body .speciality{font-weight:600;font-size:14px;line-height:21px}#SchoolsJobs .featuredSchools .school .job-card-body .speciality span{color:#5b63fb}#SchoolsJobs .featuredSchools .school .bottom{background-color:#fff;border-bottom-right-radius:16px;border-bottom-left-radius:16px;padding:0;display:flex;justify-content:space-evenly;align-items:center;border-top:1px dashed #babbcf;height:auto}#SchoolsJobs .featuredSchools .school .bottom button,#SchoolsJobs .featuredSchools .school .bottom .btn{height:40px;padding:0 32px;border:1px solid #202359 !important;justify-content:center;width:auto;box-shadow:none;background-color:#fff;font-weight:600;line-height:25px;border-radius:28px}#SchoolsJobs .featuredSchools .school .bottom button:hover,#SchoolsJobs .featuredSchools .school .bottom .btn:hover{color:#202359}@media(max-width: 1360px){#SchoolsJobs .featuredSchools .school .bottom button,#SchoolsJobs .featuredSchools .school .bottom .btn{font-size:.7rem}}@media(max-width: 768px){#SchoolsJobs .featuredSchools .school .bottom button,#SchoolsJobs .featuredSchools .school .bottom .btn{width:100%}}@media(max-width: 480px){#SchoolsJobs .featuredSchools .school .bottom button,#SchoolsJobs .featuredSchools .school .bottom .btn{font-size:13px}}#SchoolsJobs .featuredSchools .school .bottom p{color:#202359;font-weight:400;font-size:14px;line-height:21px}#SchoolsJobs .featuredSchools .school .bottom span{color:#737598;font-weight:400;font-size:12px;line-height:18.6px}#SchoolsJobs .featuredSchools .school a{margin:0}#SchoolsJobs .results{color:#737598;font-weight:400;font-size:16px;line-height:24px}#SchoolsJobs .viewCards .CertifiedSchools{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:20px;border:1px solid #e0e0eb;padding:6px 17px;font-size:12px;font-weight:400;color:#202359;line-height:18.6px}#SchoolsJobs .viewCards .CertifiedSchools span{white-space:nowrap}#SchoolsJobs .viewCards .CertifiedSchools input{cursor:pointer}#SchoolsJobs .viewCards button{background:none;border:none;padding:0}#SchoolsJobs .selectinput{box-shadow:none;display:flex;padding:10px 15px;margin-bottom:10px;flex-direction:column}#SchoolsJobs .selectinput button.selectCategory{display:flex;background:none;border:none;justify-content:space-between;align-items:center;color:#202359;line-height:25px;font-weight:600;font-size:18px;margin-bottom:20px;width:100%}#SchoolsJobs .selectinput button.selectCategory span{transform:rotateZ(-90deg) translateY(-2px);transition:transform 300ms ease-out;font-size:14px}#SchoolsJobs .selectinput button.selectCategory span.open{transform:rotateZ(90deg) translateY(-2px)}#SchoolsJobs .selectinput .category{max-height:0px;overflow-y:hidden;transition:all 300ms ease-out}#SchoolsJobs .selectinput .category input{cursor:pointer}#SchoolsJobs .selectinput .category.open{max-height:150px;overflow-y:auto}#SchoolsJobs .selectinput .category .eachChoice{border:1px solid #202359;border-radius:8px;height:32px;padding:0 12px;color:#202359;font-size:16px;line-height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}#SchoolsJobs .selectinput .category .eachChoice:has(input:checked){border-color:#5b63fb;color:#5b63fb}#SchoolsJobs .selectinput .category .eachChoice input{display:none}#SchoolsJobs .filters-tags{background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);border-radius:4px}#SchoolsJobs .filters-tags .badge{background-color:rgba(150,155,171,.2);color:#191920}#SchoolsJobs .filters-tags .badge i{cursor:pointer}.modal-layout .modal-dialog{max-width:750px}.modal-layout .modal-content{background-color:rgba(0,0,0,0)}.modal-layout .close-modal{background-color:rgba(0,0,0,0)}.modal-layout .close-modal span{cursor:pointer;color:#fff}.modal-layout .modal-header{background-color:#617fff;background-image:url(/img/schoolsArtwork.svg);flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:15px}.modal-layout .modal-header p{font-size:15px;color:#fff;margin-bottom:5px}.modal-layout .modal-header h4{color:#fff}.modal-layout .modal-body{background-color:#fff}.modal-layout .modal-body .transparent-wrapper{background-color:rgba(0,0,0,0)}.modal-layout .modal-body p,.modal-layout .modal-body span{font-size:18px}.modal-layout .modal-body .custom-success-button{border-radius:4px;padding:8px 50px}.modal-layout .modal-body .later-btn{background-color:#ddd;padding:8px 25px;color:#535151;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}.modal-layout hr{border-top:solid 1px #bbb}.modal-layout .error{font-size:14px;color:#ef7070}.modal-layout .cv-wrapper{background-color:rgba(97,127,255,.05);border:dashed 1px #617fff;cursor:pointer}:lang(en) #SchoolsJobs .featuredSchools .school .job-card-body{padding:21px 75px 23px 27px}@media(max-width: 480px){:lang(en) #SchoolsJobs .featuredSchools .school .job-card-body{padding:21px 27px 23px 27px}}.sv_header{padding:10px 20px 5px}.sv_main.sv_default_css input[type=button],.sv_default_css button{border:0 !important;border-radius:3px !important;color:#fff !important;font-family:"Helvetica Neue W23 for SKY Bd" !important}.sv_main.sv_default_css .sv_p_root>.sv_row{background:#fff !important;border-bottom:1px solid #f4f4f4 !important;padding-bottom:20px !important}.sv_row .sv_qstn{padding-top:20px}.sv_progress{display:none !important}.sv_completed_page h3{padding-top:50px;font-size:1.4rem}.sv_qstn .sv-q-col-1,.sv-question .sv-q-col-1{width:auto !important}.openFilterBar{background:none;border:none;color:#202359;font-weight:600;transition:all ease-out 300ms}@media(max-width: 992px){.openFilterBar{transform:rotateZ(90deg)}}.hideFilterBar{background:none;border:none;color:#202359;font-weight:600;transition:all ease-out 300ms}@media(max-width: 992px){.hideFilterBar{transform:rotateZ(-90deg)}}#JobDetails{padding-top:70px;background-color:#f6f6f9}#JobDetails .light-grey{color:#a1a6b4}#JobDetails .gray-1{color:#656974}#JobDetails .gray-2{color:#969bab}#JobDetails .gray-3{color:#727272}#JobDetails .sky-color{color:#4ca7d4}#JobDetails .bg-teacher{color:#fff;background-color:#4ca7d4}#JobDetails .text-20{font-size:20px}#JobDetails .text-19{font-size:19px}#JobDetails .text-16{font-size:16px}#JobDetails .text-15{font-size:15px}#JobDetails .text-14{font-size:14px}#JobDetails .text-13{font-size:13px}#JobDetails .fa-circle{color:#e5e5e5 !important;font-size:7px !important}#JobDetails .more-btn{background-color:#000;color:#fff}#JobDetails .dark-btn{background-color:#191920;color:#fff}#JobDetails .teacherProfileMenu-wrapper{background-color:#fff;box-shadow:5px 10px 130px 0 rgba(0,0,0,.11);position:relative;z-index:6;border-radius:10px;margin:20px 0 40px 0}#JobDetails .teacherProfileMenu-wrapper .teacherProfileMenu{overflow-x:auto;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-y:hidden}#JobDetails .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown{position:static}#JobDetails .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active{background-color:rgba(0,0,0,0) !important}#JobDetails .teacherProfileMenu-wrapper .teacherProfileMenu .tab{padding:20px 0;display:inline-block;margin:0 0 0 45px}#JobDetails .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active{color:#191920;border-bottom:3px solid #191920}#JobDetails .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar{width:2px;height:0;background-color:#f5f5f5}#JobDetails .light-btn{color:#212529;border:1px solid #dfe0ea;font-size:17px;padding:1rem;border-radius:4px;background-color:#fff}#JobDetails .more-btn{border-radius:3px}#JobDetails .p-x-30{padding-left:30px;padding-right:30px}#JobDetails .PageHeader{padding:192px 0}#JobDetails .details-body{z-index:1000}#JobDetails .details-body .custom-container-a{position:relative;padding:32px;background-color:#fff;margin-bottom:30px !important;border-radius:16px}#JobDetails .details-body .ApplyForm h4{color:#202359;font-weight:500;font-size:21px;line-height:31px;margin-bottom:32px}@media(max-width: 768px){#JobDetails .details-body .ApplyForm h4{font-size:16px;line-height:21px;margin-bottom:16px;width:100%}}@media(min-width: 992px){#JobDetails .details-body .ApplyForm h4{max-width:488px}}#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse:not(.show)) .accordion-button{padding:16px 32px;border-radius:16px;background-color:#f6f6f9;color:#202359;font-weight:500;font-size:16px;line-height:29.98px}#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse:not(.show)) .accordion-button+hr{color:#fff}#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse) .accordion-button{padding:0;background-color:#fff}#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse) .accordion-button+hr{color:#e0e0eb}#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse){border:1px solid #e0e0eb;padding:16px 32px;border-radius:16px}@media(max-width: 575px){#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse){padding:16px}}#JobDetails .details-body .ApplyForm .accordion-item:has(.accordion-collapse:not(.show)){border:none;padding:0}#JobDetails .details-body .ApplyForm .accordion-body{padding:0}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg{display:flex;flex-direction:column;align-items:center;justify-content:center;width:96px;height:96px;border:2px solid #e0e0eb;border-radius:50%;background-color:#f9fafb;position:relative;text-align:center;cursor:pointer;padding:0;margin:0;overflow:hidden}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg .file-input{opacity:0;cursor:pointer;z-index:1}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg .upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8a6da2;font-family:Arial,sans-serif;font-size:14px;text-align:center;cursor:pointer;position:absolute;transition:all ease-out .3s;width:100%;height:100%}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg .upload-icon{font-size:24px}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg:hover .upload-iconHover,#JobDetails .details-body .ApplyForm .accordion-body .uploadImg:hover .upload-text{display:block}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg:hover label{opacity:.5}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg .upload-iconHover{display:none}#JobDetails .details-body .ApplyForm .accordion-body .uploadImg .upload-text{display:none;font-size:14px}#JobDetails .details-body .ApplyForm .accordion-body form label{color:#202359;font-weight:400;font-size:12px;line-height:18.6px;margin-bottom:8px}#JobDetails .details-body .ApplyForm .accordion-body form input,#JobDetails .details-body .ApplyForm .accordion-body form select,#JobDetails .details-body .ApplyForm .accordion-body form textarea{border-radius:12px;border:1px solid #babbcf;height:48px;padding:0 12px;background-color:#fff}#JobDetails .details-body .ApplyForm .accordion-body form input:disabled{background-color:#e9ecef !important;cursor:not-allowed}#JobDetails .details-body .ApplyForm .accordion-body form select,#JobDetails .details-body .ApplyForm .accordion-body form textarea{cursor:pointer}#JobDetails .details-body .ApplyForm .accordion-body form input[type=radio]{cursor:pointer}#JobDetails .details-body .ApplyForm .accordion-body form select{color:#000;font-size:14px;line-height:21px}#JobDetails .details-body .ApplyForm .accordion-body form select option{cursor:pointer}#JobDetails .details-body .ApplyForm .accordion-body form span{color:#202359;font-size:12px;line-height:18.6px}#JobDetails .details-body .ApplyForm .accordion-body form p{color:#737598;font-size:12px;line-height:18.6px}#JobDetails .details-body .ApplyForm .accordion-body form .line{position:absolute;top:50%;left:0;transform:translateY(-50%);width:82%;background-color:#e0e0eb;height:1px}@media(max-width: 575px){#JobDetails .details-body .ApplyForm .accordion-body form .line{width:50%}}@media(max-width: 767px){#JobDetails .details-body .ApplyForm .accordion-body form .line{width:72%}}#JobDetails .details-body .ApplyForm .accordion-body form .UploadCv{height:auto;background-color:#fafafa;border:none;width:100%;display:flex;align-items:baseline}#JobDetails .details-body .ApplyForm .accordion-body form .UploadCv label{cursor:pointer;margin-bottom:0;padding:16px}#JobDetails .details-body .ApplyForm .accordion-body form .UploadCv .deletCV{margin-right:auto;background-color:#fafafa;border:0}#JobDetails .details-body .ApplyForm .accordion-body .experienceForm p{color:#202359;font-size:16px;line-height:24px}#JobDetails .details-body .ApplyForm .accordion-body .experienceForm textarea{padding-top:12px}#JobDetails .details-body .custom-container-y{padding:24px;background-color:#fff;margin-bottom:30px !important;border-radius:16px}#JobDetails .details-body .basic-info-card .school-single-img-container{border-top-left-radius:16px;border-top-right-radius:16px;display:flex;justify-content:center;align-items:center;overflow:hidden;height:190px}#JobDetails .details-body .basic-info-card .location{color:#5b63fb;font-weight:600;font-size:18px;line-height:25px;margin-bottom:24px;text-decoration:underline}@media(max-width: 768px){#JobDetails .details-body .basic-info-card .location{font-size:14px;line-height:18px;margin-bottom:14px}}#JobDetails .details-body .basic-info-card .jobType{color:#202359;font-weight:600;font-size:18px;line-height:25px;margin-bottom:24px}#JobDetails .details-body .basic-info-card .jobSpecialization h5{color:#737598;font-weight:400;font-size:16px;line-height:24px;margin-bottom:4px}@media(max-width: 768px){#JobDetails .details-body .basic-info-card .jobSpecialization h5{font-size:12px;line-height:16px}}#JobDetails .details-body .basic-info-card .jobSpecialization p{color:#202359;font-weight:600;font-size:18px;line-height:25px;margin-bottom:24px}@media(max-width: 768px){#JobDetails .details-body .basic-info-card .jobSpecialization p{font-size:14px;line-height:20px}}#JobDetails .details-body .basic-info-card .requirements{color:#737598;font-weight:400;font-size:16px;line-height:24px;margin-bottom:32px}@media(max-width: 768px){#JobDetails .details-body .basic-info-card .requirements{font-size:12px;line-height:16px;margin-bottom:16px}}#JobDetails .details-body .basic-info-card .requirements small{color:#202359;word-break:break-all}#JobDetails .details-body .basic-info-card ul.jobDetails{list-style-type:none;padding:0;margin-bottom:0}#JobDetails .details-body .basic-info-card ul.jobDetails li{display:flex;gap:8px;margin-bottom:0}#JobDetails .details-body .basic-info-card ul.jobDetails li span{font-weight:400;font-size:16px;line-height:24px}#JobDetails .details-body .basic-info-card ul.jobDetails li span.list-head{color:#737598}#JobDetails .details-body .basic-info-card ul.jobDetails li span.list-item{color:#202359}#JobDetails .details-body .basic-info-card .statistic{margin-top:48px}@media screen and (max-width: 600px){#JobDetails .details-body .basic-info-card .statistic{flex-direction:column}#JobDetails .details-body .basic-info-card .statistic>*{border:0 !important;margin:0 !important}}#JobDetails .details-body .basic-info-card p.border-end{border-color:#dfe0ea}#JobDetails .details-body .basic-info-card hr{color:#dfe0ea}#JobDetails .details-body .basic-info-card .job-state{padding:11px 27px}#JobDetails .details-body .basic-info-card .accepted,#JobDetails .details-body .basic-info-card .refused,#JobDetails .details-body .basic-info-card .notReviewed{position:absolute;top:0;left:0;width:100%}#JobDetails .details-body .basic-info-card .accepted{background-color:rgba(107,190,153,.25);color:#6bbe99}#JobDetails .details-body .basic-info-card .refused{background-color:rgba(200,11,11,.25);color:#c80b0b}#JobDetails .details-body .basic-info-card .notReviewed{background-color:rgba(91,99,251,.25);color:#5b63fb}#JobDetails .details-body .basic-info-card .waiting{background-color:rgba(24,24,28,.25);color:#212529}#JobDetails .details-body .basic-info-card .btn{border-radius:3px !important;height:45px}#JobDetails .details-body .basic-info-card .light-btn{height:45px;width:45px}#JobDetails .details-body div.cta{gap:0 1rem}#JobDetails .details-body .job-description-card h5,#JobDetails .details-body .job-description-card p{color:#737598;font-weight:400;font-size:16px;line-height:24px}@media(max-width: 768px){#JobDetails .details-body .job-description-card h5,#JobDetails .details-body .job-description-card p{font-size:14px}}#JobDetails .details-body .job-description-card p{color:#202359;word-break:break-word}#JobDetails .details-body .job-requirments-card li{color:gray}#JobDetails .details-body .school-info-card hr{color:#e0e0eb;height:1px;margin:32px 0}#JobDetails .details-body .school-info-card .applyNowBtn{color:#fff;background-color:#5b63fb;border-radius:25px;width:100%;text-align:center;padding:11.26px 0;border:none}#JobDetails .details-body .school-info-card .browseToSchoolBtn{color:#202359;border:1px solid #202359;border-radius:25px;width:100%;text-align:center;padding:11.26px 0}#JobDetails .details-body .school-info-card .school-specs{gap:0 1.4rem}#JobDetails .details-body .school-info-card .school-specs-item span{color:#969bab;font-size:13px}@media screen and (max-width: 600px){#JobDetails .details-body .school-info-card .school-specs-item{border:0 !important}}#JobDetails .details-body .school-info-card .school-contact{background-color:#f8f8fa;padding:30px}#JobDetails .details-body .school-info-card .school-contact a{border-radius:4px}#JobDetails .details-body .school-info-card .school-contact p>.fas,#JobDetails .details-body .school-info-card .school-contact p>.fab{color:#969bab;margin-inline-end:.5rem}#JobDetails .details-body .school-info-card .school-contact .snap-link{background-color:#fffb00}#JobDetails .details-body .school-info-card .school-contact .snap-link i{color:#fff}#JobDetails .details-body .school-info-card .school-contact .youtube-link{background-color:#d01515}#JobDetails .details-body .school-info-card .school-contact .youtube-link i{color:#fff}#JobDetails .details-body .school-info-card .school-contact .instgram-link{background:#f09433;background:-moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:-webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 )}#JobDetails .details-body .school-info-card .school-contact .instgram-link i{color:#fff}#JobDetails .details-body .school-info-card .school-contact .twitter-link{background-color:#1da1f2}#JobDetails .details-body .school-info-card .school-contact .twitter-link i{color:#fff}#JobDetails .details-body .school-info-card .school-contact .whatsapp-link{background-color:#519888}#JobDetails .details-body .school-info-card .school-contact .whatsapp-link i{color:#fff}#JobDetails .details-body .school-info-card .school-contact .facebook-link{background-color:#3b5998}#JobDetails .details-body .school-info-card .school-contact .facebook-link i{color:#fff}#JobDetails .details-body .school-info-card .similar-jobs h5{border-bottom:solid 1px #dfe0ea !important;padding-bottom:30px !important}#JobDetails .details-body .school-info-card .similar-jobs .jobs-list .job-card{border-bottom:solid 1px #dfe0ea}#JobDetails .details-body .school-info-card .similar-jobs .jobs-list .job-card:last-child{border-bottom:none !important}#JobDetails .details-body .school-info-card .similar-jobs .jobs-list img{width:62px}#JobDetails .details-body .school-info-card .similar-jobs .jobs-list span{color:#969bab;font-size:13px}#JobDetails .details-body .school-info-card .similar-jobs .jobs-list .show-job{width:35px;height:35px;border:solid 1px #dadde5}#JobDetails .details-body .school-info-card .school-banner .owl-item .item.paid-badge{position:relative}#JobDetails .details-body .school-info-card .school-banner .owl-item .item.paid-badge::after{width:6.4rem;display:inline-block;content:"إعلان مدفوع";background-color:#202359;position:absolute;top:14px;left:0px;padding:.5rem .7rem;border-radius:0 0 5px 0;color:#fff}#JobDetails .details-body .school-info-card .school-banner img{max-width:467px;max-height:387px;height:387px}@media(max-width: 600px){#JobDetails .details-body .school-info-card .school-banner img{max-width:100%;height:auto !important}}#JobDetails .details-body .school-info-card .about-school *{display:inline !important}#JobDetails .details-body .school{background-color:#fff;padding-top:1rem;border-radius:16px}#JobDetails .details-body .school .top .job-card-header{border-bottom:solid 2px #f8f8fa !important;padding:0 27px 21px 27px}#JobDetails .details-body .school .job-card-body{padding:21px 27px 23px 75px}@media(max-width: 480px){#JobDetails .details-body .school .job-card-body{padding:21px 27px 23px 27px}}#JobDetails .details-body .school .bottom{background-color:#f8f8fa !important;padding:23px 27px 25px 27px !important;height:unset !important}#JobDetails .details-body .school .bottom button{height:44px;font-size:15px;border-radius:3px;font-weight:bold}@media(max-width: 480px){#JobDetails .details-body .school .bottom button{font-size:13px}}#JobDetails .details-body .school .bottom .dark-btn{margin-inline-start:12px}#JobDetails .details-body .dark-btn{border-radius:3px}#JobDetails .modal-layout .modal-dialog{max-width:750px}#JobDetails .modal-layout .modal-content{background-color:rgba(0,0,0,0)}#JobDetails .modal-layout .close-modal{background-color:rgba(0,0,0,0)}#JobDetails .modal-layout .close-modal span{cursor:pointer;color:#fff}#JobDetails .modal-layout .modal-header{background-color:#617fff;background-image:url(/img/schoolsArtwork.svg);flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:15px}#JobDetails .modal-layout .modal-header p{font-size:15px;color:#fff;margin-bottom:5px}#JobDetails .modal-layout .modal-header h4{color:#fff}#JobDetails .modal-layout .modal-body{background-color:#fff}#JobDetails .modal-layout .modal-body .transparent-wrapper{background-color:rgba(0,0,0,0)}#JobDetails .modal-layout .modal-body p,#JobDetails .modal-layout .modal-body span{font-size:18px}#JobDetails .modal-layout .modal-body .custom-success-button{border-radius:4px;padding:8px 50px}#JobDetails .modal-layout .modal-body .later-btn{background-color:#ddd;padding:8px 25px;color:#535151;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}#JobDetails .modal-layout hr{border-top:solid 1px #bbb}#JobDetails .modal-layout .photo-input-wrapper{width:40px;height:40px;border-radius:50% !important;border:dashed 2px #353434 !important;background-color:#ddd;position:absolute;right:30%;transition:translateX(30);top:30%;transition:translatey(30);opacity:30%}#JobDetails .modal-layout .photo-icon{position:absolute;right:42%;transition:translateX(42);top:39%;transition:translatey(39);font-size:22px !important;cursor:pointer;color:#353434;opacity:30%}#JobDetails .jobsInterestYou .school .job-card-body{padding:12px 16px 0px 16px}#JobDetails .jobsInterestYou .school .job-card-body .tinyDetails span{white-space:nowrap}#JobDetails .jobsInterestYou .school .bottom{background-color:#fff !important;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:16px}#JobDetails .jobsInterestYou .school .bottom .schoolData{border-top:1px dashed #babbcf;padding-top:12px}#JobDetails .jobsInterestYou .jobDescription{color:#737598;font-weight:400;font-size:14px;line-height:21px}@media(max-width: 768px){#JobDetails .jobsInterestYou .jobDescription{font-size:12px}}#JobDetails .jobsInterestYou .speciality{font-weight:600;font-size:14px;line-height:21px}#JobDetails .jobsInterestYou .speciality span{color:#5b63fb}#JobDetails .jobsInterestYou .jobTitle{color:#202359;font-weight:500;font-size:21px;line-height:31px}@media(max-width: 768px){#JobDetails .jobsInterestYou .jobTitle{font-size:16px}}#JobDetails .jobsInterestYou .jopState{background-color:rgba(8,219,151,.1215686275);border-radius:8px;color:#006c3c;font-size:14px;line-height:21px;padding:0 9px}#ViewMyApps .light-grey{color:#a1a6b4}#ViewMyApps .gray-1{color:#656974}#ViewMyApps .gray-2{color:#969bab}#ViewMyApps .gray-3{color:#727272}#ViewMyApps .sky-color{color:#4ca7d4}#ViewMyApps .bg-teacher{color:#fff;background-color:#4ca7d4}#ViewMyApps .text-20{font-size:20px}#ViewMyApps .text-19{font-size:19px}#ViewMyApps .text-16{font-size:16px}#ViewMyApps .text-15{font-size:15px}#ViewMyApps .text-14{font-size:14px}#ViewMyApps .text-13{font-size:13px}#ViewMyApps .fa-circle{color:#e5e5e5 !important;font-size:7px !important}#ViewMyApps .more-btn{background-color:#000;color:#fff}#ViewMyApps .dark-btn{background-color:#191920;color:#fff}#ViewMyApps .teacherProfileMenu-wrapper{background-color:#fff;box-shadow:5px 10px 130px 0 rgba(0,0,0,.11);position:relative;z-index:6;border-radius:10px;margin:20px 0 40px 0}#ViewMyApps .teacherProfileMenu-wrapper .teacherProfileMenu{overflow-x:auto;scroll-behavior:smooth;display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-y:hidden}#ViewMyApps .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown{position:static}#ViewMyApps .teacherProfileMenu-wrapper .teacherProfileMenu .dropdown .dropdown-item:active{background-color:rgba(0,0,0,0) !important}#ViewMyApps .teacherProfileMenu-wrapper .teacherProfileMenu .tab{padding:20px 0;display:inline-block;margin:0 0 0 45px}#ViewMyApps .teacherProfileMenu-wrapper .teacherProfileMenu .tab.active{color:#191920;border-bottom:3px solid #191920}#ViewMyApps .teacherProfileMenu-wrapper .teacherProfileMenu::-webkit-scrollbar{width:2px;height:0;background-color:#f5f5f5}#ViewMyApps .light-btn{color:#212529;border:1px solid #dfe0ea;font-size:17px;padding:1rem;border-radius:4px;background-color:#fff}#ViewMyApps .PageHeader{padding:115px 0}#ViewMyApps .details-body{z-index:1000;margin-top:-110px}#ViewMyApps .details-body .custom-container-a{padding:30px;background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);margin-bottom:30px !important}#ViewMyApps .details-body .custom-container-y{padding:30px 0;background-color:#fff;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);margin-bottom:30px !important}#ViewMyApps .details-body .basic-info-card .statistic{margin-top:48px}@media screen and (max-width: 600px){#ViewMyApps .details-body .basic-info-card .statistic{flex-direction:column}#ViewMyApps .details-body .basic-info-card .statistic>*{border:0 !important;margin:0 !important}}#ViewMyApps .details-body .basic-info-card p.border-end{border-color:#dfe0ea}#ViewMyApps .details-body .basic-info-card hr{color:#dfe0ea}#ViewMyApps .details-body div.cta{gap:0 1rem}#ViewMyApps .details-body .job-details-card ul{list-style-type:none;padding:0}#ViewMyApps .details-body .job-details-card ul span.list-head{color:#656974 !important}#ViewMyApps .details-body .job-details-card span.list-head{width:9rem;display:inline-block;color:gray}#ViewMyApps .details-body .job-description-card p{color:gray}#ViewMyApps .details-body .job-requirments-card li{color:gray}#ViewMyApps .details-body .school-info-card hr{background-color:#dfe0ea;height:2px}#ViewMyApps .details-body .school-info-card .school-specs{gap:0 2rem}#ViewMyApps .details-body .school-info-card .school-specs-item{padding-inline-end:1.5rem}#ViewMyApps .details-body .school-info-card .school-specs-item span{color:#969bab;font-size:13px}@media screen and (max-width: 600px){#ViewMyApps .details-body .school-info-card .school-specs-item{border:0 !important}}#ViewMyApps .details-body .school-info-card .school-contact a{border-radius:4px}#ViewMyApps .details-body .school-info-card .school-contact p>.fas,#ViewMyApps .details-body .school-info-card .school-contact p>.fab{color:#969bab;margin-inline-end:.5rem}#ViewMyApps .details-body .school-info-card .school-contact .snap-link{background-color:#fffb00}#ViewMyApps .details-body .school-info-card .school-contact .snap-link i{color:#fff}#ViewMyApps .details-body .school-info-card .school-contact .youtube-link{background-color:#d01515}#ViewMyApps .details-body .school-info-card .school-contact .youtube-link i{color:#fff}#ViewMyApps .details-body .school-info-card .school-contact .instgram-link{background:#f09433;background:-moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:-webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 )}#ViewMyApps .details-body .school-info-card .school-contact .instgram-link i{color:#fff}#ViewMyApps .details-body .school-info-card .school-contact .twitter-link{background-color:#1da1f2}#ViewMyApps .details-body .school-info-card .school-contact .twitter-link i{color:#fff}#ViewMyApps .details-body .school-info-card .school-contact .whatsapp-link{background-color:#519888}#ViewMyApps .details-body .school-info-card .school-contact .whatsapp-link i{color:#fff}#ViewMyApps .details-body .school-info-card .school-contact .facebook-link{background-color:#3b5998}#ViewMyApps .details-body .school-info-card .school-contact .facebook-link i{color:#fff}#ViewMyApps .details-body .school-info-card .similar-jobs .jobs-list img{width:60px;border-radius:4px}#ViewMyApps .details-body .school-info-card .similar-jobs .jobs-list span{color:#969bab;font-size:13px}#ViewMyApps .details-body .school-info-card .school-banner .owl-item .item.paid-badge{position:relative}#ViewMyApps .details-body .school-info-card .school-banner .owl-item .item.paid-badge::after{width:6.4rem;display:inline-block;content:"إعلان مدفوع";background-color:#191e5a;position:absolute;top:14px;left:0px;padding:.5rem .7rem;border-radius:0 0 5px 0;color:#fff}#ViewMyApps .details-body .school-info-card .school-banner img{max-width:467px;max-height:387px;height:387px}@media(max-width: 600px){#ViewMyApps .details-body .school-info-card .school-banner img{max-width:100%;height:auto !important}}#ViewMyApps .details-body .job{background-color:#fff;border-radius:5px;overflow:hidden;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05)}#ViewMyApps .details-body .job .top .job-state{padding:11px 27px}#ViewMyApps .details-body .job .top .job-state.accepted{background-color:rgba(107,190,153,.25);color:#6bbe99}#ViewMyApps .details-body .job .top .job-state.rejected{background-color:rgba(200,11,11,.25);color:#c80b0b}#ViewMyApps .details-body .job .top .job-state.not-seen{background-color:rgba(91,99,251,.25);color:#5b63fb}#ViewMyApps .details-body .job .top .job-state.waiting{background-color:rgba(24,24,28,.25);color:#212529}#ViewMyApps .details-body .job .top .job-state p{margin:0;font-weight:bold;font-size:16px}#ViewMyApps .details-body .job .top .job-card-header{border-bottom:solid 2px #f8f8fa !important;padding:0 27px 21px 27px}#ViewMyApps .details-body .job .job-card-body{padding:21px 27px 23px 75px}@media(max-width: 480px){#ViewMyApps .details-body .job .job-card-body{padding:21px 27px 23px 27px}}#ViewMyApps .details-body .job .bottom{background-color:#f8f8fa !important;padding:23px 27px 25px 27px !important;height:unset !important}#ViewMyApps .details-body .job .bottom button{height:44px;font-size:15px;border-radius:3px;font-weight:bold}@media(max-width: 480px){#ViewMyApps .details-body .job .bottom button{font-size:13px}}#ViewMyApps .details-body .job .bottom .dark-btn{border-radius:4px}#ViewMyApps .modal-layout .modal-dialog{max-width:750px}#ViewMyApps .modal-layout .modal-content{background-color:rgba(0,0,0,0)}#ViewMyApps .modal-layout .close-modal{background-color:rgba(0,0,0,0)}#ViewMyApps .modal-layout .close-modal span{cursor:pointer;color:#fff}#ViewMyApps .modal-layout .modal-header{background-color:#617fff;background-image:url(/img/schoolsArtwork.svg);flex-direction:column;align-items:flex-start;padding-top:15px;padding-bottom:15px}#ViewMyApps .modal-layout .modal-header p{font-size:15px;color:#fff;margin-bottom:5px}#ViewMyApps .modal-layout .modal-header h4{color:#fff}#ViewMyApps .modal-layout .modal-body{background-color:#fff}#ViewMyApps .modal-layout .modal-body .transparent-wrapper{background-color:rgba(0,0,0,0)}#ViewMyApps .modal-layout .modal-body p,#ViewMyApps .modal-layout .modal-body span{font-size:18px}#ViewMyApps .modal-layout .modal-body .custom-success-button{border-radius:4px;padding:8px 50px}#ViewMyApps .modal-layout .modal-body .later-btn{background-color:#ddd;padding:8px 25px;color:#535151;font-size:17px;border-radius:4px;border:none;height:55px;line-height:35px}#ViewMyApps .modal-layout hr{border-top:solid 1px #bbb}#ViewMyApps .modal-layout .photo-input-wrapper{width:40px;height:40px;border-radius:50% !important;border:dashed 2px #353434 !important;background-color:#ddd;position:absolute;right:30%;transition:translateX(30);top:30%;transition:translatey(30);opacity:30%}#ViewMyApps .modal-layout .photo-icon{position:absolute;right:42%;transition:translateX(42);top:39%;transition:translatey(39);font-size:22px !important;cursor:pointer;color:#353434;opacity:30%}#upgradeApp .v-select{height:44px;line-height:34px !important;padding-right:10 !important;padding-left:10 !important;border-radius:0 !important;border:none !important;box-shadow:none !important;border:2px solid rgba(0,0,0,.15) !important}#upgradeApp .v-select:active,#upgradeApp .v-select:focus{outline-color:rgba(0,0,0,0) !important;outline:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;border:2px solid #202359 !important}#upgradeApp .v-select .vs__search{height:35px}#upgradeApp .v-select .vs__dropdown-toggle{height:40px}#upgradeApp .v-select .vs__search{background-color:unset}#upgradeApp .v-select .vs__selected{font-size:16px !important}.FinancePage .title-row .main-title p{font-size:1.2rem}.FinancePage .title-row .btn{min-height:50px !important;border-radius:50px !important;padding:10px 35px !important;height:50px;line-height:30px}.FinancePage .why-ads{padding-top:75px !important;background-color:rgba(0,0,0,0) !important}.FinancePage .why-ads .why-ads-item div{width:60px;height:60px;border-radius:50%}.FinancePage .why-ads .why-ads-item div img{width:25px}.FinancePage .why-ads .why-ads-item div.chicken1{background-color:#ffead0}.FinancePage .why-ads .why-ads-item div.chicken2{background-color:#d0f5ff}.FinancePage .why-ads .why-ads-item div.chicken3{background-color:#e7e8ff}.FinancePage .why-ads .why-ads-item div.chicken4{background-color:#ecffd0}.FinancePage .why-ads .why-ads-item div.chicken5{background-color:#dcffd3}.FinancePage .why-ads .why-ads-item div.chicken6{background-color:#ffdbd6}.FinancePage .why-ads .why-ads-item p{font-size:.8rem;margin-bottom:5px;margin-top:20px}.FinancePage .why-ads .why-ads-item p.chicken1{color:#e27f39 !important}.FinancePage .why-ads .why-ads-item p.chicken2{color:#20bfee !important}.FinancePage .why-ads .why-ads-item p.chicken3{color:#5c63fb !important}.FinancePage .why-ads .why-ads-item p.chicken4{color:#8ac63c !important}.FinancePage .why-ads .why-ads-item p.chicken5{color:#58c23c !important}.FinancePage .why-ads .why-ads-item p.chicken6{color:#e76b6a !important}.FinancePage .bg-gray{background-color:#f2f2f2}.FinancePage section.faq .wrapper{background-color:#fff}.FinancePage section.faq .accordion-item{border:solid 2px #f3f3f1;border-radius:6px;margin-bottom:1rem}.FinancePage section.faq .accordion-item:last-child{margin-bottom:0}.FinancePage section.faq .accordion-button{border:none;box-shadow:none}.FinancePage section.faq .accordion-button::after{width:.8rem;height:.8rem;background-size:.8rem}.FinancePage section.faq .accordion-button:not(.collapsed){color:#212529;background-color:rgba(0,0,0,0)}.FinancePage section.faq .accordion-body{color:#656974;padding-top:0 !important;text-align:justify;padding-inline-end:6rem}@media(max-width: 780px){.FinancePage section.faq .accordion-body{padding-inline-end:2rem}}.companyDiscounts .page-header{background-color:#202359;padding:50px 0;color:#fff;background-image:url(/img/schoolsArtwork.svg);margin-bottom:105px}.companyDiscounts .page-header .title-row{margin-top:3rem;margin-bottom:0 !important}.companyDiscounts .page-header .title-row p{font-size:1.4rem}.companyDiscounts .page-header .title-row .btn{min-height:50px !important;border-radius:50px !important;padding:10px 35px !important;height:50px;line-height:30px}.companyDiscounts .page-header .title-row img{margin-bottom:-190px}.companyDiscounts .slider-section{background-color:rgba(0,0,0,0) !important}.companyDiscounts .book-space{background-color:#000;border-radius:4px;color:#fff;padding-right:30px;padding-left:30px}.surveyblock{background-color:#fff;border-radius:24px;box-shadow:5px 10px 30px 3px rgba(0,0,0,.05);margin-top:-80px;padding:60px 40px}@media(max-width: 768px){.surveyblock{margin-bottom:4rem}}.surveyblock .question{margin-bottom:3rem;border-bottom:1px solid #e9e9e9;padding-bottom:3rem}.surveyblock .question h4{font-size:1.4rem;margin-bottom:30px;line-height:2rem;color:#606060}.surveyblock .question .answers label{color:#000;font-size:1rem}@media(max-width: 768px){.surveyblock .question .answers .form-check-inline{display:block;margin-bottom:1rem}}.TeachersGate{background-image:url(/v2/views/img/featchers.png);background-size:cover;background-repeat:no-repeat;background-position:center;padding-bottom:0}.TeachersGate .PageHeader{background:rgba(0,0,0,0);color:#202359;min-height:35vh;padding:50px 0 0 0}.TeachersGate .PageHeader .main-title{text-align:right}.TeachersGate .PageHeader .main-title h1{font-size:40px;line-height:25px;font-weight:500px}.TeachersGate .PageHeader .main-title p{font-size:21px;line-height:31px;font-weight:500}.uni-services-container{background-color:#fff;padding-bottom:128px;justify-content:space-between}.uni-services-container .uni-services{justify-content:space-between}.uni-services-container .uni-services h3{margin-top:91px;margin-bottom:32px;font-weight:500;font-size:26px;line-height:34.7px;color:#202359;text-align:right}.uni-services-container .uni-services p{font-weight:700;font-size:20px;margin-top:1rem}.uni-services-container .uni-services .uni-service{background-color:#f6f6f9;border-radius:16px;padding:34px 24px}.uni-services-container .uni-services .uni-service img{margin-bottom:16px}.uni-services-container .uni-services .uni-service p{margin:0 !important;line-height:25px;font-size:18px;font-weight:600;color:#202359}.university-list{padding-bottom:128px}.university-list .univ-item{display:flex;flex-direction:column;align-items:center;background:#fff;box-shadow:5px 10px 30px rgba(0,0,0,.05);border-radius:4px;margin-bottom:2rem}.university-list .univ-item .top{display:flex;flex-direction:column;align-items:center}.university-list .univ-item .top img{max-width:80%;margin-bottom:20px;height:145px}.university-list .univ-item .top h3{font-weight:700;font-size:24px;color:#000}.university-list .univ-item .top p{font-weight:500;font-size:14px;color:#656974}.university-list .univ-item .bottom{background-color:#f8f8f8;display:flex;width:100%;justify-content:space-between}.university-list .univ-item .bottom button,.university-list .univ-item .bottom a{background-color:rgba(0,0,0,0);border:0;box-shadow:none;padding:0;color:#656974}.university-list .univ-item .bottom button i,.university-list .univ-item .bottom a i{color:#6bbe99}.search-bar{margin:0 auto;background-color:#fff;border-radius:8px;margin-top:32px;margin-bottom:24px}.search-bar form{padding:20px 4px}.search-bar form .input-region,.search-bar form .input-Specialization{display:flex;align-items:center;justify-content:space-between}.search-bar form .input-region label,.search-bar form .input-Specialization label{margin-bottom:0;font-size:16px;line-height:29.98px;color:#c4c5d9}.search-bar form .input-region select,.search-bar form .input-Specialization select{background-color:rgba(0,0,0,0);border:none}.search-bar a{white-space:nowrap;display:flex;justify-content:center;align-items:center;flex:1;font-weight:bold;font-size:18px;background-color:#6bbe99;color:#fff;padding:18px 22px 17px 31px}.uni-logo{width:215px;position:absolute;bottom:-40px}.university-view .header{text-align:center}.university-view .header h3{font-weight:700;font-size:64px;color:#000}.university-view .header p{font-weight:500;font-size:32px;color:#656974}.university-view .details h4{font-weight:700;font-size:20px}.university-view .details p{font-weight:500;font-size:20px;line-height:35px;text-align:justify;color:#656974}.university-view .section{margin-top:2rem;background-color:#fff;box-shadow:5px 10px 30px rgba(0,0,0,.05);border-radius:4px;padding:30px}.university-view .section h4{margin-bottom:1.5rem}.university-view .section a{font-weight:500;font-size:20px;color:#656974}.university-view .section a i{font-size:14px}.university-view .section .uni-statistics{display:flex;align-items:center;margin-bottom:2rem}.university-view .section .uni-statistics .icon{width:66px;height:66px;background:rgba(107,190,153,.25);border-radius:4px;align-items:center;justify-content:center;display:flex}.university-view .section .uni-statistics p{font-weight:500;font-size:20px;color:#656974;margin-bottom:0}.university-view .section .uni-statistics strong{font-weight:700;font-size:20px;color:#000}.custom-black-button{cursor:pointer}#ataa .head{background:#f6f6fa;padding:3.44rem 0}#ataa .head h3{color:#0a58ca;font-size:2rem;font-style:normal;font-weight:700;line-height:normal}@media(max-width: 480px){#ataa .head h3{text-align:center;margin-top:2rem}}#ataa .head p{color:#656974;font-size:1rem;font-style:normal;line-height:normal}@media(max-width: 480px){#ataa .head p{text-align:center}}#ataa .body{padding:4rem 0;background:#fff}#ataa .body .schools{border-radius:.44444rem;background:#fff;box-shadow:0px 4px 11px 0px rgba(0,0,0,.2);position:relative;padding-bottom:2rem}@media(max-width: 480px){#ataa .body .schools{margin-bottom:3rem}}#ataa .body .schools>a img{border-radius:.44444rem;width:100%}#ataa .body .schools h3{color:#0a58ca;font-size:2rem;font-style:normal;font-weight:700;line-height:normal;margin:1.7rem}#ataa .body .schools p{color:#656974;font-size:1rem;font-style:normal;line-height:1.88889rem;margin:0 1.7rem;height:130px;overflow:hidden}@media(max-width: 480px){#ataa .body .schools p{height:auto}}#ataa .body .schools .imgs{margin:1.7rem}#ataa .body .schools a.btn{border-radius:.16667rem;background:#24a6d4;color:#fff;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-align:center;padding:1rem 3rem;position:absolute;left:32%;bottom:-25px}#ataa .statistics{background:#f6f6fa;padding:4rem 0}#ataa .statistics h3{color:#0a58ca;text-align:center;font-size:2rem;font-style:normal;font-weight:700;line-height:normal}#ataa .statistics p{color:#656974;text-align:center;font-size:1rem;font-style:normal;line-height:normal}#ataa .statistics .counter-company{background-color:#fff;padding:30px;border:1px solid #e9e9f5;border-radius:5px;display:flex;transition:.4s;margin-top:2rem}#ataa .statistics .counter-company .img-icon img{width:60px}#ataa .statistics .counter-company .counter-name .counter-lined{color:#00a5e0 !important;font-weight:700 !important;font-size:25px !important}#ataa .statistics .counter-company .counter-name h5{font-weight:600 !important;margin-bottom:0 !important;font-size:18px}#ataa .statistics .counter-company:hover{box-shadow:0px 5px 22px -10px rgba(23,30,100,.25)}@font-face{font-family:"font-icons";src:url("/img/icon-fonts/icons-font.eot?94147981");src:url("/img/icon-fonts/icons-font.eot?94147981#iefix") format("embedded-opentype"),url("/img/icon-fonts/icons-font.woff2?94147981") format("woff2"),url("/img/icon-fonts/icons-font.woff?94147981") format("woff"),url("/img/icon-fonts/icons-font.ttf?94147981") format("truetype");font-weight:normal;font-style:normal}[class^=icon-]:before,[class*=icon-]:before{font-family:"font-icons";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-map:before{content:""}.icon-schools:before{content:""}.icon-search:before{content:""}.icon-chevron-left:before{content:""}.icon-gesture-hand:before{content:""}.icon-dollar-outlined:before{content:""}.icon-payment-dollar:before{content:""}.icon-children:before{content:""}.icon-earth:before{content:""}.icon-shopping-cart-outlined:before{content:""}.icon-user-group:before{content:""}.icon-data-chart-bar:before{content:""}.icon-data-chart-donut:before{content:""}.icon-emails-outlined:before{content:""}.icon-home:before{content:""}.icon-files-outlined:before{content:""}.icon-user-add:before{content:""}.icon-error-outlined:before{content:""}.icon-help-outlined:before{content:""}.icon-email-outlined:before{content:""}.icon-dashboard:before{content:""}.icon-user:before{content:""}.icon-add-circle-outlined:before{content:""}.icon-notifications:before{content:""}.icon-chatting:before{content:""}.icon-gridview:before{content:""}.icon-listview:before{content:""}.icon-compare:before{content:""}.icon-feature:before{content:""}.icon-trasted:before{content:""}.icon-next:before{content:""}.icon-previous:before{content:""}
