File: /home/kochikidswysewor/www/wp-content/themes/children-charity-child/css/custom.css
@charset "UTF-8";
/**
* @package WordPress
* @subpackage Children Charity
* @version 1.0.0
*/
.agency_field,.user_field{
display: none;
}
.tabsInput {
display: none;
}
.tabs{
display: inline-block;
padding: 5px 10px;
font-weight: 600;
text-align: center;
border-style: solid;
-webkit-border-radius: 25px;
border-radius: 25px;
}
label#labelUser {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
}
label#labelAgency {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
}
label.tabs:hover {
color: #888;
cursor: pointer;
}
.tabsInput:checked+label {
color: #fff;
background-color: #cd366b;
border-color: #cd366b;
}
#tabAgency:checked ~ div.agency_field,
#tabUser:checked ~ div.user_field
{
display: block;
}