* {
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

body {
    direction: rtl;
    background-color: #ecf0f1;
    user-select: none;
    text-align: right;
}

section {
    margin-bottom: 50px;
}

.row {
    margin: 0;
}

.home-page {
    margin-top: 100px;
}

h6 {
    color: #3498db;
    font-weight: 800;
    margin-top: 10px;
}

th, td>div, textarea {
    font-size: 14px
}

.form-control {
    width: 76%;
    font-size: 13px;
}

#time {
    direction: ltr;
}

select, input, textarea {
    outline: none;
}

select:focus,
textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

textarea {
    resize: none;
}

#daysResult {
    font-weight: bold;
    color: #4834d4;
}

.addRow {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    * {
        font-size: 10px !important
    }

    input, textarea {
        font-size: 8px !important
    }
}

@media (max-width: 991.98px) {
    * {
        font-size: 14px;
    }
}

input {
    outline: none;
    font-size: 16px;
    color: #666;
}

h1 {
    padding: 10px 0;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
}

p {
    font-size: 12px;
}

hr {
    color: #a9a9a9;
    opacity: 0.3;
}

.main-block {
    max-width: 550px;
    min-height: 460px;
    padding: 10px 0;
    margin: 75px auto;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ebebeb;
}

.inputs {
    margin-top: 60px;
}

.loginForm {
    margin: 0 30px;
}

label#icon {
    margin: 0;
    border-radius: 0px 5px 5px 0;
    -webkit-border-radius: 0px 5px 5px 0;
    -moz-border-radius: 0px 5px 5px 0;
    -ms-border-radius: 0px 5px 5px 0;
    -o-border-radius: 0px 5px 5px 0;
}

.username, .password {
    width: calc(100% - 57px);
    height: 36px;
    margin: 13px 0 0 -5px;
    padding-right: 10px;
    border-radius: 5px 0 0 5px;
    border: solid 1px #cbc9c9;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .09);
    background: #fff;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
}

.password {
    margin-bottom: 15px;
}

#icon {
    display: inline-block;
    padding: 9.3px 15px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .09);
    background: #1c87c9;
    color: #fff;
    text-align: center;
}

.btn-block {
    margin-top: 10px;
    text-align: center;
}

button {
    width: 90%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    background: #1c87c9;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

button:hover {
    background: #26a9e0;
    outline: none;
}

.loginSubmit {
    text-align: center;
}

.form-control {
    display: inline-block;
}

.modal h2 {
    text-align: center;
    font-weight: bold;
}

.modal .headerModal {
    background: #bdc3c7;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    background: transparent;
}