/* CUSTOMIZE INTROJS DIALOGS */
.introjs-tooltip-tutorial {
    background-color: #333333 !important;
}

.introjs-tooltip-tutorial .introjs-tooltip-title {
    color: white !important;
}

.introjs-tooltip-tutorial .introjs-nextbutton {
    background-color: white !important;
    color: black !important;
}

/* Large screens */
@media only screen and (min-width: 1801px) {
    /* disable skip button */
    .introjs-skipbutton {
        display: none;
    }

    /* introjs tooltip */
    .introjs-tooltip {
        min-width: 400px !important;
        padding: 20px;
        border-radius: 0px !important;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

    /* tooltip bullets */
    .introjs-bullets ul li a {
        width: 10px !important;
        height: 10px !important;
    }

    .introjs-bullets ul li a.active {
        background: white !important;
        border: solid 1px #808080;
        margin-top: -1px !important;
    }

    /* center tooltip title */
    .introjs-tooltip-title {
        width: 100%;
        text-align: center;
        font-size: 20px !important;
    }

    /* remove border above buttons */
    .introjs-tooltipbuttons {
        border-top: none !important;
    }

    /* Next button */
    .introjs-nextbutton {
        background-color: black !important;
        color: white !important;
        text-shadow: none !important;
        border-radius: 20px !important;
        text-align: center;
        font-size: 17px !important;
    }

    /* Previous Button */
    .introjs-prevbutton {
        background-color: white !important;
        color: #404040 !important;
        text-shadow: none !important;
        border-radius: 20px !important;
        text-align: center;
        font-size: 17px !important;
        border: solid 3px #e3e3e3;
    }

    .introjs-tooltiptext {
        font-size: 16px;
    }
}

/* Medium Screens */
@media only screen and (max-width: 1800px) {
    /* disable skip button */
    .introjs-skipbutton {
        display: none;
    }

    /* introjs tooltip */
    .introjs-tooltip {
        min-width: 350px !important;
        padding: 10px;
        border-radius: 0px !important;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

    /* tooltip bullets */
    .introjs-bullets ul li a {
        width: 10px !important;
        height: 10px !important;
    }

    .introjs-bullets ul li a.active {
        background: white !important;
        border: solid 1px #808080;
        margin-top: -1px !important;
    }

    /* center tooltip title */
    .introjs-tooltip-title {
        width: 100%;
        text-align: center;
        font-size: 16px !important;
    }

    /* remove border above buttons */
    .introjs-tooltipbuttons {
        border-top: none !important;
    }

    /* Next button */
    .introjs-nextbutton {
        background-color: black !important;
        color: white !important;
        text-shadow: none !important;
        border-radius: 20px !important;
        text-align: center;
        font-size: 15px !important;
    }

    /* Previous Button */
    .introjs-prevbutton {
        background-color: white !important;
        color: #404040 !important;
        text-shadow: none !important;
        border-radius: 20px !important;
        text-align: center;
        font-size: 15px !important;
        border: solid 3px #e3e3e3;
    }

    .introjs-tooltiptext {
        font-size: 14px;
    }
}
