/*[-----protect-----]*/
.optionTitle {
    font-weight: 500;
    margin-bottom: 30px!important;
}

/*Phần progress*/
.option__panel__content.area-progress {
    position: relative;
}

.option__panel__content.area-progress #message {
    position: absolute;
    top: 70%;
    display: none;
    background: rgba(82, 82, 82, 0.5);
    padding: 12px;
    border-radius: 5px;
    box-shadow: 1px -1px 9px -1px rgba(168, 164, 164, 0.75);
    -webkit-box-shadow: 1px -1px 9px -1px rgba(168, 164, 164, 0.75);
}

.option__panel__content.area-progress:hover #message {
    display: block;
}

.option__panel__content.area-progress #percent-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0px;
}

.option__panel__content.area-progress #progress {
    min-width: 75%;
    height: 6px;
}

#message p {
    color: #FFFFFF;
    margin-bottom: 8px;
    font-size: 15px;
    text-align: left;
}

.weak {
    accent-color: #e90f10;;
}

.medium {
    accent-color: #ffc107;
}

.strong {
    accent-color: #02b502;
}

/* Add a green text color and a checkmark when the requirements are right */

.valid:before {
    padding-right: 17px;
    padding-left: 12px;
    content: "✔";
    color: green
}

#message-error {
    display: none;
}

.fromInputLock {
    display: flex;
    margin-bottom: 50px;
}

/* Add a red text color and an "x" when the requirements are wrong */

.invalid:before {
    padding-right: 17px;
    padding-left: 12px;
    content: "✖";
    color: red
}

.file-actions .rotate {
    display: none !important;
}

/*Hết phần progress*/
