.btn-video-library-wrapper-video {
    position: relative;
    padding-top: 56.25%;
}
audio.acf-audio-player {
    margin-top: 20px;
    width: 100%;
}
ul.btn-training-sessions li {
    display: flex;
}
ul.btn-training-sessions {
    padding: 0;
    margin: 0;
}
ul.btn-training-sessions span.elementor-icon-list-text {
    width: 90%;
    font-size: 13px;
    line-height: 1.3em;
color: #000;
}
ul.btn-training-sessions li {
    display: flex;
    margin-bottom:13px;
}
ul.btn-training-sessions svg {
    font-size: 30px;
    fill: #004da9;
	width: 30px;
    margin-right: 9px;
}
ul.btn-training-sessions span.elementor-icon-list-text a {
    color: #000;
	font-weight:500;

}
.date-activity-feed {
    color: #004da9;
    font-size: 12px;
}
.btn-video-library-wrapper-item-list-playlist {
    margin-bottom: 10px;
}
.btn-video-library-wrapper-item-list-playlist a h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.btn-video-library-wrapper-item-list-playlist a img {
    max-width: 80px;
    border-radius: 5px;

}

.btn-video-library-column-left{
    margin-right: 10px;
    position: relative;
}
.btn-video-library-wrapper-item-list-playlist a {
    display: flex;
    color: #fff;
    align-items: center;
    background: #1f365f;
    padding: 10px;
    border-radius: 0;
}
.btn-video-library-column-left i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}
/* For Webkit browsers (Chrome, Safari, and newer versions of Edge) */
.btn-video-library-inner-wrapper-playlist::-webkit-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
}

.btn-video-library-inner-wrapper-playlist::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.btn-video-library-inner-wrapper-playlist::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Roundness of the scrollbar thumb */
    border: 3px solid #f1f1f1; /* Padding around the scrollbar thumb */
}

.btn-video-library-inner-wrapper-playlist::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar thumb when hovered */
}

/* For Firefox */


/* For Internet Explorer and Edge */


.btn-video-library-inner-wrapper-playlist::-ms-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
    height: 12px; /* Height of the horizontal scrollbar */
}

.btn-video-library-inner-wrapper-playlist::-ms-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

.btn-video-library-inner-wrapper-playlist::-ms-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Roundness of the scrollbar thumb */
    border: 3px solid #f1f1f1; /* Padding around the scrollbar thumb */
}

.btn-video-library-inner-wrapper-playlist::-ms-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar thumb when hovered */
}
.btn-video-library-inner-wrapper-playlist {
    max-height: 336px;
    overflow-y: scroll;
    padding-right:20px;
}
ul.btn-video-library-file-wrapper a span {
    line-height: 1.2em !important;
    padding-left: 15px;
    font-size: 16px;
    color: #004DA9;
}
ul.btn-video-library-file-wrapper a i {
    font-size: 25px;
    color: #004DA9;
}
ul.btn-video-library-file-wrapper{
    padding:0px;
    margin:0px;
}
ul.btn-video-library-file-wrapper li{
    display: block;
    margin-bottom: 10px;
}
ul.btn-video-library-file-wrapper a {
    display: flex;
    align-items: center;
}
.btn-video-library-file-wrapper-outside {

}
h4.title-resources {
    margin-bottom: 20px;
}
.wrapper-author-content {
    width: 80%;
    padding-left: 10px;
}
.wrapper-author-img {
    width: 30%;
}
.wrapper-author-img img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    object-fit: cover;

}
.wrapper-content-text {
    font-size: 15px;
    line-height: 1.2em;
}
.btn-video-library-wrapper-author {
    background: #004DA9;
    padding: 20px;
}

.btn-video-library-wrapper-author h4.title-wrapper {
    margin-bottom: 20px;
    color:#fff;
}
.btn-video-library-wrapper-author-item {
    display: flex;
    align-items: center;
}
.btn-video-library-file-wrapper-outside h4,
.btn-video-library-file-wrapper-outside,
.wrapper-author-content h5,
.wrapper-content-text {
    color: #fff;
}
.btn-video-library-selector-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    -webkit-column-gap:15px;
    -moz-column-gap:  15px;
    column-gap: 15px;
    row-gap:  15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.btn-video-library-wrapper-item-list a{
    text-decoration: none !important;
}
.btn-video-library-wrapper-item-list {
    padding-bottom:10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

    background:#2C4167;
}
.btn-video-library-wrapper-item-list img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
	min-height: 200px;
}
.wrapper-bg h3 {
    text-decoration: none;
}
.wrapper-bg {
    padding: 21px;
    text-align: center;
}


.btn-video-library-button-bottom {
 	display: block;
    justify-content: center;
    padding-bottom: 20px;
}
.btn-video-library-button-bottom a {
	 display: block;
    color: #fff;
    text-align: center;
    background: #2c4167;
    cursor: pointer;
    padding: 10px 50px;
    margin: 5px;
}
a.btn-video-library-add-to-complete {
    background: #16c2d5;
    color: #fff;
}
.btn-video-library-button-bottom a:hover{
    transform: scale(1.1);
}

/* Preloader */
/**
 * Preloader
 */
.btn_video_library_overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.80);
	z-index: 9999;
}

.btn_video_library_preloader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	top:50%;
	margin-top: -7.5em;
}
.btn_video_library_preloader:before {
  width: 50%;
  height: 50%;
  background: #091e4b;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.btn_video_library_preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn_video_library_preloader_msg{
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 50px auto;
    width: 100%;
    height: 11em;
    top: 50%;
    position: relative;
    text-align: center;
}
a.btn-video-library-completed {
    background: green;
    color: #fff;
}
a.btn-video-library-completed:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    margin-right: 10px;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wrapper-content h4 {
    color: #fff;
}
.btn-video-library-inner-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.wrapper-content {
    text-align: center;
    padding: 25px;
}
    div#my-video {
		width:100%;
      position: relative;
      padding-top: 56.25%; /* 16:9 Aspect Ratio */
		    height: auto !important;
    }
    .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.video-container .vjs-poster img{
	object-fit:cover !important;
}

.btn-training-progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.btn-percentage-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 13px;
    line-height: 1em;
    color: #000;
}
.btn-training-progress-bar {
    height: 15px;
    background-color: #FBAC40;
    text-align: center;
    line-height: 15px;
    color: #091e4b;
    font-size:14px;
    border-radius: 25px;
}
.btn-training-complete-wrapper {
    display: block;
    align-items: center;
}
.btn-training-complete-item {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.btn-training-complete-item {
    width: 100%;
    padding-left:20px;
}
.btn-training-complete-item.btn-training-complete-item-left{
    width: 100%;
}
.btn-video-library-item-post-category a.btn-video-library-item-a {
    display: block;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.btn-video-library-item-post-category{
        position: relative;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.3s ease-in-out;
        border-radius: 4px;
}
.btn-video-library-item-post-category {
    margin-bottom: 25px;
}
.btn-video-library-item-post-category-inner-wrapper {
    position: absolute;
    background-color: #ffffff;
    padding: 1.2rem;
    z-index: 1;
    bottom: 0;
    left: clamp(1rem, 6%, 2.4rem);
    right: clamp(1rem, 6%, 2.4rem);
    border-radius: 4px 4px 0px 0px;
    min-height: 4.8rem;
}
.content-excerpt-inner {
    color: #838f98;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms ease-out;
    font-size: clamp(14px, calc(0.8rem + ((1vw - 0.48rem) * 0.24)), 0.8rem);
}
.btn-video-library-inner-wrapper-category {
    max-width: 800px;
    margin: 0 auto;
}
.icon-wrapper i {
    font-size: 50px;
    color:#8997A9;
}
.btn-video-library-item-post-category-inner-wrapper {
    display: flex;
    align-items: center;
}
.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.icon-wrapper.completed i {
    color: green;
}
.content-excerpt-description{
    overflow: hidden;
    opacity: 0;
    transition: opacity 300ms ease-out 200ms;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content-excerpt-description {
    font-size: 18px;
}
.btn-video-library-item-post-category a:hover .content-excerpt-inner {
    grid-template-rows: 1fr;
        padding: 0.5rem 0.5rem 0rem 0;

}
.btn-video-library-item-post-category a:hover .content-excerpt-description{
    opacity: 1;
}
.content-wrapper h4 {
    font-size: 22px;
    color: #8997A9;
}
.btn-training-complete-wrapper {
    display: flex;
    align-items: center;
}
.btn-training-complete-item.btn-training-complete-item-left {
    width: 70%;
}
.btn-video-library-categories .btn-video-library-wrapper-item-list h3 {
    color: #fff;
        margin-bottom: 0;
}
.btn-training-complete-item {
    width: 50%;
    padding-left: 20px;
}
.btn-video-library-wrapper-item-list {
    position: relative;
}
.new-badge {
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0px;
    background: #208ba6;
    color: #ffffff;
    position: absolute;
    top: 0.6rem;
    right: 0rem;
    z-index: 1;
    padding: 0.9em 1.7em;
}
.btn-video-library-wrapper-item-list {
    transition: all ease .5s;
}
.btn-video-library-wrapper-item-list:hover {
    transform: scale(1.05);
}
@media screen and (max-width:767px){
    .btn-video-library-selector-wrapper {
        display: block;

    }
	.btn-video-library-inner-wrapper {
		display: block;
	}
}
ul.btn-video-library-file-wrapper li {
    display: flex;
    color: #000;
}
.btn-wrapper {
    display: flex;
    justify-content: right;
    width: 40%;
}
span.btn-title-inline {
    width: 60%;
}
.btn-wrapper a {
	cursor:pointer;
    margin-left: 20px;
}
.wrapper-iframe {
    position: relative;
    padding-top: 56%;
}
iframe.btn-iframe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
.btn-video-library-item-post-category.completed .btn-video-library-item-a-image{
   -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.btn-video-library-item-a-image {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}
.btn-video-library-item-a-image {
    background-size: cover;
}
@media screen and (min-width:1024px){
	.wrapper-content {
    text-align: center;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
}
.btn-video-library-wrapper-item-list a {
    text-decoration: none !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}
}

/* Hide Category */
button.btn-video-library-hide-action {
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 1em;
    border: 0;
    width: 100%;
}
.btn-video-library-hide-item-list a {
    width: 90%;
    display: block;
    text-decoration: none !important;
}
.btn-video-library-hide-item-list {
    display: flex;
}
.btn-video-library-hide-action {
    width: 10%;
}
.btn-video-library-hide-categories-title,
.btn-video-library-hide-post-title {
    padding: 20px;
    font-size: 20px;
    background: #efefef;
    font-weight: 600;
    color: #000;
}
.btn-video-library-hide-categories-wrapper,
.btn-video-library-hide-post-title {
    border: 1px solid #efeded;
}
.btn-video-library-hide-item-list h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
}
.btn-video-library-hide-item-list {
    padding: 15px 20px;
    border-top: 1px solid #efeded;
}
.btn-video-library-hide-item-list {
    display: flex;
    align-items: center;
}
button.btn-video-library-hide-action.btn-restore,
button.btn-video-library-hide-action-page.btn-restore,
button.btn-video-library-hide-action.btn-unhide,
button.btn-video-library-hide-action.btn-unhide,
button.btn-video-library-hide-action-page.btn-unhide{
    background: #c9c9c9;
    color: #000;
}
.btn-video-library-hide-post-wrapper{
    margin-top:50px;
}
.btn-wrapper-pdf-viewer{
	height:0px;
	overflow:hidden;
}



/* Modal */

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: transparent;
    padding: 0px;
    max-width: 800px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
}
.modal__container a.btn-call-call-archive-link {
    margin: 20px auto !important;
    display: block;
    border: none;
    padding: 15px 20px !important;
}
button.modal__close {
    background: none !important;
    box-shadow: 0 0 0;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
button.modal__close {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
}
.modal__close {
    border: 0 !important;
    right: 5px !important;
    position: absolute;
    top: 5px;
    background: transparent !important;
    padding: 0px !important;
    cursor: pointer;
}



.modal__content {
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}
button.modal__close {
    margin-top: 5px;
    margin-right: 15px;
}

.modal__content::-webkit-scrollbar {
    width: 10px;
}

.modal__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modal__content {
    overflow-y: auto;
    height: 100%;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
display: none;
z-index: 99999999;
}

.micromodal-slide.is-open {
display: block;
	position:fixed;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}
.modal__container {
    max-width: 100%;
    max-height: 100vh;
    width: 96%;
    background: #fff;
    height: 90vh;
}
.modal__container iframe {
    width: 100%;
    height: 300px;
}
}
@media screen and (max-width:640px){
    .modal__container iframe {
        height: 200px;
    }
}
.modal__container {
    max-width: 800px;
    width: 100%;
    background: #fff;
    height: 80vh;
}
button.modal__close {
    z-index: 99;
}
.pdfemb-toolbar.pdfemb-toolbar-fixed.pdfemb-toolbar-bottom {
    position: fixed;
}
.pdfemb-viewer {
    margin: 0 auto !important;
    border: none !important;
}
.btn-video-library-pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}
.completed-video {
    filter: grayscale(100%);
}
.btn-video-library-assigned-training-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.btn-video-library-assigned-training-item {
    width: 27%;
    padding: 5px;
}
.btn-video-library-assigned-training-item-submit {
    padding: 5px;
}
.btn-video-library-assigned-training-item select {
    width: 100% !important;
    padding: 20px !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single {
    padding: 7px !important;
    height: 100% !important;
}
button.btn-assign {
    padding: 15px 30px;
}
.btn-video-library-assign-action a {
    background: #004da9;
    text-align: center;
    color: #fff !important;
    width: 150px;
    padding: 7px;
    font-size: 14px;
}
.btn-video-library-assign-post-wrapper.wrapper-completed-block h3 {
    display: flex
;
    align-items: center;
    margin-top: 0px;
    line-height: 1em;
}
.btn-video-library-assign-post-wrapper.wrapper-completed-block i {
    color: green;
    margin-right: 10px;
    font-size: 20px;
}

/* Start of New banner*/
.wrapper-complete i {
    color: #fff !important;
    font-size: 25px;
    margin-right: 10px;
}
.wrapper-complete {
    position: absolute;
    top: -32px;
    background: #008000;
    display: flex;
    align-items: center;
    padding: 7px 20px;
    color: #fff;
    left: -15px;
    border-radius:0px;
    font-size: 13px;
}
.wrapper-complete:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #014f01 transparent transparent;
    transform: rotate(0deg);
}
.btn-video-library-assign-action a {
    margin: 3px;
    cursor: pointer;
}
.btn-video-library-assign-action {
    display: flex;
}
/* End */
a.btn-view-link-remove {
    background: #8b8b8b;
    width: 95px;
}
.btn-video-library-assign-action a:hover{
	opacity:0.7;
}
.btn-video-library-assign-post-wrapper {
    max-width: 1100px;
    margin: 20px auto;
}
.btn-video-library-assigned-training-wrapper {
    display: flex
;
    flex-wrap: wrap;
    align-items: end;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: space-between;
}
.select2-container {
    width: 100% !important;
}
.wrapper-form-agency-policy button {
    margin-top: 15px;
}
.wrapper-form-agency-policy {
    max-width: 500px;
    margin: 0 auto;
    text-align:center;

}
.wrapper-form-agency-policy-end-user a {
    margin-left: 10px;
    background: #004da9;
    color: #fff;
    padding: 10px 40px;
}
.btn-video-library-wrapper-item-list.completed .wrapper-complete {
    top: 10px;
    left: -9px;

}
.iframe-policy-wrapper {
    position: relative;
    padding-top: 56.6%;
    height: 100%;
}
.iframe-policy-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-wrapper a {
    text-decoration: none !important;
}

/** Assigned Training Reporting **/
.btn-video-library-wrapper-reporting-header {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    max-width: 1120px;
    margin: 0 auto 30px;
    justify-content: center;
}
.btn-video-library-wrapper-reporting-header-item {
    width: 25%;
    padding:6px;
}
.btn-video-library-wrapper-reporting-header-item.time-frame input {
    width: 100%;
    background: #fff;
}
button.btn-submit-assigned-report {
    height: 100%;
    padding: 12px 40px;
}
.btn-video-library-wrapper-reporting-header-item.btn-submit-item {
    width: auto !important;
}
.btn-video-library-wrapper-reporting-header-item.time-frame{
	display:none;
}


#btn-video-library-file-wrapper-admin .btn-wrapper a {
    padding: 0px !important;
    margin-left: 15px;
}
#btn-video-library-file-wrapper-admin .btn-wrapper a i {
    font-size: 15px !important;
}
#btn-video-library-file-wrapper-admin .btn-wrapper a span {
    font-size: 14px !important;
    padding: 0px !important;
    margin-left: 5px;
}



a.btn-video-library-completed-training-user {
    cursor: pointer;
}
button.notice-dismiss:before {
    content: "×";
    color: #000000;
}
button.notice-dismiss {
    background: none !important;
    padding: 0;
    font-size: 33px;
    box-shadow: 0px 0px 0px;
}
button.notice-dismiss {
    background: none;
}
button.notice-dismiss:after {
  content: "×"; /* Unicode multiplication sign */
}
.btn-video-library-modal-container {
    padding: 40px;
}
h3.btn-video-library-modal-title {
    text-align: center;
}
p.no-result-found {
    text-align: center;
}
.btn-video-library-wrapper-reporting-content th {
    text-align: left;
}
th.wrapper-assigned {
    width: 300px;
}


/* General styling for the table */
.btn-video-library-wrapper-reporting-content table.tablesorter th {
	position: relative;
	cursor: pointer;
	padding-right: 20px; /* Space for the icon */
}

/* Remove default tablesorter icons (optional) */
.btn-video-library-wrapper-reporting-content table.tablesorter th.tablesorter-header {
	background-image: none !important;
	background: none !important;
}

/* Add custom icons for unsorted columns */
.btn-video-library-wrapper-reporting-content table.tablesorter th.tablesorter-headerUnSorted .tablesorter-header-inner::after {
	content: '⇅';
	position: relative;
	right: 0;
	font-size: 0.8em;
	color: gray;
	top: 0px;
	margin-left: 10px;
}

/* Add custom icon for ascending sort */
.btn-video-library-wrapper-reporting-content table.tablesorter th.tablesorter-headerAsc .tablesorter-header-inner::after {
	content: '⬆️';
	color: green;
	margin-left: 10px;
}

/* Add custom icon for descending sort */
.btn-video-library-wrapper-reporting-content table.tablesorter th.tablesorter-headerDesc .tablesorter-header-inner::after {
	content: '⬇️'; /* Custom icon for descending */
	color: red;
	margin-left: 10px;
}
.btn-video-library-wrapper-reporting-content.tablesorter-header-inner {
	position: relative;
}
.btn-video-library-wrapper-reporting-content th#id .tablesorter-header-inner::after,
.btn-video-library-wrapper-reporting-content th#action .tablesorter-header-inner::after{
	display:none;
}
.btn-video-library-wrapper-reporting-content table.tablesorter th {
    font-size: 15px;
}
.btn-video-library-wrapper-reporting-content td {
    font-size: 15px;
}

.btn-video-library-widget h3 {
    font-size: 16px;
    color: #040f26;
    margin-bottom: 10px;
}
.btn-video-library-widget p, .btn-video-library-widget a, .btn-video-library-widget {
    font-size: 14px !important;
    color: #004da9;
    text-align: left;
    line-height: 1.2em;
	    margin-bottom: 0px;
}
.btn-video-library-widget {
    background: #EEEEEE;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 5px;

}
.btn-video-library-widget li {
    display: block;
    padding-left: 5px;
    margin-bottom: 10px;
}
.btn-video-library-widget ul {
    margin: 0;
}
.btn-video-library-widget p {
    margin-top: 5px;
}


.btn-wrapper-briefing-activity-feed-container {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.btn-wrapper-briefing-activity-feed {
    padding: 20px;
    background: #f2f2f2;
}
.btn-video-library-widget {
    background: #fff;
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 18%;
    margin: 5px;
    color: #004da9;
}
.btn-video-library-widget i {
    font-size: 20px;
    margin: 0 auto 10px;

}
.btn-video-library-widget {
    text-align: center;
}
.btn-video-library-widget h3{
     color: #000 !important;
}
.btn-video-library-widget p {
    color: #000 !important;
    text-align: center;
    font-size: 18px !important;
}
.btn-wrapper-briefing-activity-feed-container {
    flex-wrap: wrap;
}
@media screen and (max-width:767px){
	.btn-video-library-widget {
		text-align: center;
		width: 47%;
	}
}

.wrapper-content {
    display: block;
}
.btn-video-wrapper iframe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
.btn-video-wrapper {
    position: relative;
    padding-top: 56%;
}
.wrapper-content-button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 25px;
}
.wrapper-content {
    padding-bottom: 65px;
}
button.btn-access:hover {
    background: #fff;
    color: #2c4167;
}
.wrapper-complete.wrapper-locked {
    background: #181818;
}

.wrapper-complete.wrapper-locked i {
    display: block;
    width: 100%;
    font-size: 53px;
}
.wrapper-complete.wrapper-locked {
    background: #000000e0;
    height: 201px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
	top: 0;
}
.btn-video-library-wrapper-item-list.locked-content .new-badge {
    display: none;
}
.wrapper-complete.wrapper-locked:after {
    display: none;
}
button.btn-access {
    font-family: 'Raleway';
    border: none;
}
.btn-video-wrapper-content a {
    background: #16c2d5;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 15px;
    font-weight: 500;
    border-radius: 50px;
}
.btn-video-wrapper-content a:hover {
	background:#2c4167;
}
.btn-video-wrapper-content h3, .btn-video-wrapper-content h4, .btn-video-wrapper-content h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.btn-video-wrapper {
    margin-top: 50px;
	margin-bottom:50px;
}
.no-wrapper-locked-content {
    display: none;
}