/* ================================
   4. BUTTONS
   ================================ */

/* Button Back 2 */
.buttonback2 {
    border-radius: 4px;
    background-color: #228b22;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.buttonback2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonback2 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonback2:hover span {
    padding-right: 15px;
}

.buttonback2:hover span:after {
    opacity: 1;
    right: 0;
}

/* Button Back 3 */
.buttonback3 {
    border-radius: 4px;
    background-color: #228b22;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 325px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    padding: 15px 32px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonback3 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonback3 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonback3:hover span {
    padding-right: 15px;
}

.buttonback3:hover span:after {
    opacity: 1;
    right: 0;
}

/* Button Back 3z */
.buttonback3z {
    border-radius: 4px;
    background-color: #228b22;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 300px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    padding: 10px 25px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonback3z span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-top: -30px;
}

.buttonback3z span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 20px;
    transition: 0.5s;
}

.buttonback3z:hover span {
    padding-right: 15px;
}

.buttonback3z:hover span:after {
    opacity: 1;
    right: 0;
}

/* Button Back 3zzz */
.buttonback3zzz {
    border-radius: 4px;
    background-color: #228b22;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    width: 350px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
}

.buttonback3zzz span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-top: -30px;
}

.buttonback3zzz span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 20px;
    transition: 0.5s;
}

.buttonback3zzz:hover span {
    padding-right: 15px;
}

.buttonback3zzz:hover span:after {
    opacity: 1;
    right: 0;
}

/* Button Back 4n */
.buttonback4n {
    border-radius: 4px;
    background-color: #d79839;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    width: 325px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    padding: 15px 32px;
    display: inline-block;
    cursor: pointer;
}

.buttonback4n span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonback4n span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonback4n:hover span {
    padding-right: 15px;
    padding-left: 15px;
}

.buttonback4n:hover span:after {
    opacity: 1;
    right: 0;
}

/* Button Back 5n */
.buttonback5n {
    border-radius: 4px;
    background-color: #d79839;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    width: 280px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    padding: 15px 32px;
    display: inline-block;
    cursor: pointer;
}

.buttonback5n span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonback5n span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonback5n:hover span {
    padding-right: 15px;
    padding-left: 15px;
}

.buttonback5n:hover span:after {
    opacity: 1;
    right: 0;
}

/* Button Mester */
.btn-mester {
    background: linear-gradient(135deg, #dbb406ff, #e48b06ff);
    border: 2px solid #c9c5c5ff;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 10px;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
    box-shadow: 0 2px 2px rgba(2, 122, 8, 1);
    transition: all 0.2s ease;
    text-transform: uppercase;
    min-width: 60px;
}

.btn-mester:hover {
    background: linear-gradient(135deg, #a75b04ff, #ad7204ff);
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(236, 174, 4, 0.97);
}

.btn-mester:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(197, 152, 6, 1);
}

.btn-mester:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(231, 142, 8, 0.94);
}

/* Button Page 2 */
.btn_page2 {
    background: linear-gradient(25deg, #e28c0bff, #193501ff);
    color: white;
    width: 300px;
    border: none;
    border-color: white;
    border-style: solid;
    padding: 5px 5px;
    font-size: 1.1em;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Button Yellow */
.btn-yellow {
    background-color: #e9d45cff;
    border-color: #ddcd73ff;
    color: #fdfdfdff;
    margin: 10px 10px 10px 10px;
}

.btn-yellow:hover {
    background-color: #358003ff;
    border-color: #046419ff;
    color: #fdfdfdff;
    margin: 10px 10px 10px 10px;
}

/* D8 Nkomon Badge */
.d8nkomon {
    background: #228b22;
    color: white;
    display: flex;
    align-items: right;
    justify-content: center;
    vertical-align: baseline;
    border-radius: 5%;
    height: 30px;
    width: 40px;
    min-width: 15px;
    margin-left: 180px;
}

/* Form Buttons */
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

input,
.btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
}

input:hover,
.btn:hover {
    opacity: 1;
}

.fb {
    background-color: #3B5998;
    color: white;
}

.twitter {
    background-color: #55ACEE;
    color: white;
}

.google {
    background-color: #dd4b39;
    color: white;
}
