.driver-popover.custom {
    padding: 1.5em;
    max-width: 350px;
}
.driver-popover.large {
    max-width: 85vh;
}
.driver-popover.medium {
    max-width: 55vh;
}


.driver-popover.custom .driver-popover-title {
    font-family: "Futura PT";
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    color: var(--blue);
}
.driver-popover.custom .driver-popover-description {
    font-family: "Futura PT";
    font-size: 1.25em;
    display: flex !important;
    flex-direction: column;
}

.driver-popover.custom .driver-popover-navigation-btns {
    /*justify-content: space-between;*/
    gap: 1em;
}
.driver-popover.custom button {
    font-size: 3em;
    border: none;
    padding: 0em;
    text-shadow: none;
}
.driver-popover.custom button:hover, .driver-popover.custom button:focus {
    background-color: transparent;
}
.driver-popover.custom button>i {
    pointer-events: none;
}
.driver-popover.custom .driver-popover-btn-disabled {
    opacity: 0 !important;
    cursor: default !important;
}
.driver-popover.custom .driver-popover-next-btn {
    color: var(--b-blue);
}
.driver-popover.custom .driver-popover-prev-btn {
    font-size: 2em;
    opacity: 0.5;
    color: var(--b-blue);
}
.driver-popover.custom .driver-popover-close-btn {
    font-size: 2em;
    width: 4em;
    margin-top: 0.5em;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: calc(100% - 1em - 1.25em);
    left: 0.25em;
}
.driver-popover.custom .driver-popover-close-btn::before {
    display: block;
    content: "Skip Tutorial";
    font-family: "Futura PT";
    font-size: 0.6em;
    text-decoration: underline;
    color: rgb(145, 145, 145);
    text-underline-offset: 3px;
}

.driver-popover.custom.timeOver .driver-popover-close-btn {
    display: none !important;
}
.driver-popover.custom.timeOver .driver-popover-close-btn::before {
    display: none !important;
}

.driver-popover-description>p {
    margin-top: 0;
}

.tutorial-image {
    height: 8em;
    align-self: center;
}
.tutorial-image.large {
    height: 12em;
    align-self: center;
}

.driver-popover .btn {
    font-size: 1em;
    font-family: "Futura PT" !important;
}
.driver-popover.menu {
    z-index: 10001;
}
.driver-popover.menu .driver-popover-navigation-btns {
    justify-content: center !important;
    gap: 1em;
}