/*
Theme Name:   SwimAcademy Child
Template:     swimacademy
Author:       QuanticaLabs
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  swimacademy-child
*/

ul li:before {
    min-width: 22px !important;
}

p button, .mpa-button-edit-or-remove {
opacity: 1 !important;
cursor: pointer !important;
text-align: center !important;
border-width: 2px !important;
 border-style: solid !important;
border-radius: 999px !important;
padding: 13px 40px 13px !important;
color: #3EB1CC !important;
border-color: #3EB1CC !important;
background-color: transparent !important;
transition: all 200ms ease !important;
	}

p button:hover, .mpa-button-edit-or-remove:hover {
opacity: 1 !important;
cursor: pointer !important;
text-align: center !important;
border-width: 2px !important;
 border-style: solid !important;
border-radius: 999px !important;
padding: 13px 40px 13px !important;
color: #fff !important;
border-color: #3EB1CC !important;
background-color: transparent !important;
transition: all 200ms ease !important;
background-color: #3EB1CC !important;
	}



select{
    position: relative !important;
    height: 40px !important;
	max-width: 350px  !important;
	border-radius: 10px !important;
    border: none !important;
    text-transform: capitalize !important;
    color: #fff !important;
    background: #3db1cc !important;
    text-align: left !important;
    padding: 0 15px !important;
    font-size: 16px !important;
    cursor: pointer !important;
}

select:after{
    content: '' !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

select:hover{
    background: #222222 !important;
}

select:active{
    background: #222222;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}




textarea {
	width: 100% !important;
    height: 100px !important;	
}


.mpa-times button:active, .mpa-times button:hover, .mpa-times button:active, .mpa-times button:focus {
    background-color: #3db1cc !important;
    border-color: #3db1cc !important;
    border-style: solid !important;
    border-radius: 2px !important;
    color: #ffff !important;
}


.mpa-times button  {
        background-color: transparent !important;
    border-color: #3db1cc !important;
    border-style: solid !important;
    border-radius: 2px !important;
    color: #3db1cc !important;
}

.mpa-payment-gateways li:first-child {
      display:none !important;
}