body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{margin:0;padding:0}.app_container{background-color:green}.app_container_header{width:100%;height:10%}.app_container_content{height:80%}.app_container_footer{height:10%}.app_cover_image{width:100%;height:100%}.app_medium_icon{width:100px;height:100px}.app_small_icon{width:50px;height:50px}.app_mid_small_icon{width:30px;height:30px}.app_smaller_icon{width:20px;height:20px}.app_extra_smaller_icon{width:10px;height:10px}.app_row_flex{display:flex;flex-direction:row}.app_row_flex_justify_content_center{justify-content:center}.app_row_flex_item{align-self:center}.app_flex_item_1{flex:1 1}.app_column_flex{display:flex;flex-direction:column}.app_align_self_center{align-self:center}.app_justify_content_center{justify-content:center}.app_margin_default_left{margin-left:10px}.app_margin_top_10{margin-top:10px}.app_margin_top_5{margin-top:5px}.app_margin_default_top{margin-top:50px}.app_larger_text{font-size:larger}.app_large_text{font-size:large}.app_medium_text{font-size:medium}.app_small_text{font-size:small}.app_smaller_text{font-size:x-small}.app_text_bold{font-weight:700}.app_items_top_margin{margin-top:10px}.app_items_left_margin{margin-left:10px}.app_items_right_margin{margin-right:10px}.app_items_bottom_margin{margin-bottom:10px}.app_text_input_field{width:100%;padding:10px;border-radius:4px;position:relative;background-color:hsla(0,0%,100%,.3);transition:all .3s}.app_text_input_field:hover{background-color:hsla(0,0%,100%,.45);box-shadow:0 4px 20px 0 rgba(0,0,0,.05)}.app_button{background-color:#4caf50;border:none;color:#fff;padding:10px;text-align:center;text-decoration:none;display:inline-block;margin:4px 2px;cursor:pointer;border-radius:12px}.app_text_white{color:#fff}.app_item_hide{display:none}.app_item_visible{display:block}.app_contents_disabled{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.app_division{height:100%}.app_division_center_with_absolute,.app_division_with_absolute{width:200;height:200}.row{display:flex;flex-wrap:wrap;width:100%}.col-sm-1{width:8.33%}.col-sm-2{width:16.66%}.col-sm-3{width:25%}.col-sm-4{width:33.33%}.col-sm-5{width:41.66%}.col-sm-6{width:50%}.col-sm-7{width:58.33%}.col-sm-8{width:66.66%}.col-sm-9{width:75%}.col-sm-10{width:83.33%}.col-sm-11{width:91.66%}.col-sm-12{width:100%}@media only screen and (min-width:400px) and (max-width:700px){.col-md-1{width:8.33%}.col-md-2{width:16.66%}.col-md-3{width:25%}.col-md-4{width:33.33%}.col-md-5{width:41.66%}.col-md-6{width:50%}.col-md-7{width:58.33%}.col-md-8{width:66.66%}.col-md-9{width:75%}.col-md-10{width:83.33%}.col-md-11{width:91.66%}.col-md-12{width:100%}.app_division{height:auto}.app_division_center_with_absolute{margin:auto;top:0;bottom:0;left:0;right:0;width:200px;height:200px}.app_division_with_absolute{margin:auto;top:0;bottom:0;left:0;right:0;width:200;height:200}.reverse_row{flex-direction:row-reverse}}@media only screen and (min-width:701px){.col-lg-1{width:8.33%}.col-lg-2{width:16.66%}.col-lg-3{width:25%}.col-lg-4{width:33.33%}.col-lg-5{width:41.66%}.col-lg-6{width:50%}.col-lg-7{width:58.33%}.col-lg-8{width:66.66%}.col-lg-9{width:75%}.col-lg-10{width:83.33%}.col-lg-11{width:91.66%}.col-lg-12{width:100%}.app_division{height:100%}.app_division_center_with_absolute{width:200px}.app_division_center_with_absolute,.app_division_with_absolute{margin:auto;top:0;bottom:0;left:0;right:0;position:absolute;height:200px}.app_division_with_absolute{width:400px}.reverse_row{flex-direction:row-reverse}}.app_loader{margin:auto;left:0;right:0;top:0;bottom:0;position:fixed;border-radius:50%;border-color:#00f green red pink;border-style:solid;border-width:10px;width:40px;height:40px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.app_alert{padding:5px;width:60%;margin-left:20%;margin-right:20%;margin-top:5px;color:#fff}.app_alert_closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;line-height:20px;cursor:pointer;transition:.3s}.app_alert_content{text-align:center;display:flex;justify-content:center}.app_alert_closebtn:hover{color:#000}.red-background-color{background-color:red}.green-background-color{background-color:green}.yellow-background-color{background-color:#ff0}.blue-background-color{background-color:#00f}.pink-background-color{background-color:pink}.orange-background-color{background-color:orange}.litegrey-background-color{background-color:#789}.card{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);transition:.3s}.card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.card-container{padding:20px 25px}.app_container_header{display:none}.app_container_content{height:60%}.app_container_footer{height:40%}*{box-sizing:border-box}.app_container{width:100%;height:100vh;background-color:#fff}.app_container_header{display:block}.app_container_content{width:100%;height:70%;position:relative}.app_container_footer{width:100%;height:20%;position:fixed;bottom:0}.navbar Link{display:block}.navbar{width:100%;height:auto;background-color:#555;display:flex;flex-direction:column}.nav-item{width:100%;height:100%;text-align:center;text-decoration:none;align-self:center;color:#fff;padding:10px}.navbar a:hover{background-color:#000}.active{background-color:#4caf50}@media screen and (min-width:701px){.navbar{width:100%;height:50px;background-color:#555;display:flex;flex-direction:row}.nav-item{height:100%;width:auto;text-align:center;text-decoration:none;align-self:center;color:#fff;padding:10px}.navbar Link{display:block}.app_responsive_overflow{overflow-y:scroll}}.app_comp_loader{margin:auto;left:0;right:0;top:0;bottom:0;border-radius:50%;border-color:#00f green red pink;border-style:solid;border-width:10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.5200adac.chunk.css.map */