/* @font-face {
    font-family: Noto Color Emoji;
    unicode-range: U+1F1E6-1F1FF;
    src: url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
  }
 @import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap'); 
  
  .flag {
    font-family: "Noto Color Emoji", sans-serif;
  } */

#main {
    transition: margin-left 0.5s;
}

.icon-titlu-admin {
    margin: 15% 5% 5vw 15%;
    max-width: 2vw;
    height: 2vw;
    display: inline-block;
}

.container-titlu {
    font-size: 2vw;
    text-align: center;
}

.red-text {
    color: red;
}

#viewMore {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

.container-link {
    margin-bottom: 1vw;
}

.container-sub-link {
    margin-bottom: 3%;
    margin-left: 25%;
    margin-top: -10%;
    display: block;
}

.fcmodal {
    flex-direction: column;
}

.icon-meniu-admin {
    max-width: 1.5vw;
    height: 1.5vw;
    margin: 5% 5% 5% 15%;
}

#closebtn {
    display: none;
    font-size: 3vw;
    text-decoration: none;
    margin-left: 15%;
}

.sidebar {
    height: 100%; /* 100% Full-height */
    width: 3.5%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

.extralabel {
    display: none;
}

input[type="file"] {
    border: none !important;
    color: #fff;
    width: 20%;
    height: 12vw;
    margin-top: -12vw;
}

.foto1 {
    width: 20%;
}

.ba {
    background-image: url("../../foto/header-footer/logo.webp");
    background-size: 100% 100%;
    background-position: center center;
    width: 80%;
    margin: 10%;
    height: 9vw;
    display: block;
}

.ban {
    background-image: url("../../foto/header-footer/logo-footer1.webp");
}

.ia {
    display: none;
}

.smdeco {
    height: 2vw;
    opacity: 0.5;
}

.formcol {
    margin-right: 1%;
}

.blog {
    background-image: url("../../foto/admin/foto-placeholder.jpg");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80%;
    margin: 10%;
    height: 15vw;
    display: block;
}

.beneficiiimg {
    background-image: url("../../foto/admin/foto-placeholder.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30%;
    margin: 1% auto;
    height: 5vw;
    display: block;
}

.varianteimg {
    background-image: url("../../foto/admin/foto-placeholder.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30%;
    margin: 1% auto;
    height: 5vw;
    display: block;
}

a {
    text-decoration: none;
}

.container-table {
    padding: 5% 0%;
}

.slideadd {
    box-sizing: border-box;
    padding: 2%;
}

.component-button {
    display: block;
    background-color: #f5f5f5;
    /* box-shadow: 12px 7px 19px -1px rgba(0,0,0,0.3); */
    padding: 2%;
    width: 50%;
    margin: 5% 25%;
}

.component-button:hover {
    box-shadow: 12px 7px 11px -1px rgba(0, 0, 0, 0.3);
}

.compcontainer {
    width: 100%;
    margin: 5% 0;
    border: 1px solid #ccc;
    padding: 2%;
}

.compcontainer img {
    width: 80%;
}

.delete {
    float: right;
    color: red;
    text-decoration: underline;
    margin-left: auto;
    cursor: pointer;
}

.innerflex {
    flex-basis: 80%;
    display: flex;
    flex-direction: row;
}

.admin-container {
    padding: 0 10% 15%;
}

.deco-contact {
    height: 3vw;
}

form {
    overflow: hidden;
}

#indicatie {
    width: 2vw;

    opacity: 0.5;
    float: right;
    margin-top: -8%;
    margin-right: 5%;
}

.buton-politici {
    display: block;
    margin-top: 5%;
    width: 20%;
    float: right;
}

button[name="sterge"] {
    color: red;
    border: 1px solid red;
    margin-right: 5%;
    display: block;
}

.sterge {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.red-hover:hover {
    background-color: red;
    color: #fff;
}

.logout {
    width: 50%;
    text-align: center;
    margin: 5% 25%;
    display: block;
}

.inchideGal {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 2vw;
    margin-bottom: 5%;
}

.hartaimg {
    display: block;
    height: 20vw;
}

.error {
    color: red;
}

.newprodform {
    display: flex;

    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding: 2% 0;
}

.jobs-title-container {
    justify-content: space-between;
}

.collapsible-job {
    padding: 2%;

    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1%;
}

.logo-user {
    justify-content: space-between;
    margin-left: 10%;
    width: 90%;
}

.user-data {
    width: 30%;
    align-items: center;
    justify-content: end;
    margin-right: 5%;
}

#logout {
    color: red;
    background-color: white;
    width: 30%;
    position: absolute;
    right: 0;
    top: 10%;
}

.logout {
    color: red;
    border: 1px solid red;
}

.logo-top {
    width: 40%;
}

.closebtn {
    font-size: 2.5rem;
}

.action-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    padding: 1%;

}

.fixedbtnjobs {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.fixedbtnjobs a {
    margin: 0% 5% 0% 20% !important;
}

.action-container a {
    display: block;
    width: 30%;
    margin: 0 35%;
}

.admin-title, .admin-count {
    display: block;
    margin: 0;
}

.table-container {
    padding-left: 5%;
}

.status-container {
    width: 30%;
}

label {
    font-weight: bold;
}

.blockbtn {
    display: block;
}

.actions-container {
    position: fixed;
    right: 2%;
    transform-origin: center right;
    transform: rotate(270deg);
    gap: 10px;
    top: 40%;
}

.search, .filter {
    flex-shrink: 0;
    min-width: 20vh;
    text-align: center;
    justify-content: center;
}

#articolForm, #jobreq, #suppliers {
    padding: 2%;
}

.requirement-container {
    justify-content: space-between;
    margin-bottom: 2%;
    align-items: center;
}

.deletebtn {
    font-size: 2rem;
    cursor: pointer;
}

.addreqbtn {
    display: block;
    width: 30%;
    margin: 0 35%;
}

.gaps {
    gap: 10px;
}

#sendtosupp {
    padding: 5%;
}

#searchOverlay .container {
    justify-content: center;
}

#filterOverlay {
    width: 50%;
    position: fixed;
    right: 0;
    height: 100vh;
    padding: 5%;
    top: 0;
    overflow: scroll;
}

.indfilcont {
    margin-bottom: 2%;
}

.lightgray-text {
    color: #706e6e;
}

.filter-header {
    justify-content: space-between;
    white-space: nowrap;
    margin-bottom: 5%;
}

.filter-header h3 {
    display: block;
    margin: 0;
    color: #fff;

}

.filter-icon {
    flex-shrink: 0;
}

.warning {
    background-color: rgb(255, 85, 0);
    padding: 2%;
}

.uploadfilebtn {
    margin: 5% auto;
}

.doxcont {
    padding: 2% 5%;
}

.doxactioncont {
    justify-content: end;
    align-items: center;
}

#compFormAdddocs {
    padding: 5%;
}

#autogenerate {
    padding: 5%;
}

.discussionbtn {
    width: 30%;
    margin: 2% auto;
}

#filtercontainer {
    padding: 2% 0;
}

.ora {
    font-weight: 400;
    font-size: 0.75rem;
}

#alldiscussion .modal {
    width: 80%;
}

#alldiscussion .modal .btn {
    width: 30%;
    margin-left: 35%;
}

.doxcontainer {
    justify-content: space-between;
    /* padding-top:2%; */
}

.nowrap {
    white-space: nowrap
}

.secpadd {
    padding: 2% 0;
}

.skilllabelpadd {
    /* padding: 25%; */
    padding: 1% 2%;
}

.mr1 {
    margin-right: 1%;
}
#lista .table-container {
    gap:10px;
}
.gap-container-cand {
    gap:10px;
}
.nthcol {
    padding:5% 0;
}
.skilllabelpadd span {
    margin-right: 5%;
}

.workform {
    justify-content: space-between;
}

.intType {
    margin-bottom: 2%;
}

.interview-form input {
    padding: 4%;
}

.right-align {
    text-align: right;
}

.star-icon {
    width: 2rem;
    height: 2rem;
}

.modal-lat {
    width: 80%;
    display: flex;
    align-items: center;
}

.modal-lat .col1o2 {
    padding: 4%;
}

.modal-lat .xbtn {
    align-self: flex-start;
}

.border-left {
    border-left: 1px solid #ccc;
}

.ai-radio:checked + label {
    background-color: #1c6eac;
    color: white;
}

.ai-label {
    border: 1px solid #1c6eac;
    color: #1c6eac;
}

.ai-label:hover {
    background-color: #1c6eac;
    color: white;
}

.ai-label {
    display: block;
    width: 25%;
}

.deadline-approaching {
    color: red;
}

.step svg, .step p {
    flex-shrink: 0;
}

.steps .separator {

    width: 15%;
    height: 2px;
    flex-grow: 0;
    /* display: block; */
    margin: 6%;

}

#upload-dialog1 {

    display: block;
    margin-bottom: 2%;

}

.concatbtn {
    justify-content: space-evenly;
}

.modal-lat-stats {
    width: 70%;
    margin-left: 15%;
}

.datadeco {
    border: 15px solid currentColor;
    border-radius: 100%;
    padding: 2%;
    text-align: center;
    margin: 0 2%;
    /* height: 12rem;
    width: 12rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 11vw;
min-height: 11vw;
aspect-ratio: 1;
flex: 0 0 17vw;
}

.decolb {
    color: #1c6eac;
}

.decodb {
    color: #020f2e;
}

.decolg {
    color: #999898;
}

.tcstats {
    margin-top: 5%;
}

.minilabel {
    display: block;
    margin-top: -5%;
    margin-bottom: -5%;
    margin-left: 27%;
}

.adjrowsync {

    white-space: nowrap;
    text-align: center;
    gap: 10px;
    width: 20%;

}

.logout p {
    display:block;
    margin:0;
}
#logout .blue-text {
    margin:10% auto;
}
button:disabled, div:disabled {
    cursor:not-allowed;
}

#overview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    padding: 5% 0;
}

.jobdetails {
    flex-basis: 15%;
    min-width: 0;
    flex-shrink: 0;
}
.jobdetails:hover {
    color:#1c6eac;
}
.nomar {
    margin:0;
}
.zhctrls {
    width:30%;
    margin-left:70%;
}

.logo-top-onb {
    width:20%;
    margin: 2% 40%;
}


 .hoverable::after {
            content: attr(data-tooltip);
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: #1c6eac;
            color: white;
            padding: 8px 12px;
            border-radius: 4px;
            font-size: 14px;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s;
            z-index: 1000;
            margin-bottom: 5px;
        }

        .posrel {
            position:relative;
        }
        .hoverable::before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 5px solid transparent;
            border-top-color: #1c6eac;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s;
            z-index: 1000;
        }


          .hoverable:hover::after,
        .hoverable:hover::before {
            opacity: 1;
            visibility: visible;
        }

        #datefil {
    /* position: absolute; */
    left: 0;
    top: 100%;
    width: 2rem;
    height: 2rem;
    opacity: 1.01;
    /* z-index: -1; */
    background-image: #000;
    border-bottom: 0;
}

#datefil::-webkit-input-placeholder {
    color: transparent;
}

#datefil::-webkit-datetime-edit {
    color: transparent;
}

.invert {
    filter: invert(1);
}

#stats {
    position:absolute;
    top:44px;
    background-color:white;
    padding:5%;
    z-index:1001;
}

.curpoi {
    cursor:pointer;
}

#filtercontainer .btn {
    padding:1% 2%;
}

#filtercontainer {
    gap:5px;
}

.user-data {
    width:fit-content!important;
}

.user-data .menu-icon {
    flex-shrink:0;
}

.username {white-space: pre;}

.driver-popover-footer button {
border: 2px solid #1c6eac!important;
background-color:transparent!important;
color: #1c6eac!important;
border-radius:6px!important
}

.driver-popover-footer button:hover {
    background-color:#1c6eac!important;
    color:#fff!important;
}

#tourstart  {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border-width: 3px;
    font-size: 1.2rem;
    font-weight: 800;
}

.btn {padding:1% 3%;}

@media only screen and (max-width: 768px) {
    .modal-lat {
        flex-direction: column;
    }
    .btn {
        padding:2% 3%;
    }
    .logo-top-onb {
        width:100%;
        margin:2%;
    }
    .jobdetails {
        flex-basis: 47%;
    }
    .zhctrls {
    width:80%;
    margin-left:10%;
}

    .datadeco {
  --circle-size: clamp(8rem, 17vw, 12rem); /* min 8rem, preferred 17vw, max 12rem */
    flex: 0 0 var(--circle-size);
    width: var(--circle-size);
    height: var(--circle-size);
    min-width: var(--circle-size);
    min-height: var(--circle-size);
    margin-bottom:5%;
}
    .asm {
        display:none!important;
    }
    .logo-container {
        width:50%;
    }
    .table-container-top {
        display:none;
    }
    .ai-label {
        width:100%;
    }
    .discussionbtn {
        width:100%;
    }

    .adjrowsync {
        width: 100%;
    }

    .minilabel {
        display: block;
        margin-top: -13%;
        margin-bottom: 6%;
        margin-left: 0;
    }

    .fc-header-toolbar {
        flex-direction: column;
    }

    .fc-button-group {
        flex-direction: row;
        padding: 5% 0;
    }

    .fc-button {
        border-radius: 10px !important;
    }

    .fc-view-harness {
        height: 90vh !important;
    }

    #closebtn {
        margin: 10%;
        text-align: center;
    }

    #closebtn p {
        font-size: 12vw;
    }

    .container-link {
        margin-bottom: 8vw;
    }

    .blog {
        height: 40vw;
    }

    .smdeco {
        height: 7vw;
    }

    .ba {
        height: 20vw;
    }

    .container-titlu {
        font-size: 5vw;
        margin-bottom: 5vw;
        margin-top: 10%;
    }

    .icon-meniu-admin {
        height: 5.5vw;
        max-width: 6vw;
        margin: 0 auto;
        position: relative;
    }

    .icon-titlu-admin {
        width: 5.5vw;
        max-width: 6vw;

        margin: 5% auto;
        position: relative;
    }

    .container-sub-link {
        margin-left: auto;
        margin-top: -15%;
        margin-bottom: 10%;

    }

    .sidebar {
        width: 10%;
        z-index: 1000;
    }

    #main {
        width: 90%;
        margin-left: 10%;
    }

    .deco-contact {
        width: 7vw;
        height: auto;
    }

    .extralabel {
        text-align: left;
    }

    form {
        padding: 5% 0;
    }

    .btn,
    .sterge {
        text-align: center;
        margin-top: 5%;
        display: block;
    }

    .portofoliu-container {
        padding-bottom: 5%;
    }

    .innerflex {
        flex-direction: column;
    }

    .buton-politici {
        width: 50%;
    }

    .inchideGal {
        font-size: 6vw;
    }

    .logo-user {
        flex-direction: row;
    }


    .logo-top {
        width: 100%;
    }

    .action-container a {
        display: block;
        width: 80%;
        margin: 0 12%;
    }

    .actions-container {
        position: fixed;
        right: 0;
       transform: rotate(270deg) translateY(-50%);
       transform-origin: right center;
        gap: 10px;
        top: 35%;
        flex-direction: row;
    }

    .search, .filter {
        flex-direction: row;
        display: flex !important;
        white-space: nowrap;
    }

    body {
        padding-bottom: 25%;
    }

    .user-data .username {
        display: none;
    }

    #filterOverlay {
        width: 100%;
        z-index: 999999;
    }

    .row-container {
        flex-direction: row;
    }

    .deletebtn {
        margin-top: 5%;
    }

    .addreqbtn {
        width: 70%;
        margin: 0 15%;
    }

    input[type="file"] {
        display: none;
    }

    #logout {
        width: 100%;
    }


}
