@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/*
font-family: 'Dela Gothic One', cursive;
font-family: 'Montserrat', sans-serif;
*/


:root {
    --orange-brand: #1da1f2;
    --primary-color: #1da1f2;
    --white: #fff;
    --black: #232323;
    --bg-nav-no-auth: #0b1e29;
    --bg-section: #0b1e29;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

ul{
    margin: 0;
    padding: 0;
}

body {
    background: #030f16;
}

.no_auth_body{
    background: #06151e;
}

body.light .container-fluid,
body.dark .container-fluid {
    padding: 0 15px;
}

.hidden {
    display: none !important;
}

::-webkit-input-placeholder {
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

::-ms-input-placeholder {
    color: #ccc !important;
}

::placeholder {
    color: #ccc !important;
}

::placeholder {
    color: #a8afd9;
}

.main-color {
    color: var(--primary-color) !important;
}

*:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.table td,
.table th {
    padding: 0.75rem 0.5rem;
}



.app-container {
    position: relative;
}

.app-container .btn {
    padding: 16px 28px;
}

.app-container .btn.btn-outline {
    padding: 12px 26px;
}

.app-container .app-sidebar {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    width: 300px;
    height: 100vh;
    left: 0px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1020;
    background: linear-gradient(#0b1e29,#0b1e29),url(https://cdn.mypanel.link/3u72hm/8locr5i1fypb1m4x.png);
}

.app-container .app-sidebar .logo-lg {
    display: inline-block;
}

.app-container .app-sidebar .logo-sm {
    display: none;
}

.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: 47px;
}

.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-header .sh-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 125px;
    background: #0b1e29;
    border-radius: 0 0 50px 50px;
    z-index: 0;
}

.app-sidebar .sidebar-header .app-user {
    position: relative;
    padding: 20px 15px;
    background: #0b1e29;
    margin-top: 15px;
}

.app-sidebar .sidebar-header .app-user .user-name {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.app-container .app-sidebar .sidebar-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 40px;
}

.app-container .app-sidebar .sidebar-content {
    overflow-y: auto;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar {
    width: 0;
    border-radius: 2px;
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-track {
    background: var(--bg-section);
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
    background: var(--bg-section);
}

.app-container .app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
    background: var(--bg-section);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu {
    margin: 20px 0;
    padding: 0px;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a {
    background: var(--orange-brand);
    color: #fff !important;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a:hover {
    background: var(--primary-color);
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px;
    margin: 0px 15px;
    border-radius: 5px;
    border-left: 5px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a:hover {
    background: #404040;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li a .m-icon {
    text-align: center;
    color: #fff;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu>li.active a .m-icon {
    color: #fff;
}

.app-container .app-sidebar .sidebar-content .sidebar-menu a.main-dd-top::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 25px;
}

.app-container .app-header {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background: #13132b;
    left: 300px;
    height: 65px;
    right: 0px;
    position: fixed;
    z-index: 1000;
}

.app-container .app-header .dash-menu-btn {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.app-container .app-header .dash-menu-btn i{
    color: #fff!important;
}
.app-container .app-header .row-80 {
    height: 65px;
    background: var(--bg-nav-no-auth);
    color: #fff;
}

.app-container .app-header .col-100 {
    max-height: 100px !important;
}

.app-header .header-btn {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    line-height: 37px;
    text-decoration: none;
}

.app-header .header-btn:hover .icon {
    background: #fff;
    color: #030f16;
    opacity: 1;
}

.app-header .header-btn .icon {
    height: 34px;
    display: inline-block;
    width: 34px;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    border-radius: 9px;
    color: #fff;
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
}

.app-container .app-content {
    position: relative;
    padding-left: 300px;
    padding-top: 100px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    padding-bottom: 100px;
}

.d-card {
    border-radius: 12.56px;
    background-color: var(--bg-nav-no-auth);
    border: 1px solid var(--bg-nav-no-auth);
    color: #fff;
}

.d-card.dc-dash {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    background-color: #0b1e29;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.d-card.dc-dash::before {
    content: "";
    position: absolute;
    height: 60%;
    background: var(--orange-brand);
    width: 5px;
    left: -1px;
    z-index: 2;
    top: 20px;
}

.d-card.dc-dash .dch-title {
    font-size: 18px;
    font-weight: 600;
}

.d-card.dc-dash .dch-text {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

.d-card .d-card-body {
    padding: 24px 15px 34px 15px;
}

.d-card.d-pad {
    padding: 34px 30px;
}

.d-card.d-pad-2 {
    padding: 20px 30px;
}

.d-card.dc-home-1 {
    background-image: url(../img/hh-bg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 200%;
    background-color: #185bdc;
    color: #fff;
    background-blend-mode: overlay;
}

.d-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #030f16;
}

.d-card-head .dch-body {
    background: transparent !important;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #626d77;
    padding: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.d-card-head .dch-body .icon {
    width: 50px;
    height: 50px;
    background: var(--orange-brand);
    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;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.form-group .form-control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 9px;
    background: #030f16;
    border: none;
    color: #fff;
}

.form-group label {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-icon {
    background-color: var(--orange-brand);
    padding: 2px 12px;
    border-radius: 5px 0 0 5px;
    outline: 0;
    border-right: 0 !important;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    border: 1px solid var(--primary-color);
    width: 43px;
}

.form-group .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.form-group .form-control::placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
    background: #20c060 !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
    background: #20c060 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
    background: var(--primary-color) !important;
    color: #fff;
    outline: none;
    border: none;
    text-align: center;
    width: 52px;
    border-radius: 0;
}

.form-group .input-group .input-group-prepend .input-group-text i {
    width: 100%;
    text-align: center;
}

.form-group label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}

.panel-body {
    background-color: #030f16;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    max-height: 300px;
    overflow-y: scroll;
    border-radius: 5px;
}

.alert {
    border-radius: 10px;
    border: 0px !important;
    padding: 16px 20px;
    font-weight: 600;
}

.alert.alert-success {
    border: none;
    background-color: #3ebe65;
    color: #0f0122;
}

.alert.alert-danger {
    border-color: #dc2929;
    color: #100122;
}

.app-news {
    max-height: 600px;
    overflow-y: scroll;
}

.table td {
    border-top: none;
    border-bottom: 2px solid #e6e6e6 !important;
}

.table thead {
    font-size: 15px;
    color: #141622;
    font-weight: 600;
}

.table thead.white {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    background: var(--orange-brand) !important;
}

.table tbody {
    font-size: 16px;
    color: #141622;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #1b1e42 !important;
}

#papara code {
    font-family: "Montserrat", -apple-system, BlinappacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
}

pre.code {
    background: #030f16;
    color: var(--primary-color);
    border-radius: 10px;
    padding: 15px;
}

.frgpass {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.frgpass:hover {
    color: var(--primary-color);
}

.clearfix {
    clear: both;
}

.close-sidebar-btn {
    position: absolute;
    top: 20px;
    right: -50px;
    height: 50px;
    width: 50px;
    color: #fff;
    background: var(--bg-nav-no-auth);
    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: var(--primary-color);
    display: none;
    cursor: pointer;
}

.app-navbar {
    display: none;
    height: 70px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #141622;
    position: fixed;
    z-index: 1000;
    padding: 0 30px;
}

.app-navbar>.row {
    height: 70px;
}

.app-navbar .navbar-mid-icon {
    margin-top: -40px;
}

.app-navbar a.active .navbar-icon {
    -webkit-filter: inherit;
    filter: inherit;
}

.app-navbar a.active .navbar-texts {
    color: #20824c;
}

.app-navbar .navbar-icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.app-navbar .navbar-texts {
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-top: 6px;
}

.dashcards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-status {
    font-size: 10px;
    line-height: 20px;
    color: #01b713;
    padding: 5px 7px;
    border: 1px solid #01b713;
    border-radius: 15px;
    text-align: center;
}

.order-status.os-cancel {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.order-status.os-partial {
    color: #4a629c;
    border: 1px solid #4a629c;
}

.order-status.os-iprogress {
    color: #ff5c00;
    border: 1px solid #ff5c00;
}

.order-status.os-processing {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.order-status.os-pending {
    color: #ffc107;
    border: 1px solid #ffc107;
}

.dropdown-menu {
    width: 100%;
    padding: 0;
    max-height: 58.599999999999994vh;
    overflow-y: scroll;
    border: none !important;
}

#order-sItem,
#order-cItem {
    white-space: inherit;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    background: #030f16;
    border-bottom: 1px solid #4d618d;
    color: #fff;
    text-align: left;
    width: 100%;
}

#order-sItem:hover,
#order-cItem:hover {
    background: var(--bg-section);
}

#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: 16px;
}

.dropdown button {
    background: #fff;
    border-top: none !important;
    color: #081521;
}

.dropdown button:hover,
.dropdown button:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-menu {
    transform: translate3d(0px, 47px, 0px) !important;
}

.dropdown .fab.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%);
    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: 16px;
    padding: 2.4px;
    border-radius: 5px;
    color: #fff;
    font-weight: lighter;
    margin-right: 10px;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .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;
}

.dropdown .fas.fa-globe {
    background: #32cdff;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.dropdown .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;
}

.dropdown .fab.fa-snapchat-ghost {
    background: #FFFC00;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 17px;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 10px;
}

.dropdown .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;
}

.bg.bg-attention,
.bg.bg-important,
.bg.bg-awareness,
.bg.bg-announce,
.bg.bg-updates,
.bg.bg-disabledd,
.bg.bg-new,
.bg.bg-super {
    padding: 1px 50px;
    color: #fff;
    white-space: nowrap;
    display: initial;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s ease;
    border-radius: 5px;
    font-size: 12px;
}

.bg.bg-attention {
    background: linear-gradient(-145deg, #aa076b, #61045f);
}

.bg.bg-important {
    background: linear-gradient(-145deg, #c10404, #33001b);
}

.bg.bg-awareness {
    background: linear-gradient(-145deg, #09a741, #15293a);
}

.bg.bg-announce {
    background: linear-gradient(-145deg, #2b8edf, #2b1b38);
}

.bg.bg-updates {
    background: linear-gradient(-145deg, #0f57f9, #1c0040);
}

.bg.bg-super {
    background: linear-gradient(-145deg, #ffc500, #c21500);
}

.bg.bg-new {
    background: linear-gradient(-145deg, #44a08d, #093637);
}

.bg.bg-disabledd {
    background: linear-gradient(-145deg, #ff0000, #860a0a);
}

.app-search input {
    position: relative;
    height: 40px;
    border-radius: 10px;
    background: #45485a;
    border: none;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.app-search input:focus,
.app-search input:hover {
    outline: 0;
    border: 0;
}

.catetitle td strong {
    background-color: var(--orange-brand);
    border-radius: 10px;
    display: block;
    padding: 12px 15px;
    margin: 0 -10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.thead-tr,
.thead-tr th {
    background-color: #45485b;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 7px;
}

.table td {
    border-color: #1b1e42 !important;
    color: #fff;
    font-size: 13px;
}

.table th,
.table thead th,
.catetitle td {
    border: none;
}

.btn.btn-danger {
    background-color: var(--orange-brand);
    border-color: var(--primary-color);
    padding: 5px 10px !important;
    font-size: 12px !important;
    height: auto !important;
    border-radius: 5px !important;
}

.desc-btn {
    background: var(--orange-brand);
    padding: 15px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}

a.desc-btn:hover {
    text-decoration: none;
}

.modal-header {
    background: var(--orange-brand);
    border: none;
}

.modal-title {
    font-size: 13px;
    color: #fff;
}

.modal-content {
    background: var(--bg-section);
}

.modal-body p {
    font-size: 16px;
}

.modal-footer {
    border-color: #1b1e42;
    padding: 5px;
}

.btn-xs {
    padding: 5px;
    font-size: 12px;
}

.app-mtable .app-block:nth-child(odd) {
    background: #06151e !important;
}

.app-search {
    position: relative;
}

.app-search i {
    color: #fff;
}

.app-search .app-ord-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: var(--orange-brand);
    border-radius: 0 10px 10px 0;
    color: #fff;
}

.app-order .btn.btn-refill {
    font-size: 9px !important;
    padding: 1px 5px !important;
    height: auto !important;
    font-weight: 400;
}

.app-ord-nav li a {
    background-color: var(--bg-section);
    color: #fff;
    padding: 12px 8px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    min-height: 40px;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    text-decoration: none;
}

.app-ord-nav li a.active,
.app-ord-nav li a:hover {
    background: var(--orange-brand);
    color: #fff;
    -webkit-box-shadow: 0 0 25px rgb(3 53 194 / 60%);
    box-shadow: 0 0 25px #1da1f2;
}

.app-ord-nav li:last-child {
    margin-left: auto;
}

.app-ord-search {
    background-color: var(--bg-section);
    color: #a8afd9;
    font-size: 11px;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    min-height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.app-ord-search .app-ord-input {
    width: calc(100% - 40px);
    background: transparent;
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    padding: 0 16px;
    min-width: 250px;
}

.app-ord-search i {
    color: #a8afd9;
}

.app-ord-search .app-ord-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: transparent;
    color: #a8afd9;
}

.card {
    margin-bottom: 10px;
    border: none;
    border-radius: 0 !important;
    background-color: var(--bg-section);
    font-size: 11px;
}

.card .card-header {
    padding: 0;
    border: none;
    background-color: var(--bg-section);
    border-radius: 10px;
}

.card .card-header h4 {
    font-size: 16px;
    color: #fff;
}

.card .card-header {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
    border: none;
    padding: 16px 30px;
    text-decoration: none;
}

.card .card-header code {
    font-family: Montserrat, sans-serif;
    color: #4a5cf6 !important;
    font-size: 11px;
}

.card .card-header span {
    font-size: 11px;
    color: #abbcc5;
}

.card .card-header .fa-copy {
    color: #dc3545;
}

.card .card-header a {
    font-size: 11px;
    color: #4a5cf6;
}

.mob-nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    display: none;
}



.dashboard-body .mob-nav,
.light .mob-nav {
    background: #0b1e29;
}

.mob-nav-link {
    -webkit-box-shadow: 0 0 80px rgb(0 34 94 / 50%);
    box-shadow: 0 0 80px rgb(0 34 94 / 50%);
    position: relative;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
}

.mob-nav-link li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 7px 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 0 3px transparent;
    box-shadow: inset 0 3px transparent;
    border-right: 1px solid #ccc;
}

.dashboard-body .mob-nav-link li,
.light .mob-nav-link li {
    border-right: 1px solid var(--orange-brand);
}

.mob-nav-link li:last-child {
    border-right: none;
}

.mob-nav-link li a {
    text-decoration: none !important;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    color: #0a0f1d;
    font-weight: 400;
}

.mob-nav-link li a i {
    color: #0a0f1d;
    font-size: 14px;
    margin-bottom: 5px;
}

.dashboard-body .mob-nav-link li a,
.light .mob-nav-link li a {
    color: #fff;
}

.dashboard-body .mob-nav-link li a i,
.light .mob-nav-link li a i {
    color: #fff;
}

.login-card {
    background: #11052c;
    border-radius: 15px;
}

.login-card .lc-body {
    padding: 34px 38px;
}

.login-card .lc-title {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    position: relative;
}

.login-card .lc-title h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.login-card .lc-title small {
    font-weight: 400;
    font-size: 16px;
    color: #abbcc5;
}

.fga {
    position: relative;
}

.fla {
    margin-bottom: 8px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.control-label {
    margin-bottom: 8px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.fg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 68px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 9px;
    background: #0d1321;
}

.fg.fg-light {
    background: #0b1e29;
    border: 1px solid var(--primary-color);
}

.fg.fg-dark {
    background: #0f1728;
}

.fg .fg-icon {
    border-radius: 8px;
    background: var(--primary-color);
    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;
    height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-size: 18px;
}

.fg .fg-icon.fg-icon-text {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.fg .fg-control {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    color: #afb4bf;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
}

.fg .fg-control::-webkit-input-placeholder {
    color: #626c84;
}

.fg .fg-control:-ms-input-placeholder {
    color: #626c84;
}

.fg .fg-control::-ms-input-placeholder {
    color: #626c84;
}

.fg .fg-control::placeholder {
    color: #626c84;
}

.fg-info {
    font-weight: 700;
    padding-left: 6px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 150%;
    color: #505876;
}

.fcheck input {
    display: none;
    visibility: hidden;
}

.fcheck input[type="checkbox"]:checked+label::before {
    background: var(--primary-color);
    color: #fff;
}

.fcheck label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

.fcheck label::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 900;
    height: 20px;
    width: 20px;
    border: 2px solid var(--orange-brand);
    color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    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;
    margin-right: 8px;
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
}

.head-menu .menu-btn {
    height: 60px;
    border-radius: 5px;
    background-color: var(--orange-brand);
    padding: 10px 30px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
}

.head-menu .menu-btn:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.head-menu .menu-btn .mb-icon {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #030f16;
    font-size: 20px;
    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;
    margin-right: 18px;
}

.head-text h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
}

.head-text h1 span {
    font-weight: 700;
}

.head-text p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.header {
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
    margin-top: 15px;
}

.header .site-name img {
    height: 50px;
}

.header .header-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header .header-menu ul li {
    display: inline-block;
    padding: 0 10px;
}

.header .header-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    position: relative;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.header .header-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.header .head-menu .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 400;
}

.header .head-menu .btn.btn-primary {
    -webkit-box-shadow: 0px 3px 20px rgb(75 97 240 / 70%);
    box-shadow: 0px 3px 20px rgb(75 97 240 / 70%);
}

.header .head-menu .btn.btn-secondary {
    -webkit-box-shadow: 0px 3px 20px rgb(1 203 99 / 70%);
    box-shadow: 0px 3px 20px rgb(1 203 99 / 70%);
}

.main-stats {
    padding: 75px 0 0 0;
    font-size: 18px;
}

.main-stats .home-stat.br {
    border-right: 1px solid rgb(0, 0, 0, 0.25);
}

.main-stats .hstat-text {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.main-stats .hstat-title {
    font-size: 16px;
    font-weight: 400;
    color: #abbcc5;
}

.main-stats .home-stat i {
    font-size: 36px;
    background: var(--orange-brand);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px 0 rgb(80 72 235 / 30%);
    box-shadow: 0 5px 20px 0 rgb(222 96 23 / 30%);
}

.home-menu-btn {
    display: none;
}

.home-menu-btn i {
    font-size: 24px;
}

.main-top {
    width: 100%;
    position: relative;
}

.main-top .main-top-real-content {
    z-index: 38;
    position: relative;
}

.main-top .main-top-bg {
    background-image: url(https://cdn.mypanel.link/08ed14/8ku487i2g6bppwkm.png);
    background-size: cover;
    background-position: top center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.main-top .main-top-content {
    z-index: 100;
    position: relative;
    padding: 100px 0 0 0;
    z-index: 33;
}

ul.app-news {
    padding-left: 0;
}

ul.app-news li {
    display: flex;
    margin-bottom: 10px;
}

ul.app-news li .group {
    background-color: #030f16;
    color: #fff;
    padding: 20px 25px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

ul.app-news li .group .title {
    font-size: 16px;
    font-weight: 500;
}

ul.app-news li .group .text {
    color: #a8afd9;
    font-size: 13px;
    line-height: 22px;
    padding: 15px 0;
    border-radius: 3px;
    position: relative;
}

ul.app-news li .group .date {
    font-size: 11px;
}

.pr10 {
    padding-right: 10px !important;
}

ul.app-news li .icon {
    width: 24px;
    height: 24px;
    background: #f3bb4c;
    max-width: 24px;
    min-width: 24px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

ul.app-news li .icon {
    width: 24px;
    height: 24px;
    background: gray;
    border-radius: 100%;
}

ul.app-news li .icon.facebook {
    background: #1877f2;
}

ul.app-news li .icon.twitter {
    background: #1da1f2;
}

ul.app-news li .icon.instagram {
    background: #f00075;
}

ul.app-news li .icon.youtube {
    background: #ff0000;
}

ul.app-news li .icon.twitch {
    background: #9146ff;
}

ul.app-news li .icon.pinterest {
    background: #bd081c;
}

ul.app-news li .icon.linkedin {
    background: #0a66c2;
}

ul.app-news li .icon.google {
    background: #4285f4;
}

ul.app-news li .icon.snapchat {
    background: #fffc00;
    color: #000;
}

ul.app-news li .icon.whatsapp {
    background: #25d366;
}

ul.app-news li .icon.tumblr {
    background: #35465d;
}

.list-inline {
    display: flex;
    margin: auto 0;
    border-top: 1px solid var(--bg-section);
}

.list-inline .list-inline-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    border: none;
}

.list-inline .list-inline-item a {
    position: relative;
    color: #fff;
}

.list-inline .fa-power-off {
    color: var(--orange-brand) !important;
}

.app-user-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 20px 10px;
    background: var(--orange-brand);
    box-shadow: 0 0 15px var(--orange-brand);
    border-radius: 10px;
}

.app-user-info {
    -ms-flex: 1;
    flex: 1;
    align-items: center;
    text-align: left;
}

.app-user-box .app-user-img {
    margin-right: 5px;
    position: relative;
}

.app-user-box .app-user-img a img {
    border-radius: 5px;
}

.app-user-box .app-user-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
}

.app-user-box .app-user-blnce {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.dash-sss .sss-tab {
    position: relative;
    cursor: pointer;
    background: transparent;
    color: #fff;
    background-color: #030f16;
    padding: 20px 20px 10px 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    margin-bottom: 16px;
    border-radius: 12px;
}

.dash-sss .sss-tab .fa-chevron-double-down {
    display: none;
}

.dash-sss .sss-tab.active {
    background: var(--orange-brand);
    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-double-down {
    display: block;
}

.dash-sss .sss-tab.active .fa-chevron-double-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: var(--orange-brand);
    font-size: 24px;
    height: 30px;
    line-height: 20px;
}

.dash-sss .sss-tab .ss-tab-content {
    display: none;
    padding-top: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 170%;
    padding-bottom: 8px;
}

@media (max-width: 767.98px) {
    .home-section {
        padding: 70px 0;
    }

    .btn.btn-lg {
        padding: 18px 40px;
    }

    .btn.btn-lg.btn-outline {
        padding: 16px 40px;
    }

    .header {
        margin-top: 0px;
    }

    .dash-sss .sss-tab .sss-htab {
        font-size: 15px;
        font-weight: 400;
    }
}

@media (max-width: 991.98px) {
    .main-top .main-top-content {
        padding: 0;
    }

    .head-text h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .head-text p {
        font-size: 16px;
        line-height: 18px;
    }

    .main-stats {
        display: none;
    }

    .login-card .lc-body {
        padding: 34px 15px;
    }

    .home-bottom,
    .home-box-2 {
        padding: 0 !important;
    }

    .home-box-3 .footer-top h1 {
        font-size: 24px !important;
    }

    .home-menu-btn {
        display: inline-block;
    }

    .head-menu {
        display: none;
        position: fixed;
        top: 80px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-color: var(--bg-section);
        -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;
    }

    .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: 0.6;
        z-index: 1004;
    }

    .head-menu .bs-btn {
        display: block;
        width: 100%;
    }

    .head-menu .bs-btn+.bs-btn {
        margin-top: 16px;
    }

    .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;
    }
}

.btn {
    border-radius: 0;
    -webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
    transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 5px;
}

.btn.btn-primary {
    background: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
}

.btn.btn-secondary {
    background: #151428;
    color: #fff;
    border: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background: var(--primary-color);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: var(--primary-color) !important;
}

.btn.btn-lg {
    padding: 17px 40px;
}

.btn.btn-lg.btn-outline {
    padding: 17px 40px;
}

.btn.btn-outline {
    background: transparent;
    border: 2px solid #fff;
    padding: 17px 40px;
    color: #fff;
}

.btn.btn-outline:hover {
    background-color: #fff;
    color: var(--bg-section);
}

.btn.btn-dark {
    background: #140635;
    border: none;
}

.hb-box {
    background: #11062f;
    padding: 38px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    transition: 300ms all;
}

.hb-box:hover {
    background: var(--primary-color);
    transform: translateY(-1rem);
    transition: 500ms all;
    cursor: pointer;
}

.hb-box:hover .hb-box-icon {
    background: #fff;
}

.hb-box:hover .hb-box-icon i {
    color: var(--primary-color);
}

.hb-box-icon {
    width: 130px;
    height: 130px;
    background: var(--orange-brand);
    line-height: 130px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 5px 20px 0 rgb(222 96 23 / 30%);
}

.hb-box-icon i {
    line-height: 130px;
    font-size: 42px;
    color: #fff;
}

.hb-box-text h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.hb-box-text p {
    color: #abbcc5;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hb-box-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.hb-box-img img {
    width: 100%;
}

.home-bottom,
.home-box-2 {
    padding: 75px 0;
}

.home-box-2 .detail-box {
    margin: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: 500ms all;
}

.home-box-2 .detail-box:hover {
    transform: translateY(-1rem);
    transition: 500ms all;
}

.home-box-2 .detail-box:hover .dt-icon {
    background: var(--primary-color);
}

.home-box-2 .detail-box:hover .dt-icon i {
    color: #fff;
}

.home-box-2 .detail-box .dt-icon {
    height: 66px;
    width: 66px;
    border: 2px solid #2c2979;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    color: var(--orange-brand);
    font-size: 28px;
    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;
}

.home-box-2 .detail-box .dt-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 4px;
}

.home-box-2 .detail-box .dt-text {
    font-size: 16px;
    line-height: 20px;
    color: #abbcc5;
    margin-bottom: 0px;
}

.home-box-2 .home-phone {
    position: relative;
}

.home-box-2 .home-phone .iphone {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 77px;
    text-align: center;
}

.home-box-3 {
    margin: 75px 0;
}

.home-box-3 .footer-top {
    background: #11062f url(https://cdn.mypanel.link/08ed14/a7eiudlhh7eqjret.png);
    background-repeat: no-repeat;
    background-size: center right;
    padding: 50px 35px;
    border-radius: 15px;
}

.home-box-3 .footer-top h1 {
    font-size: 26px;
    font-weight: 600;
    color: var(--orange-brand);
}

.footer .ft-content {
    padding: 0px 0 30px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon {
    height: 50px;
}

.footer .ft-content .ftc-top .ftc-name .ftc-icon img {
    height: 100%;
}

.footer .ft-content .ftc-top .ftc-name .fct-name {
    font-size: 40px;
    color: #fff;
}

.footer .footer-links {
    font-size: 16px;
}

.footer .footer-links ul {
    list-style: none;
    margin: 0px;
    top: 0px;
    padding: 0px;
}

.footer .footer-links ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer .footer-links ul li a {
    font-weight: 500;
    display: block;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    letter-spacing: 0.4px;
}

.footer .footer-links ul li a:hover {
    color: var(--primary-color);
}

.footer .ft-content-bot {
    padding: 15px 0 0 0;
    border-top: 1px solid #1c1a35;
}

.footer .ft-content-bot .ft-content-bot-text {
    text-align: center;
}

.footer .ft-content-bot .ft-content-bot-text p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.ticket-message-right .ticket-message {
    font-size: 13px;
    background: #030f16;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.ticket-message-left .ticket-message {
    font-size: 13px;
    background: var(--primary-color);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
}

.ref-item {
    border-bottom: 1px solid #1b1e42;
    padding: 15px 0;
}

.ref-item.d-blue {
    border-bottom: 1px solid #1b1e42;
    padding: 15px 25px;
    color: #fff;
}

.ref-item i {
    color: var(--orange-brand);
    font-size: 20px;
}

.ref-item .hlight-first {
    font-weight: 400;
    color: var(--orange-brand);
}

.rep-title h3 {
    font-size: 18px;
    font-weight: 600;
}

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
    .btn.btn-lg {
        padding: 18px 20px;
    }

    .btn.btn-lg.btn-outline {
        padding: 16px 20px;
    }
}

@media screen and (max-width: 991.98px) {

    .home-phone,
    .head-text,
    .head-links {
        display: none;
    }

    .app-logo img {
        height: 45px;
    }

    .app-tos .nav-item.nav-link {
        width: 100%;
    }

    .mob-nav {
        display: block !important;
    }

    .dashboard-head .dhead-content .row-s2>div {
        font-size: 11px;
    }

    .card .card-header span.sname,
    .card .card-header span.sdetails {
        line-height: 20px !important;
    }

    .card .card-header .ordStatus,
    .card .card-header .btn.btn-secondary {
        margin-top: 10px;
    }

    .app-ord-nav li {
        width: 49%;
        margin: 0 1%;
        margin-right: auto !important;
    }

    .orders-btn {
        padding-bottom: 0 !important;
    }

    .for-mobile {
        display: block;
    }

    .app-mtable {
        display: block;
    }

    .app-mtable .app-block {
        padding: 5px 0;
        display: block;
        background: #030f16;
        margin-bottom: 10px;
        border-radius: 10px;
        border-bottom: 2px solid var(--primary-color);
        word-break: break-all;
    }

    .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;
    }

    .catetitle td strong {
        font-size: 16px;
        font-weight: 300;
    }

    .app-navbar {
        display: block !important;
    }

    .orders-btn {
        padding-bottom: 0 !important;
    }

    .footer {
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .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: 16px 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: 16px;
        color: #c2c5d6;
        font-weight: 500;
        display: block;
    }

    .app-navbar {
        display: block;
    }

    .app-container .app-sidebar {
        left: 0px;
        width: 250px !important;
    }

    .app-container .app-sidebar .logo-lg {
        display: none !important;
    }

    .app-container .app-sidebar .logo-sm {
        display: none !important;
    }

    .app-container .app-sidebar .sidebar-content .sidebar-menu {
        margin: 30px 0;
    }

    .app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
        padding: 5px 8px !important;
    }

    .app-container .app-sidebar .sidebar-header {
        padding-bottom: 90px;
        padding-top: 0;
    }

    .app-container .app-sidebar .try-before-buy {
        display: block !important;
    }

    .app-container .app-sidebar .sidebar-footer {
        display: block !important;
    }

    .app-container .app-sidebar .sidebar-user {
        padding: 0 24px;
        margin-top: -72px;
    }

    .app-container .app-sidebar .sidebar-user .app-avatar {
        width: 120px;
    }

    .app-container .app-sidebar .sidebar-user .app-name {
        display: block;
    }

    .app-container .app-sidebar .menu-text {
        visibility: visible !important;
    }

    .app-container .app-header {
        left: 0px !important;
    }

    .app-container .app-content {
        padding-left: 0px !important;
    }

    .app-container.sidebar-action .app-sidebar {
        left: 0px;
    }

    .header .site-name img {
        height: 50px !important;
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding: 0 15px !important;
    }

    .dashboard-head .dhead-content .col-title img {
        display: none;
    }

    .dashboard-head .dhead-content .col-lg.col-12 {
        display: none;
    }

    .dashboard-head .dhead-content .col-title {
        border-right: none;
    }

    .row-top {
        display: none;
    }
}

@media (max-width: 1199.98px) {

    select,
    option {
        -webkit-appearance: none;
    }

    .container-fluid {
        padding: 0 15px !important;
    }

    .app-container .app-sidebar {
        transform: translate(-100%);
    }

    .app-container .app-sidebar .sidebar-content .sidebar-menu {
        margin: 20px 0;
    }

    .app-container .app-sidebar .sidebar-content .sidebar-menu li>a {
        padding: 9px 15px;
    }

    .app-container .app-sidebar .sidebar-header {
        padding-bottom: 4px;
    }

    .app-container .app-sidebar .try-before-buy {
        display: none;
    }

    .app-container .app-sidebar .sidebar-user {
        padding: 20px;
        margin-top: -30px;
    }

    .app-container .app-sidebar .sidebar-user .app-avatar {
        width: 40px;
    }

    .app-container .app-sidebar .sidebar-user .app-welcome {
        display: none;
    }

    .app-container .app-sidebar .sidebar-user .app-name {
        display: none;
    }

    .app-container .app-sidebar .sidebar-user .app-balance {
        display: none;
    }

    .app-container .app-sidebar .menu-text {
        visibility: visible;
    }

    .app-container .app-header {
        left: 0px;
    }

    .app-container .app-header .header-btn {
        min-width: auto;
    }

    .app-container .app-header .header-btn span {
        margin: 0px !important;
    }

    .app-container .app-content {
        padding-left: 0px;
    }

    .sidebar-action .app-sidebar {
        width: 240px;
    }

    .sidebar-action .app-sidebar .logo-lg {
        display: inline-block;
    }

    .sidebar-action .app-sidebar .logo-sm {
        display: none;
    }

    .sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
        margin: 10px 0 30px 0;
    }

    .sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
        padding: 16px 8px;
    }

    .sidebar-action .app-sidebar .try-before-buy {
        display: block;
    }

    .sidebar-action .app-sidebar .sidebar-footer {
        display: block;
    }

    .sidebar-action .app-sidebar .sidebar-user {
        padding: 0 24px;
        margin-top: -50px;
    }

    .sidebar-action .app-sidebar .sidebar-user .app-avatar {
        width: 75px;
    }

    .sidebar-actions .app-sidebar .sidebar-user .app-name {
        display: block;
    }

    .sidebar-actions .app-sidebar .sidebar-user .su-balance {
        display: inline-block;
    }

    .sidebar-actions .app-sidebar .menu-text {
        visibility: visible;
    }

    .sidebar-actions.app-container .app-sidebar {
        transform: translate(0) !important;
    }

    .sidebar-actions .close-sidebar-btn {
        display: block;
    }
}

@media (min-width: 1199.98px) {
    .app-container.sidebar-action .app-user {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar ul li a .menu-text {
        position: absolute;
        box-shadow: 1px 0 16px -4px rgba(0, 0, 0, 0.25);
        background: var(--primary-color);
        color: #fff;
        width: 170px;
        z-index: 99999;
        left: 75px;
        top: 5px;
        border-radius: 10px;
        padding: 5px 15px;
        text-align: center;
        visibility: hidden;
        font-size: 12px;
    }

    .app-container.sidebar-action .app-sidebar ul li a:hover .menu-text {
        visibility: visible;
        left: 88px;
        transition: 100ms;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-content {
        overflow-y: visible;
    }

    .app-container.sidebar-action .app-sidebar {
        width: 80px;
    }

    .app-container.sidebar-action .app-sidebar .logo-lg {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar .logo-sm {
        display: inline-block;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu {
        margin: 20px 0;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-content .sidebar-menu li>a {
        padding: 10px 15px;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-header {
        padding-bottom: 4px;
    }

    .app-container.sidebar-action .app-sidebar .try-before-buy {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-footer {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-user {
        padding: 20px;
        margin-top: -30px;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-user .app-avatar {
        width: 40px;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-user .app-welcome {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-user .app-name {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar .sidebar-user .app-balance {
        display: none;
    }

    .app-container.sidebar-action .app-sidebar .menu-text {
        visibility: hidden;
    }

    .app-container.sidebar-action .app-header {
        left: 80px;
    }

    .app-container.sidebar-action .app-content {
        padding-left: 80px;
    }
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination li {
    display: inline;
}

.pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    background: #185bdc;
    margin-right: 5px;
}

.pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pagination li a.active {
    background-color: #ffab5a;
    color: #fff;
}

.pagination li a:hover:not(.active) {
    background-color: #ffab5a;
}

.help-block.min-max {
    font-size: 10px;
    padding: 4px;
    color: var(--orange-brand);
}

@-webkit-keyframes floating {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes floating {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        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;
    box-shadow: none !important;
}

/* dark mod */

.darkmode {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: 0;
}

.darkmode:focus {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: 0;
}

.darkmode i {
    height: 34px;
    display: inline-block;
    width: 34px;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
}

.darkmode i.fa-moon {
    color: rgb(255 255 255);
}

.darkmode i.fa-sun span {
    color: #fff;
}

.darkmode i.fa-sun {
    color: var(--orange-brand);
}

.darkmode i span {
    color: #404040;
}

body i.fa-sun,
body.light i.fa-sun {
    display: block;
}

body i.fa-moon,
body.light i.fa-moon {
    display: none;
}

body.dark i.fa-sun {
    display: none;
}

body.dark i.fa-moon {
    display: block;
}

body.dark {
    background: #f7f8fc;
}

body.dark .d-card {
    background: #fff;
    color: #232323;
    border: 1px solid #cacaca;
    border-radius: 10px;
    box-shadow: 0 0px 12px #c4c4c4;
}

body.dark .d-card.dc-dash {
    background-image: url(https://cdn.mypanel.link/08ed14/j71568fho1azmq16.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

body.dark .form-group label {
    color: #030f16;
}

body.dark .ticket-message {
    color: #fff;
}

body.dark .table-bordered td,
body.dark .table-bordered th {
    border: 1px solid #ececec !important;
}

body.dark .thead-tr,
body.dark .thead-tr th {
    background-color: #0b1e29;
}

body.dark .d-card-head {
    border-color: #f7f8fc;
}

body.dark .d-card.dc-dash .dch-title,
body.dark .d-card.dc-dash .dch-text {
    color: #030f16;
}

body.dark .d-card-head .dch-body span {
    color: #0b1e29;
}

body.dark .form-group .form-control,
body.dark pre.code {
    background: #dcdcdc;
    color: #232323;
}

body.dark #order-sItem,
body.dark #order-cItem,
body.dark .panel-body {
    background: #f8f7f7;
    color: #030f16;
    border-color: #13132b;
}

body.dark #order-sItem:hover,
body.dark #order-cItem:hover {
    background: #ececec;
}

body.dark ul.app-news li .group,
body.dark .app-search input {
    background: #f8f7f7;
}

body.dark ul.app-news li .group .title,
body.dark ul.app-news li .group .date {
    color: #030f16;
}

body.dark .app-mtable .app-block:nth-child(odd) {
    background: #f8f7f7 !important;
    color: #030f16;
}

body.dark .table td {
    color: #7a83b5;
    border-color: #ececec !important;
}

body.dark .desc-btn {
    color: #fff;
}

body.dark .modal-content {
    background: #fff;
}

body.dark .modal-footer,
body.dark .ref-item {
    border-color: #ececec !important;
}

@media screen and (max-width: 991.98px) {
    body.dark .app-mtable .app-block {
        background: #fff;
    }
}

body.dark .ref-item.d-blue {
    color: #030f16;
}

body.dark .btn.btn-outline {
    border: 2px solid #030f16;
    color: #030f16;
}

body.dark .dash-sss .sss-tab {
    background: #f7f8fc;
}

body.dark .dash-sss .sss-tab .sss-htab,
body.dark .dash-sss .sss-tab .ss-tab-content {
    color: #030f16;
}

body.dark .dash-sss .sss-tab.active {
    background: #ececec;
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination li {
    display: inline;
}

.pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #fff;
    background: var(--bg-section);
    margin-right: 5px;
}

.pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pagination li a.active {
    background-color: var(--primary-color);
    color: #fff;
}

.pagination li a:hover:not(.active) {
    background-color: var(--primary-color);
}

.btn.btn-xs {
    background: var(--orange-brand);
    color: #fff;
    padding: 4px;
    font-size: 9px;
}

#order_count {
    margin: 10px 0 !important;
}

#field-orderform-fields-quantity {
    margin-top: 10px !important;
}

/*
====================================
Custom Code Writed By Coder Yunus
====================================
*/

/* Sign in Page*/
.head-text.sign_pg_title h1 {
    line-height: 1;
    margin-bottom: 15px;
}

.banner-title-inline-images {
    display: inline;
    width: 28px;
}

.head-text.sign_pg_title h1 .make_smaller {
    font-size: 30px;
}

.f-14 {
    font-size: 16px !important;
    line-height: 1.2;
}

.section_title_wrap .small_title {
    color: var(--orange-brand);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1.2px;
}

.section_title_wrap .sec_title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 35px;
}

.section_title_wrap .sec_des {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

/* New Order Page */
.statistics_card .icon {
    width: 70px;
    height: 70px;
    background: var(--orange-brand);
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    color: #fff;
}

.cursor_help {
    cursor: help;
}

.status_card {
    padding: 10px;
    background: #ececec;
    border-radius: 10px;
}

.status_head {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    display: flex;
}

.text_status {
    width: 70%;
}

.amount_status {
    text-align: center;
    width: 28%;
    background: var(--orange-brand);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}

.status_body ul {
    list-style-type: none;
    margin-left: 10px !important;
}

.text_status .text_big {
    font-weight: 900;
    font-size: 25px;
}

.text_status .text_info {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0px;
}

.acStatusModal {
    max-width: 85%;
}

@media (max-width: 800px) {
    .acStatusModal {
        max-width: 98%;
    }
}

.dashboard-body .important_info p,
body.light .important_info p {
    color: #fff !important;
}

.dashboard-body .status_card,
body.light .status_card {
    background: #2d3448a3 !important;
}

.dashboard-body .status_card,
body.light .status_card {
    background: #262940;
}

.dashboard-body .status_head,
body.light .status_head {
    background: var(--bg-section) !important;
}

.dashboard-body .text_big,
body.light .text_big {
    color: #fff !important;
}

.dashboard-body .text_info,
body.light .text_info {
    color: #fff !important;
}

.dashboard-body .status_body ul li,
body.light .status_body ul li {
    color: #fff !important;
}

/* Affiliates Page */
.aff_page_cont h4 {
    font-size: 19px;
    color: var(--orange-brand);
    margin-bottom: 8px;
}

.aff_page_cont p {
    font-size: 16px;
    margin-bottom: 5px;
}

.alert {
    font-size: 12px !important;
}

/* services page */

.filter_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-column-gap: 15px;
    margin-bottom: 15px;
    grid-row-gap: 15px;
}

.btn_filter {
    font-family: "Montserrat", sans-serif;
    padding: 10px 30px;
    font-weight: bold;
    background: var(--white);
    color: #fff;
    border: none;
    border-radius: 10px;
    transition: 0.5s ease;
}

.btn_fb {
    background: #3b5998;
}

.btn_tw {
    background: #1da1f2;
}

.btn_ig {
    background: -moz-linear-gradient(-45deg,
    #5f1db9 0%,
    #bb2c96 50%,
    #f0c33b 100%);
    background: -webkit-linear-gradient(-45deg,
    #5f1db9 0%,
    #bb2c96 50%,
    #f0c33b 100%);
    background: linear-gradient(135deg, #5f1db9 0%, #bb2c96 50%, #f0c33b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f1db9', endColorstr='#f0c33b', GradientType=1);
}

.btn_in {
    background: #1da1f2;
}

.btn_yt {
    background: #ff0000;
}

.btn_tik {
    background: rgb(0, 0, 0);
}

.btn_dis {
    background: #5865F2;
}

.btn_all {
    background: var(--orange-brand);
}

.dark #serv-inp {
    color: #111 !important;
}

.terms_item h2::before {
    content: "➢";
    margin-right: 10px;
}

.terms_item h2 {
    font-size: 28px;

    font-weight: bold;
    color: var(--orange-brand);
}

/*
--------------------
Time line Css
---------------------
*/

/*==================================
TIMELINE
==================================*/

/*-- GENERAL STYLES
------------------------------*/
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

/*----- TIMELINE ITEM -----*/

.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/

.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: var(--orange-brand);
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-marker .timeline-item:last-child,
.timeline-marker .timeline-item:last-child:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #f36c21;
}

/*----- TIMELINE CONTENT -----*/

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
    font-size: 12px;
}

/*----- TIMELINE PERIOD -----*/

.period {
    padding: 0;
}

.period timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: -6px;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #ccd5db;
    border-bottom: 3px solid #ccd5db;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

/*----------------------------------------------
  MOD: TIMELINE SPLIT
----------------------------------------------*/

.timeline-split {
@media (min-width: 768px) {
    .timeline {
        display: table;
    }

    .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-info,
    .timeline-marker,
    .timeline-content,
    .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-marker {
        position: relative;
    }

    .timeline-content {
        padding-left: 30px;
    }

    .timeline-info {
        padding-right: 30px;
    }

    .period .timeline-title {
        position: relative;
        left: -45px;
    }
}
}

/*----------------------------------------------
  MOD: TIMELINE CENTERED
----------------------------------------------*/

.timeline-centered {
    @extend .timeline-split;

@media (min-width: 992px) {

&,
    .timeline-item,
    .timeline-info,
    .timeline-marker,
    .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }

    .timeline-info,
    .timeline-content {
        width: 50%;
    }

    >.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    >.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    >.timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    >.timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    >.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-item.period {
        padding: 50px 0 90px;
    }

    .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }

    .period .timeline-title {
        left: auto;
    }
}
}

/*----------------------------------------------
  MOD: MARKER OUTLINE
----------------------------------------------*/

.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: red;
}

.marker-outline .timeline-marker .timeline-item:hover .timeline-marker:before {
    background: green;
}

/*Timeline css*/

/* Other Updates */

.user_infos {
    color: #fff!important;
    font-size: 16px;
    margin: 0;
}

#showOnlyMob {
    display: none;
}

.def_box_sta {
    background: var(--orange-brand);
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 0px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #showOnlyMob {
        display: block;
    }
}

.cat_filter_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
}

.cat_filter_wrap .filter_item {
    text-decoration: none;
    background: #030f16;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    transition: 0.2s;
}

.cat_filter_wrap .filter_item:hover {
    background: var(--orange-brand);
}

.cat_filter_wrap .filter_item.activeItem {
    background: var(--orange-brand);
}

.dark .cat_filter_wrap .filter_item.activeItem,
.light .cat_filter_wrap .filter_item.activeItem {
    background: var(--orange-brand);
    color: #fff;
}

.dark .cat_filter_wrap .filter_item {
    background: var(--bg-nav-no-auth);
    color: #fff;
}

span#serv_id::before {
    content: '# ';
}

span#serv_id {
    background: var(--orange-brand);
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.dark .cat_filter_wrap .filter_item:hover {
    background: var(--orange-brand);
    color: #fff;
}

.filter_card_body {
    padding: 15px 10px 15px 10px !important;
}

@media only screen and (max-width: 767px) {
    .cat_filter_wrap {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        max-height: 200px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 550px) {
    .cat_filter_wrap {
        grid-template-columns: repeat(auto-fit, minmax(45%, 2fr));
        max-height: 170px;
        overflow-y: scroll;
    }
}

.telegram_icon_top {
    text-decoration: none;
}

.telegram_icon_top:hover {
    text-decoration: none;
}

.telegram_icon_top i {
    height: 34px;
    display: inline-block;
    width: 10px;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
}

.telegram_icon_top i {
    color: var(--orange-brand);
}

.dark .telegram_icon_top i {
    color: #fff;
}

.ticketTabs.nav-pills .nav-link.active,
.ticketTabs.nav-pills .show>.nav-link {
    background-color: var(--orange-brand) !important;
    border-radius: 5px;
    opacity: 1;
}


.ticketTabs.nav-pills .nav-link {
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}


.dark .ticketTabs.nav-pills .nav-link {
    color: #fff;
    background: var(--bg-nav-no-auth);
}

@media only screen and (max-width: 550px) {

    .ticketTabs.nav-pills .nav-link {
        padding: 0.25rem;
        font-size: 16px;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ticketTabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .ticketTabs.nav-pills .nav-link {
        margin: 0px!important;
    }
    .neworder .nav .nav-item .nav-link>.d-flex {
        gap: 5px;
    }
    .ticketTabs.nav-pills .nav-link{
        padding: 5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
}

/* Ticket page */
.ticket_navs {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    align-items: center;
    grid-row-gap: 15px;
}

.ticket_navs>div:first-child {
    display: flex;
}

@media only screen and (max-width: 550px) {
    .ticket_navs {
        grid-template-columns: 1fr;
    }

    .ticket_navs>div>#history-search {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    #pills-tabContent {
        min-height: 665px;
        overflow: auto;
    }
}

.ticket_navs>div>#history-search {
    margin-top: -20px;
}

.fundTableScrollable {
    height: 342px;
}

.table_scroller {
    height: 650px;
}

.ser_search_box {
    flex-grow: 1;
}

.cat_btn_filter {
    background: var(--orange-brand);
    color: #fff;
    border-radius: 11px;
    padding: 7px 28px !important;
}

.cat_btn_filter:hover {
    color: #fff;
}

.drop_dwon_menu {
    position: relative;
}

.all_btn_cat_wrap {
    position: absolute;
    display: none;
    width: 200%;
    height: 350px;
    overflow: auto;
}

.all_btn_cat_wrap button {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #2225;
    text-align: left;
    padding: 0.5rem;
}

.show_catgory {
    display: block !important;
}

@media only screen and (max-width: 550px) {
    .filter_fixer {
        flex-direction: column;
    }

    .drop_dwon_menu {
        order: 2;
        margin-top: 15px;
        width: 100%;
    }

    #catFilter,
    .ser_search_box {
        width: 100%;
    }

    .all_btn_cat_wrap {
        width: 100%;
    }
}

.blog_title {
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.blog_wraper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog_details {
    padding: .5rem;
    background: var(--orange-brand)38;
    border-radius: 50px;
    display: inline-block;
    color: var(--orange-brand);
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .blog_wraper {
        grid-template-columns: 1fr;
    }
}

.currency_converter {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 20px;
    margin: 0;
    margin-left: -11px !important;
    display: inline;
    list-style-type: none;
}

.currency_converter .dropdown-toggle::after {
    display: none;
}

.dashboard-body .currency_converter,
.light .currency_converter {
    color: var(--orange-brand);
}

#currencies-list {
    left: -44px !important;
    top: -21px !important;
}

#currencies-list li a {
    padding: 3px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc !important;
    color: #0f0122;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.flag_lang {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 20px;
    margin: 0;
    margin-left: 0px !important;
    position: relative;
}

.flag_lang .dropdown-toggle::after {
    display: none;
}

.flag_lang .dropdown-menu.show {
    left: -50px !important;
    top: -20px !important;
}

.flag_lang .dropdown-menu li a {
    padding: 3px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc !important;
    color: #0f0122;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.drop_dwon {
    display: none;
    width: 115px;
    position: absolute;
    left: -80px;
    background: #fff;
    text-align: left;
}

.drop_dwon li {
    list-style-type: none;
    padding: 0px 5px;
    border-bottom: 1px solid #000;
}

.drop_dwon li a {
    font-size: 16px;
}

.drop_dwon.active {
    display: block;
}

.dashboard-body .flag_lang,
.light .flag_lang {
    color: var(--orange-brand);
}


/* Testimonials */
.testimoials_item {
    background: #11062f;
    padding: 30px;
    border-radius: 15px;
    min-height: 520px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

button.slick-arrow {
    display: none !important;
}

.testimoials_item .images {
    margin-bottom: 10px;
}

.testimoials_item .images img {
    width: 100px;
    margin: 0 auto;
}

.testimoials_item .testi_user_info {
    margin-bottom: 35px;
}

.testimoials_item .testi_user_info .username {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.testimoials_item .testi_user_info .rating {
    color: var(--orange-brand);
    font-size: 18px;
}

.testimoials_item .content p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/* Best Section */
#best_sec {
    padding: 5rem 0;
}

.best_content h3 {
    font-weight: bold;
    font-size: 38px;
}

.best_content h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.best_content p {
    color: #fff;
}

.best_img {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

#testimonials {
    padding: 5rem 0;
}

@media only screen and (max-width: 550px) {
    .best_content h3 {
        font-size: 25px;
        text-align: center;
    }

    .best_content h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    .best_content p {
        text-align: center;
        font-size: 16px;
    }

    .btn_wrapers {
        text-align: center;
    }
}

#points-group {
    display: none;
}

#currencies-list.show_catgory {
    background: #fff;
    z-index: 99;
    top: 40px !important;
    width: 100%;
    left: 0px !important;
}

#currencies-list.show_catgory li a {
    text-align: left !important;
    padding: 10px;
}

.app-user-img>a>img {
    width: 40px;
}


.top_icon {
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 5px;
    font-size: 24px;
    color: var(--orange-brand);
}

a.top_icon:hover {
    color: var(--orange-brand);
    text-decoration: none;
}

button.top_icon:hover {
    color: var(--orange-brand);
    outline: none;
    border: none;
}

.alert-secondary {
    color: var(--orange-brand);
    background-color: var(--orange-brand)26;
}

.neworder .nav .nav-item .nav-link>.d-flex {
    gap: 10px;
}


.services_info ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.services_info ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    color: #fff;
}

.services_info ul .full-width {
    grid-column-start: 1;
    grid-column-end: -1;
}

.services_info ul li span {
    font-weight: 700;
    border-bottom: 1px dashed var(--orange-brand);
}

.dark .services_info {
    color: #232323;
}

.dark .services_info ul li {
    color: #232323;
}

button.btn.btn-primary.search {
    padding: 9px 20px;
}

.update_badges {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0cbc3;
    padding: 7px 20px;
    border-radius: 10px;
}

.update_badges.new_service {
    background: #007bff;
    color: #fff;
}

.update_badges.service_enabled {
    background: #0505aa;
    color: #fff;
}

.update_badges.service_disabled {
    color: #fff;
    background: red;
}

.update_badges.rate_decrease {
    background: orange;
    color: #fff;
}

.update_badges.rate_increase {
    background: #ff00f4;
    color: #fff;
}

.dark .app-container .app-header {
    background: #f7f8fc;
}

.dark .app-container .app-header .dash-menu-btn {
    color: #232323;
}

.dark .user_infos {
    color: #fff;
}

.toggle_icon {
    position: relative;
    left: -18px;
}

.toggle_icon.menu_open {
    display: none;
}

.toggle_icon.menu_close {
    display: block;
}

.sidebar-actions .toggle_icon.menu_close {
    display: none;
}

.sidebar-actions .toggle_icon.menu_open {
    display: block;
}

.sidebar-actions.app-container .app-sidebar {
    transform: translate(-100%);
}

.sidebar-actions.app-container .app-header {
    left: 0px;
}

.sidebar-actions.app-container .app-content {
    padding-left: 0px;
}

/* Landing Page Css Started */

.banner_content h1 {
    font-family: 'Dela Gothic One', cursive;
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

.banner_content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

#login {
    padding: 0 0 5rem 0;
}

#login #login_wrap {
    background: #0b1e2940;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #0b1e29;
}

#login_wrap .form-group {
    position: relative;
}

#login_wrap .form-group .form_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--orange-brand);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    z-index: 9;
}

#login_wrap .form-group .form-control {
    border: 1px solid var(--orange-brand) !important;
    background: transparent;
    height: 60px;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 60px;
}

#login_wrap .btn-login {
    height: 60px;
}

#login_wrap label,
#login_wrap a {
    color: #fff;
}

.sec_title {
    margin-bottom: 40px;
}

.sec_title h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.sec_title p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* signin Page Accordian Added */
#faq,
#payment {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#faq #accordion .card-body {
    background: #0b0d28;
    color: #fff;
}

#faq #accordion .card-body {
    color: #fff;
}

#faq #accordion .btn.btn-link {
    color: #fff;
    width: 100%;
    text-decoration: none;
    text-align: left;
    padding: 15px 15px;
}

#faq #accordion .card .card-header {
    padding: 0;
}

.best_img {
    text-align: right;
}

.best_img img {
    width: 60%;
    margin: 0 auto;
}


/* Counter */

#counter .counter {
    text-align: center;
    margin: 1rem 0;
}

#counter .counter .icons img {
    width: 180px;
}

#counter .counter .contrent {
    text-align: center;
    color: #fff;
}

#counter .counter .contrent h3 {
    font-size: 50px;
    font-weight: bolder;
}

#counter .counter .contrent p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.terms_item {
    padding: 20px;
}

@media only screen and (max-width:550px) {
    .banner_content {
        text-align: center;
    }

    .banner_content h1 {
        font-size: 25px;
    }

    .banner_content p {
        font-size: 16px;
    }

    #login #login_wrap {
        padding: 20px;
    }

    #counter .counter .contrent h3 {
        font-size: 25px;
    }

    .sec_title h2 {
        font-size: 25px;
    }

    .sec_title p {
        font-size: 16px;
    }
}

.header-menu ul li.active a {
    color: var(--orange-brand);
}



/* How it works */
.how_it_title {
    padding: 2rem 0;
    color: #fff;
}

.how_it_title h2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--orange-brand);
}

#howItWorks {}


#howItWorks .nav-item a {
    color: #818181;
}

#howItWorks .nav-item a .step {
    font-size: 25px;
    font-weight: bold;
}

#howItWorks .nav-pills .nav-link.active,
#howItWorks .nav-pills .show>.nav-link {
    color: var(--orange-brand);
    background: transparent;
    border-bottom: 3px solid var(--orange-brand);
    border-radius: 0px;
}

#howItWorks .step_content {
    display: flex;
    gap: 30px;
}

#howItWorks .step_content .step_left {
    width: 60%;
    color: #fff;
}

#howItWorks .step_content .step_left h2 {
    font-size: 35px;
    font-weight: 800;
}

#howItWorks .step_content .step_left .btn_step {
    display: inline-block;
    background: var(--orange-brand);
    color: #fff;
    padding: 1rem 4rem;
    border-radius: 50px;
    text-decoration: none;
}

#howItWorks .step_content .step_right {
    width: 35%;
}


#howItWorks .step_content.diff {
    flex-direction: column;
}

#howItWorks .step_content.diff .step_left {
    width: 100%;
}

#howItWorks .step_content.diff .step_right {
    width: 100%;
}

@media only screen and (max-width: 550px) {
    #howItWorks .step_content {
        flex-direction: column;
    }

    #howItWorks .step_content .step_right {
        width: 100%;
    }

    #howItWorks .step_content .step_left {
        width: 100%;
    }
}


.app-content.contact_page {
    margin-bottom: 150px;
}

.contact_wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.contact_item {
    display: flex;
    background: #0b1e29;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    text-align: center;
}

.contact_item .icons {
    width: 100px;
    height: 100px;
    text-align: center;
    background: var(--orange-brand);
    border-radius: 20px;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
}

.contact_item h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.contact_item h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.contact_item a {
    color: var(--orange-brand);
}

@media only screen and (max-width:992px) {
    .contact_wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:550px) {
    .contact_wrap {
        grid-template-columns: 1fr;
    }
}


.blog_title {
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.blog_wraper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog_details {
    padding: .5rem;
    background: #fe5a0238;
    border-radius: 50px;
    display: inline-block;
    color: #fe5a02;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .blog_wraper {
        grid-template-columns: 100%;
    }
}


.header.srink {
    top: -100%;
    margin-top: 0px;
    transition: 0.8s;
}

.header.srink.navFixed {
    position: fixed;
    top: 0%;
}

.header.srink.navFixed {
    background: #11062f96;
    backdrop-filter: blur(10px);
}


/* V2 Making Codes */
.navbar.navbar-expand-lg.not_auth_navbar {
    position: sticky;
    top: 0;
    background: var(--bg-nav-no-auth);
    padding: 15px 10px;
    z-index: 99;
}

.not_auth_navbar .nav-link {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px !important;
}

.not_auth_navbar .nav-item.active .nav-link {
    color: var(--primary-color);
}

.not_auth_navbar .navbar-toggler {
    background-color: #06141d !important;
    color: var(--white);
}

.not_auth_navbar .navbar-brand {
    color: var(--white);
    text-decoration: none;
}

.main-top .main-top-real-content {
    padding-bottom: 100px;
}

.btn__banner {
    font-family: 'Dela Gothic One', cursive;
    font-size: 18px;
    border-color: var(--primary-color) !important;
    background: #1da1f259 !important;
    border-radius: 12px;
    transition: 0.5s ease-in-out;
}

.btn__banner:hover {
    background-color: transparent !important;
    background: var(--primary-color) !important;
    color: var(--white);
    box-shadow: 0 0 15px #1da0f281;
}

.v2__banner_img {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    position: relative;
    background: url(https://cdn.mypanel.link/od2yp1/1othrudl2j7urwq7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(10px);
}

.v2__banner_img .banner__mid__img img {
    width: 80%;
    animation: float 3s ease infinite;
}

.v2__banner_img .banner__right__img,
.v2__banner_img .banner__left__img {
    position: relative;
}

.v2__banner_img .banner__right__img>img,
.v2__banner_img .banner__left__img>img {
    position: absolute;
}

.img__1 {
    top: 0px;
    right: -15px;
    animation: fade-up 2.3s infinite ease-in-out;
}

.img__2 {
    top: 20%;
    right: 7px;
    animation: tossing 1s infinite ease-in-out;
}

.img__3 {
    top: 40%;
    right: -30px;
    animation: wobble-bottom 1.3s infinite ease-in-out;
}

.img__4 {
    top: 60%;
    right: 35px;
    animation: tossing 1.3s infinite ease-in-out;
}

.img__5 {
    top: 80%;
    right: -15px;
    animation: tada 2s infinite ease-in-out;
}

.img__6 {
    top: 0px;
    left: -150px;
    animation: heartBeat 1.4s infinite ease-in-out;
}

.img__7 {
    top: 20%;
    left: -100px;
    animation: tossing 1s infinite ease-in-out;
}

.img__8 {
    top: 40%;
    left: -100px;
    animation: fade-up 2.2s infinite ease-in-out;
}

.img__9 {
    top: 60%;
    left: -120px;
    animation: wobble-bottom 1.5s infinite ease-in-out;
}

.img__10 {
    top: 80%;
    left: -130px;
    animation: wobble-bottom 2.2s infinite ease-in-out;

}


#feature {
    padding: 80px 0;
    background-color: #06141d;
    overflow: hidden;
}

.title {
    position: relative;
    font-family: 'Dela Gothic One', cursive;
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.title::after {
    content: attr(title);
    position: absolute;
    left: 0;
    bottom: 102px;
    background: linear-gradient(to bottom, rgba(50, 123, 169, 30%) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 0;
    font-size: 102px;
    line-height: 1;
}

.row.feature-row {
    margin-top: 25px;
}

.feature-img {
    display: block;
    margin: auto auto 20px;
}

.feature-box {
    padding-top: 80px;
    position: relative;
}

.feature-box::after {
    content: '';
    background-image: url('https://cdn.mypanel.link/od2yp1/g6mysgp23f19uxu2.png');
    width: 390px;
    height: 390px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.feature-title {
    font-family:  'Dela Gothic One', cursive;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

.feature-txt {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

.feature-img,
.feature-title,
.feature-txt {
    z-index: 1;
    position: relative;
}

.feature-img {
    height: 110px;
}

.feature-box.feature-box2::after {
    background-image: url('https://cdn.mypanel.link/od2yp1/r8w01ofakp30cbjg.png');
}
.row.best-row {
    background-color: #0c1b25;
    border-radius: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
}
.best-row .title {
    color: var(--primary-color);
}
.row.best-row .txt {
    margin-bottom: 26px;
    color: #fff;
}
.row.best-row .txt a{
    color: #fff!important;
}
.best-img-wrap {
    position: relative;
    height: 370px;
}
.best-img-wrap::before {
    content: '';
    background-image: url();
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}
.best-img {
    position: relative;
    z-index: 1;
}
#best {
    background-color: #06141d;
    padding: 80px 0;
}
#faq {
    background-color: #06151e;
    padding: 120px 0 80px;
}
#faq .title,
#testimonial .title {
    text-align: center;
}
#faq .title::after,
#testimonial .title::after {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
}
.faq-wrap {
    background: linear-gradient(to bottom, rgba(48,69,83,46%) 0%, rgba(48,69,83,0%) 100%);
    padding: 18px 18px 25px;
    border-radius: 15px;
    position: relative;
    margin: 5px;
}
#faqSlider {
    width: 100%!important;
    max-width: 100%;
    margin-top: 80px;
}
.faq-title {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.faq-wrap a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Dela Gothic One';
    text-align: right;
    display: block;
    margin-top: 70px;
}
.faq-wrap .date {
    width: 95px;
    height: 95px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 168, 255, 0.16);
    font-size: 30px;
    font-family: 'Dela Gothic One';
    margin-bottom: 25px;
}
.faq-wrap::after {
    content: '';
    background-image: url();
    height: 390px;
    width: 390px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background-size: cover;
    z-index: -1;
}
.faq-wrap .date, .faq-wrap .faq-title, .faq-wrap .txt {
    position: relative;
    z-index: 1;
}
.faq-wrap .faqbody p,
.faq-wrap .faqbody .txt{
    color: #fff!important;
}
.faq-wrap-red .date {
    border: 1px solid #fb0142;
    color: #ff006c;
    background-color: rgba(255,0,108,15%);
}
.faq-wrap-red::after {
    background-image: url('https://cdn.mypanel.link/od2yp1/cyffc851s3x03ls4.png');
}
.faq-wrap.faq-wrap-blue .date {
    border: 1px solid #00a8ff;
    color: #00a8ff;
    background-color: rgba(0,168,255,16%);
}
.faq-wrap-blue::after {
    background-image: url('https://cdn.mypanel.link/od2yp1/pjtu4hmcnuwhtc7a.png');
}
.faq-wrap-red a {
    color: #f60269;
}
.faq-wrap-blue a {
    color: #00a8ff;
}
#faqSlider .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
#faqSlider .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    margin: 0 2.5px;
    font-size: 0;
    color: transparent;
}
#faqSlider .slick-dots li.slick-active button {
    background-color: #ff006c;
}


.faq-wrap .faqbody a {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: inline;
    color: #fff;
}
.faqbody {
    height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 15px;
    /* scrollbar-color: #721cff rgba(255,255,255,50%); */
    scrollbar-color: rgba(0,0,0,25%) #11232e;
}
.faqbody::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: rgba(0,0,0,25%);
}

.faqbody::-webkit-scrollbar-thumb {
    background: #11232e;
    -webkit-border-radius: 0;
}

#stats {
    padding: 0 0 80px;
    background-color: #06151e;
}
.stats-ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.stats-ul li {
    flex: 0 0 32%;
    max-width: 32%;
    margin: 5px;
    list-style-type: none;
}
.stats-txt {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}
.stats-wrap {
    background-image: url('https://cdn.mypanel.link/od2yp1/hrl7059scdsdhimd.png');
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 226px;
}
.stats-wrap h3 {
    font-size: 20px;
    color: #fff;
}
.stats-wrap img {
    display: block;
    margin: 4px auto 0;
}
.stats-ul.stats-ul-light .stats-wrap {
    background-image: url('https://cdn.mypanel.link/od2yp1/4922d6194qk87pr2.png');
}
.stats-ul.stats-ul-light {
    margin-top: -70px;
}
#testimonial {
    padding: 120px 0 80px;
    background-color: #06151e;
    overflow: hidden;
}
.test-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.testi-head {
    padding: 15px 0;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #173344; */
    position: relative;
}
.testi-head::after {
    content: '';
    width: 150%;
    height: 2px;
    background-color: #173344;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}
.testi-stars {
    color: #f60269;
    margin-bottom: 15px;
}
.testi-stars i {
    font-size: 18px;
}
.testi-wrap .testi-body {
    background-color: #0b1a23;
    padding: 40px 20px;
    border-radius: 12px;
}
.row.testi-row {
    margin-top: 50px;
    margin-bottom: 100px;
}
.testi-wrap:hover .testi-body {
    box-shadow: 0 0 0 2px #f60269;
    transition: box-shadow 0.3s ease-in-out;
}
.testi-wrap:hover .test-title {
    color: #f60269;
    transition: color 0.3s ease-in-out;
}
.testi-wrap .test-title::after {
    content: '';
    transition: 0.3s ease-in-out;
}
.testi-wrap:hover .test-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 8px;
    background-color: #f60269;
    bottom: -3px;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
#testimonial {
    padding: 120px 0 30px;
    background-color: #06151e;
    overflow: hidden;
    background-image: url(https://cdn.mypanel.link/od2yp1/38n3m0iglpqh4mtl.png) ,url(https://cdn.mypanel.link/od2yp1/z9382q30yjt2c35h.png);
    background-repeat: no-repeat;
    background-position: top right,top left;
}

.testi-txt{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.payop-txt {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}
.payop-logo {
    width: 100px;
    margin-left: 10px;
}
.payop-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    padding: 15px 25px;
    border-radius: 10px;
    /* background: linear-gradient(to right, rgba(232,184,111,1) 0%, rgba(82,49,18,1) 100%); */
    border: 1px solid var(--primary-color);
    background-color:rgba(0,168,255,16%);
}
#mainFooter {
    display: block;
    border-top: 2px solid #052d42;
    padding: 20px 0;
}
.footer-top {
    padding: 30px 0 10px;
    border-bottom: 1px solid #262636;
}
.footer-top {
    padding: 30px 0 10px;
}
.social-footer {
    padding: 0;
    display: flex;
    list-style: none;
}
.social-footer li {
    margin-right: 15px;
}
.social-footer li {
    margin-right: 15px;
}
.social-footer a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-decoration: none;
}
.footer-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.social-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    margin-right: 4px;
}
.footer-nav {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.footer-nav li {
    margin-left: 30px;
}
.footer-nav li {
    margin-left: 30px;
}
.row.payop-row {
    margin-bottom: 50px;
}
body.guest {
    padding-bottom: 0;
    background-color: #06141d;
}
.abs {
    position: absolute;
}
.relative {
    position: relative;
}

.copyright{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

footer .btn.btn-primary.btn-ftr{
    border-color: var(--primary-color);
    background: rgba(0,168,255,16%);
}

#LoginForm::after{
    content: '';
    background-image: url(https://cdn.mypanel.link/od2yp1/pjtu4hmcnuwhtc7a.png);
    width: 481px;
    height: 481px;
    position: absolute;
    left: -230px;
    top: -180px;
    background-size: cover;
    z-index: -1;

}

.sign_up_title_wraper {
    text-align: center;
    margin-bottom: 25px;
}

.sign_up_title_wraper .signup_title{
    font-family:'Dela Gothic One', cursive;
    font-size: 35px;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.3;
}

.sign_up_title_wraper .signup_text{
    font-size: 16px;
    font-family:'Montserrat', sans-serif;
    color: #fff;
    font-weight: normal;
}

.already_account{
    text-align: center;
    display: block;
    margin-top: 30px!important;
    color: #fff;
}

.already_account a{
    color: var(--white);
}

.blog-top-sec-img{
    position: relative;
    z-index: 9;
}

/* MAIN PAGE RESPONSIVE */

@media only screen and (max-width: 550px) {
    .main-top .main-top-real-content{
        padding-top: 70px;
    }
    .banner_content p{
        margin-bottom: 50px;
    }
    .img__1 {
        top: 15px;
        right: -25px;
        width: 35px;
    }
    .img__2 {
        top: 22%;
        right: 0px;
        width: 44px;
    }
    .img__3 {
        width: 45px;
        top: 47%;
        right: -15px;
    }
    .img__4 {
        width: 45px;
        top: 71%;
        right: -35px;
    }
    .img__5 {
        top: 93%;
        width: 35px;
        right: 4px;
    }
    .v2__banner_img .banner__mid__img img{
        width: 100%;
    }

    .img__6 {
        top: 0px;
        left: 0;
        right: 70%;
        width: 45px;
    }
    .img__7 {
        top: 20%;
        left: auto;
        right: 55px;
        width: 35px;
    }

    .img__8 {
        top: 45%;
        left: auto;
        right: 10px;
        width: 40px;
    }

    .img__9 {
        top: 65%;
        left: auto;
        right: 70%;
        width: 40px;
    }

    .img__10 {
        top: 90%;
        left: auto;
        right: 8px;
        width: 46px;
    }
    .title::after{
        bottom: 50px;
        font-size: 40px;
    }

    .title{
        font-size: 21px;
        text-align: center;
    }

    .feature-title{
        font-size: 18px;
    }

    .faq-title{
        font-size: 18px;
    }
    .faq-wrap .date{
        width: 70px;
        height: 70px;
        font-size: 21px;
    }
    #best{
        padding: 40px 0px;
    }
    .row.best-row{
        padding: 20px 0;
        background: transparent;
    }
    .row.best-row .txt,
    .txt{
        font-size: 16px;
    }
    #feature {
        padding: 40px 0;
    }
    #faq {
        padding: 40px 0;
    }
    .stats-ul {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .stats-ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stats-ul.stats-ul-light{
        display: none;
    }
    .payop-wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 15px;
        text-align: center;
    }
    .payop-txt{
        text-align: center;
    }
    .social-footer{
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
    .footer-nav{
        flex-direction: column;
        gap: 15px;
    }
    .copyright{
        text-align: center;
    }
    .footer-nav li{
        margin-left: 3px;
    }
    footer .btn.btn-primary.btn-ftr{
        width: 100%;
        margin-bottom: 15px;
    }
    .copyright{
        margin-bottom: 15px;
    }
}
.user_access_menus{
    display: flex;
    gap: 5px;
}

.user_access_menus > a,
.user_access_menus > button{
    background: #132e3f;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1da1f2;
}

#dropdownMenu3 #category-drop{
    min-height: 300px;
    max-height: 350px;
}

.dark .table td{
    color: #000!important;
    font-size: 16px;
    font-weight: 500;
}
.light .table td{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.has_order_btn{
    width: 170px;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.servicesDetailsModal{
    width: 800px;
    max-width:800px;

}

.servicesDetailsModal .modal-body{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.top_content .top_logo img{
    width: 200px;
}
#servicesModalId {
    display: inline-block;
    background: var(--orange-brand);
    padding: 6px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    margin-bottom: 5px;
}
.light #servicesModalId {
    color: #fff;

}

#servicesName {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.light #servicesName {
    color: #fff;
}
.middle_content{
    width: 90%;
    margin: 0 auto;
}
#servicesDescriptions{
    padding: 15px;

    height: 200px;
    max-height: 200px;
    overflow: auto;
    background: #00000020;
    border-radius: 10px;
    margin-top: 20px;
}
.light #servicesDescriptions{
    color: #fff;
}
.bottom_content_wraper {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.bottom__content__item{
    text-align: center;
}
.bottom_content .bottom_content_wraper {
    width: 80%;
    margin: 0 auto;
}
.bottom__content__item .icons{
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: var(--orange-brand);
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 15px;
}

.bottom__content__item .text h4{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.light .bottom__content__item h4{
    color: #fff;
}
.bottom__content__item .text h2{
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}

.light .bottom__content__item .text h2{
    color: #fff;
}
#buyNow > a {
    display: block;
    width: 50%;
    margin: 0 auto;
    background: var(--orange-brand);
    padding: 10px 17px;
    font-size: 20px;
    font-weight: 800;
    margin-top: 15px;
    color: #fff;
}
button.modal_cls_btn {
    z-index: 999;
    position: absolute;
    top: 0px;
    padding: 25px;
    right: 0px;
    font-size: 30px;
    color: red;
    background: transparent;
    border: transparent;
    border: none;
    outline: 0;
}

.paymentContent {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Blog Section Design  */
#blog-sec {
    padding: 80px 0;
    position: relative;
}

#blog-sec::before,
#blog-sec::after,
#signup::after,
#signup::before{
    content: '';
    position: absolute;
    background-image: url(https://cdn.mypanel.link/od2yp1/gt0x4tjfwt4exr46.png);
    width: 305px;
    height: 755px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#blog-sec::after,
#signup::after {
    right: 0;
    left: auto;
    background-image: url(https://cdn.mypanel.link/od2yp1/gt0x4tjfwt4exr46.png);z-index: -1;
}

.main-title {
    font-family: 'Dela Gothic One', cursive;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.main-title span {
    color: var(--orange-brand);
}

#blog-sec p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}


.blog_wraper {
    border: 2px solid var(--orange-brand);
    border-radius: 15px;
    padding: 20px;
    height: 750px;
    margin-bottom: 15px;
}

.blog_top .blog_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog_top .blog_img img {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

.blog_content .blog_title
{
    font-family: 'Dela Gothic One', cursive;
    font-size: 20px;
    font-weight: normal;
    color: var(--orange-brand);
}

.blog_post_single h1 {
    font-family: 'Dela Gothic One', cursive;
    font-size: 30px;
    font-weight: normal;
    color: var(--orange-brand);
}

.blog_post_single .d-card {
    border: 2px solid var(--orange-brand);
}
.blog_content{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.btn.blog_btn {
    background: #0b324a;
    border: 2px solid var(--orange-brand);
    color: var(--orange-brand);
    border-radius: 12px;
}

.btn.blog_btn:hover{
    background: var(--orange-brand);
    color: #fff;
}

#howItWorsPage .nav-pills{
    gap: 20px;
}

#howItWorsPage .nav-link {
    width: 100%;
    padding: 15px 10px;
    border-radius: 15px;
    border: 2px solid var(--orange-brand);
    background: #0e4668;
    color: white;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    transition: 0.5s;
}

#howItWorsPage .nav-link.active{
    background: var(--orange-brand);
}

#howItWorsPage .nav-link .num{
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    line-height: 40px;
    border-radius: 50px;
}

#howItWorsPage .nav-link.active .num{
    background: #06151e;
}

.how_it_item {
    padding: 20px;
    background: #06151e;
    border-radius: 15px;
    border: 2px solid #1da1f2;
    color: #fff;
    min-height: 400px;
}
.how_it_item h3 {
    font-family: 'Dela Gothic One', cursive;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.how_it_item p {
    font-size: 15px;
}


.btn_how_content {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 15px;
    border: 2px solid var(--orange-brand);
    background: #0e4668;
    color: white;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    transition: 0.5s;
}

.how_it_image {
    border: 2px solid var(--orange-brand);
    border-radius: 15px;
    padding: 15px;
}

.how_it_border {
    border: 2px solid var(--orange-brand);
    border-radius: 25px;
    padding: 30px;
}

.ticket-faq-title {
    font-family: 'Dela Gothic One', cursive;
    color: #ffff;
    display: flex;
    gap: 8px;
    font-size: 18px;
    font-weight: normal;
}


.ticket-faq-title > span{
    font-size: 22px;
    color: var(--orange-brand);

}

.ticket-faq-body{
    color: #fff;
}

.ticket-faq {
    background: #09202f;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}


#terms .nav-item .nav-link{
    display: inline-block;
    padding: 10px 35px;
    border-radius: 15px;
    border: 2px solid var(--orange-brand);
    background: #0e4668;
    color: white;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    transition: 0.5s;
}

#terms #pills-tab{
    gap: 10px;
}

#terms .nav-item .nav-link.active {
    background: var(--orange-brand);
}

#terms .term-list{
    color: #fff;
}
#terms p,
#terms ul li{
    color: #fff!important;
}

#terms .terms_wraper .title{
    position: relative;
    font-family: 'Dela Gothic One', cursive;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
}

.no_auth_body #servicesName{
    color: #fff;
}
.no_auth_body #servicesDescriptions{
    color: #fff;
}

.no_auth_body .bottom__content__item h4,
.no_auth_body .bottom__content__item h2
{
    color: #fff;
}

.sign_up_wraper{
    background: url(https://cdn.mypanel.link/od2yp1/1othrudl2j7urwq7.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.signup_btn{
    border-radius: 15px;

}

.btn.btn-primary.btn-lg.btn-block.signup_btn {
    font-family:  'Dela Gothic One', cursive;
    background: #052d42;
    color: #fff;
    font-weight: normal;
}

.btn.btn-primary.btn-lg.btn-block.signup_btn:hover{
    background: var(--orange-brand);

}
.accordion_wraper > .accordion .card{
    border-radius: 10px!important;
}
.accordion_wraper > .accordion .card-header{
    padding: 10px 0px;
}
.accordion_wraper > .accordion .card-header h3 button{
    font-size: 18px;
    font-weight: 800;
    text-align: center!important;
    color: #fff;
}

.accordion_wraper > .accordion .card-header h3 button:hover{
    text-decoration: none;
}

.accordion_wraper > .accordion .card-body p{
    color: var(--white);
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
}

@media only screen and (max-width:550px) {
    .user_access_menus > a,
    .user_access_menus > button{
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .servicesDetailsModal{
        width: 95%;
        max-width:800px;
        margin: 0 auto;
    }
    .bottom__content__item .text h4{
        font-size: 13px;
    }
    .bottom__content__item .text h2{
        font-size: 14px;
    }
    #buyNow > a{
        width: 70%;
        font-size: 18px;
        padding: 5px 2px;
    }
    .middle_content{
        width: 98%;
    }
    .bottom_content .bottom_content_wraper{
        width: 98%;
    }
    .item_services_descriptions #servicesDescriptions{
        font-size: 14px;
    }
    #servicesName{
        font-size: 18px;
    }
}

.blog_item {
    border: 2px solid #ddd;
    border-radius: 10px;
    height: 100%;
    padding: 10px;
}

.blog_item img {
    min-height: 175px;
    object-fit: cover;
    border-radius: 10px;
}

.blog_item h2{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.blog_item p,.blog_item span{
    font-size: 16px;
    color: #fff;
}




/*********************************************************************************/
/* css for the signin page which added later and adjusted with the site's other previous css */
:root{
    --oc-black: #030A24;
    --oc-magento: #E76100;
    --oc-magento-alfa: rgba(231, 97, 0, 0.4);
    --oc-magento-light: #F1C9AC;
    --oc-grey: #8e918f;
    --oc-grey-light: #EFEFEF;
}

.oc-color-black {color: var(--oc-black);}
.oc-color-magento {color: var(--oc-magento);}
.oc-color-grey {color: var(--oc-grey);}
.oc-color-grey-light {color: var(--oc-grey-light);}

.oc-bold-1 {font-weight: 700;}

.oc-mt-6 {margin-top: 80px;}
.oc-p-6 {padding: 80px;}

.oc-desc-text1 {
    font-size: 12px;
    font-weight: 300;
}

.oc-desc-text2 {
    font-size: 10px;
    font-weight: 200;
}

.oc-title1 {

}

.oc-title2 {

}

.oc-title3 {

}

.oc-name-text1 {
    font-weight: 500;
    font-size: 11px;
}

.oc-name-text2 {
    font-weight: 400;
    font-size: 14px;
}



/********************************************************************************************/
.oc-dropdown {
    float: left;
    overflow: hidden;
}

.oc-dropdown .oc-dropbtn {
    font-size: 20px;
    border: none;
    outline: none;

    color: white;
    padding: 16px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .oc-dropdown:hover .oc-dropbtn {
    background-color: #030f16;
}

.oc-dropdown-content {
    display: none;
    position: absolute;
    background-color: deepskyblue;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.oc-dropdown-content a {
    float: none;
    color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.oc-dropdown-content a:hover {
    background-color: black;
}

.oc-dropdown:hover .oc-dropdown-content {
    display: block;
}.oc-dropdown {
     float: left;
     overflow: hidden;
 }

.oc-dropdown .oc-dropbtn {
    color: var(--white);
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px !important;

    color: white;
    padding: 16px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .oc-dropdown:hover .oc-dropbtn {
    background-color: #030f16;
}

.oc-dropdown-content {
    display: none;
    position: absolute;
    background-color: deepskyblue;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.oc-dropdown-content a {
    float: none;
    color: black;
    padding: 16px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.oc-dropdown-content a:hover {
    background-color: white;
}

.oc-dropdown:hover .oc-dropdown-content {
    display: block;
}



/********************************************************************************************/
.oc-hero__left-txt {
    font-family: Arial;
    font-size: 34px;
    padding-bottom: 20px;
}

.oc-hero__left-desc {
    font-family: Clash Grotesk;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.oc-hero__left-input .oc-title {
    font-weight: 500;
    font-size: 11px;
}

.oc-hero__left-user .form-control {
    border: 1px solid var(--oc-magento-light);
}

.oc-hero__left-pass .form-control {
    border: 1px solid var(--oc-grey-light)
}

.oc-hero__left-user .oc-remem {
    margin-left: 20px;
}

/* fix */
.oc-hero__left-user .oc-remem input {
    border: 1px solid #E76100
}

.oc-hero__left-btn {
    border-radius: 4px;
    background-color: #E76100;
}

.oc-hero__left-btn span {
    color: white;
}

.oc-hero__left-input .signup-text {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 30px;
}

.oc-hero__left-counter .img-wrapper {
    position: absolute;
    bottom: 0;
}



.oc-counters {
    background: #030A24;
    position: relative;
}

.oc-counters .oc-text {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 800;
    width: 300px;
    height: 200px;
}

.oc-counters .oc-text-with-circle {
    position: relative;
}

.oc-counters .oc-text-with-circle .oc-msg {
    position: absolute;
    right: -80px;
    bottom: -70px;
}

.oc-counters .oc-circle-wrapper {
    position: relative;
}

.oc-counters .oc-circle {
    border: 1px solid #4C5163;
    border-radius: 50%;
    position: absolute;
    height: 215px;
    width: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.oc-counters .oc-circle1 {
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #030A24;
}
.oc-counters .oc-circle2 {
    top: 0px;
    left: 150px;
    z-index: 2;
    background-color: #030A24;
}
.oc-counters .oc-circle3 {
    top: 0px;
    left: 300px;
    z-index: 3;
    background-color: #030A24;
}

.oc-counters .oc-circle-text div:first-of-type {
    font-size: 40px;
    font-weight: 700;
}


.oc-counters .oc-circle-text div:last-of-type {
    font-weight: 500;
    font-size: 13px;
}

.oc-counters .oc-fb {
    position: absolute;
    top: 0px;
    right: 0px;
}

.oc-counters .oc-circle-wrapper .oc-msg {
    position: absolute;
    bottom: 0px;
    left: 0px;
}




.oc-trust {
    position: relative;
    margin-top: 100px;
    background: linear-gradient(white, lavenderblush);
    padding-top: 50px;
}

.oc-trust__text {
    color: #030A24;
    font-size: 40px;
    width: 700px;
    font-weight: 600;
}

.oc-trust__points {
    padding-left: 100px;
    padding-right: 100px;
}

.oc-trust-desc p {
    font-size: 13px;
    font-weight: 300;
}

.oc-arrow {
    position: absolute;
    top: 50px;
    left: 0px;
}

.oc-phone-msg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}






.oc-service {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 130px;
}

.oc-service__box-wrapper {
    position: relative;
}

.oc-service .oc-box-empty {
    border: 1px solid #030A24;
    height: 190px;
    border-radius: 20px;
    margin-bottom: 230px;
}

.oc-service .oc-box-content {
    background: linear-gradient(0deg, #EFEFEF, #EFEFEF),
    linear-gradient(0deg, #FCFCFC, #FCFCFC);
    padding-bottom: 30px;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 89%;
}

.oc-service .oc-box-text p {
    font-size: 13px;
    font-weight: 300;
}






.oc-client {
    padding-top: 30px;
    padding-bottom: 180px;
    padding-left: 100px;
    padding-right: 100px;
    background: linear-gradient(white, lavenderblush);
    margin-top: 70px;
    position: relative;
}
.oc-client__heading {

}

.oc-client .oc-client__box {
    border: 1px solid #FCFCFC;
    border-radius: 10px;
    background: linear-gradient(0deg, #EFEFEF, #EFEFEF),
    linear-gradient(0deg, #FCFCFC, #FCFCFC);


}

.oc-client__identity {

}

.oc-client__photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.oc-client__photo img {
    width: 100%;
    height: 100%;
}

.oc-client__audio {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.oc-client__msg {
    position: absolute;
    top: 0px;
    right: 0px;
}




.oc-faq {
    margin-top: 150px;
    padding-left: 200px;
    padding-right: 200px;
}

.oc-question__heading {
    margin-bottom: 50px;
}

.oc-faq__box {
    border: 1px solid #7C7F8C;
    margin-bottom: 15px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.oc-faq__nav {

}

.oc-faq__btn {
    border: 1px solid var(--oc-magento-alfa);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 10px;
}

.oc-faq__btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.oc-faq__answ {
    font-weight: 300;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.oc-shown {
    display: block;
}

.oc-hidden {
    display: none;
}

.oc-faq__btn i {
    transition: all 0.3s ease-in-out;
}

