﻿
.BoxLeave {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin: 20px;
    font-size: 40px;
    background-color:white;
}

.BoxLeave select {
    font-size: 50px;
}

.BoxLeave input,
.BoxLeave i,
.BoxLeave button {
    font-size: 40px;
}

.txt_Date_start[readonly] {
    background-color: white;
}

.TitleValue {
    font-size: 40px;
}


.groupcheck {
    margin-top: 10px;
    font-size: 40px;
}

.groupcheck_cb {
    transform: scale(4);
    accent-color: #0071FF;
    height: 13px !important;
}

.groupcheck-boxcheck {
    gap: 20px;
    margin-right: 20px;
}


.Input-Show {
    font-size: 50px;
    border-left: 7px solid #DC143C;
}

.Input-Show[readonly] {
    background-color: white;
    font-size: 50px;
}

.Input-Psicons {
    width: 80px;
    text-align: center;
}

.Input-Psicons > i {
    width: 80px;
}




@media only screen and (max-width: 768px) {
    .Input-Show[readonly] {
        background-color: white;
        font-size: 20px;
    }

    .Input-Show {
        font-size: 20px;
    }

    .Input-Psicons {
        width: 45px;
    }

        .Input-Psicons > i {
            width: 45px;
        }

    .groupcheck-boxcheck {
        gap: 0px;
        margin-right: 0px;
    }

    .groupcheck {
        font-size: 17px;
    }

    .groupcheck_cb {
        transform: scale(2);
        margin: 7px 10px 5px 5px;
    }

    .BoxLeave {
        font-size: 20px;
    }

        .BoxLeave input,
        .BoxLeave i,
        .BoxLeave button {
            font-size: 20px;
        }

    .TitleValue {
        font-size: 20px;
    }
}
