﻿@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
/*general*/
body * {
    font-family: 'Rubik', sans-serif !important;
    /* font-size: 1em; */
}

:root {
    font-size: 16px;
}

.ltr-text {
    direction: ltr;
}

.center-text {
    text-align: center;
}

.start-text {
    text-align: start;
}

.right-text {
    text-align: right;
}

.success-text {
    color: var(--mud-palette-success) !important;
}

.warning-text {
    color: var(--mud-palette-warning) !important;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-1 {
    font-size: 1em !important;
}

.vertical-bottom {
    vertical-align: bottom;
}

.light-text {
    color: grey;
    font-size: .9em;
}

.gradiant {
    background: rgb(205, 215, 245);
    background: linear-gradient(90deg, #eaeefa 0%, #e9e6f1 30%, #ebe6ec 64%);
}

.dark-gradiant {
    background: rgb(63, 101, 215);
    background: linear-gradient(150deg, rgba(63, 101, 215, 1) 18%, rgba(55, 26, 128, 1) 62%, rgba(73, 26, 78, 1) 87%);
}

.fixed-header {
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0;
    background: rgb(63, 101, 215);
    background: linear-gradient(75deg, rgba(63, 101, 215, 1) 0%, rgba(55, 26, 128, 1) 30%, rgba(73, 26, 78, 1) 64%);
}

footer {
    background: rgb(63, 101, 215);
    background: linear-gradient(75deg, rgba(63, 101, 215, 1) 0%, rgba(55, 26, 128, 1) 30%, rgba(73, 26, 78, 1) 64%);
}

footer .mud-button {
    font-size: 1em;
    font-weight: 400;
}

.primary-button {
    color: white;
    background-color: #4A148C;
}

.secondery-button {
    color: #4A148C;
    background-color: #EDE7F6;
}

.dark-text {
    color: #212121;
}

.white-text {
    color: white;
}

.yellow-text {
    color: #e0b87c;
}

.mud-typography-h1 {
    font-size: 3rem;
    line-height: 1;
}

h1:focus-visible {
    outline-color: transparent;
    outline-style: none;
    outline-width: 0px;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    font-size: 1.3em;
}

.action-link {
    font-size: 1.3em;
    font-weight: 600;
}

.mud-link.mud-link-underline-hover:hover, .mud-link.mud-link-underline-hover:focus-visible {
    text-decoration: none;
}


.tooltip {
    text-align: right;
    font-size: 1em;
    max-width: 270px;
}

.tooltip p {
    font-size: 1em;
}

.mud-tooltip {
    font-weight: 400;
}

.mud-popover-provider {
    height: 0;
}

.rotate-left {
    transform: rotate(-90deg);
}

.more-button {
    font-size: 2.9em;
}

.max-50 {
    max-width: 50%;
}

.mud-typography-h3 {
    font-size: 1.5em;
}

.filter-chip .mud-chip-outlined.mud-chip-color-tertiary {
    border: none;
}

.filter-chip .mud-chip-outlined.mud-chip-color-tertiary .mud-icon-root.mud-svg-icon.mud-icon-size-small.mud-chip-icon {
    margin: 0;
    width: 30px;
    height: 30px;
}

.filter-chip .mud-typography-h3 {
    font-size: 1.3em;
}

nav *:hover {
    text-decoration: underline;
}

/*layout*/
nav * {
    width: max-content;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 300;
    /* text-align: center; */
}

.logo {
    width: 150px;
}


nav .mud-button-text.active {
    font-weight: 700;
}

.mud-toolbar {
    justify-content: space-between;
}


.hit-logo {
    height: 85%;
}

.hit-logo > a {
    text-align: end;
}


header {
    position: relative;
    
}


.header-image {
    width: 100%;
    height: 23rem;
    background-image: url("../images/headerImage.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*position: absolute;*/
    z-index: -1;
}

.header-image::after {
    content: '';
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    min-height: 115px;
    background-image: url(../images/headerWave.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

/*.header-wave {*/
/*    background-image: url(../images/headerWave.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position-y: bottom;*/
/*    width: 100%;*/
/*    min-width: 500px;*/
/*    height: 37%;*/
/*    position: absolute;*/
/*    bottom: calc(-1.6em - 31%);*/
/*}*/

/*
.header-leptop {
    background-image: url("../images/laptopWand.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 228px;
    height: 150px;
    bottom: 7%;
    left: 10%;
}

    .header-leptop > a {
        position: absolute;
        bottom: -10%;
        width: 156px;
        text-align: center;
        font-size: 1.2em;
        left: 0;
    }*/

.header-title {
    /* width: 40%; */
    width: fit-content;
}

.header-instructions {
    margin-top: 18%;
}

.header-instructions div {
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: center;
    text-align: center;
    font-size: 1.4em;
    height: 115px;
    /* padding-top: 130px; */
    font-weight: 500;
    line-height: 1;
}

.header-instructions > div:nth-child(1) > div {
    background-image: url("../images/search.svg");
}


.header-instructions > div:nth-child(3) > div {
    /*select*/
    background-image: url("../images/select.svg");
}


.header-instructions > div:nth-child(5) > div {
    /*create*/
    background-image: url("../images/create.svg");
}

.header-instructions > div.top-arrow {
    background-image: url("../images/topArrow.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    /* width: 39px; */
    /* height: 34px; */
    background-size: 100%;
}

.header-title p {
    font-size: 1.4em;
    font-weight: 300;
}

.header-title .sub-title {
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.index-button.mud-button-text.mud-button-text-tertiary:hover,
.index-button.mud-button-text.mud-button-text-tertiary:focus-visible {
    background-color: transparent;
}


.telemview-window {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 280px;
    border-radius: 20px;
    background-color: white;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.telemview-window .header {
    background: #147271;
    background: linear-gradient(45deg, #147271, #051622);
    border-radius: 20px 20px 0px 0px;
}

.telemview-window .header button {
    position: absolute;
    left: 6px;
    top: 6px;
    color: white;
}

.telemview-window .header .mud-typography-h6 {
    font-size: 1rem;
}

.telemview-window .mud-typography-body1 {
    font-size: .9rem;
}

.telemview-window .show {
    background: #147271;
    background: linear-gradient(45deg, #147271, #051622);
    color: white;
    font-size: .9rem;
    font-weight: 500;
    border-radius: 20px;
}

.telemview-window .stay {
    color: #147271;
    font-size: 1rem;
    font-weight: 500;
}

.telemview-window .stay.mud-button:hover,
.telemview-window .stay.mud-button:focus-visible {
    background-color: transparent;
}

/*about copyrights*/
.main-page-popup {
    border: 5px solid var(--mud-palette-primary);
}

.main-page-popup .copyrights {
    font-size: .8em;
}

.main-page-popup a {
    font-size: 1.1em;
    padding: 2px 10px;
}

.main-page-popup h6 {
    color: var(--mud-palette-primary);
    font-size: 2em;
    font-weight: 700;
}

.main-page-popup .mud-dialog-title {
    padding-bottom: 0;
}

.main-page-popup hr {
    border: .1px solid var(--mud-palette-secondary);
}

/*Profile popup*/
.profile-popup {
    width: 30%;
    max-width: 450px;
}

.profile-popup h6 {
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
}

.profile-popup .mud-button-text {
    width: fit-content;
    align-self: start;
    font-size: 1.2em;
}


/*service card*/

.single-service {
    width: 350px;
    overflow: hidden;
    height: fit-content;
}

.single-service .overlay-card{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease-in-out;
    z-index: 1;
}
.single-service:hover .overlay-card{
    background: rgba(255, 255, 255, 0.4);
}
.single-service:hover img{
    filter: blur(1px);
}
.single-service .image-wrapper{
    position: relative;
    height: 200px;
    overflow: hidden;
}
.single-service .content-wrapper{
    height: 220px;
}
.single-service .last-enter{
    position: absolute;
    bottom: 1rem;   
}
.flip-service.single-service {
    width: 270px;
    height: 400px;
}

.single-service p {
    font-size: 1rem;
}

.flip-service.single-service p {
    font-size: 1.1em;
}

.single-service .light-text {
    font-size: .9em;
}

.flip-service.single-service .light-text {
    font-size: .9em;
}

.single-service > div {
    height: 100%;
    position: relative;
}

.single-service > div > div {
    width: 100%;

}

.single-service img {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #F5F5F5;
    opacity: .9;
    /* -webkit-box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27); */
    /* box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27); */
}

.flip-service.single-service img {
    width: 100%;
    height: 159px;
    /* -webkit-box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27); */
    /* box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27); */
}


.flip-service.single-service img.service-logo {
    height: 50px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(189, 189, 189, 0.27);
    box-shadow: 0px 0px 0px 0px rgba(189, 189, 189, 0.27);
}


.single-service h2 {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-service .mud-button {
    font-size: 1.2em;
    font-weight: 500;
    width: 100%;
    height: fit-content;
}

.single-service:hover #cta-card {
    opacity: 1;
    z-index: 2;
    right: 0;
}

.single-service #cta-card {
    transition: opacity .2s ease-in-out;
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    right: -4000px;
    height: 200px;
    align-items: center;
    /*background-color: white;*/
    /*border-top: 1px solid #F5F5F5;*/
}


.flip-service.single-service .mud-button {
    font-size: 1em;
    font-weight: 500;
    
}

.flip-service.single-service .btn-div > div:nth-child(2) .mud-button {
    font-size: 1.1em;
    font-weight: 500;
}

.single-service .type-text {
    width: fit-content;
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: .8rem;
    margin-left: 5px;
}

.flip-service.single-service .type-text {
    width: fit-content;
    margin: 0 auto;
}

.filter-chip .mud-chip.mud-chip-size-medium {
    border-radius: 0;
    font-size: .95em;
    font-weight: 500;
}

.filters-list {
    max-width: 75%;
}

/*home page*/
.learn-more {
    background-image: url("../images/bubbles.svg");
    background-repeat: no-repeat;
    height: 700px;
    width: 900px;
    background-position: 50%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.learn-more h2 {
    font-weight: 700;
    font-size: 3.4em;
    margin-bottom: 15px;
}

.learn-more p {
    font-size: 1.6em;
}

.learn-more div {
    width: 630px;
    position: relative;
}

.learn-more div:nth-child(1) {
    right: calc(100% - 650px);
    top: 25px;
}

.learn-more div:nth-child(1) h2 {
    color: #491A4F
}

.learn-more div:nth-child(2) {
    right: 40px;
    top: 130px;
}


.learn-more div:nth-child(2) h2 {
    color: #381A7E;
}


.learn-more div:nth-child(3) {
    right: calc(100% - 650px);
    top: 235px;
}


.learn-more div:nth-child(3) h2 {
    color: #3B42AE;
}

.all-screen-button {
    width: 100%;
}

/*all services*/
.lists-titles {
    font-size: 2em;
    font-weight: 700;
}

.services-header {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 10;
}

.services-header .search {
    width: 40%;
}

.search-index {
    /* width: 90%; */
    margin: 0 auto;
}


.index-main-content .search-index .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 1.7em;
    margin-right: 40px;
}

.index-main-content .search-index .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    height: 1.9em;
    padding-bottom: 0;
    padding-right: 40px;
}

.search-index .big-search-icon {
    position: absolute;
}

.services-list-tabs .mud-tab {
    border: 2px solid #ebe6ec;
    font-size: 1.15em;
}

.services-list-tabs .mud-tab.mud-disabled {
    border: 2px solid #ebe6ec;
}

.services-list-tabs .mud-tab.mud-tab-active {
    border: 2px solid #ebe6ec;
    background-color: #ebe6ec;
}

.services-list-tabs .mud-tab-slider {
    background-color: transparent;
}

.services-list-tabs .mud-tabs-panels > div > div {
    min-height: 432px;
}

.services-list-tabs .mud-badge.mud-badge-top.right {
    inset: auto auto calc(100% - 4px) calc(100% - 4px);
}

/*login*/
.login-main-cont {
    height: 100vh;
    padding: 0;
}

.dark-gradiant .login {
    background-image: url("../images/loginDecor.svg");
    background-repeat: no-repeat;
    height: 100%;
    background-position-y: bottom;
    padding-top: 25%;
    padding-right: 22%;
    position: relative;
}

.dark-gradiant .login h2 {
    font-weight: 700;
    color: white;
    font-size: 5.8em;
    margin-bottom: 4%;
}

.dark-gradiant .login p {
    font-size: 1.8em;
    padding-left: 20%;
    line-height: 1.5;
}

.dark-gradiant .login .portelem-logo {
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    height: 6%;
    width: 29%;
    position: absolute;
    bottom: 1%;
    left: 1%;
}

.dark-gradiant .login .hit-logo {
    background-image: url("../images/HitLogo.svg");
    background-repeat: no-repeat;
    height: 7%;
    width: 22%;
    position: absolute;
    top: 1%;
    left: 1%;
}

.form-cont {
    width: 100%;
}

.form-cont .login-forms {
    margin: 0 auto;
    margin-top: 15%;
    width: 90%;
}

.form-cont .login-forms h1 {
    font-size: 4em;
    text-align: center;
}

.form-cont .login-forms h1 .mud-image {
    max-width: 50%;
    height: auto;
}

.form-cont > p {
    font-size: 1.3em;
    position: absolute;
    bottom: 0;
    margin-right: 1.5%;
}

p > .action-link {
    font-size: 1em;
    padding: 0;
    vertical-align: baseline;
}

.login-forms p {
    font-size: 1.2em;
}

.login-forms .mud-checkbox p {
    font-size: 1.1em;
}

.login-forms .mud-checkbox .mud-icon-button {
    padding: 0;
}

.form-cont .mud-button-text.mud-button-text-tertiary:hover, .form-cont .mud-button-text.mud-button-text-tertiary:focus-visible {
    background-color: transparent;
}

.login-forms button.mud-button-filled-primary {
    /* right: 27%; */
    display: block;
    margin: 0 auto;
}

.login-forms .password-conditions p {
    font-size: 1em;
    white-space: nowrap;
}

.google-login.mud-button:hover, .google-login.mud-button:focus-visible {
    background-color: transparent;
}

.terms .mud-tooltip-root.mud-tooltip-inline {
    width: 100%;
}

.terms .copyrights {
    font-size: 1em;
}

/*Admin*/
.admin h1 {
    font-size: 3em;
    font-weight: 600;
}

.admin .mud-main-content {
    padding: 0;
    margin-top: 24px;
}

.admin .mud-toolbar > * {
    width: unset;
}

.admin .mud-tabs .mud-typography-h2 {
    font-size: 2em;
    font-weight: 600;
}

.admin-table .mud-toolbar .search {
    width: 35%;
}

.admin-table .mud-button-text {
    font-size: 1.2em;
}

.admin-table .mud-table-toolbar {
    align-items: flex-start;
    padding-left: 20px;
}

.admin-table.single-search .mud-table-toolbar {
    justify-content: start;
    gap: 30px;
}


.admin-form h2 {
    font-size: 2.5em;
    font-weight: 600;
}

.admin-form .editor-image {
    height: 200px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27);
    box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27);
}

.admin-form .mud-switch p {
    margin-right: -4px;
}

.develop-services {
    width: 400px;
}

.organization-service-list,
.develop-services {
    max-height: 60vh;
    overflow: auto;
}

.organization-service-list h2 {
    font-size: 2em;
    font-weight: 500;
}

.organization-service-list .mud-list-subheader-gutters {
    text-align: right;
    padding-right: 0;
    padding-top: 0;
    font-size: 1.2em;
}

.organization-service-list .mud-list-item {
    padding-top: 0;
}

.organization-service-list > .mud-list > .mud-list-item {
    border-bottom: 1px solid #d9d9d9;
}

.organization-service-list > .mud-list > .mud-list-item p {
    font-size: 1.1em;
}

.admin-form .organization-chips .mud-chip-text.mud-chip-color-tertiary,
.admin-form .organization-chips .mud-chip-filled.mud-chip-color-tertiary.mud-chip-selected {
    background-color: transparent;
    font-weight: 600;
    font-size: 1.1em;
    color: var(--mud-palette-tertiary);
}


.admin-form .mud-typography-h3 {
    font-size: 1.8em;
}

.overlay-text {
    background-color: white;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.17);
    box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.17);
    font-weight: 500;
    font-size: 1.2em;
}

.data-popup {
    max-width: 400px;
    max-height: 80vh;
    overflow: auto;
}

.data-popup h6 {
    font-size: 2em;
    font-weight: 600;
    color: var(--mud-palette-primary);
}

.data-popup .mud-dialog-title {
    padding-bottom: 0;
}

.data-popup .image-preview {
    width: 150px;
    vertical-align: top;
}

.data-popup a {
    color: var(--mud-palette-tertiary);
    padding-left: 6px;
}

.data-popup a:hover {
    text-decoration: underline;
}

.data-popup p {
    line-height: 1.6;
}

.data-popup .using-list {
    overflow: auto;
    max-height: 190px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27);
    box-shadow: 0px 0px 2px 2px rgba(189, 189, 189, 0.27);
}

.color-list {
    max-width: 400px;
}

.color-list > div {
    width: 30px;
    height: 30px;
}

.color-list button {
    display: block;
    width: 100%;
}


.type-color > button {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 400;
}

.status-td .edit-options-btn {
    display: none;
}

.status-td:hover .edit-options-btn {
    display: inline-block;
}

.color-list .mud-icon-button:hover,
.color-list .mud-icon-button:focus-visible {
    background-color: transparent;
}

.swiper {
    width: 100vw;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--mud-palette-primary);
    font-weight: 800;
}

.admin .mud-tabs .cont-data .mud-typography-h2 {
    font-size: 1.8em;
}

.admin .cont-data {
    height: calc(100vh - 110px - .875rem);
}


.cont-data .number {
    text-align: center;
}


.cont-data .number h3 {
    font-size: 1.2em;
    font-weight: 500;
}

.cont-data .number p {
    color: var(--mud-palette-primary);
    font-size: 2em;
    display: block;
}

.cont-data .search {
    width: 30%;
}

.admin .mud-tabs-toolbar {
    box-shadow: -10px 0 7px -8px rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.admin .mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    border-radius: 0;
    font-weight: 600;
    border-bottom: 2px solid var(--mud-palette-primary);
    padding-bottom: 6px;
}

.admin ::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

.mud-divider.bold-devider-v {
    background-color: #939393;
    width: 2px;
}

.mud-divider.bold-devider-h {
    background-color: #939393;
    height: 2px;
}

@media (min-width: 600px) {

    .header-image::after{
        bottom: -84px;
        min-height: 200px;
        
    }
    .header-image {

        height: 26rem;
    }
    
    .header-leptop {
        bottom: 15%;
        left: 5%;
    }

    .header-instructions {
        margin-top: 15%;
    }

    .header-instructions div {
        background-size: auto;
        font-size: 1.6em;
    }

    .search-index {
        /* width: 70%; */
    }

    .mud-typography-h1 {
        font-size: 5em;
    }
}

/* Styles for screens between 960px and 1279px */
@media (min-width: 960px) {
    body {
    }

    /*
    .header-wave {
        background-image: url("../images/topWave.svg");
    }*/
    .header-title p {
        font-size: 1.42rem;
        text-align: justify;
    }
    .header-title .sub-title {
        font-size: 2.9em;
    }

    .header-leptop {
        bottom: 6%;
    }

    .header-instructions {
        width: 65%;
        margin-top: 8%;
    }

    .search-index {
        /* width: 60%; */
    }

    .mud-typography-h1 {
        font-size: 6em;
    }
}

/* Styles for screens between 1280px and 1919px */
@media (min-width: 1280px) {
    .mud-typography-h1 {
        font-size: 6em;
    }
    
    .header-leptop {
        left: 10%;
        bottom: 2%;
    }

    .header-instructions {
        margin-top: 100px;
        width: 55%;
    }

    .header-instructions > div {
        font-size: 1.8em;
        background-size: auto 70%;
        background-position-y: 15%;
    }

    .header-instructions > div.top-arrow {
        background-size: 80%;
    }

    .search {
        /* width: 35%; */
    }
}

/* Styles for screens over 1920px */
@media (min-width: 1920px) {
    body {
    }
    .header-image::after{
        bottom: -130px;
        min-height: 250px;

    }
}
