/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* temp disable switch*/
.switch-set{
  display: none !important;
}

#customfield105{
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

.modpack-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-modpack-overlay .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  flex: 1; 
}

.supported-modpack-icon:before{
  display: inline-block !important;
  margin-right: 5px;
}
.card-modpack-overlay .card-title.supported:after,
.supported-modpack-icon:before{
  flex-shrink: 0; 
  background: linear-gradient(to right, #4CAF50, #2E7D32);
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex; /*flex;*/
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}
.unsupported-modpack-icon:before{
  margin-right: 5px !important;
  width: 24px !important;
  height: 24px !important;
  font-size: 16px !important;
}


small.unsupported-modpack:after,
.unsupported-modpack-icon:before {
  background: linear-gradient(to right, #E51284, #E51284);
    left: 0;
    font-family: "FontAwesome", "Font Awesome 5 Pro";
    content: "\f00c";
    color: #ffffff;
    margin-right: 12px;
    margin-left: 5px;
    margin-top: 7px;
    width: 16px;
    height: 16px;
    line-height: 1.2em;
    padding: 2px 0;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.modpack-img{
  min-height: 200px;
}
.tt-btn-close {
  box-sizing:content-box;
  width:1em;
  height:1em;
  padding:.25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border:0;
  border-radius:.25rem;
  opacity:.5
}
.tt-btn-close:hover {
  color:#000;
  text-decoration:none;
  opacity:.75
}
.tt-btn-close:focus {
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25);
  opacity:1
}
.tt-btn-close.disabled,
.tt-btn-close:disabled {
  pointer-events:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  opacity:.25
}
.tt-btn-close-white {
  filter:invert(1) grayscale(100%) brightness(200%)
}

ol.stylized-list {
      counter-reset: custom-counter;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    ol.stylized-list li {
      counter-increment: custom-counter;
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    ol.stylized-list li::before {
      content: counter(custom-counter);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
      color: white;
      font-weight: bold;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      flex-shrink: 0;
    }

    ol.stylized-list li span {
      font-size: 1.1rem;
    }

.thumbnailUrl{
	height: 64px !important;
}

.btn-upgrade{
  height:50px; font-size: 20px;background-color: var(--primary-color) !important; border: unset;
}

input:is(:-webkit-autofill, :autofill){
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

#btn-continue-span {
  display: block !important;
}

#sidemenu .dropdown-menu{
  min-width: 10rem;
}
.status{
  background-color: transparent;
}
#fileUploadsContainer input{
  background-color: transparent;
  color: white;
}
.card-tickets .form-group select{
  appearance: auto;
}
#payMethodList .btn-default, .modal-content .btn-default,.btn-default{
  background-color: white;
}
#payMethodList .btn-delete{
  background-color: #DC4C64;
}
.form-group .btn-default{
  background-color: white;
  color: black;
}
#inputCountry, #type.form-control{
  appearance: auto;
}
#inputCountry option{
  background-color: black;
  color: white;
}
#inputCountry::after{
color: white;
}
#tableLinkedAccounts .btn-default{
  background-color: white;
}
.verification-banner {
    margin: 0;
    padding: 10px;
    font-weight: 300;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    color: #333;
}
.verification-banner .btn {
    margin: 3px 0;
    padding: 3px 10px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.verification-banner.email-verification .btn.btn-action, .verification-banner.email-verification .btn.btn-action:active, .verification-banner.email-verification .btn.btn-action[disabled]:hover {
    background-color: #50525f;
    border-color: #50525f;
    color: #fff;
}

.btn-resend-verify-email:hover {
    color: #212529;
}
@media (min-width: 768px) {
    .verification-banner .btn {
        margin: 0;
        padding: 9px 25px;
    }
}

.font-72px{
  font-size: 72px;
}

.font-60px{
  font-size: 60px;
}

.font-48px{
  font-size: 48px;
}

.font-3em{
  font-size: 2.5em;
}

.d-list-small a.active:hover p.header-games{
  color: #fff;
}
.d-list-small a.active p.header-games{
 opacity: 1;
 color: var(--secondary-color);
} 
.d-list-small p.header-games{
  font-family: var(--body-font);
  font-size: 15px;
  display:inline-block;
  vertical-align:middle;
  margin-top: .5em;
  opacity: .65;
  scroll-margin-top: 100px;
  font-weight: bold;
  margin-bottom: .5rem !important;
  line-height: 1.2 !important;
  color: #fff;
}

.d-list-small:hover p.header-games{
  opacity: 1;
  color: #fff;
}

footer .widget p.footer-title {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: none;
  scroll-margin-top: 100px;
  margin-top: 0;
  font-family: var(--title-font);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

h3.font-20px,h2.font-20px{
  font-size: 20px;
}

h3.accordion-section-title-faq {
   font-weight: 600;
   cursor: poInter;
   font-family: var(--body-font);
   width: 100%;
   font-size: 17px;
   transition: all linear 0.5s;
   line-height: unset; 
   margin-bottom: 0px;
}

h2.font-20px{
      line-height: 26px;
}

.h1, .h2, .h3, .h4, .h5, .h6 [id], h1, h2, h3, h4, h5, h6 [id] {
    scroll-margin-top: 100px;
}

.select2-results__option--disabled {
    color: white;
    background-color: gray;
}

/* Spinner */
.spinner {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 50px;
  height: 50px;
  border: 0.5rem solid #29539b;
  border-bottom: 0.25rem solid rgba(0,0,0,0);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 9999;
}
.minecraft_splan{
  height: 50px;
}

.spinner--hidden {
  display: none;
}

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

a.btn-mc-plan:before{
  top: 10px;
}
a.btn-mc-plan{
  height: 50px;
}
a.btn-mc-plan span{
  margin-top: 10px;
}
.modpack-list{
  list-style: none;
  font-size:14px;
}
.modpack-summary{
  font-size: 12px;
}

[aria-controls="applyPromo"]:hover,
[aria-controls="calcTaxes"]:hover,
[aria-controls="applyPromo"].active,
[aria-controls="calcTaxes"].active{
  background-color: var(--bg-dark-2) !important;
  color: white !important;
}

.btn-wrapper {
  position: relative;
  display: inline-block;
  height: 55px;
}

.btn-short-wrapper{
  height: 35px;
}

.d-short-action{
  margin-bottom: 20px;
}

/* Górny przycisk */
.top-btn {
  position: relative;
  z-index: 2;
}

/* Dolny przycisk, ukryty pod spodem */
.bottom-btn {
  position: absolute !important;
  top: 0;
  left: 0;
  transform: translateY(0);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.btn-wrapper:hover .top-btn {
  height: 30px;
}
/* Hover na górny przycisk = pokaz dolny */
.btn-wrapper:hover .bottom-btn {
  transform: translateY(32.5px);
  height: 25px;
  opacity: 1;
  pointer-events: auto;
}



#active-chat-hover.bottom-hide{
  bottom: -100%;
}

#active-chat-hover.bottom-80{
  bottom: 80px;
}

.ladesk-op-img{
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.AgentStatusIcon.AgentStatusN {
    background-color: #4caf50;
}
.AgentStatusIcon {
    width: 8px;
    height: 8px;
    background-color: #999;
    border-radius: 50%;
    cursor: pointer;
  display: inline-table;
  position: relative;
  top: 12px;
  right: 10px;
}


#sidebar .accordion-button{
  color: #fff;
}

.list-group-s4g {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-s4g [aria-current="page"] {
  color: #fff !important;
}

.marketing-email-optin{
  background-color: var(--bg-dark-2);
}
.de-item .d-overlay .d-label.d-platform{
  right: auto;
  left: 20px;
  padding-right: 6px;
}

#order-standard_new .summary-container {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    border-radius: 3px;
    background-color: var(--bg-dark-2);
    font-size: .8em;
}

@media only screen and (max-width: 992px) {
    header.header-mobile {
        overflow: visible !important;
    }
}

#menu-btn{
  border: solid 3px var(--primary-color) !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  width: 37px !important;
  height: 37px !important;
  margin-left: 5px !important;
}
.ticket-reply .user{
  background-color: var(--bg-dark-2);
}
.ticket-reply,
.panel-body{
  background-color: var(--bg-dark-2) !important;
  border: 1px solid var(--bg-dark-2) !important;
}

@media only screen and (max-width: 992px) {
    .dark-scheme header.header-mobile #mainmenu>li>span {
        background: url('https://servers4gamers.com/templates/servers4gamers/img/ui/arrow-down-light.png') center no-repeat !important;
    }
    .dark-scheme header.header-mobile #mainmenu li span.active {
        background: url('https://servers4gamers.com/templates/servers4gamers/img/ui/arrow-up-light.png') center no-repeat !important;
    }
}
@media only screen and (max-width: 992px) {
    header.header-mobile #mainmenu>li>span {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        margin-top: 10px;
        z-index: 1000;
        cursor: poInter;
    }
}

ol.breadcrumb{
  background-color: transparent;
}
/* read more*/
.readmore-container {
  display: flex;
  justify-content: center;
}

.readmore {
  position: relative;
  max-height: 65px;
  height: 65px;
  overflow: hidden;
}

.readmore.expand{
  max-height: fit-content;
  height: auto;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: blue;
  font-weight:bold;
  font-size:12px;
  padding-top:8px;
  height: 28px;
  background-image: linear-gradient(to bottom, transparent, var(--bg-dark-2));
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
}

.modal-header{
  justify-content: center !important;
}
section#main-body{
    padding: 60px 0;
    background: var(--bg-dark-1);
}
#Secondary_Navbar-Account ul.dropdown-menu{
  font-size: 11px;
}

#Secondary_Navbar-Account .dropdown-menu>li>a{
  padding: 0px 20px;
  font-weight: 400;
  line-height: 1.8em;
}
#Secondary_Navbar-Account .dropdown-menu>li>a:hover{
  background-color: #fff;
  color: var(--bg-dark-2);
}
.panel-heading, .list-group-item, .panel-footer, 
#frmManagePaymentMethod .btn-default {
    background: var(--bg-dark-2) !important;
    border: 0;
    color: #fff;
}
.panel-heading, .list-group, .panel-footer, .panel-sidebar {
    border: 0 !important;
}

.list-group .list-group-item {
  border-color: var(--secondary-color) !important;
}

div.main-content{
  background: var(--bg-dark-2) !important;
  padding: 15px;
}

.tiles .tile, .panel, #tabChangepw .card, #tabOverview .card,
div.product-details-tab-container, .dataTables_wrapper .dataTables_length{
    background-color: var(--bg-dark-2);
    border: 0px;
}

table.table-striped thead, table.table-striped tbody td,
.table-striped>tbody>tr:nth-of-type(odd){
  background-color: var(--bg-dark-2); 
  color: #fff !important;
}

select.input-sm{
  line-height: 1.5;
}

.dataTables_info, .table-list>tbody>tr>td, .dataTables_wrapper table.table-list thead th, .bg-custom{
  background-color: var(--bg-dark-2) !important;
  color: #fff;
}

.dataTables_wrapper table.table-list thead th:nth-child(even) {
    border-bottom: 4px solid var(--primary-color);
}

.alert strong{
   color: #222 !important;
}
.tiles .tile:hover {
    background-color: var(--primary-color);
}
.panel-sidebar .panel-title, 
a.list-group-item, 
div.list-group-item div.div-service-item, 
div[menuitemname="Recent News"] .list-group-item{
	color: #fff;
}

div[menuitemname="Recent News"] .list-group-item a:hover{
  color: var(--primary-color);
}

a.list-group-item:focus, a.list-group-item:hover, .div-service-name:hover,
#frmManagePaymentMethod .btn-default:hover{
	color: var(--secondary-color);
  transition: .3s;
}

.list-group-item.active, .div-service-buttons .btn{
        color: var(--secondary-color) !important;
}

div.product-details div.product-icon{
    background-color: var(--bg-dark-1);
    border: 1px;
}

.input-range-option .rangeslider__handle__value:after{
  content: '' !important;
}

.table [class*="col-"]:has(.input-range-option){
  float: inline-end;
}
.input-range-option{
  padding-bottom: 35px;
}

.btn-action {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#select2-mc-version-container {
    padding-top: 5px;
}

/*flaticon and img-content*/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
  color: var(--primary-color) !important;
}
.img-cont {
  overflow: hidden;
}

.img-cont img {  
  filter: drop-shadow(0px 0px 0 var(--primary-color));
}

/*sidemenu*/
.dark-scheme #sidemenu ul,
.dark-scheme #sidealerts div {
    color: #fff;
    background: var(--bg-dark-1);
    border: solid 1px rgba(255, 255, 255, .1);
}

#sidemenu a,
#sidealerts a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#sidealerts a {
  min-width: unset;
}
#sidealerts .dropdown>a:after{
  margin-left: 5px;
}

#sidemenu a.dropdown-toggle,
#sidemenu a.dropdown-toggle:hover,
#sidealerts a.dropdown-toggle,
#sidealerts a.dropdown-toggle:hover {
  background: none !important;
  height: 37px;
  border: solid 2px var(--primary-color) !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px 10px 2px 10px;
}

#sidemenu a.dropdown-toggle:hover,
#sidealerts a.dropdown-toggle:hover {
  color: #ffffff;
  background: var(--primary-color) !important;
}

/*bullet*/

#rollingText{
  overflow: hidden;
  position: relative;
  height: 30px;
  width: 200px;
  transition: width 0.3s ease;
}

#rollingText span{
  position: absolute;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
/* menu */
.menu-container {
            position: relative;
            display: inline-block;
        }

        .menu-content {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background: var(--bg-dark-1);
            border: solid 1px rgba(255, 255, 255, .1);
            color: #fff;
            border-radius: 3px;
            padding: 10px;
            min-width: 150px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }

        .menu-content a {
            display: block;
            padding: 5px;
            color: #fff;
            text-decoration: none;
        }

        .menu-content a:hover {
          color: #fff;
            background-color: var(--secondary-color);
        }

/* plans*/
.de_pricing-table.type-2.minecraft,
.de_pricing-table.type-2.games {
    background: rgba(var(--bg-dark-1-rgb), 0.75) !important;
}

.de-item.game-servers{
  height: 320px;
}

.de-item.game-servers img.img-fluid{
  width: 100%;
  height: 320px;
}

.de_pricing-table.type-2.games div.plan-img{
    position: relative;
}

.de_pricing-table.type-2.games div.plan-img > img {
    position: absolute;
    left: 150px;
}

.rangeslider-padding{
	padding-bottom: 70px;
}
#proposed-plan{
	margin-top: 10px;
}
.minecraft-sel-ver{
	position: relative;
    	top: 5px;
}
.mc-input-label .input-group-text,
.mc-input-label input{
	background: var(--bg-dark-2) !important;
	color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
.mc-input-label input::-webkit-outer-spin-button,
.mc-input-label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.mc-input-label input[type=number] {
  -moz-appearance: textfield;
}

/* B5.0 to B5.3 */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
}
.form-check-reverse .form-check-input {
  float: right !important; 
  margin-right: -1.5em;
  margin-left: 0;
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/*Carousel for panel vudeo*/
.sidebar-card-panel {
    height: 30px;
    margin-top: 10px;    
}
.nav_icon_panel {
    font-size: 2rem;
    line-height: inherit !important;
	  color: #2e86de;
}

#panelVideo .card ,
#panelVideoMore .card {
  text-indent: 0px;
  width: 100%;
  text-align: center;
}

#panelVideo .carousel-indicators,
#panelVideoMore .carousel-indicators{
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: 100px;
}

#panelVideo .carousel-item .card, 
#panelVideoMore .carousel-item .card {
  background: var(--bg-dark-2);
}

#panelVideo .card span,
#panelVideo .card.active span{
	color:white;
}

.panelVideo-indicators .card,
.panelVideoMore-indicators .card{
  background-color: var(--primary-color) !important;
  background-clip: padding-box !important;
}

@media (max-width: 767.98px) {
  #panelVideo .carousel-inner,
  #panelVideoMore .carousel-inner{
    top: 200px !important;
    margin-bottom: 200px !important;
  }
  #panelVideoMore{
    margin-top: 40px !important;
  }
}

@media (max-width: 991.98px) {
  #panelVideo .carousel-inner,
  #panelVideoMore .carousel-inner{
    top: 100px;
    margin-bottom: 100px;
  }
  #panelVideoMore{
    margin-top: 20px;
  }
}

.panelVideo-indicators [class*="col-"],
.panelVideoMore-indicators [class*="col-"] {
  height: 120px;
}

/*utils*/
section.half-bottom{
  padding-bottom: 60px !important;
}

section.half-top{
  padding-top: 60px !important;
}
/* Spinner */

.spinner {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 3rem;
  height: 3rem;
  border: 0.5rem solid #29539b;
  border-bottom: 0.25rem solid rgba(0,0,0,0);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 9999;
}

.spinner--hidden {
  display: none;
}

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

/*Login and register*/
.btn-forgot, .generate-password{
    color: #fff !important;
    background-color: var(--primary-color) !important;
}
.btn-forgot {
  font-size: 14px;
}
.card-marketing{
  background-color: var(--bg-dark-2) !important;
  border: 1px solid !important;
  border-color: var(--primary-color) !important;
}
.recaptcha-container > div > div{
  margin: auto;
}

#containerNewUserSecurity .card,
#containerNewUserSignup .card {
  background: transparent;
}

/*owlslider nonwork*/
.dark-scheme #features-carousel .owl-prev, .dark-scheme #features-carousel .owl-next {
  background: transparent !important;
  border: unset;
}

.dark-scheme #features-carousel .owl-prev {
  left:3rem;
}
.dark-scheme #features-carousel .owl-next {
  right:3rem;
}
/* Płynne wejście/wyjście */
#sale-bar {
  background: rgba(var(--bg-dark-1-rgb), .9);
  transition: transform .55s cubic-bezier(.16,1,.3,1), opacity .55s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;            /* redukcja artefaktów przy scrollu w górę */
  transform: translateZ(0);               /* anty-flicker na mobile */
}

/* Gdy bar jest przyklejony do dołu (fixed), jego stan bazowy to "schowany" */
#sale-bar.position-fixed.fixed-bottom {
  transform: translateY(100%);
  opacity: 0;
}

/* Widoczny = wysunięty do góry */
#sale-bar.position-fixed.fixed-bottom.is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* Zakotwiczony nad footerem — bez przesunięć */
#sale-bar.is-anchored {
  transform: none;
  opacity: 1;
}

/* Respect OS setting */
@media (prefers-reduced-motion: reduce) {
  #sale-bar { transition: none; }
}

.d-location-small .select2-container--default{
  margin-bottom: 0px !important;
}

.d-location-small .select2-selection__rendered {
    line-height: 31px !important;
}
.d-location-small .select2-container,
.d-location-small .select2-selection--single {
    height: 35px !important;
    padding: 0 !important;
}

.d-location-small .select2-selection__arrow {
    height: 34px !important;
}

.d-location-small .select2-container--default img {
  height: 16px;
  width: auto;
  padding: 0;
} 

span.server-locations-small{
  font-size: small;
}

span.server-locations-small img {
  padding: 0;
  height: 16px;
  width: auto;
}

.server_locations_small {
  height: 62px;
}

@media (min-width: 992px) {
#widget-area>.d-flex {
  position: relative; /* domyślne położenie */
  transition: all 0.2s ease-in-out;
}

#widget-area > .d-flex.is-stuck {
  position: fixed;
  top: 70px; /* przyklej do góry widoku */
  z-index: 999; /* żeby był nad treścią */
  background-color: rgba(var(--bg-dark-1-rgb), .9) !important;
  width: min-content;
}

#widget-area > .d-flex.is-stopped {
  position: absolute;
  display: none !important;
  transition: all 0.2s ease-in-out;
}
}

.btn-widget-area-wrapper {
flex: 0 0 100%; 
width: fit-content !important;
}
.form-control.custom-select, .form-control[name^="customfield"] {
padding-left: 10px;
}
.form-control.custom-select > option {
color: black;
}
#inputCountry{
-webkit-appearance: auto !important;
}

h1.home-slider-text{
  font-size: clamp(3rem, 5vw, 5rem)
}

.img-cont .minecraft-icon{
  width: 64px !important;
}

.de-cart-item .d-label.d-platform {
    right: auto;
    left: 20px;
    padding-right: 12px;
}

.de-cart-item .d-label {
  display: inline-block;
    font-size: 32px;
    top: 20px;
    right: 18px;
    padding: 5px 12px;
    color: #ffffff;
    font-weight: 800;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: var(--tertiary-color);
}


/* custommm

.de_pricing-table.featured .btn-main {
  background: linear-gradient(135deg, #ff9800, #ff5722);
}

*/

      @media (min-width: 992px) {
  .de_pricing-table {
    opacity: 0.75;
    transition: all 0.25s ease;
  }

  .de_pricing-table > .plan-img > img{
    opacity: 1;
  }

  .de_pricing-table:hover {
    opacity: 1;
    transform: translateY(-4px);
  }

  .de_pricing-table.fullopacity {
    opacity: 1;
  }

  .de_pricing-table.featured {
    opacity: 1;
    transform: scale(1.06);
    z-index: 3;
  }
  .de_pricing-table.featured .btn-main:first-child { 
    background: linear-gradient(to right, var(--tertiary-color), var(--secondary-color)) !important;
  }
  .de_pricing-table.featured:hover {
    transform: scale(1.08);
  }
}
.badge-popular {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, var(--tertiary-color), var(--secondary-color));
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  z-index: 5;
}
.btn-tertiary{
  background: linear-gradient(to right, var(--primary-color), var(--tertiary-color)) !important;
}
.de_pricing-table {
  position: relative;
}
.de_pricing-table.featured {
  border: 2px solid rgba(255, 152, 0, 0.7);
}

.bgcustom {
  transition: transform .2s ease, box-shadow .2s ease;
}

.bgcustom:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

p.small-text {
  font-size: 0.85rem;
}

p.text-12px{
  font-size:0.75rem;
}

#pricing {
   scroll-margin: 82px;
}


.category-button {
    display: flex;
    align-items: center;
    font-size: 1rem;  
    color: #212529 !important;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .category-button {
        transition: none;
    }
}

.category-button:not(.collapsed) {
    color: #0c63e4;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.category-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.category-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.fs-10px{
  font-size: 10px;
}
.de-server.s2 li{
  padding-left: 26px;
}

.de-server.s2 li.subtitle.blink:before,
.location-blink:before {
  --ping-color: 76,175,80;
  animation: blink 1s infinite;
  height: 12px;
  width: 12px;
}
.location-blink{
  font-size: 0.7em;
}
.location-blink:before {
  animation: blink 1s infinite;
  margin-right: 3px;
  content:'';
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  -webkit-box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  -moz-box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  display: inline-block;
}

@keyframes blink {
  0%   { background: rgba(var(--ping-color), 1); }
  50%  { background: rgba(255,255,255,1); }
  100% { background: rgba(var(--ping-color), 1); }
}

.de-server.s2 li.subtitle.blink.good:before,.location-blink.good:before  { --ping-color: 76,175,80; }
.de-server.s2 li.subtitle.blink.warn:before,.location-blink.warn:before   { --ping-color: 255,193,7; }
.de-server.s2 li.subtitle.blink.bad:before,.location-blink.bad:before    { --ping-color: 244,67,54; }

header.header-mobile.menu-open .col-md-12 {
  position: unset;
}


.de_pricing-table .d-price p.h4,
.de_pricing-table .d-location p.h4,
.de_pricing-table .d-group p.h4 {
  font-size: 40px;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-family: var(--title-font);
  font-weight: bold;
  margin-top: 0;
  line-height: 26px;
  color: #fff;
  word-spacing: 0px;
  letter-spacing: -0.2px;
}

.de_pricing-table .d-price p.h4 span {
  font-size: 20px;
  color:var(--secondary-color);
}

.de_pricing-table p.h4,
.de_pricing-table .d-location p.h4,
.de_pricing-table .d-group p.h4 {
  font-size: 16px;
  margin-bottom: 5px;
}


.de_pricing-table .d-head p.h3 {
    margin-top: 10px;
    text-align: center;
    min-width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    padding: 5px 20px 0 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: var(--title-font);
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    min-height: unset;
}

#containerAddCcEmail .input-group-btn{
  width: auto !important;
}

#inputAddCcEmail{
  height: auto;
}

.os-flag-img{
  height: 15px !important;
  width: 15px !important;
  transform: translate(-75%,0%) !important;
}