.flag{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.flag.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.flag.success{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}:root{--bg-dark:#19cd00;--bg-darker:#108100;--text-light:#fff;--bg-main:#f2f6ff}*{margin:0}body{font-size:16px;font-family:"Poppins",sans-serif;color:#4c4c4c}h2,h3{font-weight:400}h4{font-weight:500}.dashboard .charts .row{display:flex;flex-direction:column}.dashboard .charts .row .col{display:flex;flex-direction:row;justify-content:space-between}.dashboard .charts .row .col .col-2{flex-basis:49%}.dialog{position:relative}.dialog .shade{background-color:var(--bg-dark);opacity:.5;z-index:1}.dialog .shade,.dialog>.content{position:fixed;top:0;left:0;width:100%;bottom:0}.dialog>.content{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.dialog .alert{background:#fff;min-width:300px;max-width:450px;padding:10px;box-sizing:border-box;border-radius:10px;text-align:center;position:relative}.dialog .alert h3{font-weight:400;color:red;margin-bottom:5px}.dialog .alert p{word-wrap:break-word;margin:10px;color:#000}.dialog .alert button{background-color:var(--bg-dark);color:var(--text-light);padding:10px 15px;border-radius:5px;font-size:16px;cursor:pointer;border:0;margin-bottom:10px}.dialog .alert img{position:absolute;right:15px;top:15px;cursor:pointer}.loading{margin:10px}.loading .spinner{border:8px solid #f3f3f3;border-top:8px solid var(--bg-darker);border-radius:50%;width:30px;height:30px;margin:0 auto;animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.charts .fixed-days{display:flex;flex-direction:row;justify-content:space-between}.charts .fixed-days .fixed-day{border:0;background:#f6f7fa;box-shadow:2px 2px 4px rgba(0,0,0,.1);border-radius:8px;width:65px;font-weight:500;font-size:13px;line-height:30px;letter-spacing:.25px;text-align:center;color:#55576b;cursor:pointer}.charts .fixed-days .fixed-day.active{background:var(--bg-dark);color:#fff}.charts .type-metrics .controls{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.charts .type-metrics .controls .fixed-days{flex-grow:1;max-width:280px}.charts .type-metrics .controls h4{margin-right:20px}.charts .status-metrics .cards ._card{border-radius:10px;margin:20px 10px;flex-basis:50%}.charts .status-metrics .cards ._card .content{padding:20px 20px 10px;min-height:80px;justify-content:space-between;color:#fff}.charts .status-metrics .cards ._card .content,.charts .status-metrics .cards ._card .content>div{display:flex;flex-direction:row;align-items:center}.charts .status-metrics .cards ._card .content>div p{margin-left:20px}.charts .status-metrics .cards ._card .content h3{font-family:"DM Sans Bold";font-size:50px}.charts .status-metrics .cards ._card .content p{font-family:"DM Sans Regular";font-size:16px}.charts .status-metrics .cards ._card .footer{padding:10px;border-radius:0 0 10px 10px}.charts .status-metrics .cards ._card .footer a{display:flex;flex-direction:row;text-decoration:none;align-items:center;justify-content:center}.charts .status-metrics .cards ._card .footer a i{font-family:"DM Sans Bold";font-size:16px;color:#fff}.charts .status-metrics .cards ._card .footer a img{margin:0 10px;height:20px}.charts .status-metrics .cards ._card.green{background:#5ac04c;box-shadow:0 20px 50px rgba(25,104,77,.3)}.charts .status-metrics .cards ._card.green .footer{background:#42b732}.charts .status-metrics .cards ._card.red{background:#e67459;box-shadow:0 20px 50px rgba(104,25,25,.3)}.charts .status-metrics .cards ._card.red .footer{background:#e36041}.charts .status-metrics .cards ._card.blue{background:#37c;box-shadow:0 20px 50px rgba(104,96,25,.3)}.charts .status-metrics .cards ._card.blue .footer{background:#36c}@media(min-width:1000px){.charts .status-metrics .cards{display:flex;flex-direction:row}}.charts .daily-report table td,.charts .daily-report table th{padding:8px 10px}.charts .daily-report .controls{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:10px}.charts .daily-report .controls .fixed-days{flex-grow:1;max-width:280px}.charts .daily-report .controls h4{margin-right:20px;line-height:30px}.default-template{background:var(--bg-main);position:fixed;width:100%;bottom:0;top:0;left:0;display:flex;flex-direction:row}.default-template section{flex-grow:1;position:relative;overflow:scroll}.default-template section>.content{position:absolute;padding:15px;right:0;left:0}.default-template section>.content .dialog .header{padding-bottom:15px}.default-template section>.content .section-header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.default-template section>.content .section-header h4{font-family:"DM Sans Bold";font-style:normal;font-weight:500;font-size:28px;color:#020e23}.default-template section>.content .section-header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.default-template section>.content .section-header .buttons a,.default-template section>.content .section-header .buttons button{font-family:"DM Sans Bold";min-width:124px;margin:0 5px;line-height:25px;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;padding:10px;box-sizing:border-box;cursor:pointer}.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{border-radius:2px;text-transform:capitalize;font-size:15px;padding:10px 19px;text-decoration:none;background-color:#f1503d;border:none;color:var(--text-light);font-weight:400;cursor:pointer;display:inline-block;margin-bottom:10px}.default-template section .card{border:none;background:#fff;padding:20px;box-sizing:border-box}.default-template section .card .header{border-bottom:1px solid #c5c5c5;margin-bottom:20px}.default-template section .card .header h4{padding-bottom:10px;border-bottom:1px solid var(--bg-dark);display:block;margin-bottom:-16px;font-family:"DM Sans Regular";font-style:normal;font-weight:500;font-size:24px;color:#020e23}.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{padding-bottom:10px;border-bottom:1px solid var(--bg-dark);display:inline-block;margin:10px 0 -1px;font-family:"DM Sans Regular";font-style:normal;font-weight:500;font-size:18px;color:#020e23}.default-template section .card .actions{max-width:400px;margin:15px auto;display:flex;flex-direction:row;justify-content:space-between}.default-template section .card .actions button{text-transform:capitalize;font-size:15px;line-height:35px;border:none;color:var(--text-light);font-weight:400;cursor:pointer;width:100%;max-width:180px;border-radius:5px}.default-template section .card .actions button[type=submit]{background-color:var(--bg-dark);box-shadow:0 10px 30px rgba(0,80,133,.15)}.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{line-height:30px;text-align:center;font-weight:400;font-size:18px;margin-bottom:10px}.default-template section .card .flag.error{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.default-template section .card .flag.success{color:#2d673a;background-color:#d5eddb;border:1px solid #c4e6cc}.default-template section table{width:100%;margin-top:10px;border-collapse:collapse}.default-template section table thead{background:#f4f4f4}.default-template section table thead th{padding:15px;line-height:25px;color:#403f3f;font-size:16px;font-weight:500;text-align:left}.default-template section table thead th:last-child{border:0}.default-template section table tbody tr{cursor:pointer;background-color:#fff}.default-template section table tbody tr td{padding:15px;line-height:25px;color:#020e23;font-family:"DM Sans Regular";font-weight:500;font-size:17px;border-bottom:.3px solid #d9d9d9}.default-template section table tbody tr td .actions{display:flex;flex-direction:row;justify-content:space-around;max-width:65px}.default-template section table tbody tr td .actions img{width:25px}form .form-input{margin-bottom:10px}form input,form label,form select{display:block;color:#403f3f}form input,form select,form textarea{background:#fff;border:1px solid #020f22;font-size:16px;padding:7px 6px;width:100%;border-radius:3px;box-sizing:border-box}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;line-height:25px;font-size:15px}@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{height:70px;padding:5px 5px 5px 20px;box-sizing:border-box;flex-basis:0px;flex-grow:0;flex-shrink:0;display:flex;align-items:center}header .brand img{display:block;height:55px}header .brand .toggler{width:25px;padding:10px;display:flex;align-self:center;flex-direction:column;cursor:pointer}header .brand .toggler span{height:1px;display:block;background-color:#020e23;margin:4px 0}header,header .search{display:flex;flex-direction:row;background-color:#fff}header .search{padding:17.5px;position:relative;box-sizing:border-box;flex-grow:1;align-items:center}header .search select{border:1px solid #f3f3f3;border-right:0;height:35px;padding:5px;background-color:var(--bg-main);box-sizing:border-box}header .search select:first-child{width:250px;border-radius:10px 0 0 10px}header .search select:last-child{width:100%;border-radius:0 10px 10px 0}header .search input{border:1px solid #f3f3f3;border-left:0;height:35px;padding:5px 30px 5px 5px;box-sizing:border-box;border-radius:0 10px 10px 0;width:100%;background-color:var(--bg-main)}header .search input:focus{outline:none}header .search img{position:absolute;height:20px;top:25px;right:30px}header .profile{flex-basis:300px;position:relative}header .profile.show{width:100%}header .profile.hide{width:0}header .profile>div{align-self:flex-end;padding:10px;display:flex;flex-direction:row;align-items:center;cursor:pointer}header .profile>div strong{line-height:40px;padding:0 10px;font-size:14px;font-weight:400;flex-grow:1}header .profile>div img{height:30px;width:30px;margin:0 5px;border-radius:15px}header .profile>div img:last-child{height:15px;width:15px}header .profile ul{position:absolute;top:59px;background-color:#fff;list-style:none;z-index:1;right:0;left:0;padding:0;margin:0;border:1px solid #d8dde3;border-top:0}header .profile ul li{border-top:1px solid #d8dde3}header .profile ul li span{line-height:30px;padding:5px 10px;color:#4c4c4c;display:block;text-decoration:none;cursor:pointer}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;transition:flex-basis .3s ease-in-out;flex-basis:0;overflow:hidden}.default-template>.menu .logo{display:flex;flex-direction:column;align-items:center;margin-top:20px}.default-template>.menu .logo h1{color:#fff;font-weight:500;font-size:20px;margin-top:10px}.default-template>.menu .logo img{height:40px}.default-template>.menu .space{height:80px}.default-template>.menu ul{list-style:none;padding:0}.default-template>.menu ul li.item{align-items:center;color:#fff;line-height:44px;box-sizing:border-box;cursor:pointer;transition:background-color .3s ease-in-out 1ms;padding:6px 6px 6px 40px;font-family:"DM Sans Bold";font-weight:700;opacity:.6}.default-template>.menu ul li.item span{display:flex;flex-direction:row;align-items:center}.default-template>.menu ul li.item span b{flex-basis:130px}.default-template>.menu ul li.item.active{background:linear-gradient(90deg,var(--bg-darker),#14a600,#14a600);opacity:1}.default-template>.menu ul li.item img:first-child{height:24px;width:24px;margin-right:15px}.default-template>.menu ul li.item ul{height:auto;max-height:0;transition:max-height .3s ease-in-out 1ms;overflow:hidden;padding-left:40px}.default-template>.menu ul li.item ul li{opacity:.5}.default-template>.menu ul li.item ul li a{display:block;line-height:20px;font-size:14px;padding:10px;color:#fff;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{max-width:400px;margin:0 auto;box-sizing:border-box;padding:15px}section.auth header{margin:10px auto;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:transparent}section.auth header img{height:48px}section.auth footer{padding:20px 0;margin:10px auto}section.auth footer ul{list-style-type:none;list-style:none;border-bottom:1px solid #bdc4c9;padding:10px;max-width:500px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:wrap;align-content:center}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{line-height:40px;font-size:13px;text-align:center;color:#868686}@media(min-width:700px){section.auth{display:flex;flex-direction:row;position:fixed;width:100%;top:0;left:0;bottom:0}section.auth>div{flex-basis:50%;height:inherit}section.auth>div:last-child{background:var(--bg-dark)}}section.auth{color:#262626}section.auth h3{font-size:16px;font-weight:400;font-size:28px;margin:20px 0;text-align:center}section.auth div.actions{margin:20px 0 10px;display:flex;flex-direction:row;justify-content:space-around}section.auth div.actions button{text-transform:capitalize;font-size:15px;line-height:35px;border:none;color:var(--text-light);font-weight:400;cursor:pointer;width:100%;max-width:220px;border-radius:5px;background-color:var(--bg-dark);box-shadow:0 10px 30px rgba(0,80,133,.15)}section.auth div.actions button:focus{outline:none}section.auth .extras{display:flex;flex-direction:row;justify-content:space-between;align-items:center}section.auth .extras a{color:#37ac83;text-decoration:none;font-size:17px}section.auth div.signin{display:flex;flex-direction:column;justify-content:center;align-items:center}section.auth div.signin button{text-transform:capitalize;font-size:15px;line-height:35px;color:var(--bg-dark);font-weight:400;cursor:pointer;width:100%;max-width:220px;border-radius:5px;background-color:transparent;border:1px solid var(--bg-dark)}section.auth div.signin button:focus{outline:none}section.auth div.signin p{font-size:18px;line-height:40px}section.auth div.signup{display:flex;flex-direction:column;justify-content:center;align-items:center}section.auth div.signup button{text-transform:capitalize;font-size:15px;line-height:35px;color:var(--bg-dark);font-weight:400;cursor:pointer;width:100%;max-width:220px;border-radius:5px;background-color:transparent;border:1px solid var(--bg-dark)}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{border-color:#707070;background-color:transparent}.pagination{display:flex;flex-direction:row;background-color:#fff;padding:15px 10px;border-bottom:.3px solid #d9d9d9;margin-bottom:10px;align-items:center}.pagination h4{flex-grow:1}.pagination ul{display:flex;flex-direction:row;list-style:none;align-items:center}.pagination ul li img{height:25px;width:25px;display:block;margin:0 5px;cursor:pointer}.pagination ul select{padding:5px}.pagination ul select:focus{outline:none}.wallet .transactions{overflow:scroll}.wallet .transactions .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.wallet .transactions .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.wallet .transactions .header .buttons a,.wallet .transactions .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.wallet .transactions .header .buttons a img,.wallet .transactions .header .buttons button img{margin-right:10px}.wallet .transactions .header .buttons a:focus,.wallet .transactions .header .buttons button:focus{outline:none}.wallet .transactions .header .buttons a{background-color:var(--bg-dark)}.wallet .transactions tr:hover{background-color:#f4f4f4}.wallet .transactions td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.wallet .transactions td span.active{color:#00b127}.wallet .transactions td span.pending{color:#5a4d4d}.wallet .transactions td span.inactive{color:#d90000}.wallet{overflow:scroll}.wallet .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.wallet .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.wallet .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.wallet .header .buttons a,.wallet .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.wallet .header .buttons a img,.wallet .header .buttons button img{margin-right:10px}.wallet .header .buttons a:focus,.wallet .header .buttons button:focus{outline:none}.wallet .header .buttons a{background-color:#f1503d}.wallet .triggers{margin:15px auto}.wallet .triggers,.wallet .triggers button{display:flex;flex-direction:row;justify-content:center}.wallet .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.wallet .triggers button img{margin-right:10px}.wallet .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.wallet .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.wallet tr:hover{background-color:#f4f4f4}.wallet .wallets{overflow:scroll}.wallet .wallets .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.wallet .wallets .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.wallet .wallets .header .buttons a,.wallet .wallets .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.wallet .wallets .header .buttons a img,.wallet .wallets .header .buttons button img{margin-right:10px}.wallet .wallets .header .buttons a:focus,.wallet .wallets .header .buttons button:focus{outline:none}.wallet .wallets .header .buttons a{background-color:var(--bg-dark)}.wallet .wallets tr:hover{background-color:#f4f4f4}.wallet .wallets td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.wallet .wallets td span.active{color:#00b127}.wallet .wallets td span.pending{color:#5a4d4d}.wallet .wallets td span.inactive{color:#d90000}.tools{max-width:600px}.tools .paystack-transaction .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.tools .paystack-transaction .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.tools .paystack-transaction .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.tools .paystack-transaction .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.tools{overflow:scroll}.tools .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.tools .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.tools .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.tools .header .buttons a,.tools .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.tools .header .buttons a img,.tools .header .buttons button img{margin-right:10px}.tools .header .buttons a:focus,.tools .header .buttons button:focus{outline:none}.tools .header .buttons a{background-color:#f1503d}.tools .triggers{margin:15px auto}.tools .triggers,.tools .triggers button{display:flex;flex-direction:row;justify-content:center}.tools .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.tools .triggers button img{margin-right:10px}.tools .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.tools .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.tools tr:hover{background-color:#f4f4f4}.package .packages{overflow:scroll}.package .packages .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.package .packages .header h4{font-family:"DM Sans Bold";font-style:normal;font-weight:500;font-size:28px;color:#020e23}.package .packages .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.package .packages .header .buttons a,.package .packages .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.package .packages .header .buttons a img,.package .packages .header .buttons button img{margin-right:10px}.package .packages .header .buttons a:focus,.package .packages .header .buttons button:focus{outline:none}.package .packages .header .buttons a{background-color:var(--bg-dark)}.package .packages tr:hover{background-color:#f4f4f4}.package .packages td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.package .packages td span.active{color:#00b127}.package .packages td span.pending{color:#5a4d4d}.package .packages td span.inactive{color:#d90000}.account .create{padding:0 20px;max-width:300px;margin:0 auto}.account .create .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.account .create .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.account .create .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.account .create .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.cabletv{overflow:scroll}.cabletv .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.cabletv .header h4{font-style:normal;font-weight:500;font-size:28px;color:#020e23}.cabletv .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.cabletv .header .buttons a,.cabletv .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.cabletv .header .buttons a img,.cabletv .header .buttons button img{margin-right:10px}.cabletv .header .buttons a:focus,.cabletv .header .buttons button:focus{outline:none}.cabletv .header .buttons a{background-color:#f1503d}.cabletv .triggers{margin:15px auto}.cabletv .triggers,.cabletv .triggers button{display:flex;flex-direction:row;justify-content:center}.cabletv .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.cabletv .triggers button img{margin-right:10px}.cabletv .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.cabletv .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.cabletv tr:hover{background-color:#f4f4f4}.services{overflow:scroll}.services .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.services .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.services .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.services .header .buttons a,.services .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.services .header .buttons a img,.services .header .buttons button img{margin-right:10px}.services .header .buttons a:focus,.services .header .buttons button:focus{outline:none}.services .header .buttons a{background-color:#f1503d}.services .triggers{margin:15px auto}.services .triggers,.services .triggers button{display:flex;flex-direction:row;justify-content:center}.services .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.services .triggers button img{margin-right:10px}.services .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.services .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.services tr:hover{background-color:#f4f4f4}.route .routes{overflow:scroll}.route .routes .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.route .routes .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.route .routes .header .buttons a,.route .routes .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.route .routes .header .buttons a img,.route .routes .header .buttons button img{margin-right:10px}.route .routes .header .buttons a:focus,.route .routes .header .buttons button:focus{outline:none}.route .routes .header .buttons a{background-color:var(--bg-dark)}.route .routes tr:hover{background-color:#f4f4f4}.route .routes td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.route .routes td span.active{color:#00b127}.route .routes td span.pending{color:#5a4d4d}.route .routes td span.inactive{color:#d90000}.delivery{overflow:scroll}.delivery .delete{border-radius:20px}.delivery .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.delivery .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.delivery .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.delivery .header .buttons a,.delivery .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.delivery .header .buttons a img,.delivery .header .buttons button img{margin-right:10px}.delivery .header .buttons a:focus,.delivery .header .buttons button:focus{outline:none}.delivery .header .buttons a{background-color:var(--bg-dark)}.delivery .triggers{margin:15px auto}.delivery .triggers,.delivery .triggers button{display:flex;flex-direction:row;justify-content:center}.delivery .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.delivery .triggers button img{margin-right:10px}.delivery .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.delivery .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.delivery tr:hover{background-color:#f4f4f4}.area .areas{overflow:scroll}.area .areas .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.area .areas .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.area .areas .header .buttons a,.area .areas .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.area .areas .header .buttons a img,.area .areas .header .buttons button img{margin-right:10px}.area .areas .header .buttons a:focus,.area .areas .header .buttons button:focus{outline:none}.area .areas .header .buttons a{background-color:var(--bg-dark)}.area .areas tr:hover{background-color:#f4f4f4}.area .areas td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.area .areas td span.active{color:#00b127}.area .areas td span.pending{color:#5a4d4d}.area .areas td span.inactive{color:#d90000}.delivery-option .delivery-options{overflow:scroll}.delivery-option .delivery-options .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.delivery-option .delivery-options .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.delivery-option .delivery-options .header .buttons a,.delivery-option .delivery-options .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.delivery-option .delivery-options .header .buttons a img,.delivery-option .delivery-options .header .buttons button img{margin-right:10px}.delivery-option .delivery-options .header .buttons a:focus,.delivery-option .delivery-options .header .buttons button:focus{outline:none}.delivery-option .delivery-options .header .buttons a{background-color:var(--bg-dark)}.delivery-option .delivery-options tr:hover{background-color:#f4f4f4}.delivery-option .delivery-options td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.delivery-option .delivery-options td span.active{color:#00b127}.delivery-option .delivery-options td span.pending{color:#5a4d4d}.delivery-option .delivery-options td span.inactive{color:#d90000}.pricing .create{padding:0 20px;margin:0 auto}.pricing .create .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.pricing .create .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.pricing .create .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.pricing .create .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.delivery-option .edit{padding:0 20px;margin:0 auto}.delivery-option .edit .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.delivery-option .edit .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.delivery-option .edit .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.delivery-option .edit .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.pricing .pricings{overflow:scroll}.pricing .pricings .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.pricing .pricings .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.pricing .pricings .header .buttons a,.pricing .pricings .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.pricing .pricings .header .buttons a img,.pricing .pricings .header .buttons button img{margin-right:10px}.pricing .pricings .header .buttons a:focus,.pricing .pricings .header .buttons button:focus{outline:none}.pricing .pricings .header .buttons a{background-color:var(--bg-dark)}.pricing .pricings tr:hover{background-color:#f4f4f4}.pricing .pricings td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.pricing .pricings td span.active{color:#00b127}.pricing .pricings td span.pending{color:#5a4d4d}.pricing .pricings td span.inactive{color:#d90000}.route .create{padding:0 20px;margin:0 auto}.route .create .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.route .create .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.route .create .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.route .create .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.route .edit{padding:0 20px;margin:0 auto}.route .edit .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.route .edit .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.route .edit .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.route .edit .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.vendor .payouts{overflow:scroll}.vendor .payouts .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.vendor .payouts .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.vendor .payouts .header .buttons a,.vendor .payouts .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.vendor .payouts .header .buttons a img,.vendor .payouts .header .buttons button img{margin-right:10px}.vendor .payouts .header .buttons a:focus,.vendor .payouts .header .buttons button:focus{outline:none}.vendor .payouts .header .buttons a{background-color:var(--bg-dark)}.vendor .payouts tr:hover{background-color:#f4f4f4}.vendor .payouts td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.vendor .payouts td span.active{color:#00b127}.vendor .payouts td span.pending{color:#5a4d4d}.vendor .payouts td span.inactive{color:#d90000}.processor-settings .items{display:flex;flex-direction:row;flex-wrap:wrap}.processor-settings .items .processor-setting{width:300px;margin-right:20px}.processor-settings .items .processor-setting button{border:0;background-color:#3b7f22;padding:10px 20px;border-radius:5px;color:#fff;cursor:pointer}.vendor{overflow:scroll}.vendor .delete{border-radius:20px}.vendor .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.vendor .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.vendor .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.vendor .header .buttons a,.vendor .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.vendor .header .buttons a img,.vendor .header .buttons button img{margin-right:10px}.vendor .header .buttons a:focus,.vendor .header .buttons button:focus{outline:none}.vendor .header .buttons a{background-color:#f1503d}.vendor .triggers{margin:15px auto}.vendor .triggers,.vendor .triggers button{display:flex;flex-direction:row;justify-content:center}.vendor .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.vendor .triggers button img{margin-right:10px}.vendor .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.vendor .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.vendor tr:hover{background-color:#f4f4f4}.item .items{overflow:scroll}.item .items .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.item .items .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.item .items .header .buttons a,.item .items .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.item .items .header .buttons a img,.item .items .header .buttons button img{margin-right:10px}.item .items .header .buttons a:focus,.item .items .header .buttons button:focus{outline:none}.item .items .header .buttons a{background-color:var(--bg-dark)}.item .items tr:hover{background-color:#f4f4f4}.item .items td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.item .items td span.active{color:#00b127}.item .items td span.pending{color:#5a4d4d}.item .items td span.inactive{color:#d90000}.item .create{padding:0 20px;margin:0 auto}.item .create .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.item .create .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.item .create .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.item .create .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.marketplace{overflow:scroll}.marketplace .delete{border-radius:20px}.marketplace .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.marketplace .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.marketplace .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.marketplace .header .buttons a,.marketplace .header .buttons button{min-width:120px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.marketplace .header .buttons a img,.marketplace .header .buttons button img{margin-right:10px}.marketplace .header .buttons a:focus,.marketplace .header .buttons button:focus{outline:none}.marketplace .header .buttons a{background-color:#f1503d}.marketplace .triggers{margin:15px auto}.marketplace .triggers,.marketplace .triggers button{display:flex;flex-direction:row;justify-content:center}.marketplace .triggers button{margin:0 5px;padding:5px 10px;min-width:120px;height:35px;border-radius:5px;align-items:center;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer}.marketplace .triggers button img{margin-right:10px}.marketplace .triggers button:first-child{color:var(--bg-dark);background-color:#fff;border-color:var(--bg-dark)}.marketplace .triggers button:last-child{color:#fff;background-color:var(--bg-dark)}.marketplace tr:hover{background-color:#f4f4f4}.item .edit{padding:0 20px;margin:0 auto}.item .edit .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.item .edit .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.item .edit .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.item .edit .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.item .upload-image{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.item .upload-image img{width:200px}.item .upload-image .upload-btn-wrapper{position:relative;margin-top:20px;width:150px}.item .upload-image input{opacity:0}.item .upload-image .btn-upload,.item .upload-image input{position:absolute;padding:5px 10px;width:100%;height:35px;text-align:center;display:block;border-radius:5px;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer;color:#fff;background-color:var(--bg-dark)}.deliverable .deliverables{overflow:scroll}.deliverable .deliverables .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.deliverable .deliverables .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.deliverable .deliverables .header .buttons a,.deliverable .deliverables .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.deliverable .deliverables .header .buttons a img,.deliverable .deliverables .header .buttons button img{margin-right:10px}.deliverable .deliverables .header .buttons a:focus,.deliverable .deliverables .header .buttons button:focus{outline:none}.deliverable .deliverables .header .buttons a{background-color:var(--bg-dark)}.deliverable .deliverables tr:hover{background-color:#f4f4f4}.deliverable .deliverables td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.deliverable .deliverables td span.active{color:#00b127}.deliverable .deliverables td span.pending{color:#5a4d4d}.deliverable .deliverables td span.inactive{color:#d90000}.area .create{padding:0 20px;margin:0 auto}.area .create .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.area .create .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.area .create .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.area .create .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.area .edit{padding:0 20px;margin:0 auto}.area .edit .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.area .edit .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.area .edit .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.area .edit .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.deliverable .upload-image{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.deliverable .upload-image img{width:200px}.deliverable .upload-image .upload-btn-wrapper{position:relative;margin-top:20px;width:150px}.deliverable .upload-image input{opacity:0}.deliverable .upload-image .btn-upload,.deliverable .upload-image input{position:absolute;padding:5px 10px;width:100%;height:35px;text-align:center;display:block;border-radius:5px;text-decoration:none;box-sizing:border-box;border:1px solid transparent;cursor:pointer;color:#fff;background-color:var(--bg-dark)}.inventory .create{padding:0 20px;margin:0 auto}.inventory .create .triggers{padding:0 20px 20px;display:flex;flex-direction:row;margin:0 auto;max-width:360px}.inventory .create .triggers button{border:0;background-color:#fff;line-height:40px;border-radius:5px;font-size:16px;text-transform:uppercase;cursor:pointer}.inventory .create .triggers button:first-child{flex-grow:1;background-color:#32c832;color:#fff}.inventory .create .triggers button:last-child{flex-basis:120px;margin-left:20px;border:1px solid #fc7900;color:#fc7900}.inventory .inventories{overflow:scroll}.inventory .inventories .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.inventory .inventories .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.inventory .inventories .header .buttons a,.inventory .inventories .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.inventory .inventories .header .buttons a img,.inventory .inventories .header .buttons button img{margin-right:10px}.inventory .inventories .header .buttons a:focus,.inventory .inventories .header .buttons button:focus{outline:none}.inventory .inventories .header .buttons a{background-color:var(--bg-dark)}.inventory .inventories tr:hover{background-color:#f4f4f4}.inventory .inventories td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.inventory .inventories td span.active{color:#00b127}.inventory .inventories td span.pending{color:#5a4d4d}.inventory .inventories td span.inactive{color:#d90000}.order .orders{overflow:scroll}.order .orders .header{padding:15px 0;display:flex;flex-direction:row;align-items:center}.order .orders .header h4{font-style:normal;font-weight:500;font-size:22px;color:#020e23}.order .orders .header .buttons{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-end}.order .orders .header .buttons a,.order .orders .header .buttons button{min-width:100px;margin:0 5px;height:35px;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;cursor:pointer}.order .orders .header .buttons a img,.order .orders .header .buttons button img{margin-right:10px}.order .orders .header .buttons a:focus,.order .orders .header .buttons button:focus{outline:none}.order .orders .header .buttons a{background-color:var(--bg-dark)}.order .orders tr:hover{background-color:#f4f4f4}.order .orders td span{font-weight:400;font-family:"DM Sans Regular";letter-spacing:.4px}.order .orders td span.active{color:#00b127}.order .orders td span.pending{color:#5a4d4d}.order .orders td span.inactive{color:#d90000}.order .details{background-color:#fff;max-width:400px;padding:20px;border-radius:10px}.order .details .top{display:flex;flex-direction:column;align-items:center}.order .details .top h4{font-weight:600;font-size:24px;line-height:42px;text-align:center;color:#000}.order .details .summary{margin-top:50px}.order .details .summary .info{display:flex;flex-direction:row;justify-content:space-between}.order .details .summary .info p{font-weight:400;font-size:14px;line-height:16px;letter-spacing:.4px;margin-bottom:20px}.order .details .summary .info p:first-child{color:#b2b7c2}.order .details .summary .info p:last-child{color:#181b36;text-align:right}.order .details .summary .info p.status{color:#19cd00}.order .details button.download{background:#19cd00;border:0;line-height:30px;font-size:16px;font-family:"Poppins",sans-serif;font-weight:300;border-radius:5px;width:170px;display:block;margin:20px 0 0 auto;color:#fff;text-align:center;cursor:pointer}.order .details .actions{display:flex;flex-direction:row}.order .details .actions button{background:#19cd00;border:0;line-height:30px;font-size:16px;font-family:"Poppins",sans-serif;font-weight:300;border-radius:5px;width:170px;display:block;margin:20px 0 0 auto;color:#fff;text-align:center;cursor:pointer}.order .logo{height:50px;width:50px;border-radius:25px;display:flex;justify-content:center;align-items:center;flex-direction:row}.order .logo.mtn{background:#fc0}.order .logo.mtn img{width:43px;height:18px}.order .logo.airtel{background:#ee1c25}.order .logo.airtel img{width:29px;height:31px}.order .logo.glo{background:linear-gradient(180deg,#13910b,#0b3d05)}.order .logo.glo img{width:32px;height:28px}.order .logo._9mobile{background:#006d52}.order .logo._9mobile img{width:20px;height:35px}.order .logo.dstv{background:#026eb6}.order .logo.dstv img{width:43px}.order .logo.gotv{background:#f1f529}.order .logo.gotv img{width:43px}.order .logo.startimes{background:#fff}.order .logo.startimes img{width:43px}.order .logo.skysenx-internet{background:#fedbff}.order .logo.distributor img{width:100%}.order .logo.shawarma img{width:43px;border-radius:43px}.order .marketplace table.items{width:100%;padding:10px;border:1px solid #b2b7c2;border-radius:12px}.order .marketplace table.items td:first-child{color:#b2b7c2}.order .marketplace table.items td:last-child{text-align:right;color:#181b36}
/*# sourceMappingURL=main.89292b18.chunk.css.map */