/* Icons */
@font-face {
  font-family: "aiovg-icons";
  src: url("../fonts/aiovg-icons.eot?tx9c7f");
  src: url("../fonts/aiovg-icons.eot?tx9c7f#iefix") format("embedded-opentype"),
    url("../fonts/aiovg-icons.ttf?tx9c7f") format("truetype"),
    url("../fonts/aiovg-icons.woff?tx9c7f") format("woff"),
    url("../fonts/aiovg-icons.svg?tx9c7f#aiovg-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="aiovg-icon-"],
[class*=" aiovg-icon-"] {
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-family: "aiovg-icons" !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-style: normal;
}

.aiovg-icon-share:before {
  content: "\ea82";
}

.aiovg-icon-facebook:before {
  content: "\ea90";
}

.aiovg-icon-twitter:before {
  content: "\e900";
}

.aiovg-icon-linkedin:before {
  content: "\eaca";
}

.aiovg-icon-pinterest:before {
  content: "\ead1";
}

.aiovg-icon-tumblr:before {
  content: "\eab9";
}

.aiovg-icon-whatsapp:before {
  content: "\ea93";
}

.aiovg-icon-email:before {
  content: "\e901";
}

.aiovg-icon-close:before {
  content: "\ea0f";
}

.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-start {
  align-items: flex-start;
}

.okta-meta-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  z-index: 3;
}

.okta-main-player {
  position: relative;
  overflow: hidden;
}
.okta-main-player a {
  color: var(--bs-light);
  text-decoration: none;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-16x9 {
  aspect-ratio: 16 / 9;
}
.okta-main-player video,
.okta-main-player iframe,
.okta-main-player object,
.okta-main-player embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.okta-mask {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.okta-player-thumb {
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}
.okta-player-thumb .okta-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.okta-player-thumb:hover .okta-thumb {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.okta-player-thumb:hover .okta-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.okta-main-player .okta-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.okta-btn-play .okta-play {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
}
.okta-btn-play:hover {
  opacity: 0.6;
}
@media (max-width: 575.98px) {
  .okta-btn-play {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    line-height: 40px;
  }
  .okta-btn-play .okta-play {
    max-width: 40px;
    max-height: 40px;
  }
}

.okta-category-grid {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.okta-widget-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  row-gap: 10px;
  font-size: fo;
}
.okta-widget-hr {
  flex-shrink: 0;
  flex-grow: 1;
  height: 0;
  margin: 0;
  border-top: 2px solid #000;
  min-width: 10px;
}

.okta-item-video .okta-post-title {
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

body.embed-player {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.embed-player .okta-player video.js-fluid-player {
  position: relative;
  max-height: 100vh;
}

.okta-player {
  position: relative;
}

/* Share & Embed */
.okta-player .okta-share-embed-button {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 1;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: transparent;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.okta-player .okta-share-embed-button:hover,
.okta-player .okta-share-embed-button:focus {
  color: #ffb400;
}

.okta-player .okta-share-embed-modal {
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.okta-player .okta-share-embed-modal.fadein {
  pointer-events: auto;
  opacity: 1;
}

.okta-player .okta-share-embed-modal-content {
  width: 100%;
}

.okta-player .okta-share-embed-modal-close-button {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  border-radius: 2px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1;
  background: #222;
}

.okta-player .okta-share-embed-modal-close-button:hover,
.okta-player .okta-share-embed-modal-close-button:focus {
  background: #ffb400;
}

.okta-player .okta-share {
  text-align: center;
}

.okta-player .okta-share-button {
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 1;
}

.okta-player .okta-share-button:hover {
  opacity: 0.9;
}

.okta-player .okta-share-button-facebook {
  background-color: #3b5996;
}

.okta-player .okta-share-button-twitter {
  background-color: #55acee;
}

.okta-player .okta-share-button-linkedin {
  background-color: #006699;
}

.okta-player .okta-share-button-pinterest {
  background-color: #c00117;
}

.okta-player .okta-share-button-tumblr {
  background-color: #28364b;
}

.okta-player .okta-share-button-whatsapp {
  background-color: #25d366;
}

.okta-player .okta-share-button-email {
  background-color: #6e6e6e;
}

.okta-player .okta-share-button span {
  line-height: 40px;
  color: #fff;
  font-size: 24px;
}

.okta-player .okta-embed {
  margin: auto;
  padding: 20px;
  max-width: 720px;
}

.okta-player .okta-embed label {
  display: block;
  margin: 0 0 7px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.okta-player .okta-embed input {
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 1px;
  background: #fff;
  padding: 7px;
  width: 100%;
  line-height: 1;
  color: #000;
}

.okta-player .okta-embed input:focus {
  border: 1px solid #fff;
}
