﻿.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.dropdownSubject hr {
    border-top: 1px solid white;
    opacity: 0.6;
}

.subject-subtitle {
    font-style: italic;
    font-size: 12px !important;
}

.subject-bu-subtitle {
    font-weight: 500;
    font-size: 14px !important;
}

html, body {
    height: 100%;
}

body {
    background-color: #252936;
    background-repeat: no-repeat;
    background-position: right top;
    color: #E8E8E8;
    display: flex;
    flex-direction: column;
    max-width: 1500px;
    min-width: 1300px;
    margin: 0 auto;
}

nav {
    color: white;
    background-color: transparent;
}

.main-body {
    border-top: 2px solid #484D60;
    flex: 1 0 auto;
    position: relative;
    padding-bottom: 20px;
}

.footer {
    flex-shrink: 0;
}

.navbar {
    padding: 0px 15px;
    height: 55px;
}

.logo-image {
    height: 25px;
}

.logo-link {
    line-height: 18px !important;
}

.right-nav {
    margin-left: 100px;
}

.role-tab {
    text-decoration: none !important;
    color: #0AA6AA;
    width: 100px;
    text-align: center;
    font-size: 18px;
}

.role-tab-buyout {
    text-decoration: none !important;
    color: #0AA6AA;
    text-align: center;
    font-size: 18px;
}

.mainDivForNavBar {
    text-align: center;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainDivForBuyOut {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.underlineDivForNavBar {
    width: 100%;
    min-width: 80px;
    background-color: #0AA6AA;
    height: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.anchorNavBar:hover {
    background: none;
    color: #0AA6AA;
}

.header-right {
    justify-content: flex-end;
}

.personal-items {
    display: flex;
    align-items: center;
    margin-right: 25px;
    cursor: pointer;
}

.vertical-separator {
    display: flex;
    align-items: center;
}

.noitifications {
    display: flex;
    align-items: center;
}

.company-items {
    display: flex;
    align-items: center;
}

    .company-items a {
        padding-left: 5px;
        font-size: 18px;
    }

    .company-items span {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 15px;
    }

.emptryDivVerticalLine {
    width: 1px;
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    background-color: white;
}

.sortingDropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.dropdownSubject {
    position: relative;
    display: flex;
    align-items: center;
}

    .dropdownSubject span {
        padding-left: 5px;
    }

.dropdownLang {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #484D60;
    border-radius: 5px;
    padding: 2px 10px;
}

.dropdown-contentSubject {
    text-align: end;
    color: white;
    display: none;
    position: absolute;
    right: -16px;
    top: 35px;
    background-color: #484D60;
    max-width: 220px;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentSubject div {
        cursor: pointer;
        display: block;
        margin-top: 15px;
        font-size: 14px;
        line-height: 19px;
        color: #E8E8E8 !important;
        padding: 5px 10px;
    }

        .dropdown-contentSubject div:first-child {
            margin-top: 0;
        }

        .dropdown-contentSubject div:hover {
            background-color: rgba(10, 166, 170, 0.3);
            border-radius: 4px;
        }

div.dropdown-contentSubject:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}


.sortingDropdown-content {
    text-align: end;
    color: white;
    display: none;
    position: absolute;
    right: -20px;
    top: 35px;
    background-color: #484D60;
    max-width: 220px;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 10px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .sortingDropdown-content input {
        cursor: pointer;
        background-color: transparent !important;
        color: #E8E8E8 !important;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .sortingDropdown-content a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 5px;
        margin-top: 5px;
    }

        .sortingDropdown-content a:first-child {
            margin-top: 0;
        }

        .sortingDropdown-content a:hover {
            background-color: rgba(10, 166, 170, 0.3);
            border-radius: 4px;
        }

div.sortingDropdown-content:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 65px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.company-items {
    cursor: pointer;
}

.dropdown-contentSubject {
    cursor: default !important;
}

.dropdown-contentStatus .checkboxDiv {
    cursor: pointer;
    margin-bottom: 10px;
}

    .dropdown-contentStatus .checkboxDiv:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }

.dropdown-contentRequestDate .checkboxDiv {
    cursor: pointer;
    margin-bottom: 10px;
}

    .dropdown-contentRequestDate .checkboxDiv:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }

.dropdown-contentSubscriptionPlan .checkboxDiv {
    cursor: pointer;
    margin-bottom: 10px;
}

    .dropdown-contentSubscriptionPlan .checkboxDiv:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }

.dropdown-contentRole .checkboxDiv {
    cursor: pointer;
    margin-bottom: 10px;
}

    .dropdown-contentRole .checkboxDiv:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }

.dropdownNotification {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 15px;
}

.dropdown-contentNotification {
    color: white;
    display: none;
    position: absolute;
    left: -114px;
    top: 35px;
    background-color: #484D60;
    min-width: 250px;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px 10px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
    max-width: 250px;
}

    .dropdown-contentNotification div {
        margin-top: 15px;
        font-size: 14px;
        line-height: 19px;
        color: #E8E8E8 !important;
    }

        .dropdown-contentNotification div:first-child {
            margin-top: 0;
        }

div.dropdown-contentNotification:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 115px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.notification-header {
    font-size: 12px !important;
    line-height: 25px !important;
    cursor: default !important;
    display: flex;
    justify-content: space-between;
}

    .notification-header label {
        color: #0AA6AA !important;
    }


.notification {
    min-height: 110px;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
    margin-right: 2px;
}

.notification-counter {
    font-size: 18px !important;
    line-height: 25px;
    color: #FFFFFF;
    height: 24px;
    min-width: 24px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #F47C20;
    border-radius: 4px;
    text-align: center;
    margin-right: 5px;
}

.notification-title {
    display: block;
    margin-right: 25px;
    font-size: 14px;
    line-height: 19px;
    color: #E8E8E8 !important;
    padding-bottom: 5px;
}

.notification-time {
    display: block;
}

.notification-content, .notification-time {
    margin-right: 25px;
    font-size: 12px;
    line-height: 16px;
    color: #A6A6A6 !important;
    padding-bottom: 5px;
}

.close {
    background-color: #E8E8E8;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 15px;
    border-radius: 18px;
    position: absolute;
    right: 0px;
    top: 2px;
    opacity: 1;
}

.dropdownProfile {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #E8E8E8 !important;
}

    .dropdownProfile a {
        padding-left: 5px;
    }

.dropdown-contentProfile {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    right: -10px;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
    cursor: default;
}

    .dropdown-contentProfile a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin-bottom: 15px;
        text-decoration: none;
        color: #E8E8E8 !important;
        padding: 5px 10px;
    }

        .dropdown-contentProfile a:last-child {
            margin-bottom: 0;
        }

    .dropdown-contentProfile img {
        float: left;
    }

    .dropdown-contentProfile a:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }

div.dropdown-contentProfile:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 15px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.dropdown-section {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.badge {
    padding: 0px 1.3px 0px;
    position: absolute;
    top: 1px;
    right: -3px;
    display: inline-block;
    min-width: 0px;
    font-size: 6px;
    font-weight: bold;
    color: #F47C20;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 8px;
}

.site-validation-message {
    color: red;
}

.badge-danger {
    background-color: #F47C20;
}

#clearAll {
    cursor: pointer;
}

/* Clearable text inputs */
.clearable {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

    .clearable input[type=text] {
        padding-right: 25px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: -30px;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}

.view-notif-link {
    color: #0AA6AA !important;
    text-decoration: none !important;
}

input.empty {
    font-family: FontAwesome, 'Lato';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    height: 30px;
    margin-left: 30px;
}

.empty::-webkit-input-placeholder {
    color: white;
}

.headerDiv-row {
    margin: 0;
    margin-top: 30px;
    align-items: center;
}

    .headerDiv-row ul {
        margin-bottom: 0px;
    }

.headerDiv {
    padding: 10px 40px 10px 45px;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    box-shadow: 0px 12px 12px -5px rgba(255, 130, 26, 0.3);
    border-radius: 0px 26.0308px 0px 0px;
}

.headerTextDiv {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #252936;
}

.verticalLineSeparator {
    height: 30px;
    width: 1px;
    background-color: #E8E8E8;
    margin-left: 30px;
}

.filterList {
    margin-left: 10px;
}

.filterSpan {
    font-size: 16px !important;
}

#selectedStatusLabel {
    font-size: 16px !important;
}

.dropdownStatus {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #E8E8E8 !important;
    padding-left: 5px;
}

.dropdown-contentStatus {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    left: -55px;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentStatus a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin-bottom: 15px;
        text-decoration: none;
        color: #E8E8E8 !important;
    }

        .dropdown-contentStatus a:last-child {
            margin-bottom: 0;
        }

    .dropdown-contentStatus img {
        float: left;
    }

div.dropdown-contentStatus:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 85px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.labelChekboxStatus {
    margin-left: 50%;
}

.change-password {
    color: black !important;
    padding: 5px 10px;
    margin: 17px 0px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    box-shadow: 0px 12px 12px -5px rgba(12, 12, 12, 0.64);
    border-radius: 7px;
    outline: none !important;
}

    .change-password a {
        color: black;
        text-decoration: none;
        text-transform: initial;
    }

.profile-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pages-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.company-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.photo-div {
    text-align: center;
    min-width: 270px;
    height: 280px;
    background: #484D60;
    border: 7px solid #5B6177;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
    border-radius: 16px;
    z-index: 2;
}

.photo-frame {
    width: 140px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 26px;
    border: 7px solid #DDF9F9;
}

.choose-file {
    background: #0AA6AA;
    border: 6px solid #DCF3F3;
    border-radius: 12px;
    padding: 5px 0px 7px 0px;
    width: 55px;
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
}

.language-div {
    padding: 10px;
    max-width: 800px;
    background: #484D60;
    border-radius: 8px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
    margin-right: 30px;
    margin-top: 20px;
}

.importExport-div {
    padding: 10px;
    width: 250px;
    max-width: 250px;
    margin-right: 30px;
    margin-top: 20px;
}

.mailTemplate-div {
    padding: 15px;
    background: #484D60;
    border-radius: 8px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
}

.pages-div {
    width: 70%;
    max-width: 800px;
    background: #484D60;
    border-radius: 8px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
    margin-bottom: 20px;
}

.pages-divHtmlContent {
    width: 100% !important;
    padding: 30px 40px 40px 40px;
    background: #484D60;
    border-radius: 8px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
}

.personal-div {
    width: 100%;
    max-width: 800px;
    padding: 30px 40px 40px 40px;
    background: #484D60;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
}

    .personal-div label {
        margin-bottom: 5px;
    }

.company-div {
    width: 100%;
    max-width: 900px;
    margin-left: 35px;
    background: #484D60;
    border-radius: 16px 0px 16px 16px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
}

    .company-div label {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 19px;
    }

.company-name {
    display: none;
    height: 40px;
    float: right;
    margin-top: -40px;
    font-size: 20px;
    line-height: 24px;
    background-color: #0AA6AA;
    border-radius: 15px 15px 0px 0px;
    width: 50%;
    color: #252936;
}

    .company-name label {
        float: right;
        padding-top: 8px;
        padding-right: 25px;
    }

.name-highlighted {
    font-size: 18px;
    color: #FFB967;
}

.reject-area {
    width: 100%;
    height: 120px;
    background-color: rgb(44, 48, 64);
    color: white;
}

.text-orange {
    color: #F47C20;
}

.border-bottom-light {
    border-bottom: 1.5px solid rgba(232, 232, 232, 0.25);
}

.status-mob-view {
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: -30px;
}

.photo-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #484D60;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #A6A6A6;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
}

.tableDiv {
    width: 100%;
    padding: 30px 0px 30px 20px;
    font-size: 14px;
    line-height: 17px;
    color: #E8E8E8;
}

.box-report {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.card-report {
    position: unset !important;
    display: block !important;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: none !important;
    border-radius: none !important;
}

.tableDiv-report {
    min-height: 400px;
}

.tableButtonTD {
    text-align: end;
}

.divUnderTable {
    display: flex;
    padding: 0px 30px;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.itemDivUnderTable .centerItem {
    text-align: center;
}

.itemDivUnderTable .lastItem {
    float: right;
    display: flex;
    flex-direction: row;
}

.pagination a {
    color: white;
    padding: 8px 8px;
    text-decoration: none;
}

.pagination .active span {
    padding: 8px 8px;
}

#search {
    border: none;
    background-color: #252936;
    margin-bottom: 0;
}

.dropdownRole {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #E8E8E8 !important;
    padding-left: 5px;
}

.dropdown-contentRole {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    left: -55px;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentRole a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin-bottom: 15px;
        text-decoration: none;
        color: #E8E8E8 !important;
    }

        .dropdown-contentRole a:last-child {
            margin-bottom: 0;
        }

    .dropdown-contentRole img {
        float: left;
    }

div.dropdown-contentRole:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 85px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.labelChekboxRole {
    margin-left: 50%;
}

#profileImageChange {
    cursor: pointer;
}

#uploadPreview {
    width: 140px;
    min-height: 140px;
    overflow: hidden;
}

#myImg {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1041; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0,0.4) !important; /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 500px;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}

.modal-content2 {
    max-width: 750px;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}

.modal-content3 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100% !important;
    max-width: 1175px !important;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}


.modal-content5 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100% !important;
    max-width: 1300px !important;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}

.modal-contentAddAdmin {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 450px !important;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}

.modal-content4 {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 500px;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}

.modal-bidDetails {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 1500px;
    z-index: 21;
    border-radius: 40px;
    border: 10px solid !important;
    border-color: rgba(0,0,0, 0.5) !important;
    align-items: center;
}

.pop-up-div {
    background-color: #2C3040;
    border-radius: 30px;
}

.pop-up-header {
    padding: 20px 15px;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pop-up-header span {
        color: #252936;
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
    }

.pop-up-content {
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
}

    .pop-up-content .row {
        margin-bottom: 20px;
    }

    .pop-up-content > .row > div {
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px
    }

    .pop-up-content .col-md-12 {
        margin-bottom: 10px;
    }

.content-line {
    margin-bottom: 5px;
}

.pop-up-content label {
    font-size: 16px;
    color: #A6A6A6;
}

.company-edit-details {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    border-top: 1.5px solid rgba(232, 232, 232, 0.15);
}

.company-edit-plan div {
    align-items: center;
}

.company-edit-plan .dropdown-control {
    width: 60%;
    margin-bottom: 0;
}

.company-edit-plan label {
    margin-right: 10px;
    margin-bottom: 0;
}

.company-edit-plan input {
    margin-bottom: 0 !important;
}

.btn-div {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.pop-up-footer {
    border-top: 1.5px solid rgba(232, 232, 232, 0.15);
    padding-top: 25px;
}
/* The Close Button */
.close1 {
    color: black;
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    background: #F47C20;
    text-shadow: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

    .close1 > span {
        margin: 0 auto;
    }

    .close1:hover,
    .close1:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.close-pop-up {
    color: black;
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    background: #F47C20;
    text-shadow: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

    .close-pop-up > span {
        margin: 0 auto;
    }

    .close-pop-up:hover,
    .close-pop-up:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* The Close Button */
.close2 {
    color: black;
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    margin-top: 23px;
    background: #F47C20;
    text-shadow: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

    .close2:hover,
    .close2:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.basicInfoVerticalLine {
    width: 5px;
    display: inline-block;
    height: 35px;
    background-color: #0AA6AA;
    border-radius: 2px;
}

.responsPersonVerticalLine {
    width: 5px;
    display: inline-block;
    height: 35px;
    background-color: #F47C20;
    border-radius: 2px;
}

.basicInfoTitle {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

    .basicInfoTitle label {
        margin-bottom: 0 !important;
        font-size: 20px;
        line-height: 24px;
        color: #E8E8E8;
    }

    .basicInfoTitle img {
        float: right;
    }

.basicInfoLabel {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
}

label > input[type="radio"] {
    display: none;
}

    label > input[type="radio"] + *::before {
        content: "";
        display: inline-block;
        vertical-align: bottom;
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        border-radius: 50%;
        border-style: solid;
        border-width: 0.2rem;
        border-color: gray;
    }

    label > input[type="radio"]:checked + * {
        color: white;
    }

        label > input[type="radio"]:checked + *::before {
            background: radial-gradient(teal 50%, teal 50%, transparent 50%, transparent);
            border-color: teal;
        }

    label > input[type="radio"] + * {
        display: inline-block;
        padding: 0.5rem 1rem;
    }

.dropdown-contentLang {
    text-align: end;
    color: white;
    display: none;
    position: absolute;
    right: -60px;
    top: 35px;
    background-color: #484D60;
    max-width: 220px;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentLang a {
        cursor: pointer;
        display: block;
        margin-top: 15px;
        font-size: 14px;
        line-height: 19px;
        color: #E8E8E8 !important;
    }

    .dropdown-contentLang div:first-child {
        margin-top: 0;
    }

    .dropdown-contentLang div:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
    }


div.dropdown-contentLang:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 85px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 10px;
        background: linear-gradient(108.76deg, #087174 14.89%, #0AA6AA 96.26%);
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 10px;
        background-color: #A6A6A6;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 20px;
    height: 20px;
    margin: 6px;
    background: linear-gradient(108.76deg, #087174 14.89%, #0AA6AA 96.26%);
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.25)
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    background: white;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background: white;
}

.onoffswitch1 {
    margin-top: 20px;
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox1 {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label1 {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner1 {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner1:before, .onoffswitch-inner1:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner1:before {
        content: "";
        padding-left: 10px;
        background: linear-gradient(108.76deg, #087174 14.89%, #0AA6AA 96.26%);
        color: #FFFFFF;
    }

    .onoffswitch-inner1:after {
        content: "";
        padding-right: 10px;
        background-color: #A6A6A6;
        color: #999999;
        text-align: right;
    }


.onoffswitch-switch1 {
    display: block;
    width: 20px;
    height: 20px;
    margin: 6px;
    background: linear-gradient(108.76deg, #087174 14.89%, #0AA6AA 96.26%);
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.25)
}


.onoffswitch-checkbox1:checked + .onoffswitch-label1 .onoffswitch-inner1 {
    margin-left: 0;
    background: white;
}

.onoffswitch-checkbox1:checked + .onoffswitch-label1 .onoffswitch-switch1 {
    right: 0px;
    background: white;
}


.platform-container {
    max-width: 1400px;
    padding: 30px 15px 0px 15px;
    margin: 0 auto;
}

.platform-small {
    max-width: 320px;
    height: 150px;
    background-color: #484D60;
    border-radius: 12px;
    margin-bottom: 30px;
}

.platform-title {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0px;
    margin: 0 auto;
    align-items: center;
}

    .platform-title label {
        margin-bottom: 0 !important;
        font-size: 15px;
        line-height: 18px;
    }

    .platform-title img {
        float: right;
    }

.platform-content-time {
    padding-top: 25px;
    flex-direction: row;
    max-width: 90%;
    margin: 0 auto;
}

    .platform-content-time input[type=number] {
        width: 75px;
        height: 40px;
        background: #2C3040;
        margin-bottom: 0;
        padding: 8px;
        font-size: 18px;
        line-height: 22px;
        background-color: #2A3645;
        border: 1.5px solid #0AA6AA !important;
        box-sizing: border-box;
        border-radius: 7px;
        color: #E8E8E8;
        -moz-appearance: textfield;
    }

.contract-signatories-number input[type=text] {
    width: 50px;
    height: 35px;
    background: #2C3040;
    margin-bottom: 0;
    padding: 7px;
    font-size: 16px;
    line-height: 20px;
    background-color: #2A3645;
    border: 1.5px solid #0AA6AA !important;
    box-sizing: border-box;
    border-radius: 7px;
    color: #E8E8E8;
    -moz-appearance: textfield;
}

.platform-content-time input[type=time] {
    width: 250px;
    height: 40px;
    background: #2C3040;
    margin-bottom: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    background-color: #2A3645;
    border: 1.5px solid #0AA6AA !important;
    box-sizing: border-box;
    border-radius: 7px;
    color: #E8E8E8;
}


input[type="time"]::-webkit-calendar-picker-indicator {
    border: 0.5px solid #0AA6AA;
    border-radius: 7px;
    background-color: #5e6b7a;
}

.platform-content-time input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
    -webkit-box-shadow: 0 0 0px 1000px #2A3645 inset;
    border: 1.5px solid #0AA6AA !important;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-text-fill-color: #E8E8E8;
    text-decoration: none;
}

.platform-content-time span {
    line-height: 22px;
    font-size: 20px;
    padding: 4px;
}

.platform-labels {
    display: flex;
    flex-direction: row;
    max-width: 90%;
    margin: 0 auto;
}

    .platform-labels label {
        font-size: 12px;
        line-height: 14px;
        padding-left: 5px;
    }

    .platform-labels span {
        line-height: 22px;
        font-size: 20px;
        padding: 4px;
    }

.platform-large {
    max-width: 670px;
    background-color: #484D60;
    border-radius: 12px;
    margin-bottom: 30px;
}

.platform-large-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0px;
    margin: 0 auto;
}

    .platform-large-title label {
        margin-bottom: 0 !important;
        font-size: 15px;
        line-height: 18px;
    }

    .platform-large-title img {
        float: right;
    }

.content-money, .content-money-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    padding-top: 10px;
    margin: 0 auto;
}

    .content-money span, .content-money-2 span {
        font-size: 12px;
        line-height: 14px;
        color: #E8E8E8;
    }

    .content-money input[type=number],
    .content-money input[type=text],
    .content-money-2 input[type=number],
    .content-money-2 input[type=text] {
        width: 80px;
        height: 40px;
        background: #2C3040;
        margin-bottom: 0;
        padding: 8px;
        font-size: 16px;
        line-height: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        color: #E8E8E8;
    }

.dropdownSubscriptionPlan {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #E8E8E8 !important;
    padding-left: 5px;
}

.dropdown-contentSubscriptionPlan {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    left: -55px;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentSubscriptionPlan a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin-bottom: 15px;
        text-decoration: none;
        color: #E8E8E8 !important;
    }

        .dropdown-contentSubscriptionPlan a:last-child {
            margin-bottom: 0;
        }

    .dropdown-contentSubscriptionPlan img {
        float: left;
    }

div.dropdown-contentSubscriptionPlan:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 85px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.labelChekboxSubscriptionPlan {
    margin-left: 50%;
}


.dropdownRequestDate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #E8E8E8 !important;
    padding-left: 5px;
}

.dropdown-contentRequestDate {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    left: -55px;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentRequestDate a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin-bottom: 15px;
        text-decoration: none;
        color: #E8E8E8 !important;
    }

        .dropdown-contentRequestDate a:last-child {
            margin-bottom: 0;
        }

    .dropdown-contentRequestDate img {
        float: left;
    }

div.dropdown-contentRequestDate:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 85px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.labelChekboxRequestDate {
    margin-left: 50%;
}

.dropdownSubscriptionPlan1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    color: #E8E8E8 !important;
    padding-left: 5px;
}

.dropdown-contentSubscriptionPlan1 {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    left: -55px;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
}

    .dropdown-contentSubscriptionPlan1 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        margin-bottom: 15px;
        text-decoration: none;
        color: #E8E8E8 !important;
    }

        .dropdown-contentSubscriptionPlan1 a:last-child {
            margin-bottom: 0;
        }

    .dropdown-contentSubscriptionPlan1 img {
        float: left;
    }

div.dropdown-contentSubscriptionPlan1:before {
    content: ' ';
    height: 25px;
    position: absolute;
    width: 0;
    right: 85px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #484D60;
}

.labelChekboxSubscriptionPlan1 {
    margin-left: 50%;
}

.currency-box {
    display: flex;
    align-items: center;
}

    .currency-box span {
        padding-right: 5px;
    }

.platform-content-step {
    display: flex;
    flex-direction: column;
    max-width: 95%;
    padding: 10px 0px;
    margin: 0 auto;
}

    .platform-content-step span {
        font-size: 12px;
        line-height: 14px;
        color: #E8E8E8;
    }

.bidding-labels {
    padding-top: 5px;
    max-width: 95%;
    margin: 0 auto;
}

    .bidding-labels span {
        color: #0AA6AA;
        font-size: 12px;
        line-height: 14px;
    }

.platform-content-step input[type=number],
.platform-content-step input[type=text] {
    width: 80px;
    height: 40px;
    background: #2C3040;
    margin-bottom: 0;
    padding: 8px;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    color: #E8E8E8;
}

.bidding-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
}

.step-box {
    display: flex;
    align-items: center;
}

    .step-box span {
        padding-right: 5px;
        padding-left: 5px;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #E8E8E8;
    opacity: 0.3;
}


::-webkit-scrollbar-thumb {
    background: #0AA6AA;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #099094;
        cursor: pointer;
    }

.cssCircle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    behavior: url(PIE.htc);
    width: 18px;
    height: 18px;
    padding: 0px;
    background: #E8E8E8;
    color: #252936;
    text-align: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    transition: color 0.2s linear;
}

    .cssCircle:hover {
        cursor: pointer;
    }

.minusSign {
    line-height: 0.9em;
    margin-bottom: 1px;
}

.plusSign {
    line-height: 1.1em;
}

.selected-subject {
    cursor: default !important;
    background-color: rgba(10, 166, 170, 0.3) !important;
    border-radius: 4px;
}

#selectedSubjectLabel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notification-group {
    margin-bottom: 25px;
}

.notification-container {
    font-size: 14px;
}

    .notification-container hr {
        height: 1.5px;
        background: rgba(232,232,232, 0.15);
        margin: 10px 0px;
    }

.notification-group-title {
    margin: 0;
    justify-content: space-between;
}

.notification-row {
    margin: 0;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .notification-row > span {
        color: #A6A6A6;
    }

.notification-line {
    display: flex;
    align-items: center;
}

    .notification-line span {
        margin-left: 10px;
    }

.status-active {
    background-color: #CCFFC8;
    color: #17AA0A;
    border-radius: 7px;
    border: 1.5px solid #17AA0A;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-inactive {
    background-color: #FFE6E6;
    color: #F40D0D;
    border-radius: 7px;
    border: 1.5px solid #F40D0D;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-pending {
    background-color: #FFEEE0;
    color: #E96500;
    border-radius: 7px;
    border: 1.5px solid #F47C20;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-closed {
    background-color: #D0E9FF;
    color: #0A5DAA;
    border-radius: 7px;
    border: 1.5px solid #0A5DAA;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-completed {
    background-color: #FCEBFF;
    color: #C800E9;
    border-radius: 7px;
    border: 1.5px solid #C800E9;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-failed {
    background-color: #F5E7E7;
    color: #990000;
    border-radius: 7px;
    border: 1.5px solid #990000;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-expired {
    background-color: #F8F8F8;
    color: #858585;
    border-radius: 7px;
    border: 1.5px solid #858585;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-onhold {
    background-color: #C1C1C1;
    color: #858585;
    border-radius: 7px;
    border: 1.5px solid #969696;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.status-rejected {
    background-color: #C10000;
    color: #DDDDDD;
    border-radius: 7px;
    border: 1.5px solid #7F0000;
    width: 85px;
    text-align: center;
    padding: 3px 0px;
}

.table {
    color: #E8E8E8;
}

    .table th {
        font-size: 16px;
        line-height: 19px;
        font-weight: 100;
    }

    .table td {
        border-top: 1.5px solid rgba(232, 232, 232, 0.15);
    }

.presets {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 30px;
}

.preset-active {
    display: flex;
    align-items: center;
    background: #0AA6AA;
    border-radius: 7px;
    color: #252936;
    padding: 5px;
    padding-left: 10px;
    margin-right: 10px;
    max-width: 140px;
    cursor: pointer;
}

    .preset-active span, .preset-inactive span {
        padding: 0px 4px;
        max-width: 105px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .preset-active > i {
        padding: 2px;
        border-radius: 3px;
    }

.preset-inactive {
    display: flex;
    align-items: center;
    background: #484D60;
    border-radius: 7px;
    border: 1.5px solid #0AA6AA;
    color: #E8E8E8;
    padding: 5px;
    padding-left: 10px;
    margin-right: 10px;
    max-width: 140px;
    cursor: pointer;
}

    .preset-inactive > i {
        padding: 2px;
        border-radius: 3px;
    }

.filters-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 40px 10px 10px 10px;
    min-width: 250px;
    border-bottom: 1.5px solid rgba(232, 232, 232, 0.15);
}

.filters-SellInvoices {
    display: flex;
    flex-direction: column;
}

    .filters-SellInvoices .title {
        font-size: 16px;
        line-height: 19px;
        padding: 0.75rem;
    }

.filters-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1.5px solid rgba(232, 232, 232, 0.15);
}

.filters-line-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

    .filters-line-input > input {
        margin: 0px 10px;
    }

.buy-now {
    background: #0AA6AA;
    box-shadow: 0px 2px 4px -5px rgba(255, 130, 26, 0.3);
    border-radius: 7px;
    text-align: center;
    color: #252936;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin-left: 15px;
    padding: 5px 10px;
    cursor: pointer;
}

.buy-now-orange {
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    border-radius: 5px;
    text-align: center;
    color: #252936;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    margin-left: 15px;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    border: none;
}

.prediction-step {
    background: #0AA6AA;
    border-radius: 5px;
    text-align: center;
    color: #252936;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}

.note-editable {
    background-color: white !important;
    color: black;
}

.note-toolbar {
    background-color: #2C3040 !important;
    color: white !important;
}

.note-recent-color {
    color: black !important;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
}

.note-btn {
    color: white !important;
}

.btn-light {
    background-color: #2C3040 !important;
}

.modal-header {
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    color: #252936;
}

.modal-body {
    background-color: #2C3040;
}

.modal-footer {
    background-color: #2C3040;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
    padding-left: -10px;
}

.all-steps-div {
    background: rgba(10, 166, 170, 0.05);
    border: 1.5px solid #0AA6AA;
    border-radius: 7px;
    padding: 5px 5px 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-all-steps {
    position: relative;
    text-decoration: underline;
    cursor: pointer;
}

.view-all-steps-contentList {
    text-align: end;
    color: white;
    position: absolute;
    left: -23px;
    top: 35px;
    background-color: #484D60;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-color: white;
    border-radius: 20px;
    cursor: default;
}

    .view-all-steps-contentList div:first-child {
        margin-top: 0;
    }

    .view-all-steps-contentList > div > div:hover {
        background-color: rgba(10, 166, 170, 0.3);
        border-radius: 4px;
        cursor: pointer;
    }


.bid-now-div {
    border-top: 1.5px solid rgba(133, 133, 133, 0.4);
    padding-top: 20px;
}

.bidDetails-column {
    align-items: center;
    padding-left: 15px;
}

.applyStatusButton {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    box-shadow: 0px 12px 12px -5px rgba(12, 12, 12, 0.64);
    border-radius: 7px;
    outline: none !important;
    width: 100px;
    margin: 0 auto;
}

.counter {
    background: #0AA6AA;
    padding: 5px 10px;
    display: flex;
    color: #252936;
    border-radius: 4px;
    max-width: 110px;
}

    .counter img {
        margin-right: 10px;
    }

.counter-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .counter-content span:first-child {
        font-weight: bold;
    }

    .counter-content span:last-child {
        font-size: 8px;
    }

.current-bid-info {
    display: flex;
    justify-content: space-between;
}

    .current-bid-info label {
        color: #E8E8E8;
    }

.current-bid {
    display: flex;
    justify-content: space-between;
}

    .current-bid label {
        color: #E8E8E8;
    }

    .current-bid span {
        color: #F47C20;
        font-weight: bold;
    }

.current-bid-inactive {
    display: flex;
    justify-content: space-between;
    color: #858585;
}

    .current-bid-inactive span {
        font-weight: bold;
    }

.pop-up-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.carousel-indicators li {
    border-radius: 50% !important;
    height: 14px !important;
    width: 14px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    background-color: #939598 !important;
}

.carousel-indicators .active {
    border-radius: 50% !important;
    height: 22px !important;
    width: 22px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: -4px;
    background-color: #939598;
}

.sortingColumns {
    background: #484D60;
    z-index: 2;
    padding: 20px;
    border-top: hidden;
    display: none;
    position: absolute;
    right: 50%;
    top: 100px;
    border-radius: 5px;
    box-shadow: rgb(20, 20, 20) 8px 8px 16px 16px;
    transform: translate(50%,0%);
}

.filters-mob {
    background: #484D60;
    z-index: 2;
    padding: 10px;
    border-top: hidden;
    display: none;
    position: absolute;
    right: 50%;
    width: 90%;
    top: 100px;
    border-radius: 5px;
    box-shadow: rgb(20, 20, 20) 8px 8px 16px 16px;
    transform: translate(50%, 0%);
}

.dropdownMobFilter {
    position: relative;
    cursor: pointer;
}

.dropdownMobFilter-content {
    text-align: end;
    color: #E8E8E8 !important;
    display: none;
    position: absolute;
    right: 50%;
    top: 35px;
    background-color: #484D60;
    width: 190px;
    max-width: 190px;
    box-shadow: rgb(20, 20, 20) 8px 8px 16px 16px;
    padding: 15px;
    z-index: 1;
    border-color: white;
    border-radius: 4px;
    transform: translate(-25%,0%);
}

.copy-popover {
    background-color: #252936 !important;
    border: solid 1px white;
    border-radius: 5px;
    color: white;
    padding: 10px;
    z-index: 1100 !important;
}

.popover-header {
    display: none;
}

.reset {
    color: #ffffff;
    position: absolute;
    border: none;
    display: block;
    width: 28px;
    border-radius: 11px;
    top: 30px;
    bottom: 2px;
    right: 16px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    color: #000000;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover,
.datepicker .prev:hover, .datepicker tfoot tr th:hover {
    color: #000000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 !important;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #2C3040 !important;
    background-clip: padding-box;
    border: 1px solid white;
    border-radius: .25rem;
}

.picker-switch {
    background-color: #F47C20 !important;
}

.next {
    background-color: #F47C20 !important;
}

.prev {
    background-color: #F47C20 !important;
}

.month {
    color: white !important;
}

    .month.disabled {
        background: 0 0 !important;
        color: #777 !important;
        cursor: default !important;
    }

    .month:hover {
        background-color: darkgray !important;
    }

.year {
    color: white !important;
}

    .year.disabled {
        background: 0 0 !important;
        color: #777 !important;
        cursor: default !important;
    }

    .year:hover {
        background-color: darkgray !important;
    }


.sign-status {
    max-width: 100px;
}

.export-btn {
    cursor: pointer;
}

    .export-btn img {
        height: 40px;
        margin-right: 20px
    }

.datepickers-row {
    align-items: flex-end;
    margin: 20px;
}

.page-size-span {
    margin-right: 5px;
    padding-top: 7px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
}

.save-buttonPopup {
    text-decoration: none !important;
    color: black !important;
    margin-left: 25px;
    width: initial !important;
    min-width: 100px;
    text-align: center;
}

.tr-border {
    border-top: hidden;
}

.page-size-div {
    padding: 0;
    max-width: 50px;
    background-color: #484D60;
    color: white;
    display: inline-block;
    height: auto;
}

#findBtn {
    display: none;
}

#totalCount {
    display: block;
}

.subject-label {
    color: #A6A6A6;
}

.fa {
    font-size: 20px;
}

.removeStyleATag {
    text-decoration: none;
    color: black;
    text-align: center;
}

    .removeStyleATag:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.drp-buttons {
    border-top: none !important;
    background-color: #252936 !important;
}

.cancelBtn btn btn-sm btn-default {
    color: white !important;
}


.daterangepicker {
    border: 9px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 13px !important;
    background-color: transparent !important;
}

    .daterangepicker .calendar-table {
        border: none !important;
        border-radius: 4px;
        background-color: #fff;
    }

        .daterangepicker .calendar-table table {
            width: 104% !important;
            margin: 0;
            border-spacing: 0;
            border-collapse: collapse;
        }

.trCustom {
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
}

.daterangepicker td.in-range {
    background-color: #357ebd !important;
    border-color: transparent !important;
    color: #fff !important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    text-align: center !important;
    vertical-align: middle !important;
    min-width: 32px !important;
    width: 32px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    background-color: transparent !important;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    color: white !important;
}

.dueDate-range-hidden {
    height: 0px;
    margin: 0 !important;
    padding: 0 !important;
}

.ulForFilters {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: -1px; /* Prevent double borders */
    text-decoration: none;
    font-size: 18px;
    color: white;
}

    .ulForFilters li a {
        margin-top: -1px; /* Prevent double borders */
        text-decoration: none;
        font-size: 18px;
        color: white;
        display: block
    }

    .ulForFilters a {
        margin-top: -1px; /* Prevent double borders */
        text-decoration: none;
        font-size: 18px;
        color: white;
    }

.day {
    color: #E8E8E8;
}

    .day:hover {
        background: #4e5573 !important;
    }

    .day:focus, .day:active {
        background: #0AA6AA !important;
    }

.active day:focus, .active day:active {
    background: #0AA6AA !important;
}

.datepicker-dropdown {
    padding: 0;
}

.datepicker-days thead tr {
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
}

    .datepicker-days thead tr:last-child {
        background: #2C3040;
        color: #E8E8E8;
    }

.datepicker table tr td, .datepicker table tr th {
    border-radius: unset;
    padding: 0;
}

.datepicker tbody {
    background: #2C3040;
}

.datepicker-inline {
    width: 300px !important;
}

input {
    margin-bottom: 0;
}

.col-md-6 {
    margin-bottom: 10px;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1.5px solid rgba(232, 232, 232, 0.15) !important;
}

.table-condensed {
    width: 100% !important;
}

.calendarPosition {
    position: absolute !important;
    z-index: 99;
}

.datepicker {
    border-radius: 7px !important;
    border: 1.5px solid #A6A6A6 !important;
    background-color: #2C3040 !important;
}

.list-unstyled {
    margin-bottom: 0 !important;
}

.accordion-toggle {
    display: none !important;
}

.datepicker table tr td.today {
    color: #E8E8E8;
    background-color: transparent;
    border-color: transparent;
}

    .datepicker table tr td.today:hover {
        color: #E8E8E8;
        background-color: transparent;
        border-color: transparent;
    }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #0AA6AA;
    margin: 0 auto;
    margin-left: -5px;
}

.checkbox-div {
    min-width: unset !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.pop-up-footer .status-failed,
.pop-up-footer .status-closed {
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    box-shadow: 0px 12px 12px -5px rgba(12, 12, 12, 0.64);
    outline: none !important;
    min-width: 100px;
    width: unset;
    float: right;
}

.pop-up-footer .row {
    align-items: center;
}

#emptyFiltersDiv {
    width: 20px;
    background-color: #0AA6AA;
    display: flex;
    align-items: center;
    z-index: 999 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.filters-toggle {
    cursor: pointer;
}

.filters-label {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 25px;
    text-transform: uppercase;
    color: #252936;
    font-size: 20px;
    font-weight: bold;
}

#filtersDiv {
    position: absolute;
    background-color: #252936;
    border: 1.5px solid #0AA6AA;
    border-radius: 7px;
    padding: 10px;
    display: none;
}

#closeFiltersDivButton {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}

#statusesDivSorted {
    display: none;
    max-width: 100%;
    overflow-y: auto;
    position: relative;
    padding: 10px;
}

#statusesDiv {
    display: block;
    max-width: 100%;
    overflow-y: auto;
    position: relative;
    padding: 10px;
}

    #statusesDiv > div {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }

.filters-buttons {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1.5px solid rgba(232, 232, 232, 0.15);
}

.invoices-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .invoices-header a {
        cursor: pointer;
    }

    .invoices-header img {
        width: 28px;
    }

.filters-body {
    display: flex;
}

#publicInstitutionDiv, #bidOfferDiv, #sendersPublicInstitutionDiv {
    display: none;
    padding: 10px;
    overflow-y: auto;
    position: relative;
}

    #publicInstitutionDiv > div, #bidOfferDiv > div,
    #sendersPublicInstitutionDiv > div {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }

#activeBidsDiv,
#buyOutConditionsDiv {
    display: none;
    max-width: 250px;
    overflow-y: auto;
    position: relative;
    padding: 10px;
}

    #activeBidsDiv > div,
    #buyOutConditionsDiv > div {
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }

.pagging-flex {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.extend-licence div {
    margin-bottom: 15px;
    font-size: 20px;
}

.extend-licence button {
    float: none;
}

#selectAllDiv {
    display: inline-flex;
}

    #selectAllDiv input {
        margin-right: 10px;
    }

.bid-counter {
    margin: 30px 0px;
    background: #484D60;
    border-radius: 8px;
}

.bid-counter-label {
    text-transform: uppercase;
    margin-bottom: 0;
}

.bid-int {
    text-align: center;
    color: black;
    background: #0AA6AA;
    font-size: 20px;
}

.underline-div {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-bottom: 15px
}

.backgound-light-gray {
    background-color: #484D60;
}

.small-pop-up-header {
    padding: 15px;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .small-pop-up-header span {
        color: #252936;
        font-weight: 600;
    }

.earnings-span {
    font-size: inherit;
    line-height: inherit;
}

.mw-100 {
    min-width: 100px;
}

.w-150 {
    width: 150px !important;
}

.w-300 {
    width: 300px !important;
}

.w-320 {
    width: 320px !important;
}

.w-200 {
    width: 200px;
}

.picker-absolute {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
}

.export-file {
    height: 40px;
    margin-right: 20px;
}

.box-border {
    border: 1px solid white;
    border-radius: 10px;
}

.drop-down-dark {
    background-color: #2C3040;
    color: white
}

.work-day-border {
    border: 2px solid #484D60;
    padding: 15px;
}

.w-28 {
    width: 28px;
}

.w-p20 {
    width: 20px;
}

.footer-right > li > a {
    cursor: pointer;
    text-decoration: none;
    color: #E8E8E8 !important;
}

.h-4 {
    height: 4px;
}

#notificationsContainer {
    max-height: 60vh;
    overflow-y: auto;
}

.dropdownSubject > img {
    object-fit: cover;
    height: 24px;
    margin-right: 5px;
}

.profilePicture {
    height: 24px;
    object-fit: cover;
}

.autoPublishingParameter-div {
    padding: 15px;
    background: #484D60;
    border-radius: 8px;
    box-shadow: 0px 20px 20px -4px rgba(10, 10, 10, 0.5);
}

.checkBoxLabel {
    color: white;
}

.warningMessage {
    font-size: 12px;
}

#blackListAll {
    display: none;
}

.filterButton {
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(89.29deg, #F47C20 -5.6%, #FFB967 114.28%);
    box-shadow: 0px 12px 12px -5px rgba(12, 12, 12, 0.64);
    border-radius: 7px;
    outline: none;
    min-width: 100px;
}

.listCheckbox-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: none;
    min-width: 170px;
    color: #858585;
}

.filterclearable {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    float: right;
}

.receiverLists {
    height: 300px;
    border: 1px solid white;
    overflow: auto;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
}

.searchField {
    margin-bottom: 10px;
}

.receiverListTitle {
    margin-left: 30px;
    margin-bottom: 15px;
    color: #fd7e14;
    font-size: 20px;
}

.fa-pencil,
.fa-clock-o,
.fa-check,
.fa-calculator,
.fa-bell,
.fa-bell-slash {
    font-size: 20px !important;
}

.debt-acceptor {
    cursor: pointer;
    margin-bottom: 15px;
}

.debt-acceptor-user {
    cursor: pointer;
    margin-bottom: 15px;
}

.debt-container {
    margin: 0px;
    padding: 0px;
}

.debt-acceptor-selected {
    background: rgba(10,166,170,0.4);
}

.pagination-pager .active {
    background-color: rgba(10, 166, 170, 0.3);
}

.hidden {
    display: none;
}

.selected-senders {
    overflow-y: auto;
}

.signatories-signed {
    padding-right: 32px;
}

.w-35 {
    width: 35%;
}