.logo-holder .logo-link .logo {
  width: 76px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 1rem;
}
.oc-show-stage {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  width: auto;
  height: 76px;
  /* background-color: black;  */
  /* width: ; */
  border-radius: 5px;
}
.oc-show-stage:hover {
  color: yellow;
}
@media (max-width: 1106px) {
  .hide-oc-companyname {
    display: none !important;
    margin: 1rem;
  }
  .oc-only-header-logo {
    display: inline !important ;
    margin: 1rem;
    max-width: 75px;
    max-height: 75px;
    width: auto;
    height: auto;
  }
}

.oc-only-header-logo {
  display: none;
}

.oc-bg-secondary {
  background-color: #fff !important;
}
#oc-heading-spacer {
  margin-top: 9rem;
}
.oc-purple {
  background-color: #3d2e58;
  /* color: #000; */
}
oc-border-primary {
  border-color: #9acd32 !important;
  border-style: solid;
  border-width: 3px;
}
oc-border-primary-right oc-border-primary {
  border-color: #9acd32 !important;
  border-style: solid;
  border-right: 3px;
}
.oc-white-bg {
  background-color: #fff;
  font-weight: bold;
  color: #3d2e58;
  border-color: #9acd32;
  border-style: solid;
  border-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.oc-green-bg {
  background-color: #9acd32;
}
.oc-rounded-corners-bottom {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.oc-bg-primary {
  /* background: #fcfcfc; */
  background-color: #3d2e58;
}
.oc-purple-bg {
  background-color: #3d2e58;
  font-weight: bold;
  /* border-color: #9acd32; */
  /* border: 2px;
  border-style: solid; */
  /* color: ;  */
  /* opacity: 1;  */
  /* transform: translate(0px, 0px); */
}
.oc-dark-text {
  color: #3d2e58;
}
.oc-weight {
  font-weight: bold;
}
.oc-light-text {
  color: #fff;
}
.oc-header-logo {
  max-width: 76px;
  max-height: 76px;
  width: auto;
  height: auto;
}
.btn-match-menu {
  background-color: rgb(248, 249, 250);
  color: rgb(33, 37, 41);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none !important;
  border: 0px;
}
.btn-match-menu:focus {
  border: none !important;
}
/* #save_maturitylink {
    margin-left: 4px ;
} */

/* Drop Down Save Window */
/* The sidepanel menu */
.sidepanel {
  width: 0;
  position: fixed;
  z-index: 100;
  height: 100px;
  top: 0;
  left: 0;
  background-color: none;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-left: 10px;
  /* width: 50%; */
}

.sidepanel a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 25px;
  width: 50%;

  /* color: ; */
  background-color: none;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #9acd32;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  left: 80%;
  padding-top: 45px;
  padding-left: 0px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: auto;
}

.openbtn:hover {
  background-color: #9acd32;
}
