.authorized {
     background-color: #000000 !important;
}
.authorized nav.navbar.navbar-default.navbar-static-top {
     background: #f9f9fc;
     -webkit-box-shadow: none;
     box-shadow: none;
}
.authorized .navbar-nav > li > a.nav-link {
     font-size: 14px;
     color: #fff;
     padding: 15px 8px;
     line-height: 1;
     font-weight: 600;
     margin-bottom: 0;
}
.authorized ul.nav.navbar-nav.nav-bar-leftside {
     padding: 10px 12px;
     background-color: #f9f9fc;
}
.authorized .navbar-default {
    background-color: #f9f9fc;
    box-shadow: none;
}
.authorized .navbar-nav > li.active > a.nav-link,
.authorized .navbar-nav > li > a.nav-link:hover {
     color: #fff !important;
     background-color: #ff3c38;
}
#menu-toggle {
     border: 1px solid #ff3c38;
}
#menu-toggle .icon-bar {
     background-color: #ff3c38;
}
.stats-box {
     padding: 35px 25px;
     display: flex;
     align-items: center;
     align-content: center;
     background: #0b1220;
     border: 1px solid rgba(255, 255, 255, .08);
}
.stats-box-content {
     padding-left: 15px;
}
.stats-box-title {
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 5px;
}
.stats-box-text {
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 5px;
}
.stats-box-smalltext {
     font-weight: 400;
     line-height: 1 !important;
     color: rgba(255,255,255,50%);
}
.authorized .well {
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 20px 0;
    background: #0b1220;
    border: 1px solid rgba(255, 255, 255, .08);
}
.authorized .nav-pills > li > a {
     color: #a8abad;
     font-size: 14px;
     padding: 10px 12px;
     line-height: 1.4;
}
.authorized .nav-pills > li.active > a, 
.authorized .nav-pills > li.active > a:hover, 
.authorized .nav-pills > li > a:hover {
     border: 0;
     border-radius: 0;
     color: #fff;
     font-weight: 600;
     background-color: transparent;
     position: relative;
}
.authorized .nav-pills > li.active > a::after, 
.authorized .nav-pills > li.active > a:hover::after, 
.authorized .nav-pills > li > a:hover::after {
     content: '';
     width: 100%;
     background-color: #ff3c38;
     height: 2px;
     position: absolute;
     left: 0;
     right: 0;
     margin: auto;
     bottom: 0;
}
.authorized .nav-pills > li {
     margin-bottom: 0;
}
.authorized label {
     font-weight: 300;
     line-height: 1;
     color: rgba(255,255,255,50%);
     font-size: 14px;
     margin-bottom: 10px;
}
.authorized .form-control {
     border: 1px solid rgba(255,255,255,50%);
     font-family: ;
     font-size: 12px;
     padding: 9px 12px;
     line-height: 14px;
     font-weight: 300;
     background-color: transparent;
     border-radius: 0;
     height: 38px;
     color: #fff;
}
.alert {
     position: relative;
}
.authorized .btn.btn-primary,
.authorized .btn.btn-primary:hover {
     background-color: #ff3c38 !important;
     border-color: #ff3c38 !important;
     padding: 15px;
     min-width: 150px;
}
.dash-title {
     font-size: 18px;
     font-weight: 600;
     color: #000;
     line-height: 1.4;
}
.dash-title {
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     line-height: 1.4;
}
#description {
     background-color: transparent !important;
     border: 1px solid #d5dcec;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.4;
     border-radius: 0;
     color: #fff;
}
.authorized .nav-bar-account li a {
     color: #202339 !important;
}
.authorized .nav-bar-account li.open a.dropdown-toggle {
     background-color: #ff3c38;
     color: #fff !important;
}
.authorized .nav-bar-account li .dropdown-menu {
     width: 100%;
     padding: 0;
     background-color: #f9f9fc;
     border: 0;
}
.authorized .nav-bar-account li .dropdown-menu li a:hover,
.authorized .nav-bar-account li .dropdown-menu li a:focus {
     background-color: #906cfc;
     color: #fff !important;
}
.header-wrapper {
     background: #000000;
     -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
     box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 20%);
     padding: 10px 0;
}
.top-header {
     display: flex;
     align-items: center;
     align-content: center;
     justify-content: space-between;
     margin-bottom: 15px;
}
.top-header-right-nav {
     display: flex;
     align-content: center;
     align-items: center;
     list-style: none;
     padding: 0;
     margin: 0;
}
.top-header-right-nav li a {
     width: 30px;
     height: 30px;
     background-color: #eff3f6;
     display: flex;
     flex-wrap: wrap;
     align-content: center;
     align-items: center;
     justify-content: center;
     border-radius: 100px;
     margin-left: 5px;
     color: #fff;
     background: #0b1220;
     border: 1px solid rgba(255, 255, 255, .08);
}
.top-header-right-nav li.top-header-right-nav-fund a {
     min-width: 70px;
     border-radius: 10px;
}
.authorized .nav.navbar-nav {
     display: flex;
     align-content: center;
     align-items: center;
     list-style: none;
     padding: 0;
     margin: 0;
    width: 100%;
     background: #0b1220;
     border: 1px solid rgba(255, 255, 255, .08);
}
.authorized .bottom-header .nav.navbar-nav li a {
     min-width: 120px;
     text-align: center;
}
.content-wraper {
     padding-top: 20px;
}
.unauthorized .wrapper {
    display: none;
}
.pricing.authorized {
     background-image: none;
}
.authorized .before-login-content {
     display: none;
}
#order-page {
     margin: 0;
}
.ser-well {
     border: 1px solid #d5dcec !important;
     border-radius: 0 !important;
     background-color: #fff;
     padding: 35px 25px !important;
}
.ser-well .table thead tr th {
     font-weight: 600;
     color: #fff;
     font-size: 14px;
     background: transparent !important;
     padding: 12px !important;
     border: 0 !important;
}
.ser-well .table thead {
     background: transparent;
}
.ser-well .table thead tr th br {
     display: none;
}
.ser-well .service_cat_header {
     background-color: #ff3c38;
     border: 0;
}
.ser-well .table > thead > tr > th,
.ser-well .table > tbody > tr > td {
     vertical-align: middle;
}
.ser-well .table > tbody > tr.service-row > td {
     border-bottom: 0;
     border-top: 1px solid #d5dcec;
     font-size: 14px;
     padding: 12px !important;
     color: #fff;
     background-color: #000;
}
.ser-well .table > tbody > tr.service-row > td .btn.btn-primary {
     min-width: unset;
     padding: 5px 15px;
     border-radius: ;
     font-size: 14px;
     border-radius: .1875rem;
}
.ser-well .table > tbody > tr.service-row > td:last-child, 
.ser-well .table > thead > tr > th:last-child {
     text-align: right;
}
.ser-well .table > tbody > tr.service-row:nth-child(2n) > td {
     background-color: #121212;
     color: #fff;
}
.ser-id {
     font-size: 14px;
     color: #fff;
     font-weight: 600;
     margin-right: 5px;
}
.ser-id-wraper i {
     color: #ff3c38;
}
.service-description .modal-header {
     display: flex;
     justify-content: space-between;
     align-content: center;
     align-items: center;
}
.service-description .modal-body {
     text-align: left;
}
.fundbox-row {
     border-bottom: 1px solid #d5dcec;
     padding-bottom: 15px;
     padding-top: 15px;
     margin-bottom: 20px;
}
.fundbox img {
     margin: auto auto 20px;
}
.fundbox-txt {
     font-size: 14px;
     font-weight: 300;
}
.ticket-faq {
     background-color: #000;
     padding: 15px;
     margin-bottom: 15px;
     border: 1px solid #ff3c3850;
}
.ticket-faq .ticket-faq-title {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     align-content: center;
     font-size: 16px;
     font-weight: 700;
     color: #000;
     line-height: 1.4;
}
.ticket-faq .ticket-faq-title span {
     color: #ff3c38;
     font-size: 20px;
     font-weight: 700;
     margin-right: 12px;
}
.ticket-faq-body p {
     font-size: 14px;
     color: rgba(255,255,255,50%);
     font-weight: 300;
}
.ticket-faq .ticket-faq-title .ticket-faq-title-num {
     flex: 0 0 12px;
     max-width: 12px;
     margin-right: 0;
}
.ticket-faq .ticket-faq-title span:not(.ticket-faq-title-num) {
     flex: 0 0 calc(100% - 12px);
     max-width: calc(100% - 12px);
     padding-left: 10px;
     margin: 0;
     color: #fff;
     line-height: 1.1;
     font-size: 15px;
}
.row.card-divs {
     margin-bottom: 20px;
}
.authorized .navbar-login {
     display: none;
}
.authorized .mobile_menu_sidebar {
     display: none !important;
}
#history-search .btn.btn-default {
     background-color: #ff3c38;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     width: 38px;
     height: 38px;
     border: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
     background-color: #ff3c38;
}
.modal-content {
	background-color: #000;
	border: 1px solid rgba(255,255,255,50%);
}
.api.authorized td {
	color: #fff;
}
pre {
	padding: 10px;
	margin: 0 0 10.5px;
	font-size: 13px;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #000;
	border: 0 solid #ccc;
	border-radius: 4px;
	direction: ltr;
	color: #fff;
}
.affiliates td {
	color: #fff;
}
#change_2fa_form h3, #change_2fa_form p {
	color: #fff;
}
.authorized .form-control.bootstrap-select .btn.dropdown-toggle.btn-default {
	padding: 0 12px;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: #fff;
}
.authorized .form-control.bootstrap-select {
	padding: 9px 0;
}
select option {
	color: #000;
}
#service_average_time_span {
	border: 1px solid rgba(255,255,255,50%);
	font-size: 12px;
	padding: 9px 12px;
	line-height: 14px;
	font-weight: 300;
	background-color: transparent;
	border-radius: 0;
	height: 38px;
	color: #fff;
}
.authorized .bottom-header .nav.navbar-nav li a i {
	/*display: none !important;*/
}
.stats-box-icon svg {
	fill: #fff;
}
.authorized .form-control#message {
	height: 250px;
}
.authorized #instructions {
	border: 1px solid rgba(255,255,255,50%);
	background-color: transparent;
}
.authorized .form-control#message {
	height: 200px;
}
.ticket-message {
	border: 1px solid rgba(255,255,255,50%);
	background-color: transparent !important;
	border-radius: 0 !important;
	color: #fff;
}
.authorized .table td {
	color: #fff;
}
.ticket-message-left .ticket-message {
	border: 1px solid rgba(255,255,255,50%);
	background-color: transparent !important;
}
.cat_filter_wrap {
	display: grid;
	grid-template-columns: repeat(5, minmax(180px, 1fr));
	gap: 12px 14px;
	align-items: stretch;
	margin-bottom: 15px;
}
.cat_filter_wrap .filter_item {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px 14px;
	min-height: 44px;
	border-radius: 0;
	background: #111;
	color: #fff;
	border: 1px solid rgba(255,255,255,.08);
	text-decoration: none;
	transition: transform .12s, background .12s, border-color .12s;
	scroll-snap-align: start;
	flex: 0 0 auto;
	background: #0b1220;
	border: 1px solid rgba(255, 255, 255, .08);
}
.authorized .bottom-header .nav.navbar-nav li a {
	min-width: 100px;
}
.authorized .navbar-nav > li > a.nav-link:focus {
	background-color: #ff3c38;
}
@media (max-width:550px) {
     .authorized .navbar-toggle {
        border: 1px solid #ff3c38 !important;
  }
  .authorized .navbar-toggle .icon-bar {
      background-color: #ff3c38;
  }
  .authorized .navbar-default .navbar-toggle:focus, 
  .authorized .navbar-default .navbar-toggle:hover {
      background-color: transparent;
  }
  .authorized .paddingbody {
      padding-top: 20px !important;
  }
  .stats-box {
      padding: 10px;
      margin-bottom: 5px;
  }
  .stats-box-smalltext br {
          display: none;
  }
  .authorized .nav-pills > li {
          display: block;
  }
  .authorized .panel-logo img {
	max-width: 100px;
}
  .authorized .nav.navbar-nav {
	flex-wrap: wrap;
}
.authorized .navbar-toggle {
	margin: 0;
	padding: 3px;
	border-radius: 0;
}
.authorized .navbar-toggle .icon-bar {
	width: 14px;
	height: 2px;
	margin: 2px 0 0 0;
}
.authorized .navbar-toggle .icon-bar:nth-child(2) {
	margin-top: 0;
}
.authorized .nav.navbar-nav::before, .authorized .nav.navbar-nav::after {
	display: none;
}
.authorized .bottom-header .nav.navbar-nav li a {
	text-align: left;
	padding: 5px 5px;
}
.authorized .bottom-header {
	height: 0;
	overflow: hidden;
}
.authorized .bottom-header.active {
	height: auto;
}
  .authorized .nav.navbar-nav .nav-item {
	flex: 0 0 100%;
	max-width: 100%;
}
  .ser-well .table thead tr th,
  .ser-well .table tbody tr td {
	padding: 5px !important;
}
.ser-well {
	padding: 15px !important;
}
  #page_Category,
  select.custom-select {
	display: none;
}
  .authorized .nav-pills > li > a {
	padding: 5px 6px;
}
  #history-search .btn-primary,
  #history-search-mobile .btn-primary,
  .service-search .btn-default {
	min-width: 30px;
	height: 38px;
	padding: 0;
	border-radius: 0;
}
  .service-search .btn-default {
    background-color: #ff3c38;
    border: 0;
  }
  .order-history_actions .btn.btn-primary {
	padding: 8px !important;
}
  .link-to-copy {
	font-size: 10px !important;
}
  .fundbox-txt {
	color: #fff;
}
  a.btn.btn-primary.ticketbtn.center {
	width: auto;
}
  .authorized .txt {
	color: rgba(255,255,255,50%);
}
  #order-page tbody tr td:nth-child(7),
  #table-updates tbody tr td:nth-child(2) {
	min-width: 250px;
}
  .service-description .modal-header .modal-title {
	text-align: left !important;
	font-size: 13px !important;
	line-height: 1.2;
}
  #your-tickets .table > thead > tr > th,
  #table-updates.table > thead > tr > th {
	color: #fff;
}
  .titcket-title .close-button {
	font-size: 14px;
	color: #f00;
}
  .ticket-message {
	padding: 10px !important;
}
  .info strong {
	color: #fff;
}
  .authorized .btn.btn-primary, 
  .authorized .btn.btn-primary:hover {
	padding: 10px;
}
  #Blog.authorized #dashboard #content .auth {
	padding-top: 15px;
}
  .cat_filter_wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 1fr));
	gap: 5px 5px;
}
  #OrderService {
	display: block !important;
}
}