.test {
  height: 10px;
}

.href-link{
  cursor: pointer;
  font-size: 12px;;
}
.href-link:hover{
  color:#0645AD;
}

.copy {
  top: 369px;
  left: 889px;
  width: 403px;
  height: 40px;
  background: #f8f9fa 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  font: Light 18px/22px Lato;
  letter-spacing: 0;
  color: #3b95d1;
  opacity: 1;
  cursor: pointer;
}
.copy-icon {
  top: 381px;
  left: 1264px;
  width: 14px;
  height: 16px;
  background: transparent url("../images/download.png") 0% 0% no-repeat
    padding-box;
  opacity: 1;
  display: inline-flex;
  padding-top: 12px;
  margin-left: 10px;
}

.copy-to-clipboard {
  height: 0;
  position: absolute;
  z-index: -1;
}

.deployment-box-wrapper {
  top: 173px;
  left: 852px;
  width: 475px;
  /* height: 357px; */
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #c1c8ce;
  border-radius: 4px;
  opacity: 1;
}

.deployment-box-header {
  /* top: 173px;
  left: 852px;
  width: 475px;
  height: 40px; */
  background: #425d78 0% 0% no-repeat padding-box;
  /* border-radius: 4px 4px 0px 0px;
  opacity: 1; */
}

.delete-button-wrapper {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #ffffff 0% 0% no-repeat padding-box;
  /* border: 1px solid red; */
  border-radius: 4px;
  opacity: 1;
  
}

.delete-button {
  top: 1111px;
  left: 86px;
  width: 24px;
  height: 24px;
  background: transparent url("../images/ico-Trash-Off.png") 0% 0% no-repeat
    padding-box;
  opacity: 1;
  border: 0px solid rgb(193, 194, 196);
  cursor: pointer;
  margin-left: 7px;
  vertical-align: bottom;
}


.delete-button:hover {
  background: transparent url("../images/ico-Trash-On.png") 0% 0% no-repeat
    padding-box;
}

.edit-button-grid {
  top: 1111px;
  left: 86px;
  width: 24px;
  height: 24px;
  background: transparent url("../images/icon-edit-off.png") 0% 0% no-repeat
    padding-box;
  opacity: 1;
  border: 0px solid red;
  cursor: pointer;
  margin-left: 7px;
  vertical-align: bottom;
}

.edit-button-grid:hover {
  background: transparent url("../images/icon-edit-on.png") 0% 0% no-repeat
    padding-box;
}

.add-environment,
.add-crminstance,
.add-network-pod {
  position: relative;
  left: 25px;
  width: 158px;
  height: 40px;
  background: #34bfa3 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  font: Semibold 14px/17px Lato;
  letter-spacing: 0;
  color: #f8f9fa;
  border:1px solid #34BFA3;;
  cursor: pointer;
}

.add-environment:hover,
.add-crminstance:hover,
.add-network-pod:hover {
  
 /*  background: #07e2b6 0% 0% no-repeat padding-box; */
  opacity: 0.7;
}

.extension {
  top: 366px;
  left: 20px;
  width: 235px;
  height: 40px;
  background: #f4f5f7 0% 0% no-repeat padding-box;
  border: 1px solid #99a3ae;
  opacity: 1;
  text-align: left;
  font: Semibold 12px/30px Lato;
  letter-spacing: 0;
  color: #18212b;
  opacity: 1;
}
.extension-active {
  top: 288px;
  left: 60px;
  width: 235px;
  height: 40px;
  background: #3b95d1 0% 0% no-repeat padding-box;
  border: 1px solid #99a3ae;
  opacity: 1;
  text-align: left;
  font: Semibold 12px/30px Lato;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
}

.save {
  top: 938px;
  left: 1757px;
  width: 72px;
  height: 40px;
  background: #34bfa3 0% 0% no-repeat padding-box;
  opacity: 1;
  cursor: hand;
  border: 1px solid fff;
  display: block;
}
.save-text {
  display: inline-flex;
  top: 10px;
  left: 20px;
  width: 28px;
  height: 17px;
  text-align: center;
  font: Semibold 14px/17px Lato;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  cursor: hand;
  border: 1px solid green;
  position: relative;
}

.environment-name {
  top: 309px;
  left: 889px;
  width: 385px;
  height: 40px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c1c8ce;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  font: Regular 16px/19px Lato;
  letter-spacing: 0;
  color: #179aff;
}

.environment-name-label {
  top: 288px;
  left: 889px;
  width: 104px;
  height: 15px;
  text-align: left;
  font: Regular 12px/18px Lato;
  letter-spacing: 0;
  color: #c1c8ce;
  opacity: 1;
}
.environment-id {
  top: 369px;
  left: 889px;
  width: 403px;
  height: 40px;
  background: #f8f9fa 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  font: Light 18px/22px Lato;
  letter-spacing: 0;
  color: #3b95d1;
  opacity: 1;
}
.environment-id-wrapper {
  top: 369px;
  left: 889px;
  width: 385px;
  height: 40px;
  background: #f8f9fa 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
}
.environment-id-label {
  top: 378px;
  left: 899px;
  width: 23px;
  height: 22px;
  text-align: right;
  font: Semibold 18px/22px Lato;
  letter-spacing: 0;
  color: #99a3ae;
  opacity: 1;
}

.copy {
  top: 369px;
  left: 889px;
  width: 403px;
  height: 40px;
  background: #f8f9fa 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  font: Light 18px/22px Lato;
  letter-spacing: 0;
  color: #3b95d1;
  opacity: 1;
}
.copy-icon {
  top: 381px;
  left: 1264px;
  width: 14px;
  height: 16px;
  background: transparent url("../images/download.png") 0% 0% no-repeat
    padding-box;
  opacity: 1;
  display: inline-flex;
  vertical-align: text-bottom;
  margin-left: 5px;
  cursor: pointer;
}

.invalid-feedback{
    font-size: 80%;
    width: 100%;
    margin-top: .25rem;
    color: #fb6340;
    display: block !important;
}

.is-invalid{
  border: 1px solid #cad1d7;
  border-color: #fb6340;
}

.gridCodes{
  text-align: left;
  margin-left: 7px;
}

.delete-error{
  color: red;
  word-break: break-all;
  font-size: 14px;
}

.confirm-name-box{
   width: 262px;
   margin-right: 15px;
}

.footer-content{
  display: flex;
  float: right;
}


.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3B95D1;
  background-color: #3B95D1;
}

.network-host {
  left: 20px !important;
}
