@charset "UTF-8";
:root {
  --color-1: #4f64bb;
  --color-2: #1c5683;
  --color-3: #0f2460;
  --color-sidebar: #a6afd3;
  --width-nav-left: 300px;
  --height-nav-bar:62px;
}

.fixed-top {
  z-index: 98 !important;
}

.btn-inactive {
  border: 1px solid;
  background-color: #fff;
}
.btn-inactive:hover {
  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;
}

.copy {
  cursor: pointer;
  max-width: 100%;
}

.text-expiring {
  color: #ff8d00 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.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);
}

.text-number {
  color: #0040b5 !important;
  font-weight: 700;
}

.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;
}

.card {
  border: solid 1px #17a2b8;
}

.table-all {
  width: 100%;
  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 {
  width: 100%;
  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 {
  width: 100%;
  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 {
  width: 100%;
  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-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);
}
table.table-white thead {
  border-top: unset;
  color: #fff;
  font-weight: 500;
  background-color: #5e82af;
}
table.table-white thead th {
  border-top: unset;
}
table.table-white td, table.table-white th {
  vertical-align: middle;
}

.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;
}

@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%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@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 độ */
  }
}
.text-color {
  color: #595f88 !important;
  font-family: fantasy;
}
.text-color:hover {
  color: #fff !important;
}

.fh {
  height: 100% !important;
}

.fw {
  width: 100% !important;
}

.my-container {
  padding: 24px 12px;
}

#nav li {
  list-style: none;
  border-radius: 6px;
}

#nav .nav-left ul {
  padding: 0;
}

#nav .nav-left li a {
  border-radius: 6px;
  padding: 10px;
}

.text-balance {
  font-weight: 500;
  color: #ffde81 !important;
}
@media only screen and (min-width: 900px) {
  .body-nav {
      /*padding-top: var(--height-nav-bar);*/
      /*/*padding-left: var(--width-nav-left);*/*/
      transition: padding-left 0.5s;
      width: 600px;
    }
    .center {
      margin: auto;
      width: 40%;
      padding: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .body-nav {
        padding-top: var(--height-nav-bar);
        /*padding-left: var(--width-nav-left);*/
        transition: padding-left 0.5s;
        width: 100%;
    }
}
.body-nav.out {
  padding-left: 100px;
}

.nav-top {
  background-image: linear-gradient(270deg, var(--color-2), var(--color-3));
  padding: 0 0 0 var(--width-nav-left);
}

.nav-top-admin {
  background-image: linear-gradient(270deg, #16476a, #18708b) !important;
}

.nav-top-tools {
  display: flex;
  align-items: center;
  margin-bottom: unset;
  padding-inline-start: unset;
}

.nav-top-item {
  display: block;
  color: var(--color-sidebar) !important;
  padding: 16px 8px;
  border-radius: 4px;
  font-weight: 900;
  transition: background-color 0.2s ease-out;
}
.nav-top-item:hover {
  background-color: var(--color-1) !important;
  color: #fff !important;
}
.nav-top-item:hover span#balance {
  color: #ff7b00 !important;
}

#nav .nav-top-item i {
  text-align: center;
}

.nav-top-item-admin {
  color: #fff !important;
}
.nav-top-item-admin:hover {
  color: #00fdb7 !important;
}

.nav-form-search {
  display: flex;
  align-items: center;
  margin: 0 6px;
}

.nav-icon {
  text-align: center;
}
.nav-icon:hover {
  background-color: unset !important;
}

.nav-left-list-title i {
  width: 24px;
  text-align: center;
  margin-right: 2px;
}

.sub-nav-left-link i {
  width: 20px;
  text-align: center;
  margin-right: 2px;
}

.nav-left-link i {
  width: 16px;
  text-align: center;
  margin-right: 2px;
}

.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 {
  padding-bottom: var(--height-nav-bar);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(360deg, var(--color-2), var(--color-3));
  color: var(--color-sidebar);
  font-size: 18px;
  list-style: none;
  height: 100%;
  overflow-y: scroll;
  width: var(--width-nav-left);
  border-right: 1px solid rgb(173, 173, 173);
  z-index: 99;
  transition: width 0.5s;
}
.nav-left::-webkit-scrollbar {
  display: none;
}
.nav-left.c {
  width: 100px;
}
.nav-left li {
  padding: 2px;
}

.nav-left-admin {
  background-image: linear-gradient(180deg, #1d567e, #1c6e87) !important;
  border-right: unset;
}

.nav-left-wrapper-sub-nav {
  list-style: none;
  padding: 0;
}
.nav-left-wrapper-sub-nav.c {
  display: none;
}

.brand-nav-left {
  padding: 12px;
}

.icon-nav-left {
  width: 24px;
}

.nav-left-wrapper-sub-nav-icon {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.nav-left-wrapper-sub-nav-icon.o {
  opacity: 1;
  visibility: visible;
}

.nav-left-title {
  margin: 2px;
  font-size: 14px;
  opacity: 0.7;
  text-align: center;
}

.nav-left-list-title {
  position: relative;
  padding: 4px;
  border-radius: 6px;
  transition: background-color 0.2s ease-out;
  color: var(--color-sidebar);
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
}
.nav-left-list-title:hover {
  color: #fff !important;
  background-color: var(--color-1);
  font-weight: 700;
}
.nav-left-list-title.change-color {
  font-weight: 700;
  color: #fff !important;
  background-color: var(--color-1);
}

.nav-left-list {
  display: none;
  list-style: none;
  padding: 0;
}
.nav-left-list.o {
  display: block;
}

.content-brand {
  display: flex;
  flex-direction: column;
  margin-left: 2px;
}

.s-content-brand {
  display: flex;
  flex-direction: column;
  margin-left: 2px;
}

.sub-nav-icon-list {
  position: fixed;
  left: 99px;
  width: 250px;
  top: calc(var(--height-nav-bar) - 6px);
  background-color: #eff4ff;
  color: black;
  box-shadow: 0 0 8px grey;
  height: calc(100% - var(--height-nav-bar) + 6px);
  overflow-y: auto;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 0;
  list-style: unset;
}
.sub-nav-icon-list li {
  margin: 8px 0;
}
.sub-nav-icon-list li:hover {
  background-color: #333;
  color: white;
}
.sub-nav-icon-list li a {
  color: unset;
  padding: 12px 4px;
  width: 100%;
}

.nav-icon-item:hover {
  background-color: #516b83;
}
.nav-icon-item:hover .sub-nav-icon-list {
  visibility: visible;
  opacity: 1;
}

.text-small {
  font-size: 14px;
}

.nav-left-link {
  display: block;
  padding: 10px;
  width: 100%;
  transition: background-color 0.2s ease-out;
  color: var(--color-sidebar);
  border-radius: 6px;
  font-weight: 500;
}
.nav-left-link:hover {
  cursor: pointer;
  font-weight: 700;
  background-color: var(--color-1);
  color: #fff;
}

.sub-nav-left-link {
  display: block;
  padding: 4px;
  color: #333;
}

.footer-user {
  color: white;
  padding-left: var(--width-nav-left);
  transition: padding-left 0.5s;
}
.footer-user.out {
  padding-left: 100px;
}

.footer-content {
  margin-top: -4rem;
}

.nav-top-mb {
  background-image: linear-gradient(270deg, var(--color-2), var(--color-3));
  color: #fff !important;
}

.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);
  background-image: linear-gradient(0deg, var(--color-2), var(--color-3));
  color: #aed3ff;
}

.modal-nav-left-content-admin {
  background-image: linear-gradient(0deg, #015591, #0084ab) !important;
}

.modal-nav-left-body {
  font-size: 18px;
  list-style: none;
  height: 100%;
  overflow-y: scroll;
  z-index: 99;
  transition: width 0.5s;
  margin-bottom: unset;
  padding-left: 0;
}

.btn-header-open {
  background-color: unset;
  border: unset;
}
.btn-header-open:hover {
  background-color: unset;
}

.modal-header-nav-left {
  background-color: #f7883f;
  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;
}

@media (max-width: 1199px) {
  .nav-top {
    padding-left: 100px !important;
  }
  .body-nav {
    padding-left: 100px;
  }
  .nav-left {
    width: 100px;
  }
  .nav-left-wrapper-sub-nav {
    padding: 0;
    list-style: none;
    display: none;
  }
  .nav-left-wrapper-sub-nav-icon {
    padding: 0;
    list-style: none;
    visibility: visible;
    opacity: 1;
  }
  .close-nav-left-icon {
    display: none !important;
  }
  .footer-user {
    padding-left: 100px;
  }
  .content-brand {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-top {
    padding-left: 1rem !important;
  }
  .body-nav {
    padding-left: unset !important;
  }
  .footer-user {
    padding-left: unset !important;
  }
}
.user-welcome-dashboard-icon {
  font-size: 30px;
}

.user-welcome-dashboard-btn {
  text-decoration: none !important;
  color: unset;
  font-size: 14px;
  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;
}

.wrapper-service-list {
  border: 1px solid #91b5d3;
  border-radius: 4px;
  margin: 0 0 24px;
  width: 100%;
  background-color: white;
}

.service-list-title {
  text-align: center;
  background-color: #ebf3ff;
  padding: 8px;
  color: #204674;
}

.wrapper-service-content {
  border-top: 1px solid #91b5d3;
  padding: 0px 0px 8px;
}

.service-content-title {
  padding: 8px 4px;
  color: #4e4e4e;
  font-size: 17px;
}

.service-content-title-running {
  background-color: #03c8a8;
}

.service-content-title-expiring {
  background-color: rgb(255, 151, 0);
}

.service-content-title-canceled {
  background-color: rgb(83, 84, 85);
}

.service-content-title-all {
  background-color: rgb(2, 126, 251);
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-service {
  width: 15rem;
  overflow: hidden;
}

.card-service-list {
  width: unset;
  box-shadow: unset !important;
  border-radius: unset !important;
}

.service-card-list-item {
  position: relative;
  display: block;
  padding: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bg-service-vps {
  background: linear-gradient(0deg, rgb(0, 172, 238) 0%, rgb(2, 126, 251) 100%);
  color: #fff;
  box-shadow: unset !important;
}

.bg-service-proxy-datacenter {
  background-image: linear-gradient(315deg, #4fb3ac 0%, #04af93 74%);
  color: #fff;
  box-shadow: unset !important;
}

.bg-service-proxy-rotating {
  background-image: linear-gradient(315deg, #a77122 0%, #ff9144 74%);
  color: #fff;
  box-shadow: unset !important;
}

.bg-service-proxy-static {
  background-image: linear-gradient(315deg, #f56f6f 0%, #ff5c5c 74%);
  color: #fff;
  box-shadow: unset !important;
}

.bg-service-social {
  background: linear-gradient(0deg, rgb(108, 117, 125) 0%, rgb(83, 84, 85) 100%);
  color: #fff;
  box-shadow: unset !important;
}

a.wrapper-btn-create-service {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  width: 210px;
  margin: auto;
  border: 2px solid transparent;
  box-shadow: 0 2px 4px 0px rgba(10, 15, 30, 0.25), 0 2px 4px 0px rgba(10, 15, 30, 0.14);
  color: unset;
}
a.wrapper-btn-create-service:hover {
  border-color: #4ea4ff;
  color: unset;
}
a.wrapper-btn-create-service:hover.proxy {
  border-color: #2ad18d;
}
a.wrapper-btn-create-service .wrapper-icon {
  text-align: center;
  margin-right: 8px;
  width: 44px;
}
a.wrapper-btn-create-service .wrapper-icon i {
  font-size: 36px;
}
a.wrapper-btn-create-service .wrapper-img {
  margin-right: 4px;
}
a.wrapper-btn-create-service .wrapper-img img {
  height: 35px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
a.wrapper-btn-create-service .wrapper-content {
  flex: 1 1;
}
a.wrapper-btn-create-service .wrapper-content .content-heading {
  font-weight: 700;
  font-size: 14px;
}
a.wrapper-btn-create-service .wrapper-content .content-description {
  font-size: 12px;
  font-style: italic;
}

.border-register-service {
  border-top: 1px solid #7eabbd;
  border-right: 1px solid #7eabbd;
  padding-bottom: 1rem;
}
.border-register-service:last-child {
  border-right: unset !important;
  border-left: 1px solid #7eabbd;
}

.card-register-service {
  overflow: hidden;
  border-radius: 15px;
  width: 130px;
  border: 1px solid #bdbdbd;
  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 #5e9ebd;
  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;
  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;
  font-weight: 500;
  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;
  color: #4f5f8f;
  background-color: #fff;
  border-color: #fff;
}
a.btn-collapse.active {
  color: #4f5f8f;
  background-color: #ebf3ff;
  border-color: #ebf3ff;
  outline: 1px solid #91b5d3;
  z-index: 1;
}

a.btn-collapse:hover {
  color: #4f5f8f;
  background-color: #ebf3ff;
  border-color: #ebf3ff;
  outline: 1px solid #91b5d3;
  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.table-service {
  margin-bottom: unset;
  border-radius: 6px;
  box-shadow: 0 0 4px #4673a1;
  overflow: hidden;
}
table.table-service .show-more {
  padding: 0.5rem;
}
table.table-service .show-more:hover {
  color: #fff;
  background-color: #347fd5;
  transition: all 0.3s ease-in-out;
}
table.table-service thead th {
  border-bottom: unset;
  border-top: unset;
}

.thead-service {
  color: white;
}
.thead-service.thead-vps-running {
  background-color: #1a6fc5;
}
.thead-service.thead-proxy-datacenter {
  background-color: #469b8b;
}
.thead-service.thead-proxy-rotating {
  background-color: #c9620a;
}
.thead-service.thead-proxy-static {
  background-color: #cb4e4e;
}
.thead-service.thead-social {
  color: white;
  background-color: #535455;
}

.thead-transaction {
  color: white;
}
.thead-transaction.thead-success {
  background-color: #473a78;
}
.thead-transaction.thead-unpaid {
  background-color: #545454;
}
.thead-transaction.thead-refund {
  background-color: #cb4e4e;
}

table.s-table-service td,
table.s-table-service th {
  padding: 0.25rem;
}

.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, #1c5683, var(--color-3));
  padding: 8px;
  cursor: pointer;
  border: none !important;
  margin-top: 4px;
  width: 100%;
  font-size: 20px;
}
.lr-btn-submit:hover {
  background-image: linear-gradient(to right, #1c5683, var(--color-3));
}

.password-meter {
  height: 8px;
  --color: red;
}
.password-meter::-webkit-meter-optimum-value {
  background: var(--color);
}

.user-lr .wrapper-service-list {
  border: unset;
  padding: 6px;
  color: #315ab9;
}
.user-lr .wrapper-service-list .wrapper-service-list-vps {
  box-shadow: 0 0 4px rgb(67, 113, 173);
  border-radius: 6px;
  margin-bottom: 22px;
}
.user-lr .wrapper-service-list .wrapper-service-list-proxy {
  box-shadow: 0 0 4px rgb(67, 173, 129);
  border-radius: 6px;
  margin-bottom: 22px;
}
.user-lr .wrapper-service-list .heading-service-list {
  text-align: center;
  padding: 6px;
  font-weight: 700;
}
.user-lr .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-vps .lr-btn-service-vps:hover {
  border-color: #72a6df;
  background-color: #e4eef9;
  box-shadow: 0 0 4px #70a5df;
}
.user-lr .wrapper-service-list-vps .lr-btn-service-vps.active {
  border-color: hsl(211deg, 63%, 66%);
  background-color: #e4eef9;
  box-shadow: 0 0 4px #70a5df;
}
.user-lr .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-vps .table-service-list .os-product {
  width: max-content;
}
.user-lr .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-proxy .lr-btn-service-proxy:hover {
  border-color: #28a745;
  background-color: #e1f5e1;
  box-shadow: 0 0 4px #28a745;
}
.user-lr .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-proxy .lr-btn-service-proxy i {
  width: 20px;
  text-align: center;
}
.user-lr .wrapper-service-list-proxy .wrapper-available-countries {
  border: 2px solid #46bd80;
  border-radius: 6px;
  padding: 8px 0;
  max-height: 400px;
  overflow-y: scroll;
}
.user-lr .wrapper-service-list-proxy .wrapper-available-countries.show {
  max-height: 100%;
  overflow-y: unset;
}
.user-lr .wrapper-service-list-proxy .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-proxy .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;
}

.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(255, 255, 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: 4px;
  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: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.tab-group .tab a:hover {
  background: #176b9b;
  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: #1a7ab1;
  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: #1a7ab1;
}
.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: #1a7ab1;
}
.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: #1a7ab1;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #176b9b;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.wrapper-list-btn-state-vps {
  margin-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 1rem;
}
.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;
  }
}
.create-body-box {
  background-color: #eeeff1;
  color: black;
  padding: 12px;
  border-radius: 6px;
}
.create-body-box .wrapper-search-country {
  padding: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #959595;
}
.create-body-box .wrapper-all-country {
  max-height: 600px;
  width: 100%;
  overflow-y: auto;
  margin-top: 8px;
}
.create-body-box .wrapper-all-country .create-box-allCountry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.create-body-box .wrapper-country-select {
  width: 128px;
  padding: 4px;
  margin-bottom: 0;
  border-radius: 12px;
  border: 1px solid #afafaf;
  box-shadow: 0 2px 2px #bfbfbf;
  cursor: pointer;
}
.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 .top {
  justify-content: start;
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}
.create-body-box .wrapper-country-select .top .country-select-input {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.create-body-box .wrapper-country-select .top .wrapper-country-select-img {
  margin-left: 6px;
}
.create-body-box .wrapper-country-select .top .wrapper-country-select-img .country-img {
  box-shadow: 0 0 3px #999999;
  border-radius: 10px;
}
.create-body-box .wrapper-country-select .bottom {
  font-size: 14px;
  white-space: nowrap; /* Ngăn văn bản xuống dòng */
  overflow: hidden; /* Ẩn phần văn bản vượt ra khỏi phạm vi */
  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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  margin-top: 12px;
  justify-content: space-evenly;
  border-radius: 8px;
}
.create-body-box .outline-form-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-body-box .form-check {
  min-width: 85px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 12px;
  padding: 5px;
  width: 100%;
  justify-content: center;
}
.create-body-box .form-check-label {
  font-size: 1.1rem;
  margin-right: 1.6rem;
}
.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;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.create-body-box .form-check-input {
  width: 36px;
  height: 36px;
  margin-left: unset;
}
.create-body-box .agree-term-box .form-check-input {
  width: unset;
  height: unset;
  margin-left: -0.9rem;
}
.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 .select-proxy-block .form-check {
  justify-content: space-around;
  text-align: center;
}
.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;
  box-shadow: 0 0 2px #929191;
  border: 1px solid #d3c5c5;
  width: 128px;
  height: 50px;
}
.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;
}
.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-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;
  cursor: pointer;
}
.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_1 input {
  padding: 8px;
  outline-color: #ff6700;
  border-radius: 6px;
  border: 1px solid #adadad;
}
.create-residential-static .content-create #content-server_1 input:focus {
  outline-style: solid;
}
.create-residential-static .content-create #content-server_1 input.max {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}
.create-residential-static .content-create #content-server_1 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_1 select:focus {
  outline-style: solid;
}
.create-residential-static .content-create #content-server_1 select option:hover {
  cursor: pointer;
}
.create-residential-static .content-create #content-server_1 .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_1 hr {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  padding: 8px 0;
}

.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;
}

.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-color: var(--orange);
}
.wrapper-btn-sort .list-btn-sort .btn-sort:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}
.wrapper-btn-sort:hover .list-btn-sort {
  display: flex;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}
.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;
}

.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);
}

.cursor:hover {
  cursor: pointer !important;
}

.no-cursor:hover {
  cursor: unset !important;
}

select:hover {
  cursor: pointer;
}
select:hover option:hover {
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
}
input[type=radio] {
  cursor: pointer;
}

.navbar-color {
  background-image: linear-gradient(to left, #1a97eb, #009ef7);
}

.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;
}

.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;
  color: white;
}

.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: 4px;
  background-image: linear-gradient(360deg, #b5b8c7, #c3c6d1);
  border-radius: 3px;
}

.form-search-input {
  padding: 8px;
  outline-offset: unset;
  outline: 1px solid #7c7c7c;
  border: unset;
  border-radius: 4px;
  width: 185px;
}
.form-search-input:focus {
  outline: 2px solid #ff6600;
}

.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;
}

.price-cloud-plan {
  position: relative;
}
.price-cloud-plan .dollar-cloud-plan {
  position: absolute;
  top: 0px;
  left: -10px;
}
.price-cloud-plan .quantity-cloud-plan {
  font-size: 22px;
}

.user-billing-new-invoices-card {
  max-width: 400px;
  box-shadow: 0 0 4px rgb(107, 107, 107);
  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;
  flex: 0 0;
  margin: 0 8px;
  min-width: 21rem;
  margin-right: auto;
  border: 1px solid #17a2b8;
}

.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: none;
  border-radius: 7px;
  border: solid 1px #dee2e6;
  box-shadow: 0 0 4px black;
}

.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 #e75a08;
}
.user-billing-input:focus {
  background-color: #fff;
  border-color: #f15c13;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 74, 0, 0.25);
}

.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;
}

.wrapper-update-info-account {
  border: 1px solid #579dd7;
  padding: 4px;
  border-radius: 4px;
}

.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 {
  padding: 16px;
  border-radius: 5px;
  margin: 10px 0;
  border: 1px solid #4191c9;
}

.ad-detail_cust-form {
  min-width: 100%;
}

.ad-detail-cus-nav-pills {
  flex-direction: column;
}

.detail-cus-nav-link {
  border: 1px solid #4890d7;
  margin: 2px;
  width: 100%;
  text-align: center;
  color: #565656 !important;
}
.detail-cus-nav-link:hover {
  background-color: #0079f3;
  color: #fff !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: 768px) {
  .s-user-billing-invoices-card {
    box-shadow: 0 0 4px black;
    border-radius: 4px;
    max-width: 20rem;
    margin: auto;
  }
}
@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-new-invoices-card {
    margin: auto;
    max-width: 400px;
    box-shadow: 0 0 2px black;
  }
  .s-ad-detail-cus-nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: space-evenly;
    margin: 10px 0;
    border-radius: 4px;
  }
  .detail-cus-nav-link {
    flex: 1 1;
    min-width: 140px;
    text-align: center !important;
  }
}
@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 .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;
}

.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;
}

.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;
  height: 50px;
  padding: 2px 4px;
}

.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;
}

.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;
}

.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 {
  height: 22px;
  width: 22px;
}

#proxy-check-box {
  height: 22px;
  width: 22px;
}

#user-running select {
  height: 36px;
  font-size: 18px;
}

.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: 6px;
  border-radius: 4px;
}
.box-action select {
  width: max-content;
  height: 40px;
  font-size: 18px;
  border-radius: 4px;
  color: #333;
  border: 1px solid #c3c3c3;
}
.box-action select option:hover {
  background-color: #fff;
}
.box-action select:focus-visible {
  outline: unset;
}
.box-action option:hover {
  background-color: #fff;
}

#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: 22px;
  width: 22px;
}

#user-expiring select {
  height: 38px;
  font-size: 18px;
}

.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;
  height: 30px;
}

.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 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.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;
}

.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;
    border: solid 1px #dee2e6;
  }
  .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;
  }
}

/*# sourceMappingURL=app.css.map */