.GjiuRye_btn_1_l {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	
    padding: 10px 26px;
	
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
	
    color: #3b2b12;
	
    background: linear-gradient(
        180deg,
        #ffcb4a 0%,
        #ffb41a 48%,
        #f39a00 100%
    );

    border: 1px solid #5d3700;
    border-radius: 6px;

    box-shadow:
        inset 0 0 0 1px rgba(255, 232, 170, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        inset 0 -2px 0 rgba(176, 98, 0, 0.35),
        0 0 0 2px #c57b00,
        0 2px 6px rgba(90, 50, 0, 0.25);
		
    transition:
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease,
        transform .1s ease;
}
.GjiuRye_btn_1_l:hover {
    color: #2a1d08;

    background: linear-gradient(
        180deg,
        #ffd35f 0%,
        #ffbe2d 48%,
        #f8a600 100%
    );

    box-shadow:
        inset 0 0 0 1px rgba(255, 239, 190, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 0 rgba(176, 98, 0, 0.4),
        0 0 0 2px #d48700,
        0 0 10px rgba(255, 180, 0, 0.35);
}
.GjiuRye_btn_1_l:active {
    transform: translateY(1px);

    background: linear-gradient(
        180deg,
        #f3aa18 0%,
        #e99600 100%
    );

    box-shadow:
        inset 0 2px 6px rgba(120, 70, 0, 0.3),
        0 0 0 2px #b66d00;
}



.GjiuRye_btn_2_l {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 26px;

    font-weight: bold;
    letter-spacing: 1px;

    color: #fff7df;
    text-decoration: none;

    background: linear-gradient(
        180deg,
        #ff941f 0%,
        #e96f08 100%
    );

    border: 1px solid #b95305;
    border-radius: 4px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        inset 0 0 0 1px rgba(255, 190, 70, 0.18),
        0 2px 4px rgba(120, 65, 10, 0.22);

    text-shadow:
        0 1px 1px rgba(110, 50, 0, 0.28);

    transition:
        color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        transform .1s ease;
}
.GjiuRye_btn_2_l:hover {
    color: #ffffff;

    border-color: #a94700;

    background: linear-gradient(
        180deg,
        #ffa52f 0%,
        #f27a0b 100%
    );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 0 0 1px rgba(255, 205, 90, 0.22),
        0 3px 6px rgba(130, 62, 5, 0.28);
}
.GjiuRye_btn_2_l:active {
    transform: translateY(1px);

    color: #fff3d2;

    border-color: #9d4100;

    background: linear-gradient(
        180deg,
        #d96306 0%,
        #ed790c 100%
    );

    box-shadow:
        inset 0 2px 4px rgba(105, 45, 0, 0.28),
        0 1px 2px rgba(100, 50, 5, 0.16);
}



.GjiuRye_btn_1_d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	
    padding: 10px 26px;
	
	font-weight: bold;
    letter-spacing: 1px;
    color: #5edbff;
    text-decoration: none;
	
    background: linear-gradient(
        180deg,
        #0f2744 0%,
        #0a1a2f 100%
    );

    border: 1px solid rgba(94, 219, 255, 0.75);
    border-radius: 4px;

    box-shadow:
        inset 0 0 0 1px rgba(94, 219, 255, 0.35),
        inset 0 0 10px rgba(94, 219, 255, 0.08),
        0 0 8px rgba(94, 219, 255, 0.25);
		
    transition:
        color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}
.GjiuRye_btn_1_d:hover {
    color: #8deaff;
    border-color: #6fe8ff;

    box-shadow:
        inset 0 0 0 1px rgba(111, 232, 255, 0.6),
        inset 0 0 14px rgba(111, 232, 255, 0.15),
        0 0 12px rgba(111, 232, 255, 0.45);

    background: linear-gradient(
        180deg,
        #143055 0%,
        #0b1d35 100%
    );
}
.GjiuRye_btn_1_d:active {
    transform: translateY(1px);

    box-shadow:
        inset 0 0 10px rgba(111, 232, 255, 0.2),
        0 0 6px rgba(111, 232, 255, 0.25);
}



.GjiuRye_btn_2_d {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 26px;

    font-weight: bold;
    letter-spacing: 1px;
    color: #ffad3d;
    text-decoration: none;

    background: linear-gradient(
        180deg,
        #5a2b0d 0%,
        #3a1908 100%
    );

    border: 1px solid rgba(220, 91, 8, 0.9);
    border-radius: 4px;

    box-shadow:
        inset 0 0 0 1px rgba(255, 139, 24, 0.22),
        inset 0 0 10px rgba(255, 111, 15, 0.08),
        0 0 8px rgba(198, 72, 0, 0.25);
		
    transition:
        color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}
.GjiuRye_btn_2_d:hover {
    color: #ffc260;
    border-color: #f07818;

    box-shadow:
        inset 0 0 0 1px rgba(255, 151, 39, 0.45),
        inset 0 0 14px rgba(255, 119, 18, 0.15),
        0 0 12px rgba(220, 84, 5, 0.4);

    background: linear-gradient(
        180deg,
        #6b340f 0%,
        #451d08 100%
    );
}
.GjiuRye_btn_2_d:active {
    transform: translateY(1px);

    box-shadow:
        inset 0 0 10px rgba(255, 120, 20, 0.2),
        0 0 6px rgba(205, 72, 0, 0.25);
}



.GjiuRye_btn_3 {
    box-sizing: border-box;

    padding: 10px 40px;
    border-radius: 9px;
	
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    outline: none;
}
.GjiuRye_btn_3_d {
    background: linear-gradient(
        to bottom,
        #00672f 0%,
        #005b29 45%,
        #004b22 100%
    );

    border: 2px solid #16a866;
	
    box-shadow:
        inset 0 0 0 2px #003d27,
        inset 0 0 0 3px #11a45e,
        inset 0 0 8px rgba(0, 20, 10, 0.65),
        0 0 0 1px #003c31,
        0 0 5px rgba(0, 190, 115, 0.35);

    color: #ffffff;
	
    text-shadow:
        0 2px 1px rgba(0, 0, 0, 0.75);
}
.GjiuRye_btn_3_d:hover {
    background: linear-gradient(
        to bottom,
        #08783a 0%,
        #006b31 45%,
        #005526 100%
    );
}
.GjiuRye_btn_3_d:active {
    background: #004b22;

    box-shadow:
        inset 0 0 0 2px #00351f,
        inset 0 2px 7px rgba(0, 0, 0, 0.55),
        0 0 3px rgba(0, 190, 115, 0.3);

    transform: translateY(1px);
}



.GjiuRye_btn_4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 26px;
    border-radius: 4px;
	
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
}
.GjiuRye_btn_4_d {
    background: linear-gradient(
        to bottom,
        #00672f 0%,
        #005b29 45%,
        #004b22 100%
    );

    border: 2px solid #16a866;
	
    box-shadow:
        inset 0 0 0 2px #003d27,
        inset 0 0 0 3px #11a45e,
        inset 0 0 8px rgba(0, 20, 10, 0.65),
        0 0 0 1px #003c31,
        0 0 5px rgba(0, 190, 115, 0.35);

    color: #ffffff;
	
    text-shadow:
        0 2px 1px rgba(0, 0, 0, 0.75);
}
.GjiuRye_btn_4_d:hover {
    background: linear-gradient(
        to bottom,
        #08783a 0%,
        #006b31 45%,
        #005526 100%
    );
}
.GjiuRye_btn_4_d:active {
    background: #004b22;

    box-shadow:
        inset 0 0 0 2px #00351f,
        inset 0 2px 7px rgba(0, 0, 0, 0.55),
        0 0 3px rgba(0, 190, 115, 0.3);

    transform: translateY(1px);
}







