
html {
    font-weight: 300;
    font-size: 0.9em;
    height: 100%;
}
body {
    height: 100%;
    background: rgba(241, 243, 245, 0.85);
    width: 100%;
    padding: 0!important;
    overflow-x: hidden;

}
:lang(fa) body {

    text-align: right!important;
    direction: rtl!important;
}
:lang(en) body {
    text-align: left!important;
    direction: ltr!important;

}
#title_site{
    font-weight: bold;
    color: white;
    margin: 10px 13px 0px 25px
}
:lang(en) #sidebarToggle{
    float: right;
}
:lang(fa) #sidebarToggle{
    float: left;
}

input{
    overflow: hidden;
}

#load{
    width:100%;
    height:100%;
    position:absolute;
    z-index:9999;
    transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
}
:lang(en) #loading_btn{
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 20px
}
:lang(fa) #loading_btn{
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 20px
}

/* Data Picker*/
.date_picker_style {
    font-size: 17px;
    width: 150px;
    text-align: center;
    align-items: center;
    padding: 5px;
    border: solid 1px lightgrey;
    border-radius: 4px;
    cursor: pointer;
}
.tt_picker_style {
    font-size: 15px;
    margin: 8px;
    width: 250px;
    text-align: center;
    align-items: center;
    padding: 5px;
    border: solid 1px lightgrey;
    border-radius: 4px;
    cursor: pointer;
}
.des_picker_style {
    font-size: 15px;
    margin: 8px;
    display: block;
    width: 50%;
    padding: 5px;
    border: solid 1px lightgrey;
    border-radius: 4px;
    cursor: pointer;
}

:lang(en) .des_picker_style{
    text-align: left;

}
:lang(fa) .des_picker_style{
    text-align: right;

}


/* Btn Submit Form*/
.btn_register_form{
    position: absolute;
    top: 3px;
}
:lang(fa) .btn_register_form{
    left: 18px
}
:lang(en) .btn_register_form{
    right: 18px
}

/* Search Bar List*/
:lang(fa).search_bar_form{
    direction: rtl;
    float: left;
}
:lang(en) .search_bar_form{
    direction: rtl;
    float: right;
}

.page_sidebar {

     width: 240px;
     background-color: #263238;
     height: 100% !important;
     position: absolute;
     bottom: 0;

 }

:lang(fa) .calendar_view{
    margin-left: 48px;margin-top: 8px
}
:lang(en) .calendar_view{
    font-size: 16px;
    margin-right: 48px;margin-top: 12px
}

:lang(fa) .page_content {
    margin-right: 240px;
    margin-left: 0px!important;
    height: 100%;
}
:lang(en) .page_content {
    margin-left: 240px;
    margin-right: 0px!important;
    height: 100%;
}


.btn {
    margin: 5px;
}
.image_profile {
    border-radius: 5px;
    object-fit: cover;
}
a {
    color: inherit;

}
.info-card {
    color: white;
    text-align: center;
    min-width: 150px;
    margin-right: 15px;
}
td {
    text-align: center;
}
th {
    text-align: center;
}
label{
    font-weight: bold;
}

.preview_img_crop {
    direction: ltr!important;
    overflow: hidden!important;
    width: 150px!important;
    height: 200px!important;
    margin: 10px!important;
    border: 1px solid red!important;

}
.modal-dialog { /* Width */
    width: auto !important;
    height: auto !important;
    max-height: 500px!important;
}
:lang(en) .btn_options{
    float: right;
}
:lang(fa) .btn_options{
    float: left;
}


.pointer_able{}
.pointer_able:hover{
    cursor: pointer;
    opacity: 0.9;
}


/*Tags*/
.red_tag{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: #f50000;
    padding: 4px;
    border-radius: 5px;
}
.blue_tag{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background-color: dodgerblue;
    padding: 4px;
    border-radius: 5px;
}
.green_tag{

}


.btn_edit{
    font-size: 17px;
}
.btn_edit:hover{
    color: black;
    cursor: pointer;
}
.btn_delete{
    font-size: 17px;
}
.btn_delete:hover{
    color: black;
    cursor: pointer;
}

.failed_insert_data{
    background-color: rgba(255, 0, 0, 0.11) !important;
}
.success_insert_data{
    background-color: rgba(46, 217, 57, 0.13) !important;;
}
