

@font-face {
    font-family: "Kontora";
    src: url("https://destlive.oss-cn-hangzhou.aliyuncs.com/font/kontora_bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kontora-Bold";
    src: url("https://destlive.oss-cn-hangzhou.aliyuncs.com/font/kontora_bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Kontora-Thin";
    src: url("https://destlive.oss-cn-hangzhou.aliyuncs.com/font/kontora_thin.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Lexend";
    src: url("https://destlive.oss-cn-hangzhou.aliyuncs.com/font/lexend-light.woff") format("woff");
    font-display: swap;
}

h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 92px;
    text-align: center;
    margin-top: 0px;
}

h2 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-weight: 500;
}


p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

html * {
    box-sizing: border-box;
}

body {
    margin: unset!important;
}

input:disabled {
    background: #F0F0F0;
    color: #BDBDBD;
    font-weight: 600;
    cursor: not-allowed;
}

select {
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 15px;
    height: 32px;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.text {
}

.text.no-wrap {
    white-space: nowrap;
}

.text.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text.w400 {
    font-weight: 400;
}

.text.w500 {
    font-weight: 500;
}

.text.w600 {
    font-weight: 600;
}

.text.w700 {
    font-weight: 700;
}

.text.w1000 {
    font-weight: 1000;
}


.text.f12 {
    font-size: 12px
}

.text.f14 {
    font-size: 14px
}

.text.f16 {
    font-size: 16px
}

.text.f20 {
    font-size: 20px
}


.text.f24 {
    font-size: 24px;
}

.text.f28 {
    font-size: 28px;
}

.text.f32 {
    font-size: 32px;
}

.text.black {
    color: black
}

.text.granit {
    color: #616161
}

.text.raisin {
    color: #262626
}

.text.grey {
    color: #C7C7C7;
}

.text.grey26 {
    color: #424242;
}

.text.grey-light {
    color: #D1D1D1;
}

.text.bengala-red {
    color: #C53F1D;
}

.text.primary {
    color: #27AAEE;
}

.text.white {
    color: white
}

.text.underline {
    text-decoration: underline;
}

.text.no-decoration {
    text-decoration: none;
}

.bg.white-smoke {
    background-color: #F8F8F8;
}

.bg.grey {
    background-color: #D1D1D1;
}

.w-100 {
    width: 100%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%
}

.item-end {
    align-items: end;
}

.self-end {
    align-items: self-end;
}

.item-center {
    align-items: center;
}

.content-center {
    align-content: center;
}

.justify-flex-end {
    justify-content: flex-end;
}

.justify-flex-start {
    justify-content: flex-start;
}

.justify-normal {
    justify-content: normal;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.m-auto {
    margin: auto;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

.m-10 {
    margin: 10px;
}

.m-10-0 {
    margin: 10px 0px
}

.m-10-10-0-10 {
    margin: 10px 10px 0px 10px;
}


.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20, .mt-20px {
    margin-top: 20px;
}

.ml-20 {
    margin-left: 20px;
}


.ml-10 {
    margin-left: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.align-flex-end {
    align-items: flex-end;
}

.align-flex-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.self-center {
    align-self: center;
}

.w-auto {
    width: auto!important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.sidebar-custom {
    background-color: white;
    box-shadow: 0px 0px 2px 0px #0000001F;
    display: flex;
    border-bottom-right-radius: 4px;
}

.border-grey {
    border: solid 1px #D1D1D1;
}

.border-danger {
    border: solid 1px #C53F1D; 
}

.button {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #D1D1D1;
    background: white;
    padding: 8px 16px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
    white-space: nowrap;
}

.button.primary {
    background: #0F6CBD;
    color: white;
    border-color: #0F6CBD;
}

.button.danger {
    background: #C53F1D;
    color: white;
    border-color: #C53F1D;
}

.button.primary:disabled, .button.danger:disabled {
    background: #F0F0F0;
    color: #BDBDBD;
    font-weight: 600;
    cursor: not-allowed;
    border-color: #D1D1D1;
}

.text-decoration-none {
    text-decoration: none;
}

.oss-card-border {
    display: flex;
    width: 4px;
    border-radius: 4px;
}
.oss-card-border.card-color-1 {
    background-color: #27AAEE;
}
.oss-card-border.card-color-2 {
    background-color: #D35230;
}
.oss-card-border.card-color-4 {
    background-color: #D35230;
}
.oss-card-border.card-color-5 {
    background-color: #21A366;
}
.oss-card-border.card-color-6 {
    background-color: #C7C7C7;
}
.oss-count.color-6 {
    background-color: #C7C7C7;
}

.selected-oss.color-6, .oss-ticketnumber.color-6, .oss-title.color-6, .oss-supplier-name.color-6, .selected-oss-text.color-6 {
    color: #616161;
}

.oss-card-surveys.color-6, .oss-date.color-6, .oss-pm.color-6 {
    color: #C7C7C7;
}

.button-detail {
    background: #0F6CBD;
    color: white;
    border-color: #0F6CBD;
    display: flex;
    align-items: center;
    img {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(108%) contrast(106%);
    }
}
.button-detail.color-6 {
    background: white;
    color: #242424;
    border-color: #D1D1D1;
    img {
        filter: none;
    }
}

/*stuff that cant be deleted*/
#privateModeText {
    display: none;
}

.custom-loader {
    background-image: url(/loader-gif.gif)!important;
    background-size: 30px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.font-lexend {
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
}

.font-kontora {
    font-family: 'Kontora', Poppins, Helvetica, "sans-serif";
}

.breadcrumb-return {
    color: rgba(0, 0, 0, 0.45);
    padding-right: 5px;
}

.breadcrumb-current {
    padding-left: 5px;
    color: black;
}

.breadcrumb {
    display: flex;
    color: black;
    font-size: 14px;
    font-family: roboto;
    a {
        text-decoration: none;
        font-size: 14px;
        font-family: roboto;
    }
}

#main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('/background-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: Kontora-Thin, Lexend, Poppins, Helvetica, "sans-serif";
    text-align: center;
    background-attachment: fixed;

    .footer-main {
        margin-top: 20px;
        color: white;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        p {
            font-size: 12px;
            margin-bottom: 0px!important;
        }

        a  {
            color: white;
        }
    }

    .overlay {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100vh;
        background-color:rgba(0, 0, 0, 0.7);
    }

    .header {
        height: 72px;
        display: flex;
        align-items: center;
        padding: 0px 40px;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    #company-logo {
        height: 24px;
    }

    .header-right-onboarding {
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        color: white;
        font-size: 16px;

        span {
        line-height: 22px;
        }

        button {
            margin-left: 20px;
        }
    }
}

#dashboard {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    background-color: #F5F5F5;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";

    .footer-main {
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        margin-top: 20px;
        color: white;
        p {
            margin-block-start: 0px;
            font-size: 12px;
            margin-bottom: 0px!important;
        }

        a  {
            color: white;
        }
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .header {
        height: 72px;
        display: flex;
        align-items: center;
        padding: 0px 40px;
        background: white;
        margin-bottom: 1px;
        box-shadow: 0px 0px 2px 0px #0000001F;

        .custom-dropdown {
            position: relative;
            display: inline-block;
        }

        .custom-dropdown-menu {
            display: none; 
            position: absolute;
            border-radius: 8px;
            top: 100%; 
            right: 0;
            background-color: #ffffff;
            min-width: 200px;
            border: 1px solid #ddd;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            margin-top: 7px;
            list-style: none;
            text-align: left;
        }

        .custom-dropdown-menu .dropdown-item {
            display: flex;
            justify-content: space-between;
            border-bottom: solid 1px #D1D1D1;
            padding: 10px;
            cursor: pointer;
        }

        .custom-dropdown-menu .dropdown-item:hover {
            background-color: #f8f9fa;
            /* color: #007bff; */
        }

        .custom-dropdown.active .custom-dropdown-menu {
            display: block;
        }

        .custom-dropdown-toggle {
            cursor: pointer;
            text-decoration: none;
            color: #333;
            font-size: 15px;
            display: flex;
            align-items: center;
        }

        .custom-dropdown-toggle:hover {
            /* color: #007bff; */
        }

        .user-initials {
            min-height: 36px;
            min-width: 36px;
            background-color: #27AAEE;
            color: #fff;
            font-weight: bold;
            align-content: center;
            border-radius: 100%;
            margin-right: 5px;
        }

    }

    #company-logo {
        height: 24px;
    }

    .navbar {
        width: -webkit-fill-available;
        width: -moz-available;
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;

    }

    .nav-menu {
        list-style: none;
        display: flex;
        gap: 20px;
    }

    .nav-item {
        position: relative;
    }

    .nav-link {
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

    .nav-link::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: #007bff; 
        transition: width 0.3s ease;
        margin-top: 5px;
    }

    .nav-link:hover::after, .nav-link.active::after {
        width: 100%;
    }


    .header-right-onboarding {
        font-family: Lexend, Poppins, Helvetica, "sans-serif";
        color: white;
        font-size: 16px;

        span {
        line-height: 22px;
        }

        button {
            margin-left: 20px;
        }
    }
}

/** Modal **/
.modal {
    display: none;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);

    .modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 500!important;
        font-family: 'Kontora', Poppins, Helvetica, "sans-serif";
    }

    .modal-content {
        border-radius: 8px;
        background-color: #fefefe;
        padding: 0px 20px 20px 20px;
        border: 1px solid #888;
        min-width: 600px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        float: left;
        max-height: 85vh;
        overflow: auto;
    }
    
    }

    .close-container:hover, .close:focus {
        span {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
    }

    .close {
        color: #424242;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        img {
            margin-right: 5px;
        }
    }

    /* .text {
        color: #aaa;
        font-size: 16px;
    } */

  .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 32px;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
  }

  .tag.reviewed {
    background-color: rgba(65, 165, 238, 0.1);
    color: rgba(43, 124, 211, 1);
  }

  .tag.validated {
    background-color: rgba(51, 196, 129, 0.1);
    color:  rgba(24, 92, 55, 1);
  }

  .tag.tag-assesment {
    background-color: rgba(245, 245, 245, 1);
    color: rgba(38, 38, 38, 1);
  }

  .tag-assesment.assesment-5 {
    background-color: (255, 186, 0, 0.2);
  }

.filter-button.active {
    background-color: rgba(38, 38, 38, 1);
    color: white;
}

.input-search { 
    border: 1px solid #D1D1D1;
    padding: 0px 5px;
    border-radius: 4px;
    font-size: 14px;
    height: 15px;
    height: 40px;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background-image: url('/Dashboard/icon-loop.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-right: 20px;
}

.input-enveloppe { 
    background-image: url('/Dashboard/icon-enveloppe.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-right: 20px;
}

input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 15px;
    height: 32px;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.input-search::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #707070;
}

/* POPUP  */
.popup {
    position: fixed;
    bottom: 20px;
    height: 48px;
    border: solid 1px #D1D1D1;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px 15px 40px;
    font-size: 16px;
    color: black;
    opacity: 0;
    transition: opacity 0.3s, bottom 0.3s;
    z-index: 1000;
    font-family: Lexend, Poppins, Helvetica, "sans-serif";
    background-color: white;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 700;
}

.popup.show {
    opacity: 1;
    bottom: 40px;
}

.popup.success-green {
    background-image: url('/icon-success-green.png');
}

.popup.success-blue {
    background-image: url('/icon-success-blue.png');
}

.popup.success-red {
    background-image: url('/icon-success-red.png');
}

.popup.error {
    background-color: #f44336; 
    color: white;
}

@media only screen and (max-width : 768px) {
    .hide-desktop {
        display: none;
    }
    .hide-tablette {
        display: none;
    }
    .hide-mobile {
        display: none;
    }

    .oss-card-container-head {
        display: flex;
        flex-wrap: wrap;
    }

    .oss-ticketnumber {
        order: 2;
    }

    .oss-card-status {
        width: 100%;
        margin-bottom: 20px;
        justify-content: right;

    }

    .oss-card-container-content {
        flex-wrap: wrap;
    }

    .oss-card-container-col {
        width: 100%;
    }

    .oss-supplier-name  {
        margin-bottom: 10px;
        margin-top: 30px;
    }

}