@charset "UTF-8";

::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}

.form-label , label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  padding-left: 2px;
}

.form-group {
	margin-bottom:24px;
}

.hidden {
	display: none!important
}

a, a:hover {
	text-decoration: none
}

.dark .form-control {
    min-height: 50px;
    background: #f4f9ff;
    border-radius: 15px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #eeeeee;
    padding: 16px 24px;
}


.form-control {
  min-height: 50px;
  background: #f4f9ff;
  border-radius: 15px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #3e4954;
  padding: 16px 24px;
}

.form-control:disabled {
  background: #f4f9ff;
  cursor: not-allowed;
}

.fc-white {
  background-color: #fff;
}

.form-select {
  min-height: 50px;
  background-color: #f4f9ff;
  border-radius: 15px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #3e4954;
  line-height: 18px;
  padding: 16px 24px;
}

.input-group-text {
  background-color: #f4f9ff;
  border: none;
}

.igt-box {
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  background-color: #1967FF;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 10px;
}

.igt-sq {
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  background-color: #1967FF;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 10px;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
}

.btn {
  padding: 22px 34px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: transparent;
}

.btn.btn-primary {
    -webkit-box-shadow: 0px 24px 40px rgb(30 170 231 / 33%);
    box-shadow: 0px 24px 40px rgb(25 103 255 / 18%);
}

.btn.btn-outline {
  color: #25396f;
  border: 1px solid #dde2ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn.btn-outline:hover {
  background: #dde2ea;
}

.btn-lg {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 17px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-primary {
  background-color: #1967ff;
}

.btn-primary:hover {
  background-color: #1967ff;
}

.btn-secondary {
  background-color: #3e4954;
}

.btn-secondary:hover {
  background-color: #4f5a65;
}

.btn-danger {
  background: rgba(238, 91, 91, 0.05);
  color: #EE5B5B;
}

.btn-danger:hover {
  background: rgba(211, 71, 71, 0.082);
  color: #EE5B5B;
}

.btn-danger:focus {
  background: rgba(211, 71, 71, 0.082);
}

.btn-language {
  height: 56px;
  padding: auto 14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 100px rgba(88, 88, 88, 0.1);
          box-shadow: 0px 24px 100px rgba(88, 88, 88, 0.1);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flag-icon {
  border: 2px solid #eee;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-outline-primary {
  border: 1px solid #21c5fb;
  color: #21c5fb;
  border-radius: 30px;
}

.btn-outline-primary:hover {
  border-color: #21c5fb;
  background-color: #21c5fb;
  color: #fff;
}

.tooltip-inner {
  background: #fff;
  padding: 14px 24px;
  color: #25396f;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.bs-tooltip-top > .tooltip-arrow::before {
  border: 1rem 1rem 0;
  border-top-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.hbtn {
  line-height: 26px;
  padding: 12px 20px;
  background: #EBEFF4;
  border-radius: 15px;
  color: #6A7B91;
}

.hbtn .avatar {
  height: 26px;
}

.btn.btn-favorite {
  height: 46px;
  width: 46px !important;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app {
  background: #f9fbff;
  min-height: 100vh;
  min-width: 100%;
}

.app .card {
  border: 1px solid #ebeff4;
}

.app .card.no-border {
  border: none;
}

.app .btn.btn-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 1020;
  position: fixed;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.sidebar .sidebar-dismiss {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: #e5f1ff;
  border-radius: 50%;
  padding: 0 !important;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1967ff;
}

.sb-head {
  padding: 50px 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sb-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}

.sb-balance {
  background: #f2f8ff;
  border: 1px solid #e5f1ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  padding: 9px;
  margin: 20px 34px;
  display: block;
  color: #5a677b;
}

.sb-balance .icon {
  width: 46px;
  height: 46px;
  background: #184aff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sb-balance .icon img {
  width: 22px;
}

.sb-balance .b-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.smenu {
  list-style: none;
  margin: 0px;
  padding: 10px 34px;
}

.smenu .smenu-item {
  position: relative;
}

.smenu .smenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #25396f;
  margin-bottom: 6px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  border-radius: 15px;
}

.smenu .smenu-link.active {
  background: -webkit-gradient(linear, left bottom, left top, from(#1967ff), to(#1967ff));
  background: linear-gradient(0deg, #1967ff, #1967ff);
  border: 1px solid #508bff;
  color: #fff;
  margin-bottom: 15px;
}

.smenu .smenu-link:hover {
  background-color: #f2f8ff;
}

.smenu .smenu-link .smenu-icon {
  width: 40px;
  line-height: 20px;
  font-size: 20px;
}

.smenu .smenu-link .smenu-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.header {
  position: fixed;
  left: 300px;
  padding: 30px 40px;
  z-index: 1019;
  right: 0px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header.active {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding-top: 14px;
  padding-bottom: 14px;
}

.header.active .hd-info {
  display: none;
}

.header.active::after {
  opacity: 0;
}

.header .row {
  min-height: 50px;
}

.header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  right: 40px;
  height: 1px;
  background-color: #e6effb;
}

.hd-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #25396f;
  margin-bottom: 0px;
}

.hd-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #8f96aa;
  margin-bottom: 0px;
  margin-top: 8px;
}

.page {
  padding: 111px 0px 40px 300px;
}

.page .container-fluid {
  padding: 0 40px;
}

.hd-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.hd-btn {
  display: none;
}

.mobHid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .hd-right {
    display: block;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 20px;
    right: 10px;
    text-align: right;
    width: 280px;
    opacity: 0;
  }
  .hd-right.mobHid {
    display: none;
  }
  .hd-right .hd-shadow {
    content: '';
    position: absolute;
    right: -500px;
    top: -500px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: transparent;
    -webkit-box-shadow: -160px 260px 300px rgba(0, 0, 0, 0.3);
            box-shadow: -160px 260px 300px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    -webkit-transition: .14s ease;
    transition: .14s ease;
  }
  .hd-right .hdi {
    margin-bottom: 10px;
    z-index: 1002;
    position: relative;
  }
  .hd-right .hdi.active > * {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .hd-right .hdi > * {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .14s ease;
    transition: .14s ease;
  }
  .hd-btn {
    display: block;
    z-index: 1004;
    position: relative;
  }
}

@media (max-width: 1199.98px) {
  .sidebar {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .sidebar.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sidebar .sidebar-dismiss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    left: 0px;
    padding: 30px 15px;
  }
  .page {
    padding-left: 0px;
  }
  .sidebar {
    width: 280px;
  }
  .smenu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sb-balance {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .sidebar {
    width: 260px;
  }
  .header {
    left: 260px;
  }
  .page {
    padding-left: 260px;
  }
  .smenu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sb-balance {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1399.98px) {
  .page .container-fluid {
    padding: 0 15px;
  }
}


.dark .app {
  background: #1d1f25;
}

.dark .sidebar {
  background: #1e1f25;
  border-right: 1px solid #292a30;
}

.dark .header::after {
  background: #292a30;
}

.dark .divider {
  border-color: #34384c;
}

.dark .hbtn,
.dark .switcher,
.dark .sb-balance {
  background: #272933;
  color: #6a7b91;
}

.dark .sb-balance {
  border: transparent;
}

.dark .smenu .smenu-link {
  color: #6a7b91;
}

.dark .smenu .smenu-link.active {
  background: -webkit-gradient(linear, left bottom, left top, from(#1967ff), to(#1967ff)) !important;
  background: linear-gradient(0deg, #1967ff, #1967ff) !important;
  color: #fff !important;
}

.dark .smenu .smenu-link:hover {
  background: rgba(255, 255, 255, 0.05);
}

.dark .info-box {
    background: #252931;
}

.dark .card, .dark .service-item {
  background: #272933;
  border: 1px solid #34384c;
  color: #fff;
}

.dark .home-box .hb-title,
.dark .home-box .hb-text {
  color: #6a7b91;
}

.dark .form-select,
.dark .form-control {
  background-color: #1d1f24;
}

.dark .input-group-text {
  background: #1d1f24;
}

.dark .noi-item {
  background: #1d1f24;
}

.dark .header.active {
  background: #1e1f25;
}

.dark .hd-title {
  color: #1967ff;
}

.dark .nav-custom .nav-link {
  background-color: #1d1f24;
  color: #6a7b91;
}

.dark .nav-custom-2 .nav-link {
  background-color: #1d1f24;
  color: #6a7b91;
  border: 1px solid #292a30;
}

.dark .nav-custom-2 .nav-link.active {
  color: #fff;
}

.dark .info-box .ib-btn {
  color: #1966ff;
}

.dark .services-search {
  background: #262933;
  border: 1px solid #34384c;
}

.dark .order-item .oi-date::before {
  background: #485261;
}

.dark .oi-link {
  background: #262933;
  border: 1px solid #34384b;
}

.dark .oi-status {
  background: #1d1f24;
}

.dark .c-title h2,
.dark .profile-card .pc-text,
.dark .profile-card .pc-api-title,
.dark .profile-card .pc-name,
.dark .rp-title {
  color: #1966ff;
}

.dark .last-payments .last-payment .lp-title {
  color: #3a78ff;
}

.dark .border-start {
  border-left: 1px solid #34384b !important;
}

.dark .refput {
  background: #262933;
}

.dark .refput .text {
  color: #6a7b91;
}

.dark .service-item .btn,
.dark .tservices-row,
.dark .tservice-avt {
  color: #ffffff !important;
}

.dark .tservices-row .btn-primary {
  color: #fff !important;
}

.dark .dropdown-menu {
  background: #1d1f24;
  color: #6a7a91;
}

.dark .dropdown-menu .dropdown-item {
  color: #6a7a91;
}

.dark .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.dark .schat-msg-input {
  background: #1d1f24;
}

.dark .smmspot-updates-item {
  background: #272933;
  border: 1px solid #34384c;
  color: #fff;
}

body,
html {
  background: #0a2753;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.app-body, .home-body {
  background-color: #f7f8ff
}

.p-color {
  color: #1967ff;
}

.m-color {
  color: #3e4954;
}

.d-color {
  color: #e12020;
}

.bg-primary {
  background: #1967ff !important;
}

.alert {
  border: none;
  padding: 23px;
  font-size: 14px;
  line-height: 21px;
  border-radius: 15px;
}

.alert.alert-danger {
  color: #fff;
  background: #ee5b5b;
}

.alert.alert-success {
  color: #01b780;
  background: rgba(1, 183, 128, 0.25);
}

.alert.alert-secondary {
  background: rgba(135, 135, 135, 0.25);
  color: #9f9f9f;
}

.alert.alert-primary {
  background: rgba(34, 200, 254, 0.25);
  color: #22c8fe;
}

.alert.alert-warning {
  background: rgba(237, 206, 28, 0.12);
  color: #edb51c;
}

.main {
  padding-top: 104px;
  position: relative;
  background: #f7f7f7;
  padding-bottom: 30px;
  min-height: 100vh;
}

.page-content {
  padding-top: 34px;
}

/* card */
.card {
  border: none;
  background: #fff;
  border-radius: 25px;
}

.card-body-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.75rem 1.75rem;
}

.nip-card {
  background-color: #21c5fb;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
          box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
  border-radius: 10px;
  border: none;
  position: relative;
}

.nip-card::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-image: url(../img/neworder/nip-left.svg);
  background-size: auto 100%;
  z-index: 1;
}

.nip-card::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-image: url(../img/neworder/nip-right.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  z-index: 1;
}

.nip-card .nip-body {
  z-index: 5;
  position: relative;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.nip-item {
  color: #fff;
}

.nip-item .nip-icon {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.nip-item .nip-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}

.nip-item .nip-text {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
}

.nop-card .card-body {
  padding: 18px 18px 18px 40px;
}

.nop-card .nop-title {
  font-size: 20px;
  line-height: 32px;
  color: #3e4954;
}

.nop-card .nop-title span {
  font-weight: 600;
}

.nop-card .nop-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(30, 170, 231, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nop-card .nop-icon i {
  font-size: 40px;
  line-height: 40px;
  color: #1eaae7;
}

.nop-card .nop-progress {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #3e4954;
}

.nop-card .progress {
  height: 8px;
  border-radius: 4px;
  background: #ededed;
  margin: 8px 0 20px;
}

.nop-card .progress .progress-bar {
  height: 8px;
  background: linear-gradient(269.67deg, #1eaae7 2.87%, #22caff 98.83%);
  border-radius: 4px;
}

.nop-card .nop-text {
  font-size: 14px;
  line-height: 1.4;
  color: #3e4954;
}

.nop-card .nop-box {
  background-color: #21c5fb;
  background-image: url(../img/neworder/nop-box.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
          box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
  border-radius: 10px;
}

.nop-card .nop-box .nop-box-content {
  padding: 34px 30px;
  color: #fff;
}

.nop-card .nop-box .npb-point {
  font-weight: 600;
}

.nop-card .nop-box .npb-point .point {
  font-size: 30px;
}

.nop-card .nop-box .npb-point .text {
  font-size: 20px;
}

.nop-card .nop-box a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.nav-custom {
  margin: 0 -7px;
}

.nav-custom .nav-item {
  padding: 4px 7px;
}

.nav-custom .nav-link {
  background: #f4f9ff;
  border-radius: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #3e4954;
}

.nav-custom .nav-link.active {
  background: #1967ff;
  color: #ffffff;
}

.btn-oi {
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 30px;
  width: 60px;
  height: 60px;
  border-radius: 9px;
}

.noi-card {
  margin-top: 0px;
}

.noi-title {
  background: #1967ff;
  border-radius: 15px;
  border-radius: 10px;
  text-align: center;
  padding: 22px 14px;
  color: #fff;
  margin-bottom: 10px;
}

.noi-title h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.noi-item {
  position: relative;
  background: #f4f9ff;
  border-radius: 10px;
  display: block;
  padding: 12px;
}

.noi-icon {
  background: #1967ff;
  border-radius: 15px;
  width: 44px;
  height: 44px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
}

.noii-content {
  color: #3e4954;
  font-size: 14px;
}

.noii-content .noii-title {
  font-weight: 600;
}

.noii-content .noii-text .fas {
  color: #ffa800;
}

.page-head {
  margin-top: 30px;
}

.page-head .ph-active-page {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.page-head .ph-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
}

.page-head .ph-title .ph-tis {
  color: #20bcf4;
  position: relative;
  z-index: 2;
}

.page-head .ph-title .ph-tis::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 10px;
  width: 100%;
  left: 0px;
  background: rgba(32, 188, 244, 0.25);
}

.ph-iib {
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 40px rgba(148, 148, 148, 0.14);
          box-shadow: 0px 24px 40px rgba(148, 148, 148, 0.14);
  border-radius: 10px;
  padding: 8px 17px 8px 8px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #3e4954;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.ph-iib:hover {
  -webkit-box-shadow: 0px 28px 50px rgba(148, 148, 148, 0.24);
          box-shadow: 0px 28px 50px rgba(148, 148, 148, 0.24);
  color: #3e4954;
}

.ph-iib .ph-iib-icon {
  background: #20bcf4;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
}

.tservices-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e4954;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #3e4954;
}

.tservices-row > * {
  padding: 0 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  text-align: center;
}

.tservices-row .tservice-id {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

.tservices-row .tservice-des {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.tservices-row .tservice-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.tservices-row .tservice-avt {
  color: rgba(62, 73, 84, 0.5);
}

.tservice-head > .tservices-row > .tservice-avt {
  color: #3e4954;
}

.tservice-head {
  padding: 14px 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-title {
  background: #1967ff;
  border-radius: 15px;
  padding: 16px 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 149.9%;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-item {
  padding: 10px 18px;
  border: 1px solid #ebeff4;
  background: #ffffff;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.service-item .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 15px;
  padding: 15px 24px;
  display: block;
  width: 100%;
}

.t-service-m-title {
  display: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.services-search {
  background: #ffffff;
  border: 1px solid #ebeff4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.services-search:focus-within {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.services-search .icon {
  width: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #acacac;
}

.services-search .input {
  outline: none;
  border: none;
  height: 67px;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #3e4954;
}

.services-search .input::-webkit-input-placeholder {
  color: #acacac;
  font-weight: 600;
}

.services-search .input:-ms-input-placeholder {
  color: #acacac;
  font-weight: 600;
}

.services-search .input::-ms-input-placeholder {
  color: #acacac;
  font-weight: 600;
}

.services-search .input::placeholder {
  color: #acacac;
  font-weight: 600;
}

.btn-filter {
  background: #1967ff;
  -webkit-box-shadow: 0px 24px 40px rgba(25, 103, 255, 0.2);
          box-shadow: 0px 24px 40px rgba(25, 103, 255, 0.2);
  border-radius: 15px;
  padding: 25px 30px;
}

.dd-menu {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
}

.nav-custom-2 {
  gap: 10px;
}

.nav-custom-2 .nav-link {
  color: #3e4954;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #3e4954;
  padding: 24px 20px;
}

.nav-custom-2 .nav-link .icon {
  font-size: 14px;
  width: 26px;
  text-align: left;
}

.nav-custom-2 .nav-link.active {
  background: #1967ff;
  border: 1px solid #528dff;
}

.nav-custom-2 .nav-link:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.orders-container {
  position: relative;
}

.order-item {
  position: relative;
}

.order-item .card-body {
  padding: 28px;
}

.order-item .oi-id {
  background: #1967ff;
  border: 1px solid #1967ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 10px 12px;
  text-align: center;
}

.order-item .oi-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #3e4954;
  margin-bottom: 0px;
}

.order-item .oi-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #3e4954;
}

.order-item .oi-date::before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9aacbd;
}

.order-item .oi-date .oids {
  color: #9aacbd;
}

.oi-status {
  padding: 20px 24px;
  background: #ebeff4;
  color: #6a7b90;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 9px;
  text-align: center;
}

.oi-status.oi-success {
  background: #02b781;
  color: #fff;
}

.oi-status.oi-secondary {
  color: #fff;
  background: #c319ff;
}

.oi-status.oi-primary {
  background: #4fbfbf;
  color: #fff;
}

.oi-status.oi-danger {
  background: #ee5b5b;
  color: #fff;
}

.oi-status.oi-warning {
  background: #ff6c19;
  color: #fff;
}

.oi-status.oi-pending {
  background: #ffe719;
  color: #fff;
}

.oi-link {
  background: #f4f9ff;
  border: 1px solid #e9eef5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  text-overflow: clip;
  height: 64px;
  padding: 0 10px;
  overflow-x: hidden;
}

.oi-link > .row {
  height: 62px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.oi-link .btn {
  background: transparent;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #626c76;
}

.oi-link .oil-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3e4954;
  opacity: 0.8;
  padding: 4px 0;
  white-space: nowrap;
}

.oio-text {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 5px;
}

.oio-title {
  font-size: 16px;
  line-height: 19px;
  color: #acacac;
}

.oib-item > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oib-item .oib-item--icon {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  height: 64px;
  width: 64px;
  background: #22c8fe;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.oib-item .oib-item--title {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #acacac;
  margin-bottom: 3px;
}

.oib-item .oib-item--text {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.btn-oi {
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 30px;
  width: 60px;
  height: 60px;
  border-radius: 9px;
}

.nt-item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 22px;
  margin: 15px 0;
}

.nt-item > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nt-item .nt-item--icon {
  background: rgba(11, 175, 255, 0.1);
  border-radius: 15px;
  font-size: 29.3678px;
  line-height: 29px;
  color: #0bafff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  width: 62px;
}

.nt-item .nt-item--title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
}

.nt-item .nt-item--text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
  margin-bottom: 0px;
}

.nt-title > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nt-title .nt-title-icon {
  height: 32px;
  width: 32px;
  border-radius: 8px;
  background: rgba(11, 175, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0bafff;
  font-size: 16px;
}

.nt-title .nt-title-text {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0px;
}

.nt-select-cats {
  margin: 0px -10px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
}

.nt-select-cats .nt-select-cat {
  padding: 0 15px;
  margin: 15px 0;
}

.nt-select-cats .nt-select-cat input {
  display: none;
}

.nt-select-cats .nt-select-cat input:checked + .nt-sc-box {
  background-color: #20bcf4;
  color: #fff;
  -webkit-box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
          box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
}

.nt-select-cats .nt-select-cat .nt-sc-box {
  background: #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 24px 20px 24px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  cursor: pointer;
  text-align: center;
}

.nt-select-cats .nt-select-cat .nt-sc-box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 10px;
  background-color: #20bcf4;
}

.nt-select-cats .nt-select-cat .nt-sc-box-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-top: 12px;
}

.nt-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 -15px;
  padding: 0px;
  overflow-x: auto;
}

.nt-sc .nt-sc-li {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nt-sc .nt-sc-li input {
  display: none;
}

.nt-sc .nt-sc-li input:checked + label {
  -webkit-filter: drop-shadow(0px 24px 40px rgba(30, 170, 231, 0.33));
          filter: drop-shadow(0px 24px 40px rgba(30, 170, 231, 0.33));
  background: #20bcf4;
  color: #fff;
}

.nt-sc .nt-sc-li input:checked + label .text {
  color: #fff;
}

.nt-sc .nt-sc-li input:checked + label .check {
  border-color: #fff;
  color: #fff;
}

.nt-sc .nt-sc-li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  padding: 18px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.nt-sc .nt-sc-li label .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.nt-sc .nt-sc-li label .check {
  border: 3px solid #eaeaea;
  color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px;
  font-size: 16px;
  line-height: 16px;
  justify-self: flex-end;
}

.tc-tdet-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 0px;
}

.tc-tick-id {
  background-color: #1967ff;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 28px;
}

.tc-ti-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #acacac;
  margin-bottom: 0px;
}

.tc-ti-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3e4954;
}

.tc-ti-box {
  background-color: #1967ff;
  color: #fff;
}

.tc-ti-box .tctb-img {
  max-width: 140px;
  margin-bottom: 20px;
}

.tc-ti-box .tctb-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tc-ti-box .tctb-text {
  font-size: 14px;
  line-height: 25px;
  color: #95b9ff;
}

.msg-avatar {
  background: #424a58;
  border-radius: 23px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.msg-avatar img {
  width: 30px;
  height: auto;
}

.ticket-message-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.ticket-message-block.ticket-message-left + .ticket-message-left {
  margin-top: -50px;
}

.ticket-message-block.ticket-message-right + .ticket-message-right {
  margin-top: -50px;
}

.ticket-message-block.ticket-message-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ticket-message-block.ticket-message-right .msg-avatar {
  background: #1967ff;
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
  text-align: right;
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
  background: #1967ff;
}

.ticket-message-block .ticket-msg-container {
  width: 100%;
  max-width: 400px;
}

.ticket-message-block .ticket-msg-container .ticket-msg {
  background: #3e4954;
  border-radius: 30px;
  padding: 14px 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #fff;
}

.ticket-message-block .ticket-msg-container .date-time {
  font-size: 12px;
  line-height: 13px;
  color: #a5a5a5;
  margin-bottom: 30px;
  padding: 0 10px;
  display: block;
}

.schat-body .schat-chat-body {
  max-height: 553px;
  overflow-y: auto;
}

.schat-body .schat-input {
  padding-top: 10px;
}

.schat-msg-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(234, 234, 234, 0.5);
  border-radius: 10px;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schat-msg-input input {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
}

.schat-msg-input .send-btn {
  height: 54px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1967ff;
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

a {
  color: #055fff;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  text-decoration: none;
}

a:hover {
  color: #044fd0;
  -webkit-text-decoration: underlin;
          text-decoration: underlin;
}

.payments-table {
  width: 100%;
}

.payments-table tr {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 12px 14px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.payments-table tr > td {
  padding: 0 10px;
}

.payments-table .pyt-id {
  background: #21c5fb;
  border-radius: 7px;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.payments-table .pyt-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
}

.payments-table .pyt-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #21c5fb;
  margin-bottom: 0px;
}

.nav-addfunds {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-addfunds .nav-item {
  padding: 10px 0;
}

.nav-addfunds .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  color: #3e4954;
  background-color: #fff;
  border-radius: 10px;
  min-width: 100px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.nav-addfunds .nav-link.active {
  background: #21c5fb;
  -webkit-box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
          box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
}

.nav-addfunds .nav-link.active .icon {
  color: #fff;
}

.nav-addfunds .nav-link.active .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.nav-addfunds .nav-link .icon {
  font-size: 35px;
  line-height: 35px;
  color: #acacac;
  margin-bottom: 10px;
}

.nav-addfunds .nav-link .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.pay-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #000;
  margin-bottom: 20px;
}

.pay-bot-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #acacac;
  padding-bottom: 20px;
}

.pay-pg {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #3e4954;
  margin-bottom: 30px;
}

.aff-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 22px;
}

.aff-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #acacac;
  margin-bottom: 0px;
}

.aff-title-2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 16px;
}

.aff-text-2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 0px;
}

.af-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}

.af-item .af-item--body {
  padding: 10px 10px 10px 24px;
}

.af-item .af-item--body > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.af-item .af-item--body-2 {
  padding: 10px 24px 10px 10px;
}

.af-item .af-item--body-2 > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.af-item .af-item--icon {
  background-color: #1967ff;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

.af-item .af-item--title {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #acacac;
  margin-bottom: 0px;
}

.af-item .af-item--text {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  word-wrap: break-word;
}

.af-item .af-item--icon-2 {
  background-color: #1967ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}

.af-item .af-item--title-2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;
}

.af-item .af-item--text-2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  color: #acacac;
}

.chp-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
}

.card-ns {
  background: rgba(33, 197, 251, 0.15);
  border-radius: 10px;
  padding: 12px;
}

.card-ns .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-ns .card-ns-icon {
  background: #21c5fb;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 24px;
}

.card-ns .card-ns-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1967ff;
}

.card-ns-toggle {
  background: #21c5fb;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 26px 30px;
  color: #fff;
}

.chp-video {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.chp-video .video-thumb {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chp-video:hover .video-overlay {
  background: transparent;
}

.chp-video .video-overlay {
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(25, 103, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.chp-video .video-overlay .video-play {
  height: 77px;
  width: 77px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

.chp-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #acacac;
}

.custom-accordion .accordion-item {
  margin-bottom: 14px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.custom-accordion .accordion-item .accordion-button {
  border-bottom: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 20px;
}

.custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-accordion .accordion-item .accordion-body {
  padding: 20px 24px 24px 24px;
  font-size: 13px;
  line-height: 25px;
  color: #acacac;
}

.acp-abox {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.acp-abox .icon {
  height: 60px;
  width: 60px;
  background: #21c5fb;
  -webkit-box-shadow: 0px 16px 28px rgba(30, 170, 231, 0.33);
          box-shadow: 0px 16px 28px rgba(30, 170, 231, 0.33);
  border-radius: 7px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acp-item {
  margin: 10px 0;
}

.acp-item > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acp-item .acp-item--icon {
  font-size: 35px;
  line-height: 35px;
  color: #1967ff;
}

.acp-item .acp-item--username {
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
}

.acp-item .acp-item--user {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3e4954;
  margin-bottom: 0px;
}

.divider {
  margin: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.acpa-container {
  text-align: center;
}

.acpa-container .acpa-avatar {
  position: relative;
  margin-bottom: 14px;
}

.acpa-container .acpa-fullname {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
}

.acpa-container .acpa-email {
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
}

.acpa-switch {
  min-width: 280px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #eaeaea;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  position: relative;
  background: transparent;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.acpa-switch:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.acpa-switch.gender-male .switch-male {
  color: #fff;
}

.acpa-switch.gender-female .switch-female {
  color: #fff;
}

.acpa-switch.gender-female .switch-bg {
  left: calc(50% - 5px);
}

.acpa-switch .switch-bg {
  background: #1967ff;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 50%;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: 0.23s ease;
  transition: 0.23s ease;
}

.acpa-switch .switch-btn {
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  height: 44px;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-card {
  background: #f7f9fd;
  border-radius: 10px;
  padding: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 200px;
}

.user-card > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-card .user-card--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1967ff;
  background: rgba(33, 197, 251, 0.15);
  height: 50px;
  width: 50px;
  border-radius: 10px;
  font-size: 25px;
  line-height: 25px;
}

.user-card .user-card--title {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 4px;
  color: #acacac;
}

.user-card .user-card--status {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #3e4954;
}

.fc-blue {
  background: rgba(33, 197, 251, 0.15) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #21c5fb;
}

.fc-blue:focus {
  background: rgba(33, 197, 251, 0.15) !important;
}

.btn-fb {
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 24px;
}

.nav-custom-4 {
  margin: 0 -10px;
}

.nav-custom-4 .nav-item {
  padding: 0 10px;
}

.nav-custom-4 .nav-link {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  color: #3e4954;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.nav-custom-4 .nav-link i {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 14px;
}

.nav-custom-4 .nav-link.active {
  color: #fff;
  -webkit-box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
          box-shadow: 0px 24px 40px rgba(30, 170, 231, 0.33);
  border-radius: 10px;
  background-color: #1967ff;
}

.clearfix {
  display: block;
  clear: both;
}

.smmspot-updates-item {
  background: #ffffff;
  border-radius: 50px;
  padding: 18px 38px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 14px;
}

.smmspot-updates-item > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smmspot-updates-item .update-type {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border-radius: 25px;
  padding: 15px 24px;
  color: #fff;
  background-color: #666;
}

.smmspot-updates-item[data-type="add"] .update-type {
  background: #48ddb0;
}

.smmspot-updates-item[data-type="remove"] .update-type {
  background: #eb4e56;
}

.smmspot-updates-item[data-type="price-increase"] .update-type {
  background: #20bcf4;
}

.smmspot-updates-item[data-type="price-decrease"] .update-type {
  background: #374bff;
}

.smmspot-updates-item[data-type="max-increase"] .update-type {
  background: #b648dd;
}

.smmspot-updates-item[data-type="max-decrease"] .update-type {
  background: #ffa337;
}

.smmspot-updates-item[data-type="min-increase"] .update-type {
  background: #4eebd8;
}

.smmspot-updates-item[data-type="min-decrease"] .update-type {
  background: #eb4ea3;
}

.pagination .page-item {
  padding: 0 4px;
}

.pagination .page-item.active .page-link {
  background-color: #1967ff;
  color: #fff !important;
}

.pagination .page-item.pi-pn .page-link {
  background-color: #1967ff;
  color: #fff;
}

.pagination .page-item .page-link {
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 12px 12px;
  min-width: 45px;
  height: 45px;
  border-radius: 23px;
  color: #1967ff;
  background-color: transparent;
}

.home-header {
  height: 100px;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 30px;
  z-index: 1000;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.home-header.active {
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.home-header.active .btn {
  padding: 14px 30px;
}

.home-header.active .btn-primary {
  padding: 14px 50px;
}

.home-header .row-100 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

.home-header .btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 38px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  border: 1px solid #dde2ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}

.login-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.login-menu .menu-item {
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.login-menu .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dde3ed;
}

.login-menu .menu-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #25396f;
  position: relative;
  padding: 20px 0;
}

.login-menu .menu-link::before {
  content: "";
  bottom: 0px;
  position: absolute;
  background: #1967ff;
  bottom: 10px;
  left: 0px;
  height: 4px;
  width: 0px;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.login-menu .menu-link:hover::before {
  width: 100%;
}

.login-menu .menu-link.active {
  color: #000;
}

.home-main {
  padding-top: 160px;
  min-height: calc(100vh - 100px);
}

.home-head {
  padding: 80px 0 40px 0;
  position: relative;
}

.home-head .container-xxl {
  position: relative;
}

.hh-bg {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hh-bg .hh-bg-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.ht-bot-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #25396f;
}

.hh-top-title {
  background: rgba(10, 39, 83, 0.05);
  border-radius: 10px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #0a2753;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hh-top-title .icon-container {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #25396f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hh-top-title .hh-top-icon {
  max-width: 13px;
  max-height: 16px;
}

.hh-title {
  margin-bottom: 20px;
}

.hh-title h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 80px;
  color: #0a2753;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 50px;
  line-height: 65px;
  color: #25396f;
}

.hh-title h1 span {
  color: #1967ff;
  font-weight: 700;
  position: relative;
}

.hh-p {
  font-size: 14px;
  line-height: 27px;
  color: #9aacbd;
  width: 100%;
  max-width: 480px;
}

.login-form {
  padding: 20px 14px 0 14px;
  border-radius: 26px;
  background: #fff;
  margin-top: 30px;
  z-index: 10;
  position: relative;
}

.login-form .input-group {
  background: rgba(221, 226, 234, 0.4);
  border-radius: 25px;
  border: 1px solid transparent;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.login-form .input-group .igt-sq {
  opacity: 0.4;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.login-form .input-group:focus-within {
  background: #fff;
  border-color: #dde2ea;
}

.login-form .input-group:focus-within .igt-sq {
  opacity: 1;
}

.login-form .input-group-text {
  background: transparent;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.login-form .form-control {
  background: transparent;
  height: 72px;
  font-size: 16px;
  font-weight: 700;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.login-form .form-control:focus, .login-form .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-form .igt-sq {
  background: transparent;
}

.login-form .btn-login {
  height: 72px;
  width: 72px;
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 25px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-form .login-btn {
  height: 72px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.knd-checkbox input {
  display: none;
}

.knd-checkbox input:checked ~ button {
  background-color: #1967ff;
  border-color: #1967ff;
  color: #fff;
}

.login-top {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

.login-top .lt-icon {
  color: #21c5fb;
  font-size: 40px;
}

.login-top .lt-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  color: #000;
  margin-bottom: 8px;
}

.login-top .lt-text {
  font-size: 14px;
  line-height: 20px;
  color: #acacac;
}

.home-section {
  position: relative;
  padding: 80px 0;
}

.home-topbar {
  max-width: 100%;
}

.home-title {
  font-weight: 700;
  font-size: 29px;
  line-height: 46px;
  color: #25396f;
}

.home-image {
  max-width: 100%;
}

.home-p {
  font-size: 16px;
  line-height: 35px;
  color: #9aacbd;
}

.nav-home-social .nav-link {
  background-color: transparent;
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #acacac;
  outline: none;
  border: none;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.nav-home-social .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 0px;
  background: #1967ff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.nav-home-social .nav-link.active {
  background: transparent;
  color: #000;
}

.nav-home-social .nav-link.active::after {
  width: 120px;
}

.hpri-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #0a2753;
  margin-bottom: 18px;
}

.hpri-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #acacac;
  margin-bottom: 0px;
}

.comments-container {
  position: relative;
}

.hcc-item {
  position: relative;
}

.hcc-item .hcc-head {
  position: relative;
}

.hcc-item .hcc-head > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hcc-item .hcc-name {
  font-weight: 600;
  font-size: 19px;
  color: #0a2753;
}

.hcc-item .hcc-about {
  font-weight: 600;
  font-size: 14px;
  color: #acacac;
}

.hcc-item .hcc-body {
  padding: 20px 0;
}

.hcc-item .hcc-text {
  font-size: 14px;
  line-height: 30px;
  color: #0a2753;
}

.hcc-item .hcc-footer {
  background: rgba(227, 227, 227, 0.2);
  border-radius: 15px;
  padding: 36px 28px;
  line-height: 20px;
  font-size: 16px;
  color: #0a2753;
  font-weight: 600;
}

.hcc-item .fa-star {
  color: #ffac0a;
  font-size: 16px;
  line-height: 20px;
}

.hcc-item .star-point {
  line-height: 20px;
}

.hcc-nav-container {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px -6px;
  padding: 0px;
  list-style: none;
  z-index: 3;
}

.hcc-nav-container .n-item {
  padding: 0 6px;
}

.hcc-nav-container .n-link {
  border: 1px solid #eaeaea !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #0a2753;
}

.card-hcc {
  height: 100%;
  background-color: #1967ff;
  background-image: url(../img/home/hcc.svg);
  background-size: cover;
  background-position: center;
}

.card-hcc .c-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-hcc .chcc-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
}

.card-hcc .chcc-p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

.card-hcc .hcc-icons {
  max-width: 300px;
  width: 100%;
}

.home-bottom-section {
  position: relative;
}

.home-bottom-section .hbs-title {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
  color: #0a2753;
}

.home-bottom-section .hbs-text {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #8f96aa;
  margin-top: 28px;
  max-width: 720px;
  display: inline-block;
}

.footer-top {
  padding: 40px 0;
}

.footer-menu {
  list-style: none;
  margin: 0px -30px;
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu .fm-item {
  padding: 10px 30px;
}

.footer-menu .fm-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0a2753;
}

.footer-menu .fm-social {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 2px solid #0a2753;
  color: #0a2753;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.footer-menu .fm-social:hover {
  background: #0a2753;
  color: #fff;
}

.footer-menu .footer-cp {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #0a2753;
}

.fb-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #0a2753;
}

.menu-formobile {
  display: none;
}

.hm-right-menubar {
  display: none;
}

.dd-menu {
  border: none;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}

.page-info .pi-content {
  padding: 70px 0 40px;
  text-align: center;
}

.page-info .pi-title  {
  font-weight: 600;
  font-size: 35px;
  line-height: 135%;
  color: #0a2753;
}

.page-info .pi-p {
  font-size: 16px;
  line-height: 35px;
  color: #0a2753;
  margin-top: 18px;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-card .bc-image-container {
  position: relative;
  width: 100%;
  padding-top: 65%;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card .bc-image-container .bc-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card .bc-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: #0a2753;
  margin: 20px 0 14px 0;
}

.blog-card .bc-p {
  font-size: 14px;
  line-height: 23px;
  color: #acacac;
}

.bi-head {
  position: relative;
}

.bi-head .bih-box {
  -webkit-filter: drop-shadow(0px 30px 25px rgba(107, 103, 103, 0.2));
          filter: drop-shadow(0px 30px 25px rgba(107, 103, 103, 0.2));
  border-radius: 36px;
  position: relative;
  overflow: hidden;
}

.bi-head .bih-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.bi-head .bih-image::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(117.23%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 117.23%);
}

.bi-head .bih-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bi-head .bih-body {
  padding: 180px 20px 0px 20px;
  position: relative;
  z-index: 10;
}

.bi-head .bih-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.bi-head .bih-info a {
  color: #fff;
}

.bi-head .bih-info a:hover {
  text-decoration: underline;
}

.bi-head .bih-title h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 135%;
  color: #ffffff;
}

.main-fixed {
  position: fixed;
  overflow: auto;
  top: 104px;
  z-index: 5;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding-top: 0px;
  min-height: inherit !important;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.24s ease;
  transition: 0.24s ease;
}

.main-fixed.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.db-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #3e4954;
}

.db-p {
  font-size: 14px;
  line-height: 26px;
  color: #acacac;
}

.db-box {
  background-color: #1967ff;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  border-radius: 10px;
}

.blog-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  color: #3e4954;
}

.blog-content p {
  font-size: 16px;
  line-height: 29px;
  color: #3e4954;
  margin-bottom: 30px;
}

.blog-content img {
  max-width: 100%;
  margin: auto;
  display: block;
  border-radius: 20px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  margin-bottom: 34px;
}

.blog-content img:hover {
  border-radius: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-weight: 600;
  color: #0a2753;
  line-height: 140%;
  margin-bottom: 34px;
}

.blog-content h1 {
  font-size: 32px;
}

.blog-content h2 {
  font-size: 26px;
}

.blog-content h3 {
  font-size: 22px;
}

.blog-content h4 {
  font-size: 18px;
}

.blog-content h5 {
  font-size: 16px;
}

.blog-content h6 {
  font-size: 14px;
}

.r-ticket {
  margin-bottom: 30px;
}

.r-ticket .r-ticket-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #3e4954;
  margin-bottom: 0px;
}

.r-ticket .r-ticket-id {
  font-size: 16px;
  line-height: 20px;
  color: #22c8fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(34, 200, 254, 0.2);
  border: 1px solid #22c8fe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  padding: 20px 30px;
}

.r-ticket .rt-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #3e4954;
  margin-top: 6px;
}

.r-ticket .rt-info {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #acacac;
  margin-bottom: 6px;
}

@media (max-width: 576px) {
  .hh-title h1 {
    font-size: 27px;
    line-height: 51px;
  }
  .hh-p {
    font-size: 14px;
    line-height: 30px;
  }
  .hh-bg {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-custom-4 .nav-link {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px;
    line-height: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-custom-4 .nav-link i {
    font-size: 15px;
    line-height: 15px;
    margin: 0px 6px;
  }
  .hcc-item .hcc-footer {
    text-align: center;
    padding: 24px 19px;
  }
  .hh-top-title {
    padding: 10px 17px;
    font-size: 13px;
  }
  .page-head .col-md-3:nth-child(1) {
    display: none !important;
  }
  .page-head .col-md-3:nth-child(3) {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .services-all .service-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media (max-width: 992px) {
  .home-menu {
    position: fixed;
    left: 0px;
    display: none;
  }
  .menu-formobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    padding: 30px;
    margin: 30px 0;
    z-index: 1;
    width: calc(100% - 100px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    left: 0px;
  }
  .menu-formobile .mm-logo {
    max-width: 73px;
    width: 100%;
    margin-bottom: 30px;
}
  .menu-formobile .row-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-formobile .btn {
    color: #fff;
  }
  .menu-formobile .btn-login {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menu-formobile .dropdown .btn {
    color: #3e4954;
  }
  .menu-formobile .dropdown {
    margin-bottom: 30px;
  }
  .menu-formobile .login-menu {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .menu-formobile .login-menu .menu-item {
    padding: 20px 0;
    display: block;
  }
  .menu-formobile .login-menu .menu-link {
    color: #fff;
    font-size: 20px;
    padding: 18px 11px;
  }
  .menu-formobile .login-menu .menu-link::before {
    display: none;
  }
  .app-body {
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    z-index: 1234;
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    overflow: scroll;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .app-body .home-header {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
  }
  .app-body.menu-active {
    position: fixed;
    height: 100%;
    border-radius: 20px;
    -webkit-transform: scale(0.8) translateX(calc(100% - 100px));
            transform: scale(0.8) translateX(calc(100% - 100px));
    overflow: hidden;
    -webkit-box-shadow: 8px 0px 34px rgba(0, 0, 0, 0.6);
            box-shadow: 8px 0px 34px rgba(0, 0, 0, 0.6);
    opacity: 0.9;
  }
  .home-main {
    padding-top: 0px;
  }
  .home-head {
    padding: 40px 0px;
    display: none;
  }
  .nop-card .card-body {
    padding: 30px;
  }
  .services-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%;
  }
  .services-all .service-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%;
    margin: 1%;
  }
  .services-all .service-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tservice-head {
    display: none;
  }
  .tservices-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tservices-row > * {
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .tservices-row > *::before {
    font-size: 13px;
    color: #acacac;
    display: block;
  }
  .tservices-row .tservice-per::before {
    content: "Per 1000";
  }
  .tservices-row .tservice-avt::before {
    content: "Avg. Time";
  }
  .tservices-row .tservice-min::before {
    content: "Minimum";
  }
  .tservices-row .tservice-max::before {
    content: "Maximum";
  }
  .tservices-row .tservice-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .tservices-row .tservice-des {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tservices-row .tservice-des .btn {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .tservices-row .tservice-des .btn + .btn {
    margin-left: 2%;
  }
}

.d-menu-header {
  display: none;
}

@media (max-width: 1200px) {
  .d-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    z-index: 1050;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform: translateY(calc(100% + 30px));
            transform: translateY(calc(100% + 30px));
  }
  .d-menu.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .d-menu .d-menu-header {
    display: block;
    padding: 14px 30px;
  }
  .d-menu .d-menu-header h2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
  }
  .d-menu .d-menu-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 5px 20px 100px 20px;
    overflow-y: scroll;
  }
  .d-menu .btn-close {
    height: 40px;
    width: 40px;
    padding: 0px;
    border-radius: 50%;
    background-color: #ddd;
  }
  .header-right-menu {
    position: fixed;
    bottom: 20px !important;
    left: 20px;
    background-color: #f6f6f6 !important;
    max-width: inherit !important;
    width: calc(100% - 40px) !important;
    top: inherit !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-right-menu::after {
    display: none !important;
  }
  .header-right-menu .hm-right-menubar {
    display: none !important;
  }
  .header-user {
    padding: 10px;
    border-radius: 50px;
    background-color: #eee;
    display: block;
    width: calc(100% - 0);
  }
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-menu .hm-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    width: 100%;
  }
  .header-menu .dd-menu {
    position: relative !important;
    margin-top: -60px !important;
    margin-bottom: 60px !important;
  }
  .header-menu .hm-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding: 10px;
  }
}

@media (max-width: 1400px) {
  .header-right-menu {
    margin: 0 0px;
  }
  .header-right-menu .hrm-item {
    padding: 0 0px;
  }
  .header-right-menu .hrm-text {
    display: none;
  }
  .hm-right-menubar {
    display: block;
  }
  .header-right-menu {
    padding: 10px;
    position: fixed;
    z-index: 1010;
    top: 20px;
    right: 0px;
    max-width: 100px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
  }
  .header-right-menu:hover {
    max-width: 290px;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  }
  .header-right-menu:hover::after {
    width: 0px;
  }
  .header-right-menu::after {
    content: "";
    -webkit-transition: 0.14s ease;
    transition: 0.14s ease;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100px;
    background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.2)));
    background-image: linear-gradient(-90deg, white, rgba(255, 255, 255, 0.2));
    z-index: 1011;
  }
}

@media (max-width: 1500px) {
  .header-menu {
    margin: 0px -14px;
    padding: 10px;
  }
  .header-menu .hm-item {
    padding: 0 14px;
  }
}

.hpst {
  margin: 10px 0;
}

.hpst .hpst-icon {
  font-size: 50px;
  line-height: 57px;
  color: #21c5fb;
}

.hpst .hpst-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 35px;
  color: #acacac;
}

.hpst .hpst-text {
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  color: #0a2753;
}

.hsp-icon {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: rgba(33, 197, 251, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  color: #21c5fb;
}

.hpri-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0a2753;
}

.privPrevbtn {
  border: 1px solid #0a2753;
  background-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #0a2753;
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.14s;
  transition: 0.14s;
  font-size: 20px;
}

.privPrevbtn:hover {
  background-color: #0a2753;
  color: #fff;
}

.card-pm {
  cursor: pointer;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.card-pm:hover {
  background-color: #fafafa;
}

.card-pm .card-body {
  height: 100px;
}

.card-pm .card-body img {
  max-width: 100%;
  max-height: 100%;
}

.hmc {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  overflow: hidden;
  margin-bottom: 20px;
}

.hmc::after {
  content: "";
  background: linear-gradient(214.66deg, #3b81ff 36.98%, rgba(59, 129, 255, 0) 87.99%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  left: -80%;
  top: -80%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  z-index: 5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.hmc::before {
  content: "";
  background: linear-gradient(214.66deg, #3b81ff 36.98%, rgba(59, 129, 255, 0) 87.99%);
  width: 330px;
  height: 330px;
  border-radius: 50%;
  position: absolute;
  bottom: -60%;
  right: -60%;
  z-index: 5;
  -webkit-transform: translateX(100%) translateY(100%);
          transform: translateX(100%) translateY(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hmc:hover::before {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

.hmc:hover::after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}

.hmc .hmc-body {
  position: relative;
  padding: 32px 30px;
  z-index: 10;
}

.hmc:hover {
  background: #055fff;
}

.hmc:hover .hmc-icon {
  border: 1px solid #fff;
  background: transparent;
}

.hmc:hover .hmc-title,
.hmc:hover .hmc-text {
  color: #fff;
}

.hmc .hmc-icon {
  background: #055fff;
  border: 3px solid #3b81ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
  width: 94px;
  height: 94px;
}

.hmc .hmc-title {
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #25396f;
}

.hmc .hmc-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #9aacbd;
}

.hcnav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0px;
  padding: 0px;
}

.hcnav li {
  position: relative;
}

.hcnav .hcnav-link {
  border-radius: 50%;
  border: 1px solid #eaeaea;
  background: transparent;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  height: 50px;
  width: 50px;
}

.cust-box {
  background: #ffffff;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}

.cust-box .cust-box-header {
  padding: 40px 0 30px 0;
  margin: 0 34px;
  border-bottom: 1px solid #e6effb;
}

.cust-box .chb-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #25396f;
}

.cust-box .chb-text {
  font-size: 20px;
  line-height: 1.2;
  color: #ffa236;
  font-weight: bold;
}

.cust-box .cust-box-body {
  padding: 24px 34px 34px 34px;
}

.cust-box .cbb-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #25396f;
}

.cust-box .cbb-customer {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #8f96aa;
  margin-top: 18px;
}

.register-section {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.register-section .register-container {
  width: 100%;
  max-width: 1140px;
  padding: 0 14px;
}

.register-section .register-box {
  max-width: 100%;
  background: #055fff;
  border-radius: 35px;
  position: relative;
}

.register-section .rb-img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.register-section .rb-content {
  padding: 54px 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}

.register-section .rb-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
}

.register-input {
  background: #ffffff;
  border: 1px solid #eaeef3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  padding: 11px;
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  margin-bottom: 24px;
}

.register-input:focus-within {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.register-input .icon {
  background: #055fff;
  -webkit-box-shadow: 0px -12.159px 30.3976px rgba(30, 170, 231, 0.12);
          box-shadow: 0px -12.159px 30.3976px rgba(30, 170, 231, 0.12);
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 19px;
}

.register-input .input {
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 14px;
  color: #3d3f42;
}

.register-input .input::-webkit-input-placeholder {
  color: #8f96aa;
  font-size: 14px;
}

.register-input .input:-ms-input-placeholder {
  color: #8f96aa;
  font-size: 14px;
}

.register-input .input::-ms-input-placeholder {
  color: #8f96aa;
  font-size: 14px;
}

.register-input .input::placeholder {
  color: #8f96aa;
  font-size: 14px;
}

.haveannacc {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0a2753;
  margin-bottom: 30px;
}

.reg-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: #25396f;
  margin-bottom: 30px;
}

.switcher {
  height: 50px;
  border-radius: 15px;
  background-color: #ebeff4;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  position: relative;
}

.switcher .active-bg {
  content: "";
  position: absolute;
  background: #1967ff;
  -webkit-box-shadow: 0px 4px 16px rgba(25, 103, 255, 0.25);
          box-shadow: 0px 4px 16px rgba(25, 103, 255, 0.25);
  border-radius: 15px;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.switcher .switcher-item {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  font-size: 19px;
  line-height: 19px;
  color: #6a7b91;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.switcher .switcher-item.active {
  color: #fff;
}

.info-box {
  position: relative;
  padding: 6px;
  background: rgba(235, 239, 244, 0.5);
  border-radius: 15px;
}

.info-box.bg-primary {
  color: #fff;
}

.info-box.bg-primary .ib-text {
  color: #fff;
}

.info-box.bg-primary .ib-dismiss {
  color: #fff;
}

.info-box .ib-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.info-box .ib-type {
  background: #1967ff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 11px;
  line-height: 18px;
  padding: 14px 18px;
  color: #fff;
}

.info-box .ib-type.danger {
  background: #ee5b5b;
}

.info-box .ib-text {
  font-size: 14px;
  line-height: 17px;
  color: #6a7b90;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
}

.info-box .ib-action {
  padding-right: 20px;
}

.info-box .ib-btn {
  background: transparent;
  padding: 10px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #25396f;
}

.home-box {
  position: relative;
}

.home-box .hb-icon {
  background: #1967ff;
  border: 1px solid #1967ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 52px;
  width: 52px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
}

.home-box .hb-title {
  font-size: 14px;
  line-height: 18px;
  color: #25396f;
  margin-bottom: 10px;
}

.home-box .hb-text {
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  color: #25396f;
  margin-bottom: 20px;
}

.home-box .hb-stat-card {
  background: #1967ff;
  border-radius: 15px;
  padding: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.home-box .hb-stat-card .icon {
  font-size: 16px;
  line-height: 20px;
  color: #05d8b2;
  width: 30px;
}

.wlc-card {
  height: 100%;
  background: #1967ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  color: #fff;
  position: relative;
}

.wlc-card .wlc-body {
  padding: 44px 54px;
  max-width: 400px;
  position: relative;
  z-index: 5;
}

.wlc-card .wlc-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #ffffff;
}

.wlc-card .wlc-text {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 20px;
}

.wlc-card .wlc-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  border: 2px solid #fff;
  padding: 17px 32px;
  border-radius: 18px;
}

.wlc-card .wlc-btn:hover {
  background: #fff;
  color: #374bff;
}

.wlc-card .wlc-bg {
  background: url(../img/wlc.png);
  background-size: 120% auto;
  background-position: 0 20%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
}

.c-title {
  padding: 10px 0 10px 0;
}

.c-title h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #25396f;
  margin-bottom: 0px;
}

.last-payments {
  position: relative;
}

.last-payments .last-payment {
  margin-bottom: 20px;
}

.last-payments .last-payment .lp-id {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 16px 22px;
  width: 100%;
  border-radius: 14px;
  text-align: center;
  background: #1967ff;
  display: block;
}

.last-payments .last-payment .lp-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #25396f;
}

.last-payments .last-payment .lp-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #8598b5;
}

.refput {
  background: #ffffff;
  border-radius: 15px;
  height: 68px;
  width: calc(100% + 150px);
  padding: 8px 12px 8px 18px;
}

.refput .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #25396f;
}

.refput .btn-primary {
  border-radius: 15px;
  height: 52px;
  width: 52px;
  padding: 0px;
}

.ri-icon {
  position: relative;
  background: #1967ff;
  border-radius: 15px;
  height: 54px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}

.ri-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3e4954;
}

.ri-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #8f96aa;
  margin-bottom: 0px;
  margin-top: 4px;
}

.rp-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 45px;
  color: #25396f;
}

.rp-content {
  font-size: 14px;
  line-height: 25px;
  color: #8f96aa;
}

.cp-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 22px;
}

.cp-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0px;
}

.cp-text-2 {
  font-size: 14px;
  line-height: 25px;
  color: #8f96aa;
}

.profile-card .pc-avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84px;
  height: 84px;
  background: #ebeff4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}

.profile-card .pc-name {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #25396f;
  margin-bottom: 10px;
}

.profile-card .pc-mail {
  font-size: 14px;
  line-height: 17px;
  color: #8f96aa;
}

.profile-card .pc-icon {
  font-size: 35px;
  line-height: 35px;
  color: #1967ff;
}

.profile-card .pc-title {
  font-size: 14px;
  line-height: 17px;
  color: #8f96aa;
  margin-bottom: 6px;
}

.profile-card .pc-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #25396f;
}

.profile-card .pc-api-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #25396f;
}

.pt-info {
  margin-top: 30px;
}

h4.modal-title {
	font-size: 15px
}

.modal-body {
	font-weight: 400
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center
}

.pagination li {
  display: inline
}

.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #202020;
  background: rgba(10, 39, 83, 0.05);
  margin-right: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}

.pagination li a.active {
  background-color: #1967ff;
  color: #fff
}

.pagination li a:hover:not(.active) {
  background-color: #1967ff;
} 

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.dark .form-select {
    color: #ffffff;
}

.dark .noii-content {
    color: #9fa8b0;
    font-size: 14px;
}

.dark .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #191919;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.knd-checkbox input:checked ~ button {
  background-color: #22CAFF;
  border-color: #22CAFF;
  color: #fff;
}

.noaSTFt {
  padding: 0 30px 30px;
}
.noaSTFt img {
  width: 100%;
}

.noaST {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.noaST .noaTitWra .title {
  font-weight: 700;
}
@media (min-width: 992px) {
  .noaST {
    border-radius: 40px;
  }
}
.noaST .noaSTx + .noaSTImg {
  padding-top: 30px;
  padding-bottom: 0;
}

.noaSTImg {
  padding-bottom: 30px;
}
.noaSTImg img {
  max-width: 340px;
}

.noaPM {
  margin: 15px 0;
  transition: 500ms all;
}

.noaPM:hover {
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	transform: translateY(-0.5rem);
	transition: 500ms all;
	cursor: pointer
}

.noaPMB {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

@media (min-width: 768px) {
  .noaPMB {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .noaPMB {
    height: 110px;
  }
}
.noaPMB img {
  max-width: 100%;
}

.home-bottom-section > div > .row {
  position: relative;
  z-index: 4;
}

.home-bottom-section > div::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 440px;
  background-image: url(https://storage.perfectcdn.com/4cecd8/fjm9zbj7p12ezx0i.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.home-bottom-section > div::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 440px;
  background-image: url(https://storage.perfectcdn.com/4cecd8/hxrps4ysyjifgb4u.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}

.select2-results__option a {
	color: #3E4954 !important;
	font-size: 14px !important;
  	border-bottom: 1px solid #e9ecef
}

.dark .select2-results__option a {
	color: #fff !important;
  	border-bottom: 1px solid #24262d
}

.select2-results__option a:hover {
	background: #e9ecef;
	color: #3E4954 !important
}

.dark .select2-results__option a:hover {
	background: #24262d;
	color: #fff !important
}


.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
	background-color: #f4f9ff !important;
}

.dark .select2-container--default .select2-results>.select2-results__options,
.dark .select2-container--open .select2-dropdown--below,
.dark .select2-container--default .select2-results__option[aria-selected=true],
.dark .select2-container--default .select2-results__option:hover {
	background-color: #1d1f24 !important;
}

.select2-container--default .select2-selection--single {
	height: 45px;
	line-height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	white-space: normal !important;
}

.select2-container .select2-selection--single {
    height: 50px;
    background: #f4f9ff;
    border: none;
}

.dark .select2-container .select2-selection--single {
    background: #1d1f24
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
}

.select2-results__option {
	padding: 0!important
}

.select2-container .select2-selection__icon {
    width: 25px;
}

.select2-dropdown {
	border: none
}

.badge {
	background: #1967ff
}

.form-select {
	width: 100%
}

.nav-custom .nav-link, .nav-custom .nav-link:hover, .nav-custom .nav-link:focus {
	width: 100%;
  	border: 0;
  	outline: 0
}

.container-xxl{
	width:100%;
	padding-right:var(--bs-gutter-x,.75rem);
	padding-left:var(--bs-gutter-x,.75rem);
	margin-right:auto;
	margin-left:auto
}

@media (min-width:1400px){
	.container-xxl{
		max-width:1320px
	}
}

@media (max-width: 991.98px) {
  .home-bottom-section > div::before, .home-bottom-section > div::after {
  		display: none!important
  }
}
/* Restrict the logo container/image to fit the sidebar width */
.sidebar .navbar-brand img,
header .navbar-brand img,
.sidebar-logo img,
a[href*="famebooster"] img,
.sb-head img,
.logo-big {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

/* Invert logo only in dark mode */
html[data-theme="dark"] .sb-head img,
html[data-theme="dark"] .sidebar .logo-big,
html[data-theme="dark"] .mm-head img,
body[data-theme="dark"] .sb-head img,
body[data-theme="dark"] .sidebar .logo-big,
body[data-theme="dark"] .mm-head img,
html.dark .sb-head img,
html.dark .sidebar .logo-big,
html.dark .mm-head img,
body.dark .sb-head img,
body.dark .sidebar .logo-big,
body.dark .mm-head img,
body.theme-dark .sb-head img,
body.theme-dark .sidebar .logo-big,
body.theme-dark .mm-head img {
    filter: invert(1) hue-rotate(180deg) !important;
}
