


:root {
  --bg-light: #F5F7FA;
  --bg-white: #FFFFFF;
  --bg-dark: #111D2D;
  --bg-primary: #2F5C91;
  --bg-secondary: #264D7A;
  --bg-accent: #1E2F4D;
  --text-white: #FFFFFF;
  --text-dark: #111D2D;
  --text-medium: #49566C;
  --gradient-primary: linear-gradient(180deg, #264D7A 0%, #2F5C91 100%);
  --gradient-horizontal: linear-gradient(90deg, #2F5C91 0%, #264D7A 100%);
  --font-main: 'Inter', sans-serif;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
ul,
span {
  font-family: "Inter", sans-serif;
}

.auth {
  background-color: var(--bg-light);
  padding-bottom: 0;
}

.sidebar {
  width: 285px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: var(--bg-white);
  border-right: 1px solid #ECE5E6;
  padding: 25px 15px;
  overflow-y: auto;
}

.sidebar-logo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.pinner {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #2F5C91;
  flex: 0 0 36px;
  max-width: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-direction: column;

}

.naving-wrap .nav-link {
  width: 140px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 27.5px;
  background: var(--bg-accent);
  color: var(--text-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  height: 45px;
  margin-bottom: 20px;
}
a.view, span.view {
    background: #1C3A60;
    padding: 5px 5px 5px 5px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.line span {
  width: 60%;
  height: 3px;
  background-color: var(--bg-white);
  margin: 1px 0;
  border-radius: 10px;
  transition: 0.3s ease;
}

.line span.line1 {
  width: 30%;
  margin-left: auto;
}

.line span.line3 {
  width: 30%;
  margin-right: auto;
}

.pinner:hover .line span,
.top-nav-left-nav li p.pinner2:hover .line span {
  width: 60%;
  margin: 1px 0;
}

.sidebar-profile {
  text-align: center;
  margin: 25px auto;
}

.profile-img {
  margin: auto auto 10px;
}

.profile-name {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
}

.sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-nav li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px;
  border-radius: 100px;
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  margin-bottom: 5px;
}

.menu-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: var(--bg-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 10px;
}

.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li a:hover,
.sidebar-nav li a:focus {
  background: var(--gradient-primary);
}

.sidebar-nav li.active a .menu-txt,
.sidebar-nav li.active a:hover .menu-txt,
.sidebar-nav li a:hover .menu-txt,
.sidebar-nav li a:focus .menu-txt {
  color: var(--text-white);
}

.sidebar-nav li.active a .menu-icon i,
.sidebar-nav li.active a:hover .menu-icon i,
.sidebar-nav li a:hover .menu-icon i,
.sidebar-nav li a:focus .menu-icon i {
  background: var(--gradient-primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.inner-wrap {
  padding-left: 285px;
  padding-bottom: 52px;
}
.top-nav {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: var(--bg-white);
  margin-bottom: 20px;
}

.top-nav-left-nav {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  margin: 0;
}

.top-nav-left-nav li p {
  margin-bottom: 0;
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.top-nav-left-nav li p span {
  color: var(--text-dark);
  font-weight: 600;
}

.top-nav-left-nav li {
  margin-right: 15px;
}

.top-nav-right-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-nav-right-nav li a {
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #1C3A60;
  color: var(--text-white);
  font-size: 20px;
  text-decoration: none !important;
}

.top-nav-right-nav li {
  margin-left: 3px;
}

.top-nav-right-nav li:last-child a {
  background: #ff6f88;
}

.wrapper.toggle .sidebar {
  left: -285px;
}
.wrapper.toggle .inner-wrap {
  padding: 0;
  padding-bottom: 52px;
}
.wrapper.toggle .sidebar,
.wrapper.toggle .inner-wrap,
.wrapper .sidebar,
.wrapper .inner-wrap {
  transition: 0.3s linear;
}

.top-nav-left-nav li p.pinner2 {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  background-color: #2F5C91;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.wrapper .top-nav-left-nav li:first-child {
  display: none;
}

.wrapper.toggle .top-nav-left-nav li:first-child {
  display: block;
}

.dash-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.dash-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.hide-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-radius: 39px;
  border: 1px solid rgba(133, 134, 163, 0.17);
  background-color: var(--bg-white);
  min-width: 129px;
  padding: 12px 15px;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.cate-shortcut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  margin-bottom: 15px;
  border-radius: 30px;
  background-color: var(--bg-white);
  padding: 20px;
  justify-content: space-between;
  margin-top: 15px;
}

.cate-shortcut li {
  flex: 0 0 16%;
  max-width: 16%;
}

.cate-shortcut li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 40px;
  background: #F5F7FA;
  padding: 7px;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.cate-shortcut li a .cate-shortcut-img {
  margin-right: 5px;
}

.cate-shortcut-txt {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.well {
  border-radius: 30px;
  background: #FFF;
  border: 0;
  padding: 15px;
}

.well-orderhistory {
  border-radius: 30px;
  border: 0;
  padding: 15px;
}

.auth .nav.nav-tabs li a {
  min-width: 100px;
  text-align: center;
  display: block;
  border-radius: 27.5px;
  background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
  border: 0;
  margin-bottom: 8px;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.auth .nav.nav-tabs li.active a,
.auth .nav.nav-tabs li.active a:hover,
.auth .nav.nav-tabs li a:hover,
.auth .nav.nav-tabs li a:focus {
  background: var(--bg-accent);
  border: 0 !important;
  color: var(--text-white);
}

.search-dropdown .input-wrapper .form-control {
  border-radius: 43px;
  background-color: var(--bg-light);
  border: 0;
  height: 38px;
  color: var(--text-dark);
}

.search-dropdown .input-wrapper .fas.fa-search {
  color: #ff3a5e;
}

.auth .nav-tabs {
  border: 0;
}

.auth label {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.auth .form-control:not(.select2-selection) {
  height: 50px;
  border-radius: 43px;
  background-color: var(--bg-light);
  border: 0;
  box-shadow: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
}

span.select2-selection.select2-selection--single.form-control {
  padding: 0;
  border: 0;
  box-shadow: none;
}

#select2-orderform-category-container,
#select2-orderform-service-container {
  height: 50px;
  border-radius: 43px;
  background-color: var(--bg-light);
  border: 0;
  box-shadow: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 12px;
}

.auth .select2-dropdown.dropdown-menu {
  background-color: #fff5f6 !important;
  padding: 0;
  border: 0;
  border-radius: 10px !important;
  overflow: hidden;
}

.select2-dropdown.dropdown-menu li,
.select2-dropdown.dropdown-menu ul {
  background-color: #f5f7fa !important;
}

.select2-dropdown.dropdown-menu li a {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 400;
}

.select2-dropdown.dropdown-menu li a:hover,
.select2-dropdown.dropdown-menu li.active a:hover,
.select2-dropdown.dropdown-menu li.active a {
  background-color: #2F5C91;
  color: var(--text-white);
}

.select2-dropdown.dropdown-menu li a .badge {
  background: var(--bg-accent);
  color: var(--text-white);
}

.select2-container .select2-selection__id-1.badge {
  background: var(--bg-accent);
}

.auth .btn.btn-primary {
  border-radius: 42px;
  background: var(--gradient-horizontal);
  border: 0;
  padding: 15px 15px;
  width: 100%;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.auth .btn.btn-primary-submit {
  border-radius: 42px;
  background: var(--gradient-horizontal);
  border: 0;
  padding: 15px 15px;
  width: 100%;
  color: var(--text-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.auth .btn.btn-primary-refill {
  border-radius: 42px;
  background: var(--gradient-horizontal);
  border: 0;
  padding: 5px 12px;
  width: 100%;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}


.cate-shortcut:not(.active) {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.3s linear all;
}

.cate-shortcut.active {
  padding: 20px;
  height: auto;
  transition: 0.3s linear all;
}

.dash-title-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.dash-title-img img {
  margin-right: 5px;
}

.ser-desc-row {
  margin-top: 15px;
}

.ser-desc-box {
  border-radius: 17px;
  border: 1px solid #F2DCDC;
  background-color: var(--bg-light);
  padding: 15px;
}

.ser-desc-label {
  color: #2F5C91;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}

.ser-desc-txt {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.ser-desc-box {
  border-radius: 17px;
  border: 1px solid #F2DCDC;
  background-color: var(--bg-light);
  padding: 15px;
  min-height: 100px;
  display: flex;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
}

.ser-desc-title {
  color: #2F5C91;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}

#links {
  min-height: 250px;
  border-radius: 25px;
  padding: 25px 15px;
  resize: none;
}

.dast-title {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.dash-title-underline {
  position: relative;
}

.dash-title-underline::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/underline.webp');
  width: 100%;
  height: 11px;
  background-size: 100% 11px;
}

.dash-txt {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

#history-search .input-group {
  display: block;
  position: relative;
}

#history-search .input-group .form-control {
  border-radius: 100px;
  background-color: var(--bg-white);
  color: rgba(126, 122, 147, 80%);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  float: none;
  background-image: url('http://i.23robo.info/projects/bestofpanel/img/search.webp');
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
  padding-right: 110px;
}

#history-search .input-group .btn.btn-default {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 39px;
  background: var(--gradient-primary);
  min-width: 100px;
  padding: 10px 10px;
}

#history-search {
  margin: 20px 0;
}

.auth .nav.nav-pills {
  border-radius: 100px;
  background-color: #1C3A60;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.auth .nav.nav-pills li {
  flex: 0 0 14%;
  max-width: 14%;
}

.auth .nav.nav-pills li a {
  border-radius: 39px;
  background-color: var(--bg-white);
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 25px;
  min-height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
}

.In.progress {
  height: auto;
  margin-bottom: 0;
}

.pill-icon {
  height: 28px;
  width: 28px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #40C6FF;
  border-radius: 100px;
  color: var(--text-white);
  margin-right: 7px;
}

.auth .nav.nav-pills li a.All .pill-icon {
  display: none;
}

.auth .nav.nav-pills li a.In.progress .pill-icon {
  background-color: #406AFF;
}

.auth .nav.nav-pills li a.Completed .pill-icon {
  background-color: #36CD77;
}

.auth .nav.nav-pills li a.Partial .pill-icon {
  background-color: #FFAC25;
}

.auth .nav.nav-pills li a.Processing .pill-icon {
  background-color: #F252B2;
}

.auth .nav.nav-pills li a.Canceled .pill-icon {
  background-color: #FF0E39;
}

.Rejected .pill-icon,
.Error .pill-icon {
  background-color: #ff0e39;
}

.auth .nav.nav-pills li.active a,
.auth .nav.nav-pills li.active a:hover,
.auth .nav.nav-pills li a:hover,
.auth .nav.nav-pills li a:focus {
  background: var(--gradient-primary);
  color: var(--text-white);
}

.order-wrap {
  border-radius: 19px;
  background: #FFF;
  padding: 12px;
  margin-bottom: 12px;
}

.order-top-ul,
.order-bottom-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.order-label {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 500;
}

.order-txt {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

.order-content::after {
  content: '';
  position: absolute;
  background: rgba(32, 28, 63, 0.18);
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.order-status {
  margin: 0 0 0 auto;
}

.order-status .order-content {
  margin-right: 0;
  padding-right: 0;
}

.order-status .order-content::after {
  display: none;
}

.order-status-icon {
  width: 23px;
  height: 23px;
  background-color: #FF0E39;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--text-white);
  margin-right: 5px;
}
.order-link {
  color: #2F5C91;
  font-size: 14px;
  font-weight: 500;
  max-width: unset;
  white-space: normal;
  word-break: break-word;
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin-left: 0;
  padding-left: 5px;
}

.order-btns {
  margin: 0 0 0 auto;
}

.order-btns .btn.btn-primary {
  width: 96px;
  padding: 5px 12px;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
}

.order-btns .btn.btn-primary.btn-secondary {
  background: #F5F7FA;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.order-btns .order-content {
  padding: 0;
  margin: 0;
}

.order-btns .order-content::after {
  display: none;
}

.order-top-ul {
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(32, 28, 63, 0.18);
  padding-bottom: 12px;
}

.no-after::after {
  display: none;
}

.order-content .order-status-icon i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.order-content.Pending .order-status-icon i::before {
  content: "\f34e";
}

.order-content.In.progress .order-status-icon i::before {
  content: "\f0ed";
}

.order-content.Completed .order-status-icon i::before {
  content: "\f00c";
}

.order-content.Partial .order-status-icon i::before {
  content: "\f24d";
}

.order-content.Processing .order-status-icon i::before {
  content: "\f110";
}

.order-content.Canceled .order-status-icon i::before {
  content: "\f00d";
}

.order-content.Pending .order-status-icon {
  background-color: #40C6FF;
}

.order-content.In.progress .order-status-icon {
  background-color: #406AFF;
}

.order-content.Completed .order-status-icon {
  background-color: #36CD77;
}

.order-content.Partial .order-status-icon {
  background-color: #FFAC25;
}

.order-content.Processing .order-status-icon {
  background-color: #F252B2;
}

.order-content.Canceled .order-status-icon {
  background-color: #FF0E39;
}

.order-content.Paused .order-status-icon i::before {
  content: "\f04c";
}

.order-content.Active .order-status-icon i::before {
  content: "\f0ed";
}

.order-content.Expired .order-status-icon i::before {
  content: "\f273";
}

.order-content.Rejected .order-status-icon i::before {
  content: "\f771";
}

.order-content.Error .order-status-icon i::before {
  content: "\f071";
}

.auth .nav-tabs.fund-tabs li a {
  border-radius: 40px;
  background: #FFF;
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 53px;
  padding: 8px 7px;
}

.fund-tab-icon {
  margin-right: 5px;
}

.auth .nav-tabs.fund-tabs li {
  flex: 0 0 16%;
  max-width: 16%;
}

.auth .nav-tabs.fund-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.dash-title2 {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}

.fund-tab-content {
  border-radius: 21px;
  background-color: var(--bg-white);
  padding: 25px;
  margin-bottom: 20px;
}

.fund-tab-title {
  color: var(--text-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.fund-tab-txt {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.auth .table thead tr th {
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 12px !important;
  background-color: #1C3A60;
  border: 0 !important;
}

.auth .table thead tr th:first-child,
.auth .table tbody tr td:first-child {
  border-radius: 25px 0 0 25px;
}

.auth .table thead tr th:last-child,
.auth .table tbody tr td:last-child {
  border-radius: 0 25px 25px 0;
}

.auth .table tbody tr td {
  border: 0 !important;
  padding: 15px 12px !important;
  background-color: var(--bg-white);
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

table {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.api-title {
  border-radius: 34px;
  background: #1C3A60;
  padding: 10px 15px;
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 20px;
}

.api-box {
  border-radius: 20px;
  border: 1px solid rgba(118, 127, 155, 0.15);
  background: #FFFFFF;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.api-box-left {
  flex: 0 0 58px;
  max-width: 58px;
}

.api-box-icon {
  width: 58px;
  height: 58px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
  color: var(--text-white);
  font-size: 30px;
}

.api-box-right {
  flex: 0 0 calc(100% - 58px);
  max-width: calc(100% - 58px);
  padding-left: 15px;
}

.api-label {
  color: var(--text-medium);
  font-size: 12px;
  font-weight: 600;
}

.api-txt {
  color: #201C3F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  word-break: break-all;
  margin-bottom: 0;
}

.api-title2 {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

pre {
  border-radius: 15px;
  background-color: var(--bg-light);
  border: 0;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.term-row {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 30px 15px;
  margin: 0 0 25px;
}

.term-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.term-txt {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.term-txt b {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.term-row ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.term-row ul li {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.term-row ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #2F5C91;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.faq-tabs li {
  flex: 0 0 49.5%;
  max-width: 49.5%;
}

.auth .nav.nav-tabs.faq-tabs li a,
.nav.nav-tabs.faq-tabs li a {
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 97px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.faq-tab-content .panel.panel-default {
  border: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
  border-radius: 12px;
}

.faq-tab-content .panel.panel-default .panel-heading {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.faq-tab-content .panel.panel-default .panel-heading a {
  display: block;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 12px;
  text-decoration: none;
  position: relative;
}

.faq-tab-content .panel.panel-default .panel-body {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.faq-tab-content .panel.panel-default .panel-heading a::after {
  content: '\f0d7';
  width: 40px;
  height: 40px;
  background-color: var(--bg-light);
  position: absolute;
  border-radius: 100px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2F5C91;
}

.faq-tab-content .panel.panel-default .panel-heading a[aria-expanded="true"]::after {
  content: '\f0d8';
}

.dashboard-box {
  border-radius: 20px;
  background-color: var(--bg-white);
  padding: 25px 15px;
  margin-bottom: 15px;
  min-height: 232px;
}

.dashboard-box-icon {
  border-radius: 48px;
  background-color: #2F5C91;
  width: 61px;
  height: 61px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 25px;
  margin-bottom: 15px;
}

.dashboard-box-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

.dashboard-box-txt {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}

.row.stats-row {
  margin-top: 20px;
}

.dashbox-label {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
  display: block;
}

.dashbox-txt {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

.well .dashbox:last-child {
  margin-bottom: 0;
}

.dashbox {
  border-radius: 13px;
  background-color: var(--bg-light);
  padding: 10px 15px;
  margin-bottom: 10px;
}

.status-table.table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 20px;
}

.status-table thead tr th:first-child {
  border-bottom-left-radius: 0 !important;
}

.status-table thead tr th:last-child {
  border-bottom-right-radius: 0 !important;
}

.auth .status-table.table tbody tr td {
  background-color: var(--bg-white);
  border-radius: 0 !important;
  border: 1px solid rgba(133, 134, 163, 0.19) !important;
}

.auth .status-table.table thead tr th:first-child,
.auth .status-table.table tbody tr td:first-child {
  border-left: 0 !important;
}

.dash-status-img {
  margin: auto;
}

.auth .status-table.table thead tr th {
  text-align: center;
}

.auth .status-table.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 25px !important;
}

.auth .status-table.table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.row.search-row #history-search {
  margin: 0;
}

.row.search-row .btn.btn-primary {
  background: #1C3A60;
}

.row.search-row {
  margin: 15px 0;
}

.row.search-row .dash-title {
  margin-top: 20px;
}

.ser-cate-shortcut {
  background-color: transparent;
  padding: 0 !important;
}

.ser-cate-shortcut li a {
  background-color: var(--bg-white);
}

#service-table tbody td {
  background: #FFF;
}

.ser-name-tr td {
  background-color: transparent !important;
  color: #111D2D !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ser-icon {
  background-color: var(--bg-light);
  border: 1px solid #EFE1E3;
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  color: #264D7A;
  margin: 0 2px;
  cursor: pointer;
}

.ser-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-width: 130px;
  justify-content: center;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
}

.service-description .btn.btn-primary {
  width: 107px;
  font-size: 14px;
}

.service-name {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}

.service-description .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.service-description .modal-header::after,
.service-description .modal-header::before {
  display: none;
}

.service-description .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

/* nightmode */
.auth.nightmode {
  background-color: #0A1A30;
}

.nightmode .top-nav {
  background-color: var(--text-dark);
}

.nightmode .sidebar {
  background-color: var(--text-dark);
  border-right-color: #223147;
}

.nightmode .top-nav-left-nav li p {
  color: var(--text-medium);
}

.nightmode .top-nav-left-nav li p span {
  color: var(--text-white);
}

.nightmode .dash-title {
  color: var(--text-white);
}

.nightmode .cate-shortcut {
  background-color: #10154e;
}

.nightmode .cate-shortcut li a {
  background-color: #0A1A30;
  color: var(--text-white);
}

.nightmode .cate-shortcut-txt {
  color: var(--text-white);
}

.nightmode .well {
  background-color: var(--text-dark);
}

.nightmode .hide-category {
  background-color: #10154e;
  color: var(--text-white);
}

.nightmode .search-dropdown .input-wrapper .form-control {
  background-color: #0A1A30;
  color: var(--text-white);
}
.auth.nightmode .form-control:not(.select2-selection) {
  background-color: #0A1A30;
  color: var(--text-white);
}
.auth.nightmode #select2-orderform-category-container,
.auth.nightmode #select2-orderform-service-container {
  background-color: #0A1A30;
  color: var(--text-white);
}
.auth.nightmode .select2-selection--single.form-control {
  background-color: #0A1A30;
  border-radius: 43px;
}
.nightmode .ser-desc-box {
  background-color: #0A1A30;
  border-color: #1c3a60;
}
.nightmode .ser-desc-box .ser-desc-label {
  color: var(--text-white);
}
.nightmode .ser-desc-box .ser-desc-txt {
  color: var(--text-medium);
}
.nightmode .top-nav-right-nav .dropdown .dropdown-toggle {
  background-color: #1C3A60;
  color: var(--text-white);
  border-color: #1C3A60;
}
.nightmode .top-nav-right-nav .dropdown .dropdown-toggle .badge {
  color: var(--text-white);
}
.nightmode .menu-icon {
  background-color: #10154e;
  color: var(--text-white);
}
.nightmode .active .menu-icon,
.nightmode a:hover .menu-icon {
  background-color: var(--bg-white);
}
.auth.nightmode .select2-selection--single.form-control {
  background-color: #0A1A30;
}
.nightmode .dash-title-underline {
  color: var(--text-white);
}
.nightmode .dashboard-box {
  background-color: var(--text-dark);
}
.nightmode .dashboard-box-title {
  color: var(--text-white);
}
.nightmode .dash-title2 {
  color: var(--text-white);
}
.nightmode .dashbox {
  background-color: #0A1A30;
}
.nightmode .dashbox-txt {
  color: var(--text-white);
}
.auth.nightmode .status-table.table tbody tr td {
  background-color: #10154e;
  color: var(--text-white);
}
.nightmode .dast-title {
  color: var(--text-white);
}
.nightmode #history-search .input-group .form-control {
  background-color: #10154e;
  color: var(--text-white);
}
.nightmode .ser-cate-shortcut.cate-shortcut.active {
  padding: 20px !important;
}
.nightmode #service-table tbody td {
  background-color: #10154e;
  color: var(--text-white);
}
.nightmode .service-description .modal-content {
  background-color: #10154e;
}
.auth.nightmode .nav-tabs.fund-tabs li a {
  background-color: #0A1A30;
  color: ;
}
.nightmode .fund-tab-content {
  background-color: #0A1A30;
}
.nightmode .fund-tab-title {
  color: var(--text-white);
}
.nightmode .ticketModalla .custom-control .custom-control-label {
  color: var(--text-white);
}
.auth.nightmode .table tbody tr td {
  background-color: #1c3a60;
  color: var(--text-white);
}
.nightmode form[action="/tickets"]#history-search .input-group .form-control {
  background-color: #0A1A30;
}
.nightmode .faq-tab-content .panel.panel-default {
  background-color: #10154e !important;
}
.nightmode .faq-tab-content .panel.panel-default .panel-heading a {
  color: var(--text-white);
}
.nightmode .faq-tab-content .panel.panel-default .panel-body {
  color: var(--text-white);
}
.nightmode .faq-tab-content .panel.panel-default .panel-heading a::after {
  background-color: #0A1A30;
  color: var(--text-white);
}
.nightmode .term-row {
  background-color: #10154e;
}
.nightmode .term-txt b {
  color: var(--text-white);
}
.nightmode .row.affiliate-box-row {
  background-color: #10154e;
}
.nightmode .affiliate-box-txt {
  color: var(--text-white);
}
.nightmode .affiliate-box2 {
  background-color: #10154e;
}
.nightmode .affiliate-box2 .affiliate-box2-txt {
  color: var(--text-white);
}
.nightmode .api-title2 {
  color: var(--text-white);
}
.nightmode pre {
  background-color: #0A1A30;
  color: var(--text-white);
}
.nightmode .api-box {
  background-color: #10154e;
}
.nightmode .api-txt {
  color: var(--text-white);
}
.nightmode .name-server-title,
.nightmode .name-server-ul li {
  background-color: #0A1A30;
  color: var(--text-white);
}
.nightmode form[action="/account/2fa/generate"] p {
  color: var(--text-white);
}
.nightmode .profile-name {
  color: var(--text-white);
}
.nightmode .top-nav-right-nav .dropdown.updates-dropdown .dropdown-menu {
  background-color: #10154e;
}
.nightmode .update-content-wrap {
  background-color: #0A1A30;
}
.nightmode .update-content-head .id-boxi,
.nightmode .update-content-head .updatestatus,
.nightmode .update-ser-name, 
.nightmode .update-date {
  color: var(--text-white);
}
.guest .navbar-default {
  background-color: transparent;
  border: 0;
  padding-top: 12px;
}

.guest .navbar-default .navbar-nav>li>a {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  margin: 10px 15px;
  background-color: transparent !important;
}

.guest .navbar-default .navbar-nav>li.active>a,
.guest .navbar-default .navbar-nav>li.active>a:hover,
.guest .navbar-default .navbar-nav>li>a:hover,
.guest .navbar-default .navbar-nav>li>a:hover {
  color: var(--text-dark);
}

#top-sec {
  /* padding: 80px 0; */
  position: relative;
}

#top-sec::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/top-circle.webp');
  width: 92%;
  height: 800px;
  background-size: 100% 834px;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
}

.login-form-img {
  display: block;
  margin: 30px auto auto;
  width: 462px;
}

.row.login-field-row {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  margin: 0 0 15px;
  padding: 15px;
}

.form-group {
  position: relative;
}

.row.login-field-row .form-group {
  margin-bottom: 0;
}

.inpt-icon {
  width: 39px;
  height: 39px;
  background-color: #2F5C91;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--text-white);
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.guest .form-control {
  border-radius: 100px;
  background-color: var(--bg-light);
  height: 55px;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(126, 122, 147, 0.90);
  font-size: 14px;
  font-weight: 400;
  line-height: ;
}

.inpt-icon+.form-control {
  padding-left: 55px;
}

.guest .btn.btn-primary {
  border-radius: 27.5px;
  background-color: #1C3A60;
  border-color: #1C3A60;
  min-width: 115px;
  padding: 10px 12px;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
}

.guest .row.login-field-row .btn.btn-primary {
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.icon-btn-icon {
  width: 20px;
  height: 20px;
  background-color: var(--bg-white);
  border-radius: 100px;
  color: #1C3A60;
  font-size: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
}

.remeber-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.checkbox label,
.forgot-password1,
.have-acc {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.abs {
  position: absolute;
}

.login-form-wrap {
  position: relative;
}

.top-box-1 {
  left: -100px;
  top: 50px;
}

.top-box-2 {
  right: -100px;
  top: 100px;
}

.top-fb {
  top: -50px;
  left: -20px;
}

.top-insta {
  top: 440px;
  right: 140px;
  z-index: 1;
}

.top-twitter {
  bottom: 274px;
  left: 130px;
}

.txt {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.top-tiktok {
  right: 0;
}

.best-box {
  border-radius: 27px;
  background-color: #1E2F4D;
  padding: 30px 20px 0;
  margin-bottom: 15px;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/best-social.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  position: relative;
}

.best-box::after {
  content: '';
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #060727 57.81%, rgba(6, 7, 39, 0.00) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 27px;
  opacity: 0.4;
}

.best-title {
  color: var(--text-white);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.bol-img {
  display: inline;
}

.guest .best-box .btn.btn-primary {
  min-width: 140px;
  background: var(--gradient-primary);
  border: 0;
  width: 140px;
  margin-bottom: 25px;
}

.guest .best-box .btn.btn-primary .icon-btn-icon {
  color: #264D7A;
}

.best-txt {
  color: var(--text-white);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.best-girl {
  margin-left: auto;
}

.best-box * {
  position: relative;
  z-index: 1;
}

.title {
  color: var(--text-dark);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.6;
}

.should-slider-nav .slick-arrow {
  width: 34px;
  height: 34px;
  background: var(--gradient-primary);
  color: var(--text-white);
  font-size: 24px;
  padding: 0;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0;
  box-shadow: none !important;
  border-radius: 100px;
  margin-right: 8px;
}

.should-slider-nav {
  margin-top: 25px;
}

#should {
  padding: 40px 0;
}

#should .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.how-wrap {
  position: relative;
}

.how-wrap-line {
  width: 100%;
  position: absolute;
  top: -200px;
}

.how-box-icon {
  width: 66px;
  height: 66px;
  border-radius: 32px;
  background-color: #2F5C91;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 22px;
  border: 6px solid #fff;
  margin-bottom: 30px;
}

.how-box-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.how-box-title {
  background: linear-gradient(180deg, #49566C -20.02%, #FFF 109.41%);
  opacity: 0.6;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 80px;
  margin-bottom: 0;
}

.how-box-txt {
  color: var(--text-dark);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  width: 180px;
  padding-left: 15px;
}

.how-box {
  width: max-content;
  position: absolute;
}

.how-box1 {
  top: 214px;
  left: 50px;
}

.how-box4 {
  right: -90px;
  top: -130px;
}

.how-box3 {
  right: 130px;
  top: 70px;
}

.how-box2 {
  left: 400px;
  top: 120px;
}

#how {
  padding: 80px 0;
  min-height: 750px;
}

#stats-sec {
  padding: 80px 0;
}

.row.stats-sec-row {
  position: relative;
  border-radius: 21px;
  background-color: var(--bg-white);
  box-shadow: 0px 49px 94.1px 0px rgba(126, 122, 147, 0.38);
  padding: 15px;
}

.statistic-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.statistic-box-icon {
  width: 96px;
  height: 96px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F4F7FF;
  justify-content: center;
}

.statistic-box-content {
  flex: 0 0 calc(100% - 96px);
  max-width: calc(100% - 96px);
  padding-left: 20px;
}

.statistic-box-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.statistic-box-txt {
  color: #264D7A;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.stats-sec-wrapper {
  position: relative;
}

.stats-sec-wrapper::after {
  content: '';
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  left: -25px;
  top: 10px;
  border-radius: 28px;
  background: var(--bg-primary);
  z-index: -1;
}

#find {
  padding: 80px 0;
}

#find .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 52px;
  background: var(--bg-primary);
  padding: 25px 15px 0;
}

#find .title {
  color: var(--text-white);
  line-height: 1.4;
  margin-bottom: 35px;
}

#find .faq-tab-content .panel.panel-default {
  background-color: rgba(255, 255, 255, 21%) !important;
  border: 1px solid rgba(255, 255, 255, 12%) !important;
}

#find .faq-tab-content .panel.panel-default .panel-heading a {
  color: var(--text-white);
  padding-right: 50px;
}

#find .faq-tab-content .panel.panel-default .panel-heading a::after {
  background-color: rgba(255, 255, 255, 21%);
  color: var(--text-white);
}

#find .faq-tab-content .panel.panel-default .panel-body {
  color: var(--text-white);
}

#testimonial {
  padding: 40px 0;
}

.testimonial-slider-wrapper {
  position: relative;
  margin-top: 45px;
  padding-top: 215px;
}

.test-img {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  top: 0;
}

.testi-title {
  color: var(--text-dark);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.test-stars {
  display: block;
  margin: auto auto 20px;
}

.test-txt {
  width: 60%;
  margin: auto;
  color: var(--text-medium);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-nav {
  margin-top: 40px;
}

.testimonial-nav .slick-arrow {
  width: 34px;
  height: 34px;
  background: var(--bg-primary);
  border: 0;
  border-radius: 100px;
  color: var(--text-white);
  margin: 0 5px;
}

#ready {
  padding: 40px 0;
}

#ready .row {
  border-radius: 52px;
  background: #1C3A60;
  padding: 25px;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.ready-content {
  width: 60%;
}

.ready-content .title {
  color: var(--text-white);
}

.ready-content .btn.btn-primary {
  background: var(--gradient-primary);
  border-color: transparent;
  border: 0;
}

.ready-content+img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  padding-top: 60px;
}

.ftr-txt {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.ftr-logo {
  margin-bottom: 35px;
}

.social-ul li a {
  width: 42px;
  height: 41px;
  background-color: #1E2F4D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--text-white);
  font-size: 20px;
  margin-right: 10px;
}

.social-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0 25px;
}

.guest {
  padding-bottom: 0;
}

.ftr-bottom {
  background-color: #2F5C91;
  padding: 12px 0;
  margin-top: 20px;
}

.copy-right {
  margin-bottom: 0;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 400;
}

.ftr-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  text-decoration: none;
}

.ftr-menu li a {
  color: var(--text-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 30px;
  text-decoration: none;
}

.ftr-payment-img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

#signup-sec {
  padding: 80px 0 80px;
  position: relative;
}

.signup-title {
  color: var(--text-dark);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}

#signup-sec .well,
#resetpswd .well {
  padding: 30px 15px 15px;
  width: 75%;
  margin: 30px auto auto;
  border-radius: 35px;
  background-color: var(--bg-white);
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
}

#signup-sec::after {
  content: '';
  position: absolute;
  background-image: url('https://i.23robo.info/projects/bestofpanel/img/top-circle.webp');
  width: 100%;
  height: 720px;
  background-size: 100% 720px;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center bottom;
}

.guest .dast-title {
  text-align: center;
}

.guest .dast-title,
.guest .dash-txt {
  text-align: center;
}

.guest #history-search .input-group .form-control {
  box-shadow: 0px 19px 65.1px 0px rgba(6, 6, 68, 0.10) !important;
}

.row.search-row .btn.btn-primary.dropdown-toggle {
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
}

.row.search-row .dropdown-menu {
  width: 100%;
  min-width: 100%;
  height: 220px;
  overflow-y: auto;
}

.row.search-row .dropdown-menu li a {
  display: block;
  word-wrap: normal;
  word-break: break-word;
  white-space: normal;
}

.guest .cate-shortcut li a {
  background-color: var(--bg-white);
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
}

.guest .table thead tr th {
  background: #1C3A60;
  padding: 15px 12px !important;
  color: var(--text-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.guest .table thead tr th:first-child,
.guest .table tbody tr td:first-child {
  border-radius: 25px 0 0 25px;
}

.guest .table thead tr th:last-child,
.guest .table tbody tr td:last-child {
  border-radius: 0 25px 25px 0;
}

.guest .table tbody tr td {
  border: 0 !important;
}

.guest .table tbody tr:not(.ser-name-tr) td {
  background-color: #F5F7FA !important;
  padding: 15px 12px !important;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
}

.service-description .modal-header .modal-title {
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.service-description .modal-header .close {
  flex: 0 0 20px;
  max-width: 20px;
}

.guest .nav.nav-tabs li a {
  min-width: 100px;
  text-align: center;
  display: block;
  border-radius: 27.5px;
  background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
  border: 0;
  margin-bottom: 8px;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.nav.nav-tabs.faq-tabs li a {
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 97px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.nav.nav-tabs.faq-tabs li.active a,
.nav.nav-tabs.faq-tabs li.active a:hover,
.nav.nav-tabs.faq-tabs li a:hover,
.nav.nav-tabs.faq-tabs li a:focus {
  background: var(--bg-accent);
  border: 0 !important;
  color: var(--text-white);
}

.faq-tabs {
  border: 0;
}

.guest .faq-tab-content .panel.panel-default {
  background-color: #F5F7FA !important;
}

.guest .faq-tab-content .panel.panel-default .panel-heading a::after {
  background-color: var(--bg-white);
}

#resetpswd .btn.btn-primary {
  background: var(--gradient-horizontal);
  border: 0;
  width: 100%;
  height: 55px;
  font-size: 16px;
}

.ticket-input {
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.20) !important;
}

#message {
  height: 150px;
  border-radius: 25px;
  padding: 20px 15px;
}

.ticket-message {
  background-color: #FFF !important;
  padding: 15px 12px !important;
  box-shadow: 0 0 10px 0 #111D2D20;
  border-radius: 25px !important;
  margin-bottom: 5px;
  color: var(--text-dark);
}

#signup-sec .have-acc {
  margin-top: 15px;
}

.row.affiliate-box-row {
  border-radius: 30px;
  background: #FFF;
  padding: 25px 0;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}

.affiliate-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.affiliate-box-left {
  max-width: 54px;
  height: 54px;
  background-color: #2F5C91;
  flex: 0 0 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 24px;
  color: var(--text-white);
}

.affiliate-box-right {
  flex: 0 0 calc(100% - 54px);
  max-width: calc(100% - 54px);
  padding-left: 15px;
}

.affiliate-box-title {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
}

.affiliate-box-txt {
  color: #1C3A60;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.row.affiliate-box-row .col-sm-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

.row.affiliate-box-row .col-sm-4:first-child {
  flex: 0 0 40%;
  max-width: 40%;
}

.row.affiliate-box-row .col-sm-4:nth-child(2) {
  border-width: 0 2px;
  border-style: solid;
  border-color: rgba(133, 134, 163, 0.30);
}

.row.affiliate-box-row2 {
  margin: 0;
}

.affiliate-box2 {
  border-radius: 17px;
  background-color: var(--bg-white);
  padding: 15px;
  min-height: 115px;
}

.affiliate-box2-title {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.affiliate-box2-txt {
  color: #1C3A60;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.affiliate-box2 {
  border-radius: 17px;
  background-color: var(--bg-white);
  padding: 15px;
  min-height: 115px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.affiliate-box2-title,
.affiliate-box2-txt {
  flex: 0 0 100%;
  max-width: 100%;
}

.payout-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.payout-box .btn.btn-primary {
  width: 130px;
  padding: 10px 12px;
}

.payout-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-radius: 100px;
  background-color: var(--bg-white);
  padding: 5px 10px;
  margin: 10px 0;
}

.payout-label {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.name-server-ul li {
  color: var(--text-medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}

.childpanel-faq .panel.panel-default {
  background-color: #F5F7FA !important;
}

.childpanel-faq .panel.panel-default .panel-heading a::after {
  background-color: var(--bg-white);
}

.update-status {
  color: var(--text-dark);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 16px;
  background-color: var(--bg-light);
  padding: 12px;
  min-width: 236px;
}

.auth .update-table.table tbody tr td {
  background-color: var(--bg-white);
}

.row.search-row .btn.btn-primary.dropdown-toggle.update-toggle {
  background-color: var(--bg-white);
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.sidebar-nav li .btn-secondary {
  background-color: transparent;
  border: 0;
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: none !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.sidebar-nav li .btn-secondary .caret {
  color: #2F5C91;
}

.sidebar-nav li.dropdown .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  background-color: var(--bg-white);
  color: rgba(126, 122, 147, 80%);
  padding: 0;
  overflow: hidden;
}

.sidebar-nav li.dropdown .dropdown-menu a {
  color: var(--text-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.sidebar-nav li.dropdown .dropdown-menu a:hover {
  border-radius: 0;
  color: var(--text-white);
}

.sidebar-nav-wrap {
  display: flex;
  flex-direction: column;
  /*height: 100vh;*/
}

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

.contact-info-title {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.contact-info-icon li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
  color: var(--text-white);
  font-size: 18px;
  border-radius: 100px;
  margin: 0 3px;
  text-decoration: none;
}

.auth-ftr {
  background-color: #1C3A60;
  padding: 12px 12px;
  margin-top: 20px;
}

.top-nav-right-nav .dropdown .dropdown-toggle {
  width: auto;
  height: 37px;
  border-radius: 39px;
  border: 1px solid rgba(133, 134, 163, 0.17);
  background: #FFF;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 12px;
}

.top-nav-right-nav .dropdown .dropdown-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
}

.top-nav-right-nav .dropdown .dropdown-menu li {
  margin: 0;
}

.top-nav-right-nav .dropdown .dropdown-menu li a {
  width: 100%;
  border-radius: 0;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  background: transparent;
  height: auto;
  padding: 5px 10px;
}

.top-nav-right-nav .dropdown .dropdown-menu li a:hover {
  background-color: #1C3A60;
  color: var(--text-white);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.pagination li a {
  background-color: #fff !important;
  color: #1C3A60 !important;
  border: 1px solid #1C3A60 !important;
}

.pagination li a:hover,
.pagination li.active a:hover,
.pagination li.active a {
  background-color: #1C3A60 !important;
  color: #fff !important;
  border: 1px solid #1C3A60 !important;
}

.row.search-row .btn.btn-primary.dropdown-toggle.update-toggle+.dropdown-menu {
  height: auto;
}

.status-check {
  text-align: center;
  color: #2F5C91;
  font-size: 22px;
}

.update-box {
  background-color: var(--bg-white);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.update-box-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  /*    background-color: #fff5f6;*/
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.update-box-name {
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
}

.update-box-date {
  color: #2F5C91;
  font-size: 14px;
  margin-bottom: 0;
  flex: 0 0 90px;
  max-width: 90px;
}

.update-box-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 5px;
  /* border-radius: 5px; */
  /* background-color: var(--bg-light); */
  border-top: 1px solid rgba(32, 28, 63, 0.18);
}

.update-box-status {
  margin-bottom: 0;
  font-size: 14px;
  /* color: #36CD77; */
  font-weight: 500;
}

.update-box-statu1 {
  color: #FF0E39;
}

.update-box-stats2 {
  color: #36CD77;
}

.update-box-status5 {
  color: #FFAC25;
}

.update-box-status3 {
  color: #406AFF;
}

.update-box-status4 {
  color: #40C6FF;
}

.update-box-bottom i {
  margin-left: auto;
}

.update-box-icon {
  margin: 0;
  font-size: 16px;
}

.name-server-title {
  background-color: #fff5f6;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
}

.name-server-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.name-server-ul li {
  flex: 0 0 49%;
  max-width: 49%;
  background-color: #fff5f6;
  padding: 5px 10px;
  border-radius: 5px;
  color: #1C3A60;
  font-size: 16px;
  margin-bottom: 0;
}

.name-server-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
  color: var(--text-white);
  font-size: 14px;
  margin-right: 7px;
}

#field-orderform-fields-expiry {
  border-radius: 25px 0 0 25px;
}

#field-orderform-fields-expiry+.input-group-btn .btn {
  height: 50px;
  background-color: #2633ad;
  border-color: #2633ad;
  color: var(--text-white);
}

.sershortcut-icon {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #1C3A60;
  color: var(--text-white);
  font-size: 18px;
  margin-right: 5px;
}

.order-modal .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.order-modal .modal-header::after,
.order-modal .modal-header::before {
  display: none;
}

.order-det-box {
  background-color: #2633ad;
  padding: 8px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: var(--text-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.auth .nav-tabs.fund-tabs li {
  flex: 0 0 49%;
  max-width: 49%;
}

.row.fund-tab-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.fund-tab-content {
  margin-bottom: 8px;
}

.ser-name-tr td {
  background: linear-gradient(180deg, #264D7A 0%, #2F5C91 100%) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 20px !important;
}

.order-ser .order-txt {
  /*
  min-width: 300px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  */
  min-width: auto;
  max-width: unset;
  white-space: normal;
}
.ser-cate-span {
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #1C3A60;
  color: var(--text-white);
  margin-right: 5px;
  font-size: 20px;
}
.signup-frm-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.signup-frm-wrap .form-group {
  flex: 0 0 100%;
  max-width: 100%;
}
.signup-frm-wrap .form-group.last_name_wrap,
.signup-frm-wrap .form-group.first_name_wrap,
.signup-frm-wrap .form-group.password_wrap,
.signup-frm-wrap .form-group.password_again_wrap {
  flex: 0 0 48%;
  max-width: 48%;
}
.layout-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.layout-btn-wrap .dash-title {
  margin-bottom: 0;
}
.settings-btn {
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #1C3A60;
  color: var(--text-white);
  font-size: 20px;
  text-decoration: none !important;
}
#service-table tbody tr td:first-child {
  border-radius: 40px 0 0 40px !important;
}
.settings-btn:hover {
  color: var(--text-white);
}
.dropdown-currencies .badge {
  padding: 0;
  background-color: transparent;
  color: var(--text-dark);
  font-weight: 600;
}
#currencies-list {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.order-ser-li {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 9px;
  margin-top: 5px;
  border-top: 1px solid rgba(32, 28, 63, 0.18);
}
.order-link-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 9px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(32, 28, 63, 0.18);
}
.order-ser-li .order-label {
  flex: 0 0 55px;
  max-width: 55px;
}
.ticketModalla.modal-dialog{
  width: 620px;
}
.ticketModalla .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding: 0;
  margin-top: 5px;
}
.ticketModalla .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: -5px;
  margin-right: -5px;
}
.ticketModalla .col {
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ticketModalla .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ticketModalla .custom-control .custom-control-label {
  width: 100%;
  height: 50px;
  padding-left: 35px;
  padding-right: 15px;
  border-radius: 4px;
  border: solid 2px #eeeeee;
  color: #1f2324;
  font-size: 14px;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.ticketModalla .custom-control-input:checked ~ .custom-control-label {
  border-color: #ff6984;
}
.ticketModalla .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.ticketModalla .custom-control-label::before {
  border-radius: 50px;
  top: 18px;
  left: 12px;
}
.ticketModalla .custom-control-label::after {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: var(--text-white);
  font-size: 9px;
  width: auto;
  height: auto;
  top: 19px;
  left: 15px;
  opacity: 0;
}
.ticketModalla .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #17207f;
}
.ticketModalla .custom-control-input:checked ~ .custom-control-label::after {
  opacity:1;
}
.auth-ftr {
  position: fixed;
  width: calc(100% - 285px);
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.3s linear;
}
.wrapper.toggle .auth-ftr {
  width: calc(100% - 0px);
}
.fund-tab-content {
  background-color: #f5f7fa;
}
.row.stats-row .dashboard-box {
  padding: 10px 15px;
}
.dashboard-box-title {
  line-height: 1.2;
  margin-bottom: 10px;
}
.row.stats-row .dashboard-box {
  padding: 10px 15px;
  min-height: 192px;
}
.notify-box-wrap {
  border-radius: 17px;
  border: 1px solid #F2DCDC;
  background-color: var(--bg-light);
  padding: 15px;
  margin-top: 30px;
  position: relative;
}
.card.notify-box-wrap.active .notify-status {
  display: block;
}
.notify-status {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -24px;
  width: max-content;
  background-color: #1C3A60;
  color: var(--text-white);
  padding: 2px 15px;
  border-radius: 10px 10px 0 0;
}
.notify-icon img {
  display: block;
  margin: auto;
}
.notify-box-wrap .card-title {
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.notify-box-wrap .text-primary {
  color: #2F5C91;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin-bottom: 15px;
}
.notify-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.notify-btn-wrap .btn-primary {
  flex: 0 0 32.33%;
  max-width: 32.33%;
}
.notify-icon {
  text-align: center;
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
  background-color: #1C3A60;
  border-radius: 100px;
  color: var(--text-white);
  font-size: 24px;
}
.sub-ed {
  display: none;
}
.card.notify-box-wrap.active {
  border-color: #1C3A60;
  box-shadow: 0 0 20px 0 #1C3A6050;
}
.nightmode .notify-box-wrap {
  background-color: #10154e;
  border-color: #10154e;
}
.nightmode .notify-box-wrap .card-title {
  color: var(--text-white);
}
.notify-modal .row {
  display: flex;
  align-content: center;
  align-items: center;
}
.sidebar-nav li.dropdown .dropdown-toggle {
  background: var(--gradient-horizontal);
  color: var(--text-white);
  padding: 12px;
  border-radius: 100px;
}
.sidebar-nav li .btn-secondary .caret {
  color: var(--text-white);
}
.sidebar-nav li.dropdown .dropdown-menu {
  position: relative;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.sidebar-nav li.dropdown .dropdown-menu a:hover {
  border-radius: 100px;
}
.status-check.uncheck {
  color: rgba(0,0,0,20%);
}
.status-check.uncheck .fal.fa-check-circle::before {
  content: '\f057';
}
.top-nav-right-nav .dropdown.updates-dropdown button.dropdown-toggle {
  width: 37px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #1C3A60;
  color: var(--text-white);
  font-size: 20px;
  text-decoration: none !important;
}
.top-nav-right-nav .dropdown.updates-dropdown .dropdown-menu {
  width: 250px;
  padding: 8px;
  height: 250px;
  overflow-y: auto;
  right: 0;
  left: auto;
}
.update-content-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.update-content-head .id-boxi,
.update-content-head .updatestatus {
  font-size: 12px;
  font-weight: 600;
}
.update-ser-name {
  font-size: 12px;
  line-height: 1.2;
}
.update-content-wrap {
  padding: 5px;
  background-color: #fff5f6;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,10%);
}
.update-date {
  font-size: 10px;
  text-align: right;
}
.update-content-head .id-boxi {
  flex: 0 0 45%;
  max-width: 45%;
}
.update-content-head .updatestatus {
  flex: 0 0 55%;
  max-width: 55%;
}
.ticket-alert-txt {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  flex: 0 0 80%;
  max-width: 80%;
}
.ticket-modal-btn {
  flex: 0 0 20%;
  max-width: 20%;
}
.ticket-alert-txt span {
  font-weight: 700;
  color: #ff5070;
}
.ticket-alert {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
#ticket-modal .modal-header {
  display: flex;
  justify-content: space-between;
}
#ticket-modal .modal-header::before,
#ticket-modal .modal-header::after {
  display: none;
}
.ticket-status {
  display: block;
  text-align: center;
  padding: 10px 12px;
  background-color: #16207f;
  color: var(--text-white);
  border-radius: 100px;
}
.ticket-status.Pending {
  background-color: #f2a93b;
}
.ticket-status.Answered {
  background-color: #60b357;
}
.ticket-status.Closed {
  background-color: #f46;
}
.switch-template-wrap {
  width: 100%;
  border-radius: 100px;
  background-color: var(--bg-white);
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 20px 0 0 auto;
  justify-content: space-between;
  padding: 12px;
  max-width: 236px;
}
.switch-template {
  width: 60px;
  height: 25px;
  background-color: #fff5f6;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 3px;
  position: relative;
}
.switch-template span {
  width: 20px;
  height: 20px;
  background: var(--gradient-primary);
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}
.switch-template.active span {
  left: auto;
  right: 3px;
}
.grid-view, .table-view {
  display: none;
}
.grid-view.active,
.table-view.active {
  display: block;
}
.order-ser-name {
  min-width: 300px;
}
.order-stat {
  display: block;
  background-color: #1C3A60;
  padding: 7px 12px;
  border-radius: 100px;
  color: var(--text-white);
  text-align: center;
}
.order-stat.Canceled {
  background-color: #ff0e39;
}
.order-stat.Completed {
  background-color: #36cd77;
}
.order-stat.Pending {
  background-color: #40c6ff;
}
.order-stat.In.progress {
  background-color: #406aff;
}
.order-stat.Partial {
  background-color: #ffac25;
}
.order-stat.Processing {
  background-color: #f252b2;
}
.status-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status-range-right,
.status-range-left {
  flex: 0 0 10%;
  max-width: 10%;
}
.status-range-center {
  flex: 0 0 80%;
  max-width: 80%;
}
.status-range-right .media .media-left, 
.status-range-right .media .media-right, 
.status-range-right .media .media-body, 
.status-range-left .media .media-left, 
.status-range-left .media .media-right, 
.status-range-left .media .media-body {
  vertical-align: middle;
}
.status-range .media-heading {
  margin-bottom: 0;
  font-size: 18px;
  color: #00ffa3;
  font-weight: 700;
  line-height: 1;
}
.status-range-subtitle {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 12px;
  text-align: center;
}
.status-range-bar {
  background-color: #eff3f5;
  border: 1px solid #eff3f5;
  height: 10px;
  width: 100%;
  border-radius: 100px;
}
.status-range-txt {
  font-size: 10px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 12px;
}
.status-range-bar-inner {
  background-color: #1C3A60;
  width: 50%;
  display: block;
  height: 8px;
  border-radius: 100px;
  position: relative;
}
.status-range-bar-ball {
  width: 20px;
  height: 20px;
  background-color: #1C3A60;
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.status-range .status-range-left .media,
.status-range .status-range-right .media {
  width: auto;
  margin-left: auto;
  margin-right: 15px;
}
.status-range .status-range-left .media-heading, 
.status-range .status-range-right .media-heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 7px;
}
.status-range .status-range-right .media {
  margin-left: 15px;
  margin-right: auto;
}
.status-range .status-range-right .media-heading {
  margin-right: 7px;
  margin-left: 0;
}
.status-range-txt,
.status-range-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}
.updates-dropdown button {
  position: relative;
}
#totalPopupNotifications {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -3px;
  right: -3px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  color: var(--text-white);
  font-size: 10px;
  justify-content: center;
  background: var(--gradient-primary);
}
.notification-box {
  background-color: #fff5f6;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 7px;
  position: relative;
}
.notification-box p {
  margin-bottom: 0;
  font-size: 14px;
}
.notification-box .close-notify {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background-color: #ff6984;
  color: var(--text-white);
  font-size: 10px;
  top: -4px;
  right: 0;
}
.nightmode .notification-box {
  background-color: #1C3A60;
}
.nightmode .notification-box p {
  color: var(--text-white);
}
.notify-wrapper {
  position: relative;
}
.notification-btn {
  position: relative;
}
.notification-btn #totalPopupNotifications {
  background-color: red;
}
.notice-board {
  position: absolute;
  z-index: 1;
  min-width: 150px;
  background-color: var(--bg-white);
  padding: 0 5px 0;
  border-radius: 12px;
  top: calc(100% + 3px);
  height: 0;
  overflow: hidden;
}
.notice-board.show {
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.daymode .notice-board {
  background-color: #fff5f6;
}
.daymode .notification-box {
  background-color: var(--bg-white);
}
#mark-all-as-read-btn {
  margin: 5px auto;
  display: block;
  border-radius: 8px;
  background: var(--gradient-horizontal);
  border: 0;
  padding: 5px 8px;
  width: 100%;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.order-id-wrap {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.btn.btn-primary.copy-order-id {
  width: 25px;
  height: 25px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  padding: 0;
  margin-left: 8px;
}
.order-link a,
.table-view .well-orderhistory td a {
  color: #ff6984;
}
.notification-box.increased {
  background-color: yellow;
}
.notification-box.enabled {
  background-color: green;
  color: var(--text-white);
}
.notification-box.disabled {
  background-color: red;
  color: var(--text-white);
}
.notification-box.decreased {
  background-color: blue;
  color: var(--text-white);
}
.nightmode .notification-box.increased p {
  color: #000;
}
.popup-notify-wrap {
  width: 300px;
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 999999999999;
}
.popup-notify {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-color: var(--text-dark);
  padding: 12px;
  position: relative;
  opacity: 0.8;
}
.popup-notify-icon {
  flex: 0 0 35px;
  max-width: 35px;
  background-color: #ff6984;
  height: 35px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  font-size: 24px;
}
.popup-notify p {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding-left: 12px;
  color: var(--text-white);
  font-size: 12px;
  padding-right: 12px;
}
.close-popup-notify {
  position: absolute;
  right: 5px;
  padding: 0;
  width: 15px;
  height: 15px;
  font-size: 10px;
  border: 0;
  border-radius: 100px;
  background-color: red;
  color: var(--text-white);
  top: 5px;
  z-index: 1;
}
.popup-notify:hover {
  opacity: 1;
}
.popup-notify.disabled {
  background-color: red;
}
.popup-notify.increased {
  background-color: yellow;
}
.popup-notify.increased p {
  color: #000;
}
.popup-notify.enabled {
  background-color: green;
}
.popup-notify + .popup-notify {
  margin-top: 5px;
}
.notice-board {
  min-width: 350px;
  right: -150px;
}
.notification-box.disabled {
  background-color: rgba(255,0,0,60%);
}
.notification-box.increased {
  background-color: rgba(255,255,0,60%);
}
.notification-box.enabled {
  background-color: rgba(0,128,0,60%);
  color: var(--text-white);
}
.notification-box.decreased {
  background-color: rgba(0,0,255,60%);
  color: var(--text-white);
}
.google-login-wrap {
  position: relative;
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 27.5px;
  background-color: #1C3A60;
  border-color: #1C3A60;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
}
.google-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
.google-btn iframe {
  height: 55px !important;
  width: 100% !important;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 100px;
}
.google-login {
  color: var(--text-white);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.google-login svg {
  width: 20px;
  display: inline-block;
  margin-left: 8px;
}
.ser-upadate {
  position: relative;
}
.ser-upadate::after {
  content: '';
  background-image: none;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -10px;
  right: -10px;
  animation: blink1 1s infinite linear;
}
@keyframes blink1 {
  to {opacity: 0;}
  from{opacity: 1;}
}
.step-wrap-set {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}
.step-wrap-set li {
    flex: 0 0 49%;
    max-width: 49%;
    background-color: #171D66;
    border-color: #171D66;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.wrap-one h6 {
    color: var(--text-white);
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
}
.wrap-one p {
    color: var(--text-white);
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
}
.vip-cat-name {
  background: linear-gradient(180deg, #264D7A 0%, #2F5C91 100%) !important;
  color: #fff !important;
  font-size: 20px !important;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
}
.ser-desc-txt[data-id="serviceQualityData"] a {
  border-radius: 42px;
  background: var(--gradient-horizontal);
  text-align: center;
  color: var(--text-white);
  font-size: 12px;
  padding: 2px 10px;
  margin-top: 0;
  display: block;
  text-decoration: none;
}
.ser-desc-row1 {
  margin: 0;
}
.ser-desc-row1 .col-sm-3 {
  padding: 0 2px;
}
.ser-desc-row1 .ser-desc-box {
  border-radius: 12px;
  padding: 5px 10px;
  min-height: 70px;
}
.ser-desc-row1 .ser-desc-box .ser-desc-txt[data-id="serviceQualityData"] a {
  font-size: 11px;
}
#select2-orderform-service-results.dropdown-menu li a,
#select2-orderform-category-results.dropdown-menu li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  padding: 3px 5px;
}
.row.search-row .dropdown-menu {
  height: 550px;
}
.urgent-notice {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
#field-orderform-fields-comment {
  height: 180px;
  resize: none;
  border-radius: 20px;
}
/*
#select2-orderform-service-results.dropdown-menu li a,
#select2-orderform-category-results.dropdown-menu li a {
  overflow: unset;
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  line-height: 1.6;
  padding: 3px 5px;
  white-space: nowrap;
}
#order-form .control-label {
  display: block;
}*/

/* new css add  */

.row.childpanel3-first-row .nav-tabs {
  margin-top: 60px;
  justify-content: space-between;
  border-bottom: 1px solid #d1ced5;
  display: flex;
}
.row.childpanel3-first-row .nav-tabs + .row {
  margin-top: 40px;
}
.theme-wraper {
  background-color: var(--bg-white);
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
  margin-bottom: 25px;
}
.theme-wraper-template a {
  position: relative;
  display: block;
}
span.theme-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,30%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #7750f6;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(255,255,255,99%);
  opacity: 0;
  border-radius: 8px;
}
.theme-wraper-title {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 0 0;
}
.theme-wraper-detail-btn {
  background-color: #1C3A60;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 600;
}
.theme-wraper-ul {
  background-color: #7750f6;
  padding: 12px;
  list-style: none;
  border-radius: 12px;
  margin-bottom: 15px;
}
.theme-wraper-btn {
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 0 5px 0;
}
.childoption-row {
  margin-bottom: 15px;
  margin-top: 20px;
}
.childoption-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px !important;
}
.childoption::after {
  content: '';
  position: absolute;
  width: 194px;
  height: 194px;
  right: -67px;
  bottom: -67px;
  background-color: rgba(255,255,255,21%);
  border-radius: 100%;
  z-index: 0;
}
.childoption {
  overflow: hidden;
  margin: 0;
}
.childoption {
  margin-bottom: 10px;
}.childoption {
  display: flex;
  background-color: #2F5C91;
  padding: 15px;
  border-radius: 3px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  min-height: 80px;
  text-decoration: none !important;
  margin: 0 !important;
}
.childoption-txt {
  color: var(--text-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  padding-right: 50px;
  padding-bottom: 50px;
}
.childoption .childoption-txt {
  padding-bottom: 0;
}
.childoption-txt, .childoption-img {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-shadow: 0 0 2px #000;
}
.childoption-txt, .childoption-img {
  position: relative;
  z-index: 1;
}
.childoption-img {
  max-width: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.childoption-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 0;
}   
.childpanel-3-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--text-dark);
    margin-bottom: 25px;
}
.theme-wraper:hover {
  transform: translateY(-20px);
  box-shadow: 0 0 10px 0 rgba(0,0,0,40%);
  transition: 0.3s linear;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://i.23robo.info/projects/bestofpanel/img/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-nav a {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50% !important;
  opacity: 1 !important;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://i.23robo.info/projects/bestofpanel/img/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://i.23robo.info/projects/bestofpanel/img/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.lb-closeContainer .lb-close {
  color: #fff !important;
  opacity: 1;
}
.lb-data .lb-close {
  width: 10px !important;
  height: 10px !important;
  background-size: 10px !important;
}
.lb-closeContainer {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-color: #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}
.lb-nav {
  height: 50px !important;
  justify-content: flex-end;
}
.theme-wraper-template a:hover .theme-view {
  opacity: 1;
}
.guest .nav.nav-tabs li .comparision-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smm-integration {
  background-color: #2F5C91;
  padding: 15px;
  border-radius: 12px;
}
.smm-integration .smm-integration-img {
  margin: 0 auto 12px;
  display: block;
  width: 100%;
}
.smm-api-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.smm-api-subtitle {
    line-height: 1.4;
    font-size: 13px;
    margin-bottom: 2px;
}
.smm-integration .btn.btn-primary {
  margin-top: 12px;
}
.smm-integration-table-box {
  background-color: #1C3A60;
  padding: 15px;
  border-radius: 12px;
}
.smm-social-box {
    flex: 0 0 45%;
    display: block;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}
.smm-api-table tr th, .smm-api-table tr td {
    background-color: #eff3f5;
    border: 1px solid #d5dcec;
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle;
    height: 53.6px;
    font-size: 14px;
    font-weight: 600;
}
.table.smm-api-table {
  border-spacing: 0;
  border-collapse: separate;
}
body.guest .table.smm-api-table tbody tr td,
body.auth .table.smm-api-table tbody tr td {
  border-radius: 0 !important;
  border: 1px solid #1C3A60 !important;
  padding: 5px 12px !important;
}
body .table.smm-api-table tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0 !important;
}
body .table.smm-api-table tbody tr:first-child td:last-child {
  border-radius: 0 12px 0 0 !important;
}
body .table.smm-api-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px !important;
}
body .table.smm-api-table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0 !important;
}
.smm-api-title, .smm-api-subtitle {
  color: var(--text-white);
  text-align: center;
}
.smm-integration .btn.btn-primary {
  margin: 20px auto 0;
  display: block;
  empty-cells: ;
  width: 100%;
  white-space: wrap;
}
body .table.smm-api-table tbody tr td:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
#com-top-sec {
  padding: 50px 0;
}
#com-top-sec .btn.btn-primary {
  margin: 20px auto 0;
  display: block;
  width: max-content;
}
.com-chart-btn {
  background-color: #2F5C91;
  padding: 15px;
  border-radius: 25px;
}
.sell-tabs {
  margin-top: 60px;
  justify-content: space-between;
  border-bottom: 1px solid #d1ced5;
  display: flex;
  margin-bottom: 30px;
}
.smm-social-wrap {
  text-align: center;
  color: #1C3A60;
  margin: 16px 0 0 0;
  background-color: #fff5f6;
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}
.table.chart-table td .btn.btn-primary {
  width: 100%;
}
.feature-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  list-style: none;
  justify-content: space-between;
  padding: 0;
}
.feature-list-wrap li {
  flex: 0 0 24%;
  max-width: 24%;
}
.feature-img-wrapper-box {
  overflow: hidden;
}
.feature-img-wrapper-box {
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    min-height: 211px;
    position: relative;
    text-decoration: none !important;
    background: var(--gradient-primary);
}
.theme-wraper-template a {
  position: relative;
  display: block;
}
span.theme-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,30%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #7750f6;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(255,255,255,99%);
  opacity: 0;
  border-radius: 8px;
}
.feature-wrap {
  border-radius: 19px;
  border: 1px solid #eff3f5;
  background-color: #eff3f5;
  padding: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.feature-img-wrapper-icon {
  width: 67px;
  height: 67px;
  background-color: var(--bg-white);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.feature-img-wrapper-icon-title {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 15px auto;
  padding: 0 12px;
}
.feature-img-wrapper-icon-preview {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  background: var(--gradient-primary);
}
.feature-img-wrapper-box:hover .feature-img-wrapper-icon-preview {
  opacity: 1;
}
.feature-img-wrapper-icon-preview-txt {
  font-size: 14px;
  color: var(--text-white);
  font-weight: 500;
  margin: 15px 0 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.4;
}
.feature-page .feature-nav-tabs {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.feature-title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.feature-detail {
  background-color: #1C3A60;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 600;
}
.feature-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.feature-price,
.feature-btn-wrap .btn.btn-primary {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 10px 18px;
  border-radius: 10px;
  min-height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.feature-price {
  background-color: var(--bg-white);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #13132b;
  font-size: 18px;
  line-height: 1.42857143;
}
.feature-img-wrapper-icon svg path {
  fill: #1C3A60;
}
.auth.nightmode .childpanel-3-title {
  text-align: ;
  color: var(--text-white);
}
.auth.nightmode .theme-wraper {
  background: #111D2D;
}
.auth.nightmode .theme-wraper-title {
  color: var(--text-white);
}
.auth.nightmode .modal-content {
  background: #10154e;
}
.auth.nightmode .modal-title {
  color: var(--text-white);
}
.auth.nightmode #theme-detail li {
  color: var(--text-white);
}
.auth .container {
  width: 100%;
}
.auth.nightmode .title.text-center {
  color: var(--text-white);
}
.auth.nightmode .feature-wrap {
  background-color: var(--text-dark);
  border: none;
}
.auth.nightmode .feature-title {
  color: var(--text-white);
}
.auth.nightmode .feature-txt {
  color: var(--text-white);
}
.auth.nightmode .feature-txt-icon {
  color: var(--text-white);
}
.auth.nightmode .smm-integration {
  background: #10154e;
}
.auth.nightmode .com-chart-btn {
  background-color: #10154e;
}
.auth.nightmode .chart-table tbody tr td {
  background-color: #1C3A60;
  color: var(--text-white);
}
.auth.daymode .feature-wrap {
  background: #fff !important; 
  border: none !important;
}
.auth.daymode .feature-price {
  background: #fff5f6 !important;
}
.smm-integration .btn.btn-primary {
  font-size: 13px;
}
.auth .nav.nav-pills.refund-tabs {
	justify-content: center;
}
.right-bat-btn a {
	background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
	min-width: auto !important;
	color: #fff !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 3px;
	border-radius: 30px !important;
	font-size: 14px !important;
}
.star-id {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #FFD700;
	border-radius: 100px;
	animation: blink-animation 0.8s steps(5, start) infinite;
	-webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}
.star-id svg {
	width: 13px;
}
.star-id svg path {
	fill: #fff;
}
.right-bat-btn a {
	position: relative;
}
.right-bat-btn a svg {
	width: 14px;
}
.right-bat-btn svg path {
	fill: #fff;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.open-right .right-sidebar {
	right: 0;
	transition: right 0.3s linear;
}
.right-sidebar {
	position: fixed;
	right: -280px;
	height: 100%;
	width: 280px;
	background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
	z-index: 9999;
	padding: 12px;
	border-radius: 12px 0 0 12px;
	top: 0;
	overflow-y: auto;
	scrollbar-width: thin;
	transition: right 0.3s linear;
}
.right-sidebar-title {
	font-size: 18px;
	color: var(--text-white);
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.right-sidebar-title-txt {
	color: var(--text-white);
}
.right-sidebar-title-icon {
	color: var(--text-white);
	cursor: pointer;
}
.right-sidebar-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.right-sidebar-nav {
	list-style: none;
}
.right-sidebar-nav li a {
	display: flex;
	background-color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	width: 100%;
	align-content: center;
	align-items: center;
}
.right-sidebar-nav li a .right-sidebar-nav-txt {
	text-align: left;
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-right: 10px;
	color: #10154e;
}
.right-sidebar-nav-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(180deg, #2F5C91 0%, #264D7A 100%);
	padding: 5px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 100px;
	flex: 0 0 50px;
	max-width: 50px;
}
.right-sidebar-nav-icon img {
	max-width: 35px;
}
.right-sidebar-nav li {
	flex: 0 0 100%;
	max-width: 100%;
}
.right-sidebar-nav li a:hover {
	background: #1C3A60;
}
.right-sidebar-nav li a:hover .right-sidebar-nav-txt{
    color: var(--text-white);
}
.menu-icon svg path {
	fill: #49566C;
}
.nightmode .menu-icon svg path {
	fill: #fff;
}
.menu-icon svg {
	width: 14px;
}
.mene-txt-wraps {
	font-size: 14px;
}
.drop-wrap .dropdown-menu a {
	display: flex;
	flex-wrap: nowrap;
	white-space: wrap;
}
.drop-wrap {
	margin-bottom: 10px;
}
.sidebar-nav li.active a .menu-icon svg path,
 .sidebar-nav li.active a:hover .menu-icon svg path, 
 .sidebar-nav li a:hover .menu-icon svg path, 
 .sidebar-nav li a:focus .menu-icon svg path {
	fill: #2F5C91;
}
.steps-row-wrap {
	margin-top: 30px;
}
.img-fluid {
	max-width: 100%;
	display: block;
}
.step-title {
	color: var(--text-white);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1.02px;
}
.step-main-title {
	color: var(--text-white);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1.02px;
}
.step-txt {
	text-align: left;
	color: var(--text-white);
	font-size: 16px;
}
.steps-img-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border-radius: 12px;
	overflow: hidden;
}
.steps-img-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #1C3A6070;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
    opacity: 0;
}
.steps-img-wrap:hover .steps-img-preview {
  opacity: 1;
}
.steps-row-wrap {
	margin-top: 30px;
	background-color: #1C3A60;
	padding: 35px !important;
	border-radius: 12px;
	align-items: center;
	display: flex;
}
.steps-img-wrap + .steps-mode-title-small {
	margin-top: 10px;
}
.mode-row .txt {
	color: var(--text-white);
}
.mode-row::after {
	content: '';
	position: absolute;
	height: 75%;
	transform: translateY(-50%);
	top: 50%;
	background-color: #7750f6;
	width: 3px;
	border-radius: 3px;
	left: 0;
	right: 0;
	margin: auto;
}
.row.mode-row {
	position: relative;
}
.steps-mode-title {
	font-size: 20px;
	margin: 20px 0;
	color: var(--text-white);
	font-weight: 500;
}
.steps-mode-title-small {
  color: var(--text-white);
  font-size: 16px;
  font-weight: 700;
    padding: 0 10px 0 0;
}
.row.mode-row {
	padding: 25px;
	border-radius: 12px;
	background-color: #ff6984;
	display: flex;
	flex-wrap: wrap;
}
.row.mode-row .col-sm-6:last-child .steps-mode-title-small {
  /*text-align: right;*/
}
.mode-row .steps-img-wrap {
  border: 2px solid #1C3A60;
}
#steps-sec {
	padding-bottom: 50px;
	padding-top: 50px;
}
.step-title, .step-main-title, .step-txt {
	margin-bottom: 3px;
}
#theme-detail {
	padding: 0;
	list-style: none;
}
.theme-pricing-table th,
.theme-pricing-table td {
	text-align: center;
}
.theme-pricing-table th:first-child,
.theme-pricing-table td:first-child {
	text-align: left;
}
#viewdetail .modal-header {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
#viewdetail .modal-header::before,
#viewdetail .modal-header::after {
	display: none;
}
.childtheme-dropmenu {
	background-color: #1C3A60;
	width: 250px;
	border: 0;
	border-radius: 12px !important;
	overflow: hidden;
	padding: 0;
}
.guest .navbar-nav .dropdown a.childtheme-dropitem:hover {
  background-color: #ff6984;
}
.guest .navbar-nav .dropdown a.childtheme-dropitem {
  display: flex;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
  padding: 5px 12px;
  line-height: 1.1;
  text-decoration: none !important;
}
.childtheme-dropitem-left {
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	color: var(--text-white);
	padding-right: 5px;
	white-space: normal;
}
.childtheme-dropitem-right img {
	max-width: 40px;
}
.guest .navbar-right .dropdown-toggle:focus {
	background-color: #1C3A60;
}
.feature-page .feature-nav-tabs .active a,
.feature-page .feature-nav-tabs .active a:hover, 
.feature-page .feature-nav-tabs a:hover {
	background: #1C3A60 !important;
	color: #fff !important;
}
.service-accordian .panel-heading {
	padding: 0;
	background-color: transparent;
	border: 0 !important;
}
.service-accordian .panel-default {
	padding: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	margin-bottom: 15px;
}
.service-accordian .panel-heading a {
	background: linear-gradient(180deg, #264D7A 0%, #2F5C91 100%) !important;
	border-radius: 100px !important;
	color: #fff !important;
	font-size: 16px !important;
	display: flex;
	position: relative;
	padding: 15px 12px;
	text-decoration: none !important;
}
.service-accordian .panel-heading a .fab {
	margin-right: 5px;
}
.service-accordian .panel-body {
	padding: 0;
	border: 0 !important;
}
.ser-caret svg {
  width: 15px;
  height: 15px;
}
.ser-caret {
  background-color: rgba(255, 255, 255, 21%);
  color: var(--text-white);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.service-accordian .panel-heading a[aria-expanded="true"] .ser-caret svg {
	transform: rotate(180deg);
}
#history-search .input-group .form-control {
	background-image: none;
	padding: 12px;
}
.row.search-row .btn.btn-primary.dropdown-toggle {
	height: 50px;
	text-align: left;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}
#annouce {
	padding: 50px 0;
}
.annoucement-wrapper {
	margin-top: 40px;
}
.annoucement-wrap {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 0.10);
	margin: 0 0 15px;
	padding: 15px;
}
.annoucement-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin-bottom: 12px;
}
.annoucement-status {
	background-color: #36CD77;
	padding: 3px 10px;
	border-radius: 100px;
	color: var(--text-white);
	min-width: 60px;
	text-align: center;
	margin-right: 15px;
}
.annoucement-date {
	font-weight: 500;
	color: var(--text-dark);
	font-size: 14px;
	text-decoration: underline;
}
.annoucement-title {
	color: var(--text-dark);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5px;
}
.annoucement-txt {
	color: var(--text-medium);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.annoucement-regard {
	color: #264D7A;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	text-decoration: underline;
}
.annoucement-ticket-btn {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #ff6984;
	border-radius: 100px;
	color: #fff !important;
	margin-left: auto;
	text-decoration: none !important;
}
.annouce-status {
	background-color: #1C3A60;
}
.update-status {
	background: #ff6984;
}
.announcement-btn {
        display: none !important;
	position: fixed;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 50px;
	color: var(--text-white);
	bottom: 90px;
	right: 26px;
	font-size: 28px;
	background-color: #1C3A60;
	cursor: pointer;
}
.announcement-sidebar {
	position: fixed;
	right: -350px;
	top: 0;
	z-index: 1;
	height: 100%;
	background-color: var(--bg-white);
	box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
	padding: 15px 15px 50px 15px;
	width: 300px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.announcement-sidebar.toggle {
	right: -7px;
}
.annouce-sidebar-title {
	color: var(--text-dark);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
}
.annouce-sidebar-link {
	display: flex;
	align-items: center;
	align-content: center;
	color: #ff6984;
	font-size: 14px;
	font-weight: 500;
}
.announcement-sidebar-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #ff698450;
	margin-bottom: 15px;
}
.announcement-sidebar-close {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 100px;
	background-color: #ff6984;
	color: var(--text-white);
	font-size: 24px;
}
.announcement-sidebar-body .annoucement-wrap {
	background-color: #fdf3f4;
	box-shadow: ;
	border: 1px solid #1C3A6050;
	box-shadow: none;
	padding: 10px;
}
.announcement-sidebar-body .annoucement-title {
	font-size: 18px;
}
.announcement-sidebar-body .annoucement-txt {
	font-size: 14px;
	line-height: 1.2;
}
.announcement-sidebar-body .annoucement-regard {
	font-size: 12px;
}
.announcement-sidebar-body .annoucement-status {
	font-size: 12px;
	padding: 3px 5px;
}
.announcement-sidebar-body .annoucement-date {
	font-size: 12px;
}
.switch-btn-wrap {
	width: 100%;
	border-radius: 100px;
	background-color: var(--bg-light);
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding: 12px;
	max-width: 236px;
}
.switch-btnn {
	width: 60px;
	height: 25px;
	background-color: var(--bg-white);
	border-radius: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 3px;
	position: relative;
}
.switch-btnn span {
	width: 20px;
	height: 20px;
	background: var(--gradient-primary);
	border-radius: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3px;
}
.switch-btnn.active span {
	left: auto;
	right: 3px;
}
@media(max-width: 992px) {
  .top-twitter {
    bottom: 322px;
    left: 130px;
  }
}
@media(max-width:550px) {
  #top-sec {
    padding: 15px;
  }

  .guest .navbar-default {
    padding-top: 0;
  }

  .dast-title {
    font-size: 30px;
  }

  .txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .top-fb,
  .top-tiktok,
  .top-twitter,
  .top-insta,
  .top-box-1,
  .top-box-2 {
    display: none;
  }

  .login-form-img {
    width: auto;
    max-width: 200px;
    margin: 5px auto auto;
  }

  #top-sec::after {
    display: none;
  }

  .row.login-field-row {
    border-radius: 20px;
    padding: 10px;
  }

  .row.login-field-row .col-sm-5,
  .row.login-field-row .col-sm-2 {
    padding: 0;
  }

  .guest .form-control {
    height: 48px;
  }

  .row.login-field-row .form-group {
    margin-bottom: 10px;
  }

  .inpt-icon {
    width: 36px;
    height: 36px;
  }

  .guest .row.login-field-row .btn.btn-primary {
    height: 45px;
  }

  .have-acc {
    margin-top: 12px;
  }

  #should {
    padding: 10px 0;
  }

  .best-box {
    padding: 15px 15px 0;
  }

  .best-title {
    font-size: 32px;
  }

  .best-girl {
    max-width: 150px;
  }

  .how-wrap-line {
    display: none;
  }

  .how-box {
    position: unset;
  }

  .how-box {
    position: unset;
    width: 100%;
    background-color: var(--bg-white);
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 20%);
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .how-box-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .how-box-title {
    font-size: 50px;
  }

  .how-box-txt {
    font-size: 18px;
  }

  #how {
    padding: 25px 0;
  }

  .title {
    font-size: 32px;
    line-height: 1.2;
  }

  #stats-sec,
  #find,
  #testimonial,
  #ready {
    padding: 20px 0;
  }

  .row.stats-sec-row {
    margin: 0;
  }

  .stats-sec-wrapper::after {
    width: calc(100% + 5px);
    left: -5px;
    top: 5px;
  }

  .statistic-box-icon {
    width: 60px;
    height: 60px;
  }

  .statistic-box-img {
    max-width: 40px;
  }

  .statistic-box-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .statistic-box {
    margin-bottom: 20px;
  }

  #find .row {
    margin: 0;
    padding: 15px 15px 0;
    border-radius: 20px;
  }

  .faq-tab-content .panel.panel-default .panel-heading a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 5px 8px;
  }

  .faq-tab-content .panel.panel-default .panel-heading a::after {
    width: 20px;
    height: 20px;
  }

  #testimonial .txt br {
    display: none;
  }

  .testi-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .test-txt {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .test-stars {
    margin: auto auto 10px;
  }

  .testimonial-nav {
    margin-top: 20px;
  }

  #ready .row {
    padding: 15px;
    min-height: auto;
    margin: auto;
    border-radius: 25px;
  }

  .ready-content {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .ready-content+img {
    z-index: 0;
    opacity: 0.4;
    max-width: 130px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .ftr-logo {
    margin-bottom: 20px;
  }

  .social-ul {
    margin: 10px 0 10px;
  }

  footer .row {
    display: block;
  }

  .copy-right {
    font-size: 12px !important;
    text-align: center;
  }

  .ftr-menu li a {
    font-size: 14px;
    margin: auto 5px;
  }

  .ftr-menu {
    justify-content: center;
  }

  #should .row {
    display: block;
  }

  footer {
    padding-top: 20px;
  }

  .testimonial-slider-wrapper {
    margin-top: 15px;
    padding-top: 70px;
  }

  #find .title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .guest .navbar-default .navbar-toggle {
    border-color: #1C3A60;
  }

  .guest .navbar-default .navbar-toggle .icon-bar {
    background-color: #1C3A60;
  }

  #signup-sec {
    padding: 20px 0 20px;
  }

  #signup-sec .well,
  #resetpswd .well {
    padding: 15px;
    width: 100%;
    margin: 15px auto auto;
    box-shadow: 0px 28px 74.6px 0px rgba(6, 6, 68, 30%);
    border-radius: 20px;
  }

  .signup-title {
    margin-bottom: 10px;
  }

  #signup-sec::after {
    display: none;
  }

  .dash-txt br {
    display: none;
  }

  .dash-txt {
    font-size: 14px;
  }

  .row.search-row .btn.btn-primary.dropdown-toggle {
    height: 45px;
    line-height: 45px;
  }

  .row.search-row #history-search {
    margin-bottom: 10px;
  }

  .cate-shortcut-txt {
    display: none;
  }

  .cate-shortcut li a .cate-shortcut-img {
    margin-right: 0;
  }

  .ser-cate-shortcut {
    margin-bottom: 0;
  }

  .table-responsive {
    border: 0;
  }

  .ser-name-tr td {
    font-size: 26px !important;
    padding: 0 !important;
  }

  .guest .table tbody tr:not(.ser-name-tr) td {
    padding: 5px 15px !important;
    font-size: 14px;
  }

  .guest .table thead tr th:first-child,
  .guest .table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
  }

  .service-name {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    white-space: normal !important;
    word-break: break-word;
  }

  .service-description .modal-header .modal-title {
    white-space: normal;
    word-break: break-word;
    font-size: 16px;
  }

  .api-box {
    padding: 10px;
    margin-bottom: 10px;
  }

  .api-box-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .api-box-left {
    flex: 0 0 38px;
    max-width: 38px;
  }

  .table.api-table thead tr th:first-child {
    border-radius: 10px 0 0 10px !important;
  }

  .table.api-table thead tr th:last-child {
    border-radius: 0 10px 10px 0 !important;
  }

  .api-title2 {
    font-size: 20px;
  }

  .top-nav-left-nav li {
    display: none;
  }

  .auth .dash-title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .hide-category {
    min-width: 100px;
    padding: 5px 10px;
    font-size: 12px;
  }

  .cate-shortcut {
    padding: 10px;
    margin-top: 10px;
  }

  .cate-shortcut.active {
    padding: 10px;
  }

  .cate-shortcut li a {
    justify-content: center;
  }

  .auth .form-control:not(.select2-selection) {
    height: 45px;
  }

  #select2-orderform-category-container,
  #select2-orderform-service-container {
    height: 45px;
    line-height: 45px;
  }

  .auth .btn.btn-primary {
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .ser-desc-box {
    padding: 10px;
    min-height: auto margin-bottom: 10px;
  }

  .ser-desc-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .auth {
    padding-bottom: 0;
  }

  .wrapper:not(.toggle) .inner-wrap {
    padding-left: 0;
  }

  .auth .table tbody tr td {
    padding: 5px 8px !important;
  }

  .service-description .modal-body {
    white-space: normal;
    word-break: break-word;
  }

  .service-description .btn.btn-primary {
    padding: 5px 12px;
    font-size: 12px;
  }

  .auth .nav.nav-pills {
    border-radius: 15px;
    padding: 5px;
  }

  .auth .nav.nav-pills li {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 5px;
  }

  .order-bottom-ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-content::after {
    display: none;
  }

  .order-content {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 1px solid #d6d6dc;
  }

  .order-top-ul {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .order-top-ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-btns .order-content {
    border-bottom: 0;
  }

  .order-btns .order-content .btn.btn-primary {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 5px 0 0;
  }

  .order-btns .order-content {
    justify-content: space-between;
  }

  .auth .nav-tabs.fund-tabs li {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .auth .nav-tabs.fund-tabs li a {
    font-size: 12px;
    min-height: 44px;
    padding: 5px 7px;
  }

  .childpanel-faq {
    margin-top: 10px;
  }

  .row.search-row .btn.btn-primary.dropdown-toggle.update-toggle+.dropdown-menu {
    height: auto;
  }

  .row.affiliate-box-row {
    display: block;
    padding: 10px 0;
  }

  .row.affiliate-box-row .col-sm-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .row.affiliate-box-row .col-sm-4:nth-child(2) {
    border: 0 !important;
  }

  .affiliate-box-title {
    font-size: 14px;
  }

  .affiliate-box-txt {
    font-size: 12px;
  }

  .affiliate-box-left {
    max-width: 34px;
    height: 34px;
    flex: 0 0 34px;
    font-size: 16px;
  }

  .affiliate-box-right {
    flex: 0 0 calc(100% - 34px);
    max-width: calc(100% - 34px);
    padding-left: 10px;
  }

  .affiliate-box {
    margin-bottom: 12px;
  }

  .row.affiliate-box-row .col-sm-4:last-child .affiliate-box {
    margin-bottom: 0;
  }

  .row.affiliate-box-row2 {
    margin: 0 -15px;
  }

  .affiliate-box2 {
    margin-bottom: 15px;
    min-height: auto;
  }

  .affiliate-box2-txt {
    font-size: 16px;
  }

  .affiliate-box2-title {
    margin-bottom: 8px;
  }

  .term-row {
    padding: 15px 10px;
    margin: 0 0 15px;
  }

  .term-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .dashboard-box {
    padding: 10px 10px;
    margin-bottom: 10px;
    min-height: auto;
  }

  .dashboard-box-icon {
    width: 51px;
    height: 51px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .dashboard-box-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .dashboard-box-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .dash-title2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .dashbox-label {
    font-size: 14px;
    line-height: 1.2;
  }

  .sershortcut-icon {
    margin-right: 0;
  }

  .order-modal .modal-header .modal-title {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .order-modal .modal-header .close {
    flex: 0 0 20px;
    max-width: 20px;
  }

  .order-content .btn.btn-primary {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .well.name-server-wrap {
    border-radius: 10px;
  }

  .name-server-title {
    font-size: 14px !important;
    padding: 5px 5px;
    margin-bottom: 5px !important;
  }

  .name-server-ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .update-box-name {
    font-size: 14px;
  }

  .update-box-status {
    font-size: 12px;
  }

  .order-ser .order-label,
  .order-content.order-link-wrap .order-label {
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
  }

  .order-ser .order-txt,
  .order-txt.order-link {
    padding-left: 5px;
    margin-left: 0;
    min-width: 270px;
    max-width: 270px;
  }

  .settings-btn-wrap {
    display: none;
  }
  .order-ser .order-label,
  .order-content.order-link-wrap .order-label {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
  .order-ser .order-txt, .order-txt.order-link {
    min-width: 250px;
    max-width: 250px;
  }
  .auth-ftr {
    width: 100%;
    z-index: 7;
  }
  .inner-wrap,
  .wrapper.toggle .inner-wrap {
    padding-bottom: 52px;
  }
  .top-nav-right-nav li {
    margin-left: 5px;
  }
  .top-nav-left-nav li {
    margin-right: 5px;
  }
  .notify-btn-wrap .btn.btn-primary {
    font-size: 12px;
    padding: 5px 5px;
  }
  .ser-cate-span {
    margin-right: 0;
  }
  .ser-name-tr td {
    font-size: 22px !important;
  }
  .signup-frm-wrap .form-group.last_name_wrap,
  .signup-frm-wrap .form-group.first_name_wrap, 
  .signup-frm-wrap .form-group.password_wrap,
  .signup-frm-wrap .form-group.password_again_wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.stats-row .dashboard-box {
    min-height: auto;
  }
  .top-nav-right-nav .dropdown .dropdown-toggle {
    height: 28px;
    padding: 5px 9px;
  }
  .top-nav-left-nav li p.pinner2 {
    width: 28px;
    height: 28px;
  }
  .top-nav {
    padding: 10px 5px;
  }
  .top-nav-right-nav li a {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .top-nav-right-nav li {
    margin-left: 2px;
  }
  .ticket-alert-txt, .ticket-modal-btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ticket-alert-txt {
    font-size: 14px;
    margin-bottom:10px;
  }
  .top-nav-right-nav .dropdown.updates-dropdown button.dropdown-toggle {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .top-nav-right-nav .dropdown.updates-dropdown .dropdown-menu {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    float: none;
  }
  .top-nav-right-nav .dropdown .dropdown-toggle {
    height: 28px;
    padding: 5px 9px;
    width: 70px;
    font-size: 11px;
  }
  .dropdown-currencies .badge {
    font-size: 9px;
  }
  .switch-template-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px;
  }
  .status-range-right,
  .status-range-left,
  .status-range-center {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .status-range {
    flex-wrap: wrap;
  }
  .status-range-left,
  .status-range-center {
    margin-bottom: 15px;
  }
  .status-range-right .media {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 0 !important;
  }
  .notice-board {
    min-width: 250px;
    right: -100px;
  }
  .top-nav-left {
	display: none;
}
  .top-nav-right-nav {
	justify-content: space-between;
}
  .top-nav-right-nav .dropdown {
	order: 8;
	flex: 0 0 48%;
	max-width: 48%;
	margin: 10px 0 0 0;
}
  .top-nav-right-nav .dropdown .dropdown-toggle {
	width: 100%;
}
  .top-nav-right-nav .dropdown.dropdown-currencies {
	order: 9;
}
  .pinner2-wrap {
	display: block !important;
}
  .guest .navbar-nav .dropdown .btn.btn-primary {
    width: 95%;
    margin: auto !important;
    display: block;
    position: relative;
  }
  .dropdown-menu.childtheme-dropmenu {
      background-color: #1C3A60 !important;
      width: 95% !important;
      margin: auto !important;
  }
  .service-accordian .panel-heading a {
	font-size: 14px !important;
	padding: 8px 32px 8px 10px;
}
  .ser-caret {
	width: 20px;
	height: 20px;
}
  .ser-caret svg {
	width: 10px;
	height: 10px;
}
  .service-accordian .panel-default {
	margin-bottom: 0;
}
}
.hidden-svg {
    display: none;
}


<!-- ✅ Style block -->
<style>
  .icon-hover {
    font-size: 32px;
    color: #f6f7fa;               /* Base color */
    transition: all 0.3s ease;    /* Smooth animation */
    cursor: pointer;
  }

  .icon-hover:hover {
    color: #ed7285;               /* Hover color */
    transform: scale(1.25);       /* Slight zoom effect */
  }
</style>

