
:root {
    --color-red: #007582;
}
.btn-theme.btn-newtheme {
    background-color: #007582;
}
.btn-theme.btn-newtheme:hover  {
    background-color: #fff;
    border: 2px solid #007582;
    color: #007582;
}

.btn-theme.btn-newtheme-outline {
    background-color: #fff;
    border: 2px solid #007582;
    color: #007582;
    min-height: 50px;
    border-radius: 8px;   
}
.btn-theme.btn-newtheme-outline:hover {
    background-color: #007582;
    border: 2px solid #007582;
    color: #fff;
}
.text-theme-gray {
    color: var(--color-gray);
}
.play-btn {
    z-index: 9;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 10px;
}
.play-btn img {
    max-width: 26px;
}
.sidenav .menu-link img {
    max-width: 26px;
}
.thumb-title {
    text-shadow: 0 0 2px #000;
    z-index: 9;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.learn-content {
    min-width: 100%;
    background-color:var(--color-gray);
}
.slide-arrow,
.prev-arrow { 
    z-index: 9;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 0;
    position: absolute;
}
.next-arrow:focus,
.prev-arrow:focus { 
    outline: none !important;
}
.slide-arrow {
    top: 50%;
    margin-top: -15px;
}
.prev-arrow {
    left: 40px;
    background-image: url('../images/svg/right.svg');
    transform: rotate(180deg);
}
.next-arrow {
    right: 40px;
    background-image: url('../images/svg/right.svg');
}
.learnVideo .prev-arrow {
    left: 20px;
    background-image: url(../images/svg/right.svg);
    transform: rotate(180deg);
}
.learnVideo .next-arrow {
    right: 20px;
    background-image: url(../images/svg/right.svg);
}
@media screen and (max-width:991px) {
    .slide-arrow,
    .prev-arrow { 
        width: 32px;
        height: 32px;
        background-size: cover;
    }
    .next-arrow {
        right: 20px;
    }
    .prev-arrow {
        left: 20px;
    }
    .learnVideo .next-arrow {
        right: -10px;
    }
    .learnVideo .prev-arrow {
        left: -10px;
    }
}
@media screen and (max-width:450px) {
    ul#myTab li, ul#myTab li button {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .close-resource {
        top: 15px;
    }
}
.text-theme-red {
    color: var(--color-red) !important;
}
.font-bold {
    font-weight: 600;
}
.outline-none:focus {
    outline: none;
}
.learn-tab {
    border-width: 2px !important;
}
.learn-tab {
    border-color: var(--color-border) !important;
}
.learn-tab.active {
    color: var(--color-red);
    border-color: var(--color-red) !important;
}
.font-20 {
    font-size: 20px;
}
.tab-pane .btn-theme {
    border: 2px solid var(--color-red) !important;
}
.tab-pane .play-btn {
    top: calc(50% - 39px);
    left: calc(50% - 39px);
    max-width: 78px !important;
}
.overflow-visible {
    overflow: visible;
}
.height-26 {
    max-height: 26px;
}
.search {
    width: 20px !important;
    top: 8px;
    left: 23px;
}
input#search {
    padding-left: 35px;
}
.text-decoration-underline {
    text-decoration: underline;
}
@font-face {
    font-family: 'icomoondev';
    src:  url('../fonts/icomoondev.eot?5vqanp');
    src:  url('../fonts/icomoondev.eot?5vqanp#iefix') format('embedded-opentype'),
      url('../fonts/icomoondev.ttf?5vqanp') format('truetype'),
      url('../fonts/icomoondev.woff?5vqanp') format('woff'),
      url('../fonts/icomoondev.svg?5vqanp#icomoondev') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icondev-"], [class*=" icondev-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoondev' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icondev-document:before {
    content: "\e900";
  }
  .icondev-video:before {
    content: "\e901";
  }
  .icondev-resource:before {
    content: "\e902";
  }
  .text-shadow {
    text-shadow: 0 0 2px #000;
  }
.learn-tab.active {
    color: var(--color-red) !important;
    border-color: var(--color-red) !important;
}
.learn-tabs.nav-tabs .nav-item {
    margin-bottom: 5px !important;
}
.learn-search-button{
    min-height: 45px !important;
}
.loading.learnmodule-loader2.d-block.position-absolute:before {
    position: absolute;
}
.loading.learnmodule-loader2.d-block.position-absolute:not(:required):after {
	box-shadow: rgba(0,0,0, 0.75) 1.5em 0 0 0, rgba(0,0,0, 0.75) 1.1em 1.1em 0 0, rgba(0,0,0, 0.75) 0 1.5em 0 0, rgba(0,0,0, 0.75) -1.1em 1.1em 0 0, rgba(0,0,0, 0.75) -1.5em 0 0 0, rgba(0,0,0, 0.75) -1.1em -1.1em 0 0, rgba(0,0,0, 0.75) 0 -1.5em 0 0, rgba(0,0,0, 0.75) 1.1em -1.1em 0 0 !important;
}
.learnmodule-loader2 {
    margin-top: 15px;
    display: flex !important;
    justify-content: center;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.learnSlider .slick-track {
    display: flex !important;
}
.rounded-14 {
    border-radius: 14px;
}
.rounded-10 {
    border-radius: 10px;
}
.p-15p {
    padding: 15px;
}
.mt-15p {
    margin-top: 15px;
}
.border-theme-active .embed-responsive::after,
.loadLearnModule:hover .embed-responsive::after {
    content: '';
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
}
.learnSlider .slide-arrow {
    top: 39%;
}
.learnSlider .next-arrow, .learnSlider .prev-arrow, .slide-arrow, .prev-arrow {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 100%;
}


/* .learnSlider .slick-list {
    padding:0 15% 0 0 !important;
} */
.sticky-search {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background : #F7F7FA;
    padding: 20px 50px 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-left: 19rem;
}
.before-30:before {
    padding-top: 31%;
}
@media screen and (max-width:1500px) {
    .learnSlider .slide-arrow {
        margin-top: -25px;
    }
}
@media screen and (max-width:1365px) {
    .learnVideo .slick-list {
        padding:0 25% 0 0 !important;
    }
}
@media screen and (max-width:1100px) {
    .learnSlider .slide-arrow {
        margin-top: -35px;
    }
}
@media screen and (max-width:992px) {
    .learnSlider .slide-arrow {
        margin-top: 0px;
    }
    .learnSlider .prev-arrow {
        margin-left: 15px;
    }
    .learnSlider .next-arrow {
        margin-right: 15px;
    }
    .learnSlider .next-arrow, .learnSlider .prev-arrow {
        background-size: 15px;
    }
    .learnSlider .next-arrow, .learnSlider .prev-arrow, .slide-arrow, .prev-arrow {
        background-size: 20px;
    }
    .sticky-search {
        padding-left: 3rem;
    }
}
@media screen and (max-width:668px) {
    .learnSlider .slide-arrow {
        margin-top: -15px;
    }
}
@media screen and (max-width:600px) {
    .learnSlider .slide-arrow {
        margin-top: 0;
    }
    .learnVideo .slick-list {
        padding:0 !important;
    }    
    .sticky-search {
        padding-left: 2rem;
    }
}
.arrow:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
    transform: rotate(-90deg);
}
.transcript-open.arrow:after {
    transform: rotate(0deg);
}
.bg-FDFDFD {
    background-color: #FDFDFD;
    border-radius: 4px;
    font-size: 14px;
    padding: 14px;
}

.border-theme-active {
    border:1px solid var(--color-red) !important;
}
.border-theme-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 5px;
    text-align: center;
    left: calc(50% - 5px);
    margin: 0 auto;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--color-red) transparent transparent transparent;
}