.parrots-page-time-language {
    display: inline-block;  
    position: absolute; 
    height: 100%; 
    width: 100%; 
    background-color: extract(@CLR_1, 7); 
    >.wrapper-tittle {
        display: inline-block; 
        width: 100%; 
        background-color: extract(@CLR_1, 9); 
        border-bottom: 1px solid extract(@CLR_1, 6); 
        >.label-title {
            display: flex; 
            padding-top: 5%; 
            padding-left: 7%; 
            font-size: 35px;
        }
        >.label-description {
            display: flex; 
            padding-left: 7%; 
            padding-bottom: 6%; 
            color: extract(@CLR_0, 7); 
        }
    }
    >.row-content {
        cursor: pointer;
        display: flex; 
        width: 100%; 
        height: 9%; 
        background-color: extract(@CLR_1, 9); 
        border-bottom: 1px solid extract(@CLR_1, 6); 
        align-items: center;
        -webkit-user-select: none; /* Safari 3.1+ */
        -moz-user-select: none; /* Firefox 2+ */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Standard syntax */
        >.row-label-title {
            display: flex; 
            padding-left: 7%; 
            font-size: 12pt; 
            color: extract(@CLR_1, 1); 
        }
        >.row-value {
            display: flex; 
            right: 11%; 
            position: absolute;
        }
        >.row-icon {
            display: flex; 
            right: 6%;  
            position: absolute; 
        } 
    } 
    >.below-label {
        .FC0();
        padding-top: 2%; 
        padding-left: 7%; 
        color: extract(@CLR_1, 1); 
    }
} 

@import "./timeLanguage/ChangeCountry";
@import "./timeLanguage/ChangeLanguage"; 