/*@font-face {*/
/*    font-family: "irans-sans";*/
/*    src: url("../fonts/iranSans/irsans-l.woff") format("woff");*/
/*}*/
/*body{*/
/*    font-family: "irans-sans";*/
/*}*/

header{
    box-shadow: rgba(0, 0, 0, 0.04) 0px 7px 5px;
    margin-bottom: 100px;
}
.navbar .logo{
    width: 100px;
}

.mb-100{
    margin-bottom: 100px;
}

.question-item{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
/*shift Btn*/
.radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cecece;
    width: 180px;
    height: 50px;
    border-radius: 9999px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
}

input[type="radio"] {
    appearance: none;
    display: none;
}

.day,.night {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 80px;
    height: 40px;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #6e6e6edd;
    cursor: pointer;
}

#day:checked + .day {
    background-color: #1e90ff;
    color: #f1f3f5;
    font-weight: 900;
}

#night:checked + .night {
    background-color: #000000;
    color: #f1f3f5;
    font-weight: 900;
}
.shift-text{
    line-height: 51px;
    padding-left: 20px;
}

.section-title{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 7px 10px -10px;
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
}
.label-form{
    margin-top: 20px;
    width: 110px !important;
    font-size: 16px !important;
    padding-bottom: 5px;
    width: 150px !important;
}
.unit_weight{
    text-decoration: none;
    background-color: #ddd6d6;
}
.day-selected {
    background-color: #fff;
}
.night-selected {
    background-color: #0e2338;
}

.day-selected .shift-text,
.day-selected .day-text,
.day-selected .date-text,
.day-selected .section-title,
.day-selected .clock-text{
    color: #000 !important;
}

.night-selected .shift-text,
.night-selected .day-text,
.night-selected .date-text,
.night-selected .section-title,
.night-selected .label-form,
.night-selected .clock-text{
    color: #fff !important;
}
.day-selected .btn-outline-success{
    color: #2c3e50 !important;
}

.night-selected .form-control{
    background-color: #2c3e50;
    border: none;
    color: #fff;
}
.night-selected a.form-control.unit_weight {
    border: 1px solid darkseagreen;
}

.bi-clock{
    font-size: 35px;
    line-height: 20px;
}
.dropdown-toggle::after{
    display: none;
}

.night-selected .bi-clock{
    color: #fff;
}
.btn-check:focus+.btn, .btn:focus{
    outline: 0;
    box-shadow: none;
}
.clock-menu{
    text-align: right;
    padding: 5px 10px;
}
.dropdown-menu{
    min-width: 13rem;
}
.log-date-text{
    line-height: 40px;
}
.clock-menu a:hover{
    transition: all 0.3s ease-in-out;
    margin-right: 2px;
}

.dropdown-menu.show{
    height: 220px;
    overflow: auto;
}

.day-selected .btn-success{
    border: 1px solid #000 !important;
    color: #000 !important;
}
.day-selected .btn-outline-success:hover{

}
.btn-success{
    background-color: #29247c !important;
}
.btn-outline-success:hover{
    background-color: #29247c !important;
}

.night-selected .btn-success{
    background-color: #f2f6eb !important;
    color: #000 !important;
}
.night-selected .btn-outline-success{
    color: #fff;
    border: 1px solid #fff;
}
.night-selected .btn-outline-success:hover{
    background-color: #f2f6eb !important;
    color: #000;
}

.day-selected .btn-outline-success:hover{
    background-color: #f2f6eb !important;
    color: #000;
}

.night-selected button.btn-status.btn.btn-outline-success {
    border: 1px solid #ccc;
    color: #000;
}

.night-selected button.btn-status.btn.btn-outline-success:hover {
    border: 1px solid #ccc;
    color: #fff !important;
    background-color: #29247c !important;
}

.dropdown-menu.show button.btn.btn-outline-success:hover {
    color: #fff !important;
}

/***** Login *****/
.wrapper {
    margin-top: 210px;
    margin-bottom: 80px;
}
.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 30px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.not-found-log{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 91%;
    color: crimson;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
    background-color: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}
.dataTables_wrapper .dataTables_filter input{
    margin-right: 10px;
}

@media only screen and (max-width: 380px) {
    table#myTable{
        width: 630px;
    }
    div#myTable_wrapper{
        overflow: overlay;
    }

}
