/* _content/HintSoftware/Shared/MainLayout.razor.rz.scp.css */
.page[b-3t7u5655ce] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3t7u5655ce] {
    flex: 1;
}

.sidebar[b-3t7u5655ce] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3t7u5655ce] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    z-index:99;
    align-items: center;
}

    .top-row[b-3t7u5655ce]  a, .top-row[b-3t7u5655ce]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3t7u5655ce]  a:hover, .top-row[b-3t7u5655ce]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3t7u5655ce]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3t7u5655ce] {
        display: none;
    }

    .top-row.auth[b-3t7u5655ce] {
        justify-content: space-between;
    }

    .top-row[b-3t7u5655ce]  a, .top-row[b-3t7u5655ce]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3t7u5655ce] {
        flex-direction: row;
    }

    .sidebar[b-3t7u5655ce] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3t7u5655ce] {
        position: sticky;
        top: 0;
    }

    .top-row.auth[b-3t7u5655ce]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /* .top-row[b-3t7u5655ce], article[b-3t7u5655ce] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    } */
}
.content[b-3t7u5655ce] {
    margin-top: 30px;
}
.floatingicon[b-3t7u5655ce] {
    position: fixed;
    margin-left: 2px;
    margin-top: 53px;
    z-index: 99999;
    bottom: 25px;
}

@media (max-width: 912px) {
    .Footer[b-3t7u5655ce] {
        margin-bottom: -32px;
        margin-top:65px;
        position: relative;
        bottom: 62px;
        width: 100%;
    }
    .floatingicon[b-3t7u5655ce]{
        top:0px;
        height:20px;
    }
}
/* _content/HintSoftware/Shared/NavMenu.razor.rz.scp.css */
:root[b-vkj8jfnl9o] {
    --clr: #222327;
}

.navigation[b-vkj8jfnl9o] {
    transform: rotate(180deg);
    position: relative;
    width: 400px;
    height: 45px;
    background-color: transparent;
    z-index:99;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    margin-top: 3px;
    border-top-left-radius: 60px;
    right:6px;
}

    .navigation ul[b-vkj8jfnl9o] {
        display: flex;
        width: 350px;
    }

        .navigation ul li[b-vkj8jfnl9o] {
            position: relative;
            list-style: none;
            width: 70px;
            height: 70px;
            z-index: 1;
        }

            .navigation ul li a[b-vkj8jfnl9o] {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                width: 100%;
                padding:0;
                margin:0;
                text-align: center;
                font-weight: 500;
            }
            .navigation ul li.active a span i[b-vkj8jfnl9o]{
                font-size:16px;
                color:white;
            }

                .navigation ul li a .icon[b-vkj8jfnl9o] {
                    position: relative;
                    transform: rotate(180deg);
                    display: block;
                    line-height: 75px;
                    font-size: 1.5em;
                    text-align: center;
                    transition: 0.5s;
                    color: var(--clr);
                }

            .navigation ul li.active a .icon[b-vkj8jfnl9o] {
                transform: rotate(180deg);
                margin-top: -23px;
                margin-left: -3px;
            }

            .navigation ul li a .text[b-vkj8jfnl9o] {
                position: absolute;
                margin-top: 37px;
                transform: rotate(180deg) !important;
                color: black;
                font-weight: 400;
                font-size: 0.75em;
                letter-spacing: 0.05em;
                transition: 0.5s;
                opacity: 1;
                top: -53px;
                transform: translateY(20px);
            }

            .navigation ul li.active a .text[b-vkj8jfnl9o] {
                opacity: 1;
                transform: rotate(180deg);
                top: -30px;
            }

.indicator[b-vkj8jfnl9o] {
    position: absolute;
    top: -54%;
    width: 45px;
    height: 45px;
    margin-left: 11px;
    background: red;
    border-radius: 50%;
    border: 7px solid #fff;
    transition: 0.5s;
}

    .indicator[b-vkj8jfnl9o]:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -22px;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-right-radius: 20px;
        box-shadow: 1px -8px 0 0 #fff;
    }

    .indicator[b-vkj8jfnl9o]:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -22px;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-left-radius: 20px;
        box-shadow: -1px -8px 0 0 #fff;
    }

.navigation ul li:nth-child(1).active ~ .indicator[b-vkj8jfnl9o] {
    transform: translateX(calc(70px * 0));
}

.navigation ul li:nth-child(2).active ~ .indicator[b-vkj8jfnl9o] {
    transform: translateX(calc(70px * 1));
}

.navigation ul li:nth-child(3).active ~ .indicator[b-vkj8jfnl9o] {
    transform: translateX(calc(70px * 2));
}

.navigation ul li:nth-child(4).active ~ .indicator[b-vkj8jfnl9o] {
    transform: translateX(calc(70px * 3));
}

.navigation ul li:nth-child(5).active ~ .indicator[b-vkj8jfnl9o] {
    transform: translateX(calc(70px * 4));
}

@media (max-width: 912px) {
    img[src="logo.png"] {
        margin-left: 10px !important;
      }
      h2#animated{
        font-size: 30px !important;
      }
    .navigation[b-vkj8jfnl9o] {
        transform: rotateY(180deg);
        border-radius: 0;
        position: fixed;
        background: black;
        bottom: 0;
        width: 100%;
    }
    .navigation ul li a .text[b-vkj8jfnl9o] {
        transform: rotateY(-180deg) !important;
        color: white;
    }
    .navigation ul li.active a .text[b-vkj8jfnl9o] {
        transform: rotateY(180deg) !important;
        color: white;
    }
    .navigation ul li a .icon[b-vkj8jfnl9o] {
        transform: rotate(0deg);
    }
    .navigation ul li.active a .icon[b-vkj8jfnl9o] {
        transform: rotate(0deg);
        margin-top: -27px;
    }
}
div.card-action:hover {
    background-color: silver !important;
}
@media (max-width: 490px) {
    h2#animated{
        font-size: 23px !important;
      }
}
@media (max-width: 410px) {
    h2#animated{
        font-size: 19px !important;
      }
}
@media (max-width: 360px) {
    h2#animated{
        font-size: 17px !important;
      }
}
@media (max-width: 345px) {
    h2#animated{
        font-size: 16px !important;
      }
}

/* Our Clients Page - Start */
.wrap {
    padding: 4.8rem;
    position:relative;
    width: 90%;
  }
  .wrap h3 {
    font-size:2.4rem;
    font-weight: 600;
    text-align:center;
  }
  .clients {
      align-items: center;
      -webkit-box-align: center;
      display: grid;
      gap: 4.8rem 4.8rem;
      grid-template-columns: auto auto;
      justify-items: center;
      margin: 4.8rem auto;
      max-width: 1024px; }
  
  .clients li {
    list-style: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .clients img {
    height: 3.2rem;
  
  }
  .clients:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  }
  .clients:hover li:not(:hover)  {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  }
  .clients li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem); 
  }
  
  @media (min-width: 1024px) {
  .clients {
      grid-template-columns: auto auto auto auto; }
      
  .clients img {
    height: 4rem; }}
  
  /* --- Images (gray logo) --- */
  .clients img {
    -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
            filter: grayscale(100%) brightness(10%) contrast(10%); }
  
  .clients img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

/* Our Clients Page - End */
.gelatine {
    animation: gelatine 1.2s infinite;
  }
  @keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
  }
  .logocenter{
    padding: 15px;
  }
  .clients-img{
    margin-left: -65px;
  }
  .clients-img img{
    width: 140px;
    margin-left: 20px;
  }
  .clients-title h4{
    margin-top: -61px;
    margin-left: 77px;
    font-size: 18px;
}
.clients-title h4 a{
    font-family: math;
    color: black;
    font-size: 21px;
}