/*
Theme Name: Rainbow-Dubai
Author: Rainbow-Dubai Team
Author URI: https://wordpress.org/
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
*/


.services-list label {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: default;
    background: #f8f8f8;
}
.services-list input[type="checkbox"] {
    margin-right: 6px;
}
.services-list label:hover {
    background: #e6f0ff;
    border-color: #80bdff;
}
.pms-account-navigation li.pms-account-navigation-link {margin-bottom: 15px;}
.pms-account-navigation li.pms-account-navigation-link a{
	background: linear-gradient(166deg, #f22876 0, #942dd9 100%);
    border: 0;color: #fff;
    padding: 8px 20px !important;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600 !important;
    transition: all .3s ease-in-out;
}
.notice.success{background: #b500b0;color: #fff;text-align: center;}

#pms_register-form .plan-a1{display:none;}
#pms_new_subscription-form .plan-a1{display:block;}
  