@charset "UTF-8";
html,
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    position: relative;
    background-color: #000;
}

.home-body {
    background: #000;
    max-width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #202020;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #707070;
}

.dash-menu-btn {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.container-fluid {
    padding: 0 25px;
}

.main-color {
    color: #fe1449
}

.hidden {
    display: none
}

.divider {
    max-width: 450px;
    height: 2px;
    width: 100%;
    background: rgb(16, 22, 39);
    background: linear-gradient(90deg, #000 0%, #fe1449 50%, #000 100%);
    margin: 25px auto
}

.btn {
    padding: 14px 30px;
    border: none;
    -webkit-transition: .14s ease;
    transition: .14s ease;
    border-radius: 10px;
    font-weight: 600
}

.btn.btn-primary {
    background: #fe1449;
    -webkit-box-shadow: 0 0 25px rgba(254, 20, 73, 0.60);
    box-shadow: 0 0 25px rgba(254, 20, 73, 0.60);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #ef0036!important;
}


.btn.btn-light {
    color: #315DFF;
    background: #fff;
}

.btn.btn-secondary {
    background: #fe1449;
    -webkit-box-shadow: 0 0 25px rgba(254, 20, 73, 0.60);
    box-shadow: 0 0 25px rgba(254, 20, 73, 0.60);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background: #ef0036!important;
}

.btn.btn-dark {
    background: #0c0c0c;
}

.btn.btn-dark:hover {
    background: #101010;
}

.btn.btn-lg {
    font-size: 17px;
    padding: 22px 34px;
    font-weight: 500;
}

.btn.btn-outline {
    padding: 12px 30px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.btn.btn-outline:hover {
    background: #fff;
    color: #181818;
}

.btn.btn-square {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.header {
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #0c0c0c
}

.header .site-icon-container {
    display: inline-block;
}

.header .site-icon-container img {
    max-height: 54px;
    width: auto;
}

.header .site-name {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: .8px;
}

.header .site-name img {
    height: 45px;
}

.header .header-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header .header-menu ul li {
    display: inline-block;
    padding: 0 25px;
}

.header .header-menu ul li.active a {
    color: #fff !important;
}

.header .header-menu ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    display: block;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    position: relative;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.header .header-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.container {
    max-width: 1200px;
}

.home-head {
    position: relative;
    padding: 100px 0 100px;
}

.home-head .home-head-bg {
    background-image: url(https://storage.perfectcdn.com/oy3pj0/o36m56cy7en5bbq3.png);
    background-position: top center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -150px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
}

.home-head::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    z-index: -1;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    background: url(https://storage.perfectcdn.com/oy3pj0/b0z4szcot8lg0rp9.png) no-repeat center center;
    background-size: contain;
    opacity: 0.1;
}

.home-head .home-head-content {
    padding: 160px 0 50px;
    color: #fff;
}

.home-head .hh-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 84px;
}

.home-head .hh-text {
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 30px;
}

.home-head .hh-buttons {
    margin-top: 36px;
}

#login .form-control {
    position: relative;
    clear: both;
}

#login .fla {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 4px;
    padding-left: 3px;
}

#login .fc-icon {
    width: 55px;
    height: 55px;
    background: #fe1449;
    border-radius: 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}

#login .fc-icon+.form-control {
    padding-left: 76px;
}

#login .form-control {
    background: #202020;
    border: 1px solid #404040;
    outline: none;
    border: none;
    line-height: 100% !important;
    padding: 26px 14px;
    width: 100%;
    color: #fff;
    height: auto;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#login .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

#login .modal-dialog .modal-content {
    background-color: transparent;
    height: 100%;
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-box {
    background: #0c0c0c;
    border: 1px solid #202020;
    border-radius: 12px;
    padding: 35px 0;
    position: relative;
}
#login .fc-icon.close {
    right: 8px;
    left: auto;
    top: 8px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff !important;
    opacity: 1;
}

.login-box .login-form {
    padding: 0 50px;
}

.login-box .login-form .hlb-header {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-box .log-bottom {
    font-size: 16px;
    text-align: center;
}

.login-box .log-bottom span {
    color: #f5f5f5
}

.login-box .log-bottom a {
    color: #fe1449;
}

.login-box .form-check-label {
    color: #fff
}

.home-section {
    padding: 100px 0;
}

.home-vector {
    position: relative
}

.home-vector .hv-img1 {
    position: absolute;
    top: 175px;
    left: -70px
}

.countB {
    background: #fe1449;
    -webkit-box-shadow: 0px 53px 120px rgba(254, 20, 73, 0.2);
    box-shadow: 0px 53px 120px rgba(254, 20, 73, 0.2);
    border-radius: 30px;
    background-image: url(https://storage.perfectcdn.com/oy3pj0/mo4z6njdi67yhczi.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.countB .cB-cont {
    padding: 30px 60px;
}

.cB-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cB-item {
    text-align: left;
    margin: 15px 0;
}

.cB-item .cB-icon {
    height: 90px;
    width: 100px;
    position: relative;
    font-weight: normal;
    font-size: 65px;
    line-height: 57px;
    /* or 88% */
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cB-item .cB-icon i {
    position: relative;
    z-index: 30;
}

.cB-item .cB-icon::before {
    content: '';
    border-radius: 50%;
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ef0a3e;
    z-index: 1;
}

.cB-item h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}

.cB-item h5 {
    font-size: 20px;
    line-height: 25px;
    color: #d9ddff;
    margin-bottom: 0px;
}

.step-Cont .ss-box-c {
    position: relative;
    margin: 15px 0;
}

.step-Cont .ss-box-c:hover .ss-box {
    background: #fe1449;
    transition: 500ms all;
    transform: translateY(-1rem);
    transition: 500ms all;
    cursor: pointer
}

.step-Cont .ss-box-c:hover .ss-box .ss-text {
    color: #fff;
}

.step-Cont .ss-box-c .ss-box {
    background: #0c0c0c;
    border: 1px solid #202020;
    z-index: 23;
    position: relative;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border-radius: 10px
}

.step-Cont .ss-box-c .ss-box .ss-body {
    padding: 50px 30px 60px 30px;
}

.step-Cont .ss-box-c .ss-box .ss-icon i {
    font-size: 52px;
    color: #fe1449;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.step-Cont .ss-box-c .ss-box:hover .ss-icon i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.step-Cont .ss-box-c .ss-box .ss-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-top: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.step-Cont .ss-box-c .ss-box .ss-text {
    font-size: 14px;
    color: #9799A3;
    line-height: 24px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.home-title h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 135%;
    color: #FFFFFF;
}

.whyChoose .wC-phone {
    position: relative;
    padding: 30px;
}

.whyChoose .wC-phone img {
    width: 100%;
    -webkit-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
    -moz-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
    -o-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
    -ms-box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
    box-shadow: -30px 60px 40px -18px rgba(11, 34, 56, 0.07) !important;
    border-radius: 46px;
}

.whyChoose .wC-phone::before {
    content: "";
    position: absolute;
    height: 180px;
    width: 100%;
    background-color: #202020;
    border-radius: 40px;
    left: 0;
    bottom: -10px;
    z-index: -1;
}

.whyChoose .nav-pills .nav-link {
    border-radius: 12px;
    margin-bottom: 35px;
    padding: 35px;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
    background: linear-gradient(to right, #202020, rgba(255, 255, 255, 0));
    opacity: 0.15;
}

.whyChoose .nav-pills .nav-link.active {
    opacity: 1;
}

.whyChoose .nav-pills .nav-link.active .wc-text h3 {
    color: #fe1449;
}

.whyChoose .wc-text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.whyChoose .wc-text h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer {
    background: linear-gradient(to right, #202020, rgba(255, 255, 255, 0));
    position: relative;
    margin-top: 100px;
    border-radius: 60px 0 0 0
}

.footer .footer-bg {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.footer .footer-content {
    padding: 60px 0 20px 0;
}

.footer .footer-logo {
    height: 43px;
}

.footer .footer-top {
    border-bottom: 1px solid #303030;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.footer .footer-bottom {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.footer .fb-menu {
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0px;
}

.footer .fb-menu li {
    display: inline-block;
    padding: 0 15px;
}

.footer .fb-menu li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.footer .fb-menu li a:hover {
    color: #fe1449;
}

.footer .foot-copy {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .4px;
    color: #ffffff;
}

.footer .footer-menu {
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0px;
}

.footer .footer-menu li {
    display: inline-block;
    padding: 0 15px;
}

.footer .footer-menu li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.footer .footer-menu li a:hover {
    color: #fe1449;
}

.d-card {
    border: none;
    border-radius: 17px;
    background: #0c0c0c;
    border-radius: 10px;
}

.d-card .d-card-body {
    padding: 15px;
}

.form-group {
    position: relative;
    min-height: 63px;
}

.form-group label {
    color: #fff
}

.form-control:disabled, .form-control[readonly] {
    background-color: #202020;
}

.fc-icon {
    width: 44px;
    height: 44px;
    background: #fe1449;
    border-radius: 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.fc-icon+.form-control {
    padding-left: 66px;
}

.form-control {
    background: #202020;
    outline: none;
    border: none;
    line-height: 100% !important;
    padding: 23px 14px;
    width: 100%;
    color: #fff;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.form-control:disabled {
    background: #202020
}

.form-control:focus {
    background: #202020;
    outline: 0;
    border: 0
}

.form-side label {
    color: #fff
}

.main-dd li a {
    color: #fff
}

.app-sidebar.sidebar-inact .main-dd {
    margin-left: 0;
    padding-left: 0;
    padding: 0 14px
}

.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
    margin-right: 10px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    vertical-align: -1px;
}

.app-sidebar.sidebar-inact .main-dd li .menu-text {
    display: none
}

@media (max-width: 991.98px) {
    .app-sidebar.sidebar-inact .main-dd li .menu-text {
        display: initial!important
    }
}

.app-sidebar .sidebar-menu a.menu-link.menu-dd::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 25px;
}

.app-sidebar.sidebar-inact .sidebar-menu a.menu-link.menu-dd::after {
    top: 15px;
    right: 5px;
}


/* Handle on hover */

@-webkit-keyframes floating {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes floating {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.floating {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding: 0 15px !important;
    }
}

.home-menu-btn {
    display: none;
}

@media (max-width: 991.98px) {
    .home-menu-btn {
        display: inline-block;
    }
    .head-menu {
        display: none;
        position: fixed;
        top: 80px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-color: #000;
        -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
        padding: 40px 30px 40px 30px;
        z-index: 1003;
        overflow-y: auto;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .head-menu .btn {
        display: block;
    }
    .head-menu .mmff {
        width: 100%;
        display: block;
        margin-bottom: 15px
    }
    .head-menu .hm-close {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 18px;
        cursor: pointer;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        color: #fff;
        opacity: .6;
        z-index: 1004;
    }
    .head-menu .bs-btn {
        display: block;
        width: 100%;
    }
    .head-menu .bs-btn+.bs-btn {
        margin-top: 14px;
    }
    .head-menu .header-menu>ul {
        width: 100%;
        padding: 0px 20px 30px 20px;
    }
    .head-menu .header-menu>ul>li {
        display: block;
        position: relative;
    }
    .head-menu .header-menu>ul>li+li {
        margin: 0px;
    }
    .head-menu .header-menu>ul>li>a {
        display: block;
        text-align: left;
        position: relative;
        max-height: 40px;
        padding: 24px 0;
        line-height: 30px;
        font-size: 20px;
        font-weight: 600;
    }
    .head-menu .header-menu>ul>li>a::after {
        display: none;
    }
    .head-menu.active {
        display: block;
    }
    .hh-badges {
        display: none;
    }
    .home-head {
        padding: 100px 0 0 0
    }
    .home-head .home-head-content {
        padding: 56px 0 50px;
        text-align: center
    }
    .home-head .hh-title {
        font-size: 35px;
        line-height: 56px;
    }
    .home-head .hh-text {
        font-size: 16px;
        line-height: 28px;
    }
    .home-vector {
        display: none
    }
    .home-section {
        padding: 50px 0
    }
    .countB .cB-cont {
        padding: 30px 20px
    }
    .d-card-body.p-5 {
        padding: 15px!important
    }
}

.close-sidebar-btn {
    position: absolute;
    top: 20px;
    right: -50px;
    height: 50px;
    width: 50px;
    color: #fff;
    background: #0c0c0c;
    line-height: 50px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #202020;
    display: none;
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .container-fluid {
        padding: 0 30px;
    }
    .login-box .login-form {
        padding: 0 15px
    }
}

@media (max-width: 1500.98px) {
    .container-fluid {
        padding: 0px 25px;
    }
}

.app-sidebar {
    width: 280px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    background: url(https://storage.perfectcdn.com/oy3pj0/eh9hk7zmjfrxbsy0.png) #0c0c0c no-repeat;
    background-size: cover;
    z-index: 1001;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    border-right: 1px solid #202020;
    z-index: 1029;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.app-sidebar .sidebar-header {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
}

.app-sidebar .sidebar-header .logo-lg {
    display: inline-block;
    height: 50px;
}

.app-sidebar .sidebar-header .logo-sm {
    display: none;
    height: 50px;
}

.app-sidebar .sidebar-header .app-logo {
    width: 100%;
    text-align: center;
    position: relative;
}

.app-sidebar .sidebar-header>* {
    position: relative;
    z-index: 2;
}

.app-sidebar .sidebar-content {
    padding: 20px 0;
    overflow-x: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.app-sidebar .sidebar-content::-webkit-scrollbar {
    width: 4px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-track {
    background: transparent;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
    background: #202020;
    border-radius: 2px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
    background: #273356;
}

.app-sidebar .sidebar-menu {
    list-style: none;
    padding: 0px 14px;
    margin: 50px 0;
}

.app-sidebar .sidebar-menu li {
    display: block;
    margin-bottom: 10px;
}

.app-sidebar .sidebar-menu li.active>a.menu-link {
    background: #fe1449;
    color: #fff;
    font-weight: 600;
}

.app-sidebar .sidebar-menu li a.menu-link {
    padding: 10px 18px;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    -webkit-transition: .14s ease;
    transition: .14s ease;
    position: relative
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
    background: #000;
}

.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
    margin-right: 10px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    vertical-align: -1px;
}

.app-header {
    top: 0px;
    left: 280px;
    right: 0px;
    z-index: 1003;
    background: #0c0c0c;
    border-left: 1px solid #202020;
    height: 100px;
    position: fixed;
}

.app-header .row-100 {
    height: 100px;
}

.app-header .col-100 {
    max-height: 100px !important;
}

.app-header .hea-ann-title {
    border-radius: 10px;
    padding: 14px 30px;
    background: #FFAB5A;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.app-header .header-btn {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    line-height: 37px;
    text-decoration: none;
}

.app-header .header-btn:hover .icon {
    background: #fff;
    color: #185BDC;
    opacity: 1;
}

.app-header .header-btn .icon {
    height: 45px;
    display: inline-block;
    width: 45px;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    vertical-align: -2px;
    border-radius: 9px;
    background: #202020;
    border: 1px solid #20202020;
    color: #fff;
    margin-right: 8px;
    -webkit-transition: .14s ease;
    transition: .14s ease;
    opacity: .7;
}

.app-header .header-btn .icon.logout {
    background-color: #ec3e7240;
    color: #fb3f77;
    border-color: #fb3f7740
}

.app-header .header-btn .icon.logout:hover {
    background-color: #fb3f77;
    color: #fff;
    border-color: #fb3f77
}

.d-card p {
    color: #fff
}

.d-card .d-card-head {
    background: linear-gradient(to right, #fe1449, #0c0c0c) #fe1449;
    padding: 8px 4px 8px 4px;
    margin: 0 32px;
    font-weight: 500;
    color: #fff;
    font-size: 19px;
    border-radius: 0 0 10px 10px;
    text-align: center
}

.d-card .d-card-head i {
    color: #fff;
    margin-right: 5px
}

.d-card.d-pad {
    padding: 34px 30px;
}

.d-card.d-pad-2 {
    padding: 20px 30px;
}

.app-content {
    background-color: #000;
    padding-left: 280px;
    padding-top: 100px;
    padding-bottom: 30px;
}

.u-stats {
    position: relative;
    margin: 40px 0;
}

.u-stats>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.u-stats>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.u-stats .us-item {
    border-radius: 18px;
    background-color: #0c0c0c;
    color: #fff;
    padding: 25px 40px 25px 30px;
    position: relative;
}

.u-stats .us-item::before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-image: url(https://storage.perfectcdn.com/oy3pj0/b0z4szcot8lg0rp9.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: .3;
}

.u-stats .us-item.us-item-a {
    border-bottom: 3px solid #71B945
}

.u-stats .us-item.us-item-b {
    border-bottom: 3px solid #544DFC
}

.u-stats .us-item.us-item-c {
    border-bottom: 3px solid #FF8A4D
}

.u-stats .us-item.us-item-d {
    border-bottom: 3px solid #EE3E52
}

.u-stats .us-item:hover .us-item--icon {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.u-stats .us-item .us-item--icon {
    height: 80px;
    width: 80px;
    line-height: 77px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    -webkit-transition: .15s ease;
    transition: .15s ease;
}

.u-stats .us-item .us-item--icon .us-item--icon-img {
    width: auto;
    height: 60%;
}

.u-stats .us-item .ui-title {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.u-stats .us-item .ui-text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.alert {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 30px;
}

.alert.alert-success {
    background-color: #C8F2DD;
    color: #24CA7A !important;
}

.alert.alert-danger {
    background-color: #ec3e7240;
    color: #fb3f77;
    padding: 7px 30px;
    width: max-content
}

.services-search {
    position: relative;
}

.services-search .ss-input {
    position: relative;
    height: 62px;
    border-radius: 10px;
    background: #0c0c0c;
    border: 1px solid #101010;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    color: #C9C9C9;
    padding: 0 30px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.services-search .ss-input:focus {
    border: 1px solid #101010;
    outline: none;
}

.table td {
    border-bottom: 2px solid #E5E7E8;
}

.table td,
.table th {
    border-top: none;
}

.table thead {
    font-size: 14px;
    color: #576591;
    font-weight: 600;
}

.table tbody {
    font-size: 16px;
    color: #464E77;
    letter-spacing: .2px;
    font-weight: 400;
}

.table thead.white {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: #202020!important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #202020!important;
}

.m-t-md strong {
    color: #fff
}

.services-header {
    border: none;
}

.services-header td {
    border: none;
}

.services-header .services-title {
    border-radius: 10px;
    background: #413EFF;
    min-height: 52px;
    font-size: 16px;
    padding: 11px 24px;
    line-height: 30px;
    font-weight: 600;
    width: 100%;
    color: #fff;
}

.home-ss-tabs .home-ss-tab {
    position: relative;
    cursor: pointer;
    background: transparent;
    color: #464E77;
    padding: 20px 20px;
    border-radius: 16px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin-bottom: 14px;
}

.home-ss-tabs .home-ss-tab .fa-minus {
    display: none;
}

.home-ss-tabs .home-ss-tab.active {
    background: #185BDC;
    color: #fff;
}

.home-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
    color: #fff;
}

.home-ss-tabs .home-ss-tab.active .fa-minus {
    display: block;
}

.home-ss-tabs .home-ss-tab.active .fa-plus {
    display: none;
}

.home-ss-tabs .home-ss-tab .ss-tab-head {
    font-size: 18px;
    font-weight: bold;
}

.home-ss-tabs .home-ss-tab .ss-tab-head .right-p {
    color: #464E77;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.home-ss-tabs .home-ss-tab .ss-tab-content {
    display: none;
    padding-top: 12px;
    font-size: 14px;
    padding-bottom: 8px;
}

.tos-page .tos-nav-btn {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    -webkit-transition: .13s ease;
    transition: .13s ease;
    background-color: #fff;
    color: #185BDC;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 18px;
}

.tos-page .tos-nav-btn span {
    display: none;
    font-size: 15px;
    padding: 0 20px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.tos-page .tos-nav-btn:hover {
    background-color: #d5e0f7;
}

.tos-page .tos-nav-btn.active {
    background-color: #185BDC;
    color: #fff;
    padding: 0 14px;
}

.tos-page .tos-nav-btn.active span {
    display: inline-block;
}

.tos-page .tos-tabs {
    line-height: 170%;
}

.tos-page .tos-tabs .tos-tab {
    display: none;
}

.tos-page .tos-tabs .tos-tab.active {
    display: block;
}

pre.code {
    color: #fe1449 !important;
    background: #fe144915 !important;
    border-radius: 5px;
    padding: 10px;
}

.up-action {
    padding: 8px 10px;
    color: #fff;
    background: #192139;
    border-radius: 5px;
    width: 100%;
    min-width: 150px;
    text-align: center;
    margin-top: 10px
}

.updates-area .card {
    background-color: #192139!important
}

.updates-area .card h4 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #fff
}

.up-action.p-down {
    background: #3ad89e
}

.up-action.p-downd {
    background: #10a76f;
}

.up-action.p-up {
    background: #ff7543
}

.up-action.p-delete {
    background: #f93e66
}

.up-action.p-min {
    background: #4a5cf6
}

.up-action.p-min-y {
    background: #8390ff
}

.up-action.p-max {
    background: #ce7bf5
}

.up-action.p-max-y {
    background: #b933f7
}

.up-time {
    font-size: 13px;
    color: #ccc!important;
}

.dropdown-menu {
    width: 100%;
    padding: 0;
    max-height: 43.6vh;
    overflow-y: scroll;
    border: none!important;
    margin-top: 15px
}

#order-sItem,
#order-cItem {
    white-space: inherit;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    background: #202020;
    border: 1px solid #101010;
    color: #fff;
    text-align: left;
    width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
    background: #101010
}

#order-category,
#order-services {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#order-category,
#order-services {
    width: 85%;
    overflow-x: hidden;
    position: absolute;
    line-height: 15px;
    height: 24px;
    font-size: 14px;
}

.dropdown button {
    background: #202020;
    border-top: none!important;
    color: #fff
}

.dropdown button:hover,
.dropdown button:focus {
    outline: none;
    box-shadow: none;
    color: #fff
}

.dropdown-menu {
    transform: translate3d(0, 50px, 0px)!important;
}

.fab.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important;
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    background-clip: text;
    font-size: 14px;
    padding: 2.4px;
    border-radius: 5px;
    color: #FFF;
    font-weight: lighter;
    margin-right: 10px;
}

.fab.fa-facebook-square {
    background: #207eff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 18px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
}

.fab.fa-youtube {
    background: #ff0042;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-twitter {
    background: #1da1f2;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-telegram-plane {
    background: #2b9fd2;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-soundcloud {
    background: #ff5836;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-spotify {
    background: #62ffa2;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-twitch {
    background: #e600ff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}


.fab.fa-reddit {
    background: #FF4500;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}
.fab.fa-kick {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-kick:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/usgibui294bxd7aj.png);
        position: absolute;
    top: 3px;
}
.fab.fa-shopee {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-shopee:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/rq3rqjqs8yowjwx1.png);
        position: absolute;
    top: 3px;
}
.fab.fa-instagram {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-instagram:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/524o1cdtcnh5sypy.png);
        position: absolute;
    top: 3px;
}
.fab.fa-reddit {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-reddit:before,.fab.fa-instagram:before,.fab.fa-google-plus:before,.fab.fa-quora:before,.fab.fa-deezer:before  {content: unset;}
.fab.fa-reddit:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/q874sobr2dj3lnr8.png);
        position: absolute;
    top: 3px;
}



.fab.fa-google-plus {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-google-plus:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/ei78d80fbo6y8tqo.png);
        position: absolute;
    top: 3px;
}

.fab.fa-deezer {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-deezer:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/4thwqx2fpumgki80.png);
        position: absolute;
    top: 3px;
}

.fab.fa-whatsapp {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-whatsapp:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/qriotcyq93j7acu5.png);
        position: absolute;
    top: 3px;
}

.fab.fa-quora {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-quora:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/nt9326ftfbhaz46b.png);
        position: absolute;
    top: 3px;
}

.fab.fa-kwai {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-kwai:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/l92dqbmuqx0ekgfh.png);
        position: absolute;
    top: 3px;
}

.fab.fa-bigo {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-bigo:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/8o0yrd5msqk117j9.png);
        position: absolute;
    top: 3px;
}

.fab.fa-audiomack {
width: 17px;
height: 17px;
    margin-right: 10px;
    position: relative;
}
.fab.fa-audiomack:after {
    content: url(https://storage.perfectcdn.com/oy3pj0/nn80xy2dsh34pnzi.png);
        position: absolute;
    top: 3px;
}

.fab.fa-pinterest-p {
    background: #ff5858;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fa.fa-music {
    background: #f8004d;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-tiktok {
    background: #f8004d;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fas.fa-globe {
    /* background: #1a1a1a; */
    background-color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fas.fa-stream {
    background: #ccc;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.fab.fa-hotjar {
    background: #ff0000;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}
.fs-discord i {
    color: #535fee;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
}
.table.table-service thead th {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1D2A48;
}

.table.table-service tr,
.table.table-service td {
    border: none;
    color: #fff;
}

.table.table-service .table-service-title {
    position: relative;
}

.table.table-service .table-s-item {
    background: #0F1728;
    border-radius: 15px;
    color: #fff;
}

.tservices-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -6px;
}

.tservices-row>* {
    padding: 0 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: center;
}

.tservices-row .tservice-id {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.tservices-row .tservice-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.tservice-head {
    padding: 14px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #202020;
    font-weight: 600;
}

.service-title {
    background: #fe1449;
    border-radius: 10px;
    padding: 16px 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 149.9%;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-id-box {
    width: 50px;
    height: 30px;
    border-radius: 7px;
    background: #fe1449;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-item {
    padding: 13px 20px;
    background: #202020;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

.t-service-m-title {
    display: none;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.modal-header {
    background: #fe1449;
    border-color: #141A2E
}

.modal-content {
    border: none
}

.modal-title {
    font-size: 14px;
    color: #fff
}

.modal-body {
    background: #0c0c0c;
    color: #fff;
    font-size: 14px
}

.modal-footer {
    background: #0c0c0c;
    border-color: #202020
}

.services-search {
    position: relative;
}

.services-search .ss-input {
    position: relative;
    height: 50px;
    border-radius: 10px;
    background: #202020;
    border: 1px solid #101010;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    color: #C9C9C9;
    padding: 0 30px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.services-search .ss-input:focus {
    border: 1px solid #101010;
    outline: none;
}

.orderNav li a {
    background-color: #202020;
    color: #fff;
    padding: 12px 8px;
    font-size: 11px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .15s ease;
    transition: .15s ease;
    min-height: 40px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    text-decoration: none
}

.orderNav li a.active,
.orderNav li a:hover {
    background: #fe1449;
    color: #fff
}

.orderNav li:last-child {
    margin-left: auto;
}

.dfb-search {
    background-color: #e9e9e9;
    color: #fff;
    font-size: 11px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .15s ease;
    transition: .15s ease;
    min-height: 40px;
    position: relative;
    overflow: hidden;
}

.dfb-search .dfb-input {
    width: calc(100% - 40px);
    background: #202020;
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    padding: 0 14px;
    min-width: 250px
}

.dfb-search i {
    color: #fff
}

.dfb-search .dfb-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: #fe1449;
    color: #fff;
}

.table td {
    border-color: #202020!important;
    color: #fff;
    font-size: 13px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #202020;
}

.app-mtable .app-block:nth-child(odd) {
    background: #202020;
}

.order-status {
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    padding: 5px 7px;
    background: #01B713;
    border-radius: 15px;
    text-align: center;
}

.order-status.os-cancel {
    color: #fff;
    background: #dc3545;
}

.order-status.os-partial {
    color: #fff;
    background: #4A629C;
}

.order-status.os-iprogress {
    color: #fff;
    background: #FF5C00;
}

.order-status.os-processing {
    color: #fff;
    background: #5048eb;
}

.order-status.os-pending {
    color: #fff;
    background: #ffc107;
}

.ticket-message-right .ticket-message {
    font-size: 13px;
    background: #3d0d18;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.ticket-message-left .ticket-message {
    font-size: 13px;
    background: #fe1449;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.info strong {
    color: #fff
}

.dash-sss .sss-tab {
    position: relative;
    cursor: pointer;
    background: transparent;
    color: #fff;
    background-color: #202020;
    padding: 28px 20px 28px 20px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin-bottom: 14px;
    border-radius: 12px;
}

.dash-sss .sss-tab .fa-chevron-down {
    display: none;
}

.dash-sss .sss-tab.active {
    background: #fe1449;
    color: #fff;
}

.dash-sss .sss-tab.active .sss-htab {
    color: #fff;
}

.dash-sss .sss-tab.active .sss-htab .right-p {
    color: #fff;
}

.dash-sss .sss-tab.active .fa-chevron-down {
    display: block;
}

.dash-sss .sss-tab.active .fa-chevron-up {
    display: none;
}

.dash-sss .sss-tab .sss-htab {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.dash-sss .sss-tab .sss-htab .right-p {
    color: #fff;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
}

.dash-sss .sss-tab .ss-tab-content {
    display: none;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 8px;
}

.dashboard-head {
  background-image: url(https://storage.perfectcdn.com/oy3pj0/hu272n71qf58om9q.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0c0c0c;
  margin-top: 30px;
  border-radius: 18px
}

.dashboard-head .dhead-content {
  padding: 40px;
}

.dashboard-head .dhead-content .dhead-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.dashboard-head .dhead-content .dhead-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff
}

.panel-body {
    background: #202020;
    border-radius: 7px;
    padding: 10px;
    color: #fff;
    font-size: 13px
}

.read-text h3 {
    color: #fff
}


.ref-item {
    border-bottom: 1px solid #202020;
    padding: 15px 0;
    color: #fff
}

.ref-item.d-blue {
    background: #202020;
    border-radius: 25px;
    padding: 15px 25px;
    color: #fff
}

.ref-item i {
    color: #fe1449;
    font-size: 20px;
}

.ref-item .the-title {
    font-weight: bold
}

.rep-title h3 {
    font-size: 18px;
    font-weight: 600
}

.dh-noti .dh-item {
  padding: 10px 30px;
  background: #202020;
  border-radius: 7px 7px 0 0;
  position: relative;
  margin-bottom: 30px;
}

.dh-noti .dh-item::after {
  content: '';
  background: #20BA5E;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 2px;
}

.dh-noti .dh-item.dh-ig .dh-item--icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#FE8431), to(#FF026F)) #FF026F;
  background: linear-gradient(to top, #FE8431, #FF026F) #FF026F;
}

.dh-noti .dh-item.dh-ig::after {
  background: -webkit-gradient(linear, right top, left top, from(#FE8431), to(#FF026F)) #FF026F;
  background: linear-gradient(to left, #FE8431, #FF026F) #FF026F;
}

.dh-noti .dh-item.dh-tw .dh-item--icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#15A2FC), to(#1ED2FF)) #15A2FC;
  background: linear-gradient(to top, #15A2FC, #1ED2FF) #15A2FC;
}

.dh-noti .dh-item.dh-tw::after {
  background: #1ED2FF;
}

.dh-noti .dh-item.dh-yt .dh-item--icon {
  background: #FF0028;
}

.dh-noti .dh-item.dh-yt::after {
  background: #FF0028;
}

.dh-noti .dh-item.dh-ma .dh-item--icon {
  background: -webkit-gradient(linear, left bottom, left top, from(#228F4E), to(#20C161)) #20C161;
  background: linear-gradient(to top, #228F4E, #20C161) #20C161;
}

.dh-noti .dh-item.dh-ma::after {
  background: -webkit-gradient(linear, left top, right top, from(#228F4E), to(#20C161)) #20C161;
  background: linear-gradient(to right, #228F4E, #20C161) #20C161;
}

.dh-noti .dh-item .dh-item--icon {
  border-radius: 14px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #20BA5E;
  color: #fff;
  font-size: 32px;
}

.dh-noti .dh-item .dh-item--title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 7px;
}

.dh-noti .dh-item .dh-item--text {
  font-size: 14px;
  color: #ccc;
}


@media (max-width: 767.98px) {
    .orderNav li {
        width: 49%;
        margin: 0 1%;
        margin-right: auto!important;
    }
    .table-mobile-cards thead {
        display: none;
    }
    .table-mobile-cards tr {
        border: none;
    }
    .table-mobile-cards tr.table-mobile-card {
        display: block;
        border-radius: 10px;
        border: 1px solid #eee;
        padding: 14px 24px;
        margin-bottom: 24px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .table-mobile-cards tr.table-mobile-card td {
        display: block;
        border: none;
        padding: 0px;
    }
    .table-mobile-cards tr.table-mobile-card td+td {
        margin-top: 12px;
    }
    .table-mobile-cards tr.table-mobile-card td::before {
        content: attr(data-title);
        font-size: 14px;
        color: #c2c5d6;
        font-weight: 500;
        display: block;
    }
    .app-sidebar {
        left: -100px;
    }
    .app-sidebar.sidebar-inact {
        width: 280px;
        left: 0px;
    }
    .app-sidebar.sidebar-inact .close-sidebar-btn {
        display: block;
    }
    .app-sidebar.sidebar-inact .sidebar-header .logo-lg {
        display: inline-block;
    }
    .app-sidebar.sidebar-inact .sidebar-header .logo-sm {
        display: none;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
        padding: 13px 18px;
        text-align: left;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
        width: 24px;
        height: 24px;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
        display: inline-block;
    }
    .app-sidebar .sidebar-header .logo-lg {
        display: none;
    }
    .app-sidebar .sidebar-header .logo-sm {
        display: inline-block;
    }
    .app-sidebar .sidebar-menu li a.menu-link {
        padding: 10px 0px;
        text-align: center;
    }
    .app-sidebar .sidebar-menu li a.menu-link .menu-icon {
        width: 100%;
    }
    .app-sidebar .sidebar-menu li a.menu-link .menu-text {
        display: none;
    }
    .app-content {
        padding-left: 0px !important;
    }
    .app-header {
        left: 0px !important;
    }
    .alert.alert-danger {
        width: 100%
    }

    .app-mtable .app-block {
        padding: 5px 0;
        display: block;
        background: #101010;
        margin-bottom: 10px;
        border-radius: 10px;
        border-bottom: 2px solid #fe1449;
    }
    .table td {
        border: none
    }
    .app-mtable .app-block .app-col {
        margin-bottom: 5px;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        display: flex;
        align-items: center;
        font-size: 11px;
        padding: 2px 16px;
    }
    .app-mtable .app-block .app-col:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: 700;
        text-transform: uppercase;
        color: #A8AFD9;
        display: block;
    }
    .app-mtable .thead-tr {
        display: none
    }
    .app-mtable .thead-tr {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .app-sidebar {
        width: 80px;
    }
    .app-sidebar.sidebar-inact {
        width: 280px;
    }
    .app-sidebar.sidebar-inact .close-sidebar-btn {
        display: block;
    }
    .app-sidebar.sidebar-inact .sidebar-header .logo-lg {
        display: inline-block;
    }
    .app-sidebar.sidebar-inact .sidebar-header .logo-sm {
        display: none;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
        padding: 13px 18px;
        text-align: left;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
        width: 24px;
        height: 24px;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
        display: inline-block;
    }
    .app-sidebar .sidebar-header .logo-lg {
        display: none;
    }
    .app-sidebar .sidebar-header .logo-sm {
        display: inline-block;
    }
    .app-sidebar .sidebar-menu li a.menu-link {
        padding: 10px 0px;
        text-align: center;
    }
    .app-sidebar .sidebar-menu li a.menu-link .menu-icon {
        width: 100%;
    }
    .app-sidebar .sidebar-menu li a.menu-link .menu-text {
        display: none;
    }
    .app-content {
        padding-left: 80px;
    }
    .app-header {
        left: 80px;
    }
}

@media (max-width: 991.98px) {
    .services-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services-all .service-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .service-id-box {
        margin: auto
    }
    .tservice-head {
        display: none;
    }
    .t-service-m-title {
        display: block;
    }
    .tservices-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tservices-row>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: 10px 0;
    }
    .tservices-row .tservice-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .tservices-row .tservice-des {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .tservices-row .tservice-id {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
    }
}

@media (min-width: 1199.98px) {
    .app-sidebar.sidebar-inact {
        width: 80px;
    }
    .app-sidebar.sidebar-inact .sidebar-header .logo-lg {
        display: none;
    }
    .app-sidebar.sidebar-inact .sidebar-header .logo-sm {
        display: inline-block;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
        padding: 13px 0px;
        text-align: center;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
        width: 100%;
    }
    .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
        display: none;
    }
    .app-content.sidebar-inact {
        padding-left: 80px;
    }
    .app-header.sidebar-inact {
        left: 80px;
    }
}

.help-block.min-max {
    color: #fe1449 !important;
    background: #fe144915 !important;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px
}

#field-orderform-fields-quantity {
    margin-bottom: 10px
}

.form-control:hover,
.form-control:focus {
    color: #fff!important
}
.select2-container--default .select2-selection--single {
    border: 1px solid #000000!important;
    border-radius: 4px!important;
    background: #202020!important;
    border-top: none !important;
    color: #fff!important;
}
.select2-results__option a {
    color: #ffffff!important;
}
.select2-dropdown {
    background-color: #202020!important;
    }
.dropdown-menu {
    background-color: #202020!important;
   }
.dropdown-menu {
    transform: translate3d(0, 0px, 0px) !important;
}span.fas.fa-search, .fas.fa-times {
    color: #d7123f;
  
}
.tickets-uploader,
.tickets-uploader * {
  color: white !important;
}

.tickets-uploader svg {
  fill: #ff0d49 !important;
}
