/* Font load */
@font-face {
  font-family: Metropolis-Light;
  src: url(../../assets/fonts/Metropolis-Light.woff);
}

@font-face {
  font-family: Metropolis-Regular;
  src: url(../../assets/fonts/Metropolis-Regular.woff);
}

@font-face {
  font-family: Metropolis-Medium;
  src: url(../../assets/fonts/Metropolis-Medium.woff);
}

@font-face {
  font-family: Metropolis-SemiBold;
  src: url(../../assets/fonts/Metropolis-SemiBold.woff);
}

@font-face {
  font-family: Metropolis-Bold;
  src: url(../../assets/fonts/Metropolis-Bold.woff);
}

/* Overflow property */
html,
body {
  overflow-x: hidden;
  margin: 0;
}

/* Body */
body {
  font-family: Metropolis-Regular;
  color: #565656;
}

/* Header */
.header-wrapper .wrapper-box {
  padding: 1.484375vw 0;
}

.header-wrapper img.logo {
  width: 30vw;
}

.wrapper-box {
  width: 91vw;
  margin: 0 auto;
}

.gradient-hr {
  content: "";
  background: url(../../assets/images/gradiant-line.png) 0 0/100% 100% no-repeat;
  background-image: linear-gradient(
    to right,
    #6fbe2e 19%,
    #00bbd6 43%,
    #0f61a9 57%,
    #5a39a0 81%
  );
  height: 6px;
  width: 100%;
  display: block;
  position: relative;
}

/* Banner home page */
.banner-section {
  display: flex;
}

.banner-section-left {
  width: 30%;
}

.banner-section-left h1 {
  font-family: Metropolis-Light;
  font-size: 2.97vw;
  line-height: 4vw;
  margin-top: 5.5vw;
  margin-bottom: 2vw;
  font-weight: 100;
}

.banner-section-left h1 span {
  font-family: Metropolis-Medium;
  color: #0091da;
  font-weight: 500;
}

.banner-section-left p {
  font-family: Metropolis-Regular;
  font-size: 1.54vw;
  line-height: 2vw;
  margin: 2vw 0 3vw;
}

.banner-section-left p span {
  color: #1c4289;
}

.banner-section-left button {
  background-color: #1d428a;
  border-radius: 0.4vw;
  width: 17.1vw;
  height: 4.45vw;
  font-family: Metropolis-Medium;
  font-size: 1.37vw;
  color: #fff;
  border: 0px;
  box-shadow: none;
  outline: 0;
  border: 1px solid transparent;
}

.banner-section-left button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #1d428a;
  border: 1px solid #1d428a;
}

.banner-section-right {
  width: 70%;
}

.banner-section-right object {
  width: 118%;
  z-index: 5;
}

/* Under banner section home page */
.end-of-general-support-section {
  display: flex;
  margin: 11vw 0 6vw;
}

.end-of-general-support-section-left {
  background-image: url(../images/under-banner-image.svg);
  color: #fff;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 21vw;
  font-size: 2.5vw;
  font-family: Metropolis-Light;
  font-weight: 100;
  padding-left: 6vw;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
}

.end-of-general-support-section-left img {
  margin-left: 8.5vw;
  width: 3.85vw;
}

.end-of-general-support-section-right {
  width: 50%;
  display: inline-flex;
  text-align: center;
  align-items: center;
  padding-right: 10vw;
  box-sizing: border-box;
}

.end-of-general-support-section-right h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
}

.end-of-general-support-section-right h2 span {
  font-family: Metropolis-Medium;
  color: #0091da;
  font-weight: 500;
  display: inline-block;
}

/* Whats new with vsphere home page */

.whats-new-with-vsphere h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: 2vw;
}

.whats-new-with-vsphere h2 span {
  font-family: Metropolis-Medium;
  color: #0091da;
  font-weight: 500;
}

.whats-new-with-vsphere-inner-content {
  background-image: url(../images/whats-new-with-vsphere.svg);
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 11vw bottom;
  padding: 5vw 0;
}

.whats-new-with-vsphere-inner-content .wrapper-box {
  display: flex;
}

.whats-new-with-vsphere-inner-content-left {
  width: 58%;
  position: relative;
}

.whats-new-with-vsphere-inner-content-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3vw;
  height: 3vw;
  background-image: url(../images/homepage-video-playicon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
}

.whats-new-with-vsphere-inner-content-left:hover {
  cursor: pointer;
}

.whats-new-with-vsphere-inner-content-left:hover::after {
  width: 5vw;
  height: 5vw;
}

.whats-new-with-vsphere-inner-content-left img {
  width: 100%;
}

.whats-new-with-vsphere-inner-content-right {
  width: 42%;
}

.whats-new-with-vsphere-inner-content-right ul,
.whats-new-with-vsphere-inner-content-right li {
  text-decoration: none;
  font-size: 1.4vw;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 3.6vw;
  justify-content: center;
  margin-top: 3vw;
  box-sizing: border-box;
}

/* top-10-reasons */
.top-10-reasons h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: 5vw;
  margin-top: 8vw;
  text-align: right;
  padding: 0 8vw;
}

.top-10-reasons h2 span {
  font-family: Metropolis-Medium;
  color: #0091da;
  font-weight: 500;
}

.top-10-reasons object {
  width: 100%;
}

/* Video popup home page */

#video-popup-whats-new {
  display: none;
  background: rgba(29, 66, 138, 0.7) none repeat scroll 0 0;
  /* display: none; */
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

#video-popup-whats-new > div {
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  left: 50%;
  margin: auto;
  padding: 0;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  width: 60vw;
  z-index: 9999999;
}

#video-popup-whats-new iframe {
  max-width: 100%;
}

.fas.fa-times {
  color: #fff;
  font-size: 2vw;
  float: right;
  margin-bottom: 5px;
}

.fas.fa-times:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  #video-popup-whats-new > div {
    width: 90vw;
  }
}

/* vCenter server page */
.compatibility-check .stage-one,
.compatibility-check .stage-two,
.compatibility-check .stage-three,
.compatibility-check .stage-four,
.compatibility-check .stage-five {
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
}

.compatibility-check .stage-two,
.compatibility-check .stage-three,
.compatibility-check .stage-four,
.compatibility-check .stage-five {
  display: none;
}

.compatibility-check h3 {
  font-size: 1.45vw;
  line-height: 1.3;
}

.compatibility-check p {
  font-size: 1.1vw;
  line-height: 1.5;
}

.compatibility-check.tools_hardware p {
  font-size: 1.7vw !important;
  line-height: 1.3;
}

.compatibility-check p.stage-five-absolute-text {
  font-size: 0.84vw;
  line-height: 1.5;
  position: fixed;
  left: 44vw;
  top: 31vw;
  top: calc(31vw - 5.6vw);
  width: 18vw;
  z-index: 9;
}

.compatibility-check p.stage-five-absolute-text::before {
  content: "Support";
  font-size: 0.84vw;
  line-height: 1.5;
  position: fixed;
  width: 18vw;
  color: #fff;
  top: 23.4vw;
  top: calc(23.4vw - 5.6vw);
  left: 57vw;
}

.compatibility-check p a {
  color: #0091da;
  text-decoration: none;
}

.compatibility-check.tools_hardware p a {
  font-size: 1.4vw;
}

.compatibility-check p.stage-five-absolute-text a {
  text-decoration: none;
  color: #0091da;
}

.compatibility-check p span {
  display: block;
  margin-top: 1vw;
  font-size: 0.85vw;
  font-style: italic;
}

.vcenter-server h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: -2.5vw;
  margin-top: 4vw;
}

.esxi-host h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: -3.5vw;
  margin-top: 4vw;
}

.vcenter-server .stage-one {
  background-image: url(../images/inner-page-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-position: right 4vw top;
  margin-bottom: 5vw;
}

.esxi-host .stage-one {
  background-image: url(../images/before-you-begin-bg-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 101%;
  box-sizing: border-box;
  background-position: right 4vw top;
  margin-bottom: 5vw;
}

.esxi-host.vm-tools .stage-one {
  background-image: url(../images/before-you-begin-bg-4.svg);
}

.esxi-host.vm-tools .stage-one.stage-one_1 {
  background-image: url(../images/before-you-begin-bg-2.svg);
}

.vcenter-server .stage-one .wrapper-box,
.esxi-host .stage-one .wrapper-box {
  display: flex;
  padding-bottom: 2vw;
}

.esxi-host .stage-one .wrapper-box {
  justify-content: space-between;
}

.vcenter-server .stage-one h3,
.esxi-host .stage-one h3 {
  font-family: Metropolis-Light;
  font-size: 1.8vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: 3vw;
  margin-top: 10vw;
  color: #0091da;
  position: relative;
}

.esxi-host .stage-one h3 {
  font-family: Metropolis-Regular;
  color: #565656;
  padding-top: 5vw;
  font-size: 1.45vw;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 8vw;
  font-weight: 600;
}

.vcenter-server .stage-one h3::before {
  content: "";
  position: absolute;
  height: 33vw;
  width: 0.15vw;
  background-color: #00c1d5;
  left: 0;
  top: 4vw;
}

.vcenter-server .stage-one h3::after {
  content: "";
  position: absolute;
  height: 0.5vw;
  width: 0.5vw;
  background-color: #00c1d5;
  left: -0.2vw;
  top: 38vw;
  border-radius: 50%;
}

.vcenter-server .stage-one p,
.esxi-host .stage-one p {
  padding-top: 2vw;
  padding-left: 3vw;
  width: 22vw;
  font-size: 1.4vw;
  font-family: Metropolis-Light;
  font-weight: 100;
  line-height: 2.4vw;
}

.esxi-host .stage-one p {
  font-size: 1.1vw;
  line-height: 1.5;
  padding-top: 0;
  padding-left: 0;
}

.esxi-host.vm-tools .stage-one p {
  font-size: 1.7vw !important;
  line-height: 1.3;
}

.esxi-host.vm-tools .stage-one p span {
  font-size: 1.7vw !important;
  line-height: 1.3;
  display: inline;
  color: #1d428a;
}

.esxi-host .stage-one p a {
  color: #0091da;
  text-decoration: none;
}

.esxi-host.vm-tools .stage-one p a {
  font-size: 1.7vw !important;
  line-height: 1.3;
}

.vcenter-server .vcenter-server-right,
.esxi-host .esxi-host-right {
  margin-top: 15.5vw;
  margin-bottom: 2.75vw;
  margin-left: 8vw;
  width: 56vw;
  display: block;
  z-index: 1;
  position: relative;
}

.vcenter-server .vcenter-server-right::before,
.esxi-host .esxi-host-right::before {
  content: "";
}

.vcenter-server .vcenter-server-right::after,
.esxi-host .esxi-host-right::after {
  content: "";
}

.vcenter-server .vcenter-server-right.pseudo-class::before,
.esxi-host .esxi-host-right.pseudo-class::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 92.4%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.7);
}

.vcenter-server .vcenter-server-right.pseudo-class::after,
.esxi-host .esxi-host-right.pseudo-class::after {
  content: "Click Here";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-18%, -50%);
  font-size: 1.5vw;
  font-family: Metropolis-Medium;
}

.vcenter-server .stage-one object,
.esxi-host .stage-one object {
  width: 100%;
  display: inline;
  z-index: -1;
  position: relative;
}

.esxi-host .stage-one .vcenter-server-right {
  margin-right: 2vw;
}

.esxi-host.vm-tools .stage-one .vcenter-server-right {
  margin-right: 0;
  text-align: right;
}

.esxi-host .stage-one object {
  z-index: 1;
  margin-top: 14.5vw;
  right: 0;
}

.esxi-host.vm-tools .stage-one object {
  width: 47vw;
}

.vcenter-server .vcenter-server-right:hover,
.esxi-host .esxi-host-right:hover {
  cursor: pointer;
}

/* esxi enabled */
.esxi-enabled object {
  width: 100%;
  margin: 8vw 0 5vw;
}

.esxi-enabled.vm-tools-obj object {
  margin: 13vw 0 5vw;
}

.esxi-enabled.vm-tools-obj.vsan-and-vmfs object {
  margin: 8vw 0 5vw;
}

.esxi-enabled.vm-tools-obj.vsan-and-vmfs-2 object {
  margin: 0vw 0 5vw;
}

/* Choose your Topology */
.vcenter-choose-your-topology .wrapper-box {
  padding: 0 2vw;
  box-sizing: border-box;
}

.vcenter-choose-your-topology .wrapper-box h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: 5vw;
  margin-top: 1.4vw;
}

.vcenter-choose-your-topology .wrapper-box.vm-tool-h2 h2 {
  margin-bottom: 0;
}

.vcenter-choose-your-topology-content .lables {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  margin: 0 1vw;
  justify-content: space-around;
  margin-bottom: 5vw;
}

.vcenter-choose-your-topology-content.vm-tools-tab .lables {
  justify-content: left;
}

.vcenter-choose-your-topology-content .lables li {
  list-style: none;
  width: 32%;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.42vw;
  padding-bottom: 1.42vw;
  color: #565656;
}

.vcenter-choose-your-topology-content.vm-tools-tab .lables li {
  margin-right: 2vw;
}

.vcenter-choose-your-topology-content.vm-tools-tab .lables li {
  justify-content: left;
}

.vcenter-choose-your-topology-content .lables li.active {
  color: #0091da;
  border-bottom: 2px solid #0091da;
}

.vcenter-choose-your-topology-content .lables li:hover {
  cursor: pointer;
  color: #0091da;
}

.vS6to7 {
  display: none;
}

.vS6to7.active {
  display: block;
}

.vS6to7 .top-section {
  background-image: url(../images/With-Emabedded-PSC-bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2vw 0;
  background-position-x: 400px;
}

.vS6to7.exi-final .top-section {
  padding: 0;
}

.vS6to7 .top-section .wrapper-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vS6to7.exi-final .top-section .wrapper-box {
  justify-content: space-between;
}

.vS6to7.exi-final .top-section {
  background-position-x: 66vw;
}

.vS6to7.exi-final.vm-tools-final .top-section {
  background-position-x: 62vw;
}

.vS6to7.exi-final .top-section .wrapper-box h3 {
  font-size: 2vw;
  font-weight: 100;
  color: #565656;
  margin-top: 0;
  margin-bottom: 2vw;
  line-height: 2.8vw;
  font-family: Metropolis-Light;
}

.vS6to7 .top-section .wrapper-box img:first-child {
  width: 20%;
}

.vS6to7 .top-section .wrapper-box img:last-child {
  width: 26%;
}

.vS6to7.exi-final .top-section .wrapper-box img:last-child {
  width: 45%;
}

.vS6to7 .top-section .wrapper-box div {
  background-color: #1d428a;
  color: #fff;
  font-size: 1.55vw;
  display: inline-flex;
  justify-content: space-around;
  width: 45vw;
  height: 13vw;
  align-items: center;
  line-height: 1.5;
}

.vS6to7.exi-final .top-section .wrapper-box div {
  background-color: #fff;
  display: block;
  width: 28vw;
  margin-top: -5vw;
}

.vS6to7.exi-final .top-section .wrapper-box button {
  bottom: 3vw;
  left: 4.2vw;
  background-color: #1d428a;
  border-radius: 0.4vw;
  /* width: 7vw; */
  height: 4.45vw;
  font-family: Metropolis-Medium;
  font-size: 1.37vw;
  color: #fff;
  border: 0px;
  box-shadow: none;
  padding: 0 2vw;
  outline: 0;
  border: 1px solid transparent;
  cursor: pointer;
}

.vS6to7 .top-section .wrapper-box div p {
  position: relative;
  font-size: 1vw;
}

.vS6to7 .top-section .wrapper-box div img {
  width: 1vw;
}

/* .vS6to7 .top-section .wrapper-box div p:after {
  content: "";
  position: absolute;
  background-image: url(../images/blue-arrow.svg);
  height: 2vw;
  width: 1vw;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
} */

.vS6to7 .top-section .wrapper-box div p:last-child::after {
  display: none;
}

.vS6to7 .bottom-section {
  background-image: url(../images/bottom-section0bg.svg);
  background-repeat: no-repeat;
  background-size: 40vw;
  padding: 0;
  background-position: right bottom 0.2vw;
}

.vS6to7 .bottom-section .videoContainer {
  position: relative;
  display: inline-block;
}

.vS6to7 .bottom-section video {
  width: 68vw;
  height: 39.6vw;
  border: 1px solid #e4e4e4;
  background-color: #f7f7f7;
  position: relative;
}

/* .vS6to7 .bottom-section .videoContainer.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/homepage-video-playicon.svg);
  background-color: #08080894;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
} */

.bottom-section .videoContent {
  text-transform: uppercase;
  width: 18vw;
  float: right;
  margin-top: 10vw;
  padding: 1vw;
  box-sizing: border-box;
  color: #1d428a;
  position: relative;
}

.bottom-section .videoContent #vidDesc,
.bottom-section .videoContent #vidDesc_2,
.bottom-section .videoContent #vidDesc_3 {
  text-transform: none;
}

.bottom-section .videoContent #vidSteps,
.bottom-section .videoContent #vidSteps_2,
.bottom-section .videoContent #vidSteps_3,
.bottom-section .videoContent #totalSteps,
.bottom-section .videoContent #totalSteps_2,
.bottom-section .videoContent #totalSteps_3 {
  display: inline-block;
  color: #0091da;
  font-size: 1.42vw;
  margin: 0;
  margin-bottom: 2vw;
}

.bottom-section .videoContent #totalSteps,
.bottom-section .videoContent #totalSteps_2,
.bottom-section .videoContent #totalSteps_3 {
  float: right;
  color: #565656;
  font-size: 1vw;
}

.bottom-section .videoContent #vidDesc p,
.bottom-section .videoContent #vidDesc_2 p,
.bottom-section .videoContent #vidDesc_3 p {
  margin: 3vw 0;
  font-size: 0.9vw;
  line-height: 1.3;
  margin: 0.8vw 0;
}

.bottom-section .videoContent #vidDesc p a,
.bottom-section .videoContent #vidDesc_2 p a,
.bottom-section .videoContent #vidDesc_3 p a {
  text-decoration: underline;
  color: #0091da;
}

.bottom-section .videoContent button {
  background-color: #1d428a;
  border-radius: 0.4vw;
  width: 7vw;
  height: 4.45vw;
  font-family: Metropolis-Medium;
  font-size: 1.37vw;
  color: #fff;
  border: 0px;
  box-shadow: none;
  position: absolute;
  top: 23vw;
}

.bottom-section .videoContent button#nextBtn,
.bottom-section .videoContent button#nextBtn_2,
.bottom-section .videoContent button#nextBtn_3 {
  left: 16vw;
}

.bottom-section .videoContent button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #1d428a;
  border: 1px solid #1d428a;
}

/* compatibility check */
.compatibility-check {
  position: relative;
}

.compatibility-check .compatibility-check-left {
  width: 34vw;
  height: 34vw;
}

.compatibility-check.tools_hardware .stage-two .tools_hardware_image_1 {
  position: absolute;
  right: 8vw;
  width: 50vw;
  top: 8vw;
}

.compatibility-check.tools_hardware .stage-three .tools_hardware_image_1 {
  position: absolute;
  right: 8vw;
  width: 57vw;
  top: 5vw;
}

.compatibility-check.tools_hardware .stage-four .tools_hardware_image_1 {
  position: absolute;
  right: 5vw;
  width: 57vw;
  top: 5vw;
}

.compatibility-check object {
  width: 97vw;
}

.compatibility-check h2 {
  font-family: Metropolis-Light;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 100;
  margin-bottom: -3.5vw;
  margin-top: 4vw;
}

.js-example-basic-multiple {
  width: 75%;
}

.select2-container--default .select2-selection--multiple {
  padding: 1vw;
  border: 0px;
  border-radius: 0;
  width: 82% !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0;
  margin-top: 0.5vw;
  padding: 0.3vw;
  padding-left: 1.5vw;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  height: 100%;
  padding: 0 0.3vw;
  border-right: 1px solid #d0d0d0;
}

.select2-container {
  max-height: 13vw;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: solid #d0d0d0 1px;
  max-height: 13vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.compatibility-check-button {
  position: absolute;
  bottom: 4vw;
  left: 13vw;
  background-color: #1d428a;
  border-radius: 0.4vw;
  /* width: 7vw; */
  height: 4.45vw;
  font-family: Metropolis-Medium;
  font-size: 1.37vw;
  color: #fff;
  border: 0px;
  box-shadow: none;
  padding: 0 2vw;
  outline: 0;
  border: 1px solid transparent;
}

.compatibility-check-button.back-button {
  left: 4.2vw;
}

.compatibility-check-button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #1d428a;
  border: 1px solid #1d428a;
}

.compatibility-check-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.select2-results__option,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display,
.select2-container .select2-search--inline .select2-search__field {
  font-size: 0.8vw;
}

.js-example-basic-single,
.js-example-basic-multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  width: 23vw !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  align-items: center;
  padding: 0.3vw 0.2vw;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  position: relative;
}

/* stage-two */

.compatibility-check .stage-two h3 {
  font-size: 1.45vw;
}

.compatibility-check .stage-two p {
  font-size: 1vw;
  line-height: 1.5;
}

.compatibility-check.tools_hardware .stage-two p {
  font-size: 1.79vw !important;
}

.compatibility-check.tools_hardware .stage-two p span,
.compatibility-check.tools_hardware .stage-three p span,
.compatibility-check.tools_hardware .stage-four p span {
  font-size: 1.79vw !important;
  display: inline;
  color: #1d428a;
  font-style: normal;
}

.compatibility-check .stage-two .all_selected_values {
  display: block;
  width: 25vw;
  max-height: 15vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.compatibility-check .stage-two .all_selected_values p {
  font-size: 0.8vw;
  width: 100%;
  padding: 0.5vw;
  background-color: #fff;
  display: inline-block;
  margin: 0;
  margin-bottom: 0.5vw;
}

.compatibility-check .stage-two button:hover {
  cursor: pointer;
}

.compatibility-check .stage-two table {
  position: absolute;
  top: 7.3vw;
  right: 10vw;
  border: 0px;
  font-size: 0.8vw;
  border-spacing: 0px;
  line-height: 1.3;
  width: auto !important;
  z-index: 8;
}

.compatibility-check .stage-two table th {
  padding: 1vw;
  padding-bottom: 2vw;
  padding-top: 0;
  border: 0px;
  color: #fff;
}

.compatibility-check .stage-two table td {
  border: 0px;
  padding: 1vw;
}

.compatibility-check .stage-two table tbody {
  background-color: #fff;
  color: #343434;
}

.compatibility-check .stage-two table th:nth-child(3),
.compatibility-check .stage-two table td:nth-child(3) {
  display: none;
}

.compatibility-check .stage-two table th:nth-child(1),
.compatibility-check .stage-two table td:nth-child(1) {
  text-align: left;
}

.compatibility-check .stage-two table th:nth-child(2),
.compatibility-check .stage-two table td:nth-child(2) {
  text-align: center;
}

.compatibility-check .stage-two table tr:nth-child(2n) {
  background-color: #f7f7f7;
}

.compatibility-check .stage-two table thead,
.compatibility-check .stage-two table tbody {
  display: block;
  width: 28vw;
  max-height: 18vw;
}

.compatibility-check .stage-two table thead tr {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.compatibility-check .stage-two table thead tr th:nth-child(2) {
  padding-right: 0;
}

.compatibility-check
  .stage-two
  table
  tbody
  tr:nth-of-type(5)
  ~ .compatibility-check
  .stage-two
  table
  tbody
  tr {
  display: none;
}

/* Stage 3 */
.stage-three .compatibility-check-left object {
  width: 85%;
  /* margin-top: 4vw; */
}

/* Stage 4 */
.stage-four .compatibility-check-left object {
  width: 80%;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
}

.stage-four .compatibility-check-left p {
  /* width: 85%; */
  margin-top: 0.5vw;
}

.stage-four .compatibility-check .compatibility-check-left {
  width: 44vw;
}

/* Stage 4 */
.stage-five .compatibility-check-left object {
  width: 15%;
  margin-bottom: 0.5vw;
  margin-top: 6vw;
}

.compatibility-check .stage-five {
  width: 41vw;
}

.stage-five .wrapper-box {
  width: 37vw;
  /* margin: 0 auto; */
  padding-left: 4.5vw;
}

.stage-five .compatibility-check-left {
  width: 28vw;
}

/* 
***
ESXi
***
 */
/* 
.esxi-left .select2-container {
  /* padding: 1vw; */
/* } */

.stage-one.esxi-one img,
.stage-two.esxi-two img,
.stage-three.esxi-three object {
  width: 38vw;
  position: absolute;
  right: 6vw;
  top: 9vw;
}

.stage-one.esxi-one h3,
.stage-two.esxi-two h3,
.stage-three.esxi-three h3,
.stage-four.esxi-four h3,
.stage-five.esxi-five h3 {
  padding-top: 5vw;
}

.stage-four.esxi-four object {
  width: 22vw;
  position: absolute;
  right: 14vw;
  top: 7vw;
}

.stage-five.esxi-five object {
  width: 38vw;
  position: absolute;
  left: 57vw;
  top: 2vw;
}

/* .stage-three.esxi-three object {
  position: absolute;
  width: 36vw;
  right: 6vw;
  top: 8.5vw;
} */

/* Animations */
#globeAnim {
  position: absolute;
  z-index: 5;
  top: -7.8vw;
  top: calc(-7.8vw - 5.6vw);
  left: 33.5vw;
  width: 52vw;
  z-index: -1;
}

#cloudAnim {
  position: absolute;
  z-index: 5;
  top: -7.5vw;
  top: calc(-7.5vw - 5.6vw);
  left: 55.5vw;
  width: 35vw;
}

#globeAnim.exiAnim {
  position: absolute;
  z-index: 5;
  top: -8.8vw;
  top: calc(-8.8vw - 5.6vw);
  left: 24.5vw;
  width: 52vw;
}

#cloudAnim.exiAnim {
  position: absolute;
  z-index: 5;
  top: 9.5vw;
  top: calc(9.5vw - 5.6vw);
  left: 20.5vw;
  width: 35vw;
}

#globeAnim.compAnim {
  position: absolute;
  z-index: 5;
  top: -8.8vw;
  top: calc(-8.8vw - 5.6vw);
  left: 24.5vw;
  width: 52vw;
}

#cloudAnim.compAnim {
  position: absolute;
  z-index: 5;
  top: 9.5vw;
  top: calc(9.5vw - 5.6vw);
  left: 20.5vw;
  width: 35vw;
}

#globeAnim.exiAnimfinal {
  position: absolute;
  z-index: 1;
  top: -6.8vw;
  top: calc(-6.8vw - 5.6vw);
  left: 22.5vw;
  width: 52vw;
}

#cloudAnim.exiAnimfinal {
  position: absolute;
  z-index: 5;
  top: 9.5vw;
  top: calc(9.5vw - 5.6vw);
  left: 18.5vw;
  width: 35vw;
}

#cloudAnimHomepage {
  position: absolute;
  z-index: 5;
  top: 134.5vw;
  top: calc(134.5vw - 5.6vw);
  left: -7vw;
  width: 35vw;
}

/* Scroll Bar */
.compatibility-check .stage-two table tbody {
  overflow-y: scroll;
}

::-webkit-scrollbar-track {
  border-radius: 0.6vw;
  background-color: transparent;
  max-width: 9px;
}

::-webkit-scrollbar {
  width: 0.7vw;
  max-width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.6vw;
  background-color: rgba(176, 176, 176, 0.8);
  max-width: 9px;
}
