@charset "UTF-8";
.btn-inactive {
  border: 1px solid;
  background-color: #fff;
}
.btn-inactive:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-inactive.btn-active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-inactive.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-gray {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: rgb(4, 82, 251);
  background-color: rgb(236, 237, 239);
  box-shadow: none;
  width: max-content;
  text-transform: none;
  min-width: auto;
  padding: 8px 12px;
  border-radius: 4px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn-gray:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.btn-gray.btn-active {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.btn-gray.active {
  color: #fff;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.btn-gray:focus {
  box-shadow: unset !important;
}

.text-expiring {
  color: #ff8d00 !important;
}

.text-number {
  color: #0040b5 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.bg-orange {
  background-color: #e05d06;
}

.text-orange {
  color: #e05d06;
}

.btn-orange {
  background-color: #e05d06;
  border-color: #e05d06;
  color: #fff;
}
.btn-orange:hover {
  background-color: #ff9b58;
  border-color: #ff9b58;
}
.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 88, 0.25);
}

.border-orange {
  border: 1px solid #f19152 !important;
}

.text-gold {
  color: #f7bf66;
}

.text-white {
  color: rgb(224, 221, 221);
}

.custom-select {
  cursor: pointer;
  width: max-content;
  color: #333;
}

.modal-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  display: none;
  background-color: #bfbfbf;
  opacity: 0.8;
  overflow: hidden;
  outline: 0;
}
.modal-loading.show {
  display: block;
}
.modal-loading .icon {
  animation: spin 2s linear infinite;
}

.table-all {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #4cb3a0;
}
.table-all thead {
  background-color: #4cb3a0;
  color: white;
}
.table-all thead th {
  border-top: unset;
}

.table-running {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #5d8fa7;
}
.table-running thead {
  background-color: #5d8fa7;
  color: white;
}
.table-running thead th {
  border-top: unset;
}

.table-expiring {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #a3944c;
}
.table-expiring thead {
  background-color: #a3944c;
  color: white;
}
.table-expiring thead th {
  border-top: unset;
}

.table-cancelled {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #4a4847;
}
.table-cancelled thead {
  background-color: #4a4847;
  color: white;
}
.table-cancelled thead th {
  border-top: unset;
}

.table-nothing {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #999999;
}
.table-nothing thead {
  background-color: #999999;
  color: white;
}
.table-nothing thead th {
  border-top: unset;
}

.table-service-list {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 32px 0 rgba(10, 15, 30, 0.0196078431), 0 8px 64px 0 rgba(10, 15, 30, 0.1019607843);
  color: #626262;
}
.table-service-list thead {
  color: #787878;
}
.table-service-list thead th {
  border-top: unset;
}

table.table-white {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(10, 15, 30, 0.02), 0 2px 16px 0 rgba(10, 15, 30, 0.1);
  background-color: #fff;
}
table.table-white thead {
  border-top: unset;
  color: #4d4c4c;
  font-weight: 300;
  background-color: hsl(151.62, 28.99%, 85.79%);
}
table.table-white thead th {
  border-top: unset;
}
table.table-white td, table.table-white th {
  vertical-align: middle;
}

.table-recent-recharge {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #5d8fa7;
}
.table-recent-recharge thead {
  background-color: #5d8fa7;
  color: white;
}
.table-recent-recharge thead th {
  border-top: unset;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px; /* Chiều rộng vừa phải */
  height: 20px; /* Chiều cao tương đương kích thước chữ */
  vertical-align: middle; /* Căn giữa switch với văn bản */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px; /* Đảm bảo switch bo tròn */
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px; /* Kích thước nút tương đương với chiều cao switch */
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #007bff;
}

input:checked + .slider:before {
  transform: translateX(20px); /* Điều chỉnh khoảng cách di chuyển */
}

input[name=autoChangeIP] {
  width: 80px;
  vertical-align: middle; /* Căn giữa input với dòng chữ */
}

input[name=autoChangeIP]:disabled {
  background-color: #f0f0f0;
}

/* Thông báo nhỏ ở dưới input */
.validation-message {
  color: red;
  font-size: 0.9rem;
  display: none; /* Ẩn mặc định */
}

@media (min-width: 992px) {
  .col-lg-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-12-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1800px) {
  .col-2xl-12-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2xl-12-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg); /* Bắt đầu ở góc 0 độ */
  }
  to {
    transform: rotate(360deg); /* Kết thúc ở góc 360 độ */
  }
}
:root {
  --width-nav-left: 300px;
  --width-nav-left-admin: 300px;
  --height-nav-bar:62px;
  --primary: 237, 94%, 81%;
  --main-color: #427bf4;
  --second-main-color: #561fd1;
  --background: 266, 16%, 92%;
  --background-secondary: 200, 100%, 90%;
  --background-secondary-dark: 256, 10%, 10%;
  --background-secondary-light: 228, 43%, 57%;
  --text-primary: 0, 0%, 0%;
  /* Colors */
  --black: 0, 0%, 0%;
  --white: 0, 0%, 100%;
  --quite-gray: 0, 0%, 50%;
  --grooble: 10, 28%, 93%;
  /* Sizes */
  --heading-large: 5.6rem;
  --heading-medium: 3.6rem;
  --heading-small: 2.4rem;
  --paragraph: 1.11rem;
  --navbar-buttons: 2.4rem;
  /* misc */
  --transition-main: .175, .685, .32;
  /* Fonts */
  --font-main: "Poppins";
}

.fh {
  height: 100% !important;
}

.fw {
  width: 100% !important;
}

.my-container {
  padding: 24px 12px;
}

.icon-vpswindows {
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
}

#nav li {
  list-style: none;
  border-radius: 6px;
}

#nav .nav-left ul {
  padding: 0;
}

#nav .nav-left li a {
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}

.navbar-color {
  background-image: linear-gradient(to right, var(--main-color), var(--second-main-color));
}

.text-balance {
  font-weight: 500;
  color: #ffde81 !important;
}

.body-nav {
  padding-top: var(--height-nav-bar);
  padding-left: var(--width-nav-left-admin);
  transition: padding-left 0.5s;
}
.body-nav.out {
  padding-left: 100px;
}

.body-nav-admin {
  padding-top: var(--height-nav-bar);
  padding-left: var(--width-nav-left-admin);
  transition: padding-left 0.5s;
}
.body-nav-admin.out {
  padding-left: 100px;
}

.nav-top {
  height: 62px;
}

.nav-top-admin {
  background: linear-gradient(to right, var(--main-color), var(--second-main-color));
}

.nav-top-tools {
  display: flex;
  align-items: center;
  margin-bottom: unset;
  padding-inline-start: unset;
  list-style: none;
}

.nav-top-item {
  color: white !important;
  padding: 16px;
  border-radius: 4px;
  transition: background-color 0.2s ease-out;
}
.nav-top-item:hover {
  background-color: #4c0dce;
}

.nav-form-search {
  display: flex;
  align-items: center;
  margin: 0 6px;
}

.nav-icon {
  width: var(--width-nav-left-admin);
  text-align: center;
}
.nav-icon:hover {
  background-color: unset;
}

.nav-btn-search {
  border: unset;
  padding: 8px;
  background-color: #ff7b00;
  color: white;
  border-radius: 4px;
  transition: background-color 0.2s ease-out;
}
.nav-btn-search:hover {
  background-color: #fc9928;
}

.btn-close-nav-left {
  text-align: center;
  padding: 6px;
  margin-bottom: 0.25rem;
  border-radius: 2px;
  background-color: #f7883f;
  color: white;
}
.btn-close-nav-left:hover {
  cursor: pointer;
}

.nav-left {
  margin-top: var(--height-nav-bar);
  padding-bottom: var(--height-nav-bar);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, var(--main-color), var(--second-main-color));
  color: var(--main-color);
  transition: width 0.35s cubic-bezier(var(--transition-main), 1);
  color: #aed3ff;
  font-size: 18px;
  list-style: none;
  height: 100%;
  overflow-y: scroll;
  width: var(--width-nav-left-admin);
  border-right: 1px solid rgb(173, 173, 173);
  z-index: 99;
}
.nav-left::-webkit-scrollbar {
  display: none;
}
.nav-left.admin {
  z-index: 999;
}
.nav-left li {
  padding: 2px;
}
.nav-left i {
  width: 24px;
  text-align: center;
}

.nav-left-wrapper-sub-nav {
  opacity: 1;
  visibility: visible;
}
.nav-left-wrapper-sub-nav.admin {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.nav-left-title {
  margin: 2px;
  font-size: 14px;
  opacity: 0.7;
  text-align: center;
}

.nav-left-list-title {
  position: relative;
  justify-content: space-between;
  padding: 4px;
  border-radius: 6px;
  transition: background-color 0.2s ease-out;
  color: #fff;
  cursor: pointer;
}
.nav-left-list-title:hover {
  color: #fff;
  background-color: #4c0dce;
}
.nav-left-list-title.o {
  cursor: pointer;
  color: #fff;
  background-color: #4c0dce;
  font-weight: 700;
}
.nav-left-list-title.change-color {
  background-color: #4c0dce;
}

.nav-left-list {
  display: none;
  list-style: none;
  padding: 0;
  width: 100%;
}
.nav-left-list.o {
  display: block;
}

.sub-nav-list {
  position: fixed;
  left: calc(var(--width-nav-left-admin) - 1px);
  width: 260px;
  top: var(--height-nav-bar);
  background-color: #ecf7ff;
  color: #333;
  box-shadow: 0 0 8px #b0cdef;
  height: calc(100% - var(--height-nav-bar));
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  overflow-y: scroll;
}
.sub-nav-list li {
  margin: 8px 0;
}
.sub-nav-list li:hover {
  background-color: #7256cb;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.sub-nav-list li a {
  color: unset;
  padding: 12px 0;
}
.sub-nav-list.o {
  visibility: visible;
  opacity: 1;
}
.sub-nav-list.admin {
  z-index: 99;
}

.text-small {
  font-size: 14px;
}

.nav-left-link {
  display: block;
  padding: 10px;
  width: 100%;
  transition: background-color 0.2s ease-out;
  color: #2968a0;
  border-radius: 4px;
  cursor: pointer;
}
.nav-left-link:hover {
  background-color: #4c0dce;
  color: #333;
  font-weight: 600;
}
.nav-left-link.mobile {
  color: #fff;
}
.nav-left-link.mobile:hover {
  background-color: #fff;
  color: #165d39;
  font-weight: 600;
}

.suv-nav-left-link {
  display: block;
  padding: 4px;
  color: #333;
}

.footer-user {
  color: white;
  padding-left: var(--width-nav-left-admin);
  transition: padding-left 0.5s;
}
.footer-user.out {
  padding-left: 100px;
}

.footer-user-admin {
  color: white;
  padding-left: var(--width-nav-left-admin);
  transition: padding-left 0.5s;
}
.footer-user-admin.out {
  padding-left: 100px;
}

.s-nav-top {
  padding: 0 12px 12px;
  color: #fff;
}

.modal-wrapper-nav-left {
  max-width: unset !important;
  margin: unset !important;
  min-height: 100%;
  position: relative;
}

.modal-nav-left-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: var(--width-nav-left-admin);
}

.modal-nav-left-body {
  background-color: var(--second-main-color);
  color: #aed3ff;
  font-size: 18px;
  list-style: none;
  height: 100%;
  overflow-y: scroll;
  z-index: 99;
  transition: width 0.5s;
  margin-bottom: unset;
  padding-left: 0;
}
.modal-nav-left-body i {
  width: 24px;
  text-align: center;
}
.modal-nav-left-body ::-webkit-scrollbar {
  width: 4px;
  background-color: #412ead;
}
.modal-nav-left-body ::-webkit-scrollbar-track {
  background-color: #412ead;
}

.btn-header-open {
  background-color: unset;
  border: unset;
}
.btn-header-open:hover {
  background-color: unset;
}

.modal-header-nav-left {
  background-color: var(--main-color);
  padding: 0.75rem;
  color: white;
  border: none;
}

.footer-container {
  color: #d4d4d4;
  padding: 0.75rem;
  padding-bottom: 0.25rem;
  margin-top: -4rem;
}

.text-des-footer {
  color: #9d9d9d;
}

.btn-footer-tool {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: unset;
  outline: 1px solid #706969;
  width: max-content;
  border-radius: 4px;
  padding: 0.15rem 0.375rem;
  margin: 4px 0;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-footer-tool:hover {
  text-decoration: underline;
  color: #5597d1;
}

.text-link-footer {
  color: #d3d3d3;
}
.text-link-footer:hover {
  color: #5597d1;
}

.text-footer {
  color: #d3d3d3;
}

/* Selection */
/* Scrollbar */
::-webkit-scrollbar-track {
  background-color: #ecf7ff;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #ecf7ff;
}

::-webkit-scrollbar-thumb {
  background-color: #5b8b67;
}

.toast-container {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: calc(var(--height-nav-bar) + 12px);
  padding-right: 12px;
  z-index: 999999;
}

.toast {
  min-width: 250px;
  max-width: 400px;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 0.95rem;
  animation: slideInLeft 0.4s ease-out;
  opacity: 0.95;
}

.toast-success {
  background-color: #28a745;
}

.toast-error {
  background-color: #dc3545;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 0.95;
  }
}
@media only screen and (max-width: 1660px) {
  :root {
    /* Sizes */
    --heading-large: 5.4rem;
    --heading-medium: 3.4rem;
    --heading-small: 2.2rem;
  }
}
@media only screen and (max-width: 1456px) {
  :root {
    /* Sizes */
    --heading-large: 5.2rem;
    --heading-medium: 3.2rem;
    --heading-small: 2rem;
  }
  .view-width {
    width: 80%;
  }
}
@media only screen and (max-width: 1220px) {
  .view-width {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    /* Sizes */
    --heading-large: 5rem;
    --heading-medium: 3rem;
    --heading-small: 1.8rem;
  }
  .view-width {
    width: 75%;
  }
}
@media only screen and (max-width: 756px) {
  :root {
    /* Sizes */
    --heading-large: 4rem;
    --heading-medium: 2.6rem;
    --heading-small: 1.6rem;
    --paragraph: 1rem;
    --navbar-buttons: 2.2rem;
  }
  .view-width {
    width: calc(100% - 5em);
  }
}
@media only screen and (max-width: 576px) {
  .view-width {
    width: calc(100% - 3em);
  }
}
@media (max-width: 1199px) {
  .body-nav {
    padding-left: 100px;
  }
  .nav-left {
    width: 100px;
  }
  .nav-left-wrapper-sub-nav {
    visibility: visible;
    opacity: 1;
  }
  .close-nav-left-icon {
    display: none !important;
  }
  .footer-user {
    padding-left: 100px;
  }
  .nav-icon {
    width: 190px;
  }
  .nav-left-list-title {
    justify-content: center;
  }
  .nav-left-title-text {
    display: none !important;
  }
  .nav-left-title-icon-right {
    display: none !important;
  }
  .sub-nav-list {
    left: 99px;
  }
}
@media (max-width: 767px) {
  .body-nav {
    padding-left: unset !important;
  }
  .footer-user {
    padding-left: unset !important;
  }
}
:root {
  --welcome-color: #72a779;
  --second-welcome-color: #e5e9eb;
}

.user-welcome .wrapper-service-list {
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  margin: 0 0 24px;
  width: 100%;
  background-color: white;
  max-height: 400px;
  overflow-y: auto;
}

.wrapper-service-list-title {
  font-weight: 600;
  font-size: 20px;
}

.service-list-title {
  text-align: center;
  border-bottom: 1px solid gray;
  background-color: var(--second-welcome-color);
  padding: 8px;
  color: #333;
  font-weight: 700;
}

.service-card-list-item {
  position: relative;
  display: block;
  padding: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.border-register-service {
  border-bottom: 8px solid gray;
  padding-bottom: 1rem;
}
.border-register-service:last-child {
  border-bottom: unset !important;
}

.card-register-service {
  overflow: hidden;
  border-radius: 15px;
  width: 130px;
  border: 1px solid #2c9ebf;
  box-shadow: unset;
  margin: auto;
  position: relative;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
.card-register-service:hover {
  bottom: 10px;
  box-shadow: 0 0 16px rgb(65, 124, 201);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.img-register-service-background img {
  height: 80px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
  border-bottom: 1px solid #818181;
}

.btn-register-service {
  color: #fff;
  background-color: #4e6060;
  border-color: #4e6060;
  font-size: 14px;
  flex: 1 1;
}
.btn-register-service:hover {
  color: #fff;
  background-color: #2179dd;
  border-color: #2179dd;
}

a.btn-collapse {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 1px solid gray;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
a.btn-collapse.active {
  color: #333;
  background-color: var(--second-welcome-color);
  border-color: var(--second-welcome-color);
  outline: 1px solid var(--welcome-color);
  z-index: 1;
}

a.btn-collapse:hover {
  color: #333;
  background-color: var(--second-welcome-color);
  border-color: var(--second-welcome-color);
  outline: 1px solid var(--welcome-color);
  z-index: 2;
}

.btn-detail-service {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.125rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #0d6efd !important;
}
.btn-detail-service:hover {
  text-decoration: underline;
}

.table-scroll-tbody {
  max-height: 300px;
  overflow-y: auto;
  position: relative; /* Thiết lập vị trí tương đối cho container */
}
.table-scroll-tbody a {
  display: block;
}

.table-scroll-tbody table {
  width: 100%;
  border-collapse: collapse;
}

.table-scroll-tbody thead th {
  background-color: #d0dde5; /* Tùy chỉnh màu nền cho các ô header */
}

.table-scroll-tbody thead {
  position: sticky;
  top: 0; /* Giữ phần thead ở vị trí top của container */
  z-index: 1; /* Đảm bảo phần thead hiển thị trên các phần tử khác */
}

/* Tùy chỉnh các định dạng cho các thẻ td, tr */
.table-scroll-tbody td,
.table-scroll-tbody th {
  padding: 14px;
}

.table-service {
  box-shadow: 0 0 4px #aaaaaa;
  border-radius: 4px;
  margin-bottom: unset;
  overflow: hidden;
}
.table-service thead th {
  border-top: unset;
}
.table-service .show-more {
  padding: 0.5rem;
}
.table-service .show-more:hover {
  color: #fff;
  background-color: #347fd5;
  transition: all 0.3s ease-in-out;
}

.thead-service {
  color: white;
}
.thead-service.thead-vps-running {
  background-color: #1a6fc5;
}
.thead-service.thead-proxy-datacenter {
  background-color: #3d8b85;
}
.thead-service.thead-proxy-rotating {
  background-color: #1f9b10;
}
.thead-service.thead-proxy-static {
  background-color: #cd8c3c;
}
.thead-service.thead-proxy-vietnam {
  background-color: #cb4c4c;
}
.thead-service.thead-social {
  color: white;
  background-color: #535455;
}

.thead-transaction {
  color: white;
}
.thead-transaction.thead-success {
  background-color: #429d57;
}
.thead-transaction.thead-unfinished {
  background-color: #545454;
}
.thead-transaction.thead-refund {
  background-color: #cb4e4e;
}

table.s-table-service td,
table.s-table-service th {
  padding: 0.25rem;
}

.create-body-box {
  background-color: #eeeff1;
  color: black;
  padding: 12px;
  border-radius: 6px;
}
.create-body-box .wrapper-search-country {
  padding: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #959595;
}
.create-body-box .wrapper-search-country .input-search-country {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s;
}
.create-body-box .wrapper-search-country .input-search-country:focus {
  border-color: #409eff;
}
.create-body-box .wrapper-all-country {
  max-height: 600px;
  width: 100%;
  overflow-y: auto;
  margin-top: 8px;
  padding: 16px 8px;
}
.create-body-box .wrapper-all-country .create-box-allCountry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 1rem 0.5rem;
}
.create-body-box .wrapper-country-select {
  width: 130px;
  border-radius: 12px;
  padding: 4px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 0;
  user-select: none;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
}
.create-body-box .wrapper-country-select:hover {
  background: #639fdd;
  color: #ffffff;
  font-weight: 500;
}
.create-body-box .wrapper-country-select.selected {
  background: #2482e5;
  color: #ffffff;
  font-weight: 500;
}
.create-body-box .wrapper-country-select[data-title] {
  position: relative;
  cursor: pointer;
}
.create-body-box .wrapper-country-select[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
}
.create-body-box .wrapper-country-select[data-title]:after {
  content: attr(data-title);
  top: unset;
  bottom: 0px;
  left: 0;
  right: 0;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  font-size: 1rem;
  z-index: 99999;
  visibility: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: block;
  background-color: rgb(90, 90, 90);
  color: #fff;
  position: absolute;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  padding: 0 8px;
  width: max-content;
}
.create-body-box .wrapper-country-select .country-img {
  width: 32px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #dadada;
}
.create-body-box .wrapper-country-select .country-text {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: unset !important;
}
.create-body-box .label-create {
  display: inline-block;
  min-width: 50px;
}
.create-body-box .create-head-box {
  background-color: #eeeff1;
  color: #231832;
}
.create-body-box .create-head-title {
  padding-left: 30px;
  padding-top: 5px;
}
.create-body-box .create-body-box {
  min-height: 100vh;
  background-color: #eeeff1;
  display: block;
}
.create-body-box .create-box-config {
  background-color: #eeeff1;
  color: black;
}
.create-body-box .select-proxy-block {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  min-height: 35px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.create-body-box .country-proxy-block {
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 12px;
  justify-content: space-evenly;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.create-body-box .outline-form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-body-box .form-check {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.create-body-box .form-check-label {
  font-size: 1.1rem;
  margin-right: 1.6rem;
  cursor: pointer;
}
.create-body-box .server-title-block {
  font-weight: 700;
}
.create-body-box .country-title-block {
  margin: 5px 0 0 5px;
  min-width: 85px;
  width: 100%;
  font-weight: 700;
}
.create-body-box .form-check-input {
  width: 36px;
  height: 36px;
  margin-left: unset;
}
.create-body-box .agree-term-box .form-check-input {
  width: 20px;
  height: 16px;
  position: unset;
  margin: 0 4px 0 0;
}
.create-body-box .create-form-check {
  justify-content: start;
  flex-wrap: wrap;
  border-radius: 15px;
  max-height: 70px;
  min-width: 128px;
  box-shadow: 0 0 2px rgb(146, 145, 145);
  border: 1px solid #d3c5c5;
  margin: 10px 0;
  display: flex;
  margin-bottom: 12px;
  padding: 5px;
  width: 100%;
}
.create-body-box .country-proxy-block .form-check-label {
  margin-right: unset;
  font-size: 1rem;
}
.create-body-box .country-proxy-block > .form-check {
  flex-basis: 14.6667%;
  justify-content: start;
  flex-wrap: wrap;
  border-radius: 15px;
  max-height: 70px;
  min-width: 103px;
  box-shadow: 0 0 2px rgb(146, 145, 145);
  border: 1px solid #d3c5c5;
  margin: 10px;
}
.create-body-box .style1 {
  background: #E8F7FB;
}
.create-body-box .form-check-imgCountry {
  width: 50px;
  height: 50px;
  display: -webkit-box;
}
.create-body-box .dropdown-item-icon {
  font-size: 1.5rem;
  color: #1733fd;
}
.create-body-box .server {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid transparent;
  width: 128px;
  height: 50px;
  user-select: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.11);
}
.create-body-box .server.server-wrapper {
  flex: 1;
  text-align: center;
  background: #ffffff;
  border: 2px solid transparent;
  padding: 0;
  width: unset;
  height: unset;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.create-body-box .server.server-wrapper.green:hover {
  background: #30bf5a;
  color: #ffffff;
  font-weight: 500;
}
.create-body-box .server.server-wrapper.green.active {
  background: #30bf5a;
  color: #ffffff;
  font-weight: 500;
}
.create-body-box .server.server-wrapper:hover {
  background: #639fdd;
  color: #ffffff;
  font-weight: 500;
}
.create-body-box .server.server-wrapper.active {
  background: #2482e5;
  color: #ffffff;
  font-weight: 500;
}
.create-body-box .form-check-country {
  margin: unset;
}
.create-body-box .form-check-country-img {
  box-shadow: 0 0 7px #4e4d4d;
  border-radius: 10px;
}
.create-body-box .create-body-box .form-check-input, .create-body-box .form-check-country {
  cursor: pointer;
}
.create-body-box .form-check label {
  margin-bottom: unset;
  width: 100%;
  padding: 10px 4px;
  cursor: pointer;
}
.create-body-box .proxies-country-img {
  height: 20px;
}
.create-body-box .create-box-country {
  flex: 1 1 16.6667%;
  max-width: 16.6667%;
}
.create-body-box .test1 {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-proxy-datacenter-wrapper .show-payment-info-wrapper {
  flex: 1;
  background: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-content {
  padding: 4px 0;
  border-bottom: 1px solid #e0e0e0;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item {
  margin: 12px 0;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item input[type=number],
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item input[type=number]:focus,
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item input[type=text]:focus {
  border-color: #409eff;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item input[type=radio] {
  width: 16px;
  height: 16px;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border 0.2s;
  margin-bottom: 15px;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item select:focus {
  border-color: #409eff;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item select.payment-info-prices {
  font-size: 16px;
  font-weight: bold;
  color: #de635d;
  margin-top: 5px;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item .payment-info-price {
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
  margin-top: 5px;
  text-align: end;
}
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item .custom-port-wrapper,
.create-proxy-datacenter-wrapper .show-payment-info-wrapper .payment-info-item .custom-authentication-wrapper {
  padding: 8px;
  border: 1px solid #ebe9e9;
  border-radius: 12px;
  background-color: #f7f7f7;
}

.create-residential-static .heading-create {
  padding: 12px;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  font-weight: 600;
}
.create-residential-static .wrapper-select-server {
  box-shadow: none;
  border: 1px solid #8b8fb5;
}
.create-residential-static .wrapper-select-server .server {
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #8b8fb5;
}
.create-residential-static .wrapper-select-server .server:hover {
  cursor: pointer;
  background-color: #6158bf;
  color: #fff;
  border: 1px solid #6158bf;
}
.create-residential-static .wrapper-select-server .server.active {
  background-color: #6158bf;
  color: #fff;
  border: 1px solid #6158bf;
}
.create-residential-static .wrapper-select-server .server label {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.create-residential-static .wrapper-select-server .input-select-server {
  width: 30px;
  height: 30px;
}
.create-residential-static .wrapper-select-server .input-select-server:hover {
  cursor: pointer;
}
.create-residential-static .content-create .content-server input {
  padding: 8px;
  outline-color: #ff6700;
  border-radius: 6px;
  border: 1px solid #adadad;
}
.create-residential-static .content-create .content-server input:focus {
  outline-style: solid;
}
.create-residential-static .content-create .content-server input.max {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
.create-residential-static .content-create .content-server select {
  padding: 10px 2px;
  border-radius: 6px;
  border: 1px solid #adadad;
  outline-color: #ff6700;
  width: 100%;
  vertical-align: middle;
}
.create-residential-static .content-create .content-server select:focus {
  outline-style: solid;
}
.create-residential-static .content-create .content-server select option:hover {
  cursor: pointer;
}
.create-residential-static .content-create .content-server .max-value {
  padding: 8px;
  text-align: center;
  min-width: 80px;
  border: 1px solid #adadad;
  border-left: unset;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.create-residential-static .content-create .content-server hr {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  padding: 8px 0;
}

.wrapper-detail-proxy {
  border: 1px solid #1ca4e5;
  border-radius: 6px;
  background-color: #f3f3f3;
}
.wrapper-detail-proxy .heading-detail-proxy {
  padding: 8px;
  text-align: center;
  font-weight: 600;
  color: white;
  background-color: #1ca4e5;
}
.wrapper-detail-proxy .body-detail-proxy {
  padding: 8px;
}
.wrapper-detail-proxy .body-detail-proxy .item-detail-proxy {
  border-bottom: 1px solid #c1c1c1;
  padding: 4px 0;
}
.wrapper-detail-proxy .body-detail-proxy .item-detail-proxy:last-child {
  border-bottom: none;
}

.wrapper-renew-proxy {
  border: 1px solid;
  border-radius: 6px;
  background-color: #ededed;
}
.wrapper-renew-proxy .heading-renew-proxy {
  padding: 8px;
  text-align: center;
  font-weight: 600;
  color: white;
}
.wrapper-renew-proxy .body-renew-proxy {
  padding: 6px 8px;
}
.wrapper-renew-proxy .body-renew-proxy .heading-input {
  width: 90px;
}
.wrapper-renew-proxy .body-renew-proxy input {
  outline-color: #f5780e;
}

.wrapper-note-proxy {
  border: 1px solid #28a745;
  border-radius: 6px;
  background-color: #ededed;
}
.wrapper-note-proxy .heading-note-proxy {
  padding: 8px;
  text-align: center;
  font-weight: 600;
  color: white;
  background-color: #6ca579;
}
.wrapper-note-proxy .body-note-proxy {
  padding: 12px 12px 8px;
}

.detail-proxy-residential-vietnam .wrapper-heading-detail-proxy {
  padding: 32px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(16, 26, 51, 0.08) 0px 0px 0px 1px, rgba(16, 26, 51, 0.08) 0px 8px 16px;
}
.detail-proxy-residential-vietnam .wrapper-content-detail-proxy .wrapper-detail-proxy-rvn {
  max-width: 800px;
  background-color: rgb(245, 247, 250);
  border-radius: 16px;
  padding: 12px;
  border: 1px solid #c3c3c3;
}
.detail-proxy-residential-vietnam .wrapper-content-detail-proxy .wrapper-detail-proxy-rvn .body-detail-proxy .item-detail-proxy {
  border-bottom: 1px solid rgba(16, 26, 51, 0.0784313725);
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
}
.detail-proxy-residential-vietnam .wrapper-content-detail-proxy .wrapper-detail-proxy-rvn .body-detail-proxy .item-detail-proxy:last-child {
  border-bottom: none;
}
.detail-proxy-residential-vietnam .wrapper-content-detail-proxy .wrapper-detail-proxy-rvn .body-detail-proxy .item-detail-proxy .label {
  width: 140px;
  font-size: 14px;
}
.detail-proxy-residential-vietnam .wrapper-content-detail-proxy .wrapper-note-proxy-rvn {
  width: 100%;
  padding: 28px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  border: 1px dashed rgba(16, 26, 51, 0.16);
}
.detail-proxy-residential-vietnam .wrapper-content-detail-proxy .wrapper-note-proxy-rvn.bg-noted {
  background-color: rgba(253, 233, 56, 0.16) !important;
  border: 1px solid rgba(253, 233, 56, 0.16) !important;
}

.btn-state-list-rs {
  border: 1px solid;
  background-color: #fff;
}
.btn-state-list-rs:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-state-list-rs.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.bg-detail-proxy-dc {
  background-color: #f5f5f5;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
}
.bg-detail-proxy-dc .heading-detail-proxy-dc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #bbbbbb;
  font-size: 20px;
}
.bg-detail-proxy-dc .heading-detail-proxy-dc i {
  font-size: 16px;
  color: #333;
}

.label-detail-proxy-dc {
  min-width: 100px;
  margin-bottom: 0;
  padding: 0.25rem;
  font-size: 12px;
}

:root {
  --color-1: #3a0ecc;
  --color-2: #470fd1;
  --color-3: #816ad9;
  --color-sidebar: #a6afd3;
  --width-nav-left: 300px;
  --height-nav-bar:62px;
}

.lr-form {
  position: relative;
}

input.lr-form-input {
  border-color: #96b0bd;
}
input.lr-form-input:focus {
  border-color: rgba(255, 115, 0, 0.2509803922);
  box-shadow: 0 0 0 0.2rem rgba(255, 115, 0, 0.2509803922);
}

.lr-form-input ~ .lr-form-label {
  position: absolute;
  bottom: 8px;
  margin-bottom: 0;
  left: 12px;
}

.lr-btn-submit {
  border-radius: 8px;
  color: #fff;
  background-image: linear-gradient(to left, var(--color-1), var(--color-3));
  padding: 8px;
  cursor: pointer;
  border: none !important;
  border-radius: 30px;
  margin-top: 4px;
  width: 100%;
  font-size: 20px;
}
.lr-btn-submit:hover {
  background-image: linear-gradient(to right, var(--color-1), var(--color-3));
}

.password-meter {
  height: 8px;
  --color: red;
}
.password-meter::-webkit-meter-optimum-value {
  background: var(--color);
}

.user-lr .wrapper-service-list {
  box-shadow: 0 0 4px var(--color-1);
  border-radius: 6px;
  overflow: hidden;
}
.user-lr .wrapper-service-list .lr-btn-list-services-proxy {
  text-align: start;
  padding: 12px 6px;
  font-size: 20px;
  border-radius: 8px;
  background-color: #ecf9f2;
  color: #14a580;
}
.user-lr .wrapper-service-list .lr-btn-list-services-proxy:hover {
  background-color: #14a580;
  color: #ecf9f2;
}
.user-lr .wrapper-service-list .lr-btn-list-services-proxy.active {
  background-color: #14a580;
  color: #ecf9f2;
}
.user-lr .wrapper-service-list .lr-btn-list-services-proxy:focus {
  box-shadow: none;
}
.user-lr .wrapper-service-list .lr-btn-list-services-proxy i {
  text-align: center;
  width: 30px;
}
.user-lr .wrapper-service-list .lr-btn-list-services-vps {
  text-align: start;
  padding: 12px 6px;
  font-size: 20px;
  border-radius: 8px;
  background-color: #ecf1f9;
  color: #3b64a1;
}
.user-lr .wrapper-service-list .lr-btn-list-services-vps:hover {
  background-color: #3b64a1;
  color: #ecf1f9;
}
.user-lr .wrapper-service-list .lr-btn-list-services-vps.active {
  background-color: #3b64a1;
  color: #ecf1f9;
}
.user-lr .wrapper-service-list .lr-btn-list-services-vps:focus {
  box-shadow: none;
}
.user-lr .wrapper-service-list .lr-btn-list-services-vps i {
  text-align: center;
  width: 30px;
}
.user-lr .wrapper-service-list .wrapper-service-list-proxy .lr-btn-service-proxy {
  text-align: start;
  border: 1px solid #e1e1e1;
  background-color: #fcfffc;
  font-weight: 500;
  padding: 0.5rem;
}
.user-lr .wrapper-service-list .wrapper-service-list-proxy .lr-btn-service-proxy:hover {
  border-color: #28a745;
  background-color: #e1f5e1;
  box-shadow: 0 0 4px #28a745;
}
.user-lr .wrapper-service-list .wrapper-service-list-proxy .lr-btn-service-proxy.active {
  border-color: #28a745;
  background-color: #e1f5e1;
  box-shadow: 0 0 4px #28a745;
}
.user-lr .wrapper-service-list .wrapper-service-list-proxy .lr-btn-service-proxy i {
  width: 20px;
  text-align: center;
}
.user-lr .wrapper-service-list .wrapper-available-countries {
  border: 2px solid #46bd80;
  border-radius: 6px;
  padding: 8px 0;
}
.user-lr .wrapper-service-list .wrapper-available-countries.show {
  max-height: 100%;
  overflow-y: unset;
}
.user-lr .wrapper-service-list .wrapper-available-countries img {
  border-radius: 6px;
  height: 100%;
  box-shadow: 0 0 6px #b5b5b5;
  width: 30px;
  margin-right: 2px;
}
.user-lr .wrapper-service-list .wrapper-available-countries .lr-btn-country-proxy {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-align: start;
  border: 1px solid #e1e1e1;
  background-color: #fcfffc;
  color: #333;
}
.user-lr .wrapper-service-list .wrapper-service-list-vps .lr-btn-service-vps {
  text-align: start;
  border: 1px solid #e1e1e1;
  background-color: #f8faff;
  font-weight: 500;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.user-lr .wrapper-service-list .wrapper-service-list-vps .lr-btn-service-vps:hover {
  border-color: #72a6df;
  background-color: #e4eef9;
  box-shadow: 0 0 4px #70a5df;
}
.user-lr .wrapper-service-list .wrapper-service-list-vps .lr-btn-service-vps.active {
  border-color: hsl(211, 63%, 66%);
  background-color: #e4eef9;
  box-shadow: 0 0 4px #70a5df;
}
.user-lr .wrapper-service-list .wrapper-service-list-vps .lr-btn-service-vps img {
  border-radius: 4px;
  height: 100%;
  box-shadow: 0 0 4px #c9c9c9;
  width: 30px;
  margin-right: 6px;
}
.user-lr .wrapper-service-list .wrapper-service-list-vps .table-service-list .os-product {
  width: max-content;
}

.s-wrapper-price-vps {
  border-radius: 4px;
  box-shadow: 0 4px 32px 0 rgba(10, 14, 29, 0.0196078431), 0 8px 64px 0 rgba(10, 14, 29, 0.0784313725);
  margin: 4px 0;
}

.form-lr {
  background: rgba(222, 230, 255, 0.9);
  padding: 16px;
  width: 500px;
  border-radius: 16px;
  box-shadow: 0 4px 32px 0 rgba(10, 15, 30, 0.0196078431), 0 8px 64px 0 rgba(10, 15, 30, 0.1019607843);
}

.form-set-new-pw {
  background: #fff9ed;
  padding: 16px;
  width: 500px;
  border-radius: 16px;
  box-shadow: 0 4px 32px 0 rgba(10, 15, 30, 0.0196078431), 0 8px 64px 0 rgba(10, 15, 30, 0.1019607843);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  border-radius: 12px;
  overflow: hidden;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group .tab a {
  display: block;
  text-decoration: none;
  padding: 8px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: max-content;
  min-width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.tab-group .tab a:hover {
  background: rgb(51.2155963303, 12.3623853211, 180.1376146789);
  color: #ffffff;
}
.tab-group .tab a.heading-reset-password,
.tab-group .tab a.heading-set-new-password {
  padding: 8px 1px;
  background: rgb(255, 234, 175);
  color: #333;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  cursor: unset !important;
}
.tab-group .tab a.heading-reset-password:hover,
.tab-group .tab a.heading-set-new-password:hover {
  background: rgb(255, 234, 175);
  color: #333;
}
.tab-group .active a {
  background: #3a0ecc;
  color: #ffffff;
}
.tab-group h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}
.tab-group label {
  position: absolute;
  transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
.tab-group label .req {
  margin: 2px;
  color: #3a0ecc;
}
.tab-group label.active {
  transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
.tab-group label.active .req {
  opacity: 0;
}
.tab-group label.highlight {
  color: #ffffff;
}
.tab-group input, .tab-group textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.tab-group input:focus, .tab-group textarea:focus {
  outline: 0;
  border-color: #3a0ecc;
}
.tab-group textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.tab-content-lr > div:last-child {
  display: none;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #3a0ecc;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: rgb(51.2155963303, 12.3623853211, 180.1376146789);
}

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

.forgot {
  margin-top: -20px;
  text-align: right;
}

.btn-customer-service {
  background: #fff;
  color: #1da1f2;
  font-weight: 700;
}
.btn-customer-service:hover {
  background: #1da1f2;
  color: #fff;
}

.wrapper-check-country {
  margin: 8px;
  padding: 2px;
  border-radius: 7px;
  box-shadow: 0 0px 3px #bdbdbd;
  width: 94px;
}
.wrapper-check-country input {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  cursor: pointer;
}
.wrapper-check-country .wrapper-label-check-country {
  display: flex;
  align-items: center;
}
.wrapper-check-country .wrapper-label-check-country img {
  box-shadow: 0 0 2px rgb(167, 167, 167);
  border-radius: 4px;
  height: 100%;
}
.wrapper-check-country .name-check-country {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrapper-check-country[data-title] {
  position: relative;
  cursor: pointer;
  word-break: break-all;
}
.wrapper-check-country[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
}
.wrapper-check-country[data-title]:after {
  content: attr(data-title);
  top: -20px;
  right: 0;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  font-size: 1rem;
  z-index: 99999;
  visibility: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: block;
  background-color: rgb(90, 90, 90);
  color: #fff;
  position: absolute;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  padding: 0 8px;
  width: max-content;
}

.admin-rvn-products-wrapper .product-grid {
  display: grid;
  gap: 4px;
  max-width: 600px;
  max-height: 600px;
  overflow-y: auto;
}
.admin-rvn-products-wrapper .rvn-product {
  padding: 6px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: grab;
  font-size: 14px;
}
.admin-rvn-products-wrapper .rvn-product .order {
  font-weight: bold;
  width: 24px;
  text-align: center;
  background: #eee;
  border-radius: 4px;
}
.admin-rvn-products-wrapper .dragging {
  opacity: 0.5;
  background: #d1e7ff;
}

.affiliates .copy-input:focus {
  box-shadow: unset;
  border-color: initial;
}
.affiliates .wrapper-aff-stat {
  box-shadow: 0 2px 6px #a9a9a9;
  border-radius: 8px;
  padding: 0.5rem;
  font-size: 1.4rem;
}
.affiliates .wrapper-aff-stat .icon-aff-stat {
  margin-right: 8px;
}
.affiliates .wrapper-aff-stat .text-aff-stat {
  font-size: 14px;
}

.wrapper-create-vps {
  border-radius: 6px;
  box-shadow: 0 0px 4px #2b67a5;
  border: 1px solid #7285e1;
  padding: 0;
}
.wrapper-create-vps .border-bottom-vps {
  border-bottom: 2px solid #3e7ec1;
}
.wrapper-create-vps .data-center {
  border: 2px solid #688dd7;
  border-radius: 6px;
  margin: 4px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  min-width: 180px;
}
.wrapper-create-vps .data-center.inactive {
  cursor: default;
  border-color: #b5b5b5;
  color: #b5b5b5;
}
.wrapper-create-vps .data-center.checked {
  box-shadow: 0 0 8px #436de1;
  border-color: #436de1;
  color: #436de1;
}
.wrapper-create-vps .data-center .input-data-center {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.wrapper-create-vps .data-center .input-data-center.inactive {
  cursor: default;
}
.wrapper-create-vps .data-center .out-of-stock {
  position: absolute;
  top: -12px;
  right: -6px;
  border-radius: 4px;
  background-color: #a7a7a7;
  font-size: 12px;
  color: white;
  padding: 2px;
}
.wrapper-create-vps .wrapper-show-products {
  max-height: 300px;
  overflow-y: auto;
}
.wrapper-create-vps .wrapper-show-products .product {
  border-radius: 6px;
  border: 1px solid gray;
  padding: 8px;
  width: 100%;
  margin: 6px 0;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wrapper-create-vps .wrapper-show-products .product.active {
  cursor: pointer;
}
.wrapper-create-vps .wrapper-show-products .product.checked {
  box-shadow: 0 0 8px #436de1;
  border-color: #436de1;
  color: #436de1;
}
.wrapper-create-vps .wrapper-show-products .product .input-product {
  width: 24px;
  height: 24px;
}
.wrapper-create-vps .wrapper-show-products .product .input-product.active {
  cursor: pointer;
}
.wrapper-create-vps .wrapper-show-products .product .out-of-stock {
  border-radius: 4px;
  background-color: #a7a7a7;
  font-size: 12px;
  color: white;
  padding: 2px;
}

.wrapper-list-vps {
  padding: 6px;
  border-radius: 6px;
}
.wrapper-list-vps .wrapper-select-country-code {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  padding-bottom: 0;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wrapper-list-vps .wrapper-content-vps {
  background-color: #f7f7f7;
}
.wrapper-list-vps #list-btn-vps-tab {
  margin: 12px 0;
  margin-bottom: 0;
}
.wrapper-list-vps #list-btn-vps-tab .nav-item button.nav-link {
  background-color: #fff;
  border-color: #afafaf #afafaf #fff;
  color: #333;
}
.wrapper-list-vps #list-btn-vps-tab .nav-item button.nav-link:hover {
  outline: none;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
.wrapper-list-vps #list-btn-vps-tab .nav-item button.nav-link:focus {
  outline: none;
  background-color: #fff;
}
.wrapper-list-vps #list-btn-vps-tab .nav-item button.nav-link.active {
  outline: none;
  background-color: #f7f7f7;
  font-weight: 700;
  border-color: #69a6c9 #69a6c9 #fff;
}
.wrapper-list-vps .btn-show-control-vps-pc {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
.wrapper-list-vps .btn-show-control-vps-pc:focus {
  outline: unset;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.wrapper-list-vps .wrapper-action-search {
  box-shadow: 0 0 3px #69a6c9;
  border-radius: 6px;
}

.wrapper-list-btn-state-vps {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd;
}
.wrapper-list-btn-state-vps .btn-state-vps {
  border-radius: 0;
  color: #333;
  font-weight: 600;
  min-width: 80px;
}
.wrapper-list-btn-state-vps .btn-state-vps:hover {
  border-bottom: 3px solid #007bff;
}
.wrapper-list-btn-state-vps .btn-state-vps:focus {
  box-shadow: none;
}
.wrapper-list-btn-state-vps .btn-state-vps:focus-visible {
  outline: none;
}
.wrapper-list-btn-state-vps .btn-state-vps.active {
  border-bottom: 3px solid #007bff;
}

table.table-white {
  overflow: initial !important;
}
table.table-white td, table.table-white th {
  padding-left: 6px;
  padding-right: 6px;
}
table.table-white thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 8px;
}
table.table-white thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 8px;
}
table.table-white tbody {
  font-size: 15px;
}
table.table-white tbody .btn-note-vps {
  cursor: pointer;
  border: unset;
}
table.table-white tbody .btn-note-vps:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}
table.table-white tbody .btn-note-vps:focus-visible {
  border: unset;
}
table.table-white .text-truncate-note {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.wrapper-collapse i {
  width: 18px;
  text-align: center;
}

.btn-status-vps {
  max-width: 100px;
  text-align: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid;
  border-radius: 4px;
  color: #fff;
}
.btn-status-vps.btn-status-running-vps {
  background-color: #2ab37a;
}
.btn-status-vps.btn-status-expiring-vps {
  background-color: #ff8d00;
}
.btn-status-vps.btn-status-cancelled-vps {
  background-color: #7a7a7a;
}
.btn-status-vps.btn-status-installing-vps {
  background-color: #efb508;
}
.btn-status-vps.btn-status-shutdown-vps {
  background-color: #dd1515;
}
.btn-status-vps.btn-status-other-vps {
  background-color: #e0e414;
}

.s-btn-collapse-vps {
  padding-top: 20px;
  border-radius: 6px;
}
.s-btn-collapse-vps:hover {
  background-color: #e7e7e7;
}

.s-wrapper-card-vps {
  box-shadow: 0 1px 12px 0 rgba(10, 15, 30, 0.06), 0 1px 12px 0 rgba(10, 15, 30, 0.24);
  border-radius: 6px;
  margin-bottom: 1rem;
  width: 24rem;
}
.s-wrapper-card-vps .s-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.s-wrapper-card-vps .s-card-header .s-wrapper-input-check-box-vps {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.s-wrapper-card-vps .s-card-header .s-header-content-vps {
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}
.s-wrapper-card-vps .s-card-header .s-header-content-vps i {
  width: 18px;
}
.s-wrapper-card-vps .s-card-content-vps .s-wrapper-info-vps .label-info-vps {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  width: 60px;
  flex-shrink: 0;
}
.s-wrapper-card-vps .s-card-content-vps .s-wrapper-info-vps i {
  font-size: 16px;
}
.s-wrapper-card-vps .s-card-content-vps .s-wrapper-info-vps .s-note-content {
  font-size: 14px;
  font-style: italic;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  line-height: 1.5em;
  max-height: 3em;
}
.s-wrapper-card-vps .s-card-footer-vps {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.s-wrapper-card-vps .s-card-footer-vps .s-btn-footer {
  color: #333;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
  outline: none !important;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 0;
  border: unset;
}
.s-wrapper-card-vps .s-card-footer-vps .s-btn-footer:hover {
  background-color: #e5e5e5;
}
.s-wrapper-card-vps .s-card-footer-vps .s-btn-footer i {
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.btn-auto-renew-vps {
  cursor: pointer;
  border: unset;
  border-radius: 4px;
}
.btn-auto-renew-vps:focus {
  outline: unset;
}

.btn-show-control-vps {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
.btn-show-control-vps .modal-list-control {
  position: absolute;
  right: 44px;
  top: 0;
  min-width: max-content;
  width: 100%;
  border-radius: 8px;
  padding: 6px;
  background-color: #fff;
  box-shadow: 0 4px 32px 0 rgba(10, 15, 30, 0.0196078431), 0 8px 64px 0 rgba(10, 15, 30, 0.1019607843);
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  z-index: 999;
}
.btn-show-control-vps .modal-list-control.open {
  display: flex;
}
.btn-show-control-vps .modal-list-control a.btn-control-vps,
.btn-show-control-vps .modal-list-control button.btn-control-vps {
  color: #333;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: start;
  outline: none !important;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px;
  border: unset;
}
.btn-show-control-vps .modal-list-control a.btn-control-vps:hover,
.btn-show-control-vps .modal-list-control button.btn-control-vps:hover {
  background-color: #e5e5e5;
}
.btn-show-control-vps .modal-list-control a.btn-control-vps i,
.btn-show-control-vps .modal-list-control button.btn-control-vps i {
  width: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .btn-show-control-vps .modal-list-control {
    right: 0;
    top: 40px;
  }
}
.wrapper-top-up {
  border-radius: 6px;
  border: 1px solid rgb(49, 136, 49);
  padding: 8px;
}
.wrapper-top-up .img-bank {
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
.wrapper-top-up input.input-top-up {
  font-size: 32px;
  padding: 4px;
  border-radius: 8px;
  border: 2px solid #72a972;
  color: #4951bb;
  font-weight: 500;
  text-align: right;
}
.wrapper-top-up input.input-top-up:focus-visible {
  outline-color: #137ec5 !important;
}
.wrapper-top-up .btn-top-up {
  border-radius: 12px;
  padding: 6px 24px;
  width: 100%;
  font-size: 28px;
}
.wrapper-top-up #result-currency-to-word {
  color: #4951bb;
  font-weight: 500;
}
.wrapper-top-up .amount-tag {
  border: 1px dashed #568d73;
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #4951bb;
  margin: 2px 3px;
  padding: 1px 2px;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 767px) {
  .img-bank {
    max-height: 100px !important;
  }
}
.card-billing {
  padding: 1rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  max-width: 20rem;
}
.card-billing.paid {
  border: 2px solid #2cc37d;
}
.card-billing.paid .wrapper-status {
  color: #2cc37d;
}
.card-billing.paid .ZP-payment {
  color: #2cc37d;
}
.card-billing.paid .wrapper-amount {
  color: #2cc37d;
}
.card-billing.paid .text-bank {
  color: #2cc37d;
}
.card-billing.unpaid {
  border: 2px solid #2c94c3;
}
.card-billing.unpaid .wrapper-status {
  color: #dc3545;
}
.card-billing.unpaid .ZP-payment {
  color: #2c94c3;
}
.card-billing.unpaid .wrapper-amount {
  color: #dc3545;
}
.card-billing.unpaid .text-bank {
  color: #dc3545;
}
.card-billing .wrapper-header-billing {
  text-align: center;
}
.card-billing .wrapper-header-billing .circle-waiting {
  padding: 8px;
  border: 2px dashed #dc3545;
  color: #dc3545;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-billing .wrapper-body-billing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-billing .wrapper-body-billing .wrapper-info-li {
  padding: 10px 0;
  color: #004caf;
  font-weight: 600;
}
.card-billing .wrapper-body-billing .wrapper-info-li .transfer-content {
  text-align: center;
  padding: 6px;
  cursor: pointer;
  border: 2px dashed #004caf;
  border-radius: 6px;
  color: #004caf;
  font-weight: 700;
  background: #fff;
}
.card-billing .wrapper-footer-billing {
  text-align: center;
}
.card-billing .wrapper-footer-billing .btn-transfer {
  border: 2px solid #2c94c3;
  border-radius: 6px;
  color: #2c94c3;
  font-weight: 700;
  background: #fff;
}
.card-billing .wrapper-footer-billing .btn-transfer.paid {
  border-color: #2cc37d;
  color: #2cc37d;
  font-size: 14px;
}
.card-billing .wrapper-footer-billing .btn-transfer:hover {
  background-color: #2c94c3;
  color: #fff;
}
.card-billing .wrapper-footer-billing .btn-transfer:hover.paid {
  background-color: #2cc37d;
}
.card-billing .wrapper-footer-billing .btn-text-transfer {
  border-radius: 6px;
  color: #2c94c3;
  font-weight: 700;
  background: #fff;
  cursor: default;
}
.card-billing .wrapper-footer-billing .btn-text-transfer.paid {
  border-color: #2cc37d;
  color: #2cc37d;
  font-size: 14px;
}

.container-success-invoice {
  max-width: 380px;
  margin: 30px auto;
  overflow: hidden;
}

.printer-top {
  z-index: 1;
  border: 6px solid #666666;
  height: 6px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #333333;
}

.printer-bottom {
  z-index: 0;
  border: 6px solid #666666;
  height: 6px;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #333333;
}

.paper-container {
  position: relative;
  overflow: hidden;
  height: 467px;
}

.paper {
  background: #ffffff;
  position: absolute;
  z-index: 2;
  margin: 0 12px;
  margin-top: -12px;
  border: 1px solid #d9dbe4;
  border-radius: 8px;
  animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
  -moz-animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
}

.main-contents {
  margin: 0 12px;
  padding: 24px;
}

.jagged-edge {
  position: relative;
  height: 20px;
  width: 100%;
  margin-top: -1px;
}

.jagged-edge:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%);
  background-size: 16px 40px;
  background-position: 0 -20px;
}

.success-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  height: 100%;
  margin: 36px 0;
  color: #359d00;
}

.success-title {
  font-size: 22px;
  text-align: center;
  color: #666;
  font-weight: bold;
  margin-bottom: 16px;
}

.success-description {
  font-size: 15px;
  line-height: 21px;
  color: #999;
  text-align: center;
  margin-bottom: 24px;
}

.order-details {
  text-align: start;
  color: #333;
  font-weight: bold;
}
.order-details .order-number-label {
  font-size: 15px;
  line-height: 21px;
  color: #999;
}
.order-details .order-number {
  line-height: 36px;
  font-size: 18px;
  margin-bottom: 6px;
  text-align: center;
}

.order-footer {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #999;
}

/* Spinners */
.section-white {
  color: #4e4f51;
  background: #fff;
}

.section-white .loader-spinner div:after {
  background: #4e4f51;
}

.loader-spinner {
  display: inline-block;
  position: relative;
  color: official;
  height: 300px;
  width: 300px;
}

.loader-spinner div {
  animation: loader-spinner 1.2s linear infinite;
  transform-origin: 150px 150px;
}

.loader-spinner div:after {
  display: block;
  position: absolute;
  top: 40px;
  left: 140px;
  border-radius: 10px;
  content: " ";
  height: 70px;
  width: 20px;
}

.loader-spinner div:nth-child(1) {
  animation-delay: -1.1s;
  transform: rotate(0deg);
}

.loader-spinner div:nth-child(2) {
  animation-delay: -1s;
  transform: rotate(30deg);
}

.loader-spinner div:nth-child(3) {
  animation-delay: -0.9s;
  transform: rotate(60deg);
}

.loader-spinner div:nth-child(4) {
  animation-delay: -0.8s;
  transform: rotate(90deg);
}

.loader-spinner div:nth-child(5) {
  animation-delay: -0.7s;
  transform: rotate(120deg);
}

.loader-spinner div:nth-child(6) {
  animation-delay: -0.6s;
  transform: rotate(150deg);
}

.loader-spinner div:nth-child(7) {
  animation-delay: -0.5s;
  transform: rotate(180deg);
}

.loader-spinner div:nth-child(8) {
  animation-delay: -0.4s;
  transform: rotate(210deg);
}

.loader-spinner div:nth-child(9) {
  animation-delay: -0.3s;
  transform: rotate(240deg);
}

.loader-spinner div:nth-child(10) {
  animation-delay: -0.2s;
  transform: rotate(270deg);
}

.loader-spinner div:nth-child(11) {
  animation-delay: -0.1s;
  transform: rotate(300deg);
}

.loader-spinner div:nth-child(12) {
  animation-delay: 0s;
  transform: rotate(330deg);
}

@keyframes loader-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .loader-spinner {
    height: 180px;
    width: 180px;
  }
  .loader-spinner div {
    transform-origin: 90px 90px;
  }
  .loader-spinner div:after {
    top: 10px;
    left: 85px;
    height: 50px;
    width: 10px;
  }
}
/* End Spinners */
@keyframes print {
  0% {
    transform: translateY(-90%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes print {
  0% {
    -webkit-transform: translateY(-90%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes print {
  0% {
    -moz-transform: translateY(-90%);
  }
  100% {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes print {
  0% {
    -ms-transform: translateY(-90%);
  }
  100% {
    -ms-transform: translateY(0%);
  }
}
.deposit {
  box-shadow: 0 0 4px #34657c;
  border-radius: 6px;
  padding: 0 12px 12px 12px;
}

.table-deposit {
  margin-bottom: 0;
}
.table-deposit tbody {
  border: 1px solid var(--color-2);
}
.table-deposit tbody tr:first-child td {
  border-top: unset;
}
.table-deposit tbody td {
  padding: 0.5rem;
}

.table-recent-deposit {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px #5d8fa7;
}
.table-recent-deposit thead {
  background-color: #5d8fa7;
  color: white;
}
.table-recent-deposit thead th {
  border-top: unset;
}

.topup-card {
  width: 150px;
  border: none;
  border-radius: 7px;
  border: solid 1px #dee2e6;
  box-shadow: 0 0 4px black;
}

.topup-card-body {
  display: flex;
  padding: 0.5rem;
  min-height: 47px;
  justify-content: space-between;
  align-items: center;
}

.topup-card-title,
.topup-card-text {
  margin: unset;
}

.topup-bank {
  max-width: unset;
}

.heading-deposit {
  padding: 8px;
  text-align: center;
  color: #2d5f89;
}

.heading-table-payment-method {
  font-size: 20px;
  width: max-content;
  padding: 1px 12px;
  background-color: var(--color-2);
  color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.create-residential-vietnam .btn-sort-service-type {
  background-color: #f2f4f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
}
.create-residential-vietnam .btn-sort-service-type:hover {
  border: 1px solid #007bff;
  color: #007bff;
}
.create-residential-vietnam .btn-sort-service-type.active {
  border: 1px solid #007bff;
  color: #007bff;
}
.create-residential-vietnam .btn-sort-service-ip-version {
  background-color: #f2f4f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
}
.create-residential-vietnam .btn-sort-service-ip-version:hover {
  border: 1px solid #007bff;
  color: #007bff;
}
.create-residential-vietnam .btn-sort-service-ip-version.active {
  border: 1px solid #007bff;
  color: #007bff;
}
.create-residential-vietnam .btn-sort-option {
  color: #333;
  opacity: 0.7;
}
.create-residential-vietnam .btn-sort-option.active {
  opacity: 1;
  color: #007bff;
  font-weight: 600;
}
.create-residential-vietnam .more-info-btn:focus {
  outline: none;
  box-shadow: none;
}
.create-residential-vietnam .more-info-btn.show {
  background-color: #1976d2;
  color: #fff;
}
.create-residential-vietnam .btn-sort-service-modal {
  background-color: #f2f4f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
}
.create-residential-vietnam .btn-sort-service-modal:hover {
  border: 1px solid transparent;
  color: #007bff;
}
.create-residential-vietnam .btn-sort-service-modal.active {
  border: 1px solid #007bff;
  color: #007bff;
}

@media (max-width: 767px) {
  .more-info-wrapper {
    width: 100%;
    margin: 0;
  }
}
.primary-color {
  background-color: rgb(0, 64, 102);
}

a:hover {
  text-decoration: none;
}

.primary-bg-color {
  background-color: #eee;
  border-radius: 4px;
}

.content {
  display: block;
  min-width: auto;
  min-height: 100vh;
}

.text-gold {
  color: #f7bf66;
}

.text-white {
  color: rgb(224, 221, 221);
}

.welcome-navbar {
  background-image: linear-gradient(to left, #00b0f9, #1a75a7);
}

.welcome-brand {
  color: rgba(255, 255, 255, 0.9333333333);
}

.welcome-brand:hover {
  color: rgba(255, 255, 255, 0.9333333333);
}

.admin-navbar-color {
  background-color: #e3f2fd;
}

.admin-header-color {
  background-color: #343a40;
}

.dropdown {
  z-index: 99999;
}

.fixed-top-2 {
  margin-top: 32px;
}

.text-height {
  line-height: 0.5rem;
  padding: 0.1rem;
}

.user-lr .icon-zingserver {
  border: 3px #e3e3e3;
  border-radius: 50%;
  border-style: solid;
  height: 70px;
  width: 70px;
}

.body {
  padding-top: 105px;
}

.btn-orange {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
}

.nav-top-hieght {
  height: 55px;
}

.nav-link {
  color: rgba(221, 221, 221, 0.9333333333);
}

.nav-link:hover {
  color: #fff;
}

.nav-link-text {
  color: rgba(255, 255, 255, 0.8666666667);
  font-size: 0.9rem;
  font-weight: 500;
}

.dropdown-item {
  padding-left: 5px;
}

.fa-play-circle,
.fa-sign-in-alt,
.fa-info-circle {
  color: #377eda;
  font-size: 0.9rem;
}

.fa-exclamation-circle,
.fa-folder-open, .fa-user-cog,
.fa-user-cog {
  color: #ffc107;
  font-size: 0.9rem;
}

.fa-ban,
.fa-sliders-h,
.fa-sign-out-alt {
  color: #ff4107;
  font-size: 0.9rem;
}

.note-box {
  background-color: #FFFF99;
  display: block;
}

.fa-user-circle {
  color: rgba(0, 198, 0, 0.9);
  font-size: 0.9rem;
}

.fa-leanpub {
  color: rgba(254, 255, 254, 0.9);
}

.fa-user {
  color: rgba(0, 198, 0, 0.9);
}

.user-profile-icon, .user-balance-icon {
  color: rgba(254, 255, 254, 0.9);
  padding-left: 10px;
  font-size: 0.9rem;
}

.user-profile-name {
  position: relative;
  font-size: 1rem;
  color: #ffc107;
  font-weight: 400;
}

.footer {
  background-color: #241d2e;
}

.footer-widget {
  min-height: 50px;
  color: #ccc;
}

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

.copyright-text {
  padding: 10px 15px;
  color: #ccc;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

h1 {
  color: green;
}

.top-nav {
  height: 35px;
}

.navbar-text {
  padding: 0;
  margin: 0;
}

.home-page {
  min-height: 1000px;
  border: 1px solid #ccc;
}

.form-check {
  margin: 5px 0 0 5px;
  min-width: 85px;
}

.form-check-label {
  font-size: 1.1rem;
  min-width: 105px;
}

.country-title-block {
  margin: 5px 0 0 5px;
  min-width: 85px;
}

.sum-proxy-order {
  min-height: 315px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.quantity-row {
  margin: 10px 5px;
}

.quantity-row-title {
  display: block;
  margin-left: 5px;
  margin-top: 5px;
}

.x-row {
  display: block;
  margin-top: 5px;
}

.quantity-input-btn {
  margin-left: -6px;
}

.term-creating {
  display: block;
  margin-top: 21px;
}

.agree-term-box {
  display: block;
  margin-top: 6px;
}

.pay-box-config {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}

.btn-create-area {
  margin: 12px 0 12px -20px;
}

.form-message {
  text-align: left;
  color: #03e9f4;
}

.form-label {
  font-weight: 400;
  padding-bottom: 2px;
  line-height: 1.1rem;
  font-size: 1.1rem;
}

.btn-copy {
  background-color: #fff;
  color: #06000e;
  border: #fff;
  padding: 0 1;
}

.icon-copy {
  color: #ddd;
}

.link-btn-payment, .link-btn-proxies {
  text-decoration: none;
  color: #fff;
}

.link-btn-ticket {
  text-decoration: none;
  color: rgb(2, 0, 0);
}

.link-btn-users {
  text-decoration: none;
  color: rgb(2, 0, 0);
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.full-w {
  width: 100% !important;
}

.full-h {
  height: 100%;
}

.max-full-w {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1;
  width: 100%;
}

.font-w-700 {
  font-weight: 700;
}

[data-title] {
  position: relative;
  cursor: pointer;
}

[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
}

[data-title]:after {
  content: attr(data-title);
  top: -100%;
  left: 0;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  font-size: 1rem;
  z-index: 99999;
  visibility: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: block;
  background-color: rgb(90, 90, 90);
  color: #fff;
  position: absolute;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  padding: 0 8px;
}

.form-search {
  padding: 6px;
  background-image: linear-gradient(360deg, #79d9cc, #80d1fb);
  border-radius: 3px;
}

.form-search-input {
  padding: 8px;
  outline-offset: unset;
  outline: 1px solid #343a40;
  border: unset;
  border-radius: 4px;
  width: 185px;
}

.form-search-btn {
  border: unset;
  padding: 8px;
  background-color: #343a40;
  color: white;
  border-radius: 4px;
}
.form-search-btn:hover {
  background-color: #ff7100;
}

.header-s-img {
  height: 14px;
  vertical-align: unset;
}

.user-clouds-all-s-img {
  height: 14px;
}

.user-vps-label {
  align-items: center;
  min-width: 155px;
  justify-content: center;
  padding: 5px;
  box-shadow: 0 0 4px black;
  border: none;
  color: black;
}

.user-vps-label-input {
  height: 30px;
  width: 30px;
}

.user-vps-label-text {
  margin-left: 5px;
  font-weight: 700;
}

.user-vps-label-box-img {
  margin: 5px;
  height: 25px;
}

.user-vps-label-img {
  height: 100%;
  border-radius: 7px;
  box-shadow: 0 0 7px white;
}

.user-vps-box-card {
  display: flex;
  justify-content: center;
}

.user-vps-card {
  border: 1px solid #0d6efd;
  border-radius: 12px;
  display: block;
  max-width: 18.3125rem;
}

.user-vps-card:hover {
  border: 1px solid #0d6efd;
  border-radius: 12px;
  display: block;
  max-width: 18.3125rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.user-vps-list {
  border: unset;
  padding: 0.5rem 0.25rem;
  display: block;
}

.user-vps-card-heading-text {
  font-weight: 500;
}

.user-vps-card-img {
  border-radius: 4px;
  height: 18px;
  width: 29px;
}

.user-vps-list-text {
  color: #142149;
}

.user-vps-card-footer {
  padding: 0.25rem 1.25rem 0.5rem 1.25rem;
}

.user-config-vps-form-check {
  align-items: unset;
}

.user-config-vps .user-config-vps-form-check-input {
  margin-top: 0.3rem;
  margin-left: -0.5rem;
}

.user-config-list-group-item {
  border-radius: 5px;
  box-shadow: 0 0 2px black;
}

.user-billing-new-invoices-card {
  max-width: 400px;
  border-radius: 4px;
}

.user-billing-new-invoices-btn {
  text-align: start;
}

.user-billing-new-invoices-text {
  word-break: break-word;
}

.user-billing-invoices-card {
  border-radius: 4px;
  border: 1px solid #17a2b8;
  margin: 0 8px;
  width: 20rem;
}

.user-new-invoices .user-billing-new-invoices-list {
  border-radius: unset;
  margin: unset;
}

.user-profile-change-info {
  padding: 4px 15px;
  box-shadow: 0 0 5px #c3c3c3;
  border-radius: 5px;
}

.m-user-profile-input-group {
  overflow-x: auto;
}

.user-security-row-change-password {
  justify-content: center;
  margin-top: 12px;
}

.user-security-change-password {
  max-width: 500px;
  box-shadow: 0 0 5px #9b9b9b;
  padding: 4px 15px;
}

.user-profile-input-group {
  max-width: 17rem;
  flex: 1 1 100%;
  border-radius: unset;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.user-profile-input-group-text {
  min-width: 120px;
  border-radius: unset;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.user-billing-tu-bank {
  max-width: unset;
}

.user-billing-tu-card {
  width: 136px;
  border-radius: 7px;
  border: solid 2px #ff8e00;
}

.user-billing-tu-card-body {
  display: flex;
  padding: 0.15rem;
  min-height: 40px;
  justify-content: space-evenly;
  align-items: center;
}

.user-billing-tu-card-text,
.user-billing-tu-card-title {
  margin: unset;
}

.user-billing-tu-card-img-bank {
  height: 100%;
}

.user-billing-input {
  max-width: 24rem;
  outline: 1px solid #eb8f8d;
  outline-style: auto;
}
.user-billing-input:focus {
  box-shadow: unset;
  outline: 1px solid #d33545;
  border: unset;
  outline-style: auto;
}

.user-welcome-dashboard-icon {
  font-size: 30px;
}

.user-welcome-dashboard-btn {
  text-decoration: none !important;
  color: unset;
  font-size: 16px;
  font-weight: 500;
}

.user-welcome-dashboard-btn:hover {
  color: unset;
}

.wc-card-text {
  min-height: 72px;
}

.amt-1 .amt-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.amt-1:before,
.amt-1:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #b621fe;
  transition: all 1s ease;
}

.amt-1:before {
  height: 0%;
  width: 2px;
}

.amt-1:after {
  width: 0%;
  height: 2px;
}

.amt-1:hover {
  background: rgb(247, 150, 192);
  background: radial-gradient(circle, rgb(247, 150, 192) 0%, rgb(118, 174, 241) 100%);
  box-shadow: none;
}

.amt-1:hover:before {
  height: 100%;
}

.amt-1:hover:after {
  width: 100%;
}

.amt-1 .amt-2:hover {
  color: #fff;
}

.amt-1 .amt-2:before,
.amt-1 .amt-2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #b621fe;
  transition: all 1s ease;
}

.amt-1 .amt-2:before {
  width: 2px;
  height: 0%;
}

.amt-1 .amt-2:after {
  width: 0%;
  height: 2px;
}

.amt-1 .amt-2:hover:before {
  height: 100%;
}

.amt-1 .amt-2:hover:after {
  width: 100%;
}

.bg-running {
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #74b1ad 0%, #03c8a8 74%);
  border: none;
  color: #fff;
  box-shadow: 0 0 8px #727272;
}

.bg-date-end {
  background: rgb(255, 151, 0);
  background-image: linear-gradient(315deg, rgb(255, 178, 62) 0%, rgb(255, 151, 0) 74%);
  border: none;
  color: #fff;
  box-shadow: 0 0 8px #727272;
}

.bg-canceled {
  background: rgb(255, 27, 0);
  background: linear-gradient(0deg, rgb(108, 117, 125) 0%, rgb(83, 84, 85) 100%);
  border: none;
  color: #fff;
  box-shadow: 0 0 8px #727272;
}

.bg-all {
  background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgb(0, 172, 238) 0%, rgb(2, 126, 251) 100%);
  border: none;
  color: #fff;
  box-shadow: 0 0 8px #727272;
}

.notification {
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
  width: 100%;
  border-radius: 4px;
}

.wc-note-button {
  background: linear-gradient(to right, red, purple);
  padding: 5px 30px;
  color: white;
  border: none;
  opacity: 0.7;
}

.wc-note-button:hover {
  background: linear-gradient(to right, purple, red);
}

.wc-form-card {
  position: relative;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
  padding: 3px;
}

.wc-form-box {
  background-color: #fff;
}

.bg-box-lr {
  background-color: rgb(235, 235, 235);
  border-radius: 16px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  width: 70vw;
}

.lr-form-group-input {
  background-color: #fff;
  border-radius: 50px !important;
  padding: 8px 15px 8px 15px !important;
  width: 100%;
  box-sizing: border-box;
  border: none !important;
  border: 1px solid rgb(167, 167, 167) !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400;
}

.lr-form-group-input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #1a75a7 !important;
  outline-width: 0;
  font-weight: 400;
}

.lr-box {
  border: none;
}

.lr-box-1 {
  padding: 10px;
}

.lr-box-2 {
  border-top-left-radius: 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 16px;
  background-image: linear-gradient(to left, #1a75a7, #00b0f9);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.lr-box-2-list {
  display: -webkit-box;
  align-items: center;
  font-size: 18px;
  margin-bottom: 4px;
}

#logo {
  width: 70px;
  height: 60px;
}

.heading {
  margin-bottom: 60px !important;
}

.user-lr .lr-form-group-input::placeholder {
  color: rgb(104, 104, 104) !important;
  opacity: 1;
}

.user-lr .lr-form-group-input:-ms-input-placeholder {
  color: rgb(104, 104, 104) !important;
}

.user-lr .lr-form-group-input::-ms-input-placeholder {
  color: rgb(104, 104, 104) !important;
}

.lr-form-group-label {
  font-size: 12px;
  margin-bottom: 0.25rem;
  padding: 0;
}

.lr-btn {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to left, #1a75a7, #00b0f9);
  padding: 8px;
  cursor: pointer;
  border: none !important;
  margin-top: 4px;
  width: 100%;
  font-size: 20px;
}

.lr-btn-change {
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(to left, #dbe900, #f98d00);
  padding: 8px;
  cursor: pointer;
  border: none !important;
  margin-top: 4px;
  width: 100%;
  font-size: 20px;
}

.lr-btn:hover {
  color: #fff;
  background-image: linear-gradient(to right, #1a75a7, #00b0f9);
}

.lr-btn-change:hover {
  color: #fff;
  background-image: linear-gradient(to right, #dbe900, #f98d00);
}

.lr-btn:focus {
  outline: none;
}

.bottom {
  width: 100%;
  margin-top: 50px !important;
}

.sm-text {
  font-size: 15px;
}

.user-lr .lr-to-login-link {
  color: #1977aa;
  text-decoration: none;
  border-radius: 50px;
  background-color: #fff;
  padding: 6px;
  cursor: pointer;
  border: 2px solid #1a75a7 !important;
}

.user-lr .lr-to-login-link:hover {
  color: #fff !important;
  background-image: linear-gradient(to right, #1a75a7, #00b0f9);
}

.error {
  color: red;
}

.icon-show-rePassword,
.icon-show-password {
  font-size: 18px;
  z-index: 999;
}

.box-show-pw {
  margin-left: -40px;
}

.icon-show-password:hover,
.icon-show-rePassword:hover {
  cursor: pointer;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.user-lr .social-btn {
  cursor: pointer;
  height: 46px;
  width: 46px;
  font-family: "Titillium Web", sans-serif;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  background: white;
  margin: 5px;
  transition: 1s;
  text-decoration: none;
  user-select: none;
}

.social-btn .social-btn-text {
  width: 0px;
  overflow: hidden;
  transition: 1s;
  text-align: center;
}

.social-btn:hover {
  width: 130px;
  border-radius: 5px;
}

.social-btn:hover .social-btn-text {
  width: max-content;
}

.social-links .social-btn-icon {
  color: #1da1f2;
  font-size: 32px;
}

.social-links .social-btn-text {
  color: #1da1f2;
}

.ad-bg-box-lr {
  background-color: rgb(235, 235, 235);
  border-radius: 16px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  width: 35rem;
}

.ad-detail-cus-fixinfo {
  box-shadow: 0 0 5px #8f8e8e;
  padding: 16px;
  border-radius: 5px;
  margin: 10px 0;
}

.ad-detail_cust-form {
  min-width: 100%;
}

.ad-detail-cus-nav-pills {
  flex-direction: column;
}

.wrapper-update-info-account {
  border: 1px solid #579dd7;
  padding: 4px;
  border-radius: 4px;
}

.detail-cus-nav-link {
  border: 1px solid #4890d7;
  margin: 2px;
  width: 100%;
  text-align: center;
  color: #565656 !important;
}
.detail-cus-nav-link.active {
  color: #fff !important;
}

#ad-detail-cus .ad-detail-cus-input-topup {
  min-width: 175px;
  border-radius: 0.25rem;
  padding: 10px;
}

.ad-banks-form-input {
  padding: 8px;
}

.ad-banks-form-note {
  height: 66px;
}

.ad-box-providers {
  border-radius: 4px;
}

.ad-providers {
  border-radius: 4px;
  box-shadow: 0 0 4px #678ba7;
  background-color: #fffdfd;
}

.ad-data-form-box-locations {
  height: 200px;
  overflow-y: scroll;
}

.ad-data-form-input {
  padding: 4px;
}

.ad-data-form-provider {
  width: max-content;
  padding: 6px;
}

.ad-data-form-input-locations {
  width: 20px;
  height: 20px;
}

.ad-data-form-locations-text {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #adadad;
  border-radius: 6px;
  padding: 6px;
  margin: 4px 0;
}

.ad-location-form {
  box-shadow: 0 0 4px black;
  border-radius: 4px;
  flex: 0 0;
  margin: 8px;
}

.ad-location-update-group-text {
  min-width: 139px;
  padding: 0.5rem;
  background-color: #e6faff;
}

.ad-location-add-group-text {
  min-width: 139px;
  padding: 0.5rem;
  background-color: #28a745;
  color: #fff;
}

.ad-location-add-data-input {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}

.ad-location-add-data-label {
  font-size: 24px;
  margin-bottom: unset;
  text-transform: uppercase;
}

.ad-os-form {
  box-shadow: 0 0 4px black;
  border-radius: 4px;
  flex: 0 0;
  margin: auto;
  max-width: 350px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.ad-os-update-group-text {
  min-width: 111px;
  padding: 0.5rem;
  background-color: #e6faff;
}

.ad-os-add-group-text {
  min-width: 111px;
  padding: 0.5rem;
  background-color: #28a745;
  color: #fff;
}

.ad-os select {
  font-size: 1.5rem;
  border-radius: 4px;
}

.ad-detail-data-card {
  box-shadow: 0 0 4px black;
  border-radius: 4px;
}

.ad-detail-data-location-text:nth-of-type(2n) {
  color: rgb(98, 0, 255) !important;
}

.ad-products-add-box select {
  width: 100%;
  padding: 4px;
  font-size: 20px;
  border-radius: 4px;
}

.ad-get-origin-product select {
  padding: 4px;
  font-size: 20px;
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .d-l-none {
    display: none !important;
  }
  .col-l-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-l-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 740px) {
  .d-ml-none {
    display: none !important;
  }
  .col-ml-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .col-m-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-m-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
  .col-m-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .col-m-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-m-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-m-none {
    display: none !important;
  }
  .m-justify-content-around {
    justify-content: space-around !important;
  }
  .user-all-clouds-card-header {
    border-bottom: 1px solid white;
  }
  .user-lr .social-btn {
    width: 130px;
  }
  .social-btn .social-btn-text {
    overflow: unset;
    text-align: center;
    width: unset;
  }
}
@media (max-width: 739px) {
  .d-s-none {
    display: none !important;
  }
  .col-s-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .s-full-w {
    width: 100% !important;
  }
  .s-flex-1 {
    flex: 1 1;
  }
  .s-justify-content-around {
    justify-content: space-around !important;
  }
  .s-user-config-list-group-item {
    height: 200px;
    overflow-y: scroll;
  }
  .s-user-billing-invoices-card {
    border-radius: 4px;
    max-width: 20rem;
    margin: auto;
  }
  .s-user-billing-new-invoices-card {
    margin: auto;
    max-width: 400px;
  }
  .s-ad-detail-cus-nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: space-evenly;
    margin: 10px 0;
    padding: 5px;
    box-shadow: 0 0 5px #ababab;
    border-radius: 2px;
  }
  .detail-cus-nav-link {
    flex: 1 1;
    min-width: 140px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .col-ss-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ss-full-w {
    width: 100%;
  }
}
@media (max-width: 352px) {
  .ss-order-1 {
    order: 1;
  }
  .ss-order-2 {
    order: 2;
  }
}
.card-plan-user-welcome {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 15px;
}

.card:hover .img-location img {
  border-color: #ffc107;
  transition: 0.7s;
}

.img-background img {
  height: 200px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
}

.img-location img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid white;
  margin-top: -50px;
}

.text-description-datacenter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 500;
  text-align: center;
}

.text-info-server {
  color: #007bfe !important;
}

.content {
  display: block;
  min-width: auto;
  min-height: 100vh;
}

.text-gold {
  color: #f7bf66;
}

.text-white {
  color: rgb(224, 221, 221);
}

.fixed-top-2 {
  margin-top: 32px;
}

.flex-1 {
  flex: 1 1 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.btn-sort {
  background-color: #d8e1e9;
  border-color: #d8e1e9;
  color: #3e4246;
}
.btn-sort:hover {
  background-color: #dff0ff;
  border-color: #0079f3;
  color: #0079f3;
}

li.disabled:hover {
  cursor: not-allowed;
}

.ml-16 {
  margin-left: 16px;
}

.m-0 {
  margin: 0;
}

.card {
  border: solid 1px #17a2b8;
}

.card .btn-copy {
  word-break: break-all;
}

.col-a-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.fw-700 {
  font-weight: 700;
}

.nav-top-hieght {
  height: 55px;
}

.nav-link {
  color: #ccc;
  min-width: 140px;
  flex: 1 1;
}

.dropdown-item {
  padding-left: 5px;
}

#header-user .box-icon-notification {
  color: #ff7d21;
}
#header-user .box-icon-notification:hover {
  cursor: pointer;
  opacity: 0.8;
}
#header-user .box-icon-notification::after {
  content: unset;
}

.fa-play-circle,
.fa-sign-in-alt,
.fa-info-circle {
  color: #377eda;
  font-size: 0.9rem;
}

.fa-exclamation-circle,
.fa-folder-open, .fa-user-cog,
.fa-user-cog {
  color: #ffc107;
  font-size: 0.9rem;
}

.fa-ban,
.fa-sliders-h,
.fa-sign-out-alt {
  color: #ff4107;
  font-size: 0.9rem;
}

.fa-user-circle {
  color: rgba(0, 198, 0, 0.9);
  font-size: 0.9rem;
}

.fa-leanpub {
  color: rgba(254, 255, 254, 0.9);
}

.fa-user {
  color: rgba(0, 198, 0, 0.9);
}

.user-profile-icon, .user-balance-icon {
  color: rgba(254, 255, 254, 0.9);
  padding-left: 10px;
  font-size: 0.9rem;
}

.user-profile-name {
  position: relative;
  font-size: 1rem;
  color: #ffc107;
  font-weight: 400;
}

.icon-ipv4 {
  font-size: 1rem;
  color: #007bff;
  font-weight: 600;
}

.icon-ipv6 {
  font-size: 1rem;
  color: #329944;
  font-weight: 600;
}

.icon-gaming-proxy {
  font-size: 1rem;
  color: #f77801;
  font-weight: 600;
}

.footer {
  background-color: #241d2e;
}

.footer-widget {
  min-height: 50px;
  color: #ccc;
}

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

.copyright-text {
  padding: 10px 15px;
  color: #ccc;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

h1 {
  color: green;
}

.top-nav {
  height: 35px;
}

.navbar-text {
  padding: 0;
  margin: 0;
}

.home-page {
  min-height: 1000px;
  border: 1px solid #ccc;
}

.outline-form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-check {
  min-width: 85px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 12px;
  padding: 5px;
  width: 100%;
  justify-content: center;
}

.form-check-label {
  font-size: 1.1rem;
  margin-right: 1.6rem;
}

.server-title-block {
  font-weight: 700;
}

.country-title-block {
  margin: 5px 0 0 5px;
  min-width: 85px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.sum-proxy-order {
  min-height: 315px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.quantity-row {
  margin: 10px 5px;
}

.quantity-row-title {
  display: block;
  margin-left: 5px;
  margin-top: 5px;
}

.x-row {
  display: block;
  margin-top: 5px;
}

.quantity-input-btn {
  margin-left: -6px;
}

.term-creating {
  display: block;
  margin-top: 21px;
}

.agree-term-box {
  display: block;
  margin-top: 6px;
}

.pay-box-config {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}

.btn-create-area {
  margin: 12px 0 12px -20px;
}

.form-message {
  text-align: left;
  color: #ff4107;
}

.form-label {
  font-weight: 400;
  padding-bottom: 2px;
  line-height: 1.1rem;
  font-size: 1.1rem;
}

.btn-copy {
  background-color: #fff;
  color: #06000e;
  border: #fff;
  padding: 0 1;
}
.btn-copy:hover {
  cursor: pointer;
}

.text-copy {
  word-break: break-all;
  padding: 0 1;
}
.text-copy:hover {
  cursor: pointer;
}

.icon-copy {
  color: #ddd;
}

.copy:hover {
  cursor: pointer;
}

.input-topup {
  border: solid 1px #28a745;
}

.link-btn-payment, .link-btn-proxies {
  text-decoration: none;
  color: #fff;
}

.link-btn-ticket {
  text-decoration: none;
  color: rgb(2, 0, 0);
}

.link-btn-users {
  text-decoration: none;
  color: rgb(2, 0, 0);
}

.form-inline {
  padding: 10px;
  background-image: linear-gradient(360deg, #004066, #231832);
  border-radius: 3px;
}

.form-inline-input {
  padding: 8px;
  outline-offset: unset;
  outline: none;
  border-radius: 4px;
  width: 185px;
}

.form-inline-button {
  padding: 8px;
  border-radius: 4px;
}

.form-inline-button:hover {
  background-color: #ff6c1d;
  color: white;
  cursor: pointer;
}

.server {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 0 2px #929191;
  border: 1px solid #d3c5c5;
  width: 128px;
  height: 50px;
}

.select-proxy-block .form-check {
  justify-content: space-around;
  text-align: center;
}

.container .form-check-input {
  width: 36px;
  height: 36px;
  margin-left: unset;
}

.container .agree-term-box .form-check-input {
  width: unset;
  height: unset;
  margin-left: -0.9rem;
}

.country-proxy-block .form-check-label {
  margin-right: unset;
  font-size: 1rem;
}

.country-proxy-block > .form-check {
  flex-basis: 14.6667%;
  justify-content: start;
  flex-wrap: wrap;
  border-radius: 15px;
  max-height: 70px;
  min-width: 103px;
  box-shadow: 0 0 2px rgb(146, 145, 145);
  border: 1px solid #d3c5c5;
  margin: 10px;
}

.style1 {
  background: #E8F7FB;
}

.form-check-imgCountry {
  width: 50px;
  height: 50px;
  display: -webkit-box;
}

.dropdown-item-icon {
  font-size: 1.5rem;
  color: #1733fd;
}

.form-check-country {
  margin: unset;
}

.form-check-country-img {
  box-shadow: 0 0 7px #4e4d4d;
  border-radius: 10px;
}

.container .form-check-input, .form-check-country {
  cursor: pointer;
}

.form-check label {
  margin-bottom: unset;
}

.proxies-country-img {
  height: 20px;
}

.create-body-box .create-form-check {
  justify-content: start;
  flex-wrap: wrap;
  border-radius: 15px;
  max-height: 70px;
  min-width: 128px;
  box-shadow: 0 0 2px rgb(146, 145, 145);
  border: 1px solid #d3c5c5;
  margin: 10px 0;
  display: flex;
  margin-bottom: 12px;
  padding: 5px;
  width: 100%;
}

.create-box-allCountry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.create-box-country {
  flex: 1 1 16.6667%;
  max-width: 16.6667%;
}

.test1 {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#create-form .table {
  margin-bottom: unset;
}

#create-form .table-responsive-sm {
  margin-left: unset;
  margin-right: unset;
  box-shadow: 0 0 10px rgb(146, 145, 145);
}

#create-form .table-responsive-xl {
  box-shadow: 0 0 10px rgb(146, 145, 145);
}

#create-form .table .table-bordered {
  margin-bottom: 0;
}

#create-form .table tbody {
  display: flex;
  flex-direction: column;
}

#create-form .table tr {
  display: flex;
}

#create-form .table th {
  flex-basis: 40%;
  max-width: 40%;
}

#create-form .table td {
  flex-basis: 60%;
  max-width: 60%;
}

.input-group > .form-control {
  flex: 1 1 50%;
  min-width: 38px;
}

.input-group .input-group-box2 {
  flex: 1 1 50%;
}

.full-w {
  width: 100%;
}

.renew-table-responsive-sm {
  margin: 12px 0 12px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
  display: block;
  width: 100%;
  overflow-x: auto;
}

.renew-container .agree-term-box .form-check-input {
  margin-left: unset;
}

.renew-container .agree-term-box label {
  margin-bottom: unset;
  margin-left: 0.9rem;
}

.renew-container .btn-create-area {
  margin: 12px 0 12px 0;
}

.renew-container .table-bordered {
  margin-bottom: unset;
}

.renew-container .renew-form-control {
  flex: 1 1 70%;
}

.renew-container .renew-input-group-append {
  flex: 1 1 30%;
}

.renew-container .renew-form-control2 {
  flex: 1 1 55%;
}

.renew-container .renew-input-group-append2 {
  flex: 1 1 45%;
}

.renew-input-group-text {
  width: 100%;
}

.extend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.extend small {
  margin-right: 5px;
}

.modal-note {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-note-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.modal-note-container {
  background-color: #fff;
  width: 90vh;
  min-height: 65vh;
  flex-direction: column;
  z-index: 3;
  box-shadow: 0 0 20px #4e4e4e;
}

.note-container-flex {
  flex-grow: 1;
}

.modal-note-heading {
  padding: 10px 35px;
  text-align: center;
  border-bottom: 1px solid black;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-note-form {
  padding: 10px;
}

.modal-note-container .modal-note-close {
  padding: 5px;
  text-align: center;
}

.footer-link-login-instructions {
  overflow: auto;
}

.topup-card {
  width: 150px;
  border: none;
  border-radius: 7px;
  border: solid 1px #dee2e6;
  box-shadow: 0 0 4px black;
}

.topup-card-body {
  display: flex;
  padding: 0.5rem;
  min-height: 47px;
  justify-content: space-between;
  align-items: center;
}

.topup-card-title,
.topup-card-text {
  margin: unset;
}

.topup-bank {
  max-width: unset;
}

.profile-change-info {
  padding: 4px 15px;
  box-shadow: 0 0 5px #c3c3c3;
  border-radius: 5px;
}

.security-row-change-password {
  justify-content: center;
  margin-top: 12px;
}

.security-change-password {
  max-width: 500px;
  box-shadow: 0 0 5px rgb(155, 155, 155);
  padding: 4px 15px;
}

#check-box-all,
#proxy-check-box {
  height: 16px;
  width: 16px;
}

.card-running {
  max-width: 400px;
}

#mb-check-box-all,
#mb-proxy-check-box {
  height: 24px;
  width: 24px;
}

.box-sort {
  background-color: whitesmoke;
  padding: 8px;
  border-radius: 4px;
}

.box-action {
  background-color: whitesmoke;
  padding: 4px;
  border-radius: 4px;
}

.wrapper-btn-sort {
  position: relative;
}
.wrapper-btn-sort .list-btn-sort {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 36px;
  right: -3px;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 0 2px #dd8144;
  border-radius: 4px;
  z-index: 999;
}
.wrapper-btn-sort .list-btn-sort .btn-sort {
  color: #3e4246;
  margin: 1px 0;
}
.wrapper-btn-sort .list-btn-sort .btn-sort.bg-active {
  background-color: var(--orange);
  color: #fff;
  border: 1px solid var(--orange);
}
.wrapper-btn-sort .list-btn-sort .btn-sort:hover {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
}
.wrapper-btn-sort:hover .list-btn-sort {
  display: flex;
}

#form-check-all {
  display: block;
  padding: 0.375rem 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ff7100;
  background-clip: padding-box;
  border: 1px solid #ff7100;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#form-check-all:hover {
  cursor: pointer;
}
#form-check-all label:hover {
  cursor: pointer;
}

.user-running-check-box-all,
.vps-check-box {
  height: 16px;
  width: 16px;
}

.card-expiring {
  max-width: 400px;
}

.sort-hover {
  position: relative;
  list-style: none;
  width: max-content;
  padding: 0;
}
.sort-hover:hover .list-sort {
  display: block;
}

.btn-sort-hover {
  padding: 6px 12px;
  color: #007bff;
  width: 150px;
  background-color: white;
  border: 1px solid #007bff;
}
.btn-sort-hover:hover {
  cursor: pointer;
}

.list-sort {
  width: 150px;
  position: absolute;
  list-style: none;
  background-color: white;
  border: 1px solid #007bff;
  border-top: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 999999;
}

.sort-item {
  margin: 2px 0;
}

.select-modal-renew-proxy {
  font-size: 18px;
  text-align: center;
}

.modal-proxy-container {
  max-width: 444px;
  margin: auto;
}

.modal-renew-proxy-ip {
  word-break: break-all;
}

.ad-invoices-form-inline {
  margin: 12px 0;
  border-radius: 3px;
}

.ad-invoices-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ad-invoices-card-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px;
}

.ad-invoices-item-choose {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.detail_customer-update {
  min-width: 100%;
}

.detail-card-body {
  min-height: 136px;
}

.detail-card-body-last {
  display: flex;
  align-items: center;
}

.detail-card-body-btn {
  width: 100%;
}

.mb-detail-nav-pills {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 10px 0;
  padding: 5px;
  box-shadow: 0 0 5px #ababab;
  border-radius: 2px;
}

.detail-updateinfo {
  box-shadow: 0 0 5px #8f8e8e;
  padding: 16px;
  border-radius: 5px;
  margin: 10px 0;
}

.allemail-search {
  margin: 5px -15px;
}

.allemail-search-list {
  padding: 0;
}

.allemail-card {
  padding: 0;
  margin: 10px 0;
}

.allemail-card-body {
  text-align: center;
  font-weight: 600;
  background-color: #9bd2db;
  font-size: 2.2rem;
  line-height: 0.2rem;
}

.ad-proxy-card-id {
  padding: 10px 20px;
}

.ad-proxy-card-server {
  text-align: end;
  padding: 10px 20px;
}

.ad-proxy-input {
  width: 100%;
  padding: 4px;
  border: 1px solid #4f81a3;
}

.ad-proxy-lable {
  margin-bottom: 16px;
}

.ad-proxy-card {
  margin: 24px 0;
}

.ad-proxy-card-body {
  border-top: 1px solid rgb(199, 199, 199);
  border-bottom: 1px solid rgb(199, 199, 199);
}

.ad-proxy-card-head {
  justify-content: space-between;
}

.ad-proxy-card-footer {
  display: flex;
  justify-content: space-between;
}

.ad-proxy-card-footer-btn {
  flex: 1 1 50%;
  max-width: 50%;
}

.ad-proxy-country-end-icon {
  height: 20px;
}

.ad-proxy-form-check {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 5px;
  width: 100%;
  justify-content: flex-start;
}

.content .ad-proxy-form-check-input {
  width: 26px;
  height: 26px;
  position: unset;
  margin-right: 5px;
  margin-top: unset;
}

.ad-proxy-form-check-lable {
  word-wrap: break-word;
  word-break: break-all;
  margin-right: unset;
  flex-basis: 90%;
}

.ad-proxy-card-list-heading {
  font-weight: 700;
  text-align: center;
  padding: 6px;
}

.ad-update-proxy-heading-label {
  width: 110px;
}

.ad-addproxies-input-group-text {
  min-width: 100px;
}

.ad-billing-prices-add {
  box-shadow: 0 0 4px black;
  padding: 10px;
  border-radius: 4px;
}

.ad-security-message,
.ad-security-change-password-box {
  justify-content: center;
}

.ad-security-change-password {
  max-width: 500px;
  box-shadow: 0 0 4px black;
  padding: 10px;
  border-radius: 4px;
}

.form-notification {
  padding: 6px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-shadow: 0 0 8px #333b70;
}

.btn-notification {
  height: max-content;
}

.box-card-description {
  display: -webkit-box;
}

.box-card-description {
  --line-height: 20px;
  line-height: var(--line-height);
  min-height: calc(var(--line-height) * 3);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.box-card-email {
  --line-height: 20px;
  line-height: var(--line-height);
  min-height: calc(var(--line-height) * 2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
}

.input-email-list-modal {
  width: 100%;
  display: flex;
}

#input-email {
  width: 100%;
}

.checked-all-input-email-modal {
  margin: 0 15px;
  height: max-content;
}

.invalid-email {
  color: red;
  display: none;
}
.invalid-email.invalid {
  display: inline-block;
}

.invalid-same-email {
  color: red;
  display: none;
}
.invalid-same-email.invalid {
  display: inline-block;
}

.invalid-email-modal {
  color: red;
  display: none;
}
.invalid-email-modal.invalid {
  display: inline-block;
}

.invalid-same-email-modal {
  color: red;
  display: none;
}
.invalid-same-email-modal.invalid {
  display: inline-block;
}

.modal-notification {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  outline: 0;
}
.modal-notification.open {
  display: flex !important;
}

.modal-notification-layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: black;
  opacity: 0.5;
}

.modal-notification-content {
  border-radius: 6px;
  margin: 8px;
  width: 500px;
  background-color: white;
  z-index: 200;
}

#modalDetail-ofUserEmail {
  padding: 4px;
  width: 100%;
  margin: 4px 0;
}

.notification-icon {
  font-size: 22px;
  position: relative;
}

.notification-icon-length {
  position: absolute;
  top: -2px;
  right: -10px;
  background-color: #ff7d21;
  color: white;
  font-size: 11px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0px 5px;
  font-weight: 700;
}

.notification-item {
  border-radius: 4px;
  padding: 8px;
  margin: 1px 0;
}
.notification-item:hover {
  cursor: pointer;
}

.notification-item-new {
  background-color: #e6e7e7;
}

.header-wrapper-notifications {
  right: 0;
  left: unset;
  padding: 4px;
}

::-webkit-datetime-edit {
  font-size: 18px;
  text-transform: uppercase;
}

::-webkit-datetime-edit-text {
  padding: 0 0.3em;
}

::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .pc-hidden {
    display: none;
  }
}
@media (min-width: 740px) {
  .pctl-hidden {
    display: none;
  }
}
@media (max-width: 1023px) {
  .server {
    padding: 12px 0;
    margin-bottom: 12px;
  }
  .table th {
    flex-basis: 47%;
    max-width: 47%;
  }
  .table td {
    flex-basis: 53%;
    max-width: 53%;
  }
  .tlmb-hidden {
    display: none;
  }
  .tlmb-full-w {
    width: 100%;
  }
  .ad-card-list-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ad-card-list-items {
    margin: 4px;
  }
  .ad-card-list-heading {
    font-weight: 700;
  }
  .ad-allproxies-card {
    margin: 24px 0;
    box-shadow: 0 0 10px #525252;
  }
  .ad-allproxies-card-body {
    border-top: 1px solid rgb(199, 199, 199);
    border-bottom: 1px solid rgb(199, 199, 199);
  }
  .ad-allproxies-card-head {
    justify-content: space-between;
  }
  .ad-allproxies-card-footer {
    display: flex;
    justify-content: space-around;
  }
  .ad-allproxies-card-footer-btn {
    flex: 1 1 50%;
    max-width: 49%;
  }
  .ad-allproxies-country-end-icon {
    height: 20px;
  }
  .ad-allproxies-card-id {
    padding: 10px 20px;
  }
  .ad-allproxies-card-server {
    text-align: end;
    padding: 10px 20px;
  }
  .ad-billing-prices-list-group-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ad-billing-prices-list-input {
    flex: 1 1;
    margin-left: 5px;
  }
}
@media (max-width: 1023px) and (min-width: 740px) {
  .form-check-label {
    margin-right: unset;
  }
  .col-m-4 {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
  }
  .col-m-6 {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .col-m-12 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .profile-input-group {
    flex: 1 1 100%;
    border-radius: 2px;
  }
  .profile-input-group-text {
    width: 100%;
  }
  .allemail-resent-at {
    font-weight: 500;
  }
}
@media (max-width: 739px) {
  .col-s-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb-full-w {
    width: 100%;
  }
  .server {
    margin: 12px 0;
  }
  .content {
    min-height: unset;
  }
  .select-proxy-block > .form-check > .form-check-label {
    margin-bottom: 24px;
    flex-basis: 20%;
    text-align: start;
    margin-right: unset;
  }
  .country-title-block {
    margin: unset;
    padding: 5px;
  }
  .country-proxy-block {
    padding: 5px;
  }
  .country-proxy-block > .form-check > .form-check-input {
    margin-bottom: unset;
    min-width: 36px;
  }
  .card {
    margin-bottom: 12px;
  }
  .card_head {
    display: flex;
    justify-content: space-between;
  }
  .card-id {
    margin-left: 5px;
  }
  .card-country {
    text-align: end;
    margin-right: 5px;
  }
  .country-end-icon {
    height: 20px;
  }
  .card-text {
    text-align: start;
  }
  .btn-ip {
    width: 100%;
    text-align: start;
    padding: unset;
  }
  .card__footer {
    display: flex;
    justify-content: space-between;
  }
  .card-main-behavior {
    text-align: center;
  }
  .mobile-hidden {
    display: none;
  }
  .renew-table-responsive-sm {
    padding: 5px;
  }
  .renew-text-heading {
    margin-left: 16px;
  }
  .recent-recharge-card-title {
    margin-top: 12px;
  }
  .recent-recharge-card {
    width: 100%;
    margin-top: 24px;
  }
  .recent-recharge-card-item {
    font-weight: 700;
    padding-left: 5px;
  }
  .recent-recharge-card-body {
    padding: 0.75rem;
    background-color: #91c39d;
    font-weight: 700;
    text-align: center;
  }
  .recent-recharge-card-footer {
    padding: 0.5rem;
  }
  .recent-recharge-card-list {
    display: flex;
    flex-wrap: wrap;
  }
  .recent-recharge-card-button {
    width: 100%;
  }
  .service-mb {
    border-radius: 2px;
    margin-bottom: 12px;
    box-shadow: 0 0 5px #837f7f;
    background-color: #d4edda;
  }
  .service-mb-col {
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #ababab;
    color: #0c641f;
    padding: 4px;
  }
  .generator-card-text-item {
    margin: 4px;
    font-weight: 400;
  }
  .profile-input-group {
    flex: 1 1 100%;
    border-radius: 2px;
  }
  .profile-input-group-text {
    width: 100%;
  }
  .mb-detail-nav-pills {
    flex-direction: row;
  }
  .nav-link {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .create-box-config .table-responsive-sm {
    margin: 0;
  }
}
@media (max-width: 490px) {
  .select-proxy-block > .form-check > .form-check-label {
    flex-basis: 50%;
  }
  .table th {
    flex-basis: 47%;
    max-width: 47%;
  }
  .table td {
    flex-basis: 53%;
    max-width: 53%;
  }
}
@media (max-width: 350px) {
  .country-proxy-block > .form-check {
    margin: 10px 1px;
  }
}
.spinner-rotate {
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=app.css.map */
