.container{
  width: 100% !important;
  max-width: unset !important;
}
.widget {
  margin-bottom: 20px; 
  border-radius: 5px;
}
.widget a:hover{
  color: #ef8c15;
} 
.widget-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
  border-radius: 5px 5px 0 0;
} 
.widget-header_title h5{
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0 !important;
}
.widget-body {
  background-color: #1c1c28;
}
.theme-light .widget-body{ 
  background-color: #fff;
}
.widget-body .list-group-item p{
  font-size: 18px;
}
.widget-header_actions{
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-header_actions button{
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
}
.widget-header_actions button.hide{
  transform: rotate(180deg);
} 
.widget .list-group-item:last-child{
  border-radius: 0 0 5px 5px;
} 
.service-actions{
  display: flex;
}  
.list-group{
  border-radius: 0 !important;
}
.widget-header_title{
  display: flex;
  align-items: center;
  gap: 8px;
} 
.widget-settings{ 
  position: relative;
  display: flex;
  justify-content: space-between;
}  
#settings-panel{
  display: none;
  border: 1px solid rgba(55, 55, 55, 0.9);
  background-color: #1c1c28;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
}
.theme-light #settings-panel{
  background-color: #fff;
  border-color: rgba(0,0,0,.125);
}
.settings-panel_list{
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
#settings-panel label{
  padding: 10px 20px;
  cursor: pointer;
  margin-bottom: 0 !important;
  display: flex;
  gap: 8px;
} 
#settings-panel .toggle-visibility {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #777;
  border-radius: 4px;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: .2s;
}
#settings-panel .toggle-visibility:checked {
  background: #146480;
  border-color: #146480;
}
#settings-panel .toggle-visibility:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.settings-panel_list p{
  padding: 0 20px 10px 20px;
  display: block;
}


#settings-toggle,
#settings-menu{
  padding: 5px;
  border: none !important;
  background: none !important;
  outline: none !important;
} 
#settings-toggle i,
#settings-menu i{
  font-size: 24px;
}
.fa-gears:before {
  content: "\f085";
}
.fa-servers:before {
  content: "\f233";
}
.fa-xmark::before{
  content: "\f00d";
}
.fa-house::before{
  content: "\f015";
  font-weight: 400;
}
.fa-hosting::before{
  content: "\f015";
}
.custom-sidebar{
  position: relative;
}
.custom-sidebar_btn{
  position: absolute;
  top: 280px;
  right: -20px;
  transform: translate(-50%);
  z-index: 2;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  /* transition: all 0.3s ease; */
}
.custom-sidebar_btn.active{
  transform: rotate(-180deg);
}
.custom-sidebar_btn i{
  font-size: 22px;
}
.primary-content.full{
  
}
#settings-menu{
  display: none;
}
.settings-menu_toggle{
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.settings-menu_toggle i{
  font-size: 28px;
  font-weight: 500;
} 
.settings-close_btn{
  margin-bottom: 20px;
  text-align: right;
  width: 100%;
  display: none;
}

.primary-content{
  width: 100%;
}
.custom-sidebar_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px 10px 10px;
  position: relative;
  border-radius: 5px;
  transition: unset !important;
}
.custom-sidebar_link p{
  white-space: nowrap;
  text-transform: math-auto;
}
.custom-sidebar_link.active{
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-sidebar.hide .custom-sidebar_link{
  padding: 10px;
  gap: 0;
}
.custom-sidebar.hide .custom-sidebar_link .custom-sidebar_link--count{
  display: none;
}
.custom-sidebar.hide .custom-sidebar_link p{
  display: none;
  position: absolute;
  top: 50%;
  left: 100%; 
  padding: 10px;
  background-color: #000;
  font-size: 14px; 
  transform: translateY(-50%);
  border-radius: 4px;
  z-index: 3;
  color: #fff !important;
}
.custom-sidebar.hide .custom-sidebar_link:hover p{
  display: block;
}
.custom-sidebar_link svg{
  width: 30px;
}
.custom-sidebar_link svg path{
  fill: #ffffff;
}
.theme-light .custom-sidebar_link svg path{
  fill: #000000; 
}
.custom-sidebar_link:hover p{
  color: #ffa335;
}
.custom-sidebar_link.active svg path,
.custom-sidebar_link:hover svg path{
  fill: #ffa335;
}
.custom-sidebar_link.active p{
  color: #ffa335;
}
.dashboard{
  flex-wrap: nowrap;
  margin: 0;
  gap: 40px;
}
.dashboard-logo_link{
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboard-logo_link p{
  font-size: 18px;

}
.smaller-logo img{
  width: 200px !important;
}
.custom-sidebar_link--count{
  font-weight: 500;
  font-size: 13px;
  background-color: rgb(255 221 93 / 70%);
  min-width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.tickets-links{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.tickets-link{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(55, 55, 55, 0.9);
}
.theme-light .tickets-link{
  border: 1px solid rgba(0, 0, 0, .125);
}
.tickets-link svg{
  width: 30px;
}
.tickets-link svg path{
  fill: #fff;
}
.theme-light .tickets-link svg path{
  fill: #000;
}
.tickets-link:hover svg path{
  fill: #ef8c15;
}
.list-group-item .client-order_btn{
  margin-top: 20px;
}
.form-group input:disabled{
  opacity: .6;
}

/* EMAIL SETTINGS */
.email-option {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(55, 55, 55, 0.9);
}
.theme-light .email-option {
  border-color: rgba(0, 0, 0, .125);
}
.email-option:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.switch {
  position: relative;
  display: inline-block;
  min-width: 48px;
  height: 26px;
  margin-bottom: 0 !important;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 26px;
  transition: .3s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  min-width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .3s;
}
.email-option input:checked + .slider {
  background-color: #146480;
}
.email-option input:checked + .slider:before {
  transform: translateX(22px);
}
.profile-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.profile-card{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(55, 55, 55, 0.9);
  border-radius: 5px;
  text-align: center;
}
.theme-light .profile-card{
  border: 1px solid rgba(0, 0, 0, .125);
}
.profile-card svg{
  width: 40px;
}
.profile-card svg path{
  fill: #fff;
}
.theme-light .profile-card svg path{
  fill: #000;
}
.profile-card:hover p{
  color: #ffa335;
}
.profile-card:hover svg path{
  fill: #ffa335;
}
.widget-promotions_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.widget-promotions_link .promocode-copy{
  min-width: 160px;
  text-align: center;
}
#tableEmailsList_filter{
  display: none !important;
}
.feedback{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.feedback-btn,
.news-btn{
  width: 40px;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;
}
.print-btn svg{
  width: 20px;
}
.print-btn svg path,
.theme-dark .feedback-btn svg path,
.theme-dark .news-btn svg path{
  fill: #fff;
}
.custom-modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom-modal.show{
  pointer-events: all;
  opacity: 1;
}
.custom-modal_content{
  background-color: #1c1c28;
  max-width: 530px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  border-radius: 5px;
  overflow: auto;
  max-height: 100%;
}
.feedback-textarea{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feedback-textarea textarea{
  width: 100%;
  height: 100px;
  resize: none;
  outline: none;
  border: none;
  border: 1px solid #5a5a5a;
  background: transparent;
  padding: 15px;
  border-radius: 5px;
}
.feedback-submit{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  align-self: flex-end;
  width: max-content;
  padding: 10px 20px;
  background-color: #ffa335;
  border-radius: 5px;
  color: #fff !important;
}
.theme-light .feedback-textarea textarea{
  border: 1px solid #d1e2e9;
}
.theme-light .custom-modal_content{
  color: #000;
  background-color: #fff;
}
.feedback-rating {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  overflow: auto;
}
.feedback-rating input {
  display: none;
}
.feedback-rating label {
  cursor: pointer;
}
.feedback-rating p{
  transition: all 0.2s ease;
  justify-content: center;
  background: #146480;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 40px;
  width: 40px;
}
.feedback-rating label:hover p{
  background: #ffa335;
}
.feedback-rating input:checked + p {
  background: #ffa335;
}
.custom-modal_close{
  min-width: 30px;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.custom-modal_close svg{
  width: 30px;
}
.custom-modal_close svg path{
  fill: #fff;
}
.theme-light .custom-modal_close svg path{
  fill: #000;
}
.custom-modal_content h4{
  margin-bottom: 0 !important;
}
.feedback-submit.disabled{
  opacity: 0.5;
  pointer-events: none;
}
.auction-table tr a{
  color: #fff !important;
}
.primary-content{
  flex: unset !important;
}
.noservice{ 
  padding: 100px;
  background: rgb(19 21 24 / 0.4);
  border-radius: 10px;
  margin-top: 40px;
}
.theme-light .noservice{
  background: rgba(244, 244, 244, 0.7);
}
.noservice svg{
  width: 60px;
  margin-bottom: 20px;
} 
.theme-dark .noservice svg path{
  fill: #fff;
}
.noservice a{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  border-radius: 5px;
  color: #ffffff !important;
  background-color: #ffa335;
  font-size: 20px;
  font-weight: 500;
  width: max-content;
}
.noservice p{
  font-size: 24px;
}
.services-table{
  margin: 20px 0;
}
.services-table thead td.sortable {
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: background-color 0.2s;
}
.services-table thead td.sortable:hover {
  background-color: #e9ecef;
}
.theme-dark .services-table thead td.sortable:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.services-table thead td.sortable::after {
  content: "⇅";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 15px;
}
.services-table thead td.sort-asc::after {
  content: "↑";
  color: #ffa335;
}
.services-table thead td.sort-desc::after {
  content: "↓";
  color: #ffa335;
}
.service-page_title{
  margin-bottom: 0 !important;
  font-size: 28px;
}
.service-details_icon svg{
  width: 80px;
  position: relative;
}
.service-details_icon svg path{
  fill: #000;
}
.theme-dark .service-details_icon svg path{
  fill: #fff;
}
.service-product-card .fa-stack{
  height: 120px;
  line-height: unset !important;
}
.service-product-card{
  background-color: unset !important;
}
.service-product-card .product-status-text{
  background-color: #46a546;
  border-radius: 5px
}
.service-product-card .product-icon{
  background-color: transparent !important;
}
.product-vps_btn{
  background-color: #146480;
  margin-top: 15px;
  color: #fff !important;
}
.service-info{
  text-align: center;
  font-size: 18px;
  line-height: normal;
}
.service-product-card h4{
  font-size: 20px;
  font-weight: 400;
}
html.theme-dark .status-active{
  background-color: #5cb85c !important;
}
.news-modal_body{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-modal_body ul{
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-modal_body ul li{
  list-style: disc;
}
.news-modal_content{
  max-width: 800px;
}
.profile-card.active,
.profile-card:hover{
  background-color: rgba(0, 0, 0, 0.1);
}
.profile-card.active p{
  color: #ffa335;
}
.profile-card.active svg path{
  fill: #ffa335;
}
.domain-cards_links{
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.sidebar-menu-item-wrapper{
  display: flex;
  gap: 5px;
}
.domains-filter{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.table-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination{
  display: flex;
  gap: 10px;
}
.pagination .page-btn.active{
  background-color: #ffa335 !important;
  border-color: #ffa335 !important;
}
#recordsPerPage{
  background-color: #1c1c28;
}
.theme-light #recordsPerPage{
  background-color: #fff;
}
.records-info{
  margin-top: 20px;
}
.services-table .btn svg{
  width: 20px;
}
.services-table .btn svg path{
  fill: #fff;
}
#widgetsHideBtn{
  cursor: pointer;
}
.panel.card.card-sidebar.panel-sidebar[menuitemname="Actions"],
.panel.card.card-sidebar.panel-sidebar #Secondary_Sidebar-Categories-Addons,
#Secondary_Sidebar-Actions{
  display: none !important;
}
.search_panel input{
  width: 100%;
  box-shadow: none;
  outline: none;
  height: 40px;
  border-radius: 5px;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s ease;
  line-height: normal;
  border: 1px solid #D1E2E9;
  padding: 0 150px 0 20px;
  border: 1px solid rgb(55 55 55 / 0.9);
  background: rgb(19 21 24 / 0.4);
}
.theme-light .search_panel input{
  background: rgba(244, 244, 244, 0.20);
  border: 1px solid #D1E2E9;
}
.search_panel input:hover::placeholder{
  transition: all 0.3s ease;
  color: transparent !important;
}
.search_panel input svg{
  width: 24px;
}
.search_panel form{
  position: relative; 
  flex: 1;
  margin: 0 !important;
}
.search_panel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
.search_panel .check_btn{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  outline: none;
  border: none;
  border-radius: 5px;
  background: linear-gradient(96deg, #FFA335 22.56%, #F16517 90.24%);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 0 10px;
  gap: 0 10px;
  align-items: center;
  color: #fff;
  justify-content: center;
  height: calc(100% - 10px);
  font-size: 14px;
}
.gap-3{
  gap: 30px;
}
.dashboard-header_search--panel input{
  min-width: 400px;
}
.auction-domains_list tr{
  cursor: pointer;
}
.check_btn{
  transition: 0.3s all ease;
}
.check_btn:hover{
  background: #f16517 !important;
  box-shadow: 0 4px 15px 0 rgb(239 140 21 / 0.4);
}
.sidebar .card-sidebar .list-group-item.active{
  background-color: #ffa335 !important;
  color: #fff !important;
}


@media(max-width: 1400px) {
  .auction-table thead td{
    font-size: 18px;
  }
  .auction-table td{
    padding: 10px;
  }
}
@media(max-width: 1200px) {
  .auction-table {
    width: calc(100% + 300px);
  }
  .dashboard-header_search--panel{
    display: none;
  }
}
@media(max-width: 991px) {
  #settings-menu,
  .settings-close_btn{
    display: block;
  }
  .custom-sidebar{
    position: fixed;
    z-index: 10;
    background-color: #1c1c28;
    top: 64px;
    overflow: auto;
    height: calc(100% - 64px);
    left: -100%;
    transition: all 0.3s ease;
    padding: 30px 10px;
    width: 100%;
  }
  .theme-light .custom-sidebar{
    background-color: #fff;
  }
  .custom-sidebar.show{
    left: 0;
  }
  .custom-sidebar_btn{
    display: none;
  }
  .dashboard-logo_link p{
    display: none;
  }
  .auction-table{
    width: 100%;
  }
}
@media(max-width: 767px) {
  .services-table thead td.sortable{
    padding-right: 30px;
  }
}
@media(max-width: 576px) {
  .client-order_btn{
    padding: 10px 15px;
    font-size: 14px;
  }
  .tickets-links{
    grid-template-columns: 1fr;
  }
}
@media(max-width: 480px) {
  .client-order_btn{
    display: none;
  }
}  