.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz22 {
    font-size: 22px !important;
}

.fz24 {
    font-size: 22px !important;
}

.fz27 {
    font-size: 27px;
}

.text-right {
    text-align: right;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.main-cyan-color {
    color: #02D5D5;
}

.main-purple-color {
    color: #5A19B4;
}

.main-orange-color {
    color: #FFA133;
}

.main-red-color {
    color: #F7685B;
}

.main-gray-color {
    color: #828282;
}

.main-purple-bg {
    background-color: #5A19B4 !important;
}


.secondary-cyan-bg {
    background-color: #00D2D2 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.ml-auto {
    margin-left: auto !important;
}

.bg-none {
    background-color: unset !important;
}

.border-none {
    border: none !important;
}

.w-max-content {
    width: max-content;
}

.navbar.pe-0 {
    padding-right: 0 !important;
}

.rounded-start-bot-navbar {
    border-radius: 0 0 0 30px;
}

.card-plan {
    border-radius: 30px 30px 30px 30px !important;
    box-shadow: 0 0 13px 5px rgb(90 15 191 / 10%);
    /*box-shadow: 3px 25px 40px 5px rgb(90 15 191 / 10%);*/
}

.custom-select span.caret {
    color: #ffffff;
}

.custom-select input.select-dropdown {
    border: none;
    max-width: 35px;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.custom-gray-hover:hover, .custom-gray-hover:hover > i {
    color: #E3E3E3;
}

.mdb-skin .side-nav {
    width: 250px;
    background: #191E3C;
}

.navbar-logo {
    position: relative;
    background: #5A19B4;
    border-radius: 0 0 30px 0;
    height: 60px;
}

@media screen and (max-width: 1440px) {
    .navbar-logo {
        border-radius: 0;
        text-align: center;
    }

    .navbar-logo:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 28px;
        bottom: -28px;
        background-color: #0c0f1e;
    }

    .navbar-logo a {
        padding: 0;
    }
}

.custom-menu-items-list {

}

.custom-menu-items-list li {

}

.custom-menu-items-list li a {
    font-size: 13px !important;
    color: #FAFAFA !important;
    letter-spacing: 0.01em;
    line-height: 19px;
    font-weight: 400 !important;
    transition: color, text-shadow .4s ease-in-out;
    white-space: nowrap;
}

.custom-menu-items-list li a:hover {
    color: #00D2D2 !important;
    text-shadow: 0 0 3.5px #00D2D2;
    background-color: unset !important;
}

.custom-menu-items-list li a > img {
    margin-right: 10px;
}

.custom-container {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    background: #FFFFFF;
    border-radius: 30px 0 0 0;
    padding: 40px;
    min-height: calc(100vh - 88px);
    max-height: calc(100vh - 88px);
}


.custom-modal-form {

}

.custom-modal-form .rounded-top {
    background-color: #ffffff !important;
}

.custom-modal-form .rounded-top .h6-responsive {
    color: #000000 !important;
}

.custom-modal-form form .md-form {

}

.custom-modal-form .select-wrapper span.caret {
    right: 10px;
    top: 10px;
}

.custom-modal-form .dropdown-ins {

}

.custom-modal-form .dropdown-ins .dropdown-content li.active {
    background-color: unset !important;
}

.custom-modal-form .dropdown-ins .dropdown-content li.active span {
    box-shadow: none !important;
    color: #00D2D2 !important;
}

.abs-pos-left {
    left: 0;
}

.abs-pos-right {
    right: 0;
}

.so-main-button {
    background-color: #5A19B4 !important;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    max-width: 300px;
}

.so-secondary-button {
    border: 1px solid #5A19B4;
    box-sizing: border-box;
    border-radius: 4px;
    height: 35px;
    background-color: unset !important;
    box-shadow: none !important;
    color: #5A19B4 !important;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    max-width: 300px;
}

.so-secondary-rounded-button {
    border: 1px solid #5A19B4;
    border-radius: 100px;
    padding: 16px 32px;
    color: #5A19B4 !important;
}

.so-secondary-rounded-button:hover {
    background-color: #5A19B4 !important;
    color: #ffffff !important;
}

.so-input-file {
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.so-input-file:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    background-color: #5A19B4;
}

.so-input-file i {
    color: #ffffff;
    font-size: 12px;
    top: 0 !important;
    margin-right: 15px;
}

.mdb-skin .side-nav .collapsible li .collapsible-header.active {
    background: none;
    color: #00D2D2 !important;
    text-shadow: 0 0 3.5px #00d2d2;
}

.border-right {
    border-right: 1px solid #9E9E9E;
    margin-right: 12px;
}


.so-datepicker .datepicker {
    cursor: pointer;
    background-color: unset;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.so-select-dropdown .select-dropdown {
    border: 1px solid #E5E5E5 !important;
    padding-left: 24px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
}

.so-select-dropdown .select-wrapper .caret {
    right: 15px;
}

.so-charts-wrapper {
    background: #FFFFFF;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.so-charts-wrapper h3 {
    font-size: 14px;
    font-weight: 500;
}

.so-charts-chart {
    height: 300px;
}

.so-charts-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.so-charts-label > span {
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

.so-charts-label > div {
    font-weight: 600;
    font-size: 12px;
}

.so-charts-label > div > span {
    font-size: 12px;
    line-height: 16px;
}

.so-charts-label > div > span.increase {
    color: #4AAF05;
}

.so-charts-label > div > span.decrease {
    color: #F7685B;
}

.refresh-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #5A19B4;
    color: #5A19B4;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}