.fastuts-overlay {
    /*background-color: rgba(255,255,255,0.9) !important;*/
}

.fastuts-holder {
    border-radius: 10px;
}
/* Buttons */

.fastuts-buttons {
    width: 100%;
    height: 100%;
    font-size: 32px;
}

.fastuts-buttons a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    margin: 20px 0 20px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    color: #00c0fe;
}

.fastuts-buttons a:first-child {
    margin-left: 20px;
}

.fastuts-buttons a:hover {
    text-decoration: none;
    border-color: #428bca;
}

.fastuts-buttons a:active {
    opacity: 0.8;
}
/* Tooltip text */

.fastuts-text {
    margin: 20px 20px 0 20px;
    font-size: 18px;
}
/* Tooltip box */

.fastuts-tooltip {
    display: block;
    position: absolute;
    width: 300px;
    background-color: #00c0fe;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
/* Tooltip arrows */

.fastuts-tooltip.fastuts-tooltip-arrow-top:after,
.fastuts-tooltip.fastuts-tooltip-arrow-bottom:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border-style: solid;
    border-color: #00c0fe transparent;
    display: block;
    width: 0;
    z-index: 1;
}
/* Top arrow */

.fastuts-tooltip.fastuts-tooltip-arrow-top:after {
    border-width: 0 15px 15px;
}
/* Bottom arrow */

.fastuts-tooltip.fastuts-tooltip-arrow-bottom:after {
    border-width: 15px 15px 0;
    height: 100%;
    top: 100%;
}
/* Left arrow */

.fastuts-tooltip.fastuts-tooltip-arrow-left:after {
    left: 20px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}
/* Right arrow */

.fastuts-tooltip.fastuts-tooltip-arrow-right:after {
    left: auto;
    right: 20px;
    margin-left: auto;
    margin-right: auto;
}
/* .fastuts-main-holder{
	z-index: 999;
} */