﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html {
    position: relative;
    min-height: 100%;   
}


app {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.footerBB {
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #00a1eb;
}


.navFontSize {
    font-size: 1.20rem;
    font-weight: bold
}

    .navFontSize li {
        margin-right: 50px;
    }


.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* semi-transparent background */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.estLocked {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.estUnlocked {
}

.blur-backgroundM {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}

.navStripe {
    background-color: #00a1eb;
    height: 5px;
}

.moShadowM {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.moShadow {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.moCardBody {
    font-size: 11px;
    background-color: #eeeeee;
}

.moCardBodyB {
    font-size: 11px;
    background-color: #eeeeee;
    color: #000;
}

.moCardBodyW {
    font-size: 11px;
    background-color: #ffffff;
    color: #000;
}

.moRed {
    color: #193773;
}

.moWhite{
    color:#ffffff;
}

.moRedHeader {
    color: #fff;
    background-color: #00a1eb;
    /* background-color: #84a9bf;*/
    font-size: 1.15rem;
}

.moBBHeader {
    color: #fff;
    background-color: #193773;
    font-size: 1.15rem;
}

.moBlnkBtn {
    background-color: transparent;
    padding: 0px;
    box-shadow: none !important;
    border-color: transparent;
}

.moRedSelect {
    color: #fff;
    background-color: #f47911;
    border: 1px solid #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    font-size: 0.875rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .moRedSelect:hover {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none;
    }

    .moRedSelect:focus {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        outline: none;
        box-shadow: none;
    }

    .moRedSelect option {
        color: #000;
        background-color: #fff;
    }

.custom-blue-button {
    width: 20px;
    height: 20px;
    background-color: #193773;
    padding: 0;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .custom-blue-button:disabled {
        opacity: 0.7;
    }


.moRedBtnM {
    color: #fff;
    /* background-color: #00a1eb;*/
    background-color: #193773;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

    .moRedBtnM:hover {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
    }

    .moRedBtnM:active {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moRedBtnM:focus {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moRedBtnM:not(:hover):not(:focus):not(:active) {
        color: #fff;
        /* background-color: #00a1eb;*/
        background-color: #193773;
        border-color: #000;
        border-radius: 7px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

.moRedBtnMxs {
    color: #fff;
    background-color: #193773;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 9px;
    padding: 2px !important;
}

    .moRedBtnMxs:hover {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        font-size: 9px;
        padding: 2px !important;
    }

    .moRedBtnMxs:active {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
        font-size: 9px;
        padding: 2px !important;
    }

    .moRedBtnMxs:focus {
        color: #000;
        /*background-color: #76aa2a;*/
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
        font-size: 9px;
        padding: 2px !important;
    }

    .moRedBtnMxs:not(:hover):not(:focus):not(:active) {
        color: #fff;
        /* background-color: #00a1eb;*/
        background-color: #193773;
        border-color: #000;
        border-radius: 7px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

.moGrayBtnM {
    color: #fff;
    background-color: #6F7380;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

    .moGrayBtnM:hover {
        color: #fff;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
    }

    .moGrayBtnM:active {
        color: #fff;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moGrayBtnM:focus {
        color: #fff;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moGrayBtnM:not(:hover):not(:focus):not(:active) {
        color: #fff;
        background-color: #6F7380;
        border-color: #000;
        border-radius: 7px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

.moGrayBtnMxs {
    color: #fff;
    background-color: #6F7380;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 9px;
    padding: 2px !important;
}

    .moGrayBtnMxs:hover {
        color: #fff;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        font-size: 9px;
        padding: 2px !important;
    }

    .moGrayBtnMxs:active {
        color: #fff;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
        font-size: 9px;
        padding: 2px !important;
    }

    .moGrayBtnMxs:focus {
        color: #fff;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
        font-size: 9px;
        padding: 2px !important;
    }

/*CUSTOMER PORTAL AND SCOPE BUILDER CSS */

.video-containerCP {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    background: #000;
}

    .video-containerCP video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.moRedBtnSb {
    color: #fff;
    background-color: #193773;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

    .moRedBtnSb:hover {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
    }

    .moRedBtnSb:active {
        color: #000;
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moRedBtnSb:focus {
        color: #000;
        /*background-color: #76aa2a;*/
        background-color: #6F7380;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

.moGrayBtnSb {
    color: #fff;
    background-color: #6F7380;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

    .moGrayBtnSb:hover {
        color: #000;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
    }

    .moGrayBtnSb:active {
        color: #000;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

    .moGrayBtnSb:focus {
        color: #000;
        background-color: #193773;
        border-color: #000;
        box-shadow: none !important;
        outline: 0px !important;
    }

.moGrayBtnSbActive {
    color: #000;
    background-color: #193773;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bbRowHighlight:hover {
    background-color: #f0f8ff;
    cursor: pointer;
}

.bbSelectedRow {
    background-color: #e0f0ff;
}

/* Tooltip container */
.shepherd-element {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    font-family: 'Segoe UI', sans-serif;
    overflow: visible;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transform: translateY(10px); 
    transition: opacity 0.3s ease, transform 0.3s ease;   
}

    .shepherd-element.shepherd-enabled.shepherd-open {
        opacity: 1;
        transform: translateY(0);
    }
   
    .shepherd-element .shepherd-title {      
        font-size: 1.2rem;
        font-weight: bold;
       /* color: #2c3e50;*/
        color: #000;        
    }
    
    .shepherd-element .shepherd-text {
        padding: 16px;
        font-size: 1.1rem;
        color: #34495e;
       /* text-align: center;*/
    }


/* Smooth fade transition between steps */
.shepherd-modal-overlay-container {
    transition: background-color 0.3s ease, opacity 0.3s ease;  
}

    .shepherd-modal-overlay-container.shepherd-modal-is-visible {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0); 

    }

    .shepherd-modal-overlay-container:not(.shepherd-modal-is-visible) {
        opacity: 0;
    }


.tour-highlight {
    box-shadow: 0 0 0 4px rgba(255, 200, 0, 0.8);
    border-radius: 6px;
    transition: box-shadow 0.3s ease;  
}


.floating-buttonSms {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #193773;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.iconbuttonSms {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /* background: #FF4F79;*/
    text-decoration: none;
}

    .iconbuttonSms i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: white;
    }

.new-notification {
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
    transform: translateX(-50%);
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    background-color: red;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    display: none;
}

.floating-buttonSms.has-notifications .new-notification {
    display: block;
}