HEX
Server: Apache
System: Linux wyse1.wyseservers.com 4.18.0-553.124.4.el8_10.x86_64 #1 SMP Fri May 15 04:14:14 EDT 2026 x86_64
User: kochikidswysewor (1061)
PHP: 8.3.33
Disabled: NONE
Upload Files
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;
}