.datacenter-info {
  padding: 60px 0;
  background-color: var(--lighterdark);
}
.datacenter-info .container {
  max-width: 1200px;
  margin: 0 auto;
}
.dc-section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.dc-image {
  flex: 1;
}
.dc-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.dc-text {
  flex: 1;
  text-align: left;
}

.dc-text > h3 {
    font-size: 25px;
    font-weight: bold;
    color: var(--text);
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* Alternating layouts */
.dc-image-left { order: 1; }
.dc-text-right { order: 2; padding-left: 90px; }
.dc-text-left { order: 1; padding-right: 90px; }
.dc-image-right { order: 2; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .dc-section {
    flex-direction: column;
  }
  .dc-image, .dc-text {
    order: unset;
    padding: 0;
  }
  .dc-section + .dc-section {
    margin-top: 20px;
  }
}

content .dedicated_servers-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(18, 20, 28, 1) 100%), url(/templates/orderforms/Dedicateds/img/pages/dedicated/bg.webp);
}

content .slider-background .content .hardware {
  margin-top: 40px;
  display: flex;
  width: 60%;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

content .slider-background .content .hardware p {
  color: var(--text);
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
}

content .slider-background .content .hardware div {
  margin-right: 40px;
}


content .slider-background .content .hardware i {
  -webkit-text-stroke: 1.4px rgb(0, 183, 123);
  color: rgb(0, 183, 123);
  margin-right: 11px;
}

.hardware-container {
    width: 100%;
    background-color: var(--maindark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hardware-items {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}

.premium-buttons-container {
    background-color: var(--maindark);
    width: 330px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.premium-buttons-container div {
    padding: 5px 15px;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 18px;
}

.active {
    background-color: var(--darker);
}

.text-format {
    color: var(--text);
}

.text-format h2 {
    color: var(--text);
    text-transform: uppercase;
}

.text-format p {
    color: var(--gray);
}

.cart-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.cart {
    width: 350px;
    height: 700px;
    max-height: 500px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--darker);
    border-radius: 5px;
    margin: 25px 0;
}

.cart .description {
    color: #9ba2ba;
    text-align: center;
    margin: 0;
    font-weight: 500 !important;
}

.cart .description b {
    color: #fff;
    font-weight: 500 !important;
    margin: 0;
    font-size: 16px;
}

.cart div {
    cursor: pointer;
    width: 55%;
    padding: 7px 10px;
    border-radius: 5px;
    text-align: center;
    color: var(--text);
    background-color: var(--blue);
    margin: 0 auto;
}

.cart br {
    display: block;
    content: "";
    margin-top: 12px;
}

.cart b {
    font-size: 30px;
    color: var(--text)
}

.cart .recommended {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--secundairydark);
    padding: 10px;
    border-radius: 10px;
    font-weight: 500 !important;
    color: #9ba2ba;
    font-size: 14px;
}

.cart .recommended i {
    color: var(--green);
    font-size: 16px;
}

.cart .recommended p {
    color: #fff;
    margin: 0;
    font-weight: 500 !important;
    font-size: 16px;
}

.panel-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 195px;
    background-color: var(--darker);
}

.panel-items-section {
    width: 60%;
}

.panel-items {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-img-section {
    width: 40%;
    display: flex;
    justify-content: end;
}

.panel-img-section img {
    background-color: var(--secundairydark);
    padding: 30px;
}

.why-container {
    width: 80%;
    margin: 0 auto;
}

.why-section {
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.whypoint {
    width: 450px;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    flex-direction: row;
    background-color: var(--darker);
    align-items: center;
    margin: 50px 0px;
}

.whypoint .img-container {
    min-width: 113px;
}

.whypoint h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.whypoint p {
    font-size: 15px;
}

.support-container {
    width: 100%;
    display: flex;
    padding: 50px 100px 100px 100px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--darker);
}

.support-items-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 55%;
    margin-top: 20px;
    flex-wrap: wrap;
}

.support-items-container div {
    width: 260px;
    margin-top: 20px;
    margin-left: 20px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: var(--secundairydark);
    padding: 20px;
}

.support-items-container h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.dedicated-header {
    position: relative;
    max-height: 700px;
    max-width: 100%;
    margin-top: -100px;
}

.dedicated-header-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 880px;
    width: 100%;
    position: relative;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(18, 20, 28, 1) 100%), url(/templates/orderforms/Dedicateds/img/pages/dedicated/bg.webp);
}


content .slider-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
  position: relative;
  top: 0;
  z-index: -1;
}

content .slider-background .content {
  padding: 250px 0px 359px 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
margin-right: auto;
margin-left: auto;
}

content .slider-background .content h3 {
  font-weight: 700;
  color: var(--white);
  word-wrap: break-word;
}

content .slider-background .content h1 {
  font-weight: 700;
  font-size: 62px;
  color: var(--white);
  margin-bottom: 0px;
  text-transform: uppercase;
  word-wrap: break-word;
  background: var(--blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

content .slider-background .content h2 {
    margin-top: 10px;;
    font-size: 20px;
  font-weight: 400;
  color: var(--gray);
  width: 700px;
}

.configure-container .summary {
    align-self: flex-start;
}

.cart-config {
    margin-top: -200px;
    padding: 0px 185px;
    margin-bottom: 200px;
}

.dedicated-header-text-container {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 250px;
    text-align: center;
}

.dedicated-header-text-container .title {
    font-size: 45px;
    text-transform: uppercase;
}

.dedicated-header-text-container .headline {
    font-size: 40px;
    text-transform: uppercase;
}

.dedicated-header-text-container .tagline {
    font-size: 20px;
    color: var(--gray);
}

.dedicated-header-text-container .tagline br {
    display: block;
    margin: -5px 0;
    content: "";
}

.os-windows {
  /* Use your own path to a 16×16 or 20×20 px PNG/SVG/etc */
  background: url('/templates/orderforms/dedicated_cart/img/icons/Windows.png') 2px center no-repeat;
  padding-left: 24px;  /* leave space for the icon on the left */
}

.os-ubuntu {
  background: url('/images/logos/ubuntu-logo.png') 2px center no-repeat;
  padding-left: 24px;
}

.os-centos {
  background: url('/images/logos/centos-logo.png') 2px center no-repeat;
  padding-left: 24px;
}

.select2-container--default .select2-selection--single {
    background-color: #212733;
    border-radius: 4px;
    border: 0px;
    color: var(--gray);
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    padding: .375rem .75rem;
    height: 38px;
}

.select2-container--default .select2-selection--single {
    background-color: #212733;
    color: var(--gray);
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #007bff;
    color: var(--text);
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-dropdown {
    color: var(--gray);
    outline: none;
    border: none;
}

.select2-results__option, .select2-container--default .select2-results__option--selected, .select2-search--dropdown, .select2-container--open .select2-dropdown--below, .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #212733;
    color: var(--gray);
    outline: none;
    
}


table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: var(--lightdark);
  color: var(--text);
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 16px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--darkerthandark);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 1325px) {
    .hardware-items {
        flex-direction: column;
    }

    .hardware-items {
        width: 100%;
    }

    .cart-container {
        width: 100%;
        justify-content: space-around;
    }

    .support-items-container {
        width: 100%;
    }

    .support-items-container div {
        margin-top: 20px;
    }

    .panel-container {
        flex-direction: column;
        padding: 75px 10px;
    }

    .panel-items-section {
        width: 100%;
    }

    .panel-img-section {
        width: 100%;
        margin-top: 30px;
    }

    .why-section {
        width: 100%;
        justify-content: center;
    }

    .support-items-container {
        justify-content: center;
    }

    .panel-img-section img {
        width: 400px;
        height: 245px;
        padding: 10px;
    }
    
    .panel-items {
        width: 100%;
    }

    .dedicated-header-text-container {
        top: 175px;
        padding: 10px;
    }

    .dedicated-header-text-container .title {
        font-size: 41px;
    }
    
    .dedicated-header-text-container .headline {
        font-size: 36px;
    }
    
    .dedicated-header-text-container .tagline {
        font-size: 16px;
    }

    .dedicated-header-text-container .tagline br {
        margin: 0px;
    }

    .whypoint {
        flex-direction: column;
    }

    .whypoint .img-container {
        margin-bottom: 20px;
    }
}

content .vps-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(18, 20, 28, 1) 100%), url(/templates/orderforms/cloud_cart/img/pages/vps/bg.webp);
}

content .vds-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(18, 20, 28, 1) 100%), url(/templates/orderforms/cloud_cart/img/pages/vds/bg.webp);
}

content .normal_vps-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(18, 20, 28, 1) 100%), url(/templates/orderforms/cloud_cart/img/pages/kvm_vps/bg.webp);
}

content .premium_vps-bg {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(18, 20, 28, 1) 100%), url(/templates/orderforms/cloud_cart/img/pages/vds/bg.webp);
}

content .negative {
  color: #FF0000;
}

content .positive {
  color: #00EE30;
}


table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 16px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 10px 16px;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: var(--darkerthandark);
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

content .slider-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
  position: relative;
  top: 0;
  z-index: -1;
}

content .slider-background .content {
  padding: 250px 0px 359px 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

content .slider-background .content h1 {
  font-weight: 700;
  font-size: 62px;
  color: var(--white);
  margin-bottom: 0px;
  text-transform: uppercase;
  word-wrap: break-word;
  background: var(--blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

content .slider-background .content span {
  font-weight: 700;
  font-size: 50px;
  color: var(--white);
  margin-bottom: 0px;
  text-transform: uppercase;
  word-wrap: break-word;
}

content .slider-background .content h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--gray);
  width: 950px;
}

content .product-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0px 185px;
  margin-top: 50px;
  margin-bottom: 80px;
}

content .product-list h4 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

content .product-list .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  text-align: start;
}

content .product {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: var(--lightdark);
  color: var(--text);
  padding: 32px 32px 10px 32px;
  transition: all 0.3s ease;
}

content .product .price {
  font-size: 22px;
  font-weight: bold;
  color: var(--text);
}

content .product .price b {
  font-size: 20px;
  text-transform: uppercase;
}

content .product .description {
  width: 90%;
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

content .product .description div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 16px;
  color: var(--gray);
  margin: 10px 30px;
}

content .product .description div span {
  font-size: 20px;
  font-weight: bold;
  color: var(--text);
}

content .product .description div b {
  font-size: 20px;
  font-weight: bold;
  color: var(--text);
  margin-bottom: 0px;
}

content .product .d-flex {
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 10px 0px;
  color: var(--blue);
  user-select: none;
  cursor: pointer;
}

content .product .d-flex p {
  margin-bottom: 0px;
}

content .product .d-flex i {
  margin-right: 10px;
}

content .product input {
  border: 2px solid var(--darkerblue);
  background-color: transparent;
  padding: 5px 25px;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

content .product .description.extra {
  width: 83%;
  padding-right: 120px;
  display: none;
}

content .recommended {
  border: 2px solid var(--darkerblue);
}

content .recommended input {
  background-color: var(--darkerblue);
  text-transform: uppercase;
  font-weight: bold;
}

content .recommended-text {
  position: absolute;
  margin-top: -160px;
  padding: 8px 17px;
  color: var(--text);
  text-transform: uppercase;
  font-size: 20px;
  background-color: var(--darkerblue);
  font-weight: bold;
  border-radius: 5px;
  margin-left: 10px;
}

content .homepage-middle {
  background-image: none !important;
  height: unset;
}

content .homepage-middle .content {
  padding-top: 140px;
}

.container-faq {
  background-color: #212733;
  color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  max-width: 815px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.question {
  font-size: 26px;
  font-weight: 700;
  padding: 25px 80px 25px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  font-size: 20px;
  font-weight: 400;
  color: var(--gray)
}

content .faq-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  max-width: 500px;
  margin-bottom: 35px;
}

content .faq-title h4 {
  font-size: 36px;
  font-weight: bold;
  color: var(--text);
  text-transform: uppercase;
}

content .faq-title p {
  font-size: 20px;
  font-weight: 400;
}

content .margin {
  margin-bottom: 126px;
}

content .faq-bg {
  display: flex;
  width: 100%;
  padding: 112px 10px 126px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--lighterdark);
}

content .virtualisations,
content .locations {
  width: 75%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

content .virtualisations .virtualisation,
content .locations .location {
  display: flex;
  margin: 10px;
  flex-direction: column;
  max-width: 380px;
  min-width: 380px;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
}

content .locations .location {
  cursor: pointer;
  user-select: none;
}

content .virtualisations .virtualisation .positive {
  color: #07FF5A;
}

content .virtualisations .virtualisation .top {
  background-color: #212733;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 380px;
  min-width: 380px;
  padding: 20px;
  z-index: 10;
}

content .virtualisations .virtualisation .top h4 {
  font-size: 25px;
  font-weight: bold;
  color: var(--text);
}

content .virtualisations .virtualisation .bottom {
  background-color: var(--lightdark);
  padding: 20px;
  width: 100%;
  max-width: 380px;
  border-radius: 0px 0px 10px 10px;
}

content .virtualisations .virtualisation .bottom div {
  padding: 15px 0px;
  align-items: center;
}

content .virtualisations .virtualisation .bottom p {
  margin-bottom: 0px;
  margin-left: 35px;
  color: var(--text);
}

content .virtualisations .virtualisation .bottom i {
  font-size: 20px;
  color: var(--text);
}

content .virtualisations .virtualisation input {
  border: 2px solid var(--darkerblue);
  background-color: transparent;
  padding: 5px 25px;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  border-radius: 4px;
}

content .virtualisations .virtualisation input.active {
  background-color: var(--darkerblue);
  pointer-events: none;
  cursor: default;
}

content .virtualisations .active .active-text {
  display: block;
  position: absolute;
  max-width: 172px;
  margin-top: -65px;
  padding: 8px 9px;
  color: var(--text);
  text-transform: uppercase;
  font-size: 20px;
  background-color: var(--darkerblue);
  font-weight: bold;
  border-radius: 5px;
  margin-left: 280px;
}

content .locations .location {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #7A7A7A;
  padding: 20px;
  border-radius: 10px;
}

content .locations .location.active {
  border: 1px solid var(--blue) !important;
  box-shadow: var(--blue) 0px 0px 11px 0px !important;
}

content .locations .location.disabled {
  border: 1px solid #656565 !important;
}

content .locations .location.disabled img {
  opacity: 70%;
}

content .locations .location.disabled {
  color: #9BA2AB !important;
}

content .locations .location .d-flex {
  margin: 5px 0px;
  align-items: center;
}

content .locations .location .d-flex div p {
  color: #9BA2AB !important;
}

content .locations .location p {
  margin-bottom: 0px;
}

content .locations .location i {
  margin-right: 50px;
  font-size: 25px;
  margin-left: 10px;
}

content .locations .location img {
  border-radius: 50%;
  margin-right: 50px;
}

content .title {
  color: var(--text);
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
}

content .point-hardware {
  margin-bottom: 10px;
}

content .os-width {
  padding: 0px 185px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

content .os-container {
  max-width: 100%;
  background-color: var(--lightdark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

content .os-container .side {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  max-width: 650px
}

content .os-width h5 {
  font-size: 32px;
  color: var(--text);
  font-weight: bold;
}

content .os-width p {
  max-width: 500px;
  font-weight: 400;
}

content .os-container .os-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 500px;
}

content .os-container .os-list b {
  margin-left: 16px;
  margin-right: 100px;
  color: var(--text);
  font-size: 20px;
  vertical-align: middle;
}

content .os-container .os-list div {
  margin-top: 30px;
}

content .os-container .os-list-img {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

content .os-container .os-list-img .os {
  width: 300px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212733;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

content .custom-software {
  max-width: 290px;
  background-color: var(--lightdark);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

content .custom-software h5 {
  margin-bottom: 30px;
}

content .custom-software a {
  margin-top: auto;
  color: var(--text) !important;
  font-weight: bold;
  text-decoration: none;
}

content .custom-software a img {
  margin-top: -3px;
  margin-right: 5px;
}

@media only screen and (max-width: 945px) {
  content .slider-background .content {
    padding: 345px 10px 359px 10px;
  }

  content .slider-background .content h1 {
    font-size: 47px;
  }

  content .slider-background .content h2,
  content .slider-background .content h3 {
    width: 100%;
  }

  content .product-list {
    margin-top: 70px;
    text-align: start;
    padding: 0px 10px;
  }

  content .virtualisations,
  content .locations {
    padding: 50px 10px;
    width: 100%;
  }

  content .recommended-text {
    margin-left: auto;
    margin-top: -580px;
  }

  content .product .description {
    width: 100%;
    justify-content: unset;
    flex-direction: column;
    align-items: baseline;
    margin: 30px 0px;
    padding-left: 0px;
  }

  content .product .description.extra {
    padding-right: 0px;
    width: 100%;
  }

  content .product .description div {
    margin: 10px 0px;
  }

  content .virtualisations {
    flex-direction: column;
  }

  content .virtualisations .active .active-text {
    margin-left: auto;
    margin-right: auto;
  }

  content .os-width {
    padding: 0px 10px;
  }

  content .os-container .side {
    margin-top: 30px;
  }

  content .custom-software {
    max-width: 100%;
  }
}
