/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page main*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

html, body {
    height: 100%;
    overflow-y: hidden; /* حذف اسکرول عمودی و پنهان کردن نوار اسکرول عمودی */
}

/* header css */
/* --------------------------------------------------------------------------------------------- */
.header {
    background-color: #FFFFFF;
    padding: 10px 25px;
    min-height: 3.35rem;   
}

/*.header>section:first-child>section:first-child>span:nth-child(2) {}*/

.header-profile {
    height: 35px;
    padding: 7px 15px;
    border-radius: 30px;
}

.header-profile-menu {
    position: absolute;
    margin-top: .2rem;
    left: 0;
    top: 47px;
    z-index: 100000;
    height: auto;
    width: 13rem;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.header-profile-link {
    text-decoration: none;
    color: #1F1F1F;
    transition: all .3s;
}

.header-profile-item-link {
    padding: .4rem;
    font-size: .8rem;
    line-height: 1.4rem;
}

.logo {
    width: 210px;
    height: 50px;
}

.header-icon-bars {
    font-size: 18px;
    background-color: #F0F0F0;
    padding: 7px 10px 7px 10px;
    border-radius: 50%;
}

.header-second {
    height: 3.5rem;
    border-top: 1px solid #F0F0F0;
    border-bottom: 2px solid #D9D9D9;
    padding-left: 40% !important;
    padding-right: .1rem;
    display: none;
}

.body-container {
    background-color: #efefef;
    padding: 20px 75px 20px 75px;   
    min-height: calc(100vh - 3.5rem - 20px);    
}

.index-body-container {
    background-color: #efefef;
    /*padding: 20px 75px 20px 75px;*/
    max-height: calc(100vh - 4.5rem - 20px);
}


.exportLink {
    border: none;
    padding: 0px;
    margin: 2rem 0px 0px 0px;
}



/* Notification css */
/* --------------------------------------------------------------------------------------------- */
/*Line CSS*/
/*.line {
    border-bottom: 3px solid #729ef9;*/ /*change back to white*/
/*padding-bottom: 29px;
    padding-right: 10px;
    margin-top: 20px;
}


.header {
    position: fixed;
    height: 100px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 5px lightGrey;
}

.logo {
    position: absolute;
    left: 15px;
    top: 8px;
    color: rgb(14, 86, 130);
    font-size: 50px;
    font-weight: bold;
}

.wizard {
    width: 100%;
    height: 600px;
    padding-top: 200px;
    background-color: rgb(242,242,242);
    text-align: center;
    box-shadow: 0px 1px 10px lightGrey;
}

.icon_container {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 25px;
    color: rgb(14, 86, 130);
    padding:
}

.icon {
    transition: .3s;
    cursor: pointer;
}

    .icon:hover {*/
/*color: orangeRed;*/
/*transform: scale(1.1);
    }

.bars {
    padding-left: 10px;
    border-left: 1px solid lightGrey;
    padding-top: 15px;
    padding-bottom: 15px;
}

.float {
    display: inline-block;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .float:hover {
        transform: translateY(-5px);
    }

.span {
    margin-right: 30px;
    color: grey;
    font-size: 20px;
}

i {
    margin-left: 10px;
}



.button {
    background:;
    border-radius: 5px;
    font-weight: bold;
    color: !white;
    cursor: pointer;
    padding: .5em;
    position: absolute;
    left: 46%;
    top: 470px;
}*/
.notification--list {
    box-sizing: border-box;
    border-radi list-style: none;
    position: fixed;
    top: 110px;
    right: .5em;
    width: 400px;
    max-width: 400px;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.42, 0, 1, 1);
}

    .notification--list .notification--item {
        box-sizing: border-box;
        border-radius: 5px;
        position: relative;
        padding-left: 5px;
        padding-top: 10px;
        padding-right: 20px;
        background: white;
        position: relative;
        margin-bottom: 1rem;
        max-height: 200px;
        text-align: left;
        overflow-y: hidden;
        box-shadow: 0px 3px 5px lightgrey;
        border-width: 1px;
        -webkit-animation: slideIn 600ms 1;
        animation: slideIn 600ms 1;
    }

        .notification--list .notification--item .fade-out, .notification--list .notification--item[data-state="fadeout"] {
            -webkit-animation: fadeOut 200ms 1;
            animation: fadeOut 200ms 1;
        }

        .notification--list .notification--item .slide-up, .notification--list .notification--item[data-state="slideup"] {
            -webkit-animation: slideUp 200ms;
            animation: slideUp 200ms;
        }

        .notification--list .notification--item h3 {
            margin-top: 0;
        }

    .notification--list .close {
        font-size: 12px;
        position: absolute;
        top: .75em;
        right: .75em;
        cursor: pointer;
        line-height: 1.2;
        padding: 3px 6px;
    }

@-webkit-keyframes fadeOut {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyFrames slideIn {
    from {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyFrames slideUp {
    from {
        max-height: auto;
        opacity: 0;
    }

    to {
        max-height: 0;
        padding: 0;
        margin-bottom: 0;
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/*Bell Animation*/
.notification {
    width: 50px;
    height: inherit;
    color: rgb(14, 80, 136);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    content: attr(data-count);
    min-width: 20px;
    height: 20px;
}

    .notification::after {
        min-width: 20px;
        height: 20px;
        content: attr(data-count);
        background-color: red;
        font-family: monospace;
        font-weight: bolt;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        top: -7px;
        right: 3px;
        transition: .3s;
        opacity: 0;
        transform: scale(.5);
        will-change: opacity, transform;
        color: white;
    }

    .notification.show-count::after {
        opacity: 1;
        transform: scale(1);
    }

    .notification::before {
        content: "\f0f3";
        font-family: "FontAwesome";
        display: block;
    }

    .notification.notify::before {
        animation: bell 1s ease-out;
        transform-origin: center top;
    }

@keyframes bell {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }

{
    transform: rotate(0);
}

}


/*Notification Dropdown*/


.shopping-cart {
    margin: 0px !important;
    float: right;
    background-color: white !important;
    width: 22rem !important;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    margin-right: 83px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px lightgrey;
    z-index: 10000;
    top: 30px;
    /*visibility: hidden;*/
}

    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid #E8E8E8;
        font-weight: bold;
        font-size: 23px !important;
    }

        .shopping-cart .shopping-cart-header .shopping-cart-total {
            float: right;
        }

    .shopping-cart .shopping-cart-items {
        padding-top: 20px;
    }

        .shopping-cart .shopping-cart-items li {
            margin-bottom: 18px;
        }


        .shopping-cart .shopping-cart-items .item-name {
            display: block;
            padding-top: 10px;
            font-size: 16px;
        }

        .shopping-cart .shopping-cart-items .item-price {
            color: #6394F8;
            margin-right: 8px;
        }


/*Notification item*/
.cart-item {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-radius: 5px;
    padding-left: 12px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.cart-item-danger {
    background-color: #FFCDBD;
}

.cart-item-warning {
    background-color: #FFF9C3;
}

.cart-item:hover {
    box-shadow: 0px 2px 1px rgb(242,242,242);
    transition: .4s;
    transform: translate(0, -1px);
    transform: translate3d(0, -1px, 0);
}

.cart-item .cart-item-header {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: .5rem;
    top: -12px;
    right: 3%;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.warning-icon {
    color: #FFB103; /* رنگ آیکون */
    font-size: 16px; /* اندازه آیکون */
}


@keyframes blink-animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.error-icon {
    color: #FF0303; /* رنگ ضربدر */
    font-size: 12px; /* اندازه آیکون ضربدر */
    position: relative; /* برای قرار دادن دایره */
}

.circle {
    width: 18px; /* قطر دایره */
    height: 18px; /* قطر دایره */
    border: 2px solid #FF0303; /* رنگ و ضخامت خط دور دایره */
    border-radius: 50%; /* دایره بودن */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-item-header-warning {
}

.cart-item-header-danger {
    color: #DE2015;
}



.cart-item .cart-item-date {
    position: relative;
    color: #3E88BC;
    font-size: 11px;
    font-weight: 600;
    top: -10px;
    right: 3%;
}

.cart-item .cart-icon {
    position: relative;
    font-size: 12px;
    top: -22px;
    left: 0%;
    color: rgb(112, 112, 112)
}

    .cart-item .cart-icon:hover {
        color: red;
        cursor: pointer;
    }

.cart-item .cart-type {
    font-size: 12px;
    position: relative;
    right: 95%;
    top: 6px !important;
    color: #FF4132;
}

.cart-item .cart-type-danger {
    color: blueviolet;
}

.cart-item .cart-type-warning {
    color: blueviolet;
}

.cart-date {
    font-size: 14px;
    color: rgb(160, 160, 160);
    position: relative;
    left: 0px;
    top: -5px;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}



.button_close {
    background: rgb(14, 80, 136);
    color: white !important;
    text-align: center;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 5px;
    font-size: 16px !important;
    margin: 25px 60px 0 60px;
    cursor: pointer;
    font-size: 20px;
}

.button_1 {
    background: #729ef9;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    border-radius: 3px;
    padding-top: 10px;
    font-size: 16px;
    margin: 0px 0 15px 0;
    cursor: pointer;
}

.button:hover {
    background: #729ef9;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*Notification Type Toggle*/

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 4em;
            height: 2em;
            position: relative;
            cursor: pointer;
            width: 36px;
            height: 21px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-light + .tgl-btn {
    background: #44EF88;
    border-radius: 2em;
    padding: 2px;
    /*transition: all .2s ease;  -- was affecting order of ops*/
}

    .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        transition: all .2s ease;
    }

.tgl-light:checked + .tgl-btn {
    background: #44BCEF;
}

/*Clear button css*/
.clear {
    color: rgb(180, 180, 180);
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 290px;
    cursor: pointer;
}




/* sidebar css */
/* --------------------------------------------------------------------------------------------- */

.index-sidebar {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.sidebar-header {
    border-bottom: 1px solid #F0F0F0;
}

.sidebar-body {
    padding: 10px;
}

.sidebar-box {
    border: 1px solid #F0F0F0;
    border-radius: 7px;
    padding: 7px 15px;
    margin-bottom: 10px;
    transition: transform .3s;
}

    .sidebar-box:hover {
        background-color: aliceblue;
        transform: translateY(-7px);
        transition: .2s;
    }

.sidebar-box-header {
    margin-bottom: 1rem;
}

.sidebar-box-header-number-container {
    /*background-color: #F0F0F0;*/
    width: 22%;
    border-radius: 10px;
    /*padding-top: 15px;*/
}

.sidebar-box-header-text-container {
    background-color: #F0F0F0;
    width: 73%;
    /*padding-top: 15px;*/
    border-radius: 10px;
}

.sidebar-box-header-text {
    text-align: center;
    height: 100%;
    padding: 6px 0;
    margin-bottom: 0;
}

.sidebar-box-header-number {
    text-align: center;
    height: 100%;
    padding: 6px 0;
    margin-bottom: 0;
}

.sidebar-box-body-row {
    margin-bottom: 1rem;
}

.sidebar-box-body-row-humidity {
    margin-bottom: .5rem !important;
}

.sidebar-img {
    background-color: #F0F0F0;
    padding: 5px;
    border-radius: 10px;
    margin-left: 1rem;
}

.sidebar-box-number {
    font-size: 16px;
    font-weight: bold;
    direction: ltr !important;
}

.sidebar-box-number-temp {
    color: #fa3737;
}

.sidebar-box-number-humidity {
    color: #6262e4;
}

.sidebar-icon-degree {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 10px;
}

.led-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#led {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* رنگ متن داخل LED */
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.led-on {
    background-color: lime; /* رنگ سبز برای LED روشن */
}

.led-off {
    background-color: #999999; /* رنگ خاکستری برای LED خاموش */
}

.status {
    text-align: center;
}

.control-table-setpoint-header-first {
    background-color: #EEEEEE;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}


.control-table-setpoint-header > section:nth-child(1) > span {
    width: 33.333%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-setpoint-header-show {
    display: none
}

.control-table-setpoint-data > section:first-child > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    border: 1px solid #F0F0F0;
    max-height: 4rem;
    min-height: 4rem;
}

    .control-table-setpoint-data > section:first-child > span:nth-child(1) {
        width: 33.333%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .control-table-setpoint-data > section:first-child > span:nth-child(2) {
        width: 33.333%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .control-table-setpoint-data > section:first-child > span:nth-child(3) {
        width: 33.333%;
        border-top: 1px solid transparent;
    }

.setpoint-item {
    cursor: pointer;
}
/* industrial css */
/* --------------------------------------------------------------------------------------------- */
.preload {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--mainWhite);
    z-index: 1000;
}

.preload-hidden {
    display: none !important;
}


.industrial-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
   /* max-height: 50%;*/
}

.industrial-image {
    display: block;
    max-height:calc(100vh - 3.5rem - 60px);
    z-index:10000;
}

.overlay {
    position: absolute;
    /* رنگ پس‌زمینه */
    /* مخفی بودن پیش‌فرض */
    /* انیمیشن تغییر */
}

.modalsensor {
    position: absolute;
    width: 14vw;
    background-color: rgba(255,255,0,1);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    z-index: 10000;
    display: none; /* به طور پیش فرض مخفی */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.modalsensor-text {
    font-size: 1vw; /* اندازه فونت به نسبت عرض صفحه تنظیم می‌شود */
}

.container-overlay-led {
    position: absolute;
    width: 1.9%; /* اندازه قاب */
    height: .7%; /* اندازه قاب */
    background-color: white; /* رنگ قاب */
    border-radius: 20%;
    شکل دایره‌ای display: flex; /* برای مرکز کردن LED */
    justify-content: center; /* مرکز کردن در محور افقی */
    align-items: center; /* مرکز کردن در محور عمودی */
    /* margin: 100px auto;*/ /* فاصله از بالا و مرکز کردن */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* سایه برای قاب */
}

.overlay-led {
    width: 100%;
    height: 100%;
    border-radius: 20%;
    opacity: 0.3;
    transition: opacity 0.5s;
}

.container-overlay-led-H {
    position: absolute;
    width: 1.5%; /* اندازه قاب */
    height: .9%; /* اندازه قاب */
    background-color: white; /* رنگ قاب */
    /*border-radius: 50%*/; /* شکل دایره‌ای */
    display: flex; /* برای مرکز کردن LED */
    justify-content: center; /* مرکز کردن در محور افقی */
    align-items: center; /* مرکز کردن در محور عمودی */
    /* margin: 100px auto;*/ /* فاصله از بالا و مرکز کردن */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* سایه برای قاب */
}


.overlay-led-Green {
    background-color: lime;
}

.overlay-led-Red {
    background-color: red;
}

.overlay-led.on {
    opacity: 1;
}

.overlay:hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.overlay-active {
    background-color: #F6F6F6;
    opacity: 0;
}

.overlay-active-Buttom {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.overlay-active-Buttom-Right {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}



/* main body - chart css */
/* --------------------------------------------------------------------------------------------- */
.main-body {
    background-color: #FFFFFF;
    width: calc(78% - 10px);
    height: auto;
    margin-right: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-bottom: 2rem;
}

.modal-body {
    padding-top: 0px !important;
}

#ProductModal {
    max-width: 70%; /* عرض 80 درصد */
    height: 80%; /* ارتفاع 95 درصد */
    margin: auto; /* به مرکز قرار دادن modal */
}

.modal-dialog-hall {
    /* اطمینان از پر کردن عرض */
    width: 65%;
    min-width: 65%;
    height: auto; /* ارتفاع خودکار */
}

.container-productHall {
    width: 95%;
    min-width: 95%;
    min-height: 95%;
    padding-right: 0px !important;
}

#modalProduct-body {
    background-color: aliceblue;
}

#modalProduct-header {
    background-color: cornsilk
}

.modal-dialog-ProductHall {
    /* اطمینان از پر کردن عرض */
    width: 100%;
    min-width: 100%;
    height: auto; /* ارتفاع خودکار */
}

#ProductModal .modal-dialog-ProductHall .modal-content {
    background-color: antiquewhite;
}

.container-productHall {
    overflow: hidden;
    برای مخفی کردن اسکرول
}

    .container-productHall::-webkit-scrollbar {
        display: none;
        مخفی کردن نوار اسکرول
    }

.product-button {
    margin-right: .5rem;
}



.main-body-header {
    /* margin: 1rem;*/
}

.main-body-header-number {
    padding: 15px;
    background-color: #F0F0F0;
    margin-left: 4rem;
}

.main-body-header-text {
    margin-top: .5rem;
    width: 100%;
}

.LatestReport-width {
    width: 40%;
}

.setpoint-width {
    width: 100%;
}

.ReportExcell-width {
    width: 100%;
}


.product-table-container {
    background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 15px;
    height: 395px;
    max-height: 395px;
    overflow-y: auto;
}

    .product-table-container > form {
        height: auto;
        /* padding-bottom:1rem;*/
    }


.table-responsive {
    overflow-x: auto; /* فعال‌سازی اسکرول افقی */
    width: 100%; /* حداکثر عرض */
}

    .table-responsive > div {
        min-width: 1200px;
    }

.product-table-header-first {
    background-color: #EEEEEE;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.product-table-header > section:nth-child(1) > span:nth-child(1) {
    width: 15%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.product-table-header > section:nth-child(1) > span:nth-child(2) {
    width: 12%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.product-table-header > section:nth-child(1) > span:nth-child(3) {
    width: 20%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.product-table-header > section:nth-child(1) > span:nth-child(4) {
    width: 20%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.product-table-header > section:nth-child(1) > span:nth-child(5) {
    width: 20%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.product-table-header > section:nth-child(1) > span:nth-child(6) {
    width: 13%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}


.product-table-header-show {
    display: none
}

.product-table-data > section:first-child > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    border: 1px solid #F0F0F0;
    max-height: 4rem;
    min-height: 4rem;
}

    .product-table-data > section:first-child > span:nth-child(1) {
        width: 15%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .product-table-data > section:first-child > span:nth-child(2) {
        width: 12%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .product-table-data > section:first-child > span:nth-child(3) {
        width: 20%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .product-table-data > section:first-child > span:nth-child(4) {
        width: 20%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .product-table-data > section:first-child > span:nth-child(5) {
        width: 20%;
        border-top: 1px solid transparent;
    }

    .product-table-data > section:first-child > span:nth-child(6) {
        width: 13%;
        border-top: 1px solid transparent;
    }


.sheet {
    margin: 2rem 0rem;
    padding-right: 6rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #F0F0F0;
}

.sheet-item {
    margin-left: 5rem;
}

.sheet a {
    text-decoration: none;
    color: black;
}

.sheet-chart-active::after {
    content: '';
    width: 5rem;
    height: 2px;
    background-color: #0F45FF;
    position: absolute;
    top: 27px;
    right: -16px;
}

.sheet-chart-link:hover {
    color: #0F45FF;
    text-decoration: none;
}

    .sheet-chart-link:hover::after {
        content: '';
        width: 5rem;
        height: 2px;
        background-color: #0F45FF;
        position: absolute;
        top: 27px;
        right: -16px;
    }

.sheet-control-active::after {
    content: '';
    width: 5rem;
    height: 2px;
    background-color: #0F45FF;
    position: absolute;
    top: 27px;
    right: -11px;
}

.sheet-control-link:hover {
    color: #0F45FF;
    text-decoration: none;
}

    .sheet-control-link:hover::after {
        content: '';
        width: 5rem;
        height: 2px;
        background-color: #0F45FF;
        position: absolute;
        top: 27px;
        right: -11px;
    }

.sheet-img-active::after {
    content: '';
    width: 5rem;
    height: 2px;
    background-color: #0F45FF;
    position: absolute;
    top: 27px;
    right: -19px;
}

.sheet-img-link:hover {
    color: #0F45FF;
    text-decoration: none;
}

    .sheet-img-link:hover::after {
        content: '';
        width: 5rem;
        height: 2px;
        background-color: #0F45FF;
        position: absolute;
        top: 27px;
        right: -19px;
    }

/* main body - chart sidebar css */

/* --------------------------------------------------------------------------------------------- */
.chart-container {
    padding: 10px;
}

.chart-sidebar {
    width: 110px;
}

.chart-sidebar-item {
    margin-bottom: 10px;
}

.chart-sidebar-item-back {
    width: 110px;
    height: 110px;
    border-radius: 30px;
}

.chart-sidebar-item-back-temp {
    background-color: #FFE197;
}

.chart-sidebar-item-back-NH3 {
    background-color: #C2D9E7;
}

.chart-sidebar-item-back-CO2 {
    background-color: #C6D0BC;
}

.chart-sidebar-item-back-humidity {
    background-color: #C4C3E5;
}


.chart-sidebar-item-front {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: transparent;
    top: 11px;
    left: 11px;
    border-radius: 50%;
    rotate: 45deg;
    z-index: 1000;
}

.chart-sidebar-item-front-temp {
    border: 7px solid #E1BA58;
    border-right: 6px solid #FFFFFF;
}

.chart-sidebar-item-front-NH3 {
    border: 7px solid #7395A9;
    border-right: 6px solid #FFFFFF;
}

.chart-sidebar-item-front-CO2 {
    border: 7px solid #708A55;
    border-right: 6px solid #FFFFFF;
}

.chart-sidebar-item-front-humidity {
    border: 7px solid #605EBB;
    border-right: 6px solid #FFFFFF;
}

.chart-sidebar-item-front-text {
    position: absolute;
    z-index: 10000;
}

.chart-sidebar-item-front-text-temp {
    top: 34px;
    left: 30px;
}

.chart-sidebar-item-front-text-NH3 {
    top: 34px;
    left: 30px;
}

.chart-sidebar-item-front-text-humidity {
    top: 34px;
    left: 30px;
}

.ppm {
    font-size: 8px;
}

.chart-sidebar-item-number {
    font-size: 15px;
    font-weight: bolder;
    direction: ltr !important;
}

.chart-sidebar-item-degree {
    position: absolute;
    top: 0px;
    right: -8px;
    font-size: 10px;
    font-weight: bolder;
    z-index: 10000;
}

.chart-sidebar-item-sensor {
    position: absolute;
    font-size: 12px;
    z-index: 10000;
}

.chart-sidebar-item-sensor-humidity {
    top: 60px;
    right: 27px;
}

.chart-sidebar-item-sensor-temp {
    top: 60px;
    right: 27px;
}

.chart-sidebar-item-sensor-NH3 {
    top: 60px;
    right: 27px;
}
/* main body - chart main
/* --------------------------------------------------------------------------------------------- */
.chart-main {
    width: calc(98%);
    margin: 0 10px;
    box-sizing: border-box;
}

.chart-main-header-container {
    padding: 15px;
    border: 1px solid #D9D9D9;
    /*border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
}

.industrial-input-text {
    width: 5rem;
    height: 1.3rem;
    border: 2px solid #333;
    border-radius: 0px;
    padding: 5px;
    font-size: 10px;
    background-color: #e0e0e0;
    color: #333;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none; /* جلوگیری از تعامل کاربر */
}

.industrial-input-date {
    width: 7.4rem;
    height: 1.3rem;
    border: 2px solid #333;
    border-radius: 0px;
    padding: 5px;
    font-size: 10px;
    background-color: #e0e0e0;
    color: #333;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none; /* جلوگیری از تعامل کاربر */
}

.tempValueGauge {
    direction: ltr !important;
}

.btn-small {
    width: 7rem !important;
    color: white !important;
    font-size: 14px !important;
}

.header-notifictation {
    position: absolute;
    left: 0;
    margin-top: .2rem;
    width: 16rem;
    background-color: white;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.notification-img {
    width: 3rem;
    border-radius: .1rem;
}

.notification-user {
    font-size: .8rem;
    font-weight: bold;
    margin-top: .3rem;
}

.notification-text {
    font-size: .7rem;
    line-height: .7rem;
}

.notification-time {
    font-size: .6rem;
    line-height: .6rem;
    color: #919aa3;
}

.main-logo-container {
    width: 15rem !important;
}

.chart-main-datetime-container {
    display: inline-block;
    background-color: #EEEEEE;
    padding: 15px;
    border-radius: 0px;
    /*margin-right: 3rem;*/
}

.date-Archive {
    border-radius: 0px !important;
}

.btn-search-date {
    font-size: 12px !important;
}

.excellDisabled {
    pointer-events: none; /* جلوگیری از کلیک */
    color: gray; /* تغییر رنگ لینک به رنگ خاکستری برای نمایش غیرفعالی */
}

.chart-main-datetime-item:nth-child(2) {
    margin: 0 20px;
}

.chart-profile-menu {
    position: absolute;
    margin-top: .2rem;
    left: 0;
    top: 35px;
    z-index: 1000;
    height: auto;
    width: 11rem;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.chart-profile-link {
    text-decoration: none;
    color: #1F1F1F;
    transition: all .3s;
}

    .chart-profile-link:hover {
        text-decoration: none;
    }

.chart-profile-container {
    font-size: 12px;
    border: 1px solid #BFBFBF;
    height: 35px;
    padding: 7px 15px;
    border-radius: 30px;
}

.login-container {
    margin-top: 0.5rem;
}

.dateReportChart {
    width: 80% !important;
}

/*.img-excel {
    transition: ease-in-out .2s;
}

    .img-excel:hover {
        transform: translate(2px,2px);
    }*/



/*main body - SetPoint*/
/*------------------------------------------------------------------------------------------*/

/*body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 20px;
}*/

.setpoint-container {
    /*max-width: 400px;
    width: 400px;*/
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.setpoint-title {
    text-align: center;
    color: #333;
}

.setpoint-input-container {
    margin-bottom: 20px;
}

.setpoint-lable {
    display: block;
    margin-bottom: 5px;
}

.setpoint-input {
    width: 100%;
}

.setpoint-value-display {
    text-align: right;
    margin-top: 5px;
    font-weight: bold;
    color: #555;
}

.setpoint-input-container input {
    direction: ltr !important;
    /* text-align: right;*/
}

.setpoint-product-temp {
    direction: ltr !important;
    /* text-align: right;*/
}

.setpoint-value-display {
    direction: ltr !important;
}
/*.setpoint-submit {
    width: 20%;
    padding: 10px;
    background-color: #28a745;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}*/
/*.setpoint-submit:hover {
        background-color: #218838;
    }*/
/*main body - control main*/
/*------------------------------------------------------------------------------------------*/
.control {
    padding: 0.5rem 3rem;
}

.fan-attribute-container {
    margin-bottom: 15px;
}

.fan-attribute-item {
    width: 30rem;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    padding: 5px 10px;
}

.fan-attribute-item-power {
    margin-right: 5px;
}

.fan-attribute-item-speed {
    margin-left: 5px;
}

.fan-text-img {
    margin-left: 5px;
}

.fun-value {
    padding: 12px 0;
}

.fan-value-number {
    color: #0F45FF;
    font-size: 23px;
    font-weight: bold;
    margin-left: 5px;
}

.fan-control-item {
    width: 23%;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.fan-control-item-on {
    background-color: #F3F6FF;
}

.fan-control-button {
    padding: 12px 0;
}

/*button on Off*/
/*-----------------------------------------------------------------------------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*main body - Image */
/*--------------------------------------------------------------------------------*/
.image {
    padding: 0 5rem;
}

.image-container {
}

.image-box {
    display: inline-block;
    padding: 5px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    width: 33%;
    margin-bottom: 10px;
}

.aviculture-img {
    border-radius: 10px;
    width: 100%;
}


/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page chart*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.main-body-chart {
    background-color: #EEEEEE !important;
    width: calc(78% - 10px);
    height: auto;
    margin-right: 10px;
    margin-top: 0;
    border-radius: 10px;
    box-sizing: border-box;
    /*padding-bottom: 2rem;*/
}

.chart-main-title {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 1rem;
}

.report-main-title {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 1rem;
}

.report-main-title-item {
    color: #999999;
}

.chart-main-body {
    background-color: #FFFFFF;
    padding: 2rem 2rem 0 2rem !important;
    margin-bottom: 2rem;
    border-radius: 15px;
}

.chart-item-title {
    width: 70%;
    text-align: center;
    padding: 7px;
    border-radius: 7px;
    margin-bottom: .8rem;
}

.sensorHall-chart-sidebar-item:nth-child(2) {
    margin: 0px 15px !important;
}

.sensors > section:nth-child(2) {
    margin: 0 15px;
}

.sensor-square-humidity {
    width: 8rem;
    height: 9rem;
    background-color: #C4C3E5;
    border-radius: 7px;
}

.sensor-circle-humidity {
    bottom: .8rem;
    left: 1.25rem;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 8px solid #605EBB;
    border-right: 8px solid transparent;
    rotate: 45deg;
    z-index: 1000;
}

.sensor-square-temp {
    width: 8rem;
    height: 9rem;
    background-color: #FFE197;
    border-radius: 7px;
}

.sensor-circle-temp {
    bottom: .8rem;
    left: 1.25rem;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 8px solid #E1BA58;
    border-right: 8px solid transparent;
    rotate: 45deg;
    z-index: 1000;
}

.sensor-square-ammonia {
    width: 8rem;
    height: 9rem;
    background-color: #C2D9E7;
    border-radius: 7px;
}

.sensor-circle-ammonia {
    bottom: .8rem;
    left: 1.25rem;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 8px solid #7395A9;
    border-right: 8px solid transparent;
    rotate: 45deg;
    z-index: 1000;
}

.sensor-circle-white {
    bottom: .8rem;
    left: 1.2rem;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right: 3px solid #FFFFFF;
    rotate: 45deg;
    z-index: 500;
}

.sensor-title {
    top: .7rem;
    right: .8rem;
    z-index: 1000;
}

.sensor-number-humidity {
    top: 1.5rem;
    right: 1.2em;
    rotate: -45deg;
    z-index: 10000;
    font-size: 15px;
    font-weight: 600;
}

.sensor-number-temp {
    top: 1.5rem;
    right: 1.7em;
    rotate: -45deg;
    z-index: 10000;
    font-size: 15px;
    font-weight: 600;
}

    .sensor-number-temp span:first-child span {
        top: -.3rem;
        right: -.4rem;
        font-size: 10px;
    }

.sensor-number-ammonia {
    top: 1.4rem;
    right: 1.2rem;
    rotate: -45deg;
    z-index: 10000;
    font-size: 15px;
    font-weight: 600;
}

.ppm {
    font-size: 10px;
    font-weight: normal;
    margin-top: -5px;
}

.chart-main-body > a {
    color: #587EE1 !important;
    border-radius: 7px;
    margin: 1rem;
    transition: all 0.2s;
}

    .chart-main-body > a:hover {
        background-color: #0019FF;
        color: #FFFFFF !important;
    }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page chartDetail*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.main-chart-detail {
    width: 100%;
    height: 100% !important;
    padding: 2rem 18rem;
}

.chart-detail-sensor {
    background-color: #FFFFFF;
    padding: 2rem;
    margin-bottom: 1rem;
}

    .chart-detail-sensor > section:first-child {
        margin-bottom: 1rem;
        width: 100%;
    }

        .chart-detail-sensor > section:first-child > section:first-child > section:nth-child(2) {
            width: 65%;
            margin-right: .5rem;
            text-align: center;
            padding: 7px;
            border-radius: 7px;
        }

.chart-detail-back-button {
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 5px 10px 5px 0
}

    .chart-detail-back-button:hover {
        background-color: #F0F0F0;
    }

.chart-detail-table {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: .5rem;
    margin-bottom: 1rem;
}

    .chart-detail-table > section:nth-child(1) > span:nth-child(1) a::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -30px;
        width: 0rem;
        height: 3px;
        background-color: #0019FF;
        transition: width .3s ease;
    }

    .chart-detail-table > section:nth-child(1) > span:nth-child(1) a:hover::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -30px;
        width: 5rem;
        height: 3px;
        background-color: #0019FF;
    }

    .chart-detail-table > section:nth-child(1) > span:nth-child(2) a::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -25px;
        width: 0rem;
        height: 3px;
        background-color: #0019FF;
        transition: width .3s ease;
    }

    .chart-detail-table > section:nth-child(1) > span:nth-child(2) a:hover::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -25px;
        width: 5.5rem;
        height: 3px;
        background-color: #0019FF;
    }

    .chart-detail-table > section:nth-child(1) > span:nth-child(3) a::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -20px;
        width: 0rem;
        height: 3px;
        background-color: #0019FF;
        transition: width .3s ease;
    }

    .chart-detail-table > section:nth-child(1) > span:nth-child(3) a:hover::after {
        content: "";
        position: absolute;
        bottom: -9px;
        right: -20px;
        width: 5.5rem;
        height: 3px;
        background-color: #0019FF;
    }

.sensor-temp-active::after {
    content: "" !important;
    position: absolute !important;
    bottom: -9px !important;
    right: -30px !important;
    width: 5rem !important;
    height: 3px !important;
    background-color: #0019FF !important;
}

.sensor-humidity-active::after {
    content: "" !important;
    position: absolute !important;
    bottom: -9px !important;
    right: -25px !important;
    width: 5.5rem !important;
    height: 3px !important;
    background-color: #0019FF !important;
}

.sensor-ammonia-active::after {
    content: "" !important;
    position: absolute !important;
    bottom: -9px !important;
    right: -20px !important;
    width: 5.5rem !important;
    height: 3px !important;
    background-color: #0019FF !important;
}

.chart-detail-table > section {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 1.5rem 0 .5rem 0;
}

.chart-detail-table section:nth-child(2),
.chart-detail-table section:nth-child(3),
.chart-detail-table section:nth-child(4) {
    width: 100%;
    padding: 0;
    font-size: 12px;
}

.table-header {
    padding: .5rem 0;
    background-color: #F0F0F0;
}

.table-header-show {
    display: none;
}

.table-header > section > span:nth-child(1) {
    width: 10%;
    text-align: center;
}

.table-header > section > span:nth-child(2) {
    width: 45%;
    text-align: center;
}

.table-header > section > span:nth-child(3) {
    width: 45%;
    text-align: center;
}

.table-data > section > span {
    padding: .5rem 0;
}

    .table-data > section > span:nth-child(1) {
        width: 10%;
        text-align: center;
        border-left: 1px solid #F0F0F0;
        border-right: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
    }

    .table-data > section > span:nth-child(2) {
        width: 45%;
        text-align: center;
        border-bottom: 1px solid #F0F0F0;
    }

    .table-data > section > span:nth-child(3) {
        width: 45%;
        text-align: center;
        border-left: 1px solid #F0F0F0;
        border-right: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
    }

.chart-detail-chart {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: .5rem;
}

    .chart-detail-chart > section {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        padding: 2rem 1rem 1rem 1rem;
    }

.chart-detail-profile-menu {
    position: absolute;
    margin-top: .2rem;
    left: 0;
    top: 35px;
    z-index: 1000;
    height: auto;
    width: 11rem;
    background-color: #FFFFFF;
    color: #000000;
    box-shadow: 0 1px 20px 0 rgba(70, 90, 100, 0.08);
    display: none;
}

.chart-detail-profile-link {
    text-decoration: none;
    color: #1F1F1F;
    transition: all .3s;
}

    .chart-detail-profile-link:hover {
        text-decoration: none;
    }

.chart-detail-profile-container {
    font-size: 12px;
    border: 1px solid #BFBFBF;
    height: 35px;
    padding: 7px 15px;
    border-radius: 30px;
}

.line-chart-detail-container {
    border: 1px solid #F0F0F0;
    border-top: 1px solid transparent;
    padding-left: .5rem;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page hall-info*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.bg-blue {
    background-color: #0F45FF;
}

.hall-no-info {
    height: 19.25rem;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding-top: 3rem;
}

    .hall-no-info > span:nth-child(2) {
        margin: 1rem 0 2rem 0;
    }

.create-info {
    padding: .5rem 1.5rem;
    border-radius: 7px;
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
}

    .create-info:hover {
        background-color: #BFBFBF;
    }

    .create-info img {
        margin-left: .2rem;
    }

    .create-info span {
        color: #0F45FF;
    }

.hall-info {
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 1rem;
}

.hall-accordion-on {
    margin-bottom: 1rem;
}

.hall-accordion-off > section:nth-child(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.5rem 1rem;
}

.button-edit {
    border: 1px solid #BFBFBF;
    margin-left: .5rem;
    font-size: 13px;
    width: 50%;
    transition: all .2s;
}

    .button-edit:hover {
        background-color: #0F45FF;
        color: #FFFFFF !important;
    }

.button-delete {
    font-size: 13px;
    width: 50%;
}

.hall-accordion-off section section section section > span:nth-child(2) {
    margin-left: 2rem;
}

.hall-accordion-off section section section section > span:nth-child(1) > a {
    margin-left: .3rem;
}

    .hall-accordion-off section section section section > span:nth-child(1) > a img {
        top: 1.1rem;
        right: 1rem;
    }

.arrow-up-round {
    display: none;
}

.hall-accordion-off section section section section > span:nth-child(1) > span {
    margin-right: 2rem;
}

.hall-info-box {
    display: none;
    transition: all .5s;
}

    .hall-info-box > section {
        padding: .8rem;
        border-top: 1px solid transparent;
    }

.hall-accordion-on:target .hall-info-box {
    display: block;
}

.hall-accordion-on:target .arrow-down-round {
    display: none;
}

.hall-accordion-on:target .arrow-up-round {
    display: inline-block;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page hall-infoCreate*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.hall-create {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 1.5rem;
}

    .hall-create > section:nth-child(1) {
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        padding: .7rem;
    }

    .hall-create > section:nth-child(2) {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        border-top: 1px solid transparent;
        padding: .7rem;
    }

.hall-create-buttons > button:nth-child(1) {
    width: 15rem;
}

.hall-create-buttons > button:nth-child(2) {
    width: 7rem;
    border: 1px solid #BFBFBF;
    margin-right: .5rem;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page controlCenter*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.control-body {
    background-color: #FFFFFF;
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
    border-radius: 15px;
}

.package-info {
    border-radius: 10px;
    width: calc(50% - .3rem);
    padding: .4rem .8rem;
    margin-bottom: .8rem;
}

    .package-info > section:first-child {
        margin-bottom: .5rem;
    }

    .package-info > section:nth-child(2) {
        border-radius: 7px;
        padding: .4rem 0 .1rem 0;
    }

    .package-info > section:first-child > span:first-child {
        margin-left: .5rem;
    }

.control-table-container {
    background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 15px;
}

.control-table-header-first {
    background-color: #EEEEEE;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.control-table-header > section:nth-child(1) > span:nth-child(1) {
    width: 20%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(2) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(3) {
    width: 15%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(4) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(5) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(6) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(7) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(8) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header > section:nth-child(1) > span:nth-child(9) {
    width: 10%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.control-table-header-show {
    display: none
}

.control-table-data > section:first-child > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    border: 1px solid #F0F0F0;
    max-height: 4rem;
    min-height: 4rem;
}

    .control-table-data > section:first-child > span:nth-child(1) {
        width: 20%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(2) {
        width: 10%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(3) {
        width: 15%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(4) {
        width: 10%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(5) {
        width: 10%;
        border-top: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(6) {
        width: 10%;
        border-top: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(7) {
        width: 10%;
        border-top: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(8) {
        width: 10%;
        border-top: 1px solid transparent;
    }

    .control-table-data > section:first-child > span:nth-child(9) {
        width: 10%;
        border-top: 1px solid transparent;
    }

.chart-detail-table section:nth-child(2),
.chart-detail-table section:nth-child(3),
.chart-detail-table section:nth-child(4) {
    width: 100%;
    padding: 0;
    font-size: 12px;
}

.control-btn-submit {
    margin-top: .75rem;
}

    .control-btn-submit button {
        width: 17rem;
        font-size: 14px;
    }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page image*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.images-container {
    background-color: #FFFFFF;
    padding: 1.5rem 4.5rem;
    border-radius: 15px;
}

    .images-container > section > span {
        border-radius: 10px;
        padding: .4rem;
        width: calc(calc(100% - 1rem) / 3);
        margin-bottom: .5rem;
    }

        .images-container > section > span > img {
            width: 100%;
            height: 100%;
        }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page noAutomation*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.auto-container {
    background-color: #efefef;
    padding: 20px 75px 0 75px;
    min-height: calc(100vh - 3.35rem);
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page automationDate*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.auto-create-container {
    background-color: #efefef;
    padding: 20px 75px 1.5rem 75px;
    min-height: calc(100vh - 3.35rem);
}

.auto-body-top {
    height: 12rem;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

    .auto-body-top > section:first-child {
        border-radius: 10px;
        height: 100%;
    }

.auto-body-top-title {
    padding: 0rem 1rem;
    border-bottom: 1px solid #F0F0F0;
    height: 2.5rem;
}

.auto-body-top-levels {
    padding-bottom: 1.2rem;
    height: calc(12rem - 48px - 2.5rem);
}

    .auto-body-top-levels > section:first-child {
        width: 32rem;
    }

.date-levels-container {
    width: 100% !important;
}

    .date-levels-container > span > span {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #BFBFBF;
    }

    .date-levels-container > span:nth-child(1) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .date-levels-container > span:nth-child(1) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #BFBFBF;
        z-index: 1000;
    }

    .date-levels-container > span:nth-child(1) span::after {
        position: absolute;
        content: "تاریخ اجرا شرط";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .date-levels-container > span:nth-child(2) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #BFBFBF;
        z-index: 1000;
    }

    .date-levels-container > span:nth-child(2) span::after {
        position: absolute;
        content: "انتخاب سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .date-levels-container > span:nth-child(3) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #BFBFBF;
        z-index: 1000;
    }

    .date-levels-container > span:nth-child(3) span::after {
        position: absolute;
        content: "شرط های سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -21px;
        z-index: 1000;
    }

    .date-levels-container > span:nth-child(4) span::after {
        position: absolute;
        content: "مشخصات فرد";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -15px;
        z-index: 1000;
    }

.auto-body-bottom {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 1.5rem;
}

.auto-body-bottom-title {
    padding: 1rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.auto-body-bottom-content-date form > section {
    border-top: 0;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .auto-body-bottom-content-date form > section > div {
        width: 49%;
    }

        .auto-body-bottom-content-date form > section > div:first-child {
            margin-bottom: 2rem;
        }

.auto-create-buttons > button:nth-child(1) {
    width: 15rem;
    margin-left: .5rem;
}

.auto-create-buttons > a:nth-child(2) {
    width: 7.5rem;
    margin-left: .5rem;
}

.auto-create-buttons > a:nth-child(3) {
    width: 9rem;
    border: 0;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page automationSensor*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.sensor-levels-container {
    width: 100% !important;
}

    .sensor-levels-container > span > span {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #BFBFBF;
    }

    .sensor-levels-container > span:nth-child(1) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .sensor-levels-container > span:nth-child(2) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .sensor-levels-container > span:nth-child(1) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #0F45FF;
        z-index: 1000;
    }

    .sensor-levels-container > span:nth-child(1) span::after {
        position: absolute;
        content: "تاریخ اجرا شرط";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .sensor-levels-container > span:nth-child(2) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #BFBFBF;
        z-index: 1000;
    }

    .sensor-levels-container > span:nth-child(2) span::after {
        position: absolute;
        content: "انتخاب سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .sensor-levels-container > span:nth-child(3) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #BFBFBF;
        z-index: 1000;
    }

    .sensor-levels-container > span:nth-child(3) span::after {
        position: absolute;
        content: "شرط های سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -21px;
        z-index: 1000;
    }

    .sensor-levels-container > span:nth-child(4) span::after {
        position: absolute;
        content: "مشخصات فرد";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -15px;
        z-index: 1000;
    }

.auto-body-bottom-content-sensor form > section {
    border-top: 0;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .auto-body-bottom-content-sensor form > section > div:nth-child(1) {
        width: 45rem;
        margin-bottom: 1.2rem;
    }

.sensor-list > div > div > div {
    border-radius: 7px;
}

.sensor-list > div > div:nth-child(2) {
    margin: 0 .5rem;
}

.sensor-list > div > div > div > span {
    width: 15rem;
    padding: .4rem 0;
    text-align: center;
    border-radius: 7px;
    color: #0F45FF;
    margin-bottom: .8rem;
}

.sensor-list > div > div > div > div {
    width: 11rem;
    padding: 1rem .5rem;
    border-radius: 7px;
    background-color: #EEEEEE;
    margin-bottom: .8rem;
}

    .sensor-list > div > div > div > div > input {
        margin-left: .8rem;
    }

.auto-create-buttons-sensor > button:nth-child(1) {
    width: 15rem;
    margin-left: .5rem;
}

.auto-create-buttons-sensor > a:nth-child(2) {
    width: 9rem;
    margin-left: .5rem;
}

.auto-create-buttons-sensor > a:nth-child(3) {
    width: 9rem;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page automationCondition*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.condition-levels-container {
    width: 100% !important;
}

    .condition-levels-container > span > span {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #BFBFBF;
    }

    .condition-levels-container > span:nth-child(1) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .condition-levels-container > span:nth-child(2) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .condition-levels-container > span:nth-child(3) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .condition-levels-container > span:nth-child(1) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #0F45FF;
        z-index: 1000;
    }

    .condition-levels-container > span:nth-child(1) span::after {
        position: absolute;
        content: "تاریخ اجرا شرط";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .condition-levels-container > span:nth-child(2) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #0F45FF;
        z-index: 1000;
    }

    .condition-levels-container > span:nth-child(2) span::after {
        position: absolute;
        content: "انتخاب سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .condition-levels-container > span:nth-child(3) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #BFBFBF;
        z-index: 1000;
    }

    .condition-levels-container > span:nth-child(3) span::after {
        position: absolute;
        content: "شرط های سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -21px;
        z-index: 1000;
    }

    .condition-levels-container > span:nth-child(4) span::after {
        position: absolute;
        content: "مشخصات فرد";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -15px;
        z-index: 1000;
    }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page automationProfile*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.profile-levels-container {
    width: 100% !important;
}

    .profile-levels-container > span > span {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #BFBFBF;
    }

    .profile-levels-container > span:nth-child(1) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .profile-levels-container > span:nth-child(2) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .profile-levels-container > span:nth-child(3) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }

    .profile-levels-container > span:nth-child(4) > span {
        background-color: #0F45FF;
        color: #FFFFFF;
    }


    .profile-levels-container > span:nth-child(1) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #0F45FF;
        z-index: 1000;
    }

    .profile-levels-container > span:nth-child(1) span::after {
        position: absolute;
        content: "تاریخ اجرا شرط";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .profile-levels-container > span:nth-child(2) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #0F45FF;
        z-index: 1000;
    }

    .profile-levels-container > span:nth-child(2) span::after {
        position: absolute;
        content: "انتخاب سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -18px;
        z-index: 1000;
    }

    .profile-levels-container > span:nth-child(3) span::before {
        position: absolute;
        content: "";
        width: 8rem;
        height: 3px;
        top: 15px;
        right: 32px;
        background-color: #0F45FF;
        z-index: 1000;
    }

    .profile-levels-container > span:nth-child(3) span::after {
        position: absolute;
        content: "شرط های سنسور";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -21px;
        z-index: 1000;
    }

    .profile-levels-container > span:nth-child(4) span::after {
        position: absolute;
        content: "مشخصات فرد";
        font-size: 12px;
        color: #1F1F1F;
        width: 6rem;
        top: 43px;
        right: -15px;
        z-index: 1000;
    }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page automation*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.auto-info {
    border-radius: 7px;
    background-color: #FFFFFF;
    padding: .8rem;
    margin-bottom: .7rem;
}

.auto-accordion-off > section:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5rem .8rem;
}

    .auto-accordion-off > section:nth-child(1) section section section > span:nth-child(1) span {
        margin-right: 2rem;
        font-weight: bold;
    }

.auto-arrow-up-round {
    display: none;
}

.auto-accordion-off > section:nth-child(1) section section section > span:nth-child(1) > a img {
    top: 2.3rem;
}

.auto-accordion-off > section:nth-child(1) > section:nth-child(1) > section:nth-child(1) > section:nth-child(1) > span:nth-child(2) {
    padding: 0 1.5rem;
    line-height: 1.8rem;
    background-color: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #BFBFBF;
}

.auto-accordion-off > section:nth-child(1) > section > section:nth-child(2) > section > section > section span:nth-child(2) {
    font-size: 10px;
}

.auto-accordion-off > section:nth-child(1) > section > section:nth-child(2) > section > section > section span:nth-child(1) {
    font-size: 12px;
}

.auto-accordion-off > section:nth-child(1) > section > section:nth-child(2) > section > section {
    line-height: 1.5rem;
}

.auto-button-edit {
    border: 1px solid #BFBFBF;
    font-size: 13px;
    transition: all .2s;
    width: 7rem;
    margin-bottom: .4rem;
}

    .auto-button-edit:hover {
        background-color: #0F45FF;
        color: #FFFFFF !important;
    }

.auto-button-delete {
    font-size: 13px;
    width: 7rem;
}

.auto-box {
    display: none;
    transition: all .5s;
}

    .auto-box > section:nth-child(1) > section > section {
        width: 50%;
        text-align: center;
        line-height: 3rem;
        border-right: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
    }

        .auto-box > section:nth-child(1) > section > section:nth-child(2) {
            border-left: 1px solid #F0F0F0;
        }

    .auto-box > section:nth-child(2) {
        border: 1px solid #F0F0F0;
        border-top: 0;
        padding: .5rem 2rem;
    }

        .auto-box > section:nth-child(2) section {
            width: 16rem;
        }

        .auto-box > section:nth-child(2) > section:nth-child(2) {
            margin: 0 .5rem;
        }

        .auto-box > section:nth-child(2) > section > section {
            text-align: center;
        }

            .auto-box > section:nth-child(2) > section > section:first-child {
                border-top-right-radius: 7px;
                border-top-left-radius: 7px;
                line-height: 2rem;
                color: #0F45FF;
            }

        .auto-box > section:nth-child(2) > section > section {
            border: 1px solid #F0F0F0;
            border-top: 0;
            line-height: 3rem;
        }

.auto-accordion-on:target .auto-box {
    display: block;
}

.auto-accordion-on:target .auto-arrow-down-round {
    display: none;
}

.auto-accordion-on:target .auto-arrow-up-round {
    display: inline-block;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page setting*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.setting-table {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: .7rem;
    margin-bottom: .5rem;
}

.setting-table-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: .7rem 0;
}

    .setting-table-header span {
        width: 25%;
        text-align: center;
    }

.setting-table-header-off {
    display: none;
}

    .setting-table-header-off > section > span {
        width: 25%;
        text-align: center;
    }

.setting-table-body {
    width: 100%;
}

    .setting-table-body > section > span {
        width: 25%;
        text-align: center;
        border-right: 1px solid #F0F0F0;
        border-bottom: 1px solid #F0F0F0;
    }

        .setting-table-body > section > span:nth-child(4) {
            border-left: 1px solid #F0F0F0;
        }

.setting-table-body {
    line-height: 2.7rem;
}




/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page LogReport*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.log-filter-form > div:nth-child(5) {
    margin-top: 1.45rem;
}


.log-table-header-first {
    background-color: #EEEEEE;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.log-table-header > section:nth-child(1) > span:nth-child(1) {
    width: 11%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.log-table-header > section:nth-child(1) > span:nth-child(2) {
    width: 15%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.log-table-header > section:nth-child(1) > span:nth-child(3) {
    width: 18%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}


.log-table-header > section:nth-child(1) > span:nth-child(4) {
    width: 49%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}

.log-table-header > section:nth-child(1) > span:nth-child(5) {
    width: 7%;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    padding: 1rem 0;
}


.log-table-header-show {
    display: none
}

.log-table-data > section:first-child > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3rem;
    border: 1px solid #F0F0F0;
    max-height: 4rem;
    min-height: 4rem;
}

    .log-table-data > section:first-child > span:nth-child(1) {
        width: 11%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .log-table-data > section:first-child > span:nth-child(2) {
        width: 15%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .log-table-data > section:first-child > span:nth-child(3) {
        width: 18%;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .log-table-data > section:first-child > span:nth-child(4) {
        width: 49%;
        border-top: 1px solid transparent;
    }

    .log-table-data > section:first-child > span:nth-child(5) {
        width: 7%;
        border-top: 1px solid transparent;
    }

.logRepor-pagging {
    display: flex;
    justify-content: center;
    margin: .5rem 0;
}

.logReport-After {
    margin-left: .75rem;
}

.logReport-before {
    margin-right: .75rem;
}



/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page index*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* header css */
/* --------------------------------------------------------------------------------------------- */

.header-index {
    /*background-color: #FFFFFF;*/
    padding: .6rem 25px;
    /*border-bottom: 1px solid #F0F0F0;*/
    max-width: calc(1522px - 2rem);
    margin: 0 auto;
}

    .header-index nav {
        float: right;
    }

.d-inline-block {
    display: inline-block;
}

.header-menu {
    display: inline-block;
}

.header-index nav > div > a:nth-child(1) {
    display: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
}

.header-logo {
    margin-left: 1rem;
    height: 2rem;
    /* width:45rem;*/
}

.body-logo {
    margin-left: 1rem;
    height: 5rem;
}

.header-menu li {
    display: inline-block;
}

    .header-menu li a {
        position: relative;
        font-weight: 500;
        color: #434343 !important;
        padding: .3rem 1rem;
    }

        .header-menu li a:hover {
            color: #000000 !important;
        }

        .header-menu li a::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0rem;
            height: 2px;
            background-image: linear-gradient(to right, white, #0F8DFF, white);
            transition: all .2s;
        }

        .header-menu li a:hover::after {
            width: 100%;
        }

.header-login {
    float: left;
    font-size: 12px;
    padding: .2rem .7rem;
    border-radius: 20px;
}

    .header-login a {
        transition: all .2s;
    }

        .header-login a:hover {
            color: #0019FF !important;
        }

.header-logout {
    float: left;
    font-size: 12px;
    padding: .4rem .7rem;
    border-radius: 20px;
}

    .header-logout a {
        transition: all .2s;
    }

        .header-logout a:hover {
            color: #0019FF !important;
        }

/* intro css */
/* --------------------------------------------------------------------------------------------- */

.main-index {
    background-color: #FFFFFF;
    max-width: 1522px;
    margin: 0 auto;
    overflow-x: visible;
}

.intro-index {
    padding: 1rem;
}

.intro-index-box {
    background-color: #F6F7F9;
    height: 697px;
    border-radius: 30px;
    padding-top: 9rem;
    overflow-x: hidden;
    overflow-y: hidden;
}

.intro-circle-first {
    min-width: calc(calc(697px - 9rem) * 2);
    width: calc(calc(697px - 9rem) * 2);
    height: calc(697px - 9rem);
    /* as the half of the width */
    background-image: linear-gradient(to bottom, rgba(227, 231, 249, 1) 0%, rgba(227, 231, 249, 0) 90%);
    border-top-left-radius: calc(697px - 9rem);
    /* 100px of height + 10px of border */
    border-top-right-radius: calc(697px - 9rem);
    /* 100px of height + 10px of border */
    border-bottom: 0;
}

.intro-circle-second {
    top: 7rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: calc(calc(697px - 16rem) * 2);
    width: calc(calc(697px - 16rem) * 2);
    height: calc(697px - 16rem);
    background-image: linear-gradient(to bottom, rgba(211, 219, 250, 1), rgba(255, 255, 255, 0));
    border-top-left-radius: calc(697px - 16rem);
    /* 100px of height + 10px of border */
    border-top-right-radius: calc(697px - 16rem);
    /* 100px of height + 10px of border */
    border-bottom: 0;
    z-index: 1000;
}

.intro-circle-third {
    top: 7rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: calc(calc(697px - 23rem) * 2);
    width: calc(calc(697px - 23rem) * 2);
    height: calc(697px - 23rem);
    background-image: linear-gradient(to bottom, rgba(182, 198, 250, 1), rgba(255, 255, 255, 0));
    border-top-left-radius: calc(697px - 23rem);
    /* 100px of height + 10px of border */
    border-top-right-radius: calc(697px - 23rem);
    /* 100px of height + 10px of border */
    border-bottom: 0;
    z-index: 1000;
}

.index-title {
    font-family: PeydaBold;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    top: 6rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3rem;
    line-height: 3rem;
    z-index: 1000;
}

.index-subTitle {
    font-size: 17.3px;
    text-align: center;
    top: 11rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
    line-height: 2rem;
    z-index: 1000;
}

.humidity-icon {
    top: 6.4rem;
    right: 14.2rem;
    z-index: 10000;
}

.on-icon {
    top: 6.4rem;
    left: 14.2rem;
    z-index: 10000;
}

.temp-icon {
    top: 12rem;
    right: 3rem;
    z-index: 10000;
}

.hotspot-icon {
    top: 12rem;
    left: 3rem;
    z-index: 10000;
}

.send-number {
    top: 21.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 32rem;
    z-index: 10000;
}

    .send-number button {
        border-radius: 25px;
        padding: .7rem 1.5rem;
    }

    .send-number input {
        border-radius: 25px;
        padding: .98rem !important;
    }

        .send-number input::placeholder {
            color: #434343;
            font-size: 15px;
            font-weight: 500;
        }

.part-absolute {
    top: 27rem;
    width: 100%;
    left: 0;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    z-index: 10000;
}

.tv-border {
    outline: none !important;
    width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
    border: 1px solid #434343;
}


.tv-img {
    top: .5rem;
    left: 0;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    z-index: 100000;
}

.img-list-sensor {
    top: 4.5rem;
    right: -2rem;
    z-index: 100000;
}

.img-fan1 {
    bottom: 15rem;
    left: -1rem;
    z-index: 100000;
}

.img-fan2 {
    bottom: 10.5rem;
    left: -1rem;
    z-index: 100000;
}

/* option css */
/* --------------------------------------------------------------------------------------------- */

.option-index {
    margin-top: 26rem;
    padding: 0 6rem;
}

    .option-index h3 {
        font-family: PeydaBold;
        font-size: 35px;
        font-weight: bolder;
    }

    .option-index p {
        font-size: 18px;
        font-weight: 500;
        color: #434343;
    }

.option-img-item {
    background-color: #EEF4FF;
    border-radius: 20px;
    margin: .3rem 0 1.5rem 0;
}

    .option-img-item img {
        padding-top: 1.5rem;
        width: 100%;
    }

.option-img-title {
    top: 1.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #434343;
}

.option-img-footer {
    font-size: 16px;
    color: #434343;
    padding: 0 1rem;
    text-align: justify;
    text-justify: inter-word;
}

/* gallery css */
/* --------------------------------------------------------------------------------------------- */

.gallery-index {
    margin-top: 3rem;
}

    .gallery-index > span {
        margin-bottom: .8rem;
    }

    .gallery-index h3 {
        display: inline-block;
        font-family: PeydaBold;
        font-size: 36px;
    }

    .gallery-index > span > span:nth-child(2) > span h3:first-child {
        padding-left: 3px;
    }

.text-relico {
    color: #0F45FF;
}

.gallery-index-image-scroll {
    width: 100%;
    min-height: 496px;
    overflow-x: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

    .gallery-index-image-scroll::-webkit-scrollbar {
        display: none;
    }


.gallery-index-image {
    height: 496px;
    width: 2950px;
}

.gallery-index-image-row1 {
    top: 8px;
    right: 0px;
    width: 2750px;
    height: 234px;
    margin-bottom: .4rem;
}

.gallery-index-image-row2 {
    bottom: 8px;
    left: 0px;
    width: 2750px;
    height: 234px;
}

.gallery-index-image img {
    margin: 0 .4rem;
    width: 331px;
}

/* img-send-number css */
/* --------------------------------------------------------------------------------------------- */

.img-send-number-index {
    padding: 0 4rem 0 6rem;
    margin-top: 3rem;
}

    .img-send-number-index img:nth-child(2) {
        display: none;
    }

.img-send-number-container {
    height: auto;
    top: 19vw;
    left: 0;
    right: 0;
    margin-left: 6vw;
    margin-right: 46vw;
}

    .img-send-number-container h2 {
        color: #FFFFFF;
        font-family: PeydaBold;
        font-size: 2.5vw;
    }

    .img-send-number-container h5 {
        color: #FFFFFF;
        font-family: PeydaThin;
        font-weight: 600;
        font-size: 2.5vw;
        padding-right: .3rem;
    }

.img-send-number-form > div:nth-child(1) input {
    border-radius: 30px;
    height: 3.8vw;
    font-size: 1.2vw;
}

.img-send-number-form > div:nth-child(2) input {
    border-radius: 30px;
    height: 3.8vw;
    font-size: 1.2vw;
}

.img-send-number-form > div:nth-child(1) input::placeholder {
    color: #434343;
    font-size: 1.1vw;
    font-weight: bold;
}

.img-send-number-form div:nth-child(1) {
    padding-left: 12px !important;
}

.img-send-number-form div:nth-child(2) {
    padding-right: .5rem;
}

/* blog css */
/* --------------------------------------------------------------------------------------------- */

.blog-index {
    width: 100%;
    margin: 2rem 0;
}

.blog-container {
    background-color: #F8FAFC;
    background-image: url("../images/circleGroup.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 705px;
    padding-bottom: 5.5rem;
    padding-top: 3.5rem;
}

.blog-index-title-link {
    color: #2B66EC !important;
    transition: all .2s;
}

.blog-index-title {
    text-align: center;
    padding-top: 1rem;
    font-size: 40px;
    font-weight: bolder;
}

.arrow-button {
    bottom: 3rem;
    left: 8rem;
}

    .arrow-button a {
        padding: .7rem 1rem .4rem 1rem;
        background-color: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #EEEEEE;
        margin: 0 .5rem;
        transition: all .2s;
    }

        .arrow-button a:hover {
            background-color: #0F45FF;
            color: #FFFFFF;
        }

        .arrow-button a i {
            font-size: 20px;
            color: #EEEEEE;
        }

.blog-scroll {
    width: 100%;
    padding: 2rem 8rem 0 0;
    overflow-x: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .blog-scroll::-webkit-scrollbar {
        display: none;
    }


.blog-card-item {
    padding: .4rem !important;
    min-width: 18rem;
    width: 18rem;
    margin-left: 3rem;
    -webkit-transition: all .2s;
}

.view-all-blog {
    padding: .5rem .8rem;
    color: #434343;
    border: 1px solid #434343;
    border-radius: 30px;
    display: none;
}

.blog-card-body h5 {
    /*font-size: 22px;*/
    /*padding: 0 0 .5rem 2rem;*/
    /*line-height: 2rem;*/
}

.blog-card-body p:nth-child(2) {
    color: #BFBFBF;
    padding-left: 3rem;
    text-align: justify;
    display: none;
}

.blog-card-body p:nth-child(3) {
    padding-left: .5rem;
    margin-bottom: 0;
}

    .blog-card-body p:nth-child(3) a span:first-child {
        color: #BFBFBF;
        padding-left: .5rem;
        -webkit-transition: all .2s;
    }

    .blog-card-body p:nth-child(3) a span:nth-child(2) i {
        font-size: 20px;
        color: #0F45FF;
        display: none;
        -webkit-transition: all .2s;
    }

.blog-card-item-container:target .blog-card-item {
    width: 25rem;
}

.blog-card-item-container:target .card-text {
    display: block;
}

.blog-card-item-container:target .blog-card-body p:nth-child(3) a span:first-child {
    color: #0F45FF;
}

.blog-card-item-container:target .blog-card-body p:nth-child(3) a span:nth-child(2) i {
    display: inline-block;
}

/* relico css */
/* --------------------------------------------------------------------------------------------- */

.relico-index {
    padding: 1rem 6rem;
}

.relico-index-title {
    font-family: PeydaBold;
    font-size: 36px;
    padding-right: 2rem;
    margin-bottom: 2rem;
}

.relico-index-items > div > div {
    height: 16.2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 15px;
}

.relico-index-items > div:nth-child(4) > div {
    background-color: #EEF4FF;
    background-image: url("../images/engineer4.png");
}

.relico-index-items > div:nth-child(3) > div {
    background-color: #EEFFF0;
    background-image: url("../images/engineer3.png");
}

.relico-index-items > div:nth-child(2) > div {
    background-color: #FFEEFD;
    background-image: url("../images/engineer2.png");
}

.relico-index-items > div:nth-child(1) > div {
    background-color: #EEF4FF;
    background-image: url("../images/engineer1.png");
}

.relico-index-items h5 {
    font-size: 1.3vw;
    color: #BFBFBF;
    margin-bottom: 1.5vw;
}

/* social css */
/* --------------------------------------------------------------------------------------------- */

.social-index {
    padding: 0 4vw 1vw 15vw;
}

.social-index-container > div:nth-child(1) {
    width: 36vw;
}

.social-index-title > span {
    font-family: PeydaBold;
    font-size: 2.7vw;
    font-weight: bolder;
}

.social-index-title span:nth-child(2) {
    color: #0F45FF;
}

.social-index-title {
    margin-bottom: .8vw;
}

.social-index-button {
    font-size: 1.4vw !important;
    border-radius: 30px;
    color: #FFFFFF !important;
}

    .social-index-button span:nth-child(2) {
        margin-right: .6rem;
    }

/* footer css */
/* --------------------------------------------------------------------------------------------- */

footer {
    padding: 0 6rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.footer-container {
    background-color: #262626;
    border-radius: 1vw;
    padding: 1.2vw;
}

footer article:nth-child(1) img {
    margin: 1.2vw 0 1.5vw 0;
}

footer article:nth-child(1) p {
    font-family: IRANSans_Light;
    text-align: justify;
    font-size: 1.2vw;
}

footer article:nth-child(2) {
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    margin: 0 3vw 0 1vw;
    /*padding: 0 2vw;*/
}

.footer-menu {
    text-align: center;
}

    .footer-menu li {
        display: inline-block;
    }

        .footer-menu li a {
            position: relative;
            font-size: 1.3vw;
            font-weight: 500;
            color: #BFBFBF !important;
            padding: .2vw 1vw;
        }

            .footer-menu li a:hover {
                color: #FFFFFF !important;
            }

            .footer-menu li a::after {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                width: 0rem;
                height: 2px;
                background-image: linear-gradient(to right, black, #0F8DFF, #0F8DFF, white, #0F8DFF, #0F8DFF, black);
                transition: all .2s;
            }

            .footer-menu li a:hover::after {
                width: 100%;
            }

footer article:nth-child(3) {
    font-size: 1.1vw;
    font-family: IRANSans_Light;
    font-weight: 400;
}

    footer article:nth-child(3) > div > p:nth-child(1) {
        border-bottom: 1px solid #BFBFBF;
        padding: .4vw 0;
    }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page shop*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.shop {
    padding: 1rem 6rem;
}

.sidebar-shop {
    height: 20rem;
    background-color: red;
}

.main-shop {
    padding: 1rem 1rem;
}

.shop-card-container {
    padding: 0 .25rem .5rem 0.25rem;
}

.shop-card {
    padding: .5rem !important;
    border-radius: 15px !important;
}

.shop-card-group img {
    margin-bottom: .8rem;
}

.shop-card-group span {
    font-size: 16px;
    font-weight: bold;
}

.shop-card-group p:nth-child(2) {
    margin-bottom: 0rem;
}

.shop-sensor-price {
    display: inline;
    width: 8.5rem;
    margin: 0 auto;
    padding: 0.5rem 0.5rem;
    border-radius: 15px;
}

.shop-paging {
    padding: 0 .25rem;
}

    .shop-paging > div {
        padding: 1.5rem 0;
        border-top: 1px solid #F0F0F0;
    }

    .shop-paging li {
        padding: .5rem .8rem;
    }

        .shop-paging li:nth-child(7) {
            background-color: #F0F0F0;
            border-radius: 10px;
        }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page blog*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.blog-recent {
    padding: 2rem 6rem;
}

    .blog-recent h2 {
        margin-bottom: 2rem;
    }

.blog-recent-card-container {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.blog-recent-card {
    padding: .25rem !important;
}

.blog-recent-img {
    background-image: url("../images/blog1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.blog-recent-img-big {
    background-image: url("../images/blog1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 19vw;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.blog-recent-img-toggle {
    display: none;
}

/*.blog-recent-card-container > div:nth-child(1) > img {*/
/*    margin-bottom: .6rem;*/
/*}*/

.blog-recent-card {
    border: none;
    box-shadow: none !important;
}

.blog-recent-card-body-container {
    padding: 0 0 0 1rem;
}


.blog-recent-card-date {
    /*margin-bottom: .5rem !important;*/
}

    .blog-recent-card-date small {
        color: #092999;
        font-weight: bold;
    }

.blog-recent-card-title {
    font-family: IRANSans_Medium;
    font-size: 22px;
    /*margin-bottom: 0;*/
}

.blog-recent-card-text {
    color: #BFBFBF;
    margin: 1rem 0rem;
}

.blog-recent-card-keyword {
    margin-bottom: 0 !important;
}

    .blog-recent-card-keyword span {
        color: #3538CD;
        font-family: IRANSans_Light;
        font-weight: bold;
        font-size: 12px;
        background-color: #F9F5FF;
        padding: .15rem .7rem;
        border-radius: 30px;
    }

.blog-recent-card-body-container p:nth-child(5) {
    margin: 0 0 .5rem 1.5rem;
    text-align: left;
}

    .blog-recent-card-body-container p:nth-child(5) span {
        font-family: IRANSans_Medium;
        font-size: 16px;
        color: #0F45FF !important;
        padding-left: .2rem;
        /*margin-bottom: .4rem;*/
    }


.blog {
    padding: 1rem 6rem;
}

.sidebar-blog {
    height: 20rem;
    background-color: red;
}

.main-blog {
    padding: 0 .25rem;
}

.blog-card-container {
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.blog-card {
    padding: .25rem !important;
    border-radius: 15px !important;
}

.blog-card-container > div:nth-child(1) > img {
    margin-bottom: .6rem;
}

.blog-card-body-container {
    padding: .25rem;
}

.blog-card-group small {
    color: #092999;
    font-weight: bold;
}

.blog-card-title {
    font-family: IRANSans_Medium;
    font-size: 22px;
}

.blog-card-text {
    color: #BFBFBF;
    margin: 1rem 0rem;
}

.blog-card-keyword span {
    color: #3538CD;
    font-family: IRANSans_Light;
    font-weight: bold;
    font-size: 12px;
    background-color: #F9F5FF;
    padding: .15rem .7rem;
    border-radius: 30px;
}

.blog-card-body-container p:nth-child(5) {
    margin: 0 0 .5rem 1.5rem;
    text-align: left;
}

    .blog-card-body-container p:nth-child(5) span {
        font-family: IRANSans_Medium;
        font-size: 16px;
        color: #0F45FF !important;
        padding-left: .2rem;
        /*margin-bottom: .4rem;*/
    }


.blog-paging {
    padding: 0 .25rem;
}

    .blog-paging > div {
        padding: 1.5rem 0;
        border-top: 1px solid #F0F0F0;
    }

    .blog-paging li {
        padding: .5rem .8rem;
    }

        .blog-paging li:nth-child(7) {
            background-color: #F0F0F0;
            border-radius: 10px;
        }

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page blog*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.index-body {
    height: 100vh;
    max-height:100vh!important;
}


.breadcrumb {
    background-color: transparent;
    margin: 25px 0 15px 0
}

    .breadcrumb li a,
    .breadcrumb li {
        color: #26292c
    }

.login-body {
    /* display: flex;
    align-items: center;*/
    background-image: url('/images/samen/Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 3.2rem);
    z-index: 1;
}

.lodin-body-opacity {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,.3);
}

.client-page {
    width: 100%;
    padding: 50px 0;
    z-index: 10000;
}

    .client-page .container-content {
        width: 450px;
        margin: 0 auto;
        padding: 20px 25px;
        background-color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 0 15px #ccc
    }

        .client-page .container-content .input-group {
            padding: 10px 0;
            width: 100%
        }

            .client-page .container-content .input-group .form-control::placeholder {
                font-size: 12px;
            }

        .client-page .container-content .input-group-addon {
            width: 55px;
            font-size: 18px
        }

        .client-page .container-content .form-control {
            height: 40px
        }

        .client-page .container-content header h2 {
            font-size: 26px;
            font-weight: bold;
            line-height: 45px;
            display: block;
            text-align: center;
            word-spacing: -2px;
            margin-bottom: 15px;
        }

        .client-page .container-content .link {
            padding: 15px 0
        }

            .client-page .container-content .link a {
                display: block;
                line-height: 30px;
                font-size: 14px;
                color: #1CBDF9 !important;
                transition: all .2s;
            }

                .client-page .container-content .link a:hover {
                    color: #2C373B !important;
                }

                .client-page .container-content .link a i {
                    font-size: 17px;
                    margin-left: 5px;
                    position: relative;
                    top: 2px
                }

        .client-page .container-content .remember-me,
        .client-page .container-content .accept-rules {
            margin-top: 10px
        }

        .client-page .container-content input[type="checkbox"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }
