/* _content/WEB.EndPoint/Views/DeviceCommit/Index.cshtml.rz.scp.css */
*[b-7btlgd3ob0] {
    font-family: Vazirmatn, sans-serif;
    box-sizing: border-box;
}

body[b-7btlgd3ob0] {
    background: linear-gradient(to right, #74ebd5, #ACB6E5);
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: right;
}

a[b-7btlgd3ob0] {
    text-decoration: none;
}

/*.container {
    max-width: 850px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.2s;
}*/

    .container:hover[b-7btlgd3ob0] {
        transform: scale(1.02);
    }

h1[b-7btlgd3ob0] {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.persian-date-time[b-7btlgd3ob0] {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.time[b-7btlgd3ob0] {
    padding-right: 100px;
}

input:invalid[b-7btlgd3ob0] {
    border-color: red;
}

h2[b-7btlgd3ob0] {
    color: #333;
    margin-top: 20px;
}

h2[b-7btlgd3ob0] {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

h3[b-7btlgd3ob0] {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.cooler-setting-on[b-7btlgd3ob0] {
    color: green;
    font-weight: bold;
}

.cooler-setting-off[b-7btlgd3ob0] {
    color: red;
    font-weight: bold;
}

/*.row {
    display: flex;
    flex: 1;
}*/

/*.col {
    flex: 1;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #f4f4f4;
}*/

.card[b-7btlgd3ob0] {
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.temp[b-7btlgd3ob0] {
    font-weight: bold;
}

.card-body[b-7btlgd3ob0] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.time-picker[b-7btlgd3ob0] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
}

.date-picker[b-7btlgd3ob0] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
}


.btn[b-7btlgd3ob0] {
    margin-top: 15px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.btn-danger[b-7btlgd3ob0] {
    background-color: #dc395e;
    transition: background 0.3s, transform 0.2s;
}

    .btn-danger:hover[b-7btlgd3ob0] {
        background-color: #be2a4c;
        transform: scale(1.05);
    }

    .btn-danger:active[b-7btlgd3ob0] {
        transform: scale(0.95);
    }

.btn-primary[b-7btlgd3ob0] {
    background-color: #28a745;
    transition: background 0.3s, transform 0.2s;
}

    .btn-primary:hover[b-7btlgd3ob0] {
        background-color: #218838;
        transform: scale(1.05);
    }

    .btn-primary:active[b-7btlgd3ob0] {
        transform: scale(0.95);
    }

.btn-secondary[b-7btlgd3ob0] {
    background-color: #e49d0e;
    transition: background 0.3s, transform 0.2s;
}

    .btn-secondary:hover[b-7btlgd3ob0] {
        background-color: #c0840d;
        transform: scale(1.05);
    }

    .btn-secondary:active[b-7btlgd3ob0] {
        transform: scale(0.95);
    }

.modal[b-7btlgd3ob0] {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content[b-7btlgd3ob0] {
    background-color: #ffdddd;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #f44336;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.close[b-7btlgd3ob0] {
    color: #f44336;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-7btlgd3ob0],
    .close:focus[b-7btlgd3ob0] {
        color: #d32f2f;
        text-decoration: none;
        cursor: pointer;
    }

.modal input[type="password"][b-7btlgd3ob0] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.modal button[b-7btlgd3ob0] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .modal button:hover[b-7btlgd3ob0] {
        background-color: #45a049;
    }

.error-message[b-7btlgd3ob0] {
    color: red;
    font-size: 14px;
    display: none;
}

.circle[b-7btlgd3ob0] {
    width: 100px;
    height: 100px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
}

    .circle.red[b-7btlgd3ob0] {
        background-color: red;
        color: white;
        transform: translateY(-5px);
    }

    .circle.green[b-7btlgd3ob0] {
        background-color: green;
        color: white;
        transform: translateY(-5px);
    }

    .circle:hover[b-7btlgd3ob0] {
        transform: translateY(-10px);
    }

.container-ip[b-7btlgd3ob0] {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 300px;
    text-align: center;
}

label[b-7btlgd3ob0] {
    display: block;
    margin: 15px 0 5px;
    color: #666;
}

input[type="submit"][b-7btlgd3ob0] {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    input[type="submit"]:hover[b-7btlgd3ob0] {
        background-color: #45a049;
    }

.hidden[b-7btlgd3ob0] {
    display: none;
}

footer[b-7btlgd3ob0] {
    border-top: 1px solid #E1E1E1;
    padding: 14px 16px;
    text-align: center;
    line-height: 1.2em;
    background: #fff;
}

.fixed-footer[b-7btlgd3ob0] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}


@media (max-width: 768px) {
    .row[b-7btlgd3ob0] {
        flex-direction: column;
    }
}

@media (max-width: 600px) {

    .persian-date-time[b-7btlgd3ob0] {
        font-size: 1em;
        color: #333;
        margin-bottom: 5px;
    }

    .time[b-7btlgd3ob0] {
        padding-right: 20px;
    }

    .btn[b-7btlgd3ob0] {
        width: 100%;
    }
}
