body{
  background: var(---background_gradient) !important;
}

.faq_sect{
  display: none;
}

footer{
  display: none;
}

.domain-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 500;
    font-family: var(---font);
    backdrop-filter: blur(5px);

  }
  .popupD {
    background: #fff;
    width: 550px;
    max-width: 90%;
    margin: 100px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    animation: fadeIns 0.3s ease;
  }
  .popup-header {
    background: #004aad;
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .popup-header button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
  }
  .popup-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
  }
  .popup-tabs button {
    flex: 1;
    padding: 10px;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
  .popup-tabs button.active {
    background: white;
    border-bottom: 2px solid #004aad;
    color: #004aad;
  }
  .popup-content {
    padding: 20px;
  }

  #renew{
    display: block;
  }
  .popup-content input, .popup-content select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }
  .popup-content button.action-btn {
    background: #004aad;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
  }
  .nameserver-mode-btns button {
    padding: 8px 12px;
    border: 1px solid #ccc;
    background: #f8f9fa;
    border-radius: 6px;
    margin-right: 5px;
    cursor: pointer;
  }
  .nameserver-mode-btns button.active {
    background: #004aad;
    color: white;
  }
  @keyframes fadeIns {
    from { opacity: 0; }
    to { opacity: 1; }
  }

.dash_body{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
}

.dashboard_sideBar{
  width: fit-content;
  box-sizing: border-box;
  background-color: var(---background);
  color: var(---text_color);
  max-width: 25%;
  position: fixed;
  top: 70px;
  height: 100vh;
  left: 0px;
  bottom: 0px;
  padding: 10px 0px;
}

.user_small-info{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  width: 250px;
  gap: 12px;
  font-family: var(---font);
  box-sizing: border-box;
  overflow: hidden;
}

.user_small-info span:nth-child(1){
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 1px solid var(---text_light);
  border-radius: 50%;
}

.user_small-info span:nth-child(1) > img{
  width: auto;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  min-width: 100%;
}

.info_font{
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-align: center;
}

.dashboard_nav{
  width: 100%;
  height: 50vh;
  box-sizing: border-box;
  overflow-y: scroll;
  font-family: var(---font);
  overflow-x: hidden;
}

.dashboard_nav a{
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: var(---text_color);
  gap: 15px;
  font-size: 1.2rem;
  width: 250px;
  border-bottom: 1px solid #34343428;
  transition: .3s linear;
}

.dashboard_nav a:hover{
  background: #34343428;
}

.board_content{
  width: 77%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 0px 20px 20px;
  margin-left: 250px;
  min-height: 200px;
  font-family: var(---font);
}

.dash_headLink{
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.1rem;
}

.dash_headLink a{
  text-decoration: none;
  color: var(---text_color);
}

.board_content h2{
  font-size: 2.7rem;
  text-align: center;
}

.quick_access_sect{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(---background);
  padding: 12px;
}

.quick_access_sect h3{
  text-align: center;
  font-size: 2rem;
  margin: 10px 0px;
}

.quick_boxHolder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  gap: 20px;
}

.quick_box{
  padding: 12px;
  width: 220px;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(---background);
  box-shadow: 5px 5px 10px #3030302d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #3030302d;
  min-height: 284.66px;
}

.quick_boxIcon{
  width: 35px !important;
  height: 35px !important;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
}

.quick_boxIcon img{
  width: auto;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  min-height: 100%;
}

.quick_box h4{
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 10px;
}

.quick_box span{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 1.1rem;
  width: 100%;
  height: fit-content;
}

.quick_box a{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  alignment-baseline: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  color: var(---text_color);
  margin-top: 20px;
  letter-spacing: .5px;
}

.domain_header{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
}

.domain_header h6{
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin: 0px;
  margin-bottom: 10px !important;
  font-weight: 500;
}

.domain_header div{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.domain_header span{
  padding: 7px 10px;
  font-size: 1.1rem;
  border-radius: 5px;
  color: var(---background);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.domain_table{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 50px;
  border-spacing: 0px;
}

.domain_table tr > th{
  text-align: start;
  width: calc(100% / 5);
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 500;
  border-bottom: 1px solid #2d2d2d3b;
}

.domain_table tr > th:nth-child(2){
  width: calc(100% / 5 * 2) !important;
}

.domain_table tr > th:nth-child(1){
  width: 30px !important;
}

.domain_table tr:nth-child(1):hover{
  background-color: #fff !important;
}

.domain_table tr:hover{
  background-color: #4e4e4e15;
}

.domain_table tr > td{
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #2d2d2d3b;
}

.domain_table tr > td button{
  width: 100px;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 7px;
  background-color: var(---button_background);
  color: var(---background);
  border: none;
  letter-spacing: .5px;
  cursor: pointer;
}

.all_domain{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 0px 0px;
}

.all_domain a{
  width: 40%;
  height: 45px;
  display: flex;
 align-items: center;
  justify-content: center;
  background-color: var(---background);
  border: 2px solid var(---button_background);
  color: var(---button_background);
  border-radius: 10px;
  text-decoration: none;
}

.domain_table tr > td:nth-child(2) small{
  font-size: 12px;
  width: fit-content;
  height: fit-content;
  padding: 2px;
  border-radius: 10px;
  background-color: #00b900;
  color: var(---background);
  letter-spacing: .5px;
}

.notification-boxHolder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.upcoing_notBox{
  width: calc(100% / 2 - 10px);
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  background-color: whitesmoke;
  padding: 20px 10px;
  border-radius: 7px;
  border: 1px solid #2d2d2d3b;
}

.upcoing_notBox h4{
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0px;
}

.upcoing_notBox span{
  padding: 7px 10px;
  background-color: var(---background);
  border-bottom: 1px solid #2d2d2d3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upcoing_notBox span small{
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.4rem;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.upcoing_notBox span small:nth-child(1){
  width: calc(100% - 60px);
}

.upcoing_notBox span button{
  width: 70px;
  height: 40px;
  box-sizing: border-box;
  color: var(---background);
  background-color: #5bd55b;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: .3s linear;
}

.upcoing_notBox span button:hover{
  background-color: green;
}

.billing_holder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background-color: whitesmoke;
  margin-top: 20px;
}

.billing_holder  div{
  width: calc(100% / 2 - 5px);
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #2d2d2d3b;
}

.billing_holder div h4{
  font-size: 1.3rem;
  margin-top: 0px;
  text-align: center;
  font-weight: 500;
  letter-spacing: .5px;
}

.payment_Mbox{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  border: 1px solid #00000027;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(---background);
}

.payment_Mbox span{
  width: 130px;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}

.payment_Mbox span img{
  width: auto;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  min-width: 100%;
}

.payment_Mbox small{
  font-size: 0.90rem;
  color: green;
}

.action_icon{
  width: 40px !important;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 40px !important;
  border-radius: 50%;
  right: 2%;
  cursor: pointer;
  transition: .3s linear;
}

.action_icon:hover{
  background-color: #00000027;
}

.invioce_box{
  width: 95%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: 1px solid #00000027;
  background-color: var(---background);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto auto;
}

.invioce_box small{
  font-size: 1rem;
}

.invioce_box span{
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0.90rem !important;
  color: var(---background);
}

.table_holder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
}


#support_box{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(---font);
}

.support_chat-holder{
  width: 70%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  min-height: 200px;
}

.support_holder-header{
  padding: 20px;
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px solid #00000040;
}

.support_holder-header .text_center{
  width: 70%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.support_chat-holder .text_center h2{
  font-size: 2rem;
}

.support_chat-holder .text_center span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  gap: 20px;
}

.support_chat-holder .text_center span button{
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #00000027;
  border-radius: 7px;
  background-color: var(---background);
}

.agent_view{
  width: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.agent_image{
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.agent_image img{
  width: auto;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  object-fit: cover;
}

.agent_view small{
  font-size: 12px;
}

.support_message_box{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
}

.message_card{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  display: flex;
  align-items: center;
}

.message_span{
  width: 90%;
  padding: 10px;
  overflow: hidden;
  border: 2px solid var(---button_background);
  border-radius: 10px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.message_card p{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.7rem;
  height: fit-content;
}

.message_span .date{
  font-size: 12px;
  color: #00000080;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.message_input{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message_input form{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
}

.message_input form textarea{
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #00000027;
  resize: none;
}

.message_input form button{
  width: 100px;
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(---button_background);
  color: var(---background);
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
}

.profile_article{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #00000027;
}

.profile_article .profile_header{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #00000027;
}

.profile_article .profile_header h2{
  font-size: 1.5rem !important;
  margin: 0px;
}

.basic_info_holder{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 30px;
}

.basic_info{
  background-color: var(---background);
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #00000027;
  min-height: 100px;
}

.basic_info table{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  border-spacing: 0px;
}

.basic_info table td{
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  border-width: 1px 0px 0px 1px;
  border-color: #00000079;
  border-style: solid;
  font-size: 15px;
  letter-spacing: .5px;
}

.basic_info table td:nth-child(2) > input{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px;
  font-size: 15px;
  border: none;
  outline: none;
}

.basic_info table td:nth-child(1){
  width: calc(100% / 4 ) !important;
}

.basic_info table td:nth-child(2){
  width: calc(100% / 3 * 2) !important;
}

.basic_info table td:nth-child(3){
  background: var(---button_background);
  font-size: 15px;
  color: var(---background);
  text-align: center;
  cursor: pointer;
}

.pass_change_link{
  background-color: var(---background);
  width: 450px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  margin: auto auto !important;
  padding: 40px;
  border: 1px solid #00000075;
  border-radius: 15px;
  padding-top: 40px !important;
}

.pass_change_link label{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7rem;
  margin: 20px 0px;
}

.set_row{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 12px;
}

.set_row input{
  box-sizing: border-box;
  overflow: hidden;
  background-color: transparent;
  padding: 15px 40px 15px 40px !important;
  width: 100%;
  border: 1px solid #0b0a0a77;
  border-radius: 10px;
}

.setting_login-btn{
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.setting_login-btn button{
  width: 170px;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: var(---button_background);
  color: var(---background);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: .5px;
  transition: .3s linear;
}

.setting_login-btn button:hover{
  background-color: transparent;
  border: 2px solid var(---button_background);
  color: var(---button_background);
}

.account_annal{
  padding: 20px 40px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: fit-content;
  background-color: transparent;
}

.block_account{
  width: 80%;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 40px;
  background-color: var(---background);
  text-align: center;
  margin: auto auto;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
}

.block_account h3{
  font-size: 1.5rem;
}

.block_account p{
  font-size: 16px;
  line-height: 1.7rem;
  width: 90%;
  margin: auto auto;
  margin-top: 0px !important;
}

.block_account button{
  width: fit-content;
  height: fit-content;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 15px;
  margin-top: 20px;
  border: 2px solid var(---button_border);
  font-size: 15px;
  border-radius: 10px;
  background-color: var(---background);
  letter-spacing: .5px;
  font-family: 'Courier New', Courier, monospace;
  cursor: pointer;
}

@media screen and (max-width:500px) {
        #vps_main{
          scale: 0.8;
        }
    }

/* vps styling */
.animate-slideUp {
      animation: slideUp 0.3s ease-out;
    }
    @keyframes slideUp {
      from { transform: translateY(30px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }
    .vps-btn {
      padding: 10px;
      border-radius: 10px;
      font-weight: 600;
      color: white;
      transition: 0.2s;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    }


@media screen and (max-width:1100px) {
  .board_content{
    width: 75%;
  }
  .board_content h2{
    font-size: 2.3rem;
  }
  .quick_box{
    width: calc(100% / 2 - 30px);
  }
  .notification-boxHolder{
    flex-wrap: wrap;
  }
  .upcoing_notBox{
    width: 100%;
  }
  .billing_holder{
    flex-wrap: wrap;
  }
  .billing_holder div{
    width: 100%;
  }
}

@media screen and (max-width:1000px) {
  .dashboard_sideBar{
    display: none;
  }
  .board_content{
    margin-left: 0px;
    width: 100% !important;
    padding: 0px;
  }
  .support_chat-holder{
    width: 100%;
  }
}
@media screen and (max-width:750px) {

  .domain_table{
   min-width: 650px;
   overflow-x: scroll;
  }
  .table_holder{
    overflow-x: scroll !important;
  }
  .invioce_box{
    width: 100%;
  }

  .support_chat-holder .text_center h2{
    font-size: 1.3rem !important;
  }

  .support_chat-holder .text_center span button{
    font-size: 0.70rem;
  }

  .agent_image{
    width: 40px;
    height: 40px;
  }
  
  .agent_view span{
    font-size: 0.80rem;
  }

  #support_box{
    padding: 0px !important;
  }

  .message_input form textarea{
    height: 200px;
  }

  .basic_info_holder{
    padding: 10px 0px;
  }
  .account_annal{
    padding: 15px 20px;
  }
  .block_account{
    width: 100%;
  }

}

@media screen and (max-width:500px) {
  .dash_body{
    padding: 20px 10px;
  }
  .board_content h2{
    font-size: 2rem !important;
    line-height: 3rem;
  }
  .quick_box{
    width: 100%;
  }
  .domain_header div{
    flex-wrap: wrap;
  }
  .quick_access_sect h3{
    font-size: 1.5rem;
  }
  .payment_Mbox{
    padding: 20px !important;
  }
  .billing_holder div{
    padding: 10px !important;
  }
  .non_string h3{
    font-size: 2rem !important;
  }
  .basic_info table tr > td{
    font-size: 13px;
  }
  .pass_change_link{
    width: 100%;
    padding: 20px;
  }

  .block_account{
    padding: 20px !important;
  }

  .account_annal{
    padding: 0px;
  }

}