

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*page main*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/


/* 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: 150px;
    height: 36px;
}

.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);
}

/* 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-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-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;
}

.sidebar-box-header {
    margin-bottom: 2rem;
}

.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: 2rem;
}

.sidebar-box-body-tow-row {
    margin-bottom: 4.1rem;
}

.sidebar-img {
    background-color: #F0F0F0;
    padding: 5px;
    border-radius: 10px;
    margin-left: 1rem;
}

.led-off {
    background-color: #999999; /* رنگ خاکستری برای LED خاموش */
}

.sidebar-box-number {
    font-size: 16px;
    font-weight: bold;
}

.sidebar-box-number-temp {
    color: #fa3737;
}

.sidebar-box-number-humidity {
    color: #6262e4;
}

.sidebar-box-number-NH3 {
    color: #e100e1;
}

.sidebar-icon-degree {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 10px;
}

/* 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;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: .2;
    }
}

.animate-pulse {
    animation: pulse 2s infinite;
}

#mahpash-success{
    display: none;
}

#mahpash-success-golkhaneh{
    display: none;
}

#setpoint-success{
    display: none;
}

#setpoint-success-sardkhaneh{
    display: none;
}

#setpoint-success-golkhaneh{
    display: none;
}

#mahpash-success.show {
    display: block; 
}

#mahpash-success-golkhaneh.show {
    display: block; 
}

#setpoint-success.show {
    display: block; 
}

#setpoint-success-sardkhaneh.show {
    display: block; 
}

#setpoint-success-golkhaneh.show {
    display: block; 
}

#controlCenter-submit {
    display: none;
}

#controlCenter-submit.show {
    display: block;
}

#controlCenter-submit-sardkhaneh {
    display: none;
}

#controlCenter-submit-sardkhaneh.show {
    display: block;
}

.table-responsive {
    overflow-x: auto; /* فعال‌سازی اسکرول افقی */
    width: 100%; /* حداکثر عرض */
}

    .table-responsive > div {
        min-width: 1200px;
    }

.main-body-header {
    margin: 1rem;
}

.main-body-header-number {
    padding: 15px;
    background-color: #F0F0F0;
    margin-left: 1rem;
    font-size:12px!important;
}

.main-body-header-text {
    margin-top: .5rem;
}

.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: 120px;
}

.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-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-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;
}

.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(100% - 200px);
    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;
}

.chart-main-datetime-container {
    display: inline-block;
    background-color: #EEEEEE;
    padding: 15px;
    border-radius: 35px;
    margin-right: 3rem;
}

.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: 2rem;
}

.dateReportChart {
    width: 80% !important;
}

/*main body - control main*/
/*------------------------------------------------------------------------------------------*/

.control {
    padding: 0.5rem 3rem;
}

.fan-attribute-container {
    margin-bottom: 15px;
}

.fan-attribute-item {
    min-width: 49%;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom:.4rem;
  
}

.fan-attribute-item-power {
    margin-right: 5px;
}

.fan-attribute-item-speed {
    margin-left: 5px;
}

.fan-text {
    display: flex;
    align-items: center;
}

.fan-text-img {
    margin-left: 10px;
}

.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;
}

/*anemometer
---------------------------------*/



.fan {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFFFFF; /* رنگ سفید */
    border: 5px solid #404041; /* رنگ تیره */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* سایه نرم */
    display: flex;
    justify-content: center;
    align-items: center;
}

.rotation1 {
    animation: spin 1100ms linear infinite !important; /* چرخش دائمی */
}

.rotation2 {
    animation: spin 750ms linear infinite !important; /* چرخش دائمی */
}

.rotation3 {
    animation: spin 500ms linear infinite !important; /* چرخش دائمی */
}

.rotation4 {
    animation: spin 350ms linear infinite !important; /* چرخش دائمی */
}

.rotation5 {
    animation: spin 250ms linear infinite !important; /* چرخش دائمی */
}

.rotation6 {
    animation: spin 125ms linear infinite !important; /* چرخش دائمی */
}

.blade {
    position: absolute;
    width: 75%;
    height: 7px;
    background-color: #0019FF; /* رنگ پره‌ها */
    border-radius: 5px; /* گوشه‌های گرد */
    transform-origin: 50% 50%; /* مرکز پره در وسط آن */
}

#blade1 {
    transform: rotate(0deg);
}

#blade2 {
    transform: rotate(90deg);
}

#blade3 {
    transform: rotate(180deg);
}

#blade4 {
    transform: rotate(270deg);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}





/*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-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;
    }*/




/*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;
}

.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 HallSensor*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
.sensor-status-container {
    margin-left: .3rem;
    font-size: 11px;
    font-family: IRANSans_Medium;
}

.chart-item-status {
    display: flex;
    justify-content: space-around;
    margin-top: 16px;
    margin-bottom: 2rem;
}

.sensor-status {
    display: flex;
    align-items: center;
    /*padding-left:.8rem;*/
}

.sensor-name {
    margin-right: 8px;
    /*font-weight: bold;*/
}

.status-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

.status-indicator-led-on {
    background-color: lime; /* رنگ سبز برای LED روشن */
}

.status-indicator-led-off {
    background-color: #999999; /* رنگ خاکستری برای LED خاموش */
}

.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;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*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*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/


.report-main-title {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 1rem;
}

.report-main-title-item {
    color: #999999;
}

.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;
}

.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: .9vw;
            font-weight: 500;
            color: #BFBFBF !important;
            padding: .2vw .6vw;
        }

            .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*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

.breadcrumb {
    background-color: transparent;
    margin: 25px 0 15px 0
}

    .breadcrumb li a,
    .breadcrumb li {
        color: #26292c
    }

.client-page {
    width: 100%;
    padding: 50px 0;
}

    .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
        }
