body {
    background: #07070E;
}


.app-sidebar {
    background: rgba(46, 46, 46, 1);
}

.app .app-sidebar .sidebar-header {
    margin-bottom: 10px;
}

.app .app-sidebar .app-header-design {
    position: absolute;
    top: -95px;
    left: -135px;

}

.profileBox {
    display: flex;
    align-items: center;
}

.profileBox .profilePic {
    padding: 0;
}

.profileBox .s-fill-balance span {
   font-weight: 600 !important;
    font-size: 19px !important;
    color: #fff !important;
    display: block !important;
    margin-bottom: -24px !important;
    margin-left: -30px !important;
}

.particle-snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
.particle-snow canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}
.christmas-garland .christmas-garland__item {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}
.christmas-garland .christmas-garland__item .shape {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.christmas-garland .christmas-garland__item .apple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.christmas-garland .christmas-garland__item .pear {
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
}
.christmas-garland .christmas-garland__item:nth-child(2n + 1) .shape {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.christmas-garland .christmas-garland__item:nth-child(4n + 2) .shape {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.christmas-garland .christmas-garland__item:nth-child(odd) .shape {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.christmas-garland .christmas-garland__item:nth-child(3n + 1) .shape {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.christmas-garland .christmas-garland__item:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -1px;
  left: 9px;
}
.christmas-garland .christmas-garland__item:after {
  content: "";
  top: -9px;
  left: 14px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.christmas-garland .christmas-garland__item:last-child:after {
  content: none;
}
.christmas-garland .christmas-garland__item:first-child {
  margin-left: -40px;
}

.swal-content {
  color: #000;
}

.hideextra {
  white-space: nowrap;
  overflow: scroll;
}
.app .app-sidebar .sidebar-menu {
    padding: 0;
}

.app .app-sidebar .sidebar-menu li a span {
    color: #B8B8B8;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 500;
}

.app .app-sidebar .sidebar-body {
    padding-right: 0;
    padding-left: 0;
}

.app .app-sidebar .sidebar-menu li.active a {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    border-radius: 8px 65px 0px 8px;
    border: none;
}


.app .app-sidebar .sidebar-menu li.active a span {
    color: #0A0A11;
    font-weight: 700;
}


.succes-fund,
.fail-fund {
    border-radius: 8px;
    background: rgb(41,25,27);
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px !important;
    text-align: center;
}

.succes-fund .close,
.fail-fund .close {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.succes-fund h3,
.fail-fund h3 {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600;
    margin: 15px 0;
}

.succes-fund p,
.fail-fund p {
    font-size: 17px;
    letter-spacing: .8px;
    line-height: 29px;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}

.succes-fund .action,
.fail-fund .action {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    transition: all .3s ease;
    height: 50px;
    width: 50%;
    font-size: 18px;
    color: #00002B;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 4px;

}














































.app .app-sidebar .sidebar-menu li.active a svg path {
    stroke: #0A0A11
}

.app .app-sidebar .sidebar-menu li a:hover,
.app .app-sidebar .sidebar-menu li a:focus{
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    border-radius: 8px 65px 0px 8px;
    transition: all .3s ease;
}

.app .app-sidebar .sidebar-menu li a:hover svg path {
    stroke: #0A0A11
}


.app .app-sidebar .sidebar-menu li a:hover span {
    color: #0A0A11;
    font-weight: 700;
}


.app .app-header {
    left: 325px;
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%);
    border-radius: 0px 0px 8px 8px;
    border-color: #4F4F4F;
    border-style: solid;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    height: 100px !important;
    display: flex;
    align-items: center;
    top: -3px;
}

.app .app-header > div {
    width: 100%;
    border-radius: 0px 0px 8px 8px;
}


.ahbtn.bs-2, .ahbtn {
    background: transparent;
    border: none;
}

.header-light {
    position: absolute;
    right: 160px;
    top: 13px;
}


.background-gridant {
    position: absolute;
    width: 100%;
    height: 197px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    opacity: 0.2;
    border-radius: 8px;
}

.app-rightbar-header {
    position: relative;
    z-index: 1;
}


.ahbtn.bs-3 {
    color: #fff;
    background: transparent;
    border: none;
}

.nav-custom .active {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
        font-weight: 600 !important;
}

/*.nav-custom .nav-active{*/
/*    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);*/
/*    border-radius: 4px;*/
/*    display: flex;*/
/*    height: 60px;*/
/*    margin-top: -15px;*/
/*    position: relative;*/
/*    overflow: hidden;*/

/*}*/

/*.nav-custom .nav-active::after {*/
/*    content: '';*/
/*    background: linear-gradient(332deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 1px;*/
/*    height: 35px;*/
/*}*/

/*.nav-custom .nav-active::before {*/
/*    content: '';*/
/*    background: linear-gradient(332deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);*/
/*    position: absolute;*/
/*    left: -3px;*/
/*    bottom: 0;*/
/*    width: 38px;*/
/*    height: 1px;*/
/*}*/

.nav-custom .nav-item .nav-link.active::before {
    display: none !important;
}

.nav-custom .nav-item .nav-link {
    padding: 10px !important;
}

.nav-custom {
    position: relative;
    border-bottom: 2px solid #ffffff54;
}

.nav-custom::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ffffff5e 0%, #ffffff70 46.37%, #ffffff52 100.01%, #ffffff2e 100.01%);
}

.nav-custom li {
    margin-bottom: 15px !important;
}

.nav-custom > img {
    position: absolute;
    top: -7px;
    transition: all .4s ease;
    left: 10px;
}

.m-left {
    left: calc(50% + 10px) !important;
}

.app .app-rightbar {
    background: #0A0A11;
}

.faq-ss-tabs .home-ss-tab,
.card.card-announce .can-content {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    border: none;
}

.card.card-announce .can-content {
        text-align: right;
}


.faq-ss-tabs .home-ss-tab .ss-tab-content {
    color: #d1d1d1;
}


.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    border-radius: 50px;
    width: 40px;
    height: 40px;
}


.faq-ss-tabs .home-ss-tab .ss-tab-head .col {
    display: flex;
    align-items: center;
}


.hp-bbosx {
    background: url(/img/edit-image/header.png);
    margin-top: 60px !important;
    background-repeat: no-repeat !important;
    margin-bottom: 0 !important;
}

.app .app-main {
    background-color: #090911;
}


.hpbb-body .dph--title {
    font-weight: 600;
}

.hpbb-body .dph--title h{
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase;
}




.hpbb-body .dph--title > div{
    margin-top: 10px;
    letter-spacing: 1px !important;
    color: #FCFCFC;
    font-size: 16px !important;
}


.hp-bbosx .man {
    position: absolute;
    right: 320px;
    bottom: 0;
    z-index: 1000;
}


.background-sec {
    background-color: black;
    padding: 25px;
    background-size: cover;
    border-radius: 4px;
    margin-right: 25px;
    position: relative;
}

.background-sec::after {
    content: '';
    background: url(/img/edit-image/shape-css.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-sec .row {
    position: relative;
    z-index: 5;
}

.background-sec .dh-fi-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.new-heading {
    background-color: #0A0A11 !important;
    background-size: cover !important;
    padding: 25px !important;
    border-radius: 6px !important;
    margin-bottom: 20px;
}


.t-notify .t-icon {
    background: #777777c9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.t-notify .t-icon .star {
    width: 80px;
    position: absolute;
    left: -44px;

}

.new-heading h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}

.new-heading .btn-ord-icon {
    position: relative;
}


/*.newOrder .card {*/
/*    background: transparent !important;*/
/*}*/

/*.newOrder .card > div {*/
/*    background: #2020266b;*/
/*}*/


.card-radius {
    border-radius: 8px 175px 0px 8px;
    overflow: hidden;}


.filter-social a {
        background: #13131F;
    border-radius: 4px;
    border: none;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}





.filter-social a:hover {
    color: unset;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.fla-label,
.newOrder .fla{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin: 10px 0 15px 0
}

.btn-ord,
.newOrder input{
    background-color: #0A0A11 !important;
    border: none;
    padding: 25px;
    display: flex;
    align-items: center;
    padding-left: 90px !important;
}
.btn-ord-icon,
.newOrder .fg-icon{
     background: #777777c9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;*/
    /*left: 20px;*/
}

.newOrder .fg-icon i {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
 .btn-ord-icon .star {
    position: absolute;
    left: -27px;
    width: 50px; }


.btn-ord::after {
background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}


#description + #description {
    background: #0A0A11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 0 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    line-height: 27px;
}

.min-max {
    color: #B8B8B8;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.div-notes {
        background-color: #0A0A11 !important;
    border: none;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

.div-notes .svg {
        position: relative;
}

.div-notes .svg .star {
     position: absolute;
    left: -32px;
    width: 60px;
    top: -17px;}

.div-notes .icon-svg {
    background: #777777c9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
}

.div-notes .span {
    display: flex;
    flex-direction: column;
    align-items: revert;
    line-height: 40px;
    font-size: 16px;
}

.checkbox-div {
    margin-top: 20px;
    color: #B8B8B8;
    font-size: 18px;
}

.checkbox-div label {
display: flex;
    align-items: center;
    gap: 15px;
}

.checkbox-div input {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: transparent;
    border: 2px solid #888;
}

.btn-style {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    border-radius: 8px 65px 0px 8px !important;
    border: none !important;
    color: #00002B !important;
    font-size: 18px !important;
}

.btn-style-overlay {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%) !important;
    border-radius: 0px 0px 0px 150px !important;
    color: #4F4F63 !important;
    line-height: 24px !important;
    padding: 17px 50px !important;
    font-size: 18px !important;
    border: 1px solid #4c99ec !important;
}


.dp-service-text {
    background:radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ !important;
    text-align: right;
    line-height: 33px;
}


.sub-back {
    background: url(img/edit-image/header-flip.png);
    padding: 25px;
    border: none;
    background-size: cover;
    display: flex;
    justify-content: center;
        background-repeat: no-repeat !important;
    background-position: 0 !important;
}



.sub-back > div {
    width: 70%;
    margin: auto;
    margin-bottom: -20px;
}

.sub-back > div .top-card {
    background-color: black;
    padding: 15px;
    background-size: cover;
    border-radius: 4px;
    margin-right: 25px;
}

.sub-back > div .top-card h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.sub-back > div .top-card h3 {
        font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
}


.top-card .cnb-circle {
    background: transparent;
}


.dropdown.s-filter .btn {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    color: #fff;
}


.dropdown.s-filter .btn span {
background: linear-gradient(89.98deg, #FF8B36 58.78%, #BA4BF1 77.89%, #12C2E9 99.99%, #12C2E9 99.99%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 18px;
margin-left: 7px;
}


#searchService {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    color: #4F4F63;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;

}

#searchService::placeholder {
        color: #4F4F63;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}

.fg-icon-search i {
        color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.service-title {
    background-color: #0A0A11 !important;
    border: none;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 60px;
        position: relative;
}

.service-title:not(:first-of-type) {
    margin-top: 20px;
}

.service-title svg {
        position: absolute;
    left: 0px;
}

.service-title span,
.service-id-box span {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.service-item {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-weight: 500;
}


.service-id-box {
        background:linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.tservice-des button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%) !important;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.modal-header .img {
        position: absolute;
    width: 200.37px;
    height: 105.98px;
    left: 149.82px;
    top: -2.43px;
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 0px 0px 15px 15px;
    border: 7px solid #4F4F4F;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header .img img {
width: 70px;
    height: 50px;
}


.modal-body .service-id-box {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%) !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .2px;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 4px;
}


#servisDetay .modal-dialog .modal-body .text {
    font-size: 16px;
    line-height: 26px;
}

#servisDetay .modal-dialog .modal-content {
    background: linear-gradient(179.82deg, #0A0A11 0.17%, rgba(0, 0, 0, 0.84) 99.85%);
}


.services-info {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 8px;
}

.si-item {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.services-info a {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    border-radius: 8px 65px 0px 8px;
    border: none;
}


#history-search input {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    color: #4F4F63;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}


#history-search i {
    color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.order-navs {
    gap: 17px;
}

.order-navs li {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 4px;
    justify-content: center;
}

.order-navs li a {
    background: transparent !important;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0;
}


.order-navs li a .svg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.order-navs li.active {
    color: #00002B;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
}

.order-navs li.active .svg {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
}

.order-navs li.active .svg svg path {
   fill: #00002B;
}

.order-list {
    background:radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #3c3c46 43.76%, rgb(28 28 40 / 70%) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    padding: 25px;
    margin-top: 20px;
}

#order-items {
    background: transparent !important;
    border: none !important;
}


.order-list .card-body {
    padding: 0;
}


.order-list .card-body > .row {
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    border: none;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    position: relative;
    margin: 0;
}

.order-list .card-body > .row  .coh-icon {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-list .card-body > .row  .coh-icon span {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;

}

.pg-titlte .p-color {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.order-list .card-body > .row > div {
    padding : 0 !important;
}

.order-list .card-body > .row  .co-text {
    font-size: 17px;
    line-height: 21px;
    color: #FCFCFC;
}

.order-list .card-body > .row .order-input {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 4px;
}

.order-list .card-body > .row .order-input .oi-control {
background: transparent;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.order-input .btn {
    color: #fff;
}


.card-order .co-right .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%) !important;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.order-status {
    background: #6FAA75;
    border-color: #6FAA75;
}

.order-status.os-cancel {
    background: #cf142b;
    border-color: #cf142b;
}


.card-order .co-hidden .chid-item {
    background: url(/img/edit-image/back-order.svg);
    border: none;
    background-size: cover;
}


.card-order .co-hidden .coh-details .coh-count {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .6px;
    margin-top: 5px;
}

.card-order .co-hidden .ahbtn {
        color: #00002B;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
}

.card-order .co-hidden .chid-item:hover .coh-icon {
    background: #2b2e39;
}


.order-list + .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.order-list + .pagination li a {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
}

.order-list + .pagination li.active a,
.pagination li a:hover:not(.active)
{
        color: #00002B;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
}


.noorders p {
        font-size: 18px;
    letter-spacing: .7px;
}

.noorders p a {
          background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.btn-fle a {
    width: 20%;
}

.btn-fle a button {
    width: 100%;
}

.card-empty {
background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #3c3c46 43.76%, rgb(28 28 40 / 70%) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
}

.back-funds {
    background-image: url(/img/edit-image/back-funds.svg);
    background-size: cover;
    padding: 0 100px;
    margin-bottom: -20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: -8px -280px;
    margin-top: -70px;
}

.back-funds h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
}

.back-funds p {
    margin-bottom: 0;
    color: #B8B8B8;
    font-size: 17px;
}

.funds-new .s-head,
.view-new .s-head {
    background-color: #0A0A11 !important;
    border: none;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
}

.funds-new .s-head h2,
.view-new .s-head h2 {
    margin-bottom: 0;
    font-size: 23px;
    letter-spacing: .6px;
    margin-left: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}

.funds-new .s-head p,
.view-new .s-head p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500 !important;
    color: #B8B8B8 !important;
    line-height: 28px;
    margin-left: 15px;
}

.funds-new .s-head .s-icon,
.funds-new .fg-icon,
.view-new .s-icon,
.view-new .fg-icon {
    background: #777777c9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.funds-new .s-head .s-icon .star {
    position: absolute;
    left: 0;
    width: 50px;
}

.funds-new .d-flex,
.view-new .d-flex {
    width: 100%;
}

.funds-new .fla {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.1px;
    margin: 0 0 10px 0px;
}

.funds-new .btn-ord {
    height: 70px;
    background-image: none !important;
}

.funds-new .btn-style-overlay {
    color: #fff !important;
}

.funds-new #small_lemon {
        color: #B8B8B8 !important;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}


.funds-new .old-payments .px-lg-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.funds-new .card {
    border: none !important;
    background: transparent;
}

.funds-new > .row >  .col-lg-6 > .card {
        background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
}

.old-payments .op-title,
.old-payments .op-title b{
        font-size: 20px;
    font-weight: 500 !important;
    margin-bottom: 15px;
}

.old-payments .op-id,
.old-payments .op-status{
        background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.old-payments .op-id span,
.old-payments .op-status span{
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700 !important;
}

.old-payments .op-date {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.old-payments .row{
    align-items: center;
}

.transferfunds .back-funds {
    margin-top: -40px;
}

.affiliates .sub-back {
    margin-bottom: 20px;
    margin-top: -20px;
    display: flex;
    align-items: center;
}

.affiliates .sub-back > div .top-card {
    padding: 15px 7px;
}

.affiliates .container-fluid > .card {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 8px;
}

.affiliates .px-4 {
    margin: 15px 0;
}

.affiliates .px-4 .afip-username-t {
    color: #FCFCFC;
    font-size: 17px;
    margin-bottom: 15px;
}

.affiliates .px-4 .afip-username span {
   font-size: 28px;
    letter-spacing: 1px;
}

.card-afip-body + .card-afip-body {
    border: none;
}


.affiliates .afip-box {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%);
    border: none;
    border-radius: 8px;
    padding: 25px;
}

.affiliates .afip-box .btn.btn-primary {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    padding: 10px;
}

.affiliates .afip-box .afip-title {
       color: #FCFCFC;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.card.afip-card::before {
    display: none;
}

.card.afip-card {
    border: none
}

.card.afip-card .card-body {
    background: url(/img/edit-image/back-order.svg);
    background-size: cover;
    background-position: bottom;
    padding: 40px;
}

.card.afip-card .card-body .c-title {
        font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 15px;
    color: #FCFCFC;
}

.card.afip-card .card-body .c-num {
    font-size: 28px;
}

.api-page .m-t-md strong,
.api-page .m-t-md strong p {
    color: #FCFCFC;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .7px;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}


.api .table {
    border-color: #5e5e5e;
    background-image: url(/img/edit-image/api-back.svg);
    background-repeat: no-repeat;
}

.table-bordered>:not(caption)>* {
    border-top: none;
}

.api .table td {
     padding: 15px;
    font-size: 14px;
    color: #fcfcfcd1;
}


pre.code {
        background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) !important;
    color: #888888 !important;
}

.faq-page .hp-bbosx {
    margin-bottom: 0px !important;
}


.terms-page .card {
        background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 8px;
    padding: 20px;
}

.terms-page .card h3 {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 24px;
    margin-bottom: 10px;
}

.terms-page .card p {
        font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.terms-page .nav-custom::after {
    display: none;
}

.terms-page .nav-custom .nav-item .nav-link {
       font-size: 20px;
     height: 60px;

}

.terms-page .nav-custom .nav-item .nav-link.active {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    border-radius: 8px;
    color: #00002B !important;
    font-weight: 600;
    -webkit-text-fill-color: unset !important;
}

.user-profile {
    margin-top: 70px;
}


.user-profile .card {
        background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%) !important;
    border-radius: 8px;
}


.user-profile .hp-title {
        font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
}

.user-profile .hpbb-text {
       font-size: 14px;
    color: #fcfcfcc7;
    margin-bottom: 0;
}


.user-profile .usp-top{
    border: none;
}

.user-profile .top-card {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%);
    border: none;
    border-radius: 8px;
    padding: 15px;
}

.user-profile .cnb-circle {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%) !important;
    padding: 0px;
}

.user-profile  .col h2 {
       color: #fcfcfcf0;
    letter-spacing: .7px;
    margin-bottom: 5px;
}


.user-profile .col h3 {
        font-size: 17px;
    font-weight: 500;
    letter-spacing: .7px;
    color: #FCFCFC;
    margin-top: 6px;
}

.user-profile .nav-custom-4 .nav-item .nav-link {
        background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
}

.profile-user-info .col-lg-3{
    margin-top: 20px;
}

.user-profile .nav-custom-4 .nav-item .nav-link.active,
.user-profile button[type="submit"] ,
.open-ticket-in-profile-a
{
      background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    border-radius: 8px;
    border: none !important;
    color: #00002B !important;
    font-size: 18px !important;
}

.user-profile .nav-custom-4 .nav-item {
    margin: 15px 0;
}

.page-mass .sub-back {
    margin-top: -35px;
}


.page-mass .card {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 8px;
}

.page-mass .new-heading {
    padding: 15px 25px !important;
}

.page-mass .new-heading h2 {

}

.page-mass .new-heading .star {
    width: 80px;
    position: absolute;
    left: -15px;
    top: -5px;
}

.page-mass .new-heading .s-icon {
    margin-top: -10px;
}


.page-mass .new-heading .row > div {
    align-items: center;
    display: flex;
}


.page-mass textarea {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 4px;
}

.page-mass .btn-style-overlay {
    color: #fff !important;
}

.page-mass .btn-form {
      width: 50%;
    margin: auto;
}

.order-list > .order-list {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.tickets-page .btn-ord {
    padding: 15px !important;
}

.tickets-page textarea,
.funds-new input#kuponadi{
    height: 120px;
}

.announcements-div {
    position: relative;
}

.announcements-div li {
    background-image: url(/img/edit-image/announ-back.svg) !important;
    background-size: cover !important;
    background-color: transparent !important;
    padding: 30px !important;
    box-shadow: none !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    border-radius: 12px !important;
}

.announcements-div li .time {
  color: #B8B8B8 !important;
    font-size: 15px;
    margin-top: 0 !important;
}

.announcements-div li .time svg {
    margin-right: 10px;
}

.announcements-div li .service {
    color: #fff !important;
    font-size: 16px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.announcements-div li .desc {
    color: #FCFCFC !important;
    margin-bottom: 0 !important;
}

.announcements-div .icon {
 background: transparent !important;
box-shadow: none !important;
}


.announcements-div .icon img {
    width: 100%;
    position: relative;
    z-index: 5;
}

.announcements-div ul li::after {
content: '';
    left: -34px;
    top: 0;
    height: calc(100% + 45px);
    position: absolute;
    width: 2px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    z-index: 1;}

.support-chat .schat-msg-input .send-btn {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
}

.dropdown.s-filter .dropdown-menu > li > a {
    background: #07070e;
    color: #fff;
    padding: 15px;
    padding-left: 30px;
}

a:focus {
    box-shadow: none;
}


.smmspot-sb-container .smmspot-sb-dd-item {
    padding: 15px;
    padding-left: 30px;
}

.smmspot-sb-container .smmspot-sb-dd-search {
    margin-bottom: 20px;
}

.fga svg {
    display: block;
}

.card-body-neworder {
    padding-right: 60px;
}

/********************************** Mobile **********************************/

@media(max-width: 450px) {
    .app .app-header {
        left: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0 0 30px 30px;
    }
    .star,
    .header-light {
        display: none;
    }
    .btn-mobile {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    .btn-sb-close {
        /*position: absolute;*/
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
        width: 50px !important;
        height: 50px;
        color: #fff !important;
        right: 20px;
        /*top: 20px;*/
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: unset !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0;
        z-index: 20;
        float: right;
    }
    .app .app-sidebar .app-header-design {
        display: none;
    }
    .app .app-sidebar .sidebar-menu li a span {
        overflow-x: unset;
    }
    .app-navbar {
        background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%);
    }
    .app-navbar-grid {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
        padding: 20px;
        border-radius: 50%;
        margin-top: -30px;
    }
    .hp-bbosx {
        background:  url(/img/edit-image/header-mobile.png);
        background-position: bottom;
        border-radius: 4px 150px 4px 4px;
        overflow: hidden;
    }
    .hp-bbosx .hpbb-body {
        padding: 60px 30px 40px 30px;
    }
    .newOrder .background-sec {
        margin-bottom: 20px;
    }
    .new-heading h2 {
        font-size: 20px;
    }
    .div-notes {
        padding: 15px;
    }
    .div-notes .svg {
        width: 22%;
    }
    .div-notes .span {
        line-height: 24px;
        font-size: 14px;
    }
    .flex-mobile {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .announcements-div {
        padding: 0 !important;
        padding-left: 23px !important;
    }

    .announcements-div li {
        padding: 15px !important;
        background-position: 0% 100% !important;
    }
    .announcements-div li .service {
        margin-top: 20px !important;
    }
    .layer-mobile .card .card-body {
        background: transparent !important;
    }
    .hpbb-body .dph--title {
        font-size: 18px !important;
    }
    .sub-back {
        background: url(/img/edit-image/header-mobile-2.svg) !important;
        background-repeat: no-repeat !important;
        margin: 0 0 30px 0px;
        background-size: auto !important;
        background-position: -16px !important;
    }
    .sub-back > div {
        padding: 0 !important;
        width: 100%;
    }
    .page-mass .btn-form {
        width: 100%;
    }
    .sub-back > div .top-card {
        margin-right: 0;
    }
    .dropdown.s-filter .btn {
        margin-bottom: 20px;
    }
    .noorders .d-flex {
        flex-direction: column;
    }
    .btn-fle a {
        width: 100%;
    }
    .updates-page .order-list {
        padding: 0;
        background: transparent;
    }
    .order-list .card-body > .row .order-input .oi-control {
        text-align: center;
    }
    .back-funds {
        padding: 0 40px;
        background: url(/img/edit-image/back-funds-mb.svg);
        background-size: auto;
        background-position: -278px -280px;
        margin-top: -30px;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .funds-new .s-head h2 {
        font-size: 20px;
    }
    .col-mb > div {
        width: 100% !important;
    }
    .card.afip-card .card-body {
        background-position: unset;
    }
    .faq-page .hpbb-body,
    .tickets-page .hpbb-body{
        padding-top: 20px;
    }
    .order-list .card-body > .row .order-input .oi-control {
        word-wrap: break-word;
        word-break: break-all;
        font-size: 14px;
    }
    .order-list + .pagination {
        margin-bottom: 80px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .hp-bbosx .man {
        display: none;
    }
    .nav-custom .nav-item .nav-link {
        background: transparent !important;
    }
    .nav-custom .nav-item .nav-link.active {
        background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
        -webkit-background-clip: text !important;
    }
    .nav-custom .nav-item .nav-link {
        padding-left: 0 !important;
    }
    .nav-custom > img {
        width: 160px;
        height: 55px;
    }
    .nav-custom li {
        margin-bottom: 1px !important;
    }
    .can-time i {
        display: none;
    }
    .btn-ord, .newOrder input {
        padding-left: 70px !important;
    }
    .smmspot-sb-btn span {
        white-space: pre-wrap;
        padding-right: 35px;
    }
    .tickets-page .hp-bbosx {
        background-position: 10% -60%;
    }
    .hpbb-body .dph--title > div{
        font-size: 15px !important;
    }
    .funds-new .s-head p {
        word-wrap: break-word;
        word-break: break-word;
    }
    .terms-page .nav-custom .nav-item .nav-link {
        font-size: 16px;
    }
    .app-navbar a:focus {
background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    padding: 10px;
    border-radius: 50%;    }
    .card {
        overflow: hidden;
    }
}


/************************************* Large Screen **********************/

@media(min-width: 1921px) {
    .faq-page .hp-bbosx {
        margin-bottom: 30px !important;
    }
    .transferfunds .hp-bbosx {
        margin-bottom: 70px !important;
    }
}



.border-grid {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%) !important;
    color: #B8B8B8 !important;
    border-width: 5px !important;
    border: 2px solid !important;
    border-image: linear-gradient(139deg, #FF8B36, #BA4BF1, #12C2E9) 2 !important;
    float: right !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    width: 260px !important;
}

.info-content p {
    color: #FCFCFC;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.info-content ul {
    list-style: none;
}

.info-content ul li {
     font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.info-content ul li::after {
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 7px;
}

.info-content .color-red {
    background: linear-gradient(90deg, #BA4BF1 0%, #C757CD 46.37%, #C757CD 100.01%, #BA4BF1 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.info-content .color-prpule {
      background: linear-gradient(90deg, #12C2E9 0%, #5F8CED 46.37%, #5F8CED 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

 .color-orange {
    background: linear-gradient(90deg, #FF8B36 0%, #F7834B 46.37%, #F7834B 100.01%, #FF8B36 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.info-content img {
    max-width: 100%;
    width: 100%;
}

.card-body-neworder > .row {
    gap: 10px;
    width: 100%;
}

.card-body-neworder .background-sec {
    margin: 0;
    padding: 15px;
    width: calc((100% / 3) - 15px);
    display: flex;
    align-items: center;

}

/*.card-body-neworder .background-sec .col,*/
/*.card-body-neworder .background-sec .col-auto {*/
/*    padding: 0 !important;*/
/*}*/

.cupon-code {
    padding-bottom: 15px;
    margin-bottom: 15px;
        position: relative;
}

.cupon-code::after {
    content: '';
    background: linear-gradient(58.77deg, #12C2E9 0.73%, #12C2E9 6.63%, #12C2E9 11.86%, rgba(20, 19, 32, 0) 33.84%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 15px;
    height: 1px;
}




.min-scroll {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 40px;
}

.min-scroll::-webkit-scrollbar-track,
.point-info .point-info-content::-webkit-scrollbar-track,
.min-scroll-mob::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.min-scroll::-webkit-scrollbar,
.point-info .point-info-content::-webkit-scrollbar,
.min-scroll-mob::-webkit-scrollbar {
	width: 4px;
  background: #0A0A11;
}

.min-scroll::-webkit-scrollbar-thumb,
.point-info .point-info-content::-webkit-scrollbar-thumb,
.min-scroll-mob::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background: linear-gradient(177.99deg, #FF8B36 48.3%, #BA4BF1 86.61%, #12C2E9 130.93%, #12C2E9 130.93%);
}


.name-truns {
    color: #fff !important;
    background: transparent !important;
    -webkit-text-fill-color: unset !important;
    font-weight: 400 !important;
}


.old-tickets .op-id,
.schat-body-header .op-id,
.old-tickets .op-status {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%) !important;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border: none !important;
}

.old-tickets .op-status {
    margin-top: 22px;
}


.old-tickets .op-id span,
.schat-body-header .op-id span,
.old-tickets .op-status span {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
}


.text-content {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, .2) -58.54%, rgba(255, 255, 255, 0.1) 90.8%);
    border-radius: 12px;
    padding: 25px;
}

.all-message.min-scroll {
    max-height: 400px !important;
    overflow-y: auto;
}

.user-message {
    margin-bottom: 20px;
    text-align: right;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.user-message p {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    border-radius: 27px 55px 1px 27px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 30px;
    margin-left: 10px;
    width: 241px;
    margin: 0 0 5px 0;
}

.user-message span {
        width: 241px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.admin-message {
    margin-bottom: 20px;
    text-align: right;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.admin-message p,
.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg{
    background: linear-gradient(90deg, rgba(255, 139, 54, 0.3) 0%, rgba(186, 75, 241, 0.3) 46.37%, rgba(18, 194, 233, 0.3) 100.01%, rgba(18, 194, 233, 0.3) 100.01%);
    border-radius: 121px 55px 55px 0px;    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 30px;
    margin-left: 10px;
    width: 241px;
    margin: 0 0 5px 0;
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
    width: auto;
}

.admin-message span {
        width: 241px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.text-content textarea {
    height: 44px;
    background: #0A0A11;
    border-radius: 8px;
    width: 100%;
    border: none;
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
}

.text-content form {
    display: flex;
    align-items: flex-start;
}

.text-content .meassage {
 width: calc(100% - 24px);
}


.text-content button {
        background: transparent;
    box-shadow: none;
    padding: 10px;
    border: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.open-ticket {
        display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 25px;
}

.open-ticket img {
    cursor: pointer;
    transform: rotate(180deg);
}

.open-ticket img.nortate {
    transform: rotate(0deg);
}

.con-pag {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    bottom: -45px;
    gap: 10px
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
      position: unset !important;
      width: auto !important;
    margin: unset !important;
    height: unset !important;}

.swiper-button-prev img{
    transform: rotate(180deg);
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
}

.old-tickets .op-date {
        font-weight: 600;
    font-size: 16px
}


.search-box {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 70px;
    background: #1e1e1e;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    width: 94%;
    border-radius: 4px;
    align-items: center;
    display: none;
}

.search-box form input {
        background: transparent;
    border: 1px solid #999999;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
}

.search-box form img , .search-box form i {
      position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    z-index: 10;
}

.search-box .close-ticket svg,
.searchfilter img{
    cursor: pointer;
}

#charge{
    color: white !important;
}

.cursor-pointer{
    cursor: pointer;
}

.search-box form {
        width: calc(100% - 55px);
    padding-right: 15px;
    position: relative;
}

.show-closed-ticket {
    text-align: right;
}

.show-closed-ticket a {
        font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 15;
}



.user-edit-info {
    border-radius: 8px;
    background: rgb(41,25,27);
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    z-index: 1000;
    height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px !important;
}

.is-invalid{
    border: 2px solid red;
}

.click-terms-popup,
.all-ticket-closed{
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    z-index: 1000;
    height: 70%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px !important;
}

.all-ticket-closed .old-ticket {
    position: relative;
}

.all-ticket-closed .old-ticket::after{
    content: '';
    background: linear-gradient(90deg, #ff8b3659 0%, #ba4bf161 46.37%, #12c2e95e 100.01%, #12c2e959 100.01%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
}

.s-icon-closed h3 {

    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;


}

.closed-ticket svg {
    float: right;
    cursor: pointer;

}

.our-services .info {
    padding: 0 25px;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
}

.vanishing-hr {
    background: linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0) 18%);
}

.our-services .info h3 {
    font-size: 20px;
    line-height: 25px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: initial;
}


.our-services .info p {
font-size: 16px;
    font-weight: 600;
    letter-spacing: .8px;
    margin-bottom: 0;
    padding-bottom: 25px;
    margin-top: 10px;
}

.accordion-item .accordion-button {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    border: none !important;
    outline: none !important;
}

.accordion-item .accordion-button.collapsed {
    background: #0a0a1199 !important;
    border: none !important;
    outline: none !important;
}

.accordion-button::after {
    display: none;
}


.accordion-item.cupon-code::after {
    left: 0 !important;
}

.accordion-item.cupon-code:last-of-type::after {
    display: none !important;
}

.accordion-body {
    font-size: 15px;
    font-weight: 500;
}

.accordion-body.info-content .img {
    width: calc(25% - 15px);
    margin-left: 12px;
}

.content-verif h3 {
    font-size: 20px;
    line-height: 29px;
}

.content-verif button {
    border-radius: 0 !important;
    margin: 10px 0;
    width: 50%;
}


.content-verif-2  .user-info {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.content-verif-2  .user-info .img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%) !important;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.content-verif-2  .user-info .info {
 padding-left: 5px;
}

.content-verif-2  .user-info .info h5 {

    color: #a3a3a3;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 0;
}

.content-verif-2 .user-info .info h3 {
    margin-bottom: 0;
    font-size: 18px;
}


.user-edit-info {
    overflow-y: hidden;
    height: auto;
    padding: 25px !important;
}


.user-edit-info h3 {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
position: relative;
    z-index: -1;

}

.user-edit-info .info-content ul li{
    font-size: 16px;
}

.note {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
}

.note span {
    color: #FF8B36;
    font-weight: bolder;
    font-size: 17px;
}

.user-edit-info form label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.user-edit-info form label input{
    width: 20px;
    height: 20px;
}


.user-edit-info form button,
.user-edit-info a {
    width: 50%;
}


.user-edit-info .closed-user-edit-info {
    position: absolute;
    right: 10px;
    cursor: pointer;
    z-index: 45341635;
}

.edit-verfi {
    cursor: pointer;
}

.content-verif-3 .feat-desc {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    font-size: 16px;
    line-height: 25px;
    color: #FCFCFC;
    padding: 20px;
    margin-bottom: 20px;
}

.content-verif-3 h4 {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}


.content-verif-3.info-content ul li {
    font-size: 15px;
    line-height: 25px;
}

.content-verif-3 .feat-cont {
    margin-bottom: 0;
    font-size: 17px
}

.content-verif-3 .feat-cont a {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.questions-verfi .que {
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    font-size: 16px;
    line-height: 25px;
    color: #FCFCFC;
    padding: 20px;
    margin-bottom: 20px;
}

.form-group svg {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.questions-verfi .que h3 {
    font-size: 19px;
    margin-bottom: 8px;
}


.questions-verfi .que p {
    margin-bottom: 0;
    color: #8b8b8d;
    font-size: 15px;
    line-height: 24px;
}

.d-flex-invoice {
    flex-wrap: wrap;
}

.d-flex-invoice a {
    display: block;
    margin-top: 15px;
}

.current-span {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700;
    margin-left: 0;
    display: block;
}

.wating-verfi {
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .7);
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wating-verfi .dot {
    width: 20px;
    height: 20px;
    background: #12C2E9;
    border-radius: 50%;
    margin-bottom: 60px;
  animation: dot-elastic-after .5s infinite ease;
}


@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.25);
  }
  50% {
    transform: scale(1, 1.50);
  }
  75% {
    transform: scale(1, 1.25);
  }
  100% {
    transform: scale(1, 1);
  }
}

.verified-account {
    background-image: url(/imgs/Verified-back.png);
    background-size: cover;
    padding: 20px 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}


.succeful-verfi > div {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #000;
    width: 70%;
    border-radius: 8px;
    justify-content: space-between;
}

.succeful-verfi > div .info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.succeful-verfi > div .info h3 {
        margin: 0;
    font-size: 17px;
}

.succeful-verfi > div .close-suc {
    cursor: pointer;
}


.succeful-verfi-card {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 50px !important;
}

.trx-colored-modal{
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    padding: 50px !important;
}

.newOrder .succeful-verfi-card {
    padding: 20px !important;
    width: 300px;
}

.succeful-verfi-card h3 , .wait-modal-h3 {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.succeful-verfi-card img:not(.close-verfi-card) {
    width: 100px;
}


.succeful-verfi-card p , .wait-modal-p {
    font-size: 16px;
    line-height: 25px;
    color: #FCFCFC;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
}

.succeful-verfi-card .close-verfi-card , .close-verfi-card {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.succeful-verfi-card a , .wait-modal-a {
    width: 80%;
    border-radius: 0 !important;
    padding: 10px !important;
}

.claim {
    background: linear-gradient(268deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 15px;
    margin-top: 7px;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    right: 12px;
    z-index: 99999;
}

.claim-pop {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    width: 100% !important;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    padding: 25px !important;
}


.claim-pop h3 {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.claim-pop p {
    font-size: 15px;
    margin-bottom: 40px;
}

.claim-pop form label input {
    width: 20px;
    height: 20px;
}

.claim-pop form > label {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.claim-pop form a {
    color: #fff !important;
}

.claim-trans {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.claim-trans > div:not(.img) {
    width: 40%;
}

.claim-trans > div.img {
    width: 20%;
    text-align: center;
    padding-top: 30px;
}

.claim-trans label {
    color: #FCFCFC;
    font-size: 17px;
    margin-bottom: 10px;
}

.claim-trans input {
    background-image: none !important;
    color: #fff;
    font-size: 17px;
    width: 100%;
padding: 20px !important;

}

.point-qu {
display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}


.point-info {
    border-radius: 8px;
    background: rgb(41,25,27);
background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 9999;
    width: 80%;
    overflow: hidden;
}

.point-info > .sidebar {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    width: 20%;
    padding: 50px 30px;
}

.point-info > .sidebar img {
    margin-bottom: 85px;
}

.point-info > .sidebar ul {
    margin-bottom: 0;
}

.point-info > .sidebar ul li {
    font-size: 17px;
    margin-bottom: 20px;
}


.point-info .point-info-content {
    padding: 50px 25px 20px 25px;
    width: 85%;
}

.point-info .point-info-content .content-all {
    display: flex;
    align-items: center;
}

.point-info .point-info-content .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #ffffff40;
    width: calc(100% / 7);
}

.point-info .point-info-content .content:last-of-type {
    border-right: none;
}

.point-info .point-info-content .content .content-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.point-info .point-info-content .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.point-info .point-info-content .content img {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    padding: 15px;
    border-radius: 50px;
    margin-bottom: 15px;
    width: 87px;
    height: 86px;
}

.point-info .point-info-content .content ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin: 20px 0;
}

.point-info .point-info-content .content ul li i.fa-times{
    background: #FFC89F;
    color: #20151f;
    font-size: 11px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-info .point-info-content .content ul li i.fa-check{
    background: #90BC76;
    color: #20151f;
    color: #20151f;
    font-size: 11px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-info .point-info-content .content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1px;
    letter-spacing: 1px;
}

.point-info .point-info-content .note {
    margin-top: 30px;
}

.point-info .point-info-content .note >  span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    background: linear-gradient(89.98deg, #FF8B36 58.78%, #BA4BF1 77.89%, #12C2E9 99.99%, #12C2E9 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.point-info .point-info-content .note p {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 300;

}


.point-info-close , .claim-pop-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.order-info {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    z-index: 99999;
}

.order-info-btn {
    margin-left: 5px;
    cursor: pointer;
}

.order-info-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
}

.order-info .headeing {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}


.order-info .headeing h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.order-info .info-content {
    padding: 25px;
}

.order-info .info-content p {
    font-size: 17px;
}

.order-info .info-content p:last-of-type {
    font-size: 15px;
    width: 70%;
}

.order-info .info-content h3 {
    font-weight: 600;
    font-size: 22px;
    background: linear-gradient(122deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 15px;
}


.progress {
  width: 60px;
  height: 60px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progress .progress-value div {
    margin-bottom: 0;
}



.border-primary {
    border-color: #d463ac!important;
}

.hide-mobile {
    display: none;
}
.hide-desktop {
    display: block;
}

.banner-sys {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/imgs/404_back.png);
    z-index: 10000000000000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-sys .banner-sys-logo {
    position: absolute;
    top: 20px;
    left: 320px;
}

.banner-sys h3 {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 30px;
}

.banner-sys p {
        font-size: 17px;
    margin-bottom: 7px;
}

.banner-sys a{
    margin-top: 20px !important;
}

.banner-sys-ava {
    background-image :url(/imgs/ava_back.png);
}

.banner-sys-502 {
    background-image :url(/imgs/bad_back.png);
}

.banner-sys-502 .col-md-6 {
    display: flex;
    align-items: center;
}

.banner-sys-502 .hide-desktop img {
    transform: scale(1.5);
}

@media(max-width: 450px) {

    .banner-sys {
        background-image :url(/imgs/404_back_mb.png);
        padding: 0 25px;
        text-align: center;
    }

    .banner-sys-502 {
        background-image :url(/imgs/bad_back_mb.png);
    }

    .banner-sys-ava {
        background-image :url(/imgs/ava_back_mb.png);
    }


    .banner-sys img:not(.banner-sys-logo) {
        width: 50%;
        margin-bottom: 10px;

    }

    .banner-sys .banner-sys-logo {
        left: 20px;
    }

    .card-body-neworder .background-sec {
        width: 100%;
    }
   .accordion-body.info-content .img {
       width: calc(50% - 15px);
        margin-bottom: 20px;
   }
   .transferfunds .back-funds {
        margin-top: 0;
    }
    .cupon-code .col-lg-3.col-12{
        margin-top: 20px;
    }
    .old-tickets .op-title {
        font-size: 14px;
    }
    .user-message p, .admin-message p {
        width: 100%;
        display: block;
        text-align: left;
    }
    .admin-message p {
        text-align: right;
    }
    .con-pag {
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .show-closed-ticket {
        text-align: center;
    }
    .all-ticket-closed,.click-terms-popup, .user-edit-info,
    .succeful-verfi-card, .claim-pop {
        z-index: 1000000000000000;
    }
    .faq-page .hp-bbosx {
        background-position: 0 0;
    }
    .verfi-page .hpbb-body {
        padding-top: 0;
    }
    .verfi-page .hp-bbosx {
        background-position: 0 -15px;
        padding-top: 10px;
    }
    .content-verif button {
        width: 100%;
    }
    .user-edit-info {
        z-index: 1000000000000000;
    }
    .user-edit-info .closed-user-edit-info {
        right: -10px;
        top: -10px;
    }
    .verified-account {
        padding: 20px;
    }
    .claim-trans {
        flex-direction: column;
    }
    .claim-trans > div:not(.img) {
        width: 100%;
    }
    .claim-trans label {
        font-size: 21px;
    }
    .claim-trans > div.img {
        width: 100%;
        margin-bottom: 25px;
        text-align: left;
    }
    .claim-trans > div.img img {
        transform: rotate(90deg);
    }
    .order-info {
        width: 90%;
        height: 80%;
    }
    .order-info .min-scroll-mob {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 100%;
    }
    .order-info .headeing h3 {
        text-align: left;
    }
    .hide-mobile {
        display: block;
    }
    .hide-desktop {
        display: none;
    }

    .point-info {
        flex-direction: column;
        padding: 30px 0 15px 0;
        height: 90%;
    }
    .point-info img.hide-mobile {
        position: absolute;
        width: 70px;
        top: 10px;
        left: 10px;
        z-index: 10;
    }
    .point-info .point-info-content {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .point-info .point-info-content .content-all {
        flex-direction: column;
        gap: 25px;
    }
    .point-info .point-info-content .content {
        width: 100%;
        border-right: none;
        padding: 0;
    }
    .point-info .point-info-content .content .content-head {
        flex-direction: row-reverse;
        gap: 15px;
        position: relative;
    }
    .point-info .point-info-content .content .content-head::after {
        content: '';
        position: absolute;
        width: 230%;
        height: 96px;
        left: -82px;
        top: -7px;
        background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
    }
    .point-info .point-info-content .content ul li,
    .point-info .point-info-content .content p {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .point-info .point-info-content .content ul {
        width: 100%;
    }
    .point-info .li-span {
        font-size: 17px;
        font-weight: 200;
    }
    .point-info-close {
        left: 0;
        text-align: right;
        background: #291a1b;
        top: 2px;
        right: 0;
        height: 60px;
        padding-right: 7px;
        padding-top: 6px;
    }
    .point-info .point-info-content .content ul {
        display: none;
    }
    .point-info .point-info-content .content ul.active {
        display: block;
    }
    .point-info .point-info-content .content img {
        width: 70px;
        height: 70px;
    }
    .point-info .point-info-content .content {
        align-items: flex-start;
    }
    .point-info .point-info-content .content {
        position: relative;
    }
    .point-info .point-info-content .content .content-head::after {
        left: -30px;
        width: 300%;
        z-index: -1;
    }
    .point-info .point-info-content .content::before {
        content: '▼';
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 10px;
        background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%);
        z-index: 10;
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .point-info .point-info-content .active.content::before {
            transform: rotate(180deg);
    }
    .point-info .point-info-content .content ul li {
        margin-bottom: 15px;
    }
}


.layer-mobile > div {
    background: url(/img/edit-image/layed.svg);
    background-repeat: no-repeat !important;
    background-position: 0px 23px;
    border: none;
    margin-bottom: 0 !important;
}


.status-invoice {
    display: flex;
    gap: 7px;
    align-items: center;

}

.status-invoice .op-status {
    width: calc(100% - 40px);
}

.status-invoice .download-invoice {
    width: 40px;
    height: 40px;
}

.status-invoice a {
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px !important;
}


.desc-new .desc-content {
    background-color: #0A0A11;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    border-radius: 14px;
    background-position: right;
}

.desc-new .desc-content ul {
    margin-bottom: 0;
}

.desc-new .desc-content li {
    margin-bottom: 10px;
}

.desc-new .desc-content li img, .desc-new .desc-content li i{
    margin-right: 7px;
    width: 20px;
    font-size: 23px;
}

.desc-new .desc-content li span {
    font-size: 16px;
}

.card-dark {
        background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #26264c 43.76%, rgb(36 36 54 / 70%) 100%) !important;
}


.all-ticket-closed .card-empty {
    padding: 25px;
}

.all-ticket-closed .card-empty h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.all-ticket-closed .card-empty img {
    width: 200px;
    margin: auto;
    margin-bottom: 15px;
}


.all-ticket-closed .card-empty a {
margin: auto;
    margin-top: 20px !important;
}


.d-flex-1 {
   display: flex;
}

.d-flex-2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.d-flex-2 a{
    border-radius: 0 !important;
    padding: 15px;
    width: calc(50% - 10px)  !important;

}

.view-new .old-ticket .col-lg-2.col-3.text-center{
    display: none;
}


.view-new .old-tickets .card {
    background: none !important;
    border: none;
    position: relative;
}

.view-new .old-tickets .card::after {
    content: '';
    background: linear-gradient(58.77deg, #12C2E9 0.73%, #12C2E9 6.63%, #12C2E9 11.86%, rgba(20, 19, 32, 0) 33.84%);
    position: absolute;
    bottom: 1px;
    width: 240%;
    left: 15px;
    height: 1px;
}

@media(min-width: 768px) {
    .view-new .old-tickets .row .col-lg-3.col-6,
    .view-new .old-tickets .row .col-lg-4.col-6
    {
            width: 40% !important;
    }
    .view-new .old-tickets .row .col-lg-3.col-9.text-center {
        width: 20% !important;
    }
}

.search-box-2 input {
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: none;
    padding: 10px 15px;
    color: #fff;
}

.search-box-2 img  {
    position: absolute;
    right: 40px;
    top: 73px;
}


.graident-head {
        font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 15px;
}


input[name="numberRecapcha"] {
        border: 1px solid #777 !important;
    height: 45px;
    width: 95%;
}

.support-chat .schat-body .schat-body-header {
        margin-bottom: -20px;
}

.support-chat .schat-body-content {
        padding: 20px 30px 20px 30px;
    margin: 25px;
    background: #23252e;
    border-radius: 10px;
    border: 1px solid #2b2e38;
}


.closed-tick-card {
    display: none;
}

.closed-tick-card-empty img {
    margin-bottom: 20px;
}

.order-info-btn-details {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    float: right;
    font-size: 20px;
    font-weight: 600;
}

.order-info-btn-details img {
    display: none;
}

.form-order {
    padding-top: 20px;
}

.div-notes + .form-group.fields .fla {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 17px;
}

.alert-noti {
    background: #ffaf3657;
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: -10px;
}


.alert-noti + .row.mt-2 {
    justify-content: center;
}

.order-info {
    padding-left: 0;
    padding-right: 0;

}

.hp-bbosx-massorder {
    margin-top: 60px;
}


.page-mass .hp-bbosx .man {
    bottom: 3px;
}

.services-info {
    margin-top: 20px;
}

.updates-page .order-list {
        background: none;
    padding: 0;
}

.app .app-sidebar {
    overflow-x: hidden;
}

.cancel-order {
    width: 150px !important;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    padding: 15px 0;
}

.col-lg-6-addfunds .card:not(:first-of-type) {
    margin-top: 30px;
}

.recapcat-code {
    background: #0a0a11;
    padding: 20px 10px;
    margin-left: 10px;
    border-radius: 5px;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-bottom: 20px;
}

.recapcat-code i {
    font-size: 14px;
}

.recapcat-code-kupon {
    width: calc(100% - 0px);
    margin-left: 0;
}

.recapcat-code .fla.fla-label {
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
    font-size: 16px;
}

.recapcat-code .form-control {
    margin-top: 30px;
    background: radial-gradient(99.58% 56.43% at 149.58% 64.33%, rgba(253, 164, 0, 0) 0%, #080813 43.76%, rgba(16, 16, 30, 0.7) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 4px;
    color: #4F4F63;
    border: 1px solid #4F4F63 !important;
    height: 40px !important;
    color: #fff !important;
}

.terms-page .hp-bbosx .man {
    bottom: 25px;
}

.faq-page-img .hp-bbosx .man {
    bottom: 27px;
}

.api-page .page-mass .card,
    .container-fluid.affiliates .page-mass .card {
    margin-bottom: -30px;
    margin-top: -70px;
}

.verfi-page .hp-bbosx .man,
.tickets-page .hp-bbosx .man {
    bottom: 25px;
}

.tickets-page .hp-bbosx-massorder {
    margin-top: 40px;
}

.funds-new > .row > .col-lg-6 > .card.card-empty {
    background: linear-gradient(357deg, rgb(46 46 46 / 12%) -58.54%, rgb(255 255 255 / 12%) 90.8%);
}

.search-closed-ticket form {
    width: 100%;
    position: relative;
}

.search-closed-ticket form input {
    border: none;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 6px;
    color: #fff;
    padding-left: 45px;
    background: linear-gradient(233.45deg, rgba(255, 255, 255, 0) -58.54%, rgba(255, 255, 255, 0.2) 90.8%);
}

.search-closed-ticket form input::placeholder {
    color: #fff;
}

.search-closed-ticket form img , .search-icon-fa-ticket {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.tickets-page-details .our-services .info {
    padding: 25px;
}

.tickets-page-details .our-services .info p {
    padding-bottom: 15px;
    margin-top: 0px;
}

.switch-btn {
    display: flex;
    border-width: 5px !important;
    border: 2px solid !important;
    border-image: linear-gradient(139deg, #FF8B36, #BA4BF1, #12C2E9) 2 !important;
}

.switch-btn a {
    padding: 15px;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease;
}

.switch-btn a.active,
.switch-btn a:hover {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    color: #222;
}

.schat-left-body > h3,
.schat-body > h3,
#closed_ticket_empty h3 {
    background: linear-gradient(59deg, #FF8B36 -2%, #BA4BF1 21.37%, #12C2E9 64.01%, #12C2E9 42.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.schat-body > h3 {
    margin-left: 25px;
    margin-bottom: 0;
}

.support-chat .schat-body .schat-body-header {
    margin-top: 10px;
    border-radius: 10px 10px 0 0;
    margin-bottom: -25px;
    border-bottom: 1px solid #cccccc1c;
}

.support-chat .schat-title i {
    margin-right: 10px;
}

.support-chat .schat-body-content {
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-right: 17px;
    height: auto;
}

.schat-left-body .search-closed-ticket {
    margin-bottom: 20px;
}

.schat-left-body .card {
    background: transparent;
    border: none;
}

.schat-left-body .old-tickets .old-ticket .card  > div {
    padding: 0 !important;
}

.schat-left-body .old-tickets .old-ticket .card .row .col-lg-2.col-3.text-center {
    display: none;
}

.schat-left-body .old-tickets .old-ticket .card .row .col-lg-4.col-6 {
    width: 50% !important;
}

.schat-left-body .old-tickets .old-ticket.active {
    padding: 15px;
    background: rgb(41,25,27);
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    background-size: cover;
}

.support-chat .schat-left-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.support-chat .schat-left-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.support-chat .schat-left-body::-webkit-scrollbar {
	width: 4px;
  background: #0A0A11;
}

.support-chat .schat-left-body::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background: linear-gradient(177.99deg, #FF8B36 48.3%, #BA4BF1 86.61%, #12C2E9 130.93%, #12C2E9 130.93%);
}

#closed_ticket {
    display: none;
}

#closed_ticket_empty {
      padding: 40px;

}

#closed_ticket_empty > div {
    margin-top: 40px;
}

.tservices-row > * {
    flex: 0 0 120px;
}

.tservice-des button {
    margin: auto;
}

.tservice-head .tservices-row > div {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.click-terms:hover {
    transition: all .3s ease;
    cursor: pointer;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

}

@media(min-width: 1921px) {
    .sub-back,
    .hp-bbosx,
    .layer-mobile > div{
        background-size: cover !important;
    }
    .layer-mobile > div {
        background-position: 0px -5px !important;
    }
    .alert-noti {
        margin-bottom: 20px !important;
    }
    #serviceName #serviceName {
        display: block;
    }
    .desc-new > svg,
    #serviceName > svg{
        height: 5px;
    }
    .card-body-neworder .background-sec {
        min-height: 121px;
    }
    .back-funds {
        background-position: -8px -420px;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .terms-page .hp-bbosx .man {
        bottom: 0;
    }
    .faq-page-img .hp-bbosx .man {
        bottom: 2px;
    }
    .api-page .page-mass .card,
    .container-fluid.affiliates .page-mass .card{
        margin-bottom: 0;
        margin-top: -40px;
    }
    .verfi-page .hp-bbosx .man,
    .tickets-page .hp-bbosx .man {
        bottom: 0;
    }
    .tickets-page .hp-bbosx-massorder {
        margin-top: 60px;
    }
    .tickets-page-details .our-services {
        margin-top: 25px;
    }
}

@media(min-width: 993px) and (max-width: 1600px) {
    .transferfunds .back-funds {
        margin-top: -70px;
    }
    .hp-bbosx {
        background-size: contain;
        background-position: 0;
    }
    .hp-bbosx .man {
        right: 150px;
        width: 300px;
        bottom: 25px;
    }
    .alert-noti {
        margin-top: 0;
        margin-bottom: -20px;
    }
    .card-body-neworder > .row {
        gap: 5px;
    }
    .card-body-neworder .background-sec {
        padding: 0;
        width: calc((100% / 3) - 5px);
    }
    .card-body-neworder {
        padding-right: 50px;
        padding-top: 37px;
    }
    .layer-mobile > div {
        background-size: contain;
        background-position: 10px 28px;
        margin-bottom: -10px !important;
    }
    .background-sec .dh-fi-title {
        font-size: 12px;
    }
    .background-sec .row.align-items-center.dh-fi img {
        width: 23px !important;
        height: 23px !important;
    }
    .background-sec .row.align-items-center.dh-fi .col-auto {
        padding-right: 0 !important;
    }
    .progress {
        width: 50px;
        height: 50px;
    }
    .progress .small {
        font-size: 10px;
        margin-left: -2px;
    }
    .app .app-main .container-fluid {
        padding: 0 20px;
    }
    .point-info {
        padding-left: 0;
        padding-right: 0;
        overflow-y: auto;
        height: 90%;
    }
    .point-info::-webkit-scrollbar-track {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    	border-radius: 5px;
    }

    .point-info::-webkit-scrollbar {
    	width: 4px;
      background: #0A0A11;
    }

    .point-info::-webkit-scrollbar-thumb {
    	border-radius: 5px;
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      background: linear-gradient(177.99deg, #FF8B36 48.3%, #BA4BF1 86.61%, #12C2E9 130.93%, #12C2E9 130.93%);
    }
    .point-info .point-info-content .content h3 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .point-info .point-info-content .content img {
        width: 72px;
        height: 71px;
    }
    .point-info .point-info-content .content ul {
        margin: 0;
    }
    .point-info .point-info-content .note {
        margin-top: 20px;
    }
    .filter-social a {
        padding-left: 10px;
    }
    .filter-social a img {
        width: 80%;
    }
    .ico-content {
        padding-left: 30px;
        font-size: 14px;
    }
    #neworder_services + .smmspot-sb-container .btn-ord {
        padding-right: 80px;
    }
    .page-mass .hp-bbosx .man {
        bottom: 25px;
        right: 240px;
    }
    .page-mass .sub-back {
        margin-top: -65px;
    }
    .page-mass .sub-back {
        margin-top: -90px;
        background-size: contain !important;
        background-position: 0 20px !important;
        margin-bottom: -10px;
    }
    .top-card .cnb-circle {
        width: 40px;
        height: 40px;
        display: flex;
    }
    .sub-back > div .top-card {
        margin-right: 0;
    }
    .sub-back > div .top-card h3 {
        font-size: 16px;
    }
    .dropdown.s-filter .btn {
        padding-right: 15px;
        padding-left: 15px;
    }
    .order-navs {
        gap: 5px;
    }
    .order-navs li {
        padding: 8px 10px;
    }
    .order-navs li a {
        font-size: 14px;
    }
    .back-funds {
        margin-top: -60px;
        margin-bottom: -40px;
        padding-top: 10px;
        background-position: 0;
    }
    .terms-page .hp-bbosx .man {
        bottom: 35px;
    }
    .faq-page-img .hp-bbosx .man {
        bottom: 35px;
    }
    .api-page .page-mass .card,
    .container-fluid.affiliates .page-mass .card{
        background-position: 0 30px !important;
        margin-bottom: -40px;
        margin-top: -100px;
    }
    .verfi-page .hp-bbosx .man,
    .tickets-page .hp-bbosx .man {
        bottom: 35px;
    }
    .tickets-page-details .our-services {
        margin-top: -10px;
    }
}


@media(min-width: 1399px) and (max-width: 1560px) {
    .terms-page .hp-bbosx .man {
        bottom: 50px;
    }
    .faq-page-img .hp-bbosx .man {
        bottom: 52px;
    }
}

@media(min-width: 993px) and (max-width: 1399px) {
    .profileBox .s-fill-balance span {
        display: none !important;
    }
    .app .app-sidebar .sidebar-menu li a {
        justify-content: center;
    }
    .s-fill-balance {
            width: 90px !important;
    position: absolute;
    top: 30px;
    height: 40px;
    }
    .app .app-header {
        left: 120px;
    }
    .terms-page .hp-bbosx .man {
        bottom: 35px;
    }
    .faq-page-img .hp-bbosx .man {
        bottom: 35px;
    }
}

@media(max-width: 450px) {
    .layer-mobile > div {
        background: url(/img/edit-image/layed-mb.svg);
        border-radius: 10px !important;
        background-size: cover;
        background-position: unset;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .layer-mobile .card .card-body {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: auto;
    }
    .alert-noti {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form-order {
        padding-top: 0;
    }
    .order-info-btn-details img {
        display: block;
    }
    .order-info-btn-details b {
        display: none;
    }
    .smmspot-sb-btn span {
        height: 27px;
    }
    .noti-height a,
    .noti-height button {
        width: 100% !important;
    }
    .noti-height > div {
        padding-right: 0 !important;
    }
    .announcements-div.min-scroll {
        margin-left: -10px;
    }
    .t-notify.th-3 {
        margin-right: 15px !important;
        margin-left: -5px;
    }
    .announcements-div.min-scroll {
        padding-right: 10px !important;
    }
    .services-list {
        margin-top: 10px !important;
    }
    .cancel-order {
        width: 100% !important;
    }
    .col-lg-6-addfunds {
        margin-top: 30px;
    }
    .hp-bbosx-massorder {
        margin-top: 80px;
        margin-bottom: 40px !important;
    }
    .user-profile .col h3 {
        font-size: 14px;
    }
    .recapcat-code .form-control {
        margin-top: 15px;
    }
    .support-chat .schat-body-content {
        margin-right: 0;
        margin-left: 0;
    }
    .support-chat .schat-chat-body {
        overflow-y: auto;
    }
    .tickets-page-details .our-services {
        margin-top: -20px;
    }
    .tservices-row > * {
        flex: 0 0 50%;
    }
    .hpbb-body .dph--title > div {
        width: 96%;
    }
}



@media(max-width: 365px) {
    .tickets-page .hpbb-body .dph--title > div {
        padding-top: 0 !important;
        margin-top: 2px;
        font-size: 15px !important;
    }
    .tickets-page .hpbb-body .dph--title {
        font-size: 16px !important;
    }
    .tickets-page .hp-bbosx {
        margin-bottom: 30px !important;
    }
}

.nav-custom-links{
    width: 230px;
    padding: 12px;
}

.nav-custom-links .important-pages{
    margin-top: 6px;
    text-align: center;
}

.nav-custom-links .important-pages .link{
    background-color: #2f353a;
    width: 100%;
    display: block;
    color: white;
    padding: 10px;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;

}

.nav-custom-links .important-links  .link{
    border: 2px solid #2f353a;
    width: 100%;
    display: block;
    color: #2f353a;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 5px;
    text-align: center;
    margin: 5px 0;
}


.app-header .nav-custom-links {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
    color: #fff;
}

.app-header .nav-custom-links .important-pages a {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
    border-radius: 8px 65px 0px 8px;
}


.app-header .nav-custom-links .important-links a {
    background: linear-gradient(173.34deg, rgba(255, 255, 255, 0) -1.46%, rgba(255, 255, 255, 0.12) 141.95%) !important;
    color: aliceblue;
    border-width: 5px !important;
    border: 2px solid !important;
    border-image: linear-gradient(139deg, #FF8B36, #BA4BF1, #12C2E9) 2 !important;

}


.app-header .nav-custom-links > span {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 16px;
    font-weight: 700;
}



/*@media(max-width: 450px) {*/
/*    .point-info .point-info-content .content:first-child  ul {*/
/*        display: block;*/
/*    }*/
/*    .point-info .point-info-content .content ul {*/
/*        display: none;*/
/*    }*/

/*}*/


.home-section-new {
    padding: 70px 0;
}

.home-section-new .rows {
    display: flex;
    flex-wrap: nowrap;
}


.home-section-new .rows .card {
    border: none;
    background: #fff;
    border-radius: 14px;
    box-shadow: 4px 3px 10px rgba(0,0,0, .09);
}

.home-section-new .card-body {
    height: 100px;
    width: 100px;
}

.home-section-new .rows img {
    max-width: 100%;
    max-height: 100%;
}

.home-section-new .card-body i {
    font-size: 46px;
}

.home-section-new .card-body svg {
    width: 46px;
    height: 46px;
}

.home-section-new .card-body .fa-cc-paypal {
    color: #003087;
}

.home-section-new .card-body .fa-cc-stripe {
    color: #00afe1;
}

.home-section-new .card-body .fa-cc-visa {
    color: #f7b600;
}

.fa-bitcoin:before {
    content: "\f379";
}

.home-section-new .card-body .fa-bitcoin {
    color: #ff7b00;
}


.home-section-new .card-body .fa-apple-pay {
    color: #000;
}

.home-section-new .card-body .fa-ethereum {
    color: #62688f;
}

footer .container .about p {
    text-align: center !important;
}

@media(max-width: 450px) {
    .home-section-new .rows {
        flex-wrap: wrap;
    }
    .home-section-new .rows .col{
        width: calc(100% / 2) !important;
        flex: unset;
    }
    .faq-area,
     .id-home .elementor-element-1a86d6e {
        display: block !important;
    }
    .faq-area .container .questions {
        padding-left: 20px !important;
    }
    .faq-area .container .questions .q-item .q-header .q-title {
        padding-right: 0
    }
    .app-header .ahbtn {
        width: 40px;
        height: 40px;
    }
}




.gradiant-background{
    background: linear-gradient(90deg, rgba(41,25,27,1) 0%, rgba(40,23,43,1) 47%, rgba(36,24,52,1) 61%, rgba(16,32,47,1) 100%);
}

.site-colored-color {
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}
.b-colored-button{
    color: #00002B;
    font-weight: 600;
    background: linear-gradient(90deg, #FF8B36 0%, #BA4BF1 46.37%, #12C2E9 100.01%, #12C2E9 100.01%);
}