/**
 * WhatsApp Rotator Loading Page Styling
 * Only styling the tabs and buttons with WhatsApp brand colors
 */

/* Tab navigation styling */
.wh-csrotator-settings-tabs li.active a {
    color: #25D366 !important;
    border-bottom-color: #25D366 !important;
}

.wh-csrotator-settings-tabs li a:hover {
    color: #128C7E !important;
}

/* Button styling */
.wh-csrotator-settings-container .submit .button-primary {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: white !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.wh-csrotator-settings-container .submit .button-primary:hover,
.wh-csrotator-settings-container .submit .button-primary:focus {
    background-color: #128C7E !important;
    border-color: #128C7E !important;
}

/* Pro message styling */
.wh-csrotator-pro-message a {
    color: #25D366 !important;
}

.wh-csrotator-pro-message a:hover {
    color: #128C7E !important;
}