@charset "utf-8";
/* CSS Document */

body.page-template-admin-portal {
    padding-top: 146px;
}

.admin-portal-intro {
    margin: 0 0 62px;
}

.admin-portal-intro h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 58px;
    letter-spacing: -5px;
    text-transform: uppercase;
    font-family: 'Trend Slab One', sans-serif;
    color: #B64F25;
    margin: 0;
}

.admin-portal-intro h1 strong {
    color: #000A2B;
}

.add-new-company {
    background: #000A2B;
    border-radius: 10px;
    max-width: 578px;
    padding: 34px 49px 52px;
    position: relative;
    padding-right: 86px;
}

.add-new-company .plus {
    min-width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 22px;
    padding: 0;
}

span.open-add-company {
    cursor: pointer;
}

.add-new-company .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #FFF;
    float: left;
    width: 100%;
    margin: 0 0 19px;
}

.add-new-company .content {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 33px;
}

.admin-portal-intro .row {
    align-items: center;
}

.add-new-company .btn {
    color: white;
    border-radius: 100px;
    border-color: #B64F25;
}

.add-new-company .btn:after {
    background: #B64F25;
    z-index: -2;
}

.companies-key {
    float: left;
    width: 100%;
    margin: 0 0 23px;
}

.companies-key h2 {
    color: #000A2B;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    float: left;
    width: 100%;
    margin: 0 0 0;
}

.companies-key label {
    float: left;
    width: 100%;
    color: #000A2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}

.key-item {
    min-width: 439px;
    height: 59px;
    float: left;
    border: 1px solid #000A2B;
    border-radius: 10px;
    margin-right: 39px;
    display: flex;
    align-items: center;
    padding: 0 33px;
    padding-left: 93px;
    position: relative;
}

.key-item p {
    color: #000A2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    float: left;
    margin: 0;
}

.key-item:before {
    content: "";
    visibility: visible;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    position: absolute;
    left: 33px;
    color: #F0EDE8;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-item.waiting:before {
    background: #FF3D14;
    content: "!";
}

.key-item.complete:before {
    background: #D7ECFB;
    border: 1px solid #000A2B;
}

table.companies-summary {
    float: left;
    width: 100%;
    margin: 0;
}

table.companies-summary th {
    color: #B64F25;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 200;
    line-height: 50px; /* 192.308% */
    letter-spacing: -2px;
    font-family: 'Trend Slab One', sans-serif;
    white-space: nowrap;
    border: none;
}

table.companies-summary tr td {
    border: none !important;
    color: #000A2B;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    padding: 36px 5px;
    position: relative;
}

table.companies-summary tr td:nth-child(1) {
    color: #000A2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    vertical-align: top;
    padding: 18px 20px;
    padding-right: 35px;
    max-width: 244px;
    border: none;
    border-right: 20px solid white !important;
}

table.companies-summary tr td:nth-child(2) {
    border-radius: 10px 0 0 10px;
}

table.companies-summary tr td:nth-child(6) {
    border-radius: 0 10px 10px 0;
}

table.companies-summary tbody tr {
    border-bottom: 35px solid white;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 35px;
    position: relative;
}

table.companies-summary tr.subheading td {
    text-align: left;
    color: #000A2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
}

.company-options {
    position: absolute;
    top: 4px;
    right: 5px;
    width: auto;
    border-radius: 10px;
    padding: 17px 20px;
}

.company-options i {
    cursor: pointer;
    /* float: right; */
    position: absolute;
    top: 14px;
    right: 12px;
}

.company-options i:hover {
    color: #FF3D14;
}

.company-options-dropdown {
    display: none;
    float: left;
    width: 100%;
}

.company-options.active {
    background: #000A2B;
    width: 192px;
    z-index: 1;
}

.company-options.active i {
    color: white;
}

.company-options-dropdown a {
    color: #F0EDE8;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    box-shadow: none;
    float: left;
    height: 39px;
}

table.companies-summary tr.subheading {
    border: 0;
}

table.companies-summary tr td:before {
    content: "";
    visibility: visible;
    background: #f0ede8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

table.companies-summary tr.subheading td:before {
    opacity: 0;
}

table.companies-summary tr td:nth-child(1):before {
    border-radius: 10px;
}

table.companies-summary tr td:nth-child(2):before {
    border-radius: 10px 0 0 10px;
}

table.companies-summary tr td:nth-child(6):before {
    border-radius: 0 10px 10px 0;
}

table.companies-summary tr td.awaiting-approval {
    position: absolute;
    top: 30px;
    right: 12px;
    padding: 0;
}

table.companies-summary tr td.awaiting-approval a {
    width: 36px;
    height: 36px;
    background: #FF3D14;
    color: white;
    float: left;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

table.companies-summary tr td.awaiting-approval a:hover {
    opacity: 0.6;
}

/*Modals*/
.page-template-admin-portal .modal {
    backdrop-filter: blur(1px);
}

.page-template-admin-portal .modal-inner {
    background: #000A2B;
    border-radius: 10px;
    max-width: 940px;
    padding: 51px 60px 79px;
}

.page-template-admin-portal .modal-inner .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: white;
}

.page-template-admin-portal .close-modal {
    float: right;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.page-template-admin-portal .close-modal:before, .page-template-admin-portal .close-modal:after {
    background: white;
    content: "";
    visibility: visible;
    width: 2px;
    height: 100%;
    position: absolute;
    transform: rotate(45deg);
}

.page-template-admin-portal .close-modal:after {
    transform: rotate(-45deg);
}

.page-template-admin-portal .close-modal:hover:before,.page-template-admin-portal .close-modal:hover:after {
    background: #FF3D14;
}

.page-template-admin-portal .modal-top {
    margin: 0 0 32px;
}

.page-template-admin-portal .modal-content {
    background: none;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.page-template-admin-portal .modal .form-field {
    margin: 0 0 38px;
    float: left;
    width: 100%;
}

.page-template-admin-portal .modal label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.page-template-admin-portal .modal input:not(.selectize-input input), .page-template-admin-portal .modal textarea, .page-template-admin-portal .modal select {
    height: 59px;
    background: #F0EDE8;
    float: left;
    width: 100%;
    border: 1px solid #030b2b;
    padding: 20px 12px;
}

.page-template-admin-portal .modal textarea {
    height: 106px;
    resize: vertical;
}

.page-template-admin-portal .modal .btn:after {
    background: #B64F25;
    z-index: -2;
}

.page-template-admin-portal .modal .btn:hover {
    border-color: white;
    color: white !important;
}

.page-template-admin-portal .modal .btn {
    height: 40px;
    color: white;
    text-transform: none;
    padding: 11px 31px;
}

.page-template-admin-portal .modal .selectize-input {
    background: #F0EDE8;
    border-radius: 0;
    padding: 20px 12px;
    height: 59px;
}

.page-template-admin-portal .modal input, .page-template-admin-portal .modal textarea, .page-template-admin-portal .modal select, .page-template-admin-portal .modal .item, .page-template-admin-portal .modal .option {
    color: #030b2b;
    font-size: 16px;
    font-weight: 400;
}

.page-template-admin-portal .modal .option {
    padding: 5px 12px;
}

.page-template-admin-portal .selectize-control.single .selectize-input:after {
    visibility: visible;
    border: none;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    margin: 0;
    right: 28px;
    top: 35%;
}

#email-success, #email-error, #notify-success, #notify-error, #add-success, #add-error {
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    margin: 30px 0 0;
}
.filter-row label {
    display: flex;
    /* align-items: center; */
    margin: 0;
}

.filter-row label, .filter-row label .item {
    color: #000A2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.filter-row label .selectize-input {
    height: auto;
    padding: 0 55px 10px 5px;
    border: none;
    box-shadow: none;
    margin: 0;
}

.filter-row label .item {
    height: auto;
    float: left;
}

.page-template-admin-portal .filter-row label .selectize-control.single .selectize-input:after {
    right: 39px !important;
    top: 6px !important;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #030b2b transparent transparent transparent;
    content: "";
}

.filter-row {margin: 0 0 10px;}

.filter-row label {line-height: 16px;}

.filter-row label .selectize-dropdown {
    min-width: 208px;
    left: auto !important;
    right: 0;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    background: #000A2B;
    padding: 11px 34px 23px;
}

.filter-row label .selectize-dropdown .option {
    height: 39px;
    padding: 0;
    color: #F0EDE8;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    background: none;
}

.filter-row label .selectize-dropdown .option.active {
    opacity: 0.7;
}

/*Company status*/
table.companies-summary tr.approved td:before {
    background: #d7ecfb;
}

/*Filter by CSS, LW approved*/
table.companies-summary.filtered_status tbody tr.hide {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

table.companies-summary.filtered_country tbody tr.hide-by-country {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

table.companies-summary.filtered_status.filtered_country tbody tr.hide.hide-by-country {
    opacity: 0;
    z-index: -1;
    position: absolute;
}