﻿.body {
    padding: 0;
    margin: 0;
    direction: rtl;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.header-direction {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.header-text {
    background-color: #ffd801;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    font-weight: bold
}

.body_title {
    align-items: center;
    font-weight: bold;
    margin-top: 15px;
    font-size: 24px;
}

.body_imei {
    align-items: center;
    margin-top: 15px;
    font-size: 24px;
    padding-bottom: 25px;
}

.body_bottom {
    margin-top: 50px;
    font-size: 14px;
    width: 100%;
    font-weight: bold
}

.panel_date_text {
    font-weight: bold;
    font-size: 24px;
   
}

.panel_data_reload {
    font-weight: bold;
    margin-top: 25px
}

.default_textbox {
    font-size: 14px;
    border: none; /* Remove border from all sides */
    border: 1px solid #bfbfbf;
    outline: none;
    border-radius: 5px;
    padding: 10px
}


.noto-sans {
    font-family: "Noto Sans Hebrew", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.row {
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: row;
}

.bottonGeneric {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: Noto Sans Hebrew;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #ffd801;
    color: black;
    border: 4px solid #ffd801;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    border-bottom-left-radius: 10px;
}

    .bottonGeneric:hover {
        color: #ffd800;
        background-color: black;
        border: 4px solid black;
    }



@media only screen and (max-width: 1460px) {

    .header-text {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1335px) {

    .header-text {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1200px) {

    .header-direction {
        flex-direction: column-reverse;
    }


    .header-text {
        font-size: 24px;
        padding-bottom: 10px
    }

    .body_title {
        font-size: 13px;
    }

    .body_imei {
        font-size: 13px;
    }

    .body_bottom {
        font-size: 13px;
    }

    .panel_data_reload {
        font-size: 13px;
    }

    .panel_date_text {
        font-size: 15px;
    }
}
