@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap");
@import url("style-fonts.css");
@import url("style.font.min.css");
html {
    position: relative;
    min-height: 100%;
}
textArea::placeholder {
    text-align: right;
}
body {
    direction: rtl;
    font-family: 'tajawal' , sans-serif !important;
    margin: 0;
    background: #000000;
    font-size: 15px;
    font-weight: 400;
    color: #e5e6e8;
    line-height: 1.5;
}
#topHeader{
    background: #051731;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #263a5b;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
b {
    font-weight: 700;
}
strong {
    font-weight: 700;
}
.min-title h3 {
    display: inline-block;
    position: relative;
}
.min-title h3::after {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    width: 100%;
    height: 20px;
    background: #04897c;
    opacity: 25%;
    border-radius: 5px 0;
}
p {
    line-height: 1.5;
    margin-bottom: 10px;
    color: #263a5b;
}
label {
    vertical-align: middle;
    color: #292c2e;
}
* {
    outline: none !important;
}
a {
    color: #0080ff;
    text-decoration: none;
}
a:hover {
    color: #0073e6;
    outline: 0;
    text-decoration: none;
}
a:active {
    color: #0073e6;
    outline: 0;
    text-decoration: none;
}
a:focus {
    color: #0073e6;
    outline: 0;
    text-decoration: none;
}
code {
    color: #0080ff;
}
.logobar {
    padding: 15px 0;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.logobar .logo.logo-small {
    display: none;
}
.logobar .logo img {
    width: 128px;
}
.leftbar {
    width: 250px;
    height: 100%;
    position: fixed;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 9;
    transition: all 0.3s ease;
}
.rightbar {
    margin-right: 250px;
    overflow: hidden;
    min-height: 500px;
    transition: all 0.3s ease;
}
.contentbar {
    padding: 30px;
    margin-bottom: 30px;
}
.footerbar {
    position: absolute;
    bottom: 0;
    right: 250px;
    left: 0;
    padding: 20px 30px;
    text-align: center;
    background-color: #ffffff;
    background-color: #ffffff;
}
.toggle-menu .footerbar {
    right: 0;
}
.slimScrollBar {
    z-index: 0 !important;
}
.navigationbar {
    height: calc(100vh - 100px);
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
::-webkit-scrollbar {
    width: 0;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: transparent;
}
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-35 {
    padding-top: 35px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-45 {
    padding-top: 45px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-25 {
    padding-right: 25px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-r-35 {
    padding-right: 35px;
}
.p-r-40 {
    padding-right: 40px;
}
.p-r-45 {
    padding-right: 45px;
}
.p-r-50 {
    padding-right: 50px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-35 {
    padding-bottom: 35px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-45 {
    padding-bottom: 45px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-35 {
    padding-left: 35px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-l-45 {
    padding-left: 45px;
}
.p-l-50 {
    padding-left: 50px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-35 {
    margin-right: 35px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-r-45 {
    margin-right: 45px;
}
.m-r-50 {
    margin-right: 50px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-35 {
    margin-left: 35px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-l-45 {
    margin-left: 45px;
}
.m-l-50 {
    margin-left: 50px;
}
.l-h-20 {
    line-height: 20px;
}
.l-h-22 {
    line-height: 22px;
}
.l-h-24 {
    line-height: 24px;
}
.l-h-26 {
    line-height: 26px;
}
.l-h-28 {
    line-height: 28px;
}
.l-h-30 {
    line-height: 30px;
}
.l-h-32 {
    line-height: 32px;
}
.l-h-34 {
    line-height: 34px;
}
.l-h-36 {
    line-height: 36px;
}
.l-h-38 {
    line-height: 38px;
}
.l-h-40 {
    line-height: 40px;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-29 {
    font-size: 29px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-31 {
    font-size: 31px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-33 {
    font-size: 33px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-35 {
    font-size: 35px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-37 {
    font-size: 37px !important;
}
.font-38 {
    font-size: 38px !important;
}
.font-39 {
    font-size: 39px !important;
}
.font-40 {
    font-size: 40px !important;
}
.f-w-3 {
    font-weight: 300;
}
.f-w-4 {
    font-weight: 400;
}
.f-w-5 {
    font-weight: 500;
}
.f-w-6 {
    font-weight: 600;
}
.f-w-7 {
    font-weight: 700;
}
.b-r-1 {
    border-radius: 1px;
}
.b-r-2 {
    border-radius: 2px;
}
.b-r-3 {
    border-radius: 3px;
}
.b-r-4 {
    border-radius: 4px;
}
.b-r-5 {
    border-radius: 5px;
}
.b-r-6 {
    border-radius: 6px;
}
.b-r-7 {
    border-radius: 7px;
}
.b-r-8 {
    border-radius: 8px;
}
.b-r-9 {
    border-radius: 9px;
}
.b-r-10 {
    border-radius: 10px;
}
.b-r-15 {
    border-radius: 15px;
}
.b-r-20 {
    border-radius: 20px;
}
.b-r-25 {
    border-radius: 25px;
}
.b-r-30 {
    border-radius: 30px;
}
.b-r-35 {
    border-radius: 35px;
}
.b-r-40 {
    border-radius: 40px;
}
.b-r-45 {
    border-radius: 45px;
}
.b-r-50 {
    border-radius: 50px;
}
.b-r-100 {
    border-radius: 100px;
}
.chart-height {
    height: 320px;
}
.v-a-m {
    vertical-align: middle;
}
.psn-abs {
    position: absolute;
}
.bx-shadow {
    -moz-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
}
.bg-primary-gradient {
    background-image: linear-gradient(58deg, #0080ff 0, #969efa 100%);
}
.bg-secondary-gradient {
    background-image: linear-gradient(58deg, #bcc4dc 0, #e6e8f0 100%);
}
.bg-success-gradient {
    background-image: linear-gradient(58deg, #08d26f 0, #45e396 100%);
}
.bg-danger-gradient {
    background-image: linear-gradient(58deg, #fc4f68 0, #ff8181 100%);
}
.bg-warning-gradient {
    background-image: linear-gradient(58deg, #ffe411 0, #fef07f 100%);
}
.bg-info-gradient {
    background-image: linear-gradient(58deg, #81cef6 0, #a7daf5 100%);
}
.bg-light-gradient {
    background-image: linear-gradient(58deg, #e9eff9 0, #f8fbff 100%);
}
.bg-dark-gradient {
    background-image: linear-gradient(58deg, #2e2e2e 0, #4c4c4c 100%);
}
.text-primary-gradient {
    background: -webkit-linear-gradient(#4cc6f3, #0080ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-secondary-gradient {
    background: -webkit-linear-gradient(#cfd2d6, #93b4d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-success-gradient {
    background: -webkit-linear-gradient(#9acd2b, #18d26b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-danger-gradient {
    background: -webkit-linear-gradient(#ff7e4b, #ff3f3f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-warning-gradient {
    background: -webkit-linear-gradient(#faec51, #ffa800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-info-gradient {
    background: -webkit-linear-gradient(#2ce9ad, #00b8d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-light-gradient {
    background: -webkit-linear-gradient(#f3f3f3, #d4d8de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-dark-gradient {
    background: -webkit-linear-gradient(#666666, #263a5b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.primary-rgba {
    background-color: rgba(0, 128, 255, 0.1);
}
.secondary-rgba {
    background-color: rgba(129, 167, 205, 0.1);
}
.success-rgba {
    background-color: rgba(24, 210, 107, 0.1);
}
.danger-rgba {
    background-color: rgba(255, 63, 63, 0.1);
}
.warning-rgba {
    background-color: rgba(255, 168, 0, 0.1);
}
.info-rgba {
    background-color: rgba(0, 184, 212, 0.1);
}
.light-rgba {
    background-color: rgba(212, 216, 222, 0.1);
}
.dark-rgba {
    background-color: rgba(38, 58, 91, 0.1);
}
.icon-box-list div {
    color: #8A98AC;
    border-radius: 50px;
    line-height: 38px;
    white-space: nowrap;
}
.icon-box-list div p {
    margin: 10px;
    line-height: inherit;
}
.icon-box-list div p i {
    display: inline-block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    margin-left: 12px;
    margin-bottom: 1px;
    margin-top: 1px;
    transition: transform 0.2s;
}
.icon-box-list div p i.flag {
    background-size: cover;
    background-position: center;
}
.icon-box-list div p span.text-alias {
    color: #d4d4d4;
}
.icon-box-list div:hover p {
    color: #0080ff;
}
.icon-box-list div:hover p i {
    color: #0080ff;
    background-color: rgba(0, 128, 255, 0.1) !important;
    transform: scale(1.2);
}
.icon-box-list div:hover p span.text-alias {
    color: #0080ff;
}
.icon-svg-list div p span {
    padding: 9px 10px 12px;
    border-radius: 3px;
    margin-left: 12px;
    width: 40px;
    height: 40px;
}
.icon-svg-list div p span .icon-svg {
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
    width: 20px;
    transition: transform 0.2s;
}
.icon-svg-list div p:hover span {
    background-color: rgba(0, 128, 255, 0.1) !important;
}
.icon-svg-list div p:hover span .icon-svg {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
    transform: scale(1.2);
}
.example-row .grid-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    border: solid #b3d9ff;
    border-width: 0.2rem 0 0;
}
.example-row .row > .col, .example-row .row > [class^=col-] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(0, 128, 255, 0.1);
    border: 1px solid #66b3ff;
    color: #0080ff;
}
.example-row .row + .row {
    margin-top: 1rem;
}
.example-row.example-row-flex-cols .row {
    min-height: 10rem;
    background-color: #99ccff;
}
@media (min-width: 576px) {
    .grid-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 0.2rem;
    }
}
.docs-data > .input-group > span {
    min-width: 2rem !important;
}
.custom-checkbox-button input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    outline: 0 !important;
    z-index: 1;
}
.custom-checkbox-button input[type=checkbox]:checked + label:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.custom-checkbox-button label {
    position: relative;
    display: inline-block;
}
.custom-checkbox-button label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 2px solid transparent;
    outline: 0 !important;
}
.custom-checkbox-button label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.custom-checkbox-button .checkbox-primary input[type=checkbox] + label:before {
    border-color: #0080ff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:before {
    background-color: #0080ff;
}
.custom-checkbox-button .checkbox-primary input[type=checkbox]:checked + label:after {
    background-color: #0080ff;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:before {
    border-color: #93b4d4;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:before {
    background-color: #93b4d4;
}
.custom-checkbox-button .checkbox-secondary input[type=checkbox]:checked + label:after {
    background-color: #93b4d4;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:before {
    border-color: #18d26b;
}
.custom-checkbox-button .checkbox-success input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:before {
    background-color: #18d26b;
}
.custom-checkbox-button .checkbox-success input[type=checkbox]:checked + label:after {
    background-color: #18d26b;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:before {
    border-color: #ff3f3f;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:before {
    background-color: #ff3f3f;
}
.custom-checkbox-button .checkbox-danger input[type=checkbox]:checked + label:after {
    background-color: #ff3f3f;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:before {
    border-color: #ffa800;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:before {
    background-color: #ffa800;
}
.custom-checkbox-button .checkbox-warning input[type=checkbox]:checked + label:after {
    background-color: #ffa800;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:before {
    border-color: #00b8d4;
}
.custom-checkbox-button .checkbox-info input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:before {
    background-color: #00b8d4;
}
.custom-checkbox-button .checkbox-info input[type=checkbox]:checked + label:after {
    background-color: #00b8d4;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:before {
    border-color: #d4d8de;
}
.custom-checkbox-button .checkbox-light input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:before {
    background-color: #d4d8de;
}
.custom-checkbox-button .checkbox-light input[type=checkbox]:checked + label:after {
    background-color: #d4d8de;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:before {
    border-color: #263a5b;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox] + label:after {
    border-color: #ffffff;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:before {
    background-color: #263a5b;
}
.custom-checkbox-button .checkbox-dark input[type=checkbox]:checked + label:after {
    background-color: #263a5b;
}
.custom-radio-button input[type=radio] {
    cursor: pointer;
    opacity: 0;
    outline: 0 !important;
    z-index: 1;
}
.custom-radio-button input[type=radio]:checked + label:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.custom-radio-button label {
    position: relative;
    display: inline-block;
}
.custom-radio-button label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid transparent;
    outline: 0 !important;
}
.custom-radio-button label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.custom-radio-button .radio-primary input[type=radio] + label:before {
    border-color: #0080ff;
}
.custom-radio-button .radio-primary input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:before {
    background-color: #0080ff;
}
.custom-radio-button .radio-primary input[type=radio]:checked + label:after {
    background-color: #0080ff;
}
.custom-radio-button .radio-secondary input[type=radio] + label:before {
    border-color: #93b4d4;
}
.custom-radio-button .radio-secondary input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:before {
    background-color: #93b4d4;
}
.custom-radio-button .radio-secondary input[type=radio]:checked + label:after {
    background-color: #93b4d4;
}
.custom-radio-button .radio-success input[type=radio] + label:before {
    border-color: #18d26b;
}
.custom-radio-button .radio-success input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:before {
    background-color: #18d26b;
}
.custom-radio-button .radio-success input[type=radio]:checked + label:after {
    background-color: #18d26b;
}
.custom-radio-button .radio-danger input[type=radio] + label:before {
    border-color: #ff3f3f;
}
.custom-radio-button .radio-danger input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:before {
    background-color: #ff3f3f;
}
.custom-radio-button .radio-danger input[type=radio]:checked + label:after {
    background-color: #ff3f3f;
}
.custom-radio-button .radio-warning input[type=radio] + label:before {
    border-color: #ffa800;
}
.custom-radio-button .radio-warning input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:before {
    background-color: #ffa800;
}
.custom-radio-button .radio-warning input[type=radio]:checked + label:after {
    background-color: #ffa800;
}
.custom-radio-button .radio-info input[type=radio] + label:before {
    border-color: #00b8d4;
}
.custom-radio-button .radio-info input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:before {
    background-color: #00b8d4;
}
.custom-radio-button .radio-info input[type=radio]:checked + label:after {
    background-color: #00b8d4;
}
.custom-radio-button .radio-light input[type=radio] + label:before {
    border-color: #d4d8de;
}
.custom-radio-button .radio-light input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:before {
    background-color: #d4d8de;
}
.custom-radio-button .radio-light input[type=radio]:checked + label:after {
    background-color: #d4d8de;
}
.custom-radio-button .radio-dark input[type=radio] + label:before {
    border-color: #263a5b;
}
.custom-radio-button .radio-dark input[type=radio] + label:after {
    border-color: #ffffff;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:before {
    background-color: #263a5b;
}
.custom-radio-button .radio-dark input[type=radio]:checked + label:after {
    background-color: #263a5b;
}
.border {
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.border-primary {
    border-color: #0080ff !important;
}
.border-secondary {
    border-color: #93b4d4 !important;
}
.border-success {
    border-color: #18d26b !important;
}
.border-danger {
    border-color: #ff3f3f !important;
}
.border-warning {
    border-color: #ffa800 !important;
}
.border-info {
    border-color: #00b8d4 !important;
}
.border-light {
    border-color: #d4d8de !important;
}
.border-dark {
    border-color: #263a5b !important;
}
.toast {
    background-color: #ffffff;
    width: 320px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.toast .toast-header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.toast .toast-header .toast-title {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}
.toast .toast-header .close {
    color: #282828;
    background-color: transparent;
}
.dropdown-menu {
    padding: 5px 0;
    font-size: 15px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #8A98AC;
}
.dropdown-menu .dropdown-item.active {
    background-color: rgba(0, 0, 0, 0.03);
    color: #282828;
    text-decoration: none;
}
.dropdown-menu .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.03);
    color: #282828;
    text-decoration: none;
}
.dropdown-menu .dropdown-item:hover {
    color: #263a5b;
    background-color: rgba(129, 167, 205, 0.1);
}
.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.bg-primary {
    background-color: #0080ff !important;
}
.bg-secondary {
    background-color: #93b4d4 !important;
}
.bg-success {
    background-color: #18d26b !important;
}
.bg-danger {
    background-color: #ff3f3f !important;
}
.bg-warning {
    background-color: #ffa800 !important;
}
.bg-info {
    background-color: #00b8d4 !important;
}
.bg-light {
    background-color: #051731 !important;
}
.bg-dark {
    background-color: #263a5b !important;
}
.bg-muted {
    background-color: #8A98AC !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-primary-rgba {
    background-color: rgba(0, 128, 255, 0.1) !important;
}
.bg-secondary-rgba {
    background-color: rgba(129, 167, 205, 0.1) !important;
}
.bg-success-rgba {
    background-color: rgba(24, 210, 107, 0.1) !important;
}
.bg-danger-rgba {
    background-color: rgba(255, 63, 63, 0.1) !important;
}
.bg-warning-rgba {
    background-color: rgba(255, 168, 0, 0.1) !important;
}
.bg-info-rgba {
    background-color: rgba(0, 184, 212, 0.1) !important;
}
.bg-light-rgba {
    background-color: rgba(212, 216, 222, 0.1) !important;
}
.bg-dark-rgba {
    background-color: rgba(38, 58, 91, 0.1) !important;
}
.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #282828 !important;
}
.text-muted {
    color: #8A98AC !important;
}
.text-primary {
    color: #0080ff !important;
}
.text-secondary {
    color: #0d0d0d !important;
}
.text-success {
    color: #18d26b !important;
}
.text-danger {
    color: #ff3f3f !important;
}
.text-warning {
    color: #ffa800 !important;
}
.text-info {
    color: #00b8d4 !important;
}
.text-light {
    color: #d4d8de !important;
}
.text-dark {
    color: #263a5b !important;
}
a.text-primary:focus {
    color: #0073e6 !important;
}
a.text-primary:hover {
    color: #0073e6 !important;
}
a.text-secondary:focus {
    color: #81a7cd !important;
}
a.text-secondary:hover {
    color: #81a7cd !important;
}
a.text-success:focus {
    color: #15bb5f !important;
}
a.text-success:hover {
    color: #15bb5f !important;
}
a.text-danger:focus {
    color: #ff2626 !important;
}
a.text-danger:hover {
    color: #ff2626 !important;
}
a.text-warning:focus {
    color: #e69700 !important;
}
a.text-warning:hover {
    color: #e69700 !important;
}
a.text-info:focus {
    color: #00a2bb !important;
}
a.text-info:hover {
    color: #00a2bb !important;
}
a.text-light:focus {
    color: #c6cbd3 !important;
}
a.text-light:hover {
    color: #c6cbd3 !important;
}
a.text-dark:focus {
    color: #1e2f49 !important;
}
a.text-dark:hover {
    color: #1e2f49 !important;
}
.blockquote {
    font-size: 1.05rem;
}
.bootstrap-touchspin .btn {
    box-shadow: none;
}
.media .media-body {
    word-break: break-word;
}
.list-group-item {
    background-color: transparent;
}
.mark {
    background-color: rgba(255, 168, 0, 0.1);
    color: #282828;
}
mark {
    background-color: rgba(255, 168, 0, 0.1);
    color: #282828;
}
.vertical-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vertical-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.vertical-menu > li > a {
    padding: 10px 30px;
    display: block;
    color: #263a5b;
}
.vertical-menu > li > a > i {
    display: inline-block;
    width: 30px;
    font-size: 16px;
    vertical-align: middle;
}
.vertical-menu > li > a > img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu > li > a > span {
    vertical-align: middle;
}
.vertical-menu > li:hover > a {
    background-color: transparent;
    color: #0080ff;
    opacity: 1;
}
.vertical-menu > li:hover > a img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.vertical-menu > li.active > a {
    font-weight: 400;
    background-color: transparent;
    color: #0080ff;
    opacity: 1;
}
.vertical-menu > li.active > a img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.vertical-menu > li.active {
    background-color: transparent;
}
.vertical-menu > li .label, .vertical-menu > li .badge {
    margin-top: 4px;
}
.vertical-menu li.vertical-header {
    padding: 15px 25px 5px 25px;
    color: #8A98AC;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vertical-menu li:first-child.vertical-header {
    padding: 5px 25px 5px 25px;
}
.vertical-menu li > a > .icon-chevron-right {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    float: left;
    transform: rotate(180deg);
}
.vertical-menu li.active > a > .icon-chevron-right {
    transform: rotate(90deg);
}
.vertical-menu li.active > .vertical-submenu {
    display: block;
}
.vertical-menu a {
    color: #8A98AC;
    text-decoration: none;
}
.vertical-menu .vertical-submenu {
    display: none;
    list-style: none;
    padding-left: 5px;
    padding: 5px 0 5px 5px;
    margin: 0 1px;
    background: transparent;
    direction: ltr;
}
.vertical-menu .vertical-submenu .vertical-submenu {
    padding-left: 15px;
}
.vertical-menu .vertical-submenu > li > a {
    padding: 8px 25px 8px 55px;
    display: block;
    font-size: 14px;
    color: #263a5b;
}
.vertical-menu .vertical-submenu > li > a > .mdi {
    font-size: 5px;
    margin-right: 10px;
    vertical-align: middle;
    color: #263a5b;
}
.vertical-menu .vertical-submenu > li > a > .icon-chevron-right, .vertical-menu .vertical-submenu > li > a > .icon-chevron-down {
    width: auto;
}
.vertical-menu .vertical-submenu > li > a:after {
    content: '';
    font-family: "feather" !important;
    font-size: 10px;
    line-height: 10px;
    padding-left: 0.2rem;
    vertical-align: middle;
}
.vertical-menu .vertical-submenu > li > a.active {
    color: #0080ff;
}
.vertical-menu .vertical-submenu > li.active > a {
    opacity: 1;
    font-weight: 400;
    color: #0080ff;
}
.vertical-menu .vertical-submenu > li.active > a > .mdi {
    opacity: 1;
    color: #0080ff;
}
.vertical-menu .vertical-submenu > li > a:hover {
    opacity: 1;
    color: #0080ff;
}
.vertical-menu .vertical-submenu > li > a:hover > .mdi {
    opacity: 1;
    color: #0080ff;
}
.vertical-menu-rtl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vertical-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.vertical-menu-rtl > li > a {
    padding: 30px 10px;
    display: block;
    color: #263a5b;
}
.vertical-menu-rtl > li > a > i {
    display: inline-block;
    width: 30px;
    font-size: 16px;
    vertical-align: middle;
}
.vertical-menu-rtl > li > a > img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-left: 10px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.vertical-menu-rtl > li > a > span {
    vertical-align: middle;
}
.vertical-menu-rtl > li:hover > a {
    background-color: transparent;
    color: #0080ff;
    opacity: 1;
}
.vertical-menu-rtl > li:hover > a img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.vertical-menu-rtl > li.active > a {
    font-weight: 400;
    background-color: transparent;
    color: #0080ff;
    opacity: 1;
}
.vertical-menu-rtl > li.active > a img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.vertical-menu-rtl > li.active {
    background-color: transparent;
}
.vertical-menu-rtl > li .label, .vertical-menu-rtl > li .badge {
    margin-top: 4px;
}
.vertical-menu-rtl li.vertical-header {
    padding: 10px 15px 10px 25px;
    color: #8A98AC;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vertical-menu-rtl li:first-child.vertical-header {
    padding: 5px 25px 5px 25px;
}
.vertical-menu-rtl li > a > .icon-chevron-right {
    width: auto;
    height: auto;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    float: left;
    transform: rotate(180deg);
}
.vertical-menu-rtl li.active > a > .icon-chevron-right {
    transform: rotate(90deg);
}
.vertical-menu-rtl li.active > .vertical-submenu {
    display: block;
}
.vertical-menu-rtl a {
    color: #8A98AC;
    text-decoration: none;
}
.vertical-menu-rtl .vertical-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0 1px;
    background: transparent;
}
.vertical-menu-rtl .vertical-submenu .vertical-submenu {
    padding-right: 15px;
}
.vertical-menu-rtl .vertical-submenu > li > a {
    padding: 8px 45px 8px 55px;
    display: block;
    font-size: 14px;
    color: #263a5b;
}
.vertical-menu-rtl .vertical-submenu > li > a > .mdi {
    font-size: 5px;
    margin-right: 10px;
    vertical-align: middle;
    color: #263a5b;
}
.vertical-menu-rtl .vertical-submenu > li > a > .icon-chevron-right, .vertical-menu-rtl .vertical-submenu > li > a > .icon-chevron-down {
    width: auto;
}
.vertical-menu-rtl .vertical-submenu > li > a:after {
    content: "/";
    font-family: "feather" !important;
    font-size: 10px;
    line-height: 10px;
    padding-left: 0.2rem;
    vertical-align: middle;
}
.vertical-menu-rtl .vertical-submenu > li > a.active {
    color: #0080ff;
}
.vertical-menu-rtl .vertical-submenu > li.active > a {
    opacity: 1;
    font-weight: 400;
    color: #0080ff;
}
.vertical-menu-rtl .vertical-submenu > li.active > a > .mdi {
    opacity: 1;
    color: #0080ff;
}
.vertical-menu-rtl .vertical-submenu > li > a:hover {
    opacity: 1;
    color: #0080ff;
}
.vertical-menu-rtl .vertical-submenu > li > a:hover > .mdi {
    opacity: 1;
    color: #0080ff;
}
.toggle-menu .leftbar {
    position: fixed;
    width: 250px;
    margin-right: 0;
    transition: all 0.3s ease;
}
.toggle-menu .rightbar {
    margin-right: 80px;
}
.toggle-menu .rightbar .topbar {
    right: 80px;
}
.topbar-mobile {
    display: none;
    background-color: #ffffff;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.topbar-mobile .mobile-logobar {
    display: inline-block;
}
.topbar-mobile .mobile-logobar img {
    width: 128px;
}
.topbar-mobile .mobile-togglebar {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
.topbar-mobile .mobile-togglebar li {
    margin-right: 0;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger {
    padding: 10px 10px 12px;
    border-radius: 3px;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img {
    width: 20px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger img.menu-hamburger-vertical {
    display: none;
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.topbar-mobile .mobile-togglebar a.topbar-toggle-hamburger:hover img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger {
    padding: 10px 10px 12px;
    border-radius: 3px;
}
.topbar-mobile .mobile-togglebar .menu-hamburger img {
    width: 20px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar-mobile .mobile-togglebar .menu-hamburger img.menu-hamburger-close {
    display: none;
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.topbar-mobile .mobile-togglebar .menu-hamburger:hover img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.topbar {
    background-color: #ffffff;
    padding: 15px 30px;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 250px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.topbar .dropdown-toggle::after {
    display: none;
}
.topbar .searchbar {
    width: 220px;
}
.topbar .searchbar input[type=search] {
    background-color: rgba(129, 167, 205, 0.1);
    color: #263a5b;
    font-size: 16px;
    padding-right: 20px;
    border: none;
    border-radius: 3px 0 0 3px;
}
.topbar .searchbar ::placeholder {
    color: #717C99;
}
.topbar .searchbar .input-group-append {
    margin-left: 0px;
}
.topbar .searchbar .btn {
    background-color: rgba(129, 167, 205, 0.1);
    color: #263a5b;
    font-weight: 700;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
    padding: 3px 5px 3px 15px;
    box-shadow: none;
}
.topbar .searchbar .btn img {
    width: 20px;
    margin-top: -3px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar .togglebar {
    display: inline-block;
    padding-top: 1px;
}
.topbar .togglebar ul {
    padding-right: 0;
}
.topbar .togglebar li {
    margin-right: 0;
}
.topbar .togglebar .menu-hamburger {
    padding: 10px;
    border-radius: 3px;
}
.topbar .togglebar .menu-hamburger img {
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
    width: 20px;
}
.topbar .togglebar .menu-hamburger img.menu-hamburger-close {
    display: none;
}
.topbar .togglebar .menu-hamburger:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.topbar .togglebar .menu-hamburger:hover img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.topbar .infobar {
    display: inline-block;
    float: left;
}
.topbar .infobar ul {
    padding-right: 0;
}
.topbar .infobar > ul > li {
    margin-left: 0;
    margin-right: 0;
}
.topbar .infobar > ul > li:first-child {
    margin-left: 0;
}
.topbar .infobar .infobar-icon {
    color: #0080ff;
    border-radius: 3px;
    display: flex;
    line-height: 40px;
    width: 40px;
    height: 40px;
    padding: 10px;
}
.topbar .infobar .infobar-icon img {
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.topbar .infobar .infobar-icon i {
    padding: 12px;
}
.topbar .infobar .infobar-icon .live-icon {
    position: absolute;
    top: 3px;
    margin: 0px 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #0080ff;
}
.topbar .infobar .infobar-icon:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.topbar .infobar .infobar-icon:hover img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.topbar .infobar .languagebar a {
    padding: 15px 10px 5px;
    border-radius: 3px;
}
.topbar .infobar .languagebar a:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.topbar .infobar .flag {
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    margin-top: -12px;
}
.breadcrumbbar {
    margin: 15px 30px 30px 30px;
    padding: 20px;
    background-color: #c6cbd329;
    border-radius: 3px;
}
.breadcrumbbar .page-title {
    font-size: 18px;
    color: #263a5b;
    margin-bottom: 5px;
    margin-top: 0;
}
.breadcrumbbar .breadcrumb-list {
    text-align: right;
}
.breadcrumbbar .breadcrumb {
    margin: 0;
    padding: 2px 20px;
    ;
    display: inline-flex;
    background-color: transparent;
}
.breadcrumbbar .breadcrumb .breadcrumb-item a {
    color: #8A98AC;
}
.breadcrumbbar .breadcrumb .breadcrumb-item.active {
    color: #263a5b;
}
.breadcrumbbar .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.2rem;
}
.breadcrumbbar .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-family: "feather" !important;
    font-size: 14px;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
.breadcrumbbar .widgetbar {
    text-align: left;
}
.notifybar .dropdown-menu {
    top: 14px !important;
    border-radius: 3px;
    padding: 0;
}
.notifybar .dropdown-menu .notification-dropdown-title {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.notifybar .dropdown-menu .notification-dropdown-title h4 {
    color: #0080ff;
    font-size: 18px;
    margin-bottom: 0;
}
.notifybar .dropdown-menu .dropdown-item {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    text-align: right;
}
.notifybar .action-icon {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    margin-left: 15px;
}
.notifybar h5 {
    font-size: 15px;
    color: #263a5b;
    margin-top: 0;
    margin-bottom: 5px;
}
.notifybar p {
    margin-bottom: 0;
}
.notifybar .timing {
    color: #8A98AC;
    font-size: 12px;
    margin-top: 3px;
}
.infobar-settings-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}
.infobar-settings-sidebar.sidebarshow {
    width: 420px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head {
    padding: 14px 30px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head h4 {
    margin-bottom: 0;
    line-height: 40px;
    font-size: 18px;
    color: #0080ff;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close {
    padding: 4px 10px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.infobar-settings-sidebar .infobar-settings-sidebar-head .infobar-settings-close img {
    width: 20px;
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-color-setting {
    padding: 30px;
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-mode-setting {
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-layout-setting {
    padding: 30px;
}
.infobar-settings-sidebar-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
}
.languagebar .dropdown-menu {
    top: 15px !important;
    border-radius: 3px;
    padding: 0;
}
.languagebar .dropdown-menu .dropdown-item {
    padding: 10px 15px !important;
    color: #8A98AC;
    text-align: right;
}
.languagebar .dropdown-menu .dropdown-item:focus {
    color: #282828;
    background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu .dropdown-item:hover {
    color: #263a5b;
    background-color: rgba(0, 0, 0, 0.03);
}
.languagebar .dropdown-menu i {
    margin-left: 10px;
}
.languagebar .dropdown-menu .flag {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -5px;
}
.account-box {
    background-color: #d4d8de;
    border-radius: 3px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}
.account-box h5 {
    color: #263a5b;
    margin: 15px 0 5px;
}
.account-box p {
    margin-bottom: 0;
}
.account-box.active {
    background-color: #0080ff;
}
.account-box.active h5 {
    color: #ffffff;
}
.account-box.active p {
    color: #ffffff;
}
.account-box:hover {
    background-color: #0080ff;
}
.account-box:hover h5 {
    color: #ffffff;
}
.account-box:hover p {
    color: #ffffff;
}
.profilebar a {
    padding: 15px 8px 5px;
    border-radius: 3px;
}
.profilebar a:hover {
    background-color: rgba(129, 167, 205, 0.1);
}
.profilebar img {
    width: 26px;
    margin-top: -14px;
}
.profilebar .dropdown-menu {
    top: 15px !important;
    border-radius: 3px;
    text-align: center;
    padding: 0;
}
.profilebar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.profilebar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}
.profilebar .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
}
.profilebar .live-icon {
    display: none;
}
.profilename {
    padding: 5px 0;
}
.profilename h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #0080ff;
}
.profilename p {
    color: #8A98AC;
    margin-bottom: 0;
    font-size: 15px;
}
.userbox {
    margin-top: 7px;
    margin-bottom: 5px;
}
.userbox .profile-icon {
    padding: 0;
    color: #263a5b;
    border-radius: 3px;
}
.userbox .profile-icon:hover {
    background-color: transparent;
    color: #0080ff;
}
.userbox .profile-icon:hover img {
    width: 20px;
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.userbox .profile-icon img {
    width: 20px;
    margin-top: -3px;
    margin-left: 10px;
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.userbox .list-inline-item {
    margin-right: 0;
}
.alert {
    border: 0;
}
.alert-light {
    color: #8A98AC;
    background-color: rgba(212, 216, 222, 0.1);
    border-color: rgba(212, 216, 222, 0.1);
}
.alert-light .alert-link {
    color: #8A98AC;
}
.alert-light hr {
    border-top-color: #8A98AC;
}
.alert-dark {
    color: #263a5b;
    background-color: rgba(38, 58, 91, 0.1);
    border-color: rgba(38, 58, 91, 0.1);
}
.alert-dark .alert-link {
    color: #263a5b;
}
.alert-dark hr {
    border-top-color: #263a5b;
}
.badge {
    font-weight: 600;
}
.badge-default {
    background-color: #0080ff;
    color: #ffffff;
}
.badge-default[href]:hover {
    background-color: #0073e6;
}
.badge-default[href]:focus {
    background-color: #0073e6;
}
.badge-primary {
    background-color: #0080ff;
}
.badge-primary[href]:hover {
    background-color: #0073e6;
}
.badge-primary[href]:focus {
    background-color: #0073e6;
}
.badge-secondary {
    background-color: #93b4d4;
}
.badge-secondary[href]:hover {
    background-color: #81a7cd;
}
.badge-secondary[href]:focus {
    background-color: #81a7cd;
}
.badge-success {
    background-color: #18d26b;
}
.badge-success[href]:hover {
    background-color: #15bb5f;
}
.badge-success[href]:focus {
    background-color: #15bb5f;
}
.badge-danger {
    background-color: #ff3f3f;
}
.badge-danger[href]:hover {
    background-color: #ff2626;
}
.badge-danger[href]:focus {
    background-color: #ff2626;
}
.badge-warning {
    color: #ffffff;
    background-color: #ffa800;
}
.badge-warning[href]:hover {
    background-color: #e69700;
}
.badge-warning[href]:focus {
    background-color: #e69700;
}
.badge-info {
    background-color: #00b8d4;
}
.badge-info[href]:hover {
    background-color: #00a2bb;
}
.badge-info[href]:focus {
    background-color: #00a2bb;
}
.badge-light {
    color: #8A98AC;
    background-color: #d4d8de;
}
.badge-light[href]:hover {
    background-color: #c6cbd3;
}
.badge-light[href]:focus {
    background-color: #c6cbd3;
}
.badge-dark {
    background-color: #263a5b;
}
.badge-dark[href]:hover {
    background-color: #1e2f49;
}
.badge-dark[href]:focus {
    background-color: #1e2f49;
}
.badge-default-inverse {
    background-color: rgba(0, 128, 255, 0.1);
    color: #0080ff;
}
.badge-default-inverse[href]:hover {
    background-color: #0073e6;
}
.badge-default-inverse[href]:focus {
    background-color: #0073e6;
}
.badge-primary-inverse {
    background-color: rgba(0, 128, 255, 0.1);
    color: #0080ff;
}
.badge-primary-inverse[href]:hover {
    background-color: #0073e6;
    color: #ffffff;
}
.badge-primary-inverse[href]:focus {
    background-color: #0073e6;
    color: #ffffff;
}
.badge-secondary-inverse {
    background-color: rgba(129, 167, 205, 0.1);
    color: #93b4d4;
}
.badge-secondary-inverse[href]:hover {
    background-color: #81a7cd;
    color: #ffffff;
}
.badge-secondary-inverse[href]:focus {
    background-color: #81a7cd;
    color: #ffffff;
}
.badge-success-inverse {
    background-color: rgba(24, 210, 107, 0.1);
    color: #18d26b;
}
.badge-success-inverse[href]:hover {
    background-color: #15bb5f;
    color: #ffffff;
}
.badge-success-inverse[href]:focus {
    background-color: #15bb5f;
    color: #ffffff;
}
.badge-danger-inverse {
    background-color: rgba(255, 63, 63, 0.1);
    color: #ff3f3f;
}
.badge-danger-inverse[href]:hover {
    background-color: #ff2626;
    color: #ffffff;
}
.badge-danger-inverse[href]:focus {
    background-color: #ff2626;
    color: #ffffff;
}
.badge-warning-inverse {
    background-color: rgba(255, 168, 0, 0.1);
    color: #ffa800;
}
.badge-warning-inverse[href]:hover {
    background-color: #e69700;
    color: #ffffff;
}
.badge-warning-inverse[href]:focus {
    background-color: #e69700;
    color: #ffffff;
}
.badge-info-inverse {
    background-color: rgba(0, 184, 212, 0.1);
    color: #00b8d4;
}
.badge-info-inverse[href]:hover {
    background-color: #00a2bb;
    color: #ffffff;
}
.badge-info-inverse[href]:focus {
    background-color: #00a2bb;
    color: #ffffff;
}
.badge-light-inverse {
    background-color: rgba(212, 216, 222, 0.1);
    color: #8A98AC;
}
.badge-light-inverse[href]:hover {
    background-color: #c6cbd3;
    color: #8A98AC;
}
.badge-light-inverse[href]:focus {
    background-color: #c6cbd3;
    color: #8A98AC;
}
.badge-dark-inverse {
    background-color: rgba(38, 58, 91, 0.1);
    color: #263a5b;
}
.badge-dark-inverse[href]:hover {
    background-color: #1e2f49;
    color: #ffffff;
}
.badge-dark-inverse[href]:focus {
    background-color: #1e2f49;
    color: #ffffff;
}
.button-list .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-group .btn {
    margin-right: 0;
}
.dropdown-list .btn {
    margin-bottom: 5px;
}
.btn {
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 12px;
}
.btn-rounded {
    border-radius: 20px;
}
.btn-round {
    width: 40px;
    height: 40px;
    padding: 6px 11px;
    border-radius: 50%;
}
.btn-sm {
    padding: 4px 10px;
}
.btn-white {
    color: #282828;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}
.btn-link {
    color: #0080ff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0080ff;
    text-decoration: none;
}
.btn-link.focus {
    text-decoration: none;
}
.btn-link:focus {
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
    box-shadow: none;
}
.btn-primary .disabled {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.btn-primary:disabled {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.btn-primary:active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-primary:hover {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-primary.focus {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary:focus {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary:visited {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary {
    color: #0080ff;
    border-color: #0080ff;
}
.btn-outline-primary:active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary:visited {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.open > .dropdown-toggle.btn-primary {
    background-color: #0073e6;
    border-color: #0073e6;
}
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #0073e6;
    border-color: #0073e6;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.show > .btn-primary.dropdown-toggle {
    background-color: #0073e6;
    border-color: #0073e6;
}
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-secondary {
    color: #ffffff;
    background-color: #93b4d4;
    border-color: #93b4d4;
    box-shadow: none;
}
.btn-secondary .disabled {
    color: #ffffff;
    background-color: #93b4d4;
    border-color: #93b4d4;
}
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #93b4d4;
    border-color: #93b4d4;
}
.btn-secondary:active {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-secondary:hover {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-secondary.focus {
    color: #ffffff;
    background-color: #81a7cd;
    border-color: #81a7cd;
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-secondary:focus {
    color: #ffffff;
    background-color: #81a7cd;
    border-color: #81a7cd;
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-secondary:visited {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary {
    color: #93b4d4;
    border-color: #93b4d4;
}
.btn-outline-secondary:active {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary:visited {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.open > .dropdown-toggle.btn-secondary {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #dce7f1;
}
.show > .btn-secondary.dropdown-toggle {
    background-color: #81a7cd;
    border-color: #81a7cd;
}
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #dce7f1;
}
.btn-success {
    color: #ffffff;
    background-color: #18d26b;
    border-color: #18d26b;
    box-shadow: none;
}
.btn-success .disabled {
    color: #ffffff;
    background-color: #18d26b;
    border-color: #18d26b;
}
.btn-success:disabled {
    color: #ffffff;
    background-color: #18d26b;
    border-color: #18d26b;
}
.btn-success:active {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-success:hover {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-success.focus {
    color: #ffffff;
    background-color: #15bb5f;
    border-color: #15bb5f;
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-success:focus {
    color: #ffffff;
    background-color: #15bb5f;
    border-color: #15bb5f;
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-success:visited {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-success:not(:disabled):not(.disabled).active {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success {
    color: #18d26b;
    border-color: #18d26b;
}
.btn-outline-success:active {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success:visited {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-outline-success:not(:disabled):not(.disabled).active {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.open > .dropdown-toggle.btn-success {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.show > .btn-outline-success.dropdown-toggle {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.show > .btn-success.dropdown-toggle {
    background-color: #15bb5f;
    border-color: #15bb5f;
}
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-danger {
    color: #ffffff;
    background-color: #ff3f3f;
    border-color: #ff3f3f;
    box-shadow: none;
}
.btn-danger .disabled {
    color: #ffffff;
    background-color: #ff3f3f;
    border-color: #ff3f3f;
}
.btn-danger:disabled {
    color: #ffffff;
    background-color: #ff3f3f;
    border-color: #ff3f3f;
}
.btn-danger:active {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-danger:hover {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-danger.focus {
    color: #ffffff;
    background-color: #ff2626;
    border-color: #ff2626;
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-danger:focus {
    color: #ffffff;
    background-color: #ff2626;
    border-color: #ff2626;
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-danger:visited {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-danger:not(:disabled):not(.disabled).active {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-danger:not(:disabled):not(.disabled):active {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger {
    color: #ff3f3f;
    border-color: #ff3f3f;
}
.btn-outline-danger:active {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger:visited {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-outline-danger:not(:disabled):not(.disabled).active {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #ff2626;
    border-color: #ff2626;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.open > .dropdown-toggle.btn-danger {
    background-color: #ff2626;
    border-color: #ff2626;
}
.show > .btn-outline-danger.dropdown-toggle {
    background-color: #ff2626;
    border-color: #ff2626;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.show > .btn-danger.dropdown-toggle {
    background-color: #ff2626;
    border-color: #ff2626;
}
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-warning {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800;
    box-shadow: none;
}
.btn-warning .disabled {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800;
}
.btn-warning:disabled {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800;
}
.btn-warning:active {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-warning.focus {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-warning:focus {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-warning:visited {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-warning:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-warning:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning {
    color: #ffa800;
    border-color: #ffa800;
}
.btn-outline-warning:active {
    background-color: #e69700;
    border-color: #e69700;
}
.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning:visited {
    background-color: #e69700;
    border-color: #e69700;
}
.btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.open > .dropdown-toggle.btn-warning {
    background-color: #e69700;
    border-color: #e69700;
}
.show > .btn-outline-warning.dropdown-toggle {
    background-color: #e69700;
    border-color: #e69700;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.show > .btn-warning.dropdown-toggle {
    background-color: #e69700;
    border-color: #e69700;
}
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-info {
    color: #ffffff;
    background-color: #00b8d4;
    border-color: #00b8d4;
    box-shadow: none;
}
.btn-info .disabled {
    color: #ffffff;
    background-color: #00b8d4;
    border-color: #00b8d4;
}
.btn-info:disabled {
    color: #ffffff;
    background-color: #00b8d4;
    border-color: #00b8d4;
}
.btn-info:active {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-info:hover {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-info.focus {
    color: #ffffff;
    background-color: #00a2bb;
    border-color: #00a2bb;
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-info:focus {
    color: #ffffff;
    background-color: #00a2bb;
    border-color: #00a2bb;
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-info:visited {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-info:not(:disabled):not(.disabled).active {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-info:not(:disabled):not(.disabled):active {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info {
    color: #00b8d4;
    border-color: #00b8d4;
}
.btn-outline-info:active {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info:visited {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.open > .dropdown-toggle.btn-info {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.show > .btn-outline-info.dropdown-toggle {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.show > .btn-info.dropdown-toggle {
    background-color: #00a2bb;
    border-color: #00a2bb;
}
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-light {
    color: #8A98AC;
    background-color: #d4d8de;
    border-color: #d4d8de;
    box-shadow: none;
}
.btn-light .disabled {
    color: #ffffff;
    background-color: #d4d8de;
    border-color: #d4d8de;
}
.btn-light:disabled {
    color: #ffffff;
    background-color: #d4d8de;
    border-color: #d4d8de;
}
.btn-light:active {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-light:hover {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-light.focus {
    color: #8A98AC;
    background-color: #c6cbd3;
    border-color: #c6cbd3;
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-light:focus {
    color: #8A98AC;
    background-color: #c6cbd3;
    border-color: #c6cbd3;
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-light:visited {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-light:not(:disabled):not(.disabled).active {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-light:not(:disabled):not(.disabled):active {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light {
    color: #d4d8de;
    border-color: #d4d8de;
}
.btn-outline-light:active {
    color: #ffffff;
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-outline-light:hover {
    color: #ffffff;
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light:visited {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-outline-light:not(:disabled):not(.disabled).active {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.open > .dropdown-toggle.btn-light {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.show > .btn-outline-light.dropdown-toggle {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.show > .btn-light.dropdown-toggle {
    background-color: #c6cbd3;
    border-color: #c6cbd3;
}
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d7dbe0;
}
.btn-dark {
    color: #ffffff;
    background-color: #263a5b;
    border-color: #263a5b;
    box-shadow: none;
}
.btn-dark .disabled {
    color: #ffffff;
    background-color: #263a5b;
    border-color: #263a5b;
}
.btn-dark:disabled {
    color: #ffffff;
    background-color: #263a5b;
    border-color: #263a5b;
}
.btn-dark:active {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-dark:hover {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-dark.focus {
    color: #ffffff;
    background-color: #1e2f49;
    border-color: #1e2f49;
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-dark:focus {
    color: #ffffff;
    background-color: #1e2f49;
    border-color: #1e2f49;
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-dark:visited {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-dark:not(:disabled):not(.disabled).active {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-dark:not(:disabled):not(.disabled):active {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark {
    color: #263a5b;
    background-image: none;
    background-color: transparent;
    border-color: #263a5b;
}
.btn-outline-dark:active {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark:visited {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-outline-dark:not(:disabled):not(.disabled).active {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.open > .dropdown-toggle.btn-dark {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.show > .btn-outline-dark.dropdown-toggle {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.show > .btn-dark.dropdown-toggle {
    background-color: #1e2f49;
    border-color: #1e2f49;
}
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-default {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
    box-shadow: none;
}
.btn-default .disabled {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.btn-default:disabled {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.btn-default:active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-default.focus {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-default:focus {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-default:visited {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-default:not(:disabled):not(.disabled).active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-default:not(:disabled):not(.disabled):active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-default:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default {
    color: #0080ff;
    border-color: #0080ff;
}
.btn-outline-default:active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-default:hover {
    color: #ffffff;
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default:visited {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-default:not(:disabled):not(.disabled).active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-default:not(:disabled):not(.disabled):active {
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-outline-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.open > .dropdown-toggle.btn-default {
    background-color: #0073e6;
    border-color: #0073e6;
}
.show > .btn-outline-default.dropdown-toggle {
    background-color: #0073e6;
    border-color: #0073e6;
}
.show > .btn-outline-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.show > .btn-default.dropdown-toggle {
    background-color: #0073e6;
    border-color: #0073e6;
}
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-primary-rgba {
    background-color: rgba(0, 128, 255, 0.1);
    border: none;
    color: #0080ff;
}
.btn-primary-rgba:hover {
    background-color: #0080ff;
    border: none;
    color: #ffffff;
}
.btn-primary-rgba:focus {
    background-color: #0080ff;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #66b3ff;
}
.btn-secondary-rgba {
    background-color: rgba(129, 167, 205, 0.1);
    border: none;
    color: #93b4d4;
}
.btn-secondary-rgba:hover {
    background-color: #93b4d4;
    border: none;
    color: #ffffff;
}
.btn-secondary-rgba:focus {
    background-color: #93b4d4;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #a5c1db;
}
.btn-success-rgba {
    background-color: rgba(24, 210, 107, 0.1);
    border: none;
    color: #18d26b;
}
.btn-success-rgba:hover {
    background-color: #18d26b;
    border: none;
    color: #ffffff;
}
.btn-success-rgba:focus {
    background-color: #18d26b;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.btn-danger-rgba {
    background-color: rgba(255, 63, 63, 0.1);
    border: none;
    color: #ff3f3f;
}
.btn-danger-rgba:hover {
    background-color: #ff3f3f;
    border: none;
    color: #ffffff;
}
.btn-danger-rgba:focus {
    background-color: #ff3f3f;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.btn-warning-rgba {
    background-color: rgba(255, 168, 0, 0.1);
    border: none;
    color: #ffa800;
}
.btn-warning-rgba:hover {
    background-color: #ffa800;
    border: none;
    color: #ffffff;
}
.btn-warning-rgba:focus {
    background-color: #ffa800;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #ffcb66;
}
.btn-info-rgba {
    background-color: rgba(0, 184, 212, 0.1);
    border: none;
    color: #00b8d4;
}
.btn-info-rgba:hover {
    background-color: #00b8d4;
    border: none;
    color: #ffffff;
}
.btn-info-rgba:focus {
    background-color: #00b8d4;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #3be5ff;
}
.btn-light-rgba {
    background-color: rgba(212, 216, 222, 0.1);
    border: none;
    color: #8A98AC;
}
.btn-light-rgba:hover {
    background-color: #d4d8de;
    border: none;
    color: #ffffff;
}
.btn-light-rgba:focus {
    background-color: #d4d8de;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #dde0e5;
}
.btn-dark-rgba {
    background-color: rgba(38, 58, 91, 0.1);
    border: none;
    color: #263a5b;
}
.btn-dark-rgba:hover {
    background-color: #263a5b;
    border: none;
    color: #ffffff;
}
.btn-dark-rgba:focus {
    background-color: #263a5b;
    border: none;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem #4468a3;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.dropdown-toggle:after {
    margin-left: 0;
    margin-right: 0.255em;
}
.fc-toolbar h2 {
    margin: 0;
    font-size: 18px;
    color: #282828;
}
.fc-toolbar .fc-state-active {
    z-index: 4;
    background-color: #0080ff;
    border-color: #0080ff;
    color: #ffffff;
}
.fc-toolbar .ui-state-active {
    z-index: 4;
    background-color: #0080ff;
    border-color: #0080ff;
    color: #ffffff;
}
.fc-toolbar .fc-left {
    margin-bottom: 10px;
}
.fc-toolbar .fc-center {
    margin-bottom: 10px;
}
.fc-toolbar .fc-right {
    margin-bottom: 10px;
}
.fc-button {
    background: #d4d8de;
    border: 1px solid #c6cbd3;
    color: #282828;
    outline: 0;
    box-shadow: none;
    text-transform: capitalize;
    height: auto !important;
    padding: 6px 15px !important;
}
.fc-state-hover {
    background: #c6cbd3;
    border: 1px solid #c6cbd3;
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.fc-state-default.fc-corner-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.fc-widget-header {
    background-color: #e2e5e9;
    border: 1px solid #c6cbd3;
}
.fc th.fc-widget-header {
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.fc-unthemed .fc-content {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-divider {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-popover {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed .fc-row {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed tbody {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed td {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed th {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-unthemed thead {
    border-color: rgba(0, 0, 0, 0.03);
}
.fc-event {
    background-color: #0080ff;
    color: #ffffff !important;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px 5px;
    cursor: move;
}
.card {
    border: none;
    border-radius: 12px;
    margin: 5px;
    color: #000;
    box-shadow: 0px 3px 9.5px 0.5px rgb(0 0 0 / 20%);
}
.card.border-primary {
    border: 1px solid;
}
.card.border-secondary {
    border: 1px solid;
}
.card.border-success {
    border: 1px solid;
}
.card.border-danger {
    border: 1px solid;
}
.card.border-warning {
    border: 1px solid;
}
.card.border-info {
    border: 1px solid;
}
.card.border-light {
    border: 1px solid;
}
.card.border-dark {
    border: 1px solid;
}
.card-primary {
    background-color: #0080ff;
    border-color: #0080ff;
}
.card-secondary {
    background-color: #93b4d4;
    border-color: #93b4d4;
}
.card-success {
    background-color: #18d26b;
    border-color: #18d26b;
}
.card-danger {
    background-color: #ff3f3f;
    border-color: #ff3f3f;
}
.card-warning {
    background-color: #ffa800;
    border-color: #ffa800;
}
.card-info {
    background-color: #00b8d4;
    border-color: #00b8d4;
}
.card-light {
    background-color: #d4d8de;
    border-color: #d4d8de;
}
.card-dark {
    background-color: #263a5b;
    border-color: #263a5b;
}
.card-header {
    border-bottom: 1px solid #f2f5fa;
    background-color: transparent;
}
.card-header:first-child {
    border-radius: calc(5px - 1px) calc(5px - 1px) 0 0;
    padding: 15px 20px;
}
.card .card-header .card-title {
    font-size: 16px;
    margin-bottom: 0;
}
.card .card-header .row .card-title {
    font-size: 16px;
}
.card-subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8A98AC;
    margin-bottom: 15px;
}
.card-img {
    width: 100%;
    border-radius: calc(5px - 1px);
}
.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    background-color: transparent;
}
.card-arrow {
    background-color: rgba(0, 128, 255, 0.1);
    color: #0080ff;
    border-radius: 50%;
    display: flex;
    line-height: 25px;
    width: 25px;
    height: 25px;
}
.card-arrow i {
    padding: 5px;
}
.card-arrow:hover {
    background-color: #0080ff;
    color: #ffffff;
}
.amount-spent-select .form-control {
    font-size: 12px;
    padding: 0px 5px;
    line-height: 24px;
    height: 24px;
}
.card-statistics .nav-pills {
    float: left;
    padding-right: 0;
}
.card-statistics .nav-pills .nav-link {
    padding: 0 6px 16px 6px;
    margin-bottom: -16px;
    font-size: 14px;
}
.card-statistics .nav-pills .nav-link.active {
    color: #0080ff;
    background-color: transparent;
    border-bottom: 2px solid #0080ff;
    border-radius: 0;
}
.card-statistics .nav-tabs {
    float: right;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card .card-header {
    background-color: rgba(129, 167, 205, 0.1);
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.accordion > .card h2 {
    line-height: 20px;
}
.accordion > .card h2 .btn-link {
    font-size: 16px;
    font-weight: 600;
    color: #0080ff;
    width: 100%;
    text-align: right;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid transparent;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 0;
}
.accordion > .card h2 .btn-link.collapsed {
    color: #282828;
}
.accordion > .card h2 .btn-link:hover {
    text-decoration: none;
}
.accordion > .card h2 .btn-link:focus {
    text-decoration: none;
}
.accordion > .card h2 .btn-link i {
    float: right;
    line-height: 24px;
    margin-left: 10px;
}
.accordion > .card .collapse {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.accordion > .card .collapse.show {
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card:last-of-type h2 .btn-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion > .card:last-of-type .collapse {
    border-bottom: 1px solid transparent;
}
.accordion > .card:last-of-type .collapse.show {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.accordion.accordion-outline > .card {
    border-radius: 0;
    margin-bottom: 10px;
}
.accordion.accordion-outline > .card .card-header {
    background-color: transparent;
}
.accordion.accordion-outline > .card h2 {
    line-height: 20px;
}
.accordion.accordion-outline > .card h2 .btn-link {
    border-top: 1px solid #0080ff;
    border-left: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
    border-right: 1px solid #0080ff;
}
.accordion.accordion-outline > .card h2 .btn-link.collapsed {
    border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.accordion.accordion-outline > .card .collapse {
    border-left: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
    border-right: 1px solid #0080ff;
}
.accordion.accordion-outline > .card:last-of-type .collapse {
    border-bottom: 1px solid transparent;
}
.accordion.accordion-outline > .card:last-of-type .collapse.show {
    border-bottom: 1px solid #0080ff;
}
.accordion.accordion-light > .card {
    border-radius: 0;
    margin-bottom: 10px;
}
.accordion.accordion-light > .card .card-header {
    background-color: transparent;
}
.accordion.accordion-light > .card h2 {
    line-height: 20px;
}
.accordion.accordion-light > .card h2 .btn-link {
    padding: 15px 0;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #0080ff;
    border-right: none;
}
.accordion.accordion-light > .card h2 .btn-link.collapsed {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.accordion.accordion-light > .card .collapse {
    border-left: none;
    border-bottom: none;
    border-right: none;
}
.accordion.accordion-light > .card:last-of-type .collapse {
    border-bottom: none;
}
.dash-social-icon {
    margin-top: 15px;
    margin-bottom: 30px;
}
.dash-social-icon i {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    padding: 14px 15px;
}
.dash-flag-icon .flag {
    display: inline-block;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
}
.dash-analytic-icon {
    margin-top: 15px;
    margin-bottom: 30px;
}
.dash-analytic-icon i {
    border-radius: 3px;
    font-size: 20px;
    padding: 12px 12px;
}
.analytic-chart-label .analytic-label-perform {
    margin-bottom: 0;
    text-align: center;
}
.analytic-chart-label .list-inline {
    text-align: center;
}
.analytic-chart-label .analytic-chart-piety {
    text-align: right;
}
.ecommerce-widget .card-header {
    border-bottom: none;
}
.ecommerce-widget .card-header .dash-analytic-icon {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ecommerce-widget .card-footer {
    border-top: none;
}
.product-file-type .img-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
}
.ecommerce-upload .dropzone {
    min-height: 278px;
    border-top: 1px dashed #0080ff;
    border-right: 1px dashed #0080ff;
    border-left: 1px dashed #0080ff;
    border-bottom: none;
    background: rgba(0, 128, 255, 0.1);
    border-radius: 0;
    margin: 0 1px 0 0;
}
.ecommerce-upload .dropzone .dz-message {
    font-size: 20px;
}
.ecommerce-upload img {
    margin-top: -22%;
    width: 100%;
}
#latestorder_wrapper .dataTables_length {
    display: none !important;
}
#topproducts_wrapper .dataTables_length {
    display: none !important;
}
.best-product-slider > i {
    position: absolute;
    top: -54px;
    left: -5px;
    font-size: 18px;
}
.best-product-slider > i:last-child {
    left: 15px;
}
.best-product-slider > i:hover {
    color: #0080ff;
}
.user-slider .slick-slide img {
    display: inline-block;
    width: 100px;
}
.user-slider > i {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 20px;
    z-index: 9;
}
.user-slider > i:first-child {
    right: 15px;
}
.user-slider > i:hover {
    color: #0080ff;
}
.quote-bg {
    background-image: linear-gradient(180deg, #ffffff 0, #e5f2ff 100%);
}
.course-slider .slick-slide img {
    display: inline-block;
    width: 100px;
}
.course-slider > i {
    position: absolute;
    top: -55px;
    left: 25px;
    font-size: 20px;
    z-index: 9;
}
.course-slider > i:first-child {
    left: -5px;
}
.course-slider > i:hover {
    color: #0080ff;
}
.parents-slider .slick-slide img {
    display: block;
    margin: 15px auto;
}
.parents-slider .slick-slide .parents-slider-item {
    padding: 27px 0;
}
.parents-slider > i {
    position: absolute;
    top: -55px;
    left: 25px;
    font-size: 20px;
    z-index: 9;
}
.parents-slider > i:first-child {
    left: -5px;
}
.parents-slider > i:hover {
    color: #0080ff;
}
label {
    font-weight: 500;
}
input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #8A98AC !important;
}
.form-control {
    background-color: rgb(129 167 205 / 10%);
    font-size: 15px;
    color: #646e7c;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    text-align: right;
}
.form-select {
    background-color: rgb(129 167 205 / 10%);
    font-size: 15px;
    color: #646e7c;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}
.form-control:focus {
    border-color: #0080ff;
    box-shadow: none !important;
}
.form-control:focus:disabled {
    background-color: #d4d8de;
    opacity: 1;
}
.form-control:disabled {
    background-color: #d4d8de;
    opacity: 1;
}
.form-control[readonly] {
    background-color: #d4d8de;
    opacity: 1;
}
.form-control .form-check-input {
    margin-top: 0.25rem;
}
.form-control-plaintext {
    color: #8A98AC;
}
.custom-control {
    padding-right: 1.5rem;
    padding-left: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0080ff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0080ff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #80c0ff;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #d4d8de;
    border-color: rgba(0, 0, 0, 0.03);
}
.custom-control-label::before {
    background-color: transparent;
    border: 1px solid #8A98AC;
    right: -1.5rem;
}
.custom-control-label::before:focus {
    border-color: #0080ff;
}
.custom-control-label::after {
    right: -1.5rem;
}
.custom-switch .custom-control-label:before {
    right: -2.25rem;
    left: 0;
}
.input-group-addon {
    border-radius: 5px;
    border: none;
}
.input-group-text {
    border: 1px solid #d4d8de;
    background: #dde0e5;
    color: #8A98AC;
}
.custom-select {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #8A98AC;
}
.custom-select:focus {
    border-color: #0080ff;
    outline: 0;
    box-shadow: none;
}
.custom-file-label {
    color: #8A98AC;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    line-height: 1.9;
    font-weight: 400;
}
.custom-file-label::after {
    background-color: #0080ff;
    border: none;
    color: #ffffff;
    height: 36px;
    line-height: 24px;
    left: 0;
    right: auto;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #0080ff;
    box-shadow: none !important;
}
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #91f2bc;
    color: #8A98AC;
}
.custom-file-input.is-invalid ~ .custom-file-label .form-control[readonly] {
    background-color: #d4d8de;
    opacity: 1;
}
.custom-select.is-valid {
    border-color: #91f2bc;
    background-color: #ffffff;
}
.custom-select.is-valid:focus {
    border-color: #18d26b;
}
.form-control.is-valid {
    border-color: #91f2bc;
    background-color: #ffffff;
}
.form-control.is-valid:focus {
    border-color: #18d26b;
}
.was-validated .custom-select:valid {
    border-color: #91f2bc;
    background-color: #ffffff;
}
.was-validated .custom-select:valid:focus {
    border-color: #18d26b;
    box-shadow: none !important;
}
.was-validated .custom-select:invalid {
    border-color: #ffd8d8;
    background-color: #ffffff;
}
.was-validated .custom-select:invalid:focus {
    border-color: #ff3f3f;
    box-shadow: none !important;
}
.was-validated .form-control:valid {
    border-color: #91f2bc;
    background-color: #ffffff;
}
.was-validated .form-control:valid:focus {
    border-color: #18d26b;
}
.was-validated .form-control:invalid {
    border-color: #ffd8d8;
    background-color: #ffffff;
}
.was-validated .form-control:invalid:focus {
    border-color: #ff3f3f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #18d26b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #ff3f3f;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #18d26b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #ffd8d8;
    color: #8A98AC;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #ff3f3f;
}
.valid-feedback {
    color: #18d26b;
}
.custom-select.is-invalid {
    border-color: #ffd8d8;
    background-color: #ffffff;
}
.form-control.is-invalid {
    border-color: #ffd8d8;
    background-color: #ffffff;
}
.form-control.is-invalid:focus {
    border-color: #ff3f3f;
}
.valid-tooltip {
    background-color: #1ee577;
}
.invalid-tooltip {
    background-color: #ff5959;
}
.custom-control-input.is-valid ~ .custom-control-label {
    color: #18d26b;
}
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff3f3f;
}
.custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ff3f3f;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #18d26b;
}
.invalid-feedback {
    color: #ff3f3f;
}
.form-check-input.is-invalid ~ .form-check-label {
    color: #ff3f3f;
}
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ff3f3f;
}
.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: dashed 1px #0080ff;
}
.editable-empty, .editable-empty:hover, .editable-empty:focus {
    color: #ff3f3f;
}
.editable-submit {
    padding: 4px 8px;
}
.editable-cancel {
    padding: 4px 8px;
}
.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem #80c0ff;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0080ff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #d4d8de;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d4d8de;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
input[type=range] {
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 0.03);
    background-color: rgba(0, 0, 0, 0.03);
    height: 5px;
    cursor: default;
    padding: initial;
    border: initial;
    margin: 2px;
}
input[type=range]:focus {
    background-color: rgba(0, 0, 0, 0.03);
}
.form-check-label {
    margin-bottom: 0;
    margin-right: 20px;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 3px 0 0 3px !important;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-radius: 0 3px 3px 0 !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    line-height: 38px;
    margin-top: 0;
    line-height: 38px;
    color: #282828;
}
.select2-container .select2-selection--single {
    border: none;
    height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 15px;
    color: #8A98AC;
}
.select2-container .select2-selection--multiple {
    border: none;
    min-height: 38px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #0080ff;
    outline: 0;
    background-color: #ffffff;
}
.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 15px;
    vertical-align: bottom;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0080ff;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    margin-right: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    font-size: 16px;
    color: #8A98AC;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 30px;
    top: 0;
    right: 0;
}
.select2-container--default .select2-results__option {
    padding: 6px 15px;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0080ff !important;
    color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.03);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    color: #282828;
}
.select2-dropdown {
    background-color: #ffffff;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.bootstrap-tagsinput {
    background-color: #ffffff;
    font-size: 12px;
    color: #8A98AC;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
    box-shadow: none;
    width: 100%;
}
.bootstrap-tagsinput.focus {
    border: 1px solid #0080ff;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #ffffff;
    background-color: #0080ff;
    border-radius: 5px;
    padding: 4px 10px;
    line-height: 25px;
}
.bootstrap-tagsinput .tag.label.label-success {
    background-color: #18d26b;
}
.bootstrap-tagsinput .tag.label.label-danger {
    background-color: #ff3f3f;
}
.bootstrap-tagsinput .tag.label.label-warning {
    background-color: #ffa800;
}
.bootstrap-tagsinput .tag.label.label-default {
    background-color: #00b8d4;
}
.tt-menu {
    border: 1px solid #e2e5e9;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.tt-suggestion {
    color: #282828;
}
.tt-suggestion:hover, .tt-suggestion:focus {
    background-color: #0080ff;
}
.dropzone {
    min-height: 250px;
    border: 2px dashed rgba(0, 0, 0, 0.03);
    background: white;
    border-radius: 6px;
}
.dropzone .dz-message {
    font-size: 30px;
}
.error {
    color: ff0000;
}
.parsley-error {
    border-color: #ff3f3f;
}
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #ff3f3f;
    margin-top: 5px;
}
.parsley-errors-list.filled {
    display: block;
}
.invoice .invoice-logo img {
    width: 120px;
    margin-bottom: 20px;
}
.invoice .invoice-head {
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-head .invoice-name {
    text-align: left;
}
.invoice .invoice-billing {
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-billing .invoice-address {
    margin-bottom: 30px;
}
.invoice .invoice-summary {
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-summary-total {
    padding-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-meta {
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.invoice .invoice-meta .invoice-meta-box {
    margin-bottom: 30px;
}
.invoice .invoice-footer {
    padding-top: 20px;
}
.invoice .invoice-footer .invoice-footer-btn {
    text-align: left;
}
@media (max-width: 767px) {
    .invoice .invoice-head .invoice-name {
        margin-top: 30px;
        text-align: left;
    }
    .invoice .invoice-meta {
        text-align: left;
    }
    .invoice .invoice-footer {
        text-align: center;
    }
    .invoice .invoice-footer .invoice-footer-btn {
        text-align: center;
        margin-top: 30px;
    }
}
.jconfirm.jconfirm-white .jconfirm-box {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
    border-radius: 3px;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #81a7cd;
}
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    border-radius: 3px;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #81a7cd;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #93b4d4;
    color: #ffffff !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #0080ff;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #0073e6;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #18d26b;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #15bb5f;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:focus {
    background-color: #15bb5f;
    box-shadow: 0 0 0 0.2rem #63eda1;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #ff3f3f;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #ff2626;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:focus {
    background-color: #ff2626;
    box-shadow: 0 0 0 0.2rem #ffa5a5;
}
.jconfirm .jconfirm-box .jconfirm-title-c .jconfirm-title {
    font-size: 20px !important;
    color: #282828;
}
.jconfirm .jconfirm-box .jconfirm-content {
    color: #8A98AC;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: none;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: none;
}
@media (max-width: 991px) {
    .vector-world-map {
        height: 250px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .vector-world-map {
        height: 200px;
    }
}
.example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}
.modal-content {
    border: none;
    background-color: #ffffff;
}
.modal-header {
    background-color: #0080ff;
    border: 1px solid #0080ff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modal-header .close {
    color: #ffffff;
    margin: -1rem;
    float: left;
}
.modal-title {
    color: #ffffff;
    font-size: 18px;
}
.modal-body {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(0, 0, 0, 0.03);
}
.modal-footer {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.modal-footer > :not(:last-child) {
    margin-left: 0.25rem;
}
#session-timeout-dialog .modal-header {
    display: block;
}
.dd-list .dd-item > button {
    height: 27px;
    margin: 5px 0 5px 10px;
}
.dd-list .dd-item > button:before {
    color: #8A98AC;
}
.dd-list .dd-item .dd-list {
    padding-left: 40px;
}
.dd-list .dd-item .dd-handle {
    display: block;
    height: auto;
    margin: 10px 0;
    padding: 10px 15px;
    color: #8A98AC;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
}
.dd-list .dd-item .dd-handle:hover {
    color: #0080ff;
    background: #ffffff;
    border: 1px solid #0080ff;
    cursor: move;
}
#nestable2 .dd-list .dd-item > button :before {
    color: #8A98AC;
}
#nestable2 .dd-list .dd-item .dd-handle {
    color: #8A98AC;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #ffffff;
}
#nestable2 .dd-list .dd-item .dd-handle:hover {
    color: #0080ff;
    background: #ffffff;
    border: 1px solid #0080ff;
}
.dd-list .dd-item.dd3-item > button {
    margin-left: 40px;
}
.dd-list .dd-item .dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    text-indent: 40px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #d4d8de;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.dd-list .dd-item .dd3-handle:hover {
    color: #0080ff;
    background: rgba(0, 128, 255, 0.1);
    border: 1px solid #0080ff;
    cursor: move;
}
.dd-list .dd-item .dd3-handle:hover:before {
    color: #0080ff;
}
.dd-list .dd-item .dd3-handle:before {
    content:'';
    font-family: "feather" !important;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #8A98AC;
    font-size: 20px;
    font-weight: 400;
}
.dd-list .dd-item .dd3-content {
    display: block;
    margin: 10px 10px 10px 0;
    padding: 10px 15px 10px 50px;
    color: #8A98AC;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-list .dd-item .dd3-content:hover {
    color: #0080ff;
    background: #ffffff;
    border: 1px solid #0080ff;
}
.dd-placeholder {
    background-color: rgba(0, 128, 255, 0.1);
    border-color: #0080ff;
    border-radius: 3px;
}
.onboard-screen {
    margin-bottom: 90px !important;
}
.onboard-screen .onboard-screen-list {
    text-align: center;
}
.onboard-screen .onboard-screen-list img {
    margin: 0 auto 60px;
    width: 60%;
}
.onboard-screen .slick-dots {
    bottom: -65px;
    left: 12px;
}
.onboard-screen .slick-dots li {
    margin: 0;
}
.onboard-screen .slick-dots li button:before {
    font-size: 12px;
    opacity: 0.25;
    color: #0080ff;
}
.onboard-screen .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #0080ff;
}
.onboard-screen .slick-arrow {
    font-family: "Muli", sans-serif;
    width: auto;
    height: auto;
    top: auto;
    bottom: -90px;
    z-index: 999;
}
.onboard-screen .slick-prev {
    left: 0;
}
.onboard-screen .slick-prev:before {
    content: none;
}
.onboard-screen .slick-next {
    right: 0;
}
.onboard-screen .slick-next:before {
    content: none;
}
.page-item .page-link {
    color: #0080ff;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.page-item .page-link:focus {
    background-color: #d4d8de;
    border-color: rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 0 0.2rem #99ccff;
}
.page-item .page-link:hover {
    color: #263a5b;
    background-color: #d4d8de;
    border-color: rgba(0, 0, 0, 0.03);
}
.page-item.active .page-link {
    color: #ffffff;
    background-color: #0080ff;
    border-color: #0080ff;
}
.page-item.disabled .page-link {
    color: #8A98AC;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.03);
}
.page-item:first-child .page-link {
    border-radius: 0 3px 3px 0;
}
.page-item:last-child .page-link {
    border-radius: 3px 0 0 3px;
}
.pnotify .btn i {
    float: right;
    line-height: 20px;
    margin-left: 5px;
}
.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme {
    border: none;
    border-radius: 3px;
}
.ui-pnotify .brighttheme .ui-pnotify-action-button {
    text-transform: capitalize;
    font-weight: 600;
    padding: 4px 8px;
    border: none;
    background: 0 0;
}
.ui-pnotify .brighttheme .ui-pnotify-action-button.btn-primary {
    background-color: #ffa800;
    color: #282828;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme .ui-pnotify-action-button.btn-primary:focus {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.ui-pnotify .brighttheme.ui-pnotify-container {
    padding: 15px;
}
.ui-pnotify .brighttheme.brighttheme-notice {
    background-color: #ffa800;
    color: #282828;
}
.ui-pnotify .brighttheme.brighttheme-success {
    background-color: #18d26b;
    color: #282828;
}
.ui-pnotify .brighttheme.brighttheme-info {
    background-color: #00b8d4;
    color: #282828;
}
.ui-pnotify .brighttheme.brighttheme-error {
    background-color: #ff3f3f;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 35px, rgba(255, 255, 255, 0.3) 70px);
    border: none;
    color: #282828;
}
.ui-pnotify-title {
    display: block;
    margin-bottom: 0.4em;
    margin-top: 0;
    font-size: 20px;
}
.popover {
    font-family: "Muli", sans-serif;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.popover-header {
    margin-top: 0;
    background-color: #ffffff;
    font-size: 16px;
    color: #282828;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #8A98AC;
    background-color: #ffffff;
}
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #ffffff;
}
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    border-right-color: #ffffff;
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    border-bottom-color: #ffffff;
}
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    border-left-color: #ffffff;
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: #ffffff;
}
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    border-right-color: #ffffff;
}
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    border-bottom-color: #ffffff;
}
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    border-left-color: #ffffff;
}
.popover-title {
    margin-top: 0;
}
.tooltip .tooltip-inner {
    padding: 4px 10px;
}
.pricing > p span {
    padding: 8px 20px;
    border-radius: 0 0 3px 3px;
}
.pricing .pricing-top {
    padding-top: 30px;
    padding-bottom: 20px;
}
.pricing .pricing-top img {
    width: 150px;
}
.pricing .pricing-middle .list-group-item {
    border: none;
    padding: 5px 0;
}
.pricing .pricing-bottom.pricing-bottom-basic {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pricing .pricing-bottom.pricing-bottom-professional {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pricing .pricing-bottom.pricing-bottom-enterprise {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media print {
    .leftbar {
        display: none;
    }
    .topbar {
        display: none;
    }
    .footerbar {
        display: none;
    }
    .breadcrumbbar {
        display: none;
    }
    .rightbar {
        margin-left: 0;
    }
}
.progress {
    background-color: #d4d8de;
}
.progress-bar {
    background-color: #0080ff;
}
.irs-line-mid {
    background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}
.irs-line-left {
    background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}
.irs-line-right {
    background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}
.irs-bar {
    background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}
.irs-bar-edge {
    background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}
.irs-slider {
    background: url(../plugins/ion-rangeSlider/sprite-skin-flat.png) repeat-x;
}
.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 8px;
    top: 25px;
    border-radius: 15px;
}
.irs-line-left {
    height: 8px;
    background-position: 0 -30px;
    border-radius: 15px;
}
.irs-line-mid {
    height: 8px;
    background-position: 0 0;
}
.irs-line-right {
    height: 8px;
    background-position: 100% -30px;
    border-radius: 15px;
}
.irs-bar {
    height: 8px;
    top: 25px;
    background-position: 0 -60px;
}
.irs-bar-edge {
    top: 25px;
    height: 8px;
    width: 10px;
    background-position: 0 -90px;
    border-radius: 15px 0 0 15px;
}
.irs-shadow {
    height: 3px;
    top: 34px;
    background: #282828;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}
.irs-slider {
    width: 20px;
    height: 20px;
    top: 18px;
    background-color: #ffffff;
    border: 2px solid #0080ff;
    border-radius: 50%;
    background: #ffffff;
    background-position: 0 -120px;
    z-index: 0;
}
.irs-slider.type_last {
    z-index: 0;
}
.irs-slider.state_hover {
    background-position: 0 -150px;
}
.irs-slider:hover {
    background-position: 0 -150px;
}
.irs-min {
    color: #8A98AC;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #d4d8de;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-max {
    color: #8A98AC;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: #d4d8de;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #0080ff;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-to {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #0080ff;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-single {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #0080ff;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #0080ff;
}
.irs-to:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #0080ff;
}
.irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #0080ff;
}
.irs-grid-pol {
    background: #d4d8de;
}
.irs-grid-text {
    color: #8A98AC;
}
.br-theme-bars-1to10 .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-bars-1to10 .br-widget a {
    display: block;
    width: 12px;
    padding: 5px 0;
    height: 28px;
    float: left;
    background-color: rgba(0, 128, 255, 0.1);
    margin: 1px;
    text-align: center;
}
.br-theme-bars-1to10 .br-widget a.br-active {
    background-color: #0080ff;
}
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #0080ff;
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
    font-size: 20px;
    line-height: 30px;
    float: left;
    padding: 0 20px 0 20px;
    color: #0080ff;
    font-weight: 400;
    vertical-align: middle;
}
.br-theme-bars-1to10 .br-readonly a {
    cursor: default;
}
.br-theme-bars-1to10 .br-readonly a.br-active {
    background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly a.br-selected {
    background-color: #f2cd95;
}
.br-theme-bars-1to10 .br-readonly .br-current-rating {
    color: #f2cd95;
}
@media print {
    .br-theme-bars-1to10 .br-widget a {
        border: 1px solid #0080ff;
        background: #ffffff;
        height: 38px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-1to10 .br-widget a.br-active {
        border: 1px solid #0080ff;
        background: #0080ff;
    }
    .br-theme-bars-1to10 .br-widget a.br-selected {
        border: 1px solid #0080ff;
        background: #0080ff;
    }
    .br-theme-bars-1to10 .br-widget .br-current-rating {
        color: #0080ff;
    }
}
.br-theme-bars-movie .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-bars-movie .br-widget a {
    display: block;
    width: 60px;
    height: 8px;
    float: left;
    background-color: rgba(0, 128, 255, 0.1);
    margin: 1px;
}
.br-theme-bars-movie .br-widget a.br-active {
    background-color: #0080ff;
}
.br-theme-bars-movie .br-widget a.br-selected {
    background-color: #0080ff;
}
.br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    width: 240px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0.5em 0;
    color: #0080ff;
    font-weight: 400;
}
.br-theme-bars-movie .br-readonly a {
    cursor: default;
}
.br-theme-bars-movie .br-readonly a.br-active {
    background-color: rgba(0, 128, 255, 0.1);
}
.br-theme-bars-movie .br-readonly a.br-selected {
    background-color: rgba(0, 128, 255, 0.1);
}
.br-theme-bars-movie .br-readonly .br-current-rating {
    color: rgba(0, 128, 255, 0.1);
}
@media print {
    .br-theme-bars-movie .br-widget a {
        border: 1px solid #0080ff;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-movie .br-widget a.br-active {
        border: 1px solid #0080ff;
        background: #0080ff;
    }
    .br-theme-bars-movie .br-widget a.br-selected {
        border: 1px solid #0080ff;
        background: #0080ff;
    }
    .br-theme-bars-movie .br-widget .br-current-rating {
        color: #0080ff;
    }
}
.br-theme-bars-square .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid rgba(0, 128, 255, 0.1);
    background-color: #ffffff;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: rgba(0, 128, 255, 0.1);
    font-weight: 600;
}
.br-theme-bars-square .br-widget a.br-active {
    border: 2px solid #0080ff;
    color: #0080ff;
}
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #0080ff;
    color: #0080ff;
}
.br-theme-bars-square .br-widget .br-current-rating {
    clear: both;
    width: 330px;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 0.5em 0;
    color: #0080ff;
}
.br-theme-bars-square .br-readonly a {
    cursor: default;
}
.br-theme-bars-square .br-readonly a.br-active {
    border: 2px solid #primary;
    color: #0080ff;
}
.br-theme-bars-square .br-readonly a.br-selected {
    border: 2px solid #primary;
    color: #0080ff;
}
@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #0080ff;
        color: #0080ff;
    }
    .br-theme-bars-square .br-widget a.br-active {
        border: 2px solid #0080ff;
        color: #0080ff;
    }
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid #0080ff;
        color: #0080ff;
    }
}
.br-theme-bars-pill .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-bars-pill .br-widget a {
    padding: 7px 15px;
    background-color: rgba(0, 128, 255, 0.1);
    color: #0080ff;
    text-decoration: none;
    font-size: 13px;
    line-height: 3;
    text-align: center;
    font-weight: 400;
}
.br-theme-bars-pill .br-widget a:first-child {
    -webkit-border-top-left-radius: 999px;
    -webkit-border-bottom-left-radius: 999px;
    -moz-border-radius-topleft: 999px;
    -moz-border-radius-bottomleft: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}
.br-theme-bars-pill .br-widget a:last-child {
    -webkit-border-top-right-radius: 999px;
    -webkit-border-bottom-right-radius: 999px;
    -moz-border-radius-topright: 999px;
    -moz-border-radius-bottomright: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}
.br-theme-bars-pill .br-widget a.br-active {
    background-color: #0080ff;
    color: #ffffff;
}
.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #0080ff;
    color: #ffffff;
}
.br-theme-bars-pill .br-readonly a {
    cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active {
    background-color: rgba(0, 128, 255, 0.1);
}
.br-theme-bars-pill .br-readonly a.br-selected {
    background-color: rgba(0, 128, 255, 0.1);
}
@media print {
    .br-theme-bars-pill .br-widget a {
        border: 1px solid #0080ff;
        border-left: none;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-pill .br-widget a:first-child {
        border-left: 1px solid #0080ff;
    }
    .br-theme-bars-pill .br-widget a.br-active {
        border: 1px solid #0080ff;
        border-left: none;
        background: #ffffff;
        color: #0080ff;
    }
    .br-theme-bars-pill .br-widget a.br-selected {
        border: 1px solid #0080ff;
        border-left: none;
        background: #ffffff;
        color: #0080ff;
    }
}
.br-theme-bars-reversed .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-bars-reversed .br-widget a {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    background-color: rgba(0, 128, 255, 0.1);
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #0080ff;
    text-align: center;
}
.br-theme-bars-reversed .br-widget a.br-active {
    background-color: #0080ff;
    color: #ffffff;
}
.br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #0080ff;
    color: #ffffff;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
    line-height: 1.3;
    float: left;
    padding: 0 20px 0 20px;
    color: #0080ff;
    font-size: 17px;
    font-weight: 400;
}
.br-theme-bars-reversed .br-readonly a {
    cursor: default;
}
.br-theme-bars-reversed .br-readonly a.br-active {
    background-color: #0080ff;
}
.br-theme-bars-reversed .br-readonly a.br-selected {
    background-color: #0080ff;
}
.br-theme-bars-reversed .br-readonly .br-current-rating {
    color: #0080ff;
}
@media print {
    .br-theme-bars-reversed .br-widget a {
        border: 1px solid #0080ff;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-reversed .br-widget a.br-active {
        border: 1px solid #0080ff;
        background: white;
    }
    .br-theme-bars-reversed .br-widget a.br-selected {
        border: 1px solid #0080ff;
        background: white;
    }
    .br-theme-bars-reversed .br-widget .br-current-rating {
        color: #0080ff;
    }
}
.br-theme-bars-horizontal .br-widget {
    width: 50px;
    white-space: nowrap;
}
.br-theme-bars-horizontal .br-widget a {
    display: block;
    width: 120px;
    height: 5px;
    background-color: rgba(0, 128, 255, 0.1);
    margin: 1px;
}
.br-theme-bars-horizontal .br-widget a.br-active {
    background-color: #0080ff;
}
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #0080ff;
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #0080ff;
}
.br-theme-bars-horizontal .br-readonly a {
    cursor: default;
}
.br-theme-bars-horizontal .br-readonly a.br-active {
    background-color: #0080ff;
}
.br-theme-bars-horizontal .br-readonly a.br-selected {
    background-color: #0080ff;
}
.br-theme-bars-horizontal .br-readonly .br-current-rating {
    color: #0080ff;
}
@media print {
    .br-theme-bars-horizontal .br-widget a {
        border: 1px solid #0080ff;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .br-theme-bars-horizontal .br-widget a.br-active {
        border: 1px solid #0080ff;
        background: white;
    }
    .br-theme-bars-horizontal .br-widget a.br-selected {
        border: 1px solid #0080ff;
        background: white;
    }
    .br-theme-bars-horizontal .br-widget .br-current-rating {
        color: #0080ff;
    }
}
.br-theme-css-stars .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
    content:'';
    color: rgba(0, 128, 255, 0.1);
}
.br-theme-css-stars .br-widget a.br-active:after {
    color: #0080ff;
}
.br-theme-css-stars .br-widget a.br-selected:after {
    color: #0080ff;
}
.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-css-stars .br-readonly a {
    cursor: default;
}
@media print {
    .br-theme-css-stars .br-widget a:after {
        content: '';
        color: #0080ff;
    }
    .br-theme-css-stars .br-widget a.br-active:after {
        content: '';
        color: #0080ff;
    }
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: '';
        color: #0080ff;
    }
}
.br-theme-fontawesome-stars .br-widget {
    height: 50px;
    white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: '';
    color: rgba(0, 128, 255, 0.1);
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #0080ff;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #0080ff;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}
.br-theme-fontawesome-stars-o .br-widget {
    height: 30px;
    white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
    cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
    display: inline-block;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.authenticate-bg {
    background: url(../images/authentication/authentication-bg.svg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.auth-box > .row {
    height: 100vh;
    padding: 15px 0;
}
.auth-box .auth-box-left .card {
    background: linear-gradient(-90deg, #8a51ff 0%, #ac45ff 100%);
    border-radius: 3px 0 0 3px;
}
.auth-box .auth-box-left .card .card-body {
    padding: 30px;
}
.auth-box .auth-box-left .auth-box-icon {
    margin: 83px 0;
}
.auth-box .auth-box-left .auth-box-logo {
    width: 150px;
}
.auth-box .auth-box-right .card {
    text-align: center;
}
.auth-box .auth-box-right .card .card-body {
    padding: 30px;
}
.auth-box .auth-box-right .error-title {
    font-size: 90px;
}
.auth-box .auth-box-right .web-logo img {
    margin: 30px 0;
}
.auth-box .auth-box-right .user-logo {
    position: relative;
    z-index: 999;
}
.auth-box .auth-box-right .user-logo img {
    height: 80px;
    width: 80px;
}
.auth-box .auth-box-right .form-head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.auth-box .auth-box-right .form-head img {
    width: 150px;
}
.auth-box .auth-box-right .login-or {
    position: relative;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.auth-box .auth-box-right .login-or:before {
    content: "";
    background: rgba(0, 0, 0, 0.03);
    height: 1px;
    width: 45%;
    top: 45%;
    left: 0;
    position: absolute;
}
.auth-box .auth-box-right .login-or:after {
    content: "";
    background: rgba(0, 0, 0, 0.03);
    height: 1px;
    width: 45%;
    top: 45%;
    right: 0;
    position: absolute;
}
.auth-box .auth-box-right .forgot-psw {
    text-align: left;
}
.auth-box .auth-box-right .custom-checkbox .custom-control-label:before {
    margin-top: -2px;
}
.auth-box .auth-box-right .custom-checkbox .custom-control-label:after {
    margin-top: -2px;
}
.auth-box.error-box .error-logo {
    width: 150px;
}
.auth-box.error-box .error-image {
    margin: 30px 0;
}
.auth-box.error-box > .row {
    height: 100vh;
}
.auth-box .countdown-block {
    display: inline-block;
    padding: 30px;
}
@media (max-width: 767px) {
    .auth-box > .row {
        height: auto;
    }
    .auth-box .auth-box-left .card {
        border-radius: 3px 3px 0 0;
    }
    .auth-box .auth-box-left .auth-box-icon {
        margin: 30px 0;
    }
    .auth-box .auth-box-left .auth-box-icon img {
        width: 150px;
    }
    .auth-box .auth-box-left .auth-box-logo {
        width: 100px;
    }
    .auth-box .auth-box-left h4 {
        font-size: 22px;
    }
    .auth-box .auth-box-right .card {
        border-radius: 0 0 3px 3px;
    }
    .auth-box .auth-box-right h4 {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .auth-box .auth-box-right .forgot-psw {
        text-align: right;
    }
}
.note-btn-group .dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #282828;
    white-space: nowrap;
}
.note-btn-group .dropdown-menu > li > a:hover {
    background-color: #dadde2;
}
.note-image-popover {
    display: none;
}
.note-image-popover .dropdown-toggle::after {
    margin-left: 0;
}
.note-air-popover {
    display: none;
}
.note-air-popover .dropdown-toggle::after {
    margin-left: 0;
}
.note-link-popover {
    display: none;
}
.note-link-popover .dropdown-toggle::after {
    margin-left: 0;
}
.note-icon-caret {
    display: none;
}
.note-editor {
    position: relative;
}
.note-editor .btn-default {
    background-color: transparent;
    border-color: transparent;
}
.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
    padding: 8px 12px;
}
.note-editor .note-toolbar {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    margin: 0;
}
.note-editor .note-toolbar .btn-light {
    color: #8A98AC;
    background-color: #d4d8de;
    border-color: transparent;
    box-shadow: none;
}
.note-editor .note-statusbar {
    background-color: transparent !important;
}
.note-editor .note-statusbar .note-resizebar {
    border-top: none;
    height: 15px;
    padding-top: 3px;
}
.note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: transparent;
    color: #8A98AC;
}
.note-popover .popover .popover-content {
    padding: 5px 0 10px 5px;
}
.note-popover .btn-default {
    background-color: transparent;
    border-color: transparent;
}
.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
    padding: 8px 12px;
}
.note-toolbar {
    padding: 5px 0 10px 5px;
}
.swal2-modal {
    font-family: "Muli", sans-serif;
    border-radius: 3px;
    border: none;
}
.swal2-modal .swal2-title {
    font-weight: 400;
    font-size: 20px;
    color: #282828;
}
.swal2-modal .swal2-content {
    font-size: 16px;
    font-weight: 400;
    color: #8A98AC;
}
.swal2-modal .swal2-spacer {
    margin: 10px 0;
}
.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 16px;
    box-shadow: none !important;
    background-color: transparent;
}
.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
    border: 1px solid #0080ff;
}
.swal2-modal .swal2-styled {
    border: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    padding: 6px 12px;
}
.swal2-modal .swal2-confirm {
    background-color: #0080ff !important;
    border: none;
}
.swal2-modal .swal2-confirm.btn-success {
    background-color: #18d26b !important;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    margin-left: 10px;
}
.swal2-modal .swal2-cancel {
    background-color: #ff3f3f !important;
    border: none;
    border-radius: 3px;
}
.swal2-modal .swal2-icon.swal2-error {
    color: #ff3f3f;
    border-color: #ffa5a5;
}
.swal2-modal .swal2-icon.swal2-question {
    color: #0080ff;
    border-color: #66b3ff;
}
.swal2-modal .swal2-icon.swal2-warning {
    color: #ffa800;
    border-color: #ffcb66;
}
.swal2-modal .swal2-icon.swal2-info {
    color: #00b8d4;
    border-color: #3be5ff;
}
.swal2-modal .swal2-icon.swal2-success {
    color: #18d26b;
    border-color: #18d26b;
}
.swal2-modal .swal2-icon.swal2-success .line {
    background-color: #18d26b;
}
.swal2-modal .swal2-icon.swal2-success .placeholder {
    border: 4px solid #91f2bc;
}
.swal2-modal .swal2-icon.swal2-success:before {
    background: transparent;
}
.swal2-modal .swal2-icon.swal2-success:after {
    background: transparent;
}
.swal2-modal .swal2-icon.swal2-success .fix {
    background: transparent;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #0080ff;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
    background: #66b3ff;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #66b3ff;
}
.swal2-modal .swal2-progresssteps .swal2-progresscircle {
    background: #0080ff;
}
.swal2-modal .swal2-progresssteps .swal2-progressline {
    background: #0080ff;
}
.swal2-modal .swal2-validationerror {
    background-color: #d4d8de;
    color: #8A98AC;
    font-weight: 400;
}
.swal2-modal .swal2-validationerror:before {
    background-color: #ff3f3f;
}
.switchery {
    background-color: #ffffff;
    border: 1px solid tranparent;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    margin-bottom: 5px;
}
.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}
.switchery-small > small {
    height: 20px;
    width: 20px;
}
.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}
.switchery-large > small {
    height: 40px;
    width: 40px;
}
.table {
    margin-bottom: 10px;
    color: #263a5b;
}
.table th {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem;
}
.table td {
    color: #8A98AC;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.6rem;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}
.table .thead-light th {
    color: #282828;
    background-color: #d4d8de;
    border-color: rgba(0, 0, 0, 0.03);
}
.table .thead-dark th {
    color: #ffffff;
    background-color: #263a5b;
    border-color: rgba(0, 0, 0, 0.03);
}
.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered th {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.table-hover tbody tr:hover {
    color: #282828;
    background-color: #d4d8de;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d4d8de;
}
.thead-default th {
    background-color: #d4d8de;
}
.table-dark {
    color: #ffffff;
    background-color: #263a5b;
}
.table-dark td {
    border-color: rgba(255, 255, 255, 0.05);
    color: #8A98AC;
}
.table-dark th {
    border-color: rgba(255, 255, 255, 0.05);
}
.table-dark thead th {
    border-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}
.table-borderless tbody + tbody {
    border: 0 !important;
}
.table-borderless td {
    border: 0 !important;
}
.table-borderless th {
    border: 0 !important;
}
.table-borderless thead th {
    border: 0 !important;
}
.table-primary {
    background-color: rgba(0, 128, 255, 0.1);
}
.table-primary > td {
    background-color: rgba(0, 128, 255, 0.1);
    color: #0080ff;
}
.table-primary > th {
    background-color: rgba(0, 128, 255, 0.1);
    color: #0080ff;
}
.table-secondary {
    background-color: rgba(129, 167, 205, 0.1);
}
.table-secondary > td {
    background-color: rgba(129, 167, 205, 0.1);
    color: #93b4d4;
}
.table-secondary > th {
    background-color: rgba(129, 167, 205, 0.1);
    color: #93b4d4;
}
.table-success {
    background-color: rgba(24, 210, 107, 0.1);
}
.table-success > td {
    background-color: rgba(24, 210, 107, 0.1);
    color: #075b2d;
}
.table-success > th {
    background-color: rgba(24, 210, 107, 0.1);
    color: #18d26b;
}
.table-danger {
    background-color: rgba(255, 63, 63, 0.1);
}
.table-danger > td {
    background-color: rgba(255, 63, 63, 0.1);
    color: #ff3f3f;
}
.table-danger > th {
    background-color: rgba(255, 63, 63, 0.1);
    color: #ff3f3f;
}
.table-warning {
    background-color: rgba(255, 168, 0, 0.1);
}
.table-warning > td {
    background-color: rgba(255, 168, 0, 0.1);
    color: #ffa800;
}
.table-warning > th {
    background-color: rgba(255, 168, 0, 0.1);
    color: #ffa800;
}
.table-info {
    background-color: rgba(0, 184, 212, 0.1);
}
.table-info > td {
    background-color: rgba(0, 184, 212, 0.1);
    color: #00b8d4;
}
.table-info > th {
    background-color: rgba(0, 184, 212, 0.1);
    color: #00b8d4;
}
.table-light {
    background-color: rgba(212, 216, 222, 0.1);
}
.table-light > td {
    background-color: rgba(212, 216, 222, 0.1);
    color: #8A98AC;
}
.table-light > th {
    background-color: rgba(212, 216, 222, 0.1);
    color: #8A98AC;
}
div .dataTables_wrapper div .dataTables_filter {
    text-align: left;
}
.table.dataTable {
    border-spacing: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
    background-color: #0080ff;
    border: none;
    box-shadow: none;
    height: 18px;
    width: 18px;
    line-height: 18px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #0080ff;
    border: none;
    box-shadow: none;
    height: 18px;
    width: 18px;
    line-height: 18px;
}
div.dt-button-info {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 3px !important;
}
div.dt-button-info h2 {
    color: #282828;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.03);
    font-size: 20px;
    border-radius: 3px 3px 0 0 !important;
}
div.dt-button-info div {
    color: #8A98AC;
}
button.tabledit-edit-button {
    background-color: #0080ff;
    border: none;
    border-radius: 3px !important;
    width: 35px;
    height: 35px;
}
button.tabledit-edit-button:active {
    background-color: #0073e6 !important;
    box-shadow: none !important;
}
button.tabledit-edit-button:hover {
    background-color: #0073e6 !important;
    box-shadow: none !important;
}
button.tabledit-edit-button:focus {
    background-color: #0073e6 !important;
    box-shadow: none !important;
}
button.tabledit-edit-button:visited {
    background-color: #0073e6 !important;
    box-shadow: none !important;
}
button.tabledit-edit-button:not(:disabled):not(.disabled).active {
    background-color: #0073e6 !important;
    box-shadow: none !important;
}
button.tabledit-delete-button {
    background-color: #ff3f3f;
    border: none !important;
    border-radius: 3px !important;
    width: 35px;
    height: 35px;
}
button.tabledit-delete-button:active {
    background-color: #ff2626 !important;
    box-shadow: none !important;
}
button.tabledit-delete-button:hover {
    background-color: #ff2626 !important;
    box-shadow: none !important;
}
button.tabledit-delete-button:focus {
    background-color: #ff2626 !important;
    box-shadow: none !important;
}
button.tabledit-delete-button:visited {
    background-color: #ff2626 !important;
    box-shadow: none !important;
}
button.tabledit-delete-button:not(:disabled):not(.disabled).active {
    background-color: #ff2626 !important;
    box-shadow: none !important;
}
.tabledit-save-button {
    border-radius: 3px;
}
.tabledit-confirm-button {
    border-radius: 3px;
}
table.focus-on tbody tr.focused th {
    background-color: #0080ff;
    color: #ffffff;
}
table.focus-on tbody tr.focused td {
    background-color: #0080ff;
    color: #ffffff;
}
table.focus-on tfoot tr.focused th {
    background-color: #0080ff;
    color: #ffffff;
}
table.focus-on tfoot tr.focused td {
    background-color: #0080ff;
    color: #ffffff;
}
.table-wrapper .btn-toolbar {
    display: block;
    margin-bottom: 15px;
}
.table-responsive[data-pattern=priority-columns] {
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.footable-paging .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.footable-paging .pagination > li {
    display: inline;
}
.footable-paging .pagination > li a.footable-page-link {
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0080ff;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.03);
}
.footable-paging .pagination > li:first-child a.footable-page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.footable-paging .pagination > li:last-child a.footable-page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.footable-paging .pagination > li.active a.footable-page-link {
    color: #ffffff;
    background-color: #0080ff;
    border: 1px solid #0080ff;
}
.footable-paging .label {
    background-color: #d4d8de;
    color: #8A98AC;
    padding: 2px 10px;
    border-radius: 3px;
}
.footable-filtering .form-inline {
    display: block;
    float: right;
}
.footable-filtering .open > .dropdown-menu {
    display: block;
    padding: 15px;
    color: #8A98AC;
}
.footable-filtering .open > .dropdown-menu li a.checkbox input[type=checkbox] {
    margin-top: 5px;
}
.footable-filtering .input-group-btn .btn {
    margin-left: 5px;
    padding: 7px 12px;
}
.footable-filtering .input-group-btn .fooicon-search:before {
    content: '';
    font-family: "feather" !important;
}
.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.nav-tabs .nav-link {
    color: #263a5b;
}
.nav-tabs .nav-link:hover {
    border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link:focus {
    border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link.active {
    color: #0080ff;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-tabs .nav-link.disabled {
    color: #93b4d4;
}
.nav-tabs .nav-item.show .nav-link {
    color: #0080ff;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.03) #ffffff;
}
.nav-pills .nav-link {
    color: #263a5b;
}
.nav-pills .nav-link.disabled {
    color: #93b4d4;
}
.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #0080ff;
}
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #0080ff;
}
.nav-tabs.custom-tab-line .nav-item {
    margin-right: 20px;
}
.nav-tabs.custom-tab-line .nav-item.show .nav-link {
    color: #0080ff;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #0080ff;
}
.nav-tabs.custom-tab-line .nav-link {
    border-bottom-width: 2px;
    padding-left: 0;
    padding-right: 0;
}
.nav-tabs.custom-tab-line .nav-link.active {
    color: #0080ff;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #0080ff;
}
.nav-tabs.custom-tab-line .nav-link:focus {
    color: #0080ff;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #0080ff;
}
.nav-tabs.custom-tab-line .nav-link:hover {
    color: #0080ff;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #0080ff;
}
.nav-pills.custom-tab-button {
    text-align: center;
}
.nav-pills.custom-tab-button .nav-item {
    margin-right: 20px;
}
.nav-pills.custom-tab-button .nav-link .tab-btn-icon {
    display: block;
}
.timeline-container {
    padding: 2.5em 0;
}
.btn-toolbar {
    margin: 0 auto;
}
.tool-bottom .tool-item:first-child, .tool-top .tool-item:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tool-bottom .tool-item:last-child, .tool-top .tool-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn-toolbar > i {
    color: #ffffff;
    font-size: 20px;
}
.toolbar-primary .tool-item {
    background: #0080ff;
}
.toolbar-primary .tool-item > .feather {
    color: #ffffff;
}
.toolbar-primary.tool-top .arrow {
    border-color: #0080ff transparent transparent;
}
.toolbar-primary .tool-item.selected {
    background: #0073e6;
}
.toolbar-primary .tool-item:hover {
    background: #0073e6;
}
.btn-toolbar-primary.pressed {
    background: #0073e6;
}
.toolbar-secondary .tool-item {
    background: #93b4d4;
}
.toolbar-secondary .tool-item > .feather {
    color: #ffffff;
}
.toolbar-secondary.tool-top .arrow {
    border-color: #93b4d4 transparent transparent;
}
.toolbar-secondary .tool-item.selected {
    background: #81a7cd;
}
.toolbar-secondary .tool-item:hover {
    background: #81a7cd;
}
.btn-toolbar-secondary.pressed {
    background: #81a7cd;
}
.toolbar-success .tool-item {
    background: #18d26b;
}
.toolbar-success .tool-item > .feather {
    color: #ffffff;
}
.toolbar-success.tool-top .arrow {
    border-color: #18d26b transparent transparent;
}
.toolbar-success.tool-right .arrow {
    border-color: transparent #18d26b transparent transparent;
}
.toolbar-success .tool-item.selected {
    background: #15bb5f;
}
.toolbar-success .tool-item:hover {
    background: #15bb5f;
}
.btn-toolbar-success.pressed {
    background: #15bb5f;
}
.toolbar-danger .tool-item {
    background: #ff3f3f;
}
.toolbar-danger .tool-item > .feather {
    color: #ffffff;
}
.toolbar-danger.tool-top .arrow {
    border-color: #ff3f3f transparent transparent;
}
.toolbar-danger.tool-bottom .arrow {
    border-color: transparent transparent #ff3f3f;
}
.toolbar-danger .tool-item.selected {
    background: #ff2626;
}
.toolbar-danger .tool-item:hover {
    background: #ff2626;
}
.btn-toolbar-danger.pressed {
    background: #ff2626;
}
.toolbar-warning .tool-item {
    background: #ffa800;
}
.toolbar-warning .tool-item > .feather {
    color: #ffffff;
}
.toolbar-warning.tool-top .arrow {
    border-color: #ffa800 transparent transparent;
}
.toolbar-warning.tool-left .arrow {
    border-color: transparent transparent transparent #ffa800;
}
.toolbar-warning .tool-item.selected {
    background: #e69700;
}
.toolbar-warning .tool-item:hover {
    background: #e69700;
}
.btn-toolbar-warning.pressed {
    background: #e69700;
}
.toolbar-info .tool-item {
    background: #00b8d4;
}
.toolbar-info .tool-item > .feather {
    color: #ffffff;
}
.toolbar-info.tool-top .arrow {
    border-color: #00b8d4 transparent transparent;
}
.toolbar-info .tool-item.selected {
    background: #00a2bb;
}
.toolbar-info .tool-item:hover {
    background: #00a2bb;
}
.btn-toolbar-info.pressed {
    background: #00a2bb;
}
.toolbar-light .tool-item {
    background: #d4d8de;
}
.toolbar-light .tool-item > .feather {
    color: #ffffff;
}
.toolbar-light.tool-top .arrow {
    border-color: #d4d8de transparent transparent;
}
.toolbar-light .tool-item.selected {
    background: #c6cbd3;
}
.toolbar-light .tool-item:hover {
    background: #c6cbd3;
}
.btn-toolbar-light.pressed {
    background: #c6cbd3;
}
.toolbar-dark .tool-item {
    background: #263a5b;
}
.toolbar-dark .tool-item > .feather {
    color: #ffffff;
}
.toolbar-dark.tool-top .arrow {
    border-color: #263a5b transparent transparent;
}
.toolbar-dark .tool-item.selected {
    background: #1e2f49;
}
.toolbar-dark .tool-item:hover {
    background: #1e2f49;
}
.btn-toolbar-dark.pressed {
    background: #1e2f49;
}
.tourbar .card-body {
    padding: 20px;
}
.cd-single-step .cd-more-info {
    font-family: 'tajawal' , sans-serif !important;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
}
.cd-single-step .cd-more-info:before {
    color: #ffffff;
}
.cd-single-step .cd-more-info h2 {
    font-size: 18px;
    color: #282828;
    line-height: 1.2;
    margin-bottom: 0.4em;
}
.cd-single-step .cd-more-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.4em;
    font-family: 'tajawal' , sans-serif !important;
    color: #8A98AC;
}
.cd-single-step .cd-more-info img {
    margin-bottom: 1.4em;
    max-width: 100%;
    width: 150px;
}
.cd-single-step .cd-more-info span {
    float: left;
    padding-top: 0.1em;
    font-size: 14px;
    font-family: 'tajawal' , sans-serif !important;
}
.cd-single-step .cd-more-info .cd-close {
    left: 10px;
    right: auto;
}
.cd-single-step .cd-more-info .cd-close:before {
    background-color: #8A98AC;
}
.cd-single-step .cd-more-info .cd-close:after {
    background-color: #8A98AC;
}
.cd-single-step .cd-more-info .cd-tour-nav li:first-of-type {
    margin-right: 15px;
}
.cd-single-step .cd-more-info .cd-tour-nav a {
    font-size: 14px;
    color: #0080ff;
    font-weight: 400;
    background-color: rgba(0, 128, 255, 0.1);
    padding: 6px 12px;
    border-radius: 3px;
}
.cd-single-step .cd-more-info .cd-tour-nav a.cd-prev.inactive {
    background-color: rgba(129, 167, 205, 0.1);
    border: none;
    color: #93b4d4;
}
.cd-single-step .cd-more-info .cd-tour-nav a.cd-next.inactive {
    background-color: rgba(129, 167, 205, 0.1);
    border: none;
    color: #93b4d4;
}
@media only screen and (min-width: 768px) {
    .cd-single-step .cd-more-info {
        font-family: 'tajawal' , sans-serif !important;
        border-radius: 3px;
        border: none;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 20px;
    }
    .cd-single-step .cd-more-info:before {
        color: #ffffff;
    }
    .cd-single-step .cd-more-info h2 {
        font-size: 18px;
        color: #282828;
        line-height: 1.2;
        margin-bottom: 0.4em;
    }
    .cd-single-step .cd-more-info p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 1.4em;
        font-family: 'tajawal' , sans-serif !important;
        color: #8A98AC;
    }
    .cd-single-step .cd-more-info span {
        float: left;
        padding-top: 0.1em;
        font-size: 14px;
        font-family: 'tajawal' , sans-serif !important;
    }
    .cd-single-step .cd-more-info .cd-close:before {
        background-color: #8A98AC;
    }
    .cd-single-step .cd-more-info .cd-close:after {
        background-color: #8A98AC;
    }
    .cd-single-step .cd-more-info .cd-tour-nav li:first-of-type {
        margin-right: 15px;
    }
    .cd-single-step .cd-more-info .cd-tour-nav a {
        font-size: 14px;
        color: #0080ff;
        font-weight: 400;
        background-color: rgba(0, 128, 255, 0.1);
        padding: 6px 12px;
        border-radius: 3px;
    }
    .cd-single-step .cd-more-info .cd-tour-nav a.cd-prev.inactive {
        background-color: rgba(129, 167, 205, 0.1);
        border: none;
        color: #93b4d4;
    }
    .cd-single-step .cd-more-info .cd-tour-nav a.cd-next.inactive {
        background-color: rgba(129, 167, 205, 0.1);
        border: none;
        color: #93b4d4;
    }
}
.widget-icon-bg {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}
.to-do-list .list-group-item {
    border: none;
}
.to-do-list .custom-control-label {
    color: #282828;
}
.to-do-list-remove {
    float: left;
    vertical-align: middle;
    cursor: pointer;
}
.to-do-list-remove:hover {
    color: #ff3f3f !important;
}
.activities-history-list {
    position: relative;
}
.activities-history-list i {
    position: absolute;
    color: #0080ff;
    top: 9px;
    left: 9px;
    font-size: 18px;
}
.activities-history-list:before {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #d4d8de;
}
.activities-history-list:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 20px;
    right: 6px;
    background: rgba(129, 167, 205, 0.1);
}
.activities-history-list .activities-history-item {
    margin-right: 30px;
    margin-bottom: 30px;
}
.activities-history-list .activities-history-item p {
    font-size: 12px;
}
.icon-timer i {
    width: 30px;
    height: 30px;
    padding: 15px;
    font-size: 20px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}
.widget-newsletter .form-control {
    background-color: #ffffff;
    border-radius: 50px;
}
.widget-newsletter .form-control:focus {
    background-color: #ffffff;
}
.widget-newsletter .input-group-append {
    padding: 3px;
    background: #ffffff;
    border-radius: 0 50px 50px 0;
}
.widget-newsletter .input-group-append .btn {
    border-radius: 50px;
    background-color: #ff3f3f;
    color: #ffffff;
    padding: 4px 10px;
    font-weight: 700;
}
.chartist-widget-color {
    height: 194px !important;
}
.chartist-widget-color .ct-series-a .ct-bar {
    stroke: #ffffff;
}
.chartist-widget-color .ct-label {
    fill: #ffffff;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
}
.blog-meta {
    text-align: left;
    font-size: 14px;
}
.blog-meta ul {
    padding-right: 0;
}
.action-icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    margin-left: 15px;
}
.dash-widget .nav-pills .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
}
.dash-widget .nav-pills .nav-link.active {
    color: #0080ff;
    background-color: rgba(129, 167, 205, 0.1);
}
.storage-num {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ecom-chart-btn {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    bottom: 5%;
    left: 4%;
}
.ecom-chart-btn span {
    background-color: #ffffff;
    border-radius: 3px;
    color: #263a5b;
    padding: 5px 10px;
    font-size: 14px;
}
#apex-pie-chart .apexcharts-canvas {
    margin: 0 auto;
}
.appointment-widget .bg-icon {
    margin-bottom: 0;
    text-align: left;
    font-size: 80px;
    line-height: 80px;
    color: #0080ff;
    opacity: 0.2;
}
.blog-slider i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 9;
    color: #ffffff;
}
.blog-slider i:first-child {
    right: 35px;
}
.action-bg {
    position: absolute;
    left: 5px;
    bottom: 5px;
}
@media (max-width: 767px) {
    .blog-link {
        text-align: center;
    }
    .blog-meta {
        text-align: center;
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .vertical-layout.toggle-menu .leftbar {
        position: fixed;
        width: 80px;
        margin-left: 0;
        transition: all 0.3s ease;
    }
    .vertical-layout.toggle-menu .leftbar:hover {
        width: 250px;
    }
    .vertical-layout.toggle-menu .leftbar:hover ~ .rightbar {
        margin-right: 250px;
    }
    .vertical-layout.toggle-menu .leftbar:hover .vertical-menu > li > a > span {
        display: inline-block;
    }
    .vertical-layout.toggle-menu .leftbar:hover .vertical-menu > li > a > i {
        font-size: 16px;
    }
    .vertical-layout.toggle-menu .leftbar:hover .vertical-menu li > a > .icon-chevron-right {
        display: inline-block;
    }
    .vertical-layout.toggle-menu .leftbar:hover .vertical-menu li.active > .vertical-submenu {
        display: block !important;
    }
    .vertical-layout.toggle-menu .leftbar:hover .profilename {
        display: block;
    }
    .vertical-layout.toggle-menu .leftbar:hover .userbox {
        display: block;
    }
    .vertical-layout.toggle-menu .leftbar:hover .vertical-header {
        display: block;
    }
    .vertical-layout.toggle-menu .leftbar:hover .profilebar {
        padding: 15px 30px 15px 30px;
    }
    .vertical-layout.toggle-menu .leftbar:hover .logobar .logo.logo-small {
        display: none;
    }
    .vertical-layout.toggle-menu .leftbar:hover .logobar .logo.logo-large {
        display: block;
    }
    .vertical-layout.toggle-menu .leftbar:hover .logobar .logo img {
        width: 120px;
    }
    .vertical-layout.toggle-menu .leftbar:hover ~ .rightbar .topbar {
        right: 250px;
    }
    .vertical-layout.toggle-menu .vertical-menu > li > a > i {
        font-size: 18px;
    }
    .vertical-layout.toggle-menu .vertical-menu > li > a > span {
        display: none;
    }
    .vertical-layout.toggle-menu .vertical-menu li > a > .icon-chevron-right {
        display: none;
    }
    .vertical-layout.toggle-menu .vertical-menu li.active > .vertical-submenu {
        display: none !important;
    }
    .vertical-layout.toggle-menu .vertical-header {
        display: none;
    }
    .vertical-layout.toggle-menu .logobar .logo.logo-small {
        display: block;
    }
    .vertical-layout.toggle-menu .logobar .logo.logo-large {
        display: none;
    }
    .vertical-layout.toggle-menu .logobar .logo img {
        width: 40px;
    }
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    .leftbar {
        position: fixed;
        margin-right: -250px;
    }
    .rightbar {
        margin-right: 0 !important;
    }
    .topbar-mobile {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    .topbar {
        display: none;
    }
    .topbar .togglebar {
        display: none;
    }
    .topbar .infobar {
        margin-right: 0;
    }
    .topbar-toggle-menu .topbar {
        display: block;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1;
        margin-top: 71px;
    }
    .menubar {
        text-align: right;
    }
    .footerbar {
        left: 0;
    }
    .email-rightbar .email-open-box .open-email-head ul {
        text-align: left;
        margin-top: 15px;
    }
    .breadcrumbbar {
        margin: 100px 0 0 0;
        padding: 20px 0 20px 0;
    }
    .breadcrumbbar .page-title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .breadcrumbbar .breadcrumb-list {
        text-align: center;
    }
    .breadcrumbbar .widgetbar {
        text-align: center;
        margin-top: 10px;
    }
    .analytic-chart-label .analytic-label-perform {
        text-align: left;
        margin-bottom: 30px;
    }
    .analytic-chart-label .list-inline {
        text-align: left;
    }
    .analytic-chart-label .analytic-chart-piety {
        text-align: left;
    }
}
@media (max-width: 420px) {
    .infobar-settings-sidebar.sidebarshow {
        width: 100%;
    }
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #b8becc #b8becc #b8becc;
    font-size: 16px;
    color: rgb(113 124 153 / 82%);
    background: #b8becc;
    margin-left: 10px;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    background: #717c99;
    border-color: #717c99 #717c99 #717c99;
    color: #ffffff;
}
.nav-tabs .nav-link.active span i{
    color: #caef33bd;
    vertical-align: text-top;
}
.nav-tabs .nav-link span i{
    color: #d7dde9;
    vertical-align: text-top;
}
.text-info{
    color: #8A98AC !important;
}
.col-form-label{
    font-weight: 700;
}
.tab-content{
    background: #f2f5fa;
}
.btn-lg{
    padding: 10px;
}
.spinner-grow {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 3px;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #e2e3e3;
    background: #157584;
    padding: 15px;
    text-align: left;
    direction: ltr;
    margin: 15px 0;
}
.alert-dismissible .close {
    position: absolute;
    top: -4px;
    left: 0;
    padding: 17px 15px;
    font-size: 1.2rem;
    right: auto;
    color: inherit;
    border: none;
    background: none;
}
.alert-dismissible {
    padding-right: 1rem !important;
}
i{
    vertical-align: middle;
}
legend {
    display: block;
    margin: -40px 5px;
    width: auto;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    color: #00a2bb;
    border: 0;
    border-bottom: none;
    background: #fff;
}
fieldset {
    min-width: 0;
    padding: 7px;
    border-radius: 3px;
    border: dotted 1px;
    border-color: #507090;
}
.homeBtn{
    float: right;
    padding: 8px;
}
.homeBtn a{
    color: #7c7c7c;
    font-family: 'JF Flat Regular';
}
.homeBtn a i{
    color: #93b4d4;
    vertical-align: baseline;
}
.homeBtn a:hover{
    color: #413f3f;
}
.msgLoop{
    padding: 5px 12px;
    background: #f6f6f6;
    border-radius: 48px;
    box-shadow: 0px 0px 2px #f1b5b5;
}
.iconfy{
    width: 100%;
    height: 123px;
}
.en{
    font-family: sans-serif , tahoma;
}
.check_select{
    background: #2b1543;
    color: #fff;
    transition: 0.5s;
}
.check_select:hover{
    background: #174674 !important;
    color: #fff !important;
    transition: 0.5s;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 10px 17px;
    font-size: 16px;
    line-height: 1.5;
}
.pagination > li > a, .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0px;
}
.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    background-color: #17212f;
    border: 1px solid #17212f;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #383333;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>span:hover {
    background-color: #008b7d;
    border-color: #008b7d;
    color: #fff;
}
.span-code{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #909090;
    letter-spacing: 1px;
    background: #f1f1f1;
    padding: 4px 15px;
    border-radius: 2px;
    border: dotted 1px #d2cfcf;
}
.btn {
    font-family: 'tajawal';
}
.groupAnlsTitle{
    position: absolute;
    top: 82px;
    right: 80px;
    font-weight: 700;
}
.table-bordered {
    width: 100% !important;
}
.nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #00a2bb;
    border-radius: 0;
    padding: 16px 12px;
}
.nav-pills .nav-link {
    color: #2b3a53;
    background: #0080ff00;
    padding: 16px 12px;
    border-radius: 0;
}
.ul-list-style{
    color: #666464;
    cursor: move;
    border-radius: 0;
    margin-bottom: 2px;
    border-right: solid 4px #717c99;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 7px;
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: dotted 1px #c6cad1;
}
.separator:not(:empty)::before {
    margin-right: .25em;
}
.separator:not(:empty)::after {
    margin-left: .25em;
}
.m-b-0{
    margin-bottom: 0px !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
}
.navbar-brand{
    color: yellow;
}
.news {
    height: 40px;
}
marquee {
    background: #04897c;
}
.tiker-news .news ul li {
    display: inline-block;
    margin-right: 15px;
    color: #FFF;
}
.tiker-news .news ul li:hover{
    color: #FCEBB6;
}
.tiker-news .news ul li a {
    color: #FFF;
}
.tiker-news .news ul li a:hover{
    color: #FCEBB6;
}
.tiker-news .news ul li i {
    color: #e69700;
}
.news ul {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 0;
}
.tiker-news .news::before {
    content: "الأخبار";
    position: absolute;
    background-color: #04554d;
    z-index: 2;
    font-size: 16px;
    height: 40px;
    line-height: 39px;
    color: #fff;
    width: 100px;
    text-align: center;
    overflow: hidden;
    margin-left: 10px;
}
.row>*{
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(233 228 228 / 16%);
}
.slide-contant{
    top: 15%;
    right: 10%;
}
.slide-contant h4{
    font-size: 2.2rem;
    text-shadow: 0 1px #000;
    color: #fff;
}
.slide-contant p{
    font-size: 1.1rem;
    color: #c8dff6;
}
.slide-contant a{
    background: #00000045;
    color: #fff;
    padding: 2px 8px 3px;
    border-radius: 12px;
}
.slide-contant a:hover{
    background: #0000005c;
    color: yellow;
}
.wight-bg{
    background-color: #d4d8de;
    padding: 0;
}
.login-icon{
    font-size: 4rem;
}
.bg-apple{
    background: #1f2d41;
    padding: 20px;
    border-radius: 50%;
}
.bg-android{
    background: #1f2d41;
    padding: 20px;
    border-radius: 50%;
    color: #03b452;
}
.btn-style{
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-width: 1px;
    border-right-width: 4px;
    border-left-width: 4px;
    border-radius: 30px;
    padding: 15px 30px;
    transition: all 500ms ease-in-out;
}
.btn-style-1{
    position: relative;
    color: #ebedf0;
    border-color: #051731;
    background: linear-gradient( 132deg, #051731, #1f8daf, #0d94bc);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    font-weight: lighter;
}
.btn-style-1:hover{
    background-color: #053f93;
    border-color: #8a98ac;
    padding: 15px 40px;
    color: #fff;
}
.btn-style-2{
    position: relative;
    color: #ebedf0;
    border-color: #051731;
    background: linear-gradient( 132deg, #02322c, #1f8daf, #0d94bc);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
    font-weight: lighter;
}
.btn-style-2:hover{
    background-color: #b11f1f;
    border-color: #3d7df7;
    color: #fff;
    padding: 15px 40px;
}
.call-to-action-inner.style-02 {
    display: flex;
    padding: 75px 95px 80px;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    background-color: #051731;
}
.call-to-action-inner {
    background-color: #16215c;
    padding: 55px 0 60px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
.call-to-action-inner .bubble {
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 1px solid #43406a;
    border-radius: 50%;
    z-index: -1;
    animation: pulse-border 3s infinite;
}
.call-to-action-inner .action-bg-img {
    position: absolute;
    width: 135px;
    height: 140px;
    background-size: contain;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    animation: pulse-border 2s infinite;
}
.call-to-action-inner .action-bg-img-02 {
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    top: -15px;
    right: -280px;
    background-repeat: no-repeat;
    animation: pulse-border 5s infinite;
}
.call-to-action-inner .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
}
.call-to-action-inner .subtitle {
    color: #fff;
}
.desktop-center {
    text-align: center;
}
.call-to-action-inner.style-02 .btn-wrapper .boxed-btn {
    margin-left: 20px;
}
.boxed-btn:hover{
    opacity: 0.8;
}
.btn-wrapper .boxed-btn {
    background-color: #04897c;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.btn-wrapper .boxed-btn.blank {
    background-color: transparent;
    border: 1px solid #fff;
}
.call-to-action-inner .line-area {
    position: absolute;
    bottom: 0;
    left: 0;
}
.call-to-action-inner .line-area .line-one {
    position: absolute;
    left: 30px;
    bottom: -2px;
    transform: rotate( 35deg );
    width: 2px;
    height: 50px;
    background-color: #43406a;
    z-index: -1;
}
.call-to-action-inner .line-area .line-two {
    position: absolute;
    left: 45px;
    bottom: -5px;
    transform: rotate( 35deg );
    width: 2px;
    height: 70px;
    background-color: #43406a;
    z-index: -1;
}
.call-to-action-inner .line-area .line-three {
    position: absolute;
    left: 50px;
    bottom: -5px;
    transform: rotate( 35deg );
    width: 2px;
    height: 50px;
    background-color: #43406a;
    z-index: -1;
}
.card-title {
    background: #051731;
    padding: 4px 0 8px;
    border-bottom: solid 1px #d2dde6;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.img-cercal{
    border-radius: 0 0 50% 50%;
    max-height: 180px;
    min-height: 180px;
    width: 180px;
    border: solid 2px #1e2f49;
    padding: 3px;
}
.btn-block{
    width: 100%;
}
.btn-green{
    background-color: #04897c;
    border-radius: 50px;
    color: #fff;
}
.btn-green:hover{
    background-color: #035e55;
    color: #fff;
}
.cardName{
    font-weight: bold;
    font-size: 1.2rem;
}
.border-bottom-dotted{
    border-bottom: dotted 2px #ccc;
    padding-bottom: 15px;
}
.text-justify{
    text-align: justify !important;
}
@media only screen and (max-width: 991px){
    .call-to-action-inner.style-02 {
        display: block;
    }
    .call-to-action-inner.style-02 .btn-wrapper {
        margin-top: 30px;
        text-align: right;
    }
    .call-to-action-inner.style-02 .btn-wrapper .boxed-btn {
        margin-right: 0;
        margin-left: 20px;
        margin-bottom: 15px;
    }
}
.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.category-default.category-default-1 {
    color: #222;
    background: white;
    padding: 15px 20px;
}
.overlay-zoom {
    overflow: hidden;
}
.category {
    position: relative;
    font-size: 1rem;
}
figure {
    margin: 0;
}
.overlay-zoom img {
    transition: transform .3s;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
.category-default.category-default-1:hover .category-content {
    background-color: #00000030;
}
.category-default.category-default-1 .category-content {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    height: 18%;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.8);
}
.category-default:hover .category-content {
    background-color: rgba(34,102,187,0.8);
}
.category-default .category-content {
    background-color: rgba(38,38,38,0.8);
}
.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background .3s;
}
.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    min-height: 2rem;
}
.category .category-name a {
    color: #323030;
    font-size: 1.0rem;
}
.call-to-action-inner .action-bg-img {
    position: absolute;
    width: 135px;
    height: 140px;
    background-size: contain;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    animation: pulse-border 2s infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
}
.left-content-area .section-inner-title {
    margin-bottom: 56px;
}
.left-content-area .section-inner-title .subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #0d7bff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.left-content-area .section-inner-title p {
    font-size: 16px;
    line-height: 26px;
    color: #505b6d;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-group .form-control {
    height: 50px;
    border: 1px solid #e6e6e6;
}
.contact-form .form-group.textarea .form-control {
    min-height: 150px;
    resize: none;
}
.contact-form .submit-btn {
    background-image: -moz-linear-gradient(-4deg, #0084ff 0%, #4456ff 44%, #8828ff 100%);
    background-image: -webkit-linear-gradient( -4deg , #1f2d41 0%, #06857a 44%, #1c3747 100%);
    background-image: -ms-linear-gradient(-4deg, #0084ff 0%, #4456ff 44%, #8828ff 100%);
    border-radius: 30px;
    width: 180px;
}
.submit-btn {
    width: 200px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    background-color: #0d7bff;
    border: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.contact-form .submit-btn:hover {
    -webkit-box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
    box-shadow: 0px 3px 20px 0px rgb(13 21 75 / 30%);
}
.securityCode{
    background: radial-gradient(#24255c, #397ab8);
    padding: 10px;
    margin-right: 15px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 8px;
    font-weight: bold;
    font-family: sans-serif;
}
.single-feature-list {
    position: relative;
    text-align: center;
    margin: 15px;
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 9.5px 0.5px rgb(0 0 0 / 20%);
}
.single-feature-list .icon {
    margin-bottom: 15px;
}
.single-feature-list .icon img{
    min-height: 180px;
    max-height: 180px;
    width: auto;
}
.footer-top-wrap {
    padding: 0 0 40px;
    border-bottom: 1px solid #17212f;
    position: relative;
    margin-bottom: 30px;
}
.footer-top-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 150px;
    background: #04897c;
    height: 1px;
    margin: 0 auto;
    z-index: 1;
}
.footer-logo {
    text-align: center;
}
.footer-logo img{
    max-width: 250px;
}
.footer-link-wrap {
    display: flex;
    align-items: center;
    padding: 30px 0 0;
}
.footer-link-wrap .menu-links {
    flex-grow: 1;
}
.footer-link-wrap .menu-links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-link-wrap .menu-links li {
    margin-right: 40px;
}
.footer-link-wrap .menu-links li:last-child {
    margin-right: 0px;
}
.footer-link-wrap .menu-links li a {
    display: block;
    font-size: 13px;
    color: #898481;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
}
.footer-social ul {
    display: flex;
    align-items: center;
}
.footer-social ul li + li {
    margin-left: 18px;
}
.footer-social ul li a {
    color: #467099;
}
.footer-social ul li a:hover {
    color: #7798b8;
}
.footer-social {
    margin-left: 95px;
}
.copyright-wrap {
    margin-top: 27px;
}
.copyright-text > p {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #898481;
    font-family: 'Jost', sans-serif;
}
.pay-method-img {
    text-align: right;
}
.pay-method-img img {
    max-width: 100%;
}
footer{
    background: #051731;
}
footer ul{
    list-style: none;
    padding: 0;
}
.footer-style-two .footer-top-wrap {
    border-bottom: 1px solid #d0cfcb;
}
.footer-style-two .footer-top-wrap::after {
    opacity: .35;
}
.footer-widget .fw-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 22px;
    text-transform: uppercase;
    color: #729cc8;
}
.fw-link ul li + li {
    margin-top: 8px;
}
.fw-link ul li a {
    font-size: 16px;
    color: #04897c;
    display: inline-block;
    position: relative;
}
.fw-link ul li a:hover {
    color: #0fd1be;
}
.fw-link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #aeb08c;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}
.fw-link ul li a:hover::before {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer-style-two .footer-social {
    margin-left: 0;
}
.footer-text p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #c2c2c2;
}
.footer-style-two .copyright-wrap {
    margin-top: 0;
    background: #e8e6e2;
    padding: 25px 0;
}
.footer-style-two.gray-bg {
    background: #f8f7f2;
}
.footer-style-three.gray-bg {
    background: #f5f5f5;
}
.footer-style-three .copyright-wrap {
    background: #e9e9e9;
}
.footer-style-two .copyright-wrap.gray-light-bg {
    background: #ebeded;
}
.footer-social ul li + li {
    margin-right: 12px;
}
footer i{
    font-size: 16px;
}
.fw-link ul li{
    padding-right: 25px;
}
.fw-link ul li::before{
    content:'-';
    font-weight: bold;
    margin-left: 8px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #81a7cd;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffa800;
}
.swiperBBg{
    background: #1f2d41;
}
@media only screen and (max-width: 450px){
    .call-to-action-inner.style-02 {
        padding: 75px 30px 80px;
    }
    .call-to-action-inner.style-02 {
        display: block;
    }
    .call-to-action-inner.style-02 .btn-wrapper {
        margin-top: 30px;
        text-align: left;
    }
    .call-to-action-inner.style-02 .btn-wrapper .boxed-btn {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .call-to-action-inner.style-02 .btn-wrapper .boxed-btn {
        margin-right: 0;
        margin-left: 20px;
    }
    .card-title{
        font-size: 0.8rem;
    }
    .img-cercal {
        border-radius: 50%;
        max-height: 135px;
        width: 180px;
        min-height: 135px;
    }
    .cardName{
        font-size: 0.8rem;
    }
    .single-feature-list .icon img {
        min-height: 94px;
        max-height: 180px;
        width: auto;
    }
}
.appStore{
    padding: 0.5rem;
    background: #1e2f49;
    border-radius: 8px;
}
.appStore h4{
    color: #93b4d4;
}
.appStore p{
    color: #d4d8de;
}
.icon-check:before{
    padding: 0 8px;
    color: #18d26b;
}
.p_bg{
    padding: 8px;
    background: #d4d8de;
    color: #282828;
    border-radius: 4px;
    margin-bottom: 8px;
}
.acountBg{
    background: rgb(129 167 205 / 10%);
    border-radius: 4px;
    padding: 15px 0.6rem!important;
    margin: 15px;
}
.bold{
    font-weight: bold;
}
.priceCard{
    position: absolute;
    padding: 5px;
    background: #007c37;
    border-top-right-radius: 8px;
    color: #fff;
    top: 25%;
    width: auto;
    left: 4px;
}
.labelTitle{
    padding: 5px;
    background: #6c757d;
    color: #fff;
}
.labelDesc{
    padding: 5px;
    background: #eaebeb;
    color: #000;
}
.invoice-box{
    max-width:800px;
    margin:auto;
    padding:30px;
    border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
    font-size:16px;
    line-height:24px;
    color:#555;
}
.invoice-box table{
    width:100%;
    line-height:inherit;
}
.invoice-box table td{
    padding:5px;
    vertical-align:top;
}
.invoice-box table tr td:nth-child(2){
    text-align: left;
}
.invoice-box table tr.top table td{
    padding-bottom:20px;
}
.invoice-box table tr.top table td.title{
    font-size:45px;
    line-height:45px;
    color:#333;
}
.invoice-box table tr.information table td{
    padding-bottom:40px;
}
.invoice-box table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}
.invoice-box table tr.details td{
    padding-bottom:20px;
}
.invoice-box table tr.item td{
    border-bottom:1px solid #eee;
}
.invoice-box table tr.item.last td{
    border-bottom:none;
}
.invoice-box table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:bold;
}
@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td{
        width:100%;
        display:block;
        text-align:center;
    }
    .invoice-box table tr.information table td{
        width:100%;
        display:block;
        text-align:center;
    }
}
#MyCart{
    position: fixed;
    bottom: 20px;
    right: 10px;
}
#MyCart span {
    color: #fff;
    padding-top: 4px;
    text-align: center;
    background-color: #263a5b;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 11px;
    position: absolute;
    right: 2px;
    top: -6px;
}
.shoppingBottun {
    background-color: #009d9a;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: #8ae0fa;
}
.shoppingBottun:hover{
    background-color : #2b9ec0;
}
a.shoppingBottun:hover{
    color: white;
}
.navbar-light .navbar-brand {
    color: #bfc0ae;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgb(252 251 251 / 90%);
}
iframe{
    width: 100%;
    max-width: 640px;
}
;
 .widget-page{
     background: #fff;
     border-radius: 4px;
}
.widget-page h3{
    color: #263a5b;
}
.widget-page p{
    color: #000;
}
.widget-page h1{
    color: #000;
}
.widget-page h2{
    color: #000;
}
.widget-page h4{
    color: #000;
}
.widget-page h5{
    color: #000;
}
.widget-page h6{
    color: #000;
}
 .resp-sharing-button__link, .resp-sharing-button__icon {
     display: inline-block 
}
 .resp-sharing-button__link {
     text-decoration: none;
     color: #fff;
     margin: 0.5em 
}
 .resp-sharing-button {
     border-radius: 5px;
     transition: 25ms ease-out;
     padding: 0.5em 0.75em;
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif 
}
 .resp-sharing-button__icon svg {
     width: 1em;
     height: 1em;
     margin-right: 0.4em;
     vertical-align: top 
}
 .resp-sharing-button--small svg {
     margin: 0;
     vertical-align: middle 
}
/* Non solid icons get a stroke */
 .resp-sharing-button__icon {
     stroke: #fff;
     fill: none 
}
 .resp-sharing-button__link, .resp-sharing-button__icon {
     display: inline-block 
}
 .resp-sharing-button__link {
     text-decoration: none;
     color: #fff;
     margin: 0.5em 
}
 .resp-sharing-button {
     border-radius: 5px;
     transition: 25ms ease-out;
     padding: 0.5em 0.75em;
     font-family: Helvetica Neue,Helvetica,Arial,sans-serif 
}
 .resp-sharing-button__icon svg {
     width: 1em;
     height: 1em;
     margin-right: 0.4em;
     vertical-align: top 
}
 .resp-sharing-button--small svg {
     margin: 0;
     vertical-align: middle 
}
/* Non solid icons get a stroke */
 .resp-sharing-button__icon {
     stroke: #fff;
     fill: none 
}
/* Solid icons get a fill */
 .resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
     fill: #fff;
     stroke: none 
}
 .resp-sharing-button--twitter {
     background-color: #55acee 
}
 .resp-sharing-button--twitter:hover {
     background-color: #2795e9 
}
 .resp-sharing-button--pinterest {
     background-color: #bd081c 
}
 .resp-sharing-button--pinterest:hover {
     background-color: #8c0615 
}
 .resp-sharing-button--facebook {
     background-color: #3b5998 
}
 .resp-sharing-button--facebook:hover {
     background-color: #2d4373 
}
 .resp-sharing-button--tumblr {
     background-color: #35465C 
}
 .resp-sharing-button--tumblr:hover {
     background-color: #222d3c 
}
 .resp-sharing-button--reddit {
     background-color: #5f99cf 
}
 .resp-sharing-button--reddit:hover {
     background-color: #3a80c1 
}
 .resp-sharing-button--google {
     background-color: #dd4b39 
}
 .resp-sharing-button--google:hover {
     background-color: #c23321 
}
 .resp-sharing-button--linkedin {
     background-color: #0077b5 
}
 .resp-sharing-button--linkedin:hover {
     background-color: #046293 
}
 .resp-sharing-button--email {
     background-color: #777 
}
 .resp-sharing-button--email:hover {
     background-color: #5e5e5e 
}
 .resp-sharing-button--xing {
     background-color: #1a7576 
}
 .resp-sharing-button--xing:hover {
     background-color: #114c4c 
}
 .resp-sharing-button--whatsapp {
     background-color: #25D366 
}
 .resp-sharing-button--whatsapp:hover {
     background-color: #1da851 
}
 .resp-sharing-button--hackernews {
     background-color: #FF6600 
}
 .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
     background-color: #FB6200 
}
 .resp-sharing-button--vk {
     background-color: #507299 
}
 .resp-sharing-button--vk:hover {
     background-color: #43648c 
}
 .resp-sharing-button--facebook {
     background-color: #3b5998;
     border-color: #3b5998;
}
 .resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active {
     background-color: #2d4373;
     border-color: #2d4373;
}
 .resp-sharing-button--twitter {
     background-color: #55acee;
     border-color: #55acee;
}
 .resp-sharing-button--twitter:hover, .resp-sharing-button--twitter:active {
     background-color: #2795e9;
     border-color: #2795e9;
}
 .resp-sharing-button--tumblr {
     background-color: #35465C;
     border-color: #35465C;
}
 .resp-sharing-button--tumblr:hover, .resp-sharing-button--tumblr:active {
     background-color: #222d3c;
     border-color: #222d3c;
}
 .resp-sharing-button--email {
     background-color: #777777;
     border-color: #777777;
}
 .resp-sharing-button--email:hover, .resp-sharing-button--email:active {
     background-color: #5e5e5e;
     border-color: #5e5e5e;
}
 .resp-sharing-button--pinterest {
     background-color: #bd081c;
     border-color: #bd081c;
}
 .resp-sharing-button--pinterest:hover, .resp-sharing-button--pinterest:active {
     background-color: #8c0615;
     border-color: #8c0615;
}
 .resp-sharing-button--whatsapp {
     background-color: #25D366;
     border-color: #25D366;
}
 .resp-sharing-button--whatsapp:hover, .resp-sharing-button--whatsapp:active {
     background-color: #1DA851;
     border-color: #1DA851;
}
 .resp-sharing-button--telegram {
     background-color: #54A9EB;
}
 .resp-sharing-button--telegram:hover {
     background-color: #4B97D1;
}
 


.client {
    width: 100%;
    height: 100%;
    background: #7F00FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 26px;
}

.carousel-icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
}

.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}
.lh-lg {
    line-height: 2!important;
    color: #c397ec;
}
