
@font-face {
    font-family: 'myrad';
    src: url('../myrad.otf') format('opentype');
}
.guest-firm {
    font-family: myrad;
    font-size: 200px;
}
.guest-title {
    font-size: 100px;
    color: #002180;
    margin-top: -158px;
}
.welcome-message {
    background: #ededed;
    padding: 20px 40px;
}
.logo-guest {
    text-align: right;
}
.logo-guest img {
    width: 500px;
}
.guest-firm {
    font-size: 130px;
    font-weight: bold;
}
body {
    background: #e9e9e9;
    font-family: "Roboto", sans-serif;
}

.logo {
    width: 300px;
}

.block {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 20px;
}

.date {
    display: block;
    font-size: 23px;
    font-weight: bold;
    text-align: right;
    font-style: italic;
    color: #002180;
}

.hour {
    display: block;
    font-size: 55px;
    font-weight: 900;
    color: #0457fe;
}

.block-wrapper {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(6, 1fr);
    padding-block: 2rem;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin: 0 10px;
}

.block-two {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    padding-block: 2rem;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin: 0 10px;
}
.block-one {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
    padding-block: 2rem;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin: 0 10px;
}
.col {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.result-text img {
    width: 60%;
}
.result-text {
    text-align: center;
}
.result-text h2 {
    color: #0457fe;
    text-transform: uppercase;
    font-size: 40px;
}
.result-number {
    text-align: center;
    color: forestgreen;
    font-weight: 900;
    font-size: 60px;
    margin: 15px 0 40px;
}
.result-number.negative {
    color: #f73030;
}


.logo-wrap {
    display: inline;
}
.date-hour {
    display: inline;
    float: right;
}
#jobs {
    height: 400px
}
.item {
    padding: 20px 0;
    float: left;
    width: calc(100%);
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.item-text {
    float: left;
    width: calc(100% - 190px);
    position: relative;
    z-index: 2;
}
.item-text p {
    float: right;
    font-weight: bold;
    color: orange;
}

.item-text h2 {
    float: left;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 38px;
}
.item-text h2 strong {
    color: #ffffff;
    background: #0457fe;
    padding: 6px 0px 6px 0px;
    margin-left: 15px;
    width: 95px;
    text-align: center;
    display: inline-block;
}
.item-percent {
    float: left;
    width: 190px;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    line-height: 60px;
    color: forestgreen;
    position: relative;
    z-index: 2;
}
.item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #c4e5c5;
    z-index: 1;
    transition: 1.2s;
}
.this-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #002180;
    font-size: 61px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}
.this-weight {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    color: forestgreen;
}
.this-weight .number {
    font-size: 180px;
}
.this-weight .measure {
    font-size: 60px;
    display: block;
}
.this-table {
    float: left;
    width: 100%;
}
.this-table table {
    width: 100%;
    border-collapse: collapse;
}
.this-table table th {
    color: #002180;
    border-bottom: 5px solid #002180;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.this-table table td {
    border-bottom: 2px solid #002180;
    font-size: 28px;
    padding: 10px;
}

@keyframes greenToWhite {
    from {
        background-color: #c4e5c5;
    }

    to {
        background-color: white;
    }
}
.pulse-tr {
    animation: greenToWhite 2s ease-in-out;
}
.user-list div {
    display: inline;
}
.user-list {
    width: 100%;
    margin: 130px auto 170px auto;
    font-size: 65px;
    font-weight: bold;
    color: darkmagenta;
    text-align: center;
    float: left;
}
.user-department {
    color: #000;
    font-size: 40px;
}
.firm-pozdrav {
    text-align: center;
    font-size: 84px;
    max-width: 1600px;
    margin: 0 auto 0 auto;
    padding-top: 100px;
    display: table;
}
.firm-pozdrav span {
    color: #002180;
    font-weight: bold;
}
.firm-pozdrav-wrap {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    padding-block: 2rem;
    width: calc(100% - 20px);
    margin-inline: auto;
    margin: 0 10px;
}

.sectors {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-inline: auto;
}
div#chart-1 {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.sector {
    background: #fff;
    padding: 20px 50px;
}
.sector-image {
    text-align: center;
}

.sector-image img {
    width: auto;
    filter: contrast(0.5);
    height: 300px;
    margin-bottom: 110px;
}
.sector-title {
    text-align: center;
    font-size: 90px;
    color: #0457fe;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 26px;
}
.item-percent strong {
    color: orange;
}

        @keyframes blink {
            0% { background-color: lightgreen; }
            50% { background-color: white; }
            100% { background-color: lightgreen; }
        }

        /* Apply the animation to the div */
        .blick {

            animation: blink 5s forwards; /* 5-second duration, play only once */

        }
body.mobile .block-two {
    display: block;
    gap: 0;
    grid-template-columns: none;
    padding-block: 0;
    width: calc(100% - 20px);
    margin-inline: 0;
    margin: 0 10px;
}

.mobile .sector { 
    padding: 10px;
}

.mobile .this-weight .number {
    font-size: 25px;
}

.mobile .this-weight .measure {
    font-size: 22px;
}
.mobile .sector-image {
    display: none;
}
.mobile .sector-title { 
    font-size: 20px; 
    margin-bottom: 5px;
}
.mobile #chart-1 {
    float: left;
    width: 100%;
    background: #e3e3e3;
}

.mobile .logo {
    width: 120px;
}
.mobile .hour { 
    font-size: 20px; 
}.mobile .date { 
    font-size: 15px; 
}
.mobile .sectors {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
}
 button {
    opacity: 0;
}
.mobile .this-weight { 
    margin: 10px 0;  
}





.mobile .item-text h2 {
    float: left;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.mobile .item-text h2 strong {
    color: #ffffff;
    background: #0457fe;
    padding: 6px 0px 6px 0px;
    margin-left: 15px;
    width: 50px;
    text-align: center;
    display: inline-block;
}
.mobile .item-percent {
    float: left;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: forestgreen;
    position: relative;
    z-index: 2;
}