/*
Theme Name: Make It Digital
Template: Impreza
Version: 1.0
Author:	Make It Digital
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/*pdf files */
.wp-doc-sticky-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #2c2e2f;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 12px 12px 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-doc-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.wp-doc-bar-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wp-doc-zoom {
    background: #1e1e1e;
    border-radius: 4px;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zoom-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.wp-doc-bar-actions button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.wp-doc-bar-actions .dashicons {
    font-size: 18px;
}


/*imagem de lado */
.wp-doc-slide-card {
    background: #000; /* Dark background per image */
    padding: 20px;

    max-width: 400px; /* Adjust based on your layout */
}

.wp-doc-slide-image-wrapper {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #333;
}

.wp-doc-slide-img {
    width: 100%;
    height: auto;
    display: block;
}

.wp-doc-slide-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.wp-doc-slide-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
}

.wp-doc-slide-number {
    background-color: #243b4d;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Ensure the parent column behaves as a flex container */
.left_row .vc_column-inner{
    display: flex;
    flex-direction: column;
  
  
}


/* Chrome, Edge, and Safari scrollbar */
.left_row .vc_column-inner::-webkit-scrollbar {
    width: 6px;
}
.left_row .vc_column-inner::-webkit-scrollbar-track {
    background: #1a1a1a;
}
.wp-doc-scroll-container::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 10px;
}

/* Spacing between cards inside the scroll area */
.left_row .vc_column-inner .wp-doc-slide-card {
    margin-bottom: 20px;
}

h3.wp-doc-slide-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}