
#checkoutModal .modal-body {
  flex: none;
  color: white;
}

#checkoutModal .modal-body #planPrice {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

#checkoutModal .input-group-append .input-group-text{
  background: var(--secondary);
  color: black;
}

#checkoutModal .input-group-append:hover{
  cursor: pointer;
}

#checkoutModal .modal-header .modal-header-img {
  margin:auto;
}

/* #checkoutModal .modal-header .close {
  background-color: transparent !important;
  font-size: 32px !important;
  font-weight: 700;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  opacity: 1;
} */

#checkoutModal select{
height: 43px;
border-radius: 21px;
border: 3px solid #6A3DD8;
padding: .5em;
}

.token-status.active, .text-success{
  color: #4bf572 !important;
}

.token-status.expired{
  color:red;
}

.modal-content{
  background-color: rgba(0,0,0,0.9);
}

button{
  border: none;
}

.btn-theme, .btn-theme:hover, .btn-theme:focus{
  background: var(--secondary);
  border: var( --secondary);
  color:white;
}

.text-theme{
  color:var(--secondary);
}


.error-section img.logo,
.success-section img.logo,
.p404-section img.logo {
  width: 100%;
  max-width: 75px;
}

.error-section .page-title,
.success-section .page-title,
.p404-section .page-title {
  color: white !important;
  font-size: 2.5em !important;
  font-weight: 500;
  letter-spacing: 1px !important;
}

.error-section .page-message,
.success-section .page-message,
.p404-section .page-message {
  color: white !important;
  font-size: 1.5em !important;
  font-weight: 400;
  letter-spacing: 1px !important;
  margin-bottom: 25px;
}

.bg-none{
  background: transparent;
}

#input-authenticated-ips:disabled{
  background: transparent;
}

.authtype-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: 2px solid var(--secondary);
  border-radius: 50px;
  /* width: auto; */
  width: max-content;
  padding: 0px 2px;
}

.authtype-item {
  cursor: pointer;
  margin: 2px auto;
  padding: 2px 8px;
  border-radius: 50px;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  color: #fff !important;
}

.authtype-item.active {
  background-color: var(--secondary) !important;
  color: #ffffff !important;
  transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.d-none{
  display:none !important;
}
.datacenterTable.invisible{
  visibility: hidden !important;
}

.select2-search--dropdown {
    background: #212629 !important;
}

.dropdown.data-menu i{
  color:white;
  font-size: 25px;
}

.category-tab .nav-pills .nav-link.active,.category-tab .nav-pills .show>.nav-link, .category-tab .nav-pills.nav>li>a:hover  {
    border: 1px solid var(--blue-color) !important;
    background: transparent !important;
    color:white;
}

.custom-textarea{
  min-height: 424px;
  background: #212629;
  border: none;
  color: #f8f9fa!important;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-family: var(--main-font);
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.115em;
}

textarea:focus{
  outline: none;
}

.progress{
  background-color: #202529 !important;
  height: 10px;
}

.bg-red{
  background-color: #FF2C2E !important;
}

.full-page-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow:hidden;
}

.full-page {
	height: 100vh !important;
	width: 100%;
	overflow: hidden;
}

#terms-content h6{
  margin-top:30px;
  font-size: 18px;
}

#restricted-password{
  background: transparent;
  border: 2px solid red;
  padding: 24px;
  border-radius: 28px;
  color: red;
  text-align:center;
}


textarea#srcIPs{
  color: white;
  background: #212121;
  border: none;
  width: 100%;
  min-height: 105px;
  max-height: 105px;
  outline: none;
  border-radius: 20px;
  padding: 15px 20px;
}

textarea#proxies{
  color: white;
  background: #1D1D2D;
  border: none;
  width: 100%;
  min-height: 227px;
  outline: none;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 0.8rem;
}

textarea#proxies.residential-proxies{
  min-height: 307px !important;
}

 textarea#authenticated-ips{
   color: white;
   background: transparent;
   border: none;
   width: 100%;
   min-height: 200px;
   outline: none;
   border-radius: 10px;
   padding: 15px 20px;
   font-size: 0.8rem;
 }

#authIPsCard.disabled{
  pointer-events: none;
  opacity: 0.4;
}

.resi-dashboard #proxies{
  min-height: 280px !important;
}

.announcement-img{
  /* max-height: 140px; */
    width: 90%;
    border-radius: 18px;
}

#autoTopupLimit{
    width: 100px;
    height: 48px;
    margin-top: 5px;
}

.discordProfilePic{
  width: 125px;
border-radius: 50%;
}

.blue-text{
  color: #3C8FFB;
  font-weight: 800;
  font-family: var(--main-font);
}
.font-28{
  font-size: 28px;
}
.font-42{
  font-size: 42px;
}

.square-input{
  border-radius: 0.25rem !important;
  height: 46px;
}

#affiliate .chip{
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #1A1A25;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 12px;
}

#affiliate .chip .close-btn{
  padding-top: 5px;
  position: absolute;
  top: -16px;
  right: -5px;
  color: red;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1A1A25;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.monthPicker{
  width: 104px;
background: #1D1D2D !important;
color: white !important;
border: none;
}

.datepicker td, .datepicker th {
  text-align: center !important;
}
