/*
Theme Name: EYY
Theme URI: 
Author: Tisan
Author URI: 
Description: EYY template converted to WordPress theme
Version: 1.0
*/

.icon {
    width: 5em;
    height: 5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.button-download {
    width: 150px;
    height: 50px;
    background: #366bb3;
    border-radius: 5px;
    border: 1px solid #3f60a1;
    cursor: pointer;
    margin: 8px;

}

.button-download:hover {
    background: #0047a6;
}

.button-download-icon {
    width: 50px;
    height: 100%;
    color: white;
    font-size: 25px
}

.button-download-value {

    .down-net4{
        text-decoration: none;
        color: #007afe;
        font-weight: bold
    }
    .down-net4:hover{
        color: #ff7516;
    }
    font-weight: bold;
    font-size: 18px;
    color: white
}

.text-shadow {
    text-shadow: #000 2px 0 0, #000 0 2px 0, #000 -2px 0 0, #000 0 -2px 0;
}

.g-card {
    min-width: 150px;
    height: 150px;
    margin: 5px;
    border-radius: 15px;
    border: 1px solid #DAE2EC
}

.g-card:hover {
    border: 1px solid #ADBED4
}

.ok {
    color: #27be4b;
}

.no {
    color: red;
}

.down-net4{
    text-decoration: none;
    color: #007afe;
    font-weight: bold
}

.down-net4:hover{
    color: #ff7516;
}