﻿

.table > thead > tr > th {
 text-transform:capitalize !important;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.underline {
    text-decoration:underline;
}
.right-panel-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    padding: 8px;
    height: 40px;
    color: white;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #2f749c;
    font-size: 16px;
    z-index: 10;
    transition: background-color 0.3s ease;
}

    .right-panel-back-to-top:hover {
        background-color: #fff;
        color: #2f749c;
        border: 1px solid #2f749c;
    }


/* // Style fix to move to core */
.btn.dropdown-toggle, .navbar .navbar-nav > a.btn.dropdown-toggle {
    display: inherit !important
}

.info-box {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #1e90ff; /* Default for informational messages */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.info-icon {
   
    margin-right: 5px;
    font-size: 30px;
    margin-bottom: -5px;
}

.info-text {
    margin: 0;
    font-size: 16px;
}

.info-box-success {
    border-color: #28a745; /* Green for success */
    color: #28a745;
}

.info-box-error {
    border-color: #dc3545; /* Red for error */
    color: #dc3545;
}

.info-box-warning {
    border-color: #ffc107; /* Yellow for warning */
    color: #ffc107;
}
.info-box-info {
    border-color: #245f70; /* Yellow for warning */
    color: #2f749c;
}

/****************************************Custom Scrollbar********************************************************************************/
/********************SPG Section**********************/
.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/****************************************************/
/* Custom Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px; /* Width of the vertical scrollbar */
    height: 8px; /* Height of the horizontal scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2f749c; /* Thumb color */
    border-radius: 4px; /* Roundness of the thumb */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #245f70; /* Darken the color a bit on hover for feedback */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f0f0f0; /* Light track color */
    border-radius: 4px; /* Match the thumb's roundness */
}

/* Optional: Track shadow to give some depth */
::-webkit-scrollbar-track:shadow {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #f0f0f0;
}

.scroll-filter {
    height: 738px !important;
    overflow-y: scroll !important;
} 
.note-panel {
    background-color: rgba(207, 226, 247, 0.5); /* Soft, light blue */
    border-color: #559cd9; /* Medium blue border for better contrast */
}

.note-panel .card-header {
    background-color: rgba(186, 212, 239, 0.6); /* Slightly deeper blue for the header */
    color: #24567a; /* Dark blue for text, good contrast on light backgrounds */
}

.info-panel {
    background-color: #e5e5e5; /* Soft, light blue */
    border-color: #495057; /* Medium blue border for better contrast */
}

.info-panel .card-header {
    background-color: rgba(186, 212, 239, 0.6); /* Slightly deeper blue for the header */
    color: #24567a; /* Dark blue for text, good contrast on light backgrounds */
}

.card .avatar {
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(164, 158, 147, 0.6);
}

.p-input-select{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #64748b !important;
}
.dropup .dropdown-toggle:after, .dropdown .dropdown-toggle:after,.bootstrap-select > .dropdown-toggle:after {
    color: #64748b !important;
}

.note-editor .btn-default {
    background-color: #f8f9fa !important;
    color: #212529 !important;
}

.contractTypeId .dropdown-toggle.btn.bs-placeholder {
    margin: 8px 1px;
}
.p-datepicker{
    padding:7px 11px 9px 11px !important;
}

/*****************/
.listing-menu .nav-item {
    margin-bottom: 10px;
}

.listing-menu .nav-link {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    display: block;
    transition: all 0.3s ease;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

    .listing-menu .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, rgba(0,123,255,0.1), rgba(0,123,255,0.2));
        z-index: -1;
        transition: all 0.3s ease;
        transform: scale(0);
        opacity: 0;
    }

.billing-menu .nav-link:hover::before {
    transform: scale(1);
    opacity: 1;
}

.listing-menu .nav-link:hover {
    background-color: #f8f9fa;
    border-color: #ccc;
    color: #2f749c;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.listing-menu .nav-link i {
    margin-right: 10px;
    color: #2f749c;
    transition: color 0.3s ease;
}

.listing-menu .nav-link:hover i {
    color: #2f749c;
}
section[data-pending-changes="true"] {
    background-color: #ffcccc; /* Light red background for items with pending changes */
}


/*****************Attachements section****************/
.file-input-box {
    padding: 20px;
}

.selected-files {
    display: flex;
    flex-wrap: wrap;
}

.preview-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    transition: transform 0.3s;
}

    .preview-container img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    }

.btn-just-icon {
    position: absolute;
    right: 25px;
    top: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

    .btn-just-icon i {
        color: #f90829;
        font-size: 17px;
    }

.description-input {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.btn-showSwal {
    position: absolute !important;
    top: -6px;
    right: 20px;
}

    .btn-showSwal .fa {
        font-size: 16px !important;
        line-height: 1.3rem !important;
    }


.input-box {
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .input-box .btn-upload {
        margin-right: 10px;
    }

.upload-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.document-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

    .document-title::before,
    .document-title::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid #000;
        margin: 0 10px;
    }

    .document-title span {
        padding: 0 10px;
        background: #fff;
        z-index: 1;
        font-size: 20px;
    }

.document-link {
    font-size: 25px;
    padding-right: 10px;
}

.preview-container .badge {
    position: absolute;
    top: 7px;
    left: 5px;
    background-color: #fff;
    color: #2f749c;
    border: none;
}

.input-box {
    padding: 20px;
    display: grid;
    place-items: center;
    border: 2px dashed #cacaca;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.input-box-doc {
    padding: 20px;
    display: grid;
    place-items: left;
    border: 2px dashed #cacaca;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

small {
    font-size: 12px;
    color: #a3a3a3;
}

.file-list {
    overflow-y: auto;
    list-style-type: none;
    padding: 0 10px 10px 0;
    margin: 0;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

    .item:not(:last-child) {
        margin-bottom: 5px;
    }

.remove {
    display: grid;
    place-items: center;
    color: #c0392b;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

    .remove:hover {
        color: #e74c3c;
    }
/**********************************************/
.mt-office{
    margin-top:10px;
}

.delete-icon i {
    color: red;     
}
.action-icons {
    text-align: center;
}

    .action-icons a {
        margin: 0 3px;
    }
/***invalid selectpicker****/
.selectpicker-invalid.btn.dropdown-toggle {
    border-color: #dc3545 !important;
}

.ui-autocomplete-loading {
    background: url('/bullseye-dashboard/img/loading.gif') no-repeat right center;
    background-size: 30px 30px; /* Adjust size if needed */
    cursor: progress; /* Optional: shows loading cursor */
    padding-right: 25px; /* Makes space for the spinner */
}

.btn-default-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #cbd5e1 !important;
    padding: 8px 12px 8px 12px !important;
    font-size: .85rem !important;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, .05) 0 1px 2px 0 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .btn-default-white:hover,
    .btn-default-white:focus, .btn-default-white:active, .btn-default-white.active {
        background-color: #2f749c !important;
        color: #fff !important;
    }

.text-underline {
    text-decoration: underline;
    cursor: pointer;
}

.boost-button {
    padding-right: 30px !important;
    font-size: 0.7em;
    position: relative;
    overflow: hidden; /* Ensures the image does not overflow the button boundaries */
    color: #2f749c; /* Text color for btn-outline-primary, adjust per theme */
    border-color: #2f749c; /* Border color for btn-outline-primary */
}


    .boost-button::after {
        content: '';
        background-image: url('https://prodbullseyestorage.blob.core.windows.net/bullseye-media/dashboard_item_20231127T185451');
        background-size: cover;
        background-position: center;
        position: absolute;
        right: 4px; /* Aligns the background image to the right */
        top: 0;
        width: 15%; /* Adjust the width as needed */
        height: 100%;
    }
    .boost-button:hover::after {
        filter: invert(100%) grayscale(100%) brightness(200%);
    
    }


.image-button:hover::after {
    opacity: 0; /* Slightly higher opacity on hover for better interaction feedback */
}

.flyer-button {
    border-radius: 3px;
    padding-right:40px !important;
    font-size: 0.7em;
    position: relative;
    overflow: hidden; /* Ensures the image does not overflow the button boundaries */
    color: #2f749c; /* Text color for btn-outline-primary, adjust per theme */
    border-color: #2f749c; /* Border color for btn-outline-primary */
    padding-left: 30px; /* Adjust to make room for the image */
}
    .flyer-button:hover::before {
        filter: invert(100%) grayscale(100%) brightness(200%);
    }
    .flyer-button::before {
        content: '';
        background-image: url('https://prodbullseyestorage.blob.core.windows.net/bullseye-media/marketing%20hub_hub1.png');
        background-size: cover;
        background-position: center;
        position: absolute;
        right: 4px; /* Adjust the horizontal alignment */
        top: 50%; /* Center vertically */
        transform: translateY(-50%);
        width: 30px; /* Adjust the width as needed */
        height: 30px; /* Make it a square for consistency */
    }

    /*******************************/
.label-tooltip {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600 !important;
}

    .label-tooltip .tooltiptext-notif {
        visibility: hidden;
        font-size: .875rem;
        box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
        border: 0;
        font-weight: 400;
       
        line-height: 1.7;
        max-width: 240px;
        text-align: center;
        padding: .5rem .75rem;
        color: #212529;
        background: #fff;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 108%;
        left: 0;
    }

.label-tooltip:hover .tooltiptext-notif {
    visibility: visible;
}

.tooltiptext-notif .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    bottom: calc(-.5rem - 1px);
    margin: 0 .3rem;
}

    .tooltiptext-notif .arrow::after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid;
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff;
    }




.dropdown-item.custom-disabled {
    pointer-events: auto;
    color: #6c757d !important; /* Disabled look */
    background-color: #f8f9fa !important; /* Light gray background */
    cursor: not-allowed;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .dropdown-item.custom-disabled:hover {
        background-color: #e0e0e0 !important; /* Even lighter gray on hover */
        color: #6c757d !important; /* Maintain the gray text */
    }

/*.action-buttons {

    position: absolute;
    right: 10px;
    left: 10px;
}*/

/* Responsive adjustments for mobile views */
@media (max-width: 600px) {
    .action-buttons {
        position: static; /* Remove absolute positioning on mobile */
        padding: 10px 0; /* Add some padding at the top and bottom */
        flex-direction: column;
        align-items: center;
    }
}
/************* style Timeline**********/

.timeline-circle-number{
    padding:10px;
}
.card-timeline .timeline-badge.badge-primary {
    background-color: #343a40 !important;
}
.card-timeline .timeline > li > .timeline-badge.badge-default {
    background-color: #cbd5e1 !important;
}

/**********************************gO tO bTM*/
.go-to-dropdown .dropdown-menu {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0;
    background-color: #ffffff;
}

.go-to-dropdown .dropdown-item {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

    .go-to-dropdown .dropdown-item:hover {
        background-color: #2f749c;
    }
.go-to-dropdown dropdown-item:hover > .nc-icon {
    color: #2f749c;
}
.go-to-dropdown .dropdown-header {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    background-color: #f8f9fa;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
/* Update Status Form*/

.list-validation .form-check .form-check-sign::after {
    top: 2px !important;
}
/* Disable cursor on disabled input */
.list-validation .form-check-input:disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.6; /* optional: to visually indicate the disabled state */
}

.list-validation .form-check-label input[type=checkbox]:checked + .form-check-sign:before {
    background-color: #2f749c !important
}

.list-validation .form-check-label input[type=checkbox]:disabled + .form-check-sign:before {
    background-color: #e1e1e1 !important
}

.list-validation .form-check .form-check-sign::before, .form-check .form-check-sign::after {
    background-color: #2f749c99 !important;
}

.list-validation .form-check-label.not-allowed {
    cursor: not-allowed;
}
/* Optional: Adjust popover content if necessary */
.list-validation .popover {
    max-width: 250px; /* Limit width of the popover */
    font-size: 14px;
}

/******************************/
.export-btn .dropdown-menu.show, .range-btn .dropdown-menu.show {
    width: 100% !important;
}

/*********************************/
#drop-zone.highlight,
#drop-zonePplot.highlight {
    border-color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}
#drop-zone-docs.highlight {
    border-color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

/*********************************/

@media(max-width:1070px) {
    #perDateChart {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        display: block;
    }

    .note-toolbar {
        overflow-y: scroll;
    }

    .timeline-heading .badge {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/******************************************/


.hover-listing-create:hover, .hover-text-listing-create {
    color: #fff !important;
    cursor: pointer !important;
}

.hover-listing-create:hover {
    cursor: pointer !important;
}
.hover-link-create:hover {
    background: #2f749c !important;
    border: none !important;
}
.create-new-listing-link {
    background: #317339 !important;
    border: none !important;
}

.create-new-listing-link:hover, .create-new-listing-link:focus {
    background: #224f27 !important;
    border: none !important;
}
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}
/**********************/

.image-checkbox {
    display: none;
}


    .image-checkbox + label {
        position: absolute;
        top: 10px;
        right: 29px;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 50%;
        background-color: white;
        cursor: pointer;
        z-index: 2;
        transition: background-color 0.3s, border-color 0.3s;
    }

        .image-checkbox + label:hover {
            border-color: #999;
            background-color: #f0f0f0;
        }

    .image-checkbox:checked + label {
        background-color: #4CAF50;
        border-color: #4CAF50;
    }

        .image-checkbox:checked + label::after {
            content: "✔";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 12px;
        }

.exceeded-limit {
    opacity: 0.3;
    cursor: not-allowed;
}

.note-editable blockquote {
    border-left: 4px solid #ccc;
    padding: 0.5em 1em;
    margin: 1.5em 0;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
}