html{font-size:62.5%}body{font-family:Verdana,Geneva,Tahoma,sans-serif;margin:0;padding:0}.u-border--px1{border:1px solid #000;border-radius:2px}.u-flex{display:flex!important}.u-flex--row{display:flex;flex-direction:row}.u-flex--collumn{display:flex;flex-direction:column}.u-flex--center{align-items:center}.u-flex--center,.u-flex--center-main{justify-content:center}.u-flex--center-cross{align-items:center}.u-flex--1{flex:1 1}.u-flex--2{flex:2 1}.u-flex--3{flex:3 1}.u-flex--4{flex:4 1}.u-flex--5{flex:5 1}.u-flex--6{flex:6 1}.u-width--unset{width:auto!important}.u-width--50vw{width:50vw!important}.App{background:#f0f0f0;display:flex;height:calc(100vh - 50px)}.App>:first-child{flex:1 1;min-width:150px}.App>:last-child{flex:5 1}.App .container{max-height:-webkit-fill-available;overflow:auto;padding:0 24px}.btn{align-items:center;background-color:#211d71;color:#fff;display:inline-flex;font-weight:700;justify-content:center}.btn-raised{border:0;box-shadow:0 0 1px blue;min-height:1.5rem;min-width:1.5rem;padding:5px}.calendar{padding:8px}.calendar__header{padding:5px 0}.calendar__handle--month,.calendar__handle--year{box-shadow:0 0 3px #000;cursor:pointer;padding:5px}.calendar__handle--year:first-child{margin-right:20px}.calendar__handle--year:last-child{margin-left:20px}.calendar__title{font-size:2rem;font-weight:700;text-align:center}.calendar__month{display:grid;grid-template-columns:repeat(7,auto);grid-template-rows:30px repeat(6,100px)}.calendar__day:first-child{border-left:2px solid #000}.calendar__day:nth-child(7){border-right:2px solid #000}.calendar__day:first-child{border-top:2px solid #000}.calendar__day:nth-child(43){border-bottom:2px solid #000}.calendar__day:nth-child(8){border-left:2px solid #000}.calendar__day:nth-child(14){border-right:2px solid #000}.calendar__day:nth-child(2){border-top:2px solid #000}.calendar__day:nth-child(44){border-bottom:2px solid #000}.calendar__day:nth-child(15){border-left:2px solid #000}.calendar__day:nth-child(21){border-right:2px solid #000}.calendar__day:nth-child(3){border-top:2px solid #000}.calendar__day:nth-child(45){border-bottom:2px solid #000}.calendar__day:nth-child(22){border-left:2px solid #000}.calendar__day:nth-child(28){border-right:2px solid #000}.calendar__day:nth-child(4){border-top:2px solid #000}.calendar__day:nth-child(46){border-bottom:2px solid #000}.calendar__day:nth-child(29){border-left:2px solid #000}.calendar__day:nth-child(35){border-right:2px solid #000}.calendar__day:nth-child(5){border-top:2px solid #000}.calendar__day:nth-child(47){border-bottom:2px solid #000}.calendar__day:nth-child(36){border-left:2px solid #000}.calendar__day:nth-child(42){border-right:2px solid #000}.calendar__day:nth-child(6){border-top:2px solid #000}.calendar__day:nth-child(48){border-bottom:2px solid #000}.calendar__day:nth-child(43){border-left:2px solid #000}.calendar__day:nth-child(49){border-right:2px solid #000}.calendar__day:nth-child(7){border-top:2px solid #000}.calendar__day:nth-child(49){border-bottom:2px solid #000}.calendar__day{border:1px solid #000;border-radius:5px;box-sizing:border-box;padding:5px}.calendar__day--label{font-size:1.5rem;font-weight:700;line-height:30px;padding:0;text-align:center}.calendar__day--today{background-color:#cc0}.calendar__day--outbound{background-color:#e6e6e6;color:#999}.table{background-color:initial;border-radius:2px;cursor:default;display:inline-flex;flex-direction:column;padding:5px}.table .table-container{flex:1 1;overflow-y:auto;padding:0}.table .table-pagination{padding:5px}.table .table-head-label-row{position:sticky;top:0}.table table{width:100%}.table table td,.table table th{padding:15px 10px;text-align:center}.table table>thead.table-head--fixed{background-color:red;position:fixed}.table table>thead th{background:#e0e0e0;color:#060606;font-weight:700}.table table>thead th:first-child{border-radius:5px 0 0 5px}.table table>thead th:last-child{border-radius:0 5px 5px 0}.table table>tbody>tr:nth-child(odd){background-color:#0000}.table table>tbody>tr:nth-child(2n){background-color:#f0f0f0}.table table>tbody>tr:hover{background-color:#e0e0e0}.table table>tbody>tr td{padding:10px}.table table>tbody>tr td:first-child{padding-left:5px}.table table>tbody>tr td:last-child{padding-right:5px}.table table>tbody>tr:last-child td:first-child{border-radius:0 0 0 5px}.table table>tbody>tr:last-child td:last-child{border-radius:0 0 5px 0}.table-header{display:flex;padding:24px 0}.table-header .table-title{display:flex;flex:1 1;font-size:2rem;font-weight:700}.table-header .table-actions{display:flex}.table .table--hover--wheat:hover{background:wheat}.multistep-form__steps{display:flex}.multistep-form__step-label{padding:5px}.invisible-bar{padding:8px 0}.search-input{display:inline-block;position:relative}.search-input__result{background:#fff;border-radius:2px;box-shadow:0 0 2px gray;left:0;padding:5px;position:absolute;right:0}.search-input__result-item{margin-top:2px;padding:5px}.search-input__result-item:first-child{margin:0}.search-input__result-item:hover{box-shadow:0 1px 3px gray}.select{align-items:center;display:flex}.select>.select__leading,.select>.select__trailing{align-items:center;display:flex;justify-content:center;margin:0 5px}.select>select{border:1px solid #0b0b0b;border-radius:2px;display:inline-block;flex:1 1;font-size:1rem;outline:none;padding:5px}.select--white select,.select>select{background-color:#f6f6f6}.select--blue select{background-color:blue;color:#f6f6f6}.textarea textarea{display:inline-block;font-family:sans-serif;height:100%;padding:5px;resize:none;width:100%}.input-text{display:inline-block;flex-direction:column}.input-text__header{margin:0 5px}.input-text input{border:1px solid #000;border-radius:3px;flex:1 1;margin:5px;outline:none;padding:5px 8px}.input-text>:nth-child(2){align-items:center;justify-content:center}.navbar{align-items:center;background:#211d71;display:flex;height:50px;z-index:10000}.navbar *{color:#fff;cursor:default;text-decoration:none}.navbar__logo{display:block;font-size:1.2rem;margin:0 32px;padding:15px 0}.navbar__logo:hover{cursor:pointer}.navbar__center{display:flex;flex:1 1;justify-content:center}.navbar__right{display:flex;margin-right:32px}.nav-item{border-radius:2px;padding:5px 8px}.nav-item:hover{background-color:#2d279a}.minichart{border-radius:5px;box-shadow:0 0 10px gray;display:inline-block;margin:10px;padding:5px 5px 0}.minichart__title{font-size:1.1rem;font-weight:700;letter-spacing:2px;text-align:center}.minichart--color-red{background-color:red;box-shadow:0 0 10px red}.minichart--color-green{background-color:green;box-shadow:0 0 10px green}.minichart--color-purple{background-color:purple;box-shadow:0 0 10px purple}.minichart--color-yellow{background-color:#ff0;box-shadow:0 0 10px #ff0}.login-form{align-items:center;background-color:#211d71;border-radius:2px;box-shadow:0 0 8px #f6f6f6;color:#fff;padding:16px 32px}.login-form,.login-form__fields{display:flex;flex-direction:column}.login-form__fields{flex:1 1}.login-form__fields>.btn-flat{margin:5px;padding:5px}.login-form__border-line{box-shadow:0 0 8px #f6f6f6;height:95%;margin:0 20px;width:1px}.login-form__logo{flex:1 1;flex-direction:column}.login-form__logo,.login-screen{align-items:center;display:flex;justify-content:center}.login-screen{background-color:#0b0b0bcc;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;transition:all 4s;z-index:-1}.login-screen--show{bottom:0;left:-200vw;width:100vw;z-index:100000}.login-screen .btn-close{border-radius:5px;height:1rem;position:absolute;right:16px;top:16px;width:1rem}.navigation>.navbar{position:sticky;top:0}.navigation>:nth-child(3){z-index:1}.notification-tile{box-shadow:0 0 2px gray;margin:10px 0;padding:10px}.notification-tile__title{font-size:1.5rem}.notification-tile__kind{font-size:1rem;margin:0 5px}.notification-tile__description{margin:5px 0}.notification-tile__datetime,.notification-tile__from{color:gray;font-size:.8rem}.side-nav{background-color:#211d71}.side-nav>ul{padding:0}.side-nav>ul li{border-bottom:2px solid #fff;font-size:1.2rem;list-style:none;padding:5px 10px}.side-nav>ul li a{color:#fff!important;display:block;padding:5px 8px;text-decoration:none!important}.side-nav>ul li:hover{background-color:#8a2be2}.accountant.fees-collection .fees-collection__search-result-item div:first-child{font-size:1.2rem}.accountant.fees-collection .fees-collection__search-result-item div:nth-child(2){font-size:.9rem}.course-fee-payment__details{display:inline-block}.course-fee-payment__fee-structure{background:gray;text-align:center}.course-fee-payment__fee-structure thead{background:#f6f6f6;color:#fff}.course-fee-payment__fee-structure thead th{background:#211d71;padding:10px}.course-fee-payment__fee-structure tbody{background:#f6f6f6}.course-fee-payment__fee-structure tbody td{padding:5px}.course-fee-payment__fee-structure tbody td:nth-child(2){text-align:start}.course-fee-payment__actions{display:flex;justify-content:space-between;margin-top:10px}.online-course-assets{background:#f7f6ff;color:#211d71;margin-left:20px;padding:10px}.online-course-assets__header{display:flex;font-size:2rem;justify-content:space-between}.online-course-asset-details{background:#fff;border-radius:10px;margin:20px 0;padding:5px 10px}.online-course-asset-details__header{display:flex;font-size:1.6rem;justify-content:space-between;margin-bottom:10px}.online-course-asset-details__video{display:flex}.online-course-asset-details__video-input{flex:1 1;padding:10px}.online-course-asset-details__video-output{flex:3 1;max-height:30vh;min-height:10vh;padding:10px}.online-course-asset-details__math{display:flex}.online-course-asset-details__math-settings{flex:1 1}.online-course-asset-details__math-questions{flex:3 1}.online-course-asset{border-radius:4px;box-shadow:0 0 5px gray;margin:0 10px;min-height:60vh;padding:10px}.online-course-asset__video-input{padding:10px}.online-course-asset__video-output{height:27rem;padding:10px}.online-course-structure__modules{color:#211d71}.online-course-structure__modules-section-title{cursor:default;display:flex;font-size:2rem;justify-content:space-between;margin-bottom:10px}.online-course-structure__modules-list-item{background:#f7f6ff;border-radius:5px;cursor:default;margin-bottom:5px;padding:5px 10px}.online-course-structure__modules-list-item-title{font-size:1.6rem}.online-course-structure__modules-list-item-add-topic{background:#211d71;border-radius:50%;color:#f7f6ff;cursor:pointer;height:2rem;line-height:2rem;padding:3;text-align:center;width:2rem}.online-course-structure__topics{background-color:#fff;border-radius:5;color:#211d71;cursor:default;margin:10px 0;padding:5px 10px}.online-course-structure__topics-section-title{font-size:2rem}.online-course-structure__topics-list-item{border-radius:5px;cursor:default;margin-bottom:5px;padding:5px 10px}.online-course-structure__topics-list-item-title{font-size:1.4rem}.online-course-structure__topics-list-item:hover{background:#f7f6ff}.online-course__months{border-bottom:1px solid #000;border-top:1px solid #000;display:flex}.online-course__months-item{cursor:pointer;display:inline-block;padding:8px 20px}.online-course__months-item:hover{background:#ff0}.online-course__months-item--active{background:green}.online-course-month__weeks{border-bottom:1px solid #000;border-top:1px solid #000;display:flex}.online-course-month__weeks-item{cursor:pointer;display:inline-block;padding:8px 20px}.online-course-month__weeks-item:hover{background:#ff0}.online-course-month__weeks-item--active{background:green}.online-course-week{display:flex}.online-course-week__days{border-bottom:1px solid #000;border-top:1px solid #000;display:flex;flex-direction:column;width:20%}.online-course-week__days-item{cursor:pointer;display:inline-block;padding:8px 20px}.online-course-week__days-item:hover{background:#ff0}.online-course-week__days-item--active{background:green}.online-course-day{display:flex}.online-course-day__assets{border-bottom:1px solid #000;border-top:1px solid #000;display:flex;flex-direction:column;width:20%}.online-course-day__assets-item{cursor:pointer;display:inline-block;padding:8px 20px}.online-course-day__assets-item:hover{background:#ff0}.online-course-day__assets-item--active{background:green}.student-list__search-bar{width:100%}.notification-send{text-align:left}.notification-send .input{width:100%}.notification-send .textarea{width:95%}.notification-send__to{flex:1 1}.notification-send--alert.swal2-popup{width:50vw}.notification-send--alert{padding:100px;width:500px}.course-batch__add-student,.course-batch__add-teacher{height:50vh}.course-details section{background-color:#f6f6f6;margin:8px}.course-details section>title{display:block;font-size:2rem;padding:20px 8px}.course-details__info{background-color:#f6f6f6;border-radius:5px;font-size:1.6rem;padding:20px}.course-details__info-title{font-size:2rem;padding:16px 0}.course-details__info-basic,.course-details__info-title{display:flex;justify-content:space-between}.course-details__info-basic>div:first-child{flex:1 1}.course-details__info-basic>div:nth-child(2){flex:2 1}.course-details__info-value{align-items:center;display:flex}.course-details__info-value>div:first-child{font-size:1.2rem;margin-right:5px;padding:5px 0}
/*# sourceMappingURL=main.aa25fe94.css.map*/