.shepherd-modal-overlay-container {
    background-color: rgba(0, 0, 0, 0.7);
}

.shepherd-element {
    background: #1A1B1B !important;
    border: 0.5px solid #41FFD2 !important;
    border-radius: 0 !important;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 auto 40px;
    max-width: 400px;
    padding: 15px;
    position: relative;
    z-index: 999999999 !important;
}

.shepherd-element__arrow {
    border-left: 21px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.2);
    bottom: -25px;
    position: absolute;
    right: 15px;
}

.shepherd-element__arrow::before {
    border-left: 21.5px solid transparent;
    border-top: 21.5px solid #41FFD2;
    bottom: 2.5px;
    content: "";
    position: absolute;
    right: 5.5px;
}

.shepherd-element__arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #1A1B1B;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}

.shepherd-arrow,
.shepherd-header {
    display: none !important;
}

.shepherd-content {
    padding: 20px;
}

.shepherd-footer {
    border-top: 0 !important;
}

.shepherd-text {
    color: #41FFD2 !important;
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 300;
}

.shepherd-header {
    background: transparent;
    border-bottom: 1px solid #41ffd2;
    padding: 10px 15px;
}

.shepherd-title {
    color: #41ffd2;
    font-weight: bold;
    font-size: 16px;
}

.shepherd-cancel-icon {
    color: #fff;
    font-size: 18px;
}

.shepherd-cancel-icon:hover {
    color: #41ffd2;
}

.shepherd-footer {
    background: transparent;
    border-top: 1px solid rgba(65, 255, 210, 0.2);
    padding: 10px 15px;
}

.shepherd-button {
    background: transparent !important;
    color: #41ffd2 !important;
    border: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.shepherd-button:hover {
    background: #41ffd2;
    color: #000;
    transform: translateY(-1px);
}

.shepherd-button.shepherd-button-primary {
    background: transparent !important;
    color: #41ffd2 !important;
    border: 0 !important;
    text-transform: uppercase;
}

.shepherd-button.shepherd-button-primary:hover {
    background: transparent !important;
    color: #41ffd2 !important;
    border: 0 !important;
}

.shepherd-button.shepherd-button-secondary {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.shepherd-button.shepherd-button-secondary:hover {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
}

.shepherd-arrow::before {
    border-color: rgba(0, 0, 0, 0.9);
}
