body {
    direction: rtl;
    color:black;

}
.alarm_point{
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left:35px; /* فاصله از چپ */
    top: 50%;
    transform: translateY(-50%);
    /*visibility: hidden; !* در ابتدا مخفی است *!*/
}
table {
    /*font-size: 1.2rem !important;*/
    color: #000000;

}

button {
    border: none;
}

.delete-btn {
    background-color: #c40700;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: none;
}

.active-btn {
    background-color: #0ec723;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: none;
}

.green {
    color: #0ec723;
}

.red {
    color: #c40700;
}

.table_btn {
    cursor: pointer !important;
    color: white;
    background-image: linear-gradient(to right, #0F8096, #0BA6AB);
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    display: block !important;
    white-space: nowrap !important;
    text-align: center;
}

.users_dtl {
    cursor: pointer !important;
    color: white;
    background-color: #34495e;
    padding: 8px 20px;
    border-radius: 8px;
    display: block !important;
    white-space: nowrap !important;
}

.user_profile_img {
    width: 300px;
    height: 300px;
}

.error_message {
    cursor: pointer !important;
    color: white;
    background-color: #9b0106;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    display: block !important;
    white-space: nowrap !important;
}

.right_message {
    cursor: pointer !important;
    color: white;
    background-color: #02b009;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    display: block !important;
    white-space: nowrap !important;
    text-align: center;
}

.edit_message {
    cursor: pointer !important;
    color: black;
    background-color: #fffb00;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    display: block !important;
    white-space: nowrap !important;
    text-align: center;

}

.add_box {
    background-color: #f5f5f5;
    margin: 50px 0 50px 0;
    padding: 20px 10px 20px 10px;
}

.add_box_title {
    padding-bottom: 25px;
    margin-right: 10px;
}

.add_box_inp {
    width: 100%;
    border-radius: 5px;
    border: 0.5px solid #e0e0e0;
    padding: 10px;
}

.add_box_sub {
    border-radius: 5px;
    border: none;
    padding: 10px;
    color: white;
    background-color: #00A000;
}

.ads_img {
    width: 60px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;

}

.my_icon {
    margin-right: 10px;
    font-size: 20px;
}

.buttons-pdf {
    display: none !important;
}

.buttons-csv {
    display: none !important;
}

.my_btn {
    cursor: pointer !important;
    color: white;
    background-color: #02b009;
    padding: 10px 30px 0px 30px;
    border-radius: 5px;
    font-size: 10px;
    display: block !important;
    white-space: nowrap !important;
}


/*استایل های صفحه بارنامه*/

@font-face {
    font-family: IRANSans;
    src: url("../fonts/ttf/IRANSansWeb.ttf");
}

.my_h4 {
    color: #0BA6AB;
}

.my_hr{
    height:2px;
    border-width:0;
    color:#0BA6AB;
    background-color:#0BA6AB

}
.holder_table_bar {

    font-family: IRANSans;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.barnameh_tbl {
    color: black;
    min-width: 90%;
    border-radius: 10px;
    border-collapse: collapse;
}

.barnameh_td, .barnameh_tr {
    font-size: 14px;
    border: 1px solid #9b9b9b; /* بردر حاشیه */
    padding: 10px; /* فاصله داخلی */
    text-align: center; /* مرکز چین */
}

.bg_row {
    background-color: #e3e3e3;
}

.holder_barnameh_logo {
    font-family: IRANSans;
    max-width: 80%;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.barnameh_logo{
    width: 200px;
}
.barnameh_print{
    background-color: #00A000;
    border-radius: 10px;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    box-shadow: 0 5px 10px #9a9a9a;
}
