/* Global */
body {
    background: #d7d7d7;
    color: #212122;
    font-family: "Proxima Nova Rg", sans-serif;
    cursor: default;
    border: 0;
    font-size: 15px;
    padding: 0;
    top: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Rg", sans-serif;
}
a {
  color: #1475e1;
}
label.control-label {
  margin-bottom: 2px;
}
.form-control:hover, .form-control:focus, .form-control:active, .panel-body:hover, .panel-body:focus, .panel-body:active {
  border-color: #557086;
}
.form-control, .panel-body {
    background: #000000;
    color: #fff;
    border: 1px solid #b2b5b7;
    padding: 18px 10px;
    transition: all 0.35s ease-in-out;
    border-radius: 5px !important;
}
.well .form-control {
    background: #242323;
}

.welllogin .form-control {
    background: #242323;
}

span.select2-selection.select2-selection--single.form-control {
  padding: 7px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #2f4553;
  color: #fff;
}
.panel-body {
  padding: 10px;
}
.well {
    background: #ffffff /*#0f212e*/;
    border: 0;
    border-radius: 8px;
    width: 100%;
}
/*.btn-primary{
border: 0;
transition: all 150ms ease;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.07) 0 1px 1px, rgba(0, 0, 0, 0.07) 0 2px 2px, rgba(0, 0, 0, 0.07) 0 4px 4px;
color: #fff;
box-shadow: rgba(32, 27, 92, 0.8) 0px 0px 0px 1px, rgba(255, 255, 255, 0.7) 0 0 3px 0 inset, 0 1px 2px 0 rgba(0, 0, 0, .5);
background-image: radial-gradient(53% 87% at 44% 90%, rgba(255, 255, 255, 0.36) 0%, transparent 100%), linear-gradient(80deg, #1475e1 0%, #1066c6 100%);
font-weight: 600;
padding: 8px 25px;
font-size: 15px;
}*/
.btn-primary{
  border: 0;
  transition: all 150ms ease;
  background: #1475e1;
  font-weight: 600;
  padding: 8px 25px;
  font-size: 15px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
}
/*.btn-primary:active {
background: radial-gradient(53% 87% at 44% 90%, rgba(255, 255, 255, 0.36) 0%, transparent 100%), linear-gradient(80deg, #1475e1 0%, #1066c6 100%);
box-shadow: rgba(32, 27, 92, 0.8) 0px 0px 0px 1px, rgba(255, 255, 255, 0.7) 0 0 3px 0 inset, 0 1px 2px 0 rgba(0, 0, 0, .5);
}
.btn-primary:focus, .btn-primary.focus{
outline: none;
}*/
.btn-primary:hover {
  filter: brightness(1.1)
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus, .btn-primary:focus, .btn-primary.focus {
  outline: none;
  filter: brightness(1.1);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.btn.btn-secondary {
  background: #2f4553;
  color: #fff;
  font-weight: 600;
  outline: none !important;
  padding: 9px;
}
.btn.btn-secondary:hover {
  background: #557086;
}
a, button{
  transition: all 0.3s ease;
}
a:active, button:active {
  transform: scale(.97);
}
.row-flex{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.align-items-center{
  align-items: center;
}
.justify-content-center{
  justify-content: center;
}
.m-0{
  margin: 0 !important;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 50px;
}
.ml0{
  margin-left: 0;
}
.text-align-center{
  text-align: center;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #1a2c38; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2f4553; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2f4553; 
}
.table-responsive {
  border: 0;
}
th, td {
  padding: 15px !important;
  border: 0 !important;
  transition: all 150ms ease;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: #e1e1e1;
}
table.table-rounder tr td:first-child, table.table-rounder tr th:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
table.table-rounder tr td:last-child, table.table-rounder tr th:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.table-striped > tbody > tr:hover > td {
  color: #64bd63;
}
[data-aos=fade-up-smooth] {
  transform: translate3d(0, 30px, 0)
}
.usersitewrap {
  padding-top: 80px;
}
nav.guestnav {
  padding: 5px 0;
  background: #1a2c38;
  box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
  touch-action: none;
  border: 0;
  position: fixed;
  width: 100%;
}
nav.guestnav .navbar-nav > li > a {
  border-radius: 5px;
  font-weight: 600;
}
nav.guestnav .navbar-nav > li.active > a {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
nav.guestnav .navbar-nav > li > a:hover, nav.guestnav .navbar-nav > li > a:focus {
  background: transparent;
}
.navbar.navbarguest {
  margin: 0;
  display: flex;
  width: 100%;
}
.navbar.navbarguest .actionbtnsnav {
  margin-left: auto;
  margin-right: 10px;
}
a.navbar-brand {
  padding: 0;
}
a.navbar-brand img {
  max-width: 120px;
}
.navbar.navbarguest .actionbtnsnav ul.nav.navbar-nav {
  display: flex;
}

/* CSS */
nav.guestnav .navbar-nav > li.active > a {
  border: 0;
  transition: all 150ms ease-in-out;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.07) 0 1px 1px, rgba(0, 0, 0, 0.07) 0 2px 2px, rgba(0, 0, 0, 0.07) 0 4px 4px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  background: #1475e1;
}
nav.guestnav .navbar-nav > li.active > a:hover {
  filter: brightness(1.1)
}
nav.guestnav .navbar-nav > li.active > a:active {
  transform: scale(.95);
}


/* First Sec */
section.firstSec {
  position: relative;
  background: #0F212E;
  padding: 70px 0 0;
  overflow: hidden;
}
section.firstSec *{
  position: relative;
  z-index: 1;
}
.topcont {
  padding: 35px 10px;
}
img.abstractsphtop {
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
h1.topheading {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.btngrptop {
  max-width: 304px;
  margin: auto;
}
a.btn.btn-primary.btntophead {
  width: 100%;
  border-radius: 30px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
}
.ordivider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 17px 50px;
}
span.divor {
  height: 1px;
  width: 100%;
  background: #2f4553;
}
span.ordividertxt {
    margin: 0 10px;
    color: #414346;
    font-size: 15px;
}
.servbtns {
  display: flex;
  gap: 15px;
}
a.btnservstop {
  display: inline-flex;
  width: 65px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 9px;
  background: #2f4553;
  border-radius: 5px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  background-color: #2f4553;
  background-image: linear-gradient(180deg, rgba(206, 211, 234, 0.07) 0%, transparent 100%);
}
a.btnservstop:hover {
  filter: brightness(1.2);
}
a.btnservalltop {
  text-align: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}
img.topimg {
  width: 100%;
}

/* Second Section */
section.secondSec {
  padding: 0 0 30px 0;
}
.cardsSec {
  margin-top: 30px;
}
span.headingsubtop {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
span.headingsubtop i {
  color: #b1bad3;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-right: 10px;
}
span.headingsubtop:hover i {
  color: #fff;
}
.cardsSec img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .1);
  border-radius: 5px;
  margin-bottom: 15px;
  width: 100%;
  transition: all 0.3s ease;
}
.cardsSec:hover img {
  transform: translateY(-5px);
}
.cardsSec h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
a.btn.btn-primary.btncardsSec {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}

.bannersigninone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f212e;
  border-radius: 6px;
  padding: 20px;
}
.bannersigninone a.btnservstop {
  width: auto;
  height: auto;
  font-weight: 700;
  color: #fff;
  padding: 12px 15px;
}
img.logocollab {
  max-width: 300px;
}
img.faded {
  max-width: 225px;
  margin: -30px;
}

p.textbannercrypto {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
img.paymethsimg {
  max-width: 300px;
}
.bannersignintwo a.btnservstop {
  width: auto;
  height: auto;
  font-weight: 700;
  color: #fff;
  padding: 12px 15px;
}
.bannersignintwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f212e;
  border-radius: 6px;
  padding: 20px;
  margin-top: 25px;
}

@media (max-width: 767px){
  .bannersigninone {
    flex-direction: row-reverse;
    padding: 15px;
  }
  img.faded {
    display: none;
  }
  .bannersignintwo {
    flex-direction: column;
    gap: 20px;
  }
  img.logocollab {
    max-width: 200px;
  }
}

section.fifthSec {
  padding: 30px 0;
}
.platformnametab {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
h3.headingsectiontop {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
h3.headingsectiontop i {
  color: #b1bad3;
  margin-right: 10px;
}

footer.stkfooter {
    background: #ffffff;
    padding: 50px 0;
    /* margin-bottom: -10px; */
    position: fixed;
    width: 100%;
    bottom: 0;
	margin-top:30px;
}
.footercont p {
  text-align: center;
}
.footercont a.footer-brand img {
  max-width: 120px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.footercont small {
  text-align: center;
  display: block;
  margin: 25px 0;
}
.footercontact {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.footercontact span b {
    color: #4e9b4d;
}

.modal-backdrop.in {
  opacity: 0.8;
}
.modal-dialog {
  height: -webkit-fill-available;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.modal-content {
    width: 100%;
    background: #f9f9f9;
    min-width: 200px;
    max-width: 500px;
    border-radius: 10px;
    height: fit-content;
    box-shadow: none;
    overflow: auto;
}
.modal-header {
  border: 0;
  padding-bottom: 0;
}
h4.modal-title {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.modal-header .close {
  margin: 0;
  opacity: 1;
  color: #b1bad3;
  text-shadow: 0 1px 0 #b1bad3;
  font-size: 25px;
  font-weight: 900;
}

button.btn.btn-primary.green-bg-btn {
    width: 100%;
    background: #64bd63;
    color: #000;
    font-size: 16px;
    padding: 12px;
}
a.reset-password {
    display: block;
    text-align: center;
    color: #424040;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none !important;
}
span.registext a {
    font-weight: 600;
    color: #429b41;
    text-decoration: none !important;
}
span.registext {
  display: block;
  text-align: center;
}
.checkbox span.switchery {
  margin-right: 10px;
}
.checkbox label {
  padding: 0;
}

tr.trcat td {
  padding: 0 !important;
}
.catfilte {
  border: 0;
  transition: all 150ms ease-in-out;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  padding: 15px;
  border-radius: 6px;
  background: #1475e1;
}
tr.spacer {
  height: 12px;
}
/*tr.headoptions {
background: #00e701 !important;
color: #000;
font-weight: bold;
}*/
tr.headoptions {
  background: #0f212e !important;
  color: #fff;
  font-weight: bold;
}
section.servicetable {
  padding-top: 85px;
}
.servactionbtns a {
  padding: 8px 16px !important;
  width: fit-content !important;
}
.servactionbtns a:last-child {
  background-image: radial-gradient(53% 87% at 44% 90%, rgba(255, 255, 255, 0.36) 0%, transparent 100%), linear-gradient(80deg, #00e701 0%, #439544 100%) !important;
}
.servactionbtns {
  display: flex;
  gap: 10px;
}

nav.navbar.usernav {
  padding: 5px 0;
  background: #FFF;
  box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
  touch-action: none;
  border: 0;
  width: 100%;
  top: 0;
  position: fixed;
  left: 0;
}
.srcbackdrop {
  display: none;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a2e38b3;
  z-index: 1000;
}
span.select2-dropdown.dropdown-menu.select2-dropdown--below {
  z-index: 1001;
}
.search-dropdown .input-wrapper {
  position: relative;
  z-index: 1001;
}
input.select2-selection.select2-selection--single.form-control::placeholder {
  color: #566671;
}
input.select2-selection.select2-selection--single.form-control {
  border-radius: 30px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12);
  font-weight: 600;
}
button.input-wrapper__prepend {
  color: #557086;
  top: 22px !important;
}
.search-dropdown .input-wrapper .input-wrapper__append {
  right: 12px !important;
  top: 22px !important;
  color: #557086;
}
.panel-body.border-solid.border-rounded {
  max-height: 250px;
  overflow-y: auto;
}
/*.well .btn.btn-primary {
background: #00e701;
color: #000;
padding: 12px 30px;
display: block;
margin-left: auto;
box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}*/
.well .btn.btn-primary {
    background: #189516;
    color: #fff;
    padding: 12px 30px;
    display: block;
    margin-left: auto;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
}
span.select2-dropdown.dropdown-menu.select2-dropdown--below {
  background: #0f212e;
  padding: 0;
  margin-top: 10px !important;
  border-radius: 6px !important;
  border: 2px solid #2f4553;
  overflow: hidden;
}
.select2-results__options {
  background: #0f212e;
}
.select2-container .dropdown-menu > li > a {
  padding: 4px 10px;
  color: #b1bad3;
  border-bottom: 1px solid #b1bad310;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #1475e1;
  color: #fff !important;
}
span.select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  background: #1475e1;
  color: #fff;
  margin-right: 6px;
}
.sidebar {
  display: none;
}

.usersitewrap a.navbar-brand {
  margin: 0 10px !important;
}
@media (min-width: 768px) {
  .usersitewrap.contracted {
    margin-left: 60px;
  }
  .usersitewrap.contracted .sidebar {
    width: 60px;
  }
  .usersitewrap.contracted .sidebar a.headrbtnsb {
    display: none;
  }
  .usersitewrap.contracted .bodysbcnt {
    display: block;
  }
  .usersitewrap.contracted .bodysb {
    display: none;
  }
  .bodysbcnt ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 10px;
    background: #1a2c38;
    border-radius: 4px;
    justify-content: flex-start;
    padding: 0;
    align-items: center;
  }
  .bodysbcnt ul a {
    display: block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    min-height: 40px;
    padding: 10px;
    width: 40px;
  }
  .bodysbcnt ul li.active a, .bodysbcnt ul li a:hover {
    background: #2f4553;
  }
  .usersitewrap.contracted .sidebar .bodysbcnt a.headrbtnsb {
    display: block;
    height: 45px;
    width: 45px;
    margin: 7px;
    background-position: left;
    background-size: cover;
  }
  .usersitewrap.contracted nav.navbar.usernav {
    padding-left: 60px;
  }


  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    width: 240px;
    background: #bdbdbd;
    display: flex;
    flex-direction: column;
    transition: all 250ms ease;
  }
  .usersitewrap {
    margin-left: 240px;
    transition: all 250ms ease;
  }
  nav.navbar.usernav {
    padding-left: 240px;
    transition: all 250ms ease;
  }
  .container {
    width: auto;
    max-width: 1240px;
  }
  .bodysbcnt{
    display: none;
  }
  .bodysb ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 15px;
    background: #FFF;
    border-radius: 4px;
    justify-content: flex-start;
    padding: 0;
  }
  .bodysb ul li a {
    display: block;
    padding: 10px 12px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    min-height: 40px;
    white-space: nowrap;
  }
  .bodysb ul li.active a, .bodysb ul li a:hover {
    background: #64bd63;
  }
  .bodysb ul li a:hover i, .bodysb ul li.active a i {
    color: #161515;
  }
  .bodysb ul li a i {
    color: #46474a;
    width: 20px;
    transition: all 150ms ease;
  }
  .headersb {
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between;
    box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
    gap: 10px;
  }
  a.headrbtnsb {
    background: #2f4553;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 2px #00000059, 0 1px 3px #00000045;
    text-decoration: none;
  }
  a.headrbtnsb.currenbtn {
    background: url(https://cdn.mypanel.link/396yxs/g93wjpdgag7n4qru.webp);
    background-position: center;
  }
  a.headrbtnsb.currenbtn:hover {
    background: url(https://cdn.mypanel.link/396yxs/jrjjn29s9mw5625b.webp);
    background-position: center;
  }
  a.headrbtnsb.langbtn {
    background: url(https://cdn.mypanel.link/396yxs/ik2tsiknefr8j46s.webp);
    background-position: center;
  }
  a.headrbtnsb.langbtn:hover {
    background: url(https://cdn.mypanel.link/396yxs/3bf2marwpt9pqw53.webp);
    background-position: center;
  }
  .bottombar, .offcanvbtm {
    display: none;
  }
}

button.hamburgetbtn {
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
}

@media (max-width: 768px) {
  .bottombar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 0 20px;
    width: 100%;
    box-shadow: 0 5px 5px #0a1c2766;
    justify-items: center;
    background: #0f212e;
    height: 68px;
    align-items: center;
  }
  .btmbarwrapbtn {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    align-items: center;
  }
  a.btmbarbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
  }
  a.btmbarbtn i {
    font-size: 18px;
    color: #b1bad3;
  }
  .offcanvbtm {
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: -webkit-fill-available;
    padding-bottom: 68px;
    background: #0f212e;
    width: 100%;
    top: 60px;
    display: flex;
    flex-direction: column;
    transition: all 250ms ease;
    transform: translateY(110%);
  }
  .topoffcanvbtns .headrbtnsb {
    background: #2f4553;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: right;
    text-shadow: 0 1px 2px #00000059, 0 1px 3px #00000045;
    text-decoration: none;
  }
  .topoffcanvbtns {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .topoffcanvbtns a.headrbtnsb.currenbtn {
    background: url(https://cdn.mypanel.link/396yxs/g93wjpdgag7n4qru.webp);
    background-position: center;
  }
  .topoffcanvbtns a.headrbtnsb.currenbtn:hover {
    background: url(https://cdn.mypanel.link/396yxs/jrjjn29s9mw5625b.webp);
    background-position: center;
  }
  .topoffcanvbtns a.headrbtnsb.langbtn {
    background: url(https://cdn.mypanel.link/396yxs/ik2tsiknefr8j46s.webp);
    background-position: center;
  }
  .topoffcanvbtns a.headrbtnsb.langbtn:hover {
    background: url(https://cdn.mypanel.link/396yxs/3bf2marwpt9pqw53.webp);
    background-position: center;
  }
  .bodyoc {
    height: -webkit-fill-available;
    overflow: auto;
  }
  .bodyoc ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 15px;
    background: #1a2c38;
    border-radius: 4px;
    justify-content: flex-start;
    padding: 0;
    margin-top: 0;
  }
  .bodyoc ul li a {
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    min-height: 40px;
    white-space: nowrap;
  }
  .bodyoc ul li a i {
    color: #b1bad3;
    width: 20px;
    transition: all 150ms ease;
  }
  .bodyoc ul li.active a, .bodyoc ul li a:hover {
    background: #2f4553;
  }
  .offcanvbtm.opened {
    transform: none;
  }
}

.navbarwarp {
   align-items: center;
  justify-content: space-between;
}
.balancegrp div.baltxt {
  background: #0f212e;
  padding: 12px 15px;
  color: #fff;
  font-weight: 600;
}
.balancegrp {
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-align: right;
    float: right;
}
.balancegrp a.btnadd {
    background: #64bd63;
    color: #0e0d0d;
    font-weight: 600;
    padding: 12px 15px;
    text-decoration: none;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
}
.balancegrp a.btnadd i {
  display: none;
}
.dropdown.profdd button {
    background: transparent;
    border: 0;
    color: #4a4a4a;
    padding: 10px 15px;
    float: right;
}
.dropdown.profdd ul.dropdown-menu {
  right: 0;
  left: auto;
  min-width: auto;
  margin-top: 10px;
}
.dropdown.profdd ul.dropdown-menu:before {
  content: '';
  background: #fff;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -5px;
  right: 16px;
  transform: rotate(45deg);
}

a.navbar-brand img.moblogo {
  display: none;
  max-width: 35px;
}

@media (max-width: 576px) {
  a.navbar-brand img.moblogo {
    display: inline-block;
  }
  a.navbar-brand img.larglogo {
    display: none;
  }
}
.navbar .dropdown-menu a {
  font-weight: 600;
  color: #2f4553;
  padding: 8px 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.navbar .dropdown-menu a:hover {
  background: #b1bad3;
  color: #05080a !important;
}
/*section.levelheadr {
padding: 40px 0;
background: url(https://cdn.mypanel.link/396yxs/2nkjl0mrjkzqfjop.webp);
background-size: cover;
margin-top: -20px;
margin-bottom: 20px;
}*/
section.levelheadr {
  padding: 10px 0;
  background-size: cover;
  margin-top: -20px;
}
.lvlcardnowrapgrad {
    border-radius: 10px;
    background: linear-gradient(180deg, #64bd63, #0f212e);
    padding: 8px;
}
.lvlcrdno {
    background: #ffffff;
    border: 2px solid #2f4553;
    border-radius: 6px;
    padding: 25px;
}
.lvlcrdnohdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.lvlcrdnohdr span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #484545;
}
.progressbarrank {
  background: #2f4553;
  height: 10px;
  border-radius: 10px;
  margin: 8px 0;
  overflow: hidden;
}
.progressbarrankins {
  background: #00e701;
  height: 10px;
  border-radius: 10px;
}
i.Bronze {
  color: #C69C6D;
}
i.Silver {
  color: #B2CCCC;
}
i.Gold {
  color: #FED100;
}
.rankifier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
}
.toprankifier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #484545;
  font-weight: 600;
  font-size: 14px;
}

.filterSocial {
    background: #ffffff;
    border-radius: 8px;
}
ul.servFiltr {
    display: inherit;
    list-style: none;
    padding: 15px;
    gap: 10px;
    text-align: center;
}
ul.servFiltr::-webkit-scrollbar {
  display: none;
}
ul.servFiltr li a {
    background: #00000000;
    border: 0;
    font-size: 12px;
    display: initial;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #2c2c2c;
    text-align: center;
}
ul.servFiltr li a i {
    font-size: 24px;
    background: #4ea14d;
    height: 40px;
    width: 100px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 250ms ease;
    margin: auto;
}
ul.servFiltr li a:hover {
   text-decoration:none;
}

button.CatFltr.insta:hover i, button.CatFltr.insta.active i {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
button.CatFltr.fb:hover i, button.CatFltr.fb.active i {
  background: linear-gradient(45deg, #036ce3, #149ff8);
}
button.CatFltr.tweet:hover i, button.CatFltr.tweet.active i {
  background: #00acee;
}
button.CatFltr.yt:hover i, button.CatFltr.yt.active i {
  color: #fe0000;
  background: #fff;
}
button.CatFltr.spt:hover i, button.CatFltr.spt.active i {
  background: #1ed760;
}
button.CatFltr.tt:hover i, button.CatFltr.tt.active i {
  background: #000000;
}
button.CatFltr.tele:hover i, button.CatFltr.tele.active i {
  background: #29a0da;
}
button.CatFltr.sndcld:hover i, button.CatFltr.sndcld.active i {
  background: linear-gradient(180deg, #f89810, #f8320f);
}
button.CatFltr.wbst:hover i, button.CatFltr.wbst.active i {
  background: linear-gradient(45deg, #9c27b0, #673ab7);
}
button.CatFltr.lnkin:hover i, button.CatFltr.lnkin.active i {
  background: #0078b7;
}
button.CatFltr.dis:hover i, button.CatFltr.dis.active i {
  background: #5166f7;
}
button.CatFltr.pin:hover i, button.CatFltr.pin.active i {
  background: #e71c22;
}

/*small.help-block.min-max {
background: #1475e1;
color: #fff;
font-weight: 600;
text-decoration: none;
box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
display: inline-block;
padding: 4px 10px;
margin: 10px 0;
border-radius: 5px;
}*/
small.help-block.min-max {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

td.ordsrv span {
  color: #fff;
  font-weight: 600;
  white-space: break-spaces;
}

.servnamemod {
    font-weight: 600;
    color: #020202;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-fills {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0 -5px;
}
.nav-fills li {
  flex: 1 1 auto;
  margin: 5px;
}
button.btn.btn-secondary.dropdown-toggle {
  width: 100%;
}
button.btn.btn-search {
  border-radius: 5px !important;
  margin-left: 5px !important;
  background: #1475e1;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
}
/*ul.dropdown-menu.servdd:before {
content: '';
display: block;
height: 10px;
width: 10px;
background: #2f4553;
transform: rotate(45deg);
position: absolute;
top: -6px;
right: 50%;
}*/
ul.dropdown-menu.servdd {
  background: #2f4553;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border-radius: 5px;
  max-height: 400px;
  overflow: auto;
}
ul.dropdown-menu.servdd li {
  margin: 0;
}
ul.dropdown-menu.servdd li:last-child a {
  border: 0;
}
ul.dropdown-menu.servdd li a {
  color: #fff;
  border-bottom: 1px solid #ffffff10;
  padding: 7px 12px;
}

.maxwidth-30 {
  max-width: 350px;
}
td.ordlinker a i {
  color: #b1bad3;
  margin-right: 7px;
  font-size: small;
}
td.ordlinker a {
  text-decoration: none;
  color: #1475e1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
td.ordlinker a.orddets i {
  color: #fff;
}
td.ordlinker a.orddets {
  font-size: 13px;
  background: #1475e1;
  padding: 3px 8px 3px 3px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  gap: 7px;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
}
span.statbadge {
  padding: 4px 10px;
  border-radius: 6px;
  background: #1475e1;
  color: #fff;
  font-weight: 600;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  margin-right: 5px;
  font-size: 13px;
}
span.Completed.statbadge {
  background: #00e701;
  color: #000;
}
span.Canceled.statbadge {
  background: #dd0000;
}
span.Partial.statbadge {
  background: yellow;
  color: #000;
}
span.Pending.statbadge {
  background: orange;
  color: #000;
}
span.Processing.statbadge {
  background: #00dfff;
  color: #000;
}
span.In.progress.statbadge {
  background: #7a36ff;
}

.ordtoppils {
  display: flex;
  list-style: none;
  gap: 10px;
   border-radius: 10px;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
}
li.search form {
  margin: 0;
}
.ordtoppils li {
  margin: 0;
}
.ordtoppils li a:hover {
  background: #213743;
}
.ordtoppils li a {
  background: #2D4454;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #1475e1;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
}

.alert.alert-success {
  background: #c1ffc1;
  border-radius: 7px;
  line-height: 1.2;
}
.alert.alert-success h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.order-actions a, .order-actions button {
  background: #1475e1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset !important;
  border: 0;
  padding: 4px 10px !important;
  font-size: 12px;
  margin-left: 0 !important;
  width: 100%;
}


ul.settingstab {
  display: flex;
  flex-direction: column;
  background: #0f212e;
  padding: 6px 0;
  border-radius: 8px;
  overflow: hidden;
}
ul.settingstab li {
  margin: 0;
}
ul.settingstab li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-left: 3px solid transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
ul.settingstab li a:hover {
  background: #071824 !important;
  border-left: 3px solid #071824;
}
ul.settingstab li.active a {
  background: #071824 !important;
  border-left: 3px solid #1475e1;
}

.settingscard {
  background: #1a2c38;
  padding: 16px;
  border: 1px solid #2f4553;
  border-radius: 7px;
  margin: 10px;
  margin-bottom: 30px;
}
.tab-pane .settingscard:last-child {
  margin-bottom: 10px;
}
.settingscardhead {
  padding: 16px;
  border-bottom: 1px solid #2f4553;
}
.settingscardhead h3 {
  color: #fff;
  font-family: 'Proxima Nova Lt',sans-serif;
  font-weight: 600;
  font-size: 22px;
  Margin: 0;
}
.settingscardbody {
  padding: 16px;
}
.settingscardbody form {
  margin: 0;
}
.settingscardfootr {
  padding: 16px;
  border-top: 1px solid #2f4553;
}
.settingscardfootrins {
  margin: -15px;
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid #2f4553;
}
.settingscardbody form .form-control {
  background: #0f212e;
}
.dropdown.dropdownsetmob button {
  background: #0f212e !important;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 12px 30px;
}
.dropdown.dropdownsetmob .dropdown-menu:before {
  content: '';
  height: 10px;
  width: 10px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 45%;
  top: -5px;
}
.dropdown.dropdownsetmob .dropdown-menu a {
  display: flex;
  padding: 8px 10px;
  width: 100%;
  font-weight: 600;
  color: #2f4553;
  text-decoration: none;
}
.dropdown.dropdownsetmob .dropdown-menu {
  flex-direction: column;
  align-items: flex-start;
  min-width: auto;
  margin: 0;
}
.dropdown.dropdownsetmob.open .dropdown-menu {
  display: flex;

}
.dropdown.dropdownsetmob {
  display: none;
}
.colstick {
  position: sticky;
  top: 80px;
}

@media(max-width: 567px) {
  .dropdown.dropdownsetmob {
    display: block;
  }
  ul.settingstab {
    display: none;
  }
  .colstick {
    position: static;
  }
}
.pageheads {
  margin-bottom: 25px;
}
.pageheads h4 {
    color: #383434;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Proxima Nova Lt', sans-serif;
    display: flex;
    align-items: center;
    gap: 7px;
}
.pageheads h4 i {
    color: #333434;
}
td.fundsdetstd span {
    color: #222;
    font-weight: 600;
}
ul.settingstab li a:focus {
  outline: none;
  background: #071824;
  border-left: 3px solid #1475e1;
}
div.fundmod .modal-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: -10px;
}
div.fundmod h4.modal-title {
  text-align: left;
  font-size: 16px;
  font-family: 'Proxima Nova Lt', sans-serif;
}
div.fundmod h4.modal-title span {
  color: #b1bad3;
}
.fundmod .modal-header .close {
  font-size: 13px;
}

.choices__list--dropdown .choices__list img, .choices__list--single img {
  max-width: 30px;
  border-radius: 30px;
}
.fundmod .choices__inner {
  background: #2f4553;
  border: none;
  border-radius: 6px !important;
  color: #fff;
  font-weight: 600;
  font-family: 'Proxima Nova Lt', sans-serif;
  font-size: 15px;
  padding: 6.5px 4.5px !important;
}
.fundmod .choices[data-type*=select-one]::after {
  border-color: #fff transparent transparent;
}
.fundmod .choices[data-type*=select-one].is-open::after {
  border-color: #fff transparent transparent;
  transform: rotate(180deg);
  margin-top: -7.5px;
}
.fundmod .choices__list--dropdown, .choices__list[aria-expanded] {
  background: #2f4553 !important;
  border: 0 !important;
  margin-top: 10px !important;
  border-radius: 6px !important;
}
.fundmod .choices__list--dropdown .choices__list > div {
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-family: 'Proxima Nova Lt', sans-serif;
  font-size: 15px;
  transition: all 150ms ease;
}
.fundmod .choices__list--dropdown .choices__list > div:hover {
  background: #557086;
}
.fundmod .choices[data-type*=select-one] .choices__input {
  background: #0f212e;
  margin: 10px !important;
  width: -webkit-fill-available;
  border-radius: 6px;
  border: 2px solid #2f4553;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12);
}
.fundmod .panel-body.border-solid.border-rounded {
  max-height: max-content;
  background: transparent;
  border: 0;
}
.fundmod .panel-body.border-solid.border-rounded img {
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  min-width: 125px !important;
}
.fundmod .panel-body.border-solid.border-rounded {
  font-size: 14px;
  color: #b1bad3;
}
div#instruction_instruction label {
  display: none;
}
.fundmod button.btn.btn-primary {
  width: 100%;
  padding: 10px;
}
td.fundsdetstd span.badge {
  background: #00e701;
  color: #000;
  margin-left: 5px;
  margin-bottom: 3px;
}
.siginInRow.form-group .form-control {
  padding: 8px;
  height: 40px;
}
span.npsubs, span.opsubs, span.quansubs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
td.subid span, td.refid span {
  font-weight: 600;
  color: #fff;
}
h4.m-t-md strong {
  display: block;
  color: #fff;
}
select#service_type {
  padding: 8px;
  font-weight: 600;
}
pre {
  background: #ffffff10;
  color: #fff;
  border: 0;
  border-radius: 6px;
}
a.btn.btn-default.m-t {
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  background: #1475e1;
  border: 0;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}
html {
  scroll-behavior: smooth;
}
.scroll-offset {
  scroll-margin-top: 100px; /* Ensures 100px offset from the top */
}

.goog-te-gadget {
  font-size: 0 !important;
  display: block !important;
}
.goog-te-gadget span {
  display: none;
}
.goog-te-gadget select {
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  background: #ffffff20;
  color: #fff;
  border-color: #ffffff20;
}
.goog-te-gadget select {
  background: #0f212e;
  color: #fff;
  border: 2px solid #2f4553;
  padding: 8px 10px;
  transition: all 0.35s ease-in-out;
  border-radius: 5px !important;
  width: 100%;
}
.goog-te-gadget select:hover {
  border-color: #557086;
}
.skiptranslate {
  display: none;
}

.logoutmodal a.btn.btn-primary.btn-danger {
  width: 100%;
  background: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
}
div.logoutmodal p {
  text-align: center;
}

.well.guestwell {
  margin: 70px 0 0 0;
  padding: 40px;
}
.well.guestwell > img {
  max-width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.well.guestwell > h3 {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.well.guestwell .form-control::placeholder {
  color: #b1bad3;
  font-weight: 600;
  font-family: 'Proxima Nova Lt', sans-serif;
}

/*@media (max-width: 552px) {
.well.guestwell {
margin: 0;
border-radius: 0;
}
.container.guestcont {
padding: 0;
}
.container.guestcont .row {
margin: 0;
}
.container.guestcont .col-md-4.col-md-offset-4 {
padding: 0;
}
}*/
.ticket-message-right .ticket-message {
  background: #213743;
  border-radius: 10px 10px 0px 10px;
  color: #fff;
}
.ticket-message-left .ticket-message p {
  margin: 0;
  color: #fff;
  min-width: 50px;
}
.ticket-message-left .ticket-message {
  background: #2f4553;
  border-radius: 10px 10px 10px 0px;
  width: fit-content;
}
.titcket-title {
  background: #071824;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin: -19px;
  margin-bottom: 30px;
  border-radius: 8px 8px 0 0;
  border-color: #ffffff10;
}
.datetick {
  width: fit-content;
  margin: auto;
  background: #1475e1;
  color: #fff;
  display: block;
  margin-left: auto;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 12px;
}

ul.currenList {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 20px;
  margin: 0;
  justify-content: center;
}
ul.currenList li a span {
  background: #1475e1;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 0 inset;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.currenList li a {
  background: #2D4454;
  color: #fff;
  padding: 5px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
  text-decoration: none;
}

.fundmod .panel-body.border-solid.border-rounded p {
  font-size: 14px !important;
}
.fundmod .panel-body.border-solid.border-rounded p br {
  display: none;
}
.fundmod .panel-body.border-solid.border-rounded img {
  margin-top: 18px;
}
.fundmod .panel-body.border-solid.border-rounded h6 {
  font-size: 14px !important;
}

div#notify-wrapper {
  background: #0f212e !important;
  line-height: 1.2 !important;
}
.alert.alert-success {
  background: #3fb618 !important;
  color: #000;
  line-height: 1.2 !important;
}
.well.ajaxwell {
  max-height: 700px;
  overflow-x: auto;
}

.d-mob {
  display: none;
}
@media(max-width: 992px){
  .d-mob {
    display: block;
  }
  .d-mob-none {
    display: none;
  }
}

.g_id_signin {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .well.guestwell {
    margin: 30px 0 0 0;
    padding: 40px;
  }
}
td.ordsrv span button {
  display: inline-flex;
  padding: 0 !important;
  min-height: 30px;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 12px;
  line-height: 0.8;
  margin: 0 !important;
}
td.ordsrv span {
  color: #fff;
  white-space: unset;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: normal;
}