.flag{font-size:18px;font-weight:400;line-height:30px;margin-bottom:10px;text-align:center}.flag.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.flag.success{background-color:#d5eddb;border:1px solid #c4e6cc;color:#2d673a}:root{--bg-dark:#3991de;--bg-darker:#4e73df;--text-light:#fff;--bg-main:#f2f6ff}*{margin:0}body{color:#4c4c4c;font-family:DM Sans,sans-serif;font-size:16px}h1,h2,h3,h4{font-family:Rubik}.dashboard .buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.dashboard .buttons .button{align-items:center;border-radius:15px;box-sizing:border-box;color:#37474f;cursor:pointer;display:flex;flex-direction:row;margin:15px;transition:all .3s ease-in-out;width:100%}.dashboard .buttons .button h4{color:#fff}.dashboard .buttons .button>div:first-child>img{display:block;height:32px;margin:auto;width:32px}.dashboard .buttons .button>div:first-child{border-radius:15px 0 0 15px;padding:15px}.dashboard .buttons .button.applications{background-color:#1cc88a}.dashboard .buttons .button.points{background-color:#d98d37}.dashboard .buttons .button.payments{background-color:#e74a3b}.dashboard .buttons .button.membership{background-color:#36b9cc}.dashboard .buttons .button.videos{background-color:#f6c23e}.dashboard .buttons .button.program{background-color:#4e73df}.dashboard .buttons .button:first-child{background-color:#36b9cc}@media(min-width:1000px){.dashboard .buttons .button{max-width:270px}}.default-template{background:var(--bg-main);bottom:0;display:flex;flex-direction:row;left:0;position:fixed;top:0;width:100%}.default-template section{flex-grow:1;overflow:scroll;position:relative}.default-template section>.content{left:0;padding:15px;position:absolute;right:0}.default-template section>.content .dialog .header{padding-bottom:15px}.default-template section>.content .section-header{align-items:center;display:flex;flex-direction:row;padding:15px 0}.default-template section>.content .section-header h4{color:#020e23;font-family:DM Sans Bold;font-size:28px;font-style:normal;font-weight:500}.default-template section>.content .section-header .buttons{display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}.default-template section>.content .section-header .buttons a,.default-template section>.content .section-header .buttons button{align-items:center;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-family:DM Sans Bold;justify-content:center;line-height:25px;margin:0 5px;min-width:124px;padding:10px;text-decoration:none}.default-template section>.content .section-header .buttons a img,.default-template section>.content .section-header .buttons button img{margin-right:10px}.default-template section>.content .section-header .buttons a:focus,.default-template section>.content .section-header .buttons button:focus{outline:none}.default-template section>.content .section-header .buttons button{border:1px solid #020e23;color:#020e23}.default-template section>.content .section-header .buttons a{background-color:#f1503d}.default-template section a.btn{background-color:#f1503d;border:none;border-radius:2px;color:var(--text-light);cursor:pointer;display:inline-block;font-size:15px;font-weight:400;margin-bottom:10px;padding:10px 19px;text-decoration:none;text-transform:capitalize}.default-template section .card{background:#fff;border:none;box-sizing:border-box;padding:20px}.default-template section .card .header{border-bottom:1px solid #c5c5c5;margin-bottom:20px}.default-template section .card .header h4{border-bottom:1px solid var(--bg-dark);color:#020e23;display:block;font-family:DM Sans Regular;font-size:24px;font-style:normal;font-weight:500;margin-bottom:-16px;padding-bottom:10px}.default-template section .card h4{font-weight:400}.default-template section .card form .sub-header{border-bottom:1px solid #c5c5c5;margin-bottom:20px}.default-template section .card form .sub-header h4{border-bottom:1px solid var(--bg-dark);color:#020e23;display:inline-block;font-family:DM Sans Regular;font-size:18px;font-style:normal;font-weight:500;margin:10px 0 -1px;padding-bottom:10px}.default-template section .card .actions{display:flex;flex-direction:row;justify-content:space-between;margin:15px auto;max-width:400px}.default-template section .card .actions button{border:none;border-radius:5px;color:var(--text-light);cursor:pointer;font-size:15px;font-weight:400;line-height:35px;max-width:180px;text-transform:capitalize;width:100%}.default-template section .card .actions button[type=submit]{background-color:var(--bg-dark);box-shadow:0 10px 30px #00508526}.default-template section .card .actions button[type=reset]{background-color:#f4f4f4;color:#868686}.default-template section .card .actions button:focus{outline:none}.default-template section .card .checkbox .checked{background-color:var(--bg-darker)}.default-template section .card .flag{font-size:18px;font-weight:400;line-height:30px;margin-bottom:10px;text-align:center}.default-template section .card .flag.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.default-template section .card .flag.success{background-color:#d5eddb;border:1px solid #c4e6cc;color:#2d673a}.default-template section table{border-collapse:collapse;margin-top:10px;width:100%}.default-template section table thead{background:#f4f4f4}.default-template section table thead th{color:#403f3f;font-size:16px;font-weight:500;line-height:25px;padding:15px;text-align:left}.default-template section table thead th:last-child{border:0}.default-template section table tbody tr{background-color:#fff;border-bottom:.3px solid #d9d9d9;cursor:pointer}.default-template section table tbody tr td{color:#020e23;font-family:DM Sans Regular;font-size:17px;font-weight:500;line-height:25px;padding:15px}.default-template section table tbody tr td .actions{display:flex;flex-direction:row;justify-content:space-between;max-width:85px}.default-template section table tbody tr td .actions img{width:35px}form .form-input{margin-bottom:10px}form input,form label,form select{color:#403f3f;display:block}form input,form select,form textarea{background:#fff;border:1px solid #020f22;border-radius:3px;box-sizing:border-box;font-size:16px;padding:7px 6px;width:100%}form input.error,form select.error,form textarea.error{border:1px solid #c02}form input:focus,form select:focus,form textarea:focus{outline:none}form span.error{color:red;font-size:15px;line-height:25px}@media(min-width:700px){form .fl-row{display:flex;flex-direction:row;justify-content:space-between}form .fl-row .col-50{flex-basis:48%}}header .brand{align-items:center;box-sizing:border-box;display:flex;flex-basis:0px;flex-grow:0;flex-shrink:0;height:70px;padding:5px 5px 5px 20px}header .brand img{display:block;height:55px}header .brand .toggler{align-self:center;cursor:pointer;display:flex;flex-direction:column;padding:10px;width:25px}header .brand .toggler span{background-color:#020e23;display:block;height:1px;margin:4px 0}header{background-color:#fff;display:flex;flex-direction:row}header .search{background-color:#fff;box-sizing:border-box;flex-grow:1;padding:17.5px;position:relative}header .search input{background-color:var(--bg-main);border:1px solid #f3f3f3;border-radius:20px;box-sizing:border-box;height:35px;padding:5px 30px 5px 5px;width:100%}header .search input:focus{outline:none}header .search img{height:20px;position:absolute;right:30px;top:25px}header .profile{flex-basis:300px;position:relative}header .profile.show{width:100%}header .profile.hide{width:0}header .profile>div{align-items:center;align-self:flex-end;cursor:pointer;display:flex;flex-direction:row;padding:10px}header .profile>div strong{flex-grow:1;font-size:14px;font-weight:400;line-height:40px;padding:0 10px}header .profile>div img{border-radius:15px;height:30px;margin:0 5px;width:30px}header .profile>div img:last-child{height:15px;width:15px}header .profile ul{background-color:#fff;border:1px solid #d8dde3;border-top:0;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;top:59px;z-index:1}header .profile ul li{border-top:1px solid #d8dde3}header .profile ul li span{color:#4c4c4c;cursor:pointer;display:block;line-height:30px;padding:5px 10px;text-decoration:none}header .profile ul.hide{display:none}header .profile ul.show{display:block}@media(min-width:700px){header .profile{flex-basis:300px}header .profile.hide{width:100%}}.default-template>.menu{background-color:var(--bg-darker);display:block;flex-basis:0;overflow:hidden;transition:flex-basis .3s ease-in-out}.default-template>.menu h1{align-items:center;box-sizing:border-box;color:#fff;display:flex;flex-direction:row;font-family:DM Sans Bold;font-size:17px;font-weight:700;height:65px;justify-content:center}.default-template>.menu h1 img{background-color:#fff;border-radius:30px;height:40px;margin:0 15px;padding:5px 15px}.default-template>.menu .space{height:80px}.default-template>.menu ul{list-style:none;padding:0}.default-template>.menu ul li.item{align-items:center;box-sizing:border-box;color:#fff;cursor:pointer;font-family:DM Sans Bold;font-weight:700;line-height:44px;opacity:.6;padding:6px 6px 6px 40px;transition:background-color .3s ease-in-out 1ms}.default-template>.menu ul li.item span{align-items:center;display:flex;flex-direction:row}.default-template>.menu ul li.item span b{flex-basis:130px}.default-template>.menu ul li.item.active{background:linear-gradient(to right,var(--bg-darker),var(--bg-darker),#69c);opacity:1}.default-template>.menu ul li.item img:first-child{height:24px;margin-right:15px;width:24px}.default-template>.menu ul li.item ul{height:auto;max-height:0;overflow:hidden;padding-left:40px;transition:max-height .3s ease-in-out 1ms}.default-template>.menu ul li.item ul li{opacity:.5}.default-template>.menu ul li.item ul li a{color:#fff;display:block;font-size:14px;line-height:20px;padding:10px;text-decoration:none}.default-template>.menu ul li.item ul li.active{opacity:1}.default-template>.menu ul li.item.active ul{max-height:600px}.default-template>.menu.active{flex-basis:250px}.default-template>.menu.active ul li.item{padding-left:20px}@media(min-width:700px){.default-template .menu{flex-basis:250px}.default-template .menu.active ul li.item{padding-left:40px}}section.auth{background:#fff}section.auth>div .container{box-sizing:border-box;margin:0 auto;max-width:400px;padding:15px}section.auth header{align-items:center;background-color:#0000;display:flex;flex-direction:row;justify-content:center;margin:10px auto}section.auth header img{height:48px;margin-right:20px}section.auth footer{margin:10px auto;padding:20px 0}section.auth footer ul{align-content:center;border-bottom:1px solid #bdc4c9;display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;list-style:none;margin:0 auto;max-width:500px;padding:10px}section.auth footer ul li{margin:0 auto}section.auth footer ul li a{color:#005ff8;font-size:14px;text-decoration:none}section.auth footer p{color:#868686;font-size:13px;line-height:40px;text-align:center}@media(min-width:700px){section.auth{bottom:0;display:flex;flex-direction:row;left:0;position:fixed;top:0;width:100%}section.auth>div{flex-basis:50%;height:inherit}section.auth>div:last-child{background:url(/static/media/auth-bg.4e56f2b51557e27cc1cc.jpg) bottom no-repeat;background-size:cover;position:relative}section.auth>div:last-child .shade{background-color:#3991de;bottom:0;left:0;opacity:.6;position:absolute;top:0;width:100%}}div.checkbox input{display:none}div.checkbox div{grid-gap:10px;display:grid;grid-template-columns:50px auto;line-height:30px}div.checkbox div span{background:#ddd;border-radius:10px;box-sizing:border-box;cursor:pointer;height:20px;margin-top:5px;padding:2px;position:relative}div.checkbox div span.checked{background:#0b2a5c}div.checkbox div span.checked i{left:32px}div.checkbox div span i{background:#fff;border-radius:8px;display:block;height:16px;left:2px;position:absolute;transition:left .2s ease-in-out;width:16px}.dialog{position:relative}.dialog .shade{background-color:#000;opacity:.5;z-index:1}.dialog .shade,.dialog>.content{bottom:0;left:0;position:fixed;top:0;width:100%}.dialog>.content{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:2}.loading{margin:10px}.loading .spinner{animation:spin .7s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#2f4f83;height:30px;margin:0 auto;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}section.auth{color:#262626}section.auth h3{font-size:16px;font-size:28px;font-weight:400;margin:20px 0;text-align:center}section.auth div.actions{display:flex;flex-direction:row;justify-content:space-around;margin:20px 0 10px}section.auth div.actions button{background-color:var(--bg-dark);border:none;border-radius:5px;box-shadow:0 10px 30px #00508526;color:var(--text-light);cursor:pointer;font-size:15px;font-weight:400;line-height:35px;max-width:220px;text-transform:capitalize;width:100%}section.auth div.actions button:focus{outline:none}section.auth .extras{align-items:center;display:flex;flex-direction:row;justify-content:space-between}section.auth .extras a{color:#37ac83;font-size:17px;text-decoration:none}section.auth div.signin{align-items:center;display:flex;flex-direction:column;justify-content:center}section.auth div.signin button{background-color:#0000;border:1px solid var(--bg-dark);border-radius:5px;color:var(--bg-dark);cursor:pointer;font-size:15px;font-weight:400;line-height:35px;max-width:220px;text-transform:capitalize;width:100%}section.auth div.signin button:focus{outline:none}section.auth div.signin p{font-size:18px;line-height:40px}section.auth div.signup{align-items:center;display:flex;flex-direction:column;justify-content:center}section.auth div.signup button{background-color:#0000;border:1px solid var(--bg-dark);border-radius:5px;color:var(--bg-dark);cursor:pointer;font-size:15px;font-weight:400;line-height:35px;max-width:220px;text-transform:capitalize;width:100%}section.auth div.signup button:focus{outline:none}section.auth div.signup p{font-size:18px;line-height:40px}section.auth form label{color:inherit}section.auth form input{background-color:#0000;border-color:#707070}.pagination{align-items:center;background-color:#fff;border-bottom:.3px solid #d9d9d9;display:flex;flex-direction:row;margin-bottom:10px;padding:15px 10px}.pagination h4{flex-grow:1}.pagination ul{align-items:center;display:flex;flex-direction:row;list-style:none}.pagination ul li img{cursor:pointer;display:block;height:25px;margin:0 5px;width:25px}.pagination ul select{padding:5px}.pagination ul select:focus{outline:none}.training .sessions{overflow:scroll}.training .sessions .header{align-items:center;display:flex;flex-direction:row;padding:15px 0}.training .sessions .header h4{color:#020e23;font-family:DM Sans Bold;font-size:28px;font-style:normal;font-weight:500}.training .sessions .header .buttons{display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}.training .sessions .header .buttons a,.training .sessions .header .buttons button{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;margin:0 5px;min-width:100px;text-decoration:none}.training .sessions .header .buttons a img,.training .sessions .header .buttons button img{margin-right:10px}.training .sessions .header .buttons a:focus,.training .sessions .header .buttons button:focus{outline:none}.training .sessions .header .buttons a{background-color:var(--bg-dark)}.training .sessions tr:hover{background-color:#f4f4f4}.training .sessions td span{font-family:DM Sans Regular;font-weight:400;letter-spacing:.4px}.training .sessions td span.active{color:#00b127}.training .sessions td span.pending{color:#5a4d4d}.training .sessions td span.inactive{color:#d90000}.training .programs{overflow:scroll}.training .programs .header{align-items:center;display:flex;flex-direction:row;padding:15px 0}.training .programs .header h4{color:#020e23;font-family:DM Sans Bold;font-size:28px;font-style:normal;font-weight:500}.training .programs .header .buttons{display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}.training .programs .header .buttons a,.training .programs .header .buttons button{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;margin:0 5px;min-width:100px;text-decoration:none}.training .programs .header .buttons a img,.training .programs .header .buttons button img{margin-right:10px}.training .programs .header .buttons a:focus,.training .programs .header .buttons button:focus{outline:none}.training .programs .header .buttons a{background-color:var(--bg-dark)}.training .programs tr:hover{background-color:#f4f4f4}.training .programs td span{font-family:DM Sans Regular;font-weight:400;letter-spacing:.4px}.training .programs td span.active{color:#00b127}.training .programs td span.pending{color:#5a4d4d}.training .programs td span.inactive{color:#d90000}.training .students{overflow:scroll}.training .students .header{align-items:center;display:flex;flex-direction:row;padding:15px 0}.training .students .header h4{color:#020e23;font-family:DM Sans Bold;font-size:28px;font-style:normal;font-weight:500}.training .students .header .buttons{display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}.training .students .header .buttons a,.training .students .header .buttons button{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;margin:0 5px;min-width:100px;text-decoration:none}.training .students .header .buttons a img,.training .students .header .buttons button img{margin-right:10px}.training .students .header .buttons a:focus,.training .students .header .buttons button:focus{outline:none}.training .students .header .buttons a{background-color:var(--bg-dark)}.training .students tr:hover{background-color:#f4f4f4}.training .students td span{font-family:DM Sans Regular;font-weight:400;letter-spacing:.4px}.training .students td span.active{color:#00b127}.training .students td span.pending{color:#5a4d4d}.training .students td span.inactive{color:#d90000}.filter{justify-content:flex-end;max-width:100%!important}.filter,.filter>.wrapper{display:flex;flex-direction:row}.filter>.wrapper{align-items:center}.filter>.wrapper div{padding:0 5px}.filter>.wrapper select{min-width:200px}.filter>.wrapper button{background-color:var(--bg-dark);border:none!important;border-radius:5px;color:var(--text-light);cursor:pointer;font-size:15px;font-weight:400;line-height:35px;text-transform:capitalize}.students-in-session .add-assessment{border-radius:10px;max-width:400px;width:100%}.students-in-session .add-assessment .header h4{border:0}.students-in-session .add-assessment .header .buttons img{cursor:pointer;width:30px}.new-order .header{display:flex;flex-direction:row;margin:10px 0 5px;max-width:900px}.new-order .header label{font-size:15px;font-weight:700;margin-left:1px;opacity:.7;text-align:center;text-transform:uppercase}.new-order .header label:first-child{flex-grow:1;margin-left:0;text-align:left}.new-order .header label:nth-child(2){width:120px}.new-order .header label:nth-child(3),.new-order .header label:nth-child(4){width:140px}.new-order .total{display:flex;flex-direction:row;justify-content:flex-end;margin:10px 0 5px;max-width:900px}.new-order .total strong{color:#f37a37;font-size:18px;padding:0 20px}.new-order .buttons{display:flex;flex-direction:row;justify-content:flex-end;margin:10px 0;max-width:900px;padding:10px}.new-order .buttons button{border:none;cursor:pointer;font-size:15px;font-weight:400;font-weight:700;line-height:35px;text-transform:uppercase;width:180px}.new-order .buttons button:first-child{background-color:#fff;box-shadow:0 10px 30px #00508526;color:#f37737;margin-right:20px}.new-order .buttons button:last-child{background-color:#f37737;box-shadow:0 10px 30px #00508526;color:#fff}.new-order .buttons button:focus{outline:none}.student .create form .inputs{display:flex;flex-direction:row;justify-content:space-between}.student .create form .inputs .col{flex-basis:48.5%}.create-transaction form{max-width:500px}.create-transaction form p{color:#ab6308;font-weight:500;line-height:40px}.student .details .info{display:flex;flex-direction:column;line-height:22px}.student .details .info table td .actions{display:flex;flex-direction:row;justify-content:space-around!important;margin:0!important;max-width:65px!important}.student .details .info .boxes{display:flex;flex-direction:row;justify-content:space-between}.student .details .info .boxes .box{flex-basis:48.5%}.student .details .info .boxes .box .photo{align-items:center;display:flex;flex-direction:column;margin-top:20px}.student .details .info .boxes .box .photo img{width:200px}.student .details .info .header{border:0;display:block;margin:0;padding:20px 0}.student .details .info .header h4{border:0;text-align:center}.student .details .info .header .buttons{justify-content:center}.student .details .info .header .buttons button{background-color:var(--bg-dark);border:0;color:#fff}.student .details .change-session{border-radius:10px;max-width:400px;width:100%}.student .details .edit{border-radius:10px;max-width:800px;width:100%}.student .details .edit form .inputs{display:flex;flex-direction:row;justify-content:space-between}.student .details .edit form .inputs .col{flex-basis:48.5%}.student .details .edit form .inputs .photo{align-items:center;display:flex;flex-direction:column}.student .details .edit form .inputs .photo img{width:200px}.student .details .edit form .inputs .photo .upload-btn-wrapper{margin:7px 0 28px;position:relative;width:150px}.student .details .edit form .inputs .photo input{opacity:0}.student .details .edit form .inputs .photo .btn-upload,.student .details .edit form .inputs .photo input{background-color:var(--bg-dark);border:1px solid #0000;border-radius:5px;box-sizing:border-box;color:#fff;cursor:pointer;display:block;height:35px;padding:5px 10px;position:absolute;text-align:center;text-decoration:none;width:100%}.training{overflow:scroll}.training .header{align-items:center;display:flex;flex-direction:row;padding:15px 0}.training .header h4{color:#020e23;font-size:28px;font-style:normal;font-weight:500}.training .header .buttons{display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}.training .header .buttons a,.training .header .buttons button{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;margin:0 5px;min-width:120px;text-decoration:none}.training .header .buttons a img,.training .header .buttons button img{margin-right:10px}.training .header .buttons a:focus,.training .header .buttons button:focus{outline:none}.training .header .buttons a{background-color:#f1503d}.training .triggers{margin:15px auto}.training .triggers,.training .triggers button{display:flex;flex-direction:row;justify-content:center}.training .triggers button{align-items:center;border:1px solid #0000;border-radius:5px;box-sizing:border-box;cursor:pointer;height:35px;margin:0 5px;min-width:120px;padding:5px 10px;text-decoration:none}.training .triggers button img{margin-right:10px}.training .triggers button:first-child{background-color:#fff;border-color:var(--bg-dark);color:var(--bg-dark)}.training .triggers button:last-child{background-color:var(--bg-dark);color:#fff}.training tr:hover{background-color:#f4f4f4}.security{overflow:scroll}.security .delete{border-radius:10px!important;max-width:400px;width:100%}.security .delete p{padding:10px 0;text-align:center}.security .create,.security .edit{max-width:900px}.security .create .header,.security .edit .header{padding:15px 0}.security .create form .row-permissions,.security .create form .row-roles,.security .edit form .row-permissions,.security .edit form .row-roles{display:grid;grid-template-columns:auto auto auto;margin-bottom:10px}.security .header{align-items:center;display:flex;flex-direction:row;padding:15px 0}.security .header h4{color:#020e23;font-size:28px;font-style:normal;font-weight:500}.security .header .buttons{display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}.security .header .buttons a,.security .header .buttons button{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:center;margin:0 5px;min-width:120px;text-decoration:none}.security .header .buttons a img,.security .header .buttons button img{margin-right:10px}.security .header .buttons a:focus,.security .header .buttons button:focus{outline:none}.security .header .buttons a{background-color:#f1503d}.security .triggers{margin:15px auto}.security .triggers,.security .triggers button{display:flex;flex-direction:row;justify-content:center}.security .triggers button{align-items:center;border:1px solid #0000;border-radius:5px;box-sizing:border-box;cursor:pointer;height:35px;margin:0 5px;min-width:120px;padding:5px 10px;text-decoration:none}.security .triggers button img{margin-right:10px}.security .triggers button:first-child{background-color:#fff;border-color:var(--bg-dark);color:var(--bg-dark)}.security .triggers button:last-child{background-color:var(--bg-dark);color:#fff}.security tr:hover{background-color:#f4f4f4}
/*# sourceMappingURL=main.eafa0e1d.css.map*/