/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * https://codeshack.io/css-sprite-generator/
 */

 .epb.row {
     width: 100%;
     display: block;
 }
 .epb.row-flex {
   /*display: block;
   height: 100%;*/
 }
 .epb.row-flex :after {
  content: "";
  display: table;
  clear: both;
  }

 .epb .column {
    width: 33.33%;
    float: left;
    /*height: 100%;*/
    max-width: 500px;
  }
  .epb .column.single-server {
    width: 100%;
  }
  .epb .search-column {
    width: 15%;
    float: left;
    height: 100%;
    padding: 15px;
  }
  .epb .server-column {
    width: 85%;
    float: left;
  }

  .epb .col-40 {
    width: 40%;
    float:left;
    padding: 15px;
  }
  
  .epb .col-60 {
    width: 60%;
    float:left;
    padding: 15px;
  }

  .epb .col-90 {
    width: 90%;
    float:left;
  }
  
  .epb .col-10 {
    width: 10%;
    float:left;
  }
  .eob .col-100 {
    width: 100%;
  }


  /* Clear floats after the columns */
  .epb .row :after {
    content: "";
    display: table;
    clear: both;
  }

  @media screen and (max-width: 768px) {
    .epb .column {
      width: 100%;
    }
    .epb .col-40 {
      width: 100%;
    }
    .epb .col-60 {
      width: 100%;
    }
    .epb .search-column {
      visibility: hidden;
      width: 0px;
    }
  }

.epb h2.search {
  color: var( --e-global-color-primary );
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 60px;
}
.epb h2.search:first-child {
  margin-top: 10px;
}

.epb .column .server-overview {
    padding: 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #a3a2a273;
    /* box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.06);*/
    margin: 5px;
}
.epb .column .server-overview img.preview {
    max-height: 200px;
    margin: auto;
    display: block;
}

.epb .column.single-server .server-overview img.preview {
  max-height: 100px;
  margin: auto;
  display: block;
}

.epb .column .server-overview h4 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
}
.epb .column .server-overview hr {
    background-color: #a3a2a273;
    border: 0px;
    height: 1px;
}

.epb .mtop20 {
  margin-top: 20px;
}
.epb .clearfix {
  overflow:auto;
  clear:both
}

.epb .icon {
  float:left;
  font-size: 10px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.epb-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  background-size: cover !important;
}

.epb .iconbox {
  min-height:110px;
  margin-top: 5px;
}

.epb .imgbox {
  min-height: 210px;
}

.epb .taglist {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}

.epb ul.keyfeature {
  margin-top : 30px;
}
.epb .keyfeature {
  margin-top: 5px;
  padding-left: 0px;
}
.epb ul.keyfeature li {
  color: var( --e-global-color-accent );
}
.epb ul.keyfeature li .elementor-icon-list-text {
  color:#333;
}

.epb .ul-table {
  display: table;
  margin: 0 auto;
}

.epb ul.description {
  margin-top : 15px;
}
.epb .description {
  margin-top: 5px;
  padding-left: 0px;
}

.epb ul.description {
  color: green;
  margin-bottom:30px;
}

.epb ul.description li {
  float: left;
  font-size: larger;
  display: inline;
}

.epb ul.description li .elementor-icon-list-text {
  padding-left: -5px;
  margin-left: -10px;
  padding-right: 20px;
  
}
/*
.epb ul.description li .elementor-icon-list-text {
  color:#333;
}*/


.swiper-container {
  height: 400px;
}
.swiper-slide {
  background-position: center;
  background-repeat:no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 80% !important;
  max-height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  color:  var( --e-global-color-accent ) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%8B0028ff'/%3E%3C/svg%3E") !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%8B0028ff'/%3E%3C/svg%3E") !important;
}

.epb .fl-left {
  float:left;
}

.epb .fl-right {
  float:right;
}

.epb .generation {
  text-align: right;
  font-size: 1.2em;
  font-weight: 700;
}

.epb .align-center {
  text-align: center;
}

.epb .servername {
  text-align: center;
  font-size: 3em;
}
.epb .elementor-form .elementor-button {
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
  color: #fff;
}

.epb a.server-info-button {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    border: 1px solid;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    color: var( --e-global-color-accent );
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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;
}

.epb .serveranfrage {
  width: 80%;
  margin-left: 10%;
  margin-top: 40px;
}

.icon-ram {
  background: url(/wp-content/plugins/epb/public/img/icon-ram.png);
}
.icon-cpu {
  background: url(/wp-content/plugins/epb/public/img/icon-cpu.png);
}
.icon-gpu {
  background: url(/wp-content/plugins/epb/public/img/icon-gpu.png);
}
.icon-hdd {
  background: url(/wp-content/plugins/epb/public/img/icon-hdd.png);
}
.icon-net {
  background: url(/wp-content/plugins/epb/public/img/icon-net.png);
}
.icon-he {
  background: url(/wp-content/plugins/epb/public/img/icon-he.png);
}
.icon-psu {
  background: url(/wp-content/plugins/epb/public/img/icon-psu.png);
}
.icon-amd {
  width: 50px;
  background: url(/wp-content/plugins/epb/public/img/icon-amd.png);
}
.icon-intel {
  width: 50px;
  background: url(/wp-content/plugins/epb/public/img/icon-intel.png);
}
.icon-sas {
  background: url(/wp-content/plugins/epb/public/img/icon-sas.png);
}
.icon-sata {
  background: url(/wp-content/plugins/epb/public/img/icon-sata.png);
}
.icon-nvme {
  background: url(/wp-content/plugins/epb/public/img/icon-nvme.png);
}
/* 
#####
## Checkbox 
#####
*/

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  /* background-color: #eee; */
  border: 1px solid var( --e-global-color-primary );
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background 
.checkbox-container input:checked ~ .checkmark {
  background-color: var( --e-global-color-primary );
}
*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: -7px;
  width: 12px;
  height: 22px;
  border: solid var( --e-global-color-primary );;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}