/*
 * COPYRIGHT (C) 2024 Langley Cyber and Data Defense. All Rights Reserved.
 *
 * This software is the property of Langley Cyber and Data Defense. The software and associated documentation
 * are considered confidential and proprietary information of Langley Cyber and Data Defense.
 * This software is provided "AS IS" and any express or implied warranties, including, but not limited to,
 * the implied warranties of merchantability and fitness for a particular purpose are disclaimed.
 * In no event shall Langley Cyber and Data Defense be liable for any direct, indirect, incidental, special,
 * exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services;
 * loss of use, data, or profits; or business interruption) however caused and on any theory of liability,
 * whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of
 * the use of this software, even if advised of the possibility of such damage.
 *
 * You may not use, copy, modify, or distribute this software and its documentation without the express
 * written permission of Langley Cyber and Data Defense.
 *
 */

body #mdb {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.rounded-t-5 {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

@media (max-width: 550px) {
    .rounded-tr-lg-0 {
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0rem;
    }
}

#api_key.adminjs_Input:disabled {
    color: rgba(241, 242, 255, 0.5);
    border-color: rgba(145, 158, 171, 0.5);
    background-color: rgba(67, 68, 70, 0.5);
}

#identity_id.adminjs_Input:disabled {
    color: rgba(241, 242, 255, 0.5);
    border-color: rgba(145, 158, 171, 0.5);
    background-color: rgba(67, 68, 70, 0.5);
}

#email.adminjs_Input:disabled {
    color: rgba(241, 242, 255, 0.5);
    border-color: rgba(145, 158, 171, 0.5);
    background-color: rgba(67, 68, 70, 0.5);
}

.adminjs_Resources {
    flex-grow: 0 !important;
}

section[data-css="app-content"] {
    background-image: url("images/Group 1.png"), url("images/Group 2.png");
    background-size: initial;
    background-position: 80% 0, bottom left;
    background-repeat: no-repeat;
    background-color: #0f1012;
}

section[data-css="topbar"] {
    background-color: transparent;
    border: none;
}

[data-css="sidebar"] section a {
    height: 85px;
}

[data-css="sidebar"] section a div {
    font-size: 18px;
    font-weight: normal !important;
}

[data-css="sidebar"] section a span {
   padding-right: 12px;
}

[data-css="sidebar"] section a span span svg {
    height: 25px;
    width: 25px;
}

.loginBg {
    background-image: url("images/Rectangle 935@2x.png");
    background-size: cover;
}

#login_button {
    background-color: #ffdba5;
    color: black;
    font-size: 12px;
    font-weight: 500;
    width: 137px;
}

.ss-button {
    color: black !important;
    font-weight: 500;
    font-size: 12px;
}

.ss-button-clear {
    color: #ffdba5 !important;
    font-weight: 500;
    font-size: 12px;
    background-color: transparent !important;
    border: 1px solid #ffdba5;
    border-radius: 6px;
}

#login_screen {
    background-image: url("images/Group 1.png"), url("images/Group 2.png");
    background-size: initial;
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    background-color: #0f1012;
}

.red-indicator {
    background-image: url("images/128px-Red_sphere.png");
}

.green-indicator {
    background-image: url("images/128px-Green_sphere.png");
}

input.text-default {
    color: #BBBBBB;
}

.card-list {
    margin: 40px 97px 60px 137px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    width: auto;
}

.img-prop {
    width: 10%;
    height: 10%;
}

.product-hero {
    background-size: cover;
    background-position: center;
    background-color: rgba(169, 106, 45, 0.9);
    background-blend-mode: luminosity;
}

.indicator-unresolved {
    background-image: linear-gradient(to right top, #da627d, #ea4f69, #f53a51, #fd2132, #ff0000);
}

.indicator-resolved {
    background-image: linear-gradient(to right top, #6cc551, #79cf48, #87d93d, #97e22d, #a8eb12);
}

[data-css="logged-in"] {
    display: flex;
    flex-direction: row;
}

.line-action svg {
    height: 20px;
    width: 20px;
}

.infobox svg {
    height: 25px;
    width: 25px;
}

.infobox div div div {
    color: #bebebe;
}

.infobox.error div div div {
    color: #0a0a0a;
}

/*checklist*/

.checklist.wrapper {
    margin-bottom: 15px;
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.checklist.wrapper p {
    color: rgb(192, 192, 192);
    margin: 10px;
}

.checklist.wrapper p:before {
    content: "✔";
    display: inline-block;
    margin-right: 0.4em;
    border: solid 1px #63676e;
    color: #393c43;
    background-color: #393c43;
    padding: 2px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.checklist.wrapper .passed {
    color: white;
}

.checklist.wrapper .passed:before {
    content: "✔";
    display: inline-block;
    margin-right: 0.4em;
    border: solid 1px rgba(108, 197, 81, 0.5);
    background-color: #6cc551;
    color: white;
    padding: 2px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    text-align: center;
}

/*password*/
.password.rhsComponent {
    background-color: #d9d9d9;
    padding: 0 0.5em;
    height: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    border-left: none;
    color: #888;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}

.password.rhsComponent:focus {
    outline: none;
}

.password.rhsComponent svg {
    fill: rgb(134, 134, 134);
}

/*textInput*/
.textInput.wrapper {
    display: flex;
    flex-direction: column;
}

.textInput.label {
    color: #BBBBBB;
    margin-bottom: 0.25em;
}

.textInput.input {
    border: 1px solid #ccc;
    color: #888;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    padding: 0.2em 0.4em;
    width: 100%;
    margin: 0;
    font-size: 1.2em;
    font-weight: 200;
    font-family: inherit;
    background-color: #d9d9d9;
}

/*.textInput.input:required {
    border-left: 4px solid #888;
}*/

.textInput.input:focus {
    outline: 2px solid lightseagreen;
}

.textInput.input:valid {
    outline: 2px solid green;
}

.textInput.input:not(:placeholder-shown):invalid {
    outline: 2px solid red;
}

.textInput.validationMessage {
    font-size: 0.8em;
    color: red;
    margin-top: 0.5em;
}

.textInput.innerContent {
    position: relative;
    display: flex;
    align-items: center;
}

.textInput.rhsComponent {
    height: 100%;
}

[data-css="app_user-table-caption"], [data-css="app_user-bulkDelete-button"], [data-css="app_user-bulkDelete-drawer-footer"] button, [data-css="app_user-edit-drawer-footer"] button,
[data-css="api_key_role-table-caption"], [data-css="api_key_role-bulkDelete-button"], [data-css="api_key_role-bulkDelete-drawer-footer"] button, [data-css="api_key_role-edit-drawer-footer"] button,
[data-css="app_customer-table-caption"], [data-css="app_customer-bulkDelete-button"], [data-css="app_customer-bulkDelete-drawer-footer"] button, [data-css="app_customer-edit-drawer-footer"] button,
[data-css="app_product-table-caption"], [data-css="app_product-bulkDelete-button"], [data-css="app_product-bulkDelete-drawer-footer"] button, [data-css="app_product-edit-drawer-footer"] button,
[data-css="api_key_product-table-caption"], [data-css="api_key_product-bulkDelete-button"], [data-css="api_key_product-bulkDelete-drawer-footer"] button, [data-css="api_key_product-edit-drawer-footer"] button,
[data-css="api_key_product-new-button"], [data-css="api_key_product-new-drawer-submit"],
.adminjs_Pagination .current
{
    color: #0A0A0A !important;
    border-color: #0A0A0A !important;
}

[data-css="app_user-checkbox-table-cell"] svg, [data-css="app_user-table-row"] svg,
[data-css="api_key_role-checkbox-table-cell"] svg, [data-css="api_key_role-table-row"] svg,
[data-css="app_customer-checkbox-table-cell"] svg, [data-css="app_customer-table-row"] svg,
[data-css="app_product-checkbox-table-cell"] svg, [data-css="app_product-table-row"] svg,
[data-css="api_key_product-checkbox-table-cell"] svg, [data-css="api_key_product-table-row"] svg, [data-css="api_key_product-edit-active"] svg
{
    accent-color: #0A0A0A !important;
    color: #0A0A0A !important;
    stroke: #0a0a0a !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    content: '\2713';
}


.open {
    height: auto;
    opacity: 1;
}

.closed {
    height: 0px;
    opacity: 0;
}

.open .form-control {
    width: 100% !important;
}

.otp-input {
    height: 60px;
    width: 35px;
    font-size: 22pt;
    border-radius: 3.5px;
    background-color: #d9d9d9;
    color: #333;
    text-align: center;
}

.rook-map {
    background-image: url("images/mallmap.png"), url("images/malllogo.png");
    width: 975px;
    height: 534px;
    background-repeat: no-repeat;
    background-size: contain, 300px 95px;
    background-position: center, 200px 25px;
    position: relative;
}

.device-icon {
    background-image: url("images/deviceicon.png");
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    margin: 0;
    padding:0;
}

.device-1 {
    left: 10px;
    top: 160px;
}

.device-2 {
    left: 85px;
    top: 130px;
}

.device-3 {
    left: 160px;
    top: 100px;
}

.device-4 {
    left: 186px;
    top: 440px;
}

.device-5 {
    left: 406px;
    top: 165px;
}

.device-6 {
    left: 395px;
    top: 460px;
}

.device-7 {
    left: 646px;
    top: 440px;
}

.device-8 {
    left: 715px;
    top: 5px;
}

.show-content {
    height: auto !important;
    width: 100% !important;
    opacity: 1 !important;
}

.port-scan-container {
    display: flex;
    flex-direction: column;
    margin: 30px;
    height: 100%;
    width: 100%;
}

.port-scan-row-common {
    background: #2C2D30;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.port-scan-top-row {
    height: 400px;
}

.port-scan-middle-row {
    margin-top:15px;
    height: 130px;
    display: flex;
    flex-direction: row;
}

.port-scan-middle-section {
    background: #2C2D30;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    flex-basis: 25%;
    margin: 0 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.port-scan-middle-section div {
    padding-top:25px;
}

.middle-info {
    height:50px;
    font-size: 35px;
    padding: 10px;
}

.middle-info svg {
    scale: 200%;
}

.middle-info-text {
    font-size: 18px;
    font-variant: small-caps;
    color: grey;
    padding-top: 20px;
}

.port-scan-bottom-row {
    margin-top:21px;
    height: auto;
}

.port-scan-info {
    margin: 25px;
    flex-basis: 33%;
    padding: 15px 25px;
}

.port-scan-info-scan {
    border-right: 1px solid grey;
}

.port-scan-row-bar {
    background: #232323;
    border-radius: 6px;
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: -8px;
    padding: 15px 25px;
}

.port-scan-row-bar div {
    padding-right: 20px;
}

.port-scan-status {
    display: flex;
    flex-direction: column;
}

.port-scan-services {
    display: flex;
    flex-direction: column;
    border-left: 1px solid grey;
}

.port-scan-title {
    font-size: 22px;
    font-variant: small-caps;
    color: grey;
}

.port-scan-info-scan-description-container {
    margin-top: 40px;
}

.port-scan-info-scan-description {
    color: #e19022;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    height: 25px;
}

.port-scan-info-scan-description-text {
    color: #C6D3CC;
    font-weight: normal;
    font-size: 18px;
    margin-left: 8px;
}

.box-chart {
    margin: auto;
}

.box-link {
    color: #e19022;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
    font-variant: small-caps;
}

.port-scan-services-list {
    flex-basis: 33%;
    border-right: 1px solid grey;
    margin: 20px;
    padding: 20px;
}

.port-scan-services-graph {
    flex-basis: 66%;
    margin: 20px;
    padding: 20px;
}

.port-scan-service-list {
    margin: 20px 0;
    word-spacing: 6px;
}

.port-scan-service-list span {
    color: dodgerblue;
}

.cf-config {
    padding: 5px 2px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-inputtext {
    background-color: #4A4A48;
    color: #d9d9d9;
    max-width: 500px;
}

.p-inplace-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.inplace-edit {
    border: 1px solid #FDD083;
    padding: 11px 15px;
    border-radius: 6px;
}

.full-screen {
    height: auto;
    width: 100%;
}

section:has(> .modalContent) {
    width: auto;
}

div[data-pc-name="selectbutton"] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px 0 0 0;
    gap: 30px;
}

div[data-pc-section="button"] {
    flex-grow: 1;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #8c8d8f;
    background-color: #5c5f64;
    color: #bdbebf;
    font-size: 12pt;
    cursor: pointer;
}

div[data-pc-section="button"][aria-pressed="true"] {
    border: 2px solid #caae6c;
    color: #ffffff;
}

div[data-pc-section="button"] span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div[data-pc-section="button"][aria-label="Linux"] span:before {
    margin-right: 25px;
    content: url('images/icon_linux_grey@3x.svg');
}

div[data-pc-section="button"][aria-label="Windows"] span:before {
    margin-right: 25px;
    content: url('images/icon_windows_grey@3x.svg');
}

div[data-pc-section="button"][aria-label="Apple"] span:before {
    margin-right: 25px;
    content: url('images/icon_apple_grey@3x.svg');
}

div[data-pc-section="button"][aria-pressed="true"][aria-label="Linux"] span:before {
    margin-right: 25px;
    content: url('images/icon_linux_white@3x.svg');
}

div[data-pc-section="button"][aria-pressed="true"][aria-label="Windows"] span:before {
    margin-right: 25px;
    content: url('images/icon_windows_white@3x.svg');
}

div[data-pc-section="button"][aria-pressed="true"][aria-label="Apple"] span:before {
    margin-right: 25px;
    content: url('images/icon_apple_white@3x.svg');
}


.lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 60px;
    width: 15px;
    height: 3px;
    border-radius: 0;
    background: #f2dca5;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(5) {
    left: 80px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(6) {
    left: 104px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(7) {
    left: 128px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(8) {
    left: 152px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(9) {
    left: 176px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


