/**
 * Library Viewer — Basic functional CSS only.
 * Detailed design/styling to be added separately by the developer.
 */

.ulv-library-wrapper {
    display: flex;
    gap: 24px;
}

.ulv-toc-column {
    flex: 0 0 30%;
    max-width: 30%;
}

.ulv-viewer-column {
    flex: 0 0 70%;
    max-width: 70%;
}
li.ulv-toc-item p {
    margin:0px;
}
li.ulv-toc-item strong {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    color: #fbc700;
    display:block;
}
li.ulv-toc-item:hover strong {
    color: #fb0000;
}
.ulv-toc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ulv-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ulv-toc-item {
    margin: 0;
    padding: 0;
}

.ulv-toc-link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.ulv-toc-link.ulv-is-active {
    font-weight: bold;
}

.ulv-toc-toggle {
    cursor: pointer;
    background: none;
    border: none;
}
.ulv-notice.ulv-notice-empty {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ulv-viewer-loading,
.ulv-viewer-message,
.ulv-notice {
    padding: 12px;
}
.ulv-viewer-frame {
    width: 100%;
    min-height: 600px;
    border: none;
}
.ulv-toc-header {
    padding: 6px 10px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    background: #3a3a3a;
    color: #ffca00;
    font-family: "Teko", sans-serif;
}

.ulv-toc-column {
    border-left: 4px solid #ccc;
}
span.ulv-toc-toggle-icon {
    font-size: 14px;
}
div#ulv-viewer-column {
    background: black;
    border: 2px solid #38393a;
}
div#ulv-toc-toggle[aria-expanded="false"] span.ulv-toc-toggle-icon {
    transform: rotate(180deg);
}

div#ulv-toc-toggle span.ulv-toc-toggle-icon {
    line-height: 1.2 !important;
    height: 12px;
    user-select: none;
}
li.ulv-toc-item a {
    margin: 0;
    margin-top:3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    position: relative;
    color: #fff;
    font-weight: 300;
    letter-spacing: .5px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    cursor: pointer;
    transition:all 0.3s ease;
}
li.ulv-toc-item a:hover{
    background:#ffca00;
    color:black;
}
li.ulv-toc-item a.ulv-is-active {
    background: #ffca00;
    color:black;
    font-weight: normal;
}
.ulv-toc-header span.ulv-toc-toggle-icon {
    color: #ffca00;
}
a.ulv-purchase-button {
    background: #ff4646 no-repeat;
    border: 1px solid #ff4646;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    min-width: 125px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px !important;
    font-family: "Oswald", sans-serif;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
a.ulv-purchase-button:hover{
    background:#ffca00;
}
.ulv-purchase-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ulv-toc-column {
    align-self: flex-start;
}
.full-size iframe {
    background: black;
    border: 2px solid #38393a !important;
}
.ulv-notice.ulv-notice-empty {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    
    text-align: center;
    font-size: 30px;
    line-height: normal;
    letter-spacing: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #f00;
}
.ulv-notice.ulv-notice-empty p {
    margin: 0px;
}
.ulv-library-wrapper[data-viewer-type="vimeo"] div#ulv-viewer-column .ulv-viewer-frame {
    min-height: 445px;
}
html[dir="rtl"] .ulv-toc-column {
    width: 100%;
    border-right: 4px solid #ccc;
    border-left: unset;
}
html[dir="rtl"] .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
}
.player .playpause-track .fa {
    color: white;
}
.ulv-notice-lang-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.ulv-notice-lang-buttons a.ulv-notice-lang-button {
    background: #ffca00;
    color: black;
    padding: 10px 30px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
     border:2px solid #ffca00;
    transition: all 0.3s ease;
}

.ulv-notice-lang-buttons a.ulv-notice-lang-button:hover{
    background:transparent;
    color:white;
    border:2px solid white;
}
@media (max-width: 782px) {
    .ulv-library-wrapper {
        flex-direction: column;
    }
    .ulv-toc-column {
    width: 100%;
}
    .ulv-toc-column,
    .ulv-viewer-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul#ulv-toc-list {
    height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}
}
@media (max-width: 767px) {
    .ulv-toc-list {
        display: none;
    }.ulv-library-wrapper[data-viewer-type="vimeo"] div#ulv-viewer-column .ulv-viewer-frame {
    min-height: unset !important;
}
.ulv-notice.ulv-notice-empty {
    padding: 20px;
    padding-bottom: 60px;
}

.ulv-notice.ulv-notice-empty p.ulv-notice-subtitle {
    font-size: 16px;
}
.ulv-notice-lang-buttons a.ulv-notice-lang-button {
    font-size: 14px;
    padding: 5px 21px;
}
h2.ulv-notice-title {
    font-size: 30px;
}
}