﻿body {
    background-color: #f0f0f0 !important;
    font-family: Nunito, sans-serif !important;
}

.generic-icon {
    width: 24px;
    height: 24px;
}

.primary-button {
    background-color: #000000 !important;
    font-size: 12px !important;
    color: #ffffff !important;
    border: none !important;
    height: 35px !important;
    border-radius: 2.5px !important;
    font-weight: bold !important;
    min-width: 110px;
}

.primary-button-with-icon {
    background-color: #000000 !important;
    font-size: 12px !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 2.5px !important;
    height: 35px !important;
    margin-right: 20px !important;
    font-weight: bold !important;
    /*border: 1.5px solid black !important;*/
}

    .primary-button:hover,
    .primary-button-with-icon:hover {
        background-color: #383838 !important;
    }

.secondary-button {
    background-color: #ffffff !important;
    font-size: 12px !important;
    color: #000000 !important;
    border: none !important;
    height: 35px !important;
    border-radius: 2.5px !important;
    font-weight: bold !important;
    min-width: 110px;
    border: 1.5px solid black !important;
}

.secondary-button-with-icon {
    background-color: #ffffff !important;
    font-size: 12px !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 2.5px !important;
    height: 35px !important;
    margin-right: 20px !important;
    font-weight: bold !important;
    border: 1.5px solid black !important;
}

    .secondary-button:hover,
    .secondary-button-with-icon:hover {
        background-color: lightgrey !important;
    }

/*.myprofile-settings img {
    background-color: #fff !important;
    content: url('../../Resources/Icons/myprofile-icon.png');*/ /* Path to the red close button image */
    /*border-radius: 50%;
    border: 1px solid #fff;
}*/

.myprofile-settings img {
    background-color: #fff !important;
    content: url('../../Resources/Icons/myprofile-icon.png');
    border-radius: 50%;
    border: 1px solid #fff;
    transition: border 0.2s ease-in-out, transform 0.2s ease-in-out; /* Smooth transition */
}
.my-settings:hover {
    background-color: transparent !important;
}

.my-settings {
    pointer-events: none; /* Disables click events */

    cursor: not-allowed; /* Optional: Change cursor to show it's disabled */
}

/*.myprofile-settings:hover img {*/
    /*content: url('../../Resources/Icons/myprofile-white-icon.png');*/ /* Path to the red close button image */
    /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);*/
    /*background-color: #000 !important;*/
    /*border-radius: 10% !important;
    border: 2.5px solid white !important;*/
    /* background-color: lightgrey !important;*/
    /*height: 30px;
    width: auto;
}*/
.myprofile-settings:hover img {
    border-radius: 10% !important;
    border: 2.5px solid white !important;
    transform: scale(1.2); /* Slight zoom effect to indicate hover */
}

.dropdown-item .user-icon {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important; /* Same as height to vertically center the text */
    border-radius: 50%; /* Makes the icon circular */
    background-color: dimgrey; /* Example background color (blue) */
    color: white; /* Text color */
    text-align: center !important; /* Horizontally center the text */
    font-size: 18px !important; /* Adjust the font size */
    font-weight: bold !important; /* Make the letter bold */
    margin-right: 10px !important; /* Add space between the icon and text */
    /*padding-left:13.5px !important;*/
}

.dropdown-item:hover {
    background-color: rgb(240, 240, 240) !important;
}


.border-line {
    flex-grow: 1;
    height: 1px;
    background-color: #000000;
}

.bottom-nav-fontsize{
    font-size:x-small;
}
.bottom-navlink-fontsize {
    font-size: x-small;
}

thead {
    position: sticky;
    top: 0;
    z-index: 1;
    /* Ensure header stays on top when scrolling */
    background-color: white;
    border-bottom: none !important;
    /* Background color to match table */
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}

    thead th {
        /* border-bottom: 1px solid black !important;*/
        position: sticky;
        text-align: left;
        font-size: 15px;
        white-space: nowrap;
    }

    thead tr th {
        border-bottom: none !important;
    }

/*apply style only content first column*/
/*table tr td:nth-child(1) {
    border-bottom: none !important;
}

table tr:hover td:nth-child(1) {
    background-color: transparent !important;
}*/


.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.custom-toast {
    background-color: #ffffff !important;
    border-radius: 4px;
    box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.5);
    padding: 1px;
    max-width: 60vh;
    height: auto;
    max-height: 100px; /* Fixed max height */
    overflow-y: auto; /* Allow scrolling if content exceeds max height */
}

    .custom-toast .toast-header {
        background-color: #ffffff;
        color: #000000;
        border-bottom: none;
        /* padding: 0.25rem 0;*/
        display: flex;
        align-items: center;
    }

    .custom-toast .toast-body {
        color: #000000;
        padding: 0;
        margin-left: 37px;
        line-height: 0.5;
        margin-right: 15px;
        margin-bottom: 10px;
    }

.toast-close-button {
    background: none !important;
    border: none !important;
    transform: translateY(-5px) !important;
}

.custom-toast .icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.toast-header strong {
    margin-right: auto;
    font-size: small;
    /*margin-top: 6px;*/
}

.toast-body small {
    font-size: x-small;
    color: #000000;
    line-height: 1.5;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10500; /* Make sure it shows on top */
}
/* Refresh Icon rotate */

.refreshIcon {
    cursor: pointer;
    width: auto;
    height: 25px;
}

/*duplicate 2nd-slide refresh-icon*/
.refresh-property-button:active {
    animation: rotate 0.3s linear;
}


.rotate {
    animation: rotate 0.3s linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}
/* Blinking Animation */
@keyframes blink {
    0%, 100% {
        border-color: #767171;
        background-color: #D9D9D9;
    }

    50% {
        border-color: #ccc;
        background-color: #fafafa;
    }
}


.modal-header {
    background-color: #ffffff;
    color: #000;
}

    .modal-header .close {
        color: #fff;
    }

.custom-modal .modal-content {
    border-radius: 3px;
    border: none;
    background-color: #ffffff;
}

.custom-modal .modal-header {
    background-color: #000000;
    color: #ffffff;
    border-bottom: none;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
}

.custom-modal .btn-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    outline: none;
    border-radius: 50%;
}

    .custom-modal .btn-close img {
        width: 25px;
        height: 25px;
        transition: transform 0.2s ease-in-out;
        content: url('../../Resources/Icons/close-white-icon.png'); /* Path to the red close button image */
        transform: scale(1.1); /* Optional: Slightly increase the size for feedback */
    }

    .custom-modal .btn-close:hover img,
    .custom-modal .btn-close:focus img,
    .custom-modal .btn-close:active img {
        content: url('../../Resources/Icons/close-red-icon.png'); /* Path to the red close button image */
        transform: scale(1.1); /* Optional: Slightly increase the size for feedback */
    }

    /* Remove the outline and shadow on click */
    .custom-modal .btn-close:focus,
    .custom-modal .btn-close:active {
        outline: none;
        box-shadow: none;
    }


.custom-modal .modal-body {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .custom-modal .modal-body img {
        height: 25px;
        width: 25px;
    }

.custom-modal .modal-footer {
    border-top: none;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.custom-modal .btn {
    width: 100px;
    height: 35px;
    border-radius: 2px;
    font-size: 14px;
}

/*
.sidebar {
    max-width: 74px;
    height: 100vh;
    background-color: #D9D9D9;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 95px;
    z-index: 1000;
    overflow: visible;
}
*/

/*top nav bar title for common*/
.navmenu-common-tag-title {
    font-size: 13.5px;
    color: #ffffff;
    margin-left: 2px !important;
}

.sidebar {
    max-width: 74px;
    height: 100vh;
    background-color: #D9D9D9;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 95px;
    z-index: 1000;
}

/*.sidebar-footer {
    width: 6.5vh;
}*/

.side-nav-icon {
    width: 30px;
    height: 30px;
}

.side-icon-migration {
    width: 25px;
    height: 25px;
}
/*.taskSummaryPlace {
    position: 
    fixed;
    top: 0;
    right: 0;
    padding-top: 95px;
    z-index: 1000;
}*/
.vertical-button {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    height: 200px;
    width: 35px;
    /*width: 40px;*/
    color: white;
    border: transparent;
    margin-top: -55vh;
    font-weight: bold;
    /* border-radius: 7.5px !important; */
    border-top-right-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
    background-color: #00B0F0 !important;
    letter-spacing: 1px !important;
    cursor: default;
    white-space: nowrap;
}

    .vertical-button:hover {
        background-color: #007FAC !important;
    }







.sidebar ul {
    padding-left: 0;
    list-style: none;
}

    .sidebar ul li {
        /*padding-top: 10px;*/
        position: relative;
        padding: 5px 20px;
        /* Set the parent list item to relative for correct positioning */
    }

        .sidebar ul li .nav-group {
            text-decoration: none;
            color: #000000;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px 0;
            height: 65px;
        }

        .sidebar ul li a {
            text-decoration: none;
            color: #000000;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px 0;
        }

            /*   .sidebar ul .nav-group.active {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    }*/

            .sidebar ul li a:hover,
            .sidebar ul li.active a {
                background-color: #ffffff;
                border-radius: 5px;
                padding: 15px 15px;
            }

            .sidebar ul li a .side-nav-icon {
                width: 20px;
                height: 20px;
                margin-bottom: 5px;
            }

            .sidebar ul li a .sidebar-text {
                font-size: 8px;
                font-weight: bold;
                text-align: center;
            }

        /*.sidebar-footer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin-left: 5px;
}*/

        /* Main nav hover */
        .sidebar ul li > a:hover,
        .sidebar ul li.active > a {
            background-color: #ffffff;
            border-radius: 5px;
            padding: 5px 33px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }

        /* Sub-navmenu hover */
        .sidebar ul li .sub-navmenu a:hover {
            background-color: #d9d9d9;
            /* Change hover color for submenu */
            padding: 6px 10px;
            /* Customize padding for submenu */
            border-radius: 1px;
            /* Optional, for rounded corners */
            /*width: 27vh;*/
        }

/* Toggle submenu */
.sub-navmenu {
    display: none;
    position: absolute;
    /* top: 11.5%; */
    top: 6px;
    left: 119%;
    background-color: rgb(241, 146, 146);
    padding: 20px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    width: 200px;
    font-size: x-small;
    white-space: nowrap;
}

.sidebar ul li:hover .sub-navmenu {
    display: block;
    padding: 10px 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

/* side bar hover*/



.sidebar ul li:hover > a {
    background-color: #fffdfd;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 5px 33px;
}


/* Submenu container styles */
.sidebar ul li .sub-navmenu a {
    display: block;
    padding: 10px 0px;
    text-align: left !important;
    padding: 6px 10px; /* Ensure consistent padding */
    font-weight: normal;
}

/* Arrow styling (for items with submenu) */
.sidebar ul li .has-submenu > a::after {
    content: '▶';
    position: absolute;
    right: 0px;
    left: 60px;
    font-size: 8px;
    top: 60%;
    transform: translateY(-50%);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Show the arrow only when hovering on items with submenu */
.sidebar ul li.has-submenu:hover > a::after {
    opacity: 1;
    /* Show the arrow on hover */
}

/* Remove arrow from items without submenu */
.sidebar ul li:not(.has-submenu) > a::after {
    content: none;
}

/* Show the arrow only when hovering on the main nav */
.sidebar ul li:hover > a::after {
    opacity: 1;
    /* Show the arrow on hover */
}


/* Style for the scrollbar track (the background of the scrollbar) */
::-webkit-scrollbar {
    width: 11px; /* Set the width of the scrollbar */
    height: 10px; /* Set the height for horizontal scrollbars */
}

/* Style for the scrollbar thumb (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background-color: #888; /* The color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
    border: 2px solid transparent; /* Space around the thumb */
    background-clip: padding-box; /* Clip the thumb background */
}

    /* Style when hovering over the scrollbar thumb */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Darken the thumb on hover */
    }

/* Style for the scrollbar track (empty part) */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* The background of the scrollbar track */
    border-radius: 10px;
}

/* Optional: Style the corners of the scrollbar */
::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}

select {
    cursor: pointer;
}

.welcome-label {
    color: #fff;
    white-space: nowrap;
}
.duplicate-padding-body-left {
    flex-shrink: 0;
    padding: 10px 30px 5px 50px !important;
}
.duplicate-padding-body-right {
    flex-shrink: 0;
    padding: 10px 30px 5px 60px !important;
    height: 70vh !important
}
.duplicate-save-job {
    padding-right: 12vh !important;
}

/* Mobile media */
@media (max-width: 581px) {
    /* start- duplicate tool*/
    .duplicate-padding-body-left {
        padding: 10px 10px 5px 20px !important;
    }
    input[type="checkbox"] {
        margin-right: 0vh !important;
        margin-left: 1.25vh;
        margin-top: 3px;
    }

    .duplicate-padding-body-right {
        padding: 10px 10px 5px 20px !important;
        height: 60vh !important
    }

    .duplicate-save-job {
        padding-right: 0vh !important;
    }

    /* end-duplicate tool */
    .container-height-mobile {
        margin-bottom: 5vh !important
    }

    .input[type="checkbox"] {
        margin-right: 0vh !important;
        margin-left: 0vh !important;
        margin-top: 3px;
    }

    input[type="text"] {
        font-size: 14px !important;
    }

    input[type="email"] {
        font-size: 14px !important;
    }

    input[type="password"] {
        font-size: 14px !important;
    }

    input[type="textarea"] {
        font-size: 14px !important;
    }

    .modal-dialog {
        padding: 0px 10px !important;
    }

    .mobile-body-padding {
        padding: 10px 20px 10px 20px !important;
    }

    .mobile-textarea-height {
        height: 32vh !important;
    }

    .mobile-rightcontainer-height {
        height: 39vh !important;
    }

    .mobile-margin-container {
        margin-bottom: -7vh;
    }

    .search-container:hover #submenuSearch {
        display: inline-block;
        left: 0;
        top: 0;
        z-index: 10;
        background-color: transparent;
        border: 1px solid #ccc;
        /* border-radius: 5px; */
        padding: 0px !important;
        font-size: small;
    }

    .myprofile-icon {
        margin-top: 0px !important;
    }

    .vertical-button {
        display: block !important;
        position: fixed;
        right: 0;
        top: 70%;
        z-index: 9999;
        height: 155px;
        width: 25px;
    }

    .tasksummary-button-text {
        font-size: small;
    }

    .tasksummary-button-img {
        height: 16px;
    }

    .header-controls {
        flex-wrap: nowrap;
        gap: 10px;
    }

    #mobileTaskSearch {
        z-index: 999;
        width: 80vw !important;
        left: -16.5vh;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .table-responsive-mobile-tasksummary {
        height: 50vh !important;
        width: 100% !important
    }

    .form-group .dropdown-options {
        display: none;
        position: absolute;
        top: 32px;
        left: 42%;
    }

    /*Modal body for workflow*/
    .modalbody-mobile {
        padding-left: 20px !important;
    }


    .mobilemodal-input {
        width: 36vh !important;
    }
    /* .button:hover::after {
        
        top: 100% !important;
        left: 50%;
        
        color: #000;
        margin-top: 5px;
    }*/
    .mobile-profiledropdown {
        border-radius: 10px 0.5px 0.5px 0.5px !important;
        border: none !important;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3) !important;
        white-space: nowrap !important;
        max-height: 50vh !important;
        left: -18vh !important
    }

    .wf-modal-footer {
        padding: 10px !important;
        padding-bottom: 1rem !important;
    }

    .UID-modal-footer {
        border-top: none;
        padding: 10px !important;
    }

    .mobile-tasksummary-bodyleft-icons-rotation {
        transform: rotate(90deg) !important;
    }
    /* start- active tenant button */
    #active-tenantIndicator-text {
        display: block !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 105px; /* Adjust as per font/char size to match ~10 characters */
        width: 105px;
        font-size: x-small !important;
    }
    .red-indicator-icon {
        margin-bottom: 0px !important;
        width: 16px;
        height: 16px;
        margin-right:4px !important
    }
    .secondary-button-active-tenant {
        background-color: #ffffff !important;
        letter-spacing: 1px !important;
        cursor: default;
        white-space: nowrap;
        position: relative;
        top: -18px;
        height: 28px !important;
        padding-right: 2px !important;
        padding-left: 6px !important;
        border-radius:0px 0px 10px 10px !important;
    }
    
    .secondary-button-active-margin {
        margin-left: 0rem !important;
    }
    /* end- active tenant button */
    .previous-carousel-excel-mobile {
        position: fixed !important;
        left: -16px !important;
        top: 50% !important;
        transform: translateY(-53%) !important;
    }
}
.secondary-button-active-tenant {
    background-color: #ffffff !important;
    font-size: 12px !important;
    color: #000000 !important;
    border: none !important;
    height: 35px !important;
    font-weight: bold !important;
    border: 1.5px solid black !important;
    border-radius:30px;
    letter-spacing: 1px !important;
    cursor: default;
    white-space: nowrap;
   /* margin-right: 1rem !important;*/
}
.secondary-button-active-margin {
    margin-left: 3rem;
}
.mobile-profiledropdown {
    border-radius: 10px 0.5px 0.5px 0.5px !important;
    border: none !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3) !important;
    white-space: nowrap !important;
    max-height: 50vh !important;
}

.wf-modal-footer {
    padding: .75rem 10vh;
    padding-bottom: 1rem;
}
.UID-modal-footer {
    border-top: none;
    padding: 1rem 4vh 1rem 10vh;
}
/*show only icon for SEARCH  */
@media (max-width: 950px) and (min-width: 581px) {
    /* Hide the search input by default */


    #submenuSearch {
        display: none; /* Hide input on smaller screens */
    }

    /* Adjust search icon position for smaller screens */
    .search-container {
        justify-content: start; /* Align to start (left) */
        display: flex;
        align-items: center;
    }

        .search-container .input-group-text {
            border-radius: 10px !important; /* Adjust the radius as per your preference */
        }

        /* Show input field when hovering over the search icon */
        .search-container:hover #submenuSearch {
            display: inline-block; /* Show input on hover */
            position: absolute;
            left: 0; /* Adjust position if needed */
            top: 0; /* Align with icon */
            width: 150px; /* Adjust width */
            z-index: 10;
            background-color: white;
            border: 1px solid #ccc; /* Border for visibility */
            border-radius: 5px;
            padding: 5px;
            font-size: small;
        }
}


/*show only icon for NO TENANT ACTIVE */

/* For screens less than or equal to 700px */
@media (max-width: 800px) {
    #active-tenantIndicator-text {
        display: none; /* Hide the text by default */
    }


    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: start !important;
    }

    /* On hover, show the text */
    button:hover::after {
        /* content: "NO ACTIVE TENANT";*/ /* Use the text directly */
        display: inline-block;
        position: absolute;
        top: 100% !important; /* Position below the button */
        left: 50%;
        transform: translateX(-50%); /* Center the text */
        background-color: #ffffff;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add a shadow for visibility */
        white-space: nowrap; /* Prevent text from wrapping */
        z-index: 10;
        font-size: 12px; /* Adjust font size */
        color: #000; /* Text color */
        margin-top: 5px; /* Add space between the button and the text */
        content: none !important;
    }




    /* Hide the search input by default */


    /*#submenuSearch {
            display: none;*/ /* Hide input on smaller screens */
    /*}*/

    /* Adjust search icon position for smaller screens */
    /*.search-container {
            justify-content: start;*/ /* Align to start (left) */
    /*display: flex;
            align-items: center;
        }*/

    /* Show input field when hovering over the search icon */
    /*.search-container:hover #submenuSearch {
                display: inline-block;*/ /* Show input on hover */
    /*position: absolute;
                left: 0;*/ /* Adjust position if needed */
    /*top: 0;*/ /* Align with icon */
    /*width: 150px;*/ /* Adjust width */
    /*z-index: 10;
                background-color: white;
                border: 1px solid #ccc;*/ /* Border for visibility */
    /*border-radius: 5px;
                padding: 5px;
                font-size: small;
            }*/


}

/*show only icon for NO TENANT ACTIVE */

/* For screens less than or equal to 700px */
@media (max-width: 700px) {
    /* Optional: To add some shadow to the dropdown when it's active */
    #submenuSearch:focus {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
    }

    /* Hide the welcome text */
    .welcome-label {
        display: none;
    }
}


/* Ensure the sidebar-footer stays at the bottom and centered */
.sidebar-footer {
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
}

    .sidebar-footer img {
        max-width: 100%; /* Make the image responsive */
        height: auto;
        width: 6.5vh; /* Ensuring it's a consistent size */
    }

.toast-container {
    margin-top: 70px;
}

.custom-toast {
    position: relative;
    margin-bottom: 12px; /* Space between each toast */
}
/*
.dynamic-border {
    border-left: 1px solid #D9D9D9;
}*/

/*Mobile Responsive*/
@media (max-width: 581px) {
    .common-container {
        margin-top: 65px !important;
        padding-left: 0% !important;
    }
    /*.previous-carousel-button {
        
        top: -45% !important;
        left: -27px !important;
    }
*/
}

    @media (max-width: 992px) { /* Bootstrap's lg breakpoint is 992px */
        .dynamic-border {
            border-left: none !important;
            border-top: 1px solid #D9D9D9;
        }
    }

    /*task summary modal */

    .form-group .task-filter {
        /*background-image: url('~/Resources/Icons/close-black-icon.png');
    background-position: right 10px center;
    background-repeat: no-repeat;*/
        padding-right: 30px;
        padding: 5px 5px 5px 10px;
        background-color: transparent;
        color: #AFABAB;
    }

    /*.background-image-container {
    width: 150px;*/ /* Set the size of the container */
    /*height: 150px;
    background-image: url('http://localhost:5294/Resources/Icons/success-icon.png');*/ /* Image as background */
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;*/ /* Make it circular if needed */
    /*}

.text-overlay {
    position: relative;*/ /* Ensure text appears above the background */
    /*font-size: 20px;
    font-weight: bold;
    color: #f1f1f1;*/ /* Adjust text color for visibility */
    /*z-index: 1;
    text-align: center;
}*/

    .common-container {
        margin-top: 82px;
    }

    .red-indicator-icon {
        margin-bottom: 3px;
        margin-right:12px 
    }

    .search-icon {
        height: 20px;
    }

    .input-group-text-box {
        border-radius: 0px;
    }

    .submenu-search {
        outline: none;
        padding: 5px 15px;
        font-size: small;
        height: 20px;
        border: none
    }

    .myprofile-icon {
        margin-top: -6px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    .multiple-layout-fluid {
        background-color: #000000;
    }

    .dashboard-responsive {
        margin-top: 10px !important;
        width: 95% !important;
        overflow-y: auto;
        height: 36vh;
        padding-right: 20px;
    }

    .redirect-icon {
        margin-right: 12px;
        cursor: pointer;
    }

    .quickaction-padding-bottom {
        padding-bottom: 27px;
    }

    .quickaction-cardbody {
        background-color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .quick-action-img {
        width: 34px;
        height: 34px;
    }

    .quick-action-migration-img {
        width: 30px;
        height: 30px;
    }

    .quick-action-text {
        font-size: 12px
    }

    .tasksummary-button {
        position: fixed;
        right: 0;
    }

    .tasksummary-button-text {
        margin-left: 3px;
    }

    .tasksummary-button-img {
        margin-bottom: 3px;
        transform: rotate(180deg);
        margin-left: -10px;
    }

    /*tables*/
    .header-icons {
        width: 30px;
        height: 30px;
    }

    /*carosuel*/

    .previous-carousel-img {
        height: 30px !important;
    }

    .duplicaate-previous-carousel-img {
        height: 30px !important;
    }

    .previous-carousel-button {
        position:fixed;
        width: 0% !important;
        padding-left: 4% !important;
    }

    /*heading-h2*/
    .h2-heading {
        text-align: left;
        padding-top: 20px;
    }

    .textcentermb4 {
        margin-bottom: 1.5rem !important;
    }
    /*duplicate tool*/

    .duplicate-input-img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }


    /*top nav profile show , user details font size */
    .user-details-font {
        font-size: 18px !important
    }

    /*task summary*/
    .refreshIcon-tasksummary-icon {
        margin-bottom: 3px;
        height: 27px !important
    }

    .download-tasksummary-icon {
        margin-bottom: 3px;
        margin-right: 10px;
        cursor: pointer;
    }

    .task-summary-right-container {
        padding-bottom: 30px;
        background-color: #f0f0f0;
    }

    .task-summary-insidecard-row {
        padding: 20px
    }


    @media (max-width: 1399px) {
        .col-lg-8.statistics-col {
            flex: 1 1 auto !important;
            max-width: 100% !important;
        }
    }

    /*@media (min-width: 1200px) and (max-width: 1500px) {
    .sidebar ul li {*/
    /* padding-top: 10px; */
    /*position: relative;
        padding: 3px 20px;
        height:8vh;
    }

        .sidebar ul li > a:hover, .sidebar ul li.active > a {
            background-color: #ffffff;
            border-radius: 5px;
            padding: 5px 33px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }

    .sub-navmenu {
        display: none;
        position: absolute;
        top: 11.5%;
        top: 2px;
        left: 142% !important;
        background-color: rgb(241, 146, 146);
        padding: 20px 0px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        width: 200px;
        font-size: x-small;
        white-space: nowrap;
    }

    .sidebar {
        max-width: 74px;
        height: 100vh;
        background-color: #D9D9D9;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 75px;
        z-index: 1000;
    }

        .sidebar ul li .nav-group {
            text-decoration: none;
            color: #000000;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px 0;
            height: 52px;
        }
}*/

    /* 1200px to 1500px (Original Range) */
    /*@media (min-width: 1200px) and (max-width: 1500px) {
    .sidebar ul li {
        position: relative;
        padding: 3px 20px;
        height: 8vh;
    }

        .sidebar ul li > a:hover, .sidebar ul li.active > a {
            background-color: #ffffff;
            border-radius: 5px;
            padding: 5px 33px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }

    .sub-navmenu {
        display: none;
        position: absolute;
        top: 2px;
        left: 142% !important;
        background-color: rgb(241, 146, 146);
        padding: 20px 0px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        width: 200px;
        font-size: x-small;
        white-space: nowrap;
    }

    .sidebar {
        max-width: 74px;
        height: 100vh;
        background-color: #D9D9D9;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 75px;
        z-index: 1000;
    }

        .sidebar ul li .nav-group {
            text-decoration: none;
            color: #000000;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px 0;
            height: 52px;
        }
       .tool-main-height {
             height: 76.5vh;
        }
    }
    */


    /* 1200px to 1300px */
    @media (min-width: 1200px) and (max-width: 1300px) {

        .tool-main-height {
            height: 78.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            overflow-y: auto;
            height: 64vh;
        }


        .sidebar ul li {
            padding: 3px 15px;
            height: 8.5vh;
        }

        .sub-navmenu {
            left: 163% !important;
            width: 180px;
            font-size: smaller;
        }

        .sidebar ul li .nav-group {
            font-size: smaller;
            padding: 8px 0;
            height: 52px;
        }

        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }
    }

    /* 1300px to 1400px */
    @media (min-width: 1300px) and (max-width: 1400px) {

        .tool-main-height {
            height: 78.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 64vh;
        }

        .sidebar ul li {
            padding: 3px 18px;
        }

        .sub-navmenu {
            left: 163% !important;
            width: 190px;
        }

        .sidebar ul li .nav-group {
            padding: 9px 0;
            height: 52px;
        }

        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }
    }

    /* 1400px to 1500px */
    @media (min-width: 1400px) and (max-width: 1500px) {

        .tool-main-height {
            height: 78.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 64vh;
        }

        .sidebar ul li {
            padding: 3px 20px;
            height: 8.5vh;
        }

        /*   .sub-navmenu {
        left: 142% !important;
        width: 200px;
    }*/

        /*  .sidebar ul li .nav-group {
        padding: 10px 0;
        height: 52px;
    }*/

        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }
        /*task-summary*/
        .h5-font-size {
            font-size: 1.0rem !important;
        }

        .requestor-margin {
            margin-bottom: 2px !important
        }

        .requestor-top-margin {
            margin-top: 1.0rem !important;
        }
    }

    /*992px - 1279px*/
    @media (min-width: 992px) and (max-width: 1279px) {

        .tool-main-height {
            height: 73vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 54vh;
        }

        /*bottom nav-bar*/
        .fixed-bottom {
            padding: 2px 10px !important;
            height: 5vh !important;
        }

        /*top nav bar*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        /*De-duplicate extended*/
        .input-box {
            padding: 2px 10px !important;
        }
        /*workflow heading*/
        thead {
            position: sticky;
            top: 0;
            z-index: 1;
            /* Ensure header stays on top when scrolling */
            background-color: white;
            border-bottom: none !important;
            /* Background color to match table */
            box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
        }
        /*Modals
    */

        .form-group .input-box {
            padding: 5px 10px;
            width: 78%;
            font-size: 12px;
            background-color: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 30px;
        }

        thead th {
            /* border-bottom: 1px solid black !important;*/
            position: sticky;
            text-align: left;
            font-size: 13px;
            white-space: nowrap;
        }

        thead tr th {
            border-bottom: none !important;
        }

        /*top nav bar title for common*/
        .navmenu-common-tag-title {
            font-size: 11px;
            color: #ffffff;
            margin-left: 2px !important;
        }


        .multiple-layout-fluid {
            background-color: #000000;
            padding: 5px 0px !important;
        }

        .secondary-button-with-icon {
            height: 20px !important;
        }

        .red-indicator-icon {
            margin-bottom: 0px;
        }

        .no-active-tenant {
            font-size: smaller;
            margin-top: 3px
        }

        .search-icon {
            height: 15px !important;
        }

        .input-group-text-box {
            border-radius: 0px;
            padding: 0px 5px !important;
        }

        .submenu-search {
            outline: none;
            padding: 5px 15px;
            font-size: x-small;
            height: 20px;
            border: none;
            width: 22vh
        }

        .welcome-label {
            color: #fff;
            white-space: nowrap;
            font-size: small
        }

        .myprofile-icon {
            margin-top: -6px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            height: 25px
        }
        /*task summary*/
        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .vertical-button {
            margin-top: -42vh;
        }

        .task-summary-right-container {
            padding-bottom: 30px;
            background-color: #f0f0f0;
            height: 69vh;
            overflow: auto;
        }

        .task-summary-card {
            padding-bottom: 0px !important
        }

        .task-summary-insidecard-row {
            padding: 20px 20px 0px 20px;
            margin-bottom: 0px !important;
        }

        .statistics-card-padding {
            padding-top: 0px !important
        }
        /*side nav bar*/
        .sidebar-width {
            width: 8.5vh !important;
        }

        .sidebar ul li a .side-nav-icon {
            width: 15px !important;
            height: 15px !important;
            margin-bottom: 3px !important;
        }

        .sidebar ul li a .sidebar-text {
            font-size: 7px !important;
            font-weight: bold;
            text-align: center;
        }

        .side-icon-migration {
            width: 20px;
            height: 20px;
        }

        /*tost positioning*/
        .toast-container {
            margin-top: 48px;
            margin-right: 12px;
        }

        .custom-toast .toast-header {
            background-color: #ffffff;
            color: #000000;
            border-bottom: none;
            padding: 0.25rem 0.3rem !important;
            display: flex;
            align-items: center;
        }

        .custom-toast .toast-body {
            color: #000000;
            padding: 0;
            margin-left: 37px;
            line-height: 0.5;
            margin-right: 15px;
            margin-bottom: 5px;
        }

        .toast-close-button {
            background: none !important;
            border: none !important;
            transform: translateY(-5px) !important;
            margin: 0px !important;
        }

        /*h2 & text-center margin(for main heading )*/
        .h2-heading {
            text-align: left;
            padding-top: 20px;
            font-size: 4vh;
        }

        .textcentermb4 {
            margin-bottom: 2vh !important;
        }

        /*dashboard*/
        .common-container {
            margin-top: 54px;
        }

        .header-font-dashboard {
            font-size: 12px;
        }

        .dashboard-responsive {
            margin-top: 10px !important;
            width: 100% !important;
            overflow-y: auto;
            height: 39.5vh;
            padding-right: 10px !important;
        }

        .redirect-icon {
            margin-right: 12px;
            cursor: pointer;
            height: 16px
        }

        .quickaction-padding-bottom {
            padding-bottom: 4.5vh;
        }

        .quickaction-cardbody {
            background-color: #ffffff;
            padding: 0px !important
        }

        .quick-action-img {
            width: 24px;
            height: 26px;
        }

        .quick-action-migration-img {
            width: 20px;
            height: 25px;
        }

        .quick-action-text {
            font-size: 9px
        }
        /*refreshicon*/
        .refreshIcon {
            cursor: pointer;
            width: auto;
            height: 20px;
        }
        /*task summary*/
        .tasksummary-button {
            position: absolute;
            right: 0;
            width: auto;
            height: auto
        }

        .tasksummary-button-text {
            margin-left: 3px;
            font-size: small
        }

        .tasksummary-button-img {
            height: 16px;
            margin-bottom: 3px;
            transform: rotate(180deg);
            margin-left: -10px;
        }
        /*common table height for all table container*/
        .containers-height {
            height: 73vh;
        }

        .migration-header-icon {
            width: 18px;
            height: 18px;
        }

        .migration-headerdelete-icon {
            width: 18px;
            height: 18px;
        }

        .header-bottom {
            padding-bottom: 0px !important
        }

        .header-icons {
            width: 24px;
            height: 24px;
        }

        /*left nav-bar*/

        .sidebar ul li {
            /* padding-top: 10px; */
            position: relative;
            padding: 3px 20px;
            height: 8vh
        }

            .sidebar ul li > a:hover, .sidebar ul li.active > a {
                background-color: #ffffff;
                border-radius: 5px;
                padding: 5px 33px;
                box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
                height: 7.5vh;
                margin-top: 2px;
            }

        .sub-navmenu {
            display: none;
            position: absolute;
            top: 11.5%;
            top: 4px;
            left: 160%;
            background-color: rgb(241, 146, 146);
            padding: 20px 0px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            width: 200px;
            font-size: x-small;
            white-space: nowrap;
        }


        .sidebar {
            max-width: 74px;
            height: 100vh;
            background-color: #D9D9D9;
            position: fixed;
            top: 0;
            left: 0;
            padding-top: 75px;
            z-index: 1000;
        }
        /*carosuel */
        .previous-carousel-img {
            margin-top: 12vh;
            height: 25px !important
        }

        .previous-carousel-button {
            width: 0% !important;
            padding-left: 5% !important;
        }

        .duplicaate-previous-carousel-img {
            height: 25px !important
        }
        /*duplicate tool*/

        .duplicate-input-img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
        }
        /*top nav profile show , user details font size */
        .user-details-font {
            font-size: 14px !important
        }

        .fixedbottom992-1200 {
            height: 1.5rem;
        }
    }

    /*1280px - 1439px*/
    @media (min-width: 1280px) and (max-width: 1439px) {

        .tool-main-height {
            height: 78.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 64vh;
        }

        /* @media (max-width: 1399px) {*/
        /*top nav bar*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        /* Modals*/
        .form-group .input-box {
            padding: 5px 13px;
            width: 78%;
            font-size: 13px;
            background-color: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 34px;
        }

        /*top nav bar title for common*/
        .navmenu-common-tag-title {
            font-size: 11px;
            color: #ffffff;
            margin-left: 2px !important;
        }


        .multiple-layout-fluid {
            background-color: #000000;
            padding: 5px 0px !important;
        }

        .secondary-button-with-icon {
            height: 26px !important;
        }

        .red-indicator-icon {
            margin-bottom: 0px;
        }

        .no-active-tenant {
            font-size: smaller;
            margin-top: 3px
        }

        .search-icon {
            height: 15px !important;
        }

        .input-group-text-box {
            border-radius: 0px;
            padding: 0px 5px !important;
        }

        .submenu-search {
            outline: none;
            padding: 5px 15px;
            font-size: x-small;
            height: 20px;
            border: none;
            width: 22vh
        }

        .welcome-label {
            color: #fff;
            white-space: nowrap;
            font-size: small
        }

        .myprofile-icon {
            margin-top: -6px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            height: 25px
        }

        /*save details */
        .primary-button-with-icon {
            background-color: #000000 !important;
            font-size: 12px !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 2.5px !important;
            height: 30px !important;
            font-weight: bold !important;
        }
        /*task summary*/
        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }

        .task-summary-right-container {
            padding-bottom: 30px;
            background-color: #f0f0f0;
            height: 69vh;
            overflow: auto;
        }

        .task-summary-card {
            padding-bottom: 0px !important
        }

        .task-summary-insidecard-row {
            padding: 20px 20px 0px 20px;
            margin-bottom: 0px !important;
        }

        .statistics-card-padding {
            padding-top: 0px !important
        }
        /*side nav bar*/
        .sidebar-width {
            width: 8.5vh !important;
        }

        .sidebar ul li a .side-nav-icon {
            width: 15px !important;
            height: 15px !important;
            margin-bottom: 3px !important;
        }

        .sidebar ul li a .sidebar-text {
            font-size: 7px !important;
            font-weight: bold;
            text-align: center;
        }

        .side-icon-migration {
            width: 20px;
            height: 20px;
        }

        /*tost positioning*/
        .toast-container {
            margin-top: 48px;
            margin-right: 12px;
        }

        .custom-toast .toast-header {
            background-color: #ffffff;
            color: #000000;
            border-bottom: none;
            padding: 0.25rem 0.3rem !important;
            display: flex;
            align-items: center;
        }

        .custom-toast .toast-body {
            color: #000000;
            padding: 0;
            margin-left: 37px;
            line-height: 0.5;
            margin-right: 15px;
            margin-bottom: 5px;
        }

        .toast-close-button {
            background: none !important;
            border: none !important;
            transform: translateY(-5px) !important;
            margin: 0px !important;
        }






        /*h2 & text-center margin(for main heading )*/
        .h2-heading {
            text-align: left;
            padding-top: 20px;
            font-size: 4vh;
        }

        .textcentermb4 {
            margin-bottom: 2vh !important;
        }

        /*dashboard*/
        .common-container {
            margin-top: 54px;
        }

        .header-font-dashboard {
            font-size: 15px;
        }


        .tasksummary-button-img {
            height: 16px;
            margin-bottom: 3px;
            transform: rotate(180deg);
            margin-left: -10px;
        }
        /*common table height for all table container*/
        .table-height {
            height: 73vh;
        }

        .dashboard-responsive {
            margin-top: 10px !important;
            width: 100% !important;
            overflow-y: auto;
            height: 39.5vh;
            padding-right: 10px !important;
        }


        .redirect-icon {
            margin-right: 12px;
            cursor: pointer;
            height: 16px
        }

        .quickaction-padding-bottom {
            padding-bottom: 4.5vh;
        }

        .quickaction-cardbody {
            background-color: #ffffff;
            padding: 0px !important
        }

        .quick-action-img {
            width: 24px;
            height: 26px;
        }

        .quick-action-migration-img {
            width: 20px;
            height: 25px;
        }

        .quick-action-text {
            font-size: 10px
        }
        /*refreshicon*/
        .refreshIcon {
            cursor: pointer;
            width: auto;
            height: 20px;
        }
        /*task summary*/
        .tasksummary-button {
            position: absolute;
            right: 0;
            width: auto;
            height: auto
        }

        .tasksummary-button-text {
            margin-left: 3px;
            font-size: small
        }

        .tasksummary-button-img {
            height: 16px;
            margin-bottom: 3px;
            transform: rotate(180deg);
            margin-left: -10px;
        }
        /*common table height for all table container*/
        .table-height {
            height: 76.5vh;
        }

        .migration-header-icon {
            width: 18px;
            height: 18px;
        }

        .migration-headerdelete-icon {
            width: 18px;
            height: 18px;
        }

        .header-bottom {
            padding-bottom: 0px !important
        }

        .header-icons {
            width: 25px;
            height: 25px;
        }

        /*left nav-bar*/

        .sidebar ul li {
            /* padding-top: 10px; */
            position: relative;
            padding: 3px 20px;
        }

            .sidebar ul li > a:hover, .sidebar ul li.active > a {
                background-color: #ffffff;
                border-radius: 5px;
                padding: 5px 33px;
                box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            }

        .sub-navmenu {
            display: none;
            position: absolute;
            top: 11.5%;
            top: 2px;
            left: 125%;
            background-color: rgb(241, 146, 146);
            padding: 20px 0px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            width: 200px;
            font-size: x-small;
            white-space: nowrap;
        }



        .sidebar {
            max-width: 74px;
            height: 100vh;
            background-color: #D9D9D9;
            position: fixed;
            top: 0;
            left: 0;
            padding-top: 75px;
            z-index: 1000;
        }
        /*carosuel */
        .previous-carousel-img {
            margin-top: 12vh;
            height: 25px !important
        }

        .previous-carousel-button {
            width: 0% !important;
            padding-left: 5% !important;
        }

        .duplicaate-previous-carousel-img {
            height: 25px !important
        }
        /*duplicate tool*/

        .duplicate-input-img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
        }
        /*top nav profile show , user details font size */
        .user-details-font {
            font-size: 14px !important
        }
    }




    /*1440px - 1498px*/
    @media (min-width: 1440px) and (max-width: 1498px) {

        .tool-main-height {
            height: 78.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 68vh;
        }

        /* @media (max-width: 1399px) {*/
        /*top nav bar*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        /* Modals*/
        .form-group .input-box {
            padding: 5px 13px;
            width: 78%;
            font-size: 13px;
            background-color: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 34px;
        }

        /*top nav bar title for common*/
        .navmenu-common-tag-title {
            font-size: 11px;
            color: #ffffff;
            margin-left: 2px !important;
        }


        .multiple-layout-fluid {
            background-color: #000000;
            padding: 5px 0px !important;
        }


        .red-indicator-icon {
            margin-bottom: 0px;
        }

        .no-active-tenant {
            font-size: smaller;
            margin-top: 3px
        }

        .search-icon {
            height: 15px !important;
        }

        .input-group-text-box {
            border-radius: 0px;
            padding: 0px 5px !important;
        }

        .submenu-search {
            outline: none;
            padding: 5px 15px;
            font-size: x-small;
            height: 20px;
            border: none;
            width: 22vh
        }

        .welcome-label {
            color: #fff;
            white-space: nowrap;
            font-size: small
        }

        .myprofile-icon {
            margin-top: -6px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            height: 25px
        }

        /*save details */
        .primary-button-with-icon {
            background-color: #000000 !important;
            font-size: 12px !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 2.5px !important;
            height: 30px !important;
            font-weight: bold !important;
        }
        /*task summary*/
        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }

        .task-summary-right-container {
            padding-bottom: 30px;
            background-color: #f0f0f0;
            height: 69vh;
            overflow: auto;
        }

        .task-summary-card {
            padding-bottom: 0px !important
        }

        .task-summary-insidecard-row {
            padding: 20px 20px 0px 20px;
            margin-bottom: 0px !important;
        }

        .statistics-card-padding {
            padding-top: 0px !important
        }
        /*side nav bar*/
        .sidebar-width {
            width: 8.5vh !important;
        }

        /* .sidebar ul li a .side-nav-icon {
      width: 15px !important;
      height: 15px !important;
      margin-bottom: 3px !important;
  }

  .sidebar ul li a .sidebar-text {
      font-size: 7px !important;
      font-weight: bold;
      text-align: center;
  }

  .side-icon-migration {
      width: 20px;
      height: 20px;
  } */

        /*tost positioning*/
        .toast-container {
            margin-top: 48px;
            margin-right: 12px;
        }

        .custom-toast .toast-header {
            background-color: #ffffff;
            color: #000000;
            border-bottom: none;
            padding: 0.25rem 0.3rem !important;
            display: flex;
            align-items: center;
        }

        .custom-toast .toast-body {
            color: #000000;
            padding: 0;
            margin-left: 37px;
            line-height: 0.5;
            margin-right: 15px;
            margin-bottom: 5px;
        }

        .toast-close-button {
            background: none !important;
            border: none !important;
            transform: translateY(-5px) !important;
            margin: 0px !important;
        }






        /*h2 & text-center margin(for main heading )*/
        .h2-heading {
            text-align: left;
            padding-top: 20px;
            font-size: 4vh;
        }

        .textcentermb4 {
            margin-bottom: 2vh !important;
        }

        /*dashboard*/
        .common-container {
            margin-top: 54px;
        }

        .header-font-dashboard {
            font-size: 15px;
        }

        /*
    .tasksummary-button-img {
        height: 16px;
        margin-bottom: 3px;
        transform: rotate(180deg);
        margin-left: -10px;
    }*/
        /*common table height for all table container*/
        .table-height {
            height: 73vh;
        }

        .dashboard-responsive {
            margin-top: 10px !important;
            width: 100% !important;
            overflow-y: auto;
            height: 39.5vh;
            padding-right: 10px !important;
        }


        .redirect-icon {
            margin-right: 12px;
            cursor: pointer;
            height: 16px
        }

        .quickaction-padding-bottom {
            padding-bottom: 4.5vh;
        }

        .quickaction-cardbody {
            background-color: #ffffff;
            padding: 0px !important
        }

        .quick-action-img {
            width: 24px;
            height: 26px;
        }

        .quick-action-migration-img {
            width: 20px;
            height: 25px;
        }

        .quick-action-text {
            font-size: 10px
        }
        /*refreshicon*/
        .refreshIcon {
            cursor: pointer;
            width: auto;
            height: 20px;
        }
        /*task summary*/
        /* .tasksummary-button {
        position: absolute;
        right: 0;
        width: auto;
        height: auto
    }*/

        /*.tasksummary-button-text {
        margin-left: 3px;
        font-size: small
    }
*/
        /* .tasksummary-button-img {
        height: 16px;
        margin-bottom: 3px;
        transform: rotate(180deg);
        margin-left: -10px;
    }*/
        /*common table height for all table container*/
        .table-height {
            height: 76.5vh;
        }

        .migration-header-icon {
            width: 18px;
            height: 18px;
        }

        .migration-headerdelete-icon {
            width: 18px;
            height: 18px;
        }

        .header-bottom {
            padding-bottom: 0px !important
        }

        .header-icons {
            width: 25px;
            height: 25px;
        }

        /*left nav-bar*/

        /* .sidebar ul li {
     
      position: relative;
      padding: 3px 20px;
  } */

        .sidebar ul li > a:hover, .sidebar ul li.active > a {
            background-color: #ffffff;
            border-radius: 5px;
            padding: 5px 33px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }

        .sub-navmenu {
            display: none;
            position: absolute;
            /* top: 11.5%; */
            top: 3px;
            left: 119%;
            background-color: rgb(241, 146, 146);
            padding: 20px 0px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            width: 200px;
            font-size: x-small;
            white-space: nowrap;
        }



        /* .sidebar {
      max-width: 74px;
      height: 100vh;
      background-color: #D9D9D9;
      position: fixed;
      top: 0;
      left: 0;
      padding-top: 75px;
      z-index: 1000;
  } */
        /*carosuel */
        .previous-carousel-img {
            margin-top: 12vh;
            height: 25px !important
        }

        .previous-carousel-button {
            width: 0% !important;
            padding-left: 5% !important;
        }

        .duplicaate-previous-carousel-img {
            height: 25px !important
        }
        /*duplicate tool*/

        .duplicate-input-img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
        }
        /*top nav profile show , user details font size */
        .user-details-font {
            font-size: 14px !important
        }
    }


    /*1500px - 1799px*/
    @media (min-width: 1500px) and (max-width: 1799px) {

        .tool-main-height {
            height: 78.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 68vh;
        }

        /* @media (max-width: 1399px) {*/
        /*top nav bar*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        /* Modals*/
        .form-group .input-box {
            padding: 5px 13px;
            width: 78%;
            font-size: 13px;
            background-color: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 34px;
        }

        /*top nav bar title for common*/
        .navmenu-common-tag-title {
            font-size: 11px;
            color: #ffffff;
            margin-left: 2px !important;
        }


        .multiple-layout-fluid {
            background-color: #000000;
            padding: 5px 0px !important;
        }

        .red-indicator-icon {
            margin-bottom: 0px;
        }

        .no-active-tenant {
            font-size: smaller;
            margin-top: 3px
        }

        .search-icon {
            height: 15px !important;
        }

        .input-group-text-box {
            border-radius: 0px;
            padding: 0px 5px !important;
        }

        .submenu-search {
            outline: none;
            padding: 5px 15px;
            font-size: x-small;
            height: 20px;
            border: none;
            width: 22vh
        }

        .welcome-label {
            color: #fff;
            white-space: nowrap;
            font-size: small
        }

        .myprofile-icon {
            margin-top: -6px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            height: 25px
        }

        /*save details */
        .primary-button-with-icon {
            background-color: #000000 !important;
            font-size: 12px !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 2.5px !important;
            height: 30px !important;
            font-weight: bold !important;
        }
        /*task summary*/
        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }

        .task-summary-right-container {
            padding-bottom: 30px;
            background-color: #f0f0f0;
            height: 69vh;
            overflow: auto;
        }

        .task-summary-card {
            padding-bottom: 0px !important
        }

        .task-summary-insidecard-row {
            padding: 20px 20px 0px 20px;
            margin-bottom: 0px !important;
        }

        .statistics-card-padding {
            padding-top: 0px !important
        }

        /*tost positioning*/
        .toast-container {
            margin-top: 48px;
            margin-right: 12px;
        }

        .custom-toast .toast-header {
            background-color: #ffffff;
            color: #000000;
            border-bottom: none;
            padding: 0.25rem 0.3rem !important;
            display: flex;
            align-items: center;
        }

        .custom-toast .toast-body {
            color: #000000;
            padding: 0;
            margin-left: 37px;
            line-height: 0.5;
            margin-right: 15px;
            margin-bottom: 5px;
        }

        .toast-close-button {
            background: none !important;
            border: none !important;
            transform: translateY(-5px) !important;
            margin: 0px !important;
        }






        /*h2 & text-center margin(for main heading )*/
        .h2-heading {
            text-align: left;
            padding-top: 20px;
            font-size: 4vh;
        }

        .textcentermb4 {
            margin-bottom: 2vh !important;
        }

        /*dashboard*/
        .common-container {
            margin-top: 54px;
        }

        /*.header-font-dashboard {
        font-size: 15px;
    }*/

        .dashboard-responsive {
            margin-top: 10px !important;
            width: 100% !important;
            overflow-y: auto;
            height: 39.5vh;
            padding-right: 10px !important;
        }

        .redirect-icon {
            margin-right: 12px;
            cursor: pointer;
            height: 16px
        }

        .quickaction-padding-bottom {
            padding-bottom: 4.5vh;
        }

        .quickaction-cardbody {
            background-color: #ffffff;
            padding: 0px !important
        }
        /*
    .quick-action-img {
        width: 24px;
        height: 26px;
    }*/

        . /*quick-action-migration-img {
        width: 20px;
        height: 25px;
    }
*/
        /*.quick-action-text {
        font-size: 10px
    }*/
        /*refreshicon*/
        .refreshIcon {
            cursor: pointer;
            width: auto;
            height: 20px;
        }
        /*task summary*/
        /*.tasksummary-button {
        position: absolute;
        right: 0;
        width: auto;
        height: auto
    }*/

        /*.tasksummary-button-text {
        margin-left: 3px;
        font-size: small
    }
*/
        /*.tasksummary-button-img {
        height: 16px;
        margin-bottom: 3px;
        transform: rotate(180deg);
        margin-left: -10px;
    }*/
        /*common table height for all table container*/
        .table-height {
            height: 76.5vh;
        }

        .migration-header-icon {
            width: 18px;
            height: 18px;
        }

        .migration-headerdelete-icon {
            width: 18px;
            height: 18px;
        }

        .header-bottom {
            padding-bottom: 0px !important
        }

        .header-icons {
            width: 25px;
            height: 25px;
        }

        /*left nav-bar*/

        /*.sidebar ul li {*/
        /* padding-top: 10px; */
        /*position: relative;
        padding: 3px 20px;
    }

        .sidebar ul li > a:hover, .sidebar ul li.active > a {
            background-color: #ffffff;
            border-radius: 5px;
            padding: 5px 33px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }

    .sidebar-width {
        width: 8.5vh !important;
    }

    .sidebar ul li a .side-nav-icon {
        width: 15px !important;
        height: 15px !important;
        margin-bottom: 3px !important;
    }

    .sidebar ul li a .sidebar-text {
        font-size: 7px !important;
        font-weight: bold;
        text-align: center;
    }

    .side-icon-migration {
        width: 20px;
        height: 20px;
    }

    .sub-navmenu {
        display: none;
        position: absolute;
        top: 11.5%;
        top: 2px;
        left: 125%;
        background-color: rgb(241, 146, 146);
        padding: 20px 0px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        width: 200px;
        font-size: x-small;
        white-space: nowrap;
    }



    .sidebar {
        max-width: 74px;
        height: 100vh;
        background-color: #D9D9D9;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 75px;
        z-index: 1000;
    }*/
        /*carosuel */
        .previous-carousel-img {
            margin-top: 12vh;
            height: 25px !important
        }

        .previous-carousel-button {
            width: 0% !important;
            padding-left: 5% !important;
        }

        .duplicaate-previous-carousel-img {
            height: 25px !important
        }
        /*duplicate tool*/

        .duplicate-input-img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
        }
        /*top nav profile show , user details font size */
        .user-details-font {
            font-size: 14px !important
        }
    }


    /*1800px - 2099px*/
    @media (min-width: 1800px) and (max-width: 2099px) {

        .tool-main-height {
            height: 79.5vh;
        }

        .table-responsive {
            margin-top: 10px !important;
            width: 95% !important;
            /* max-height: 75vh; */
            overflow-y: auto;
            height: 68vh;
        }

        /* @media (max-width: 1399px) {*/
        /*top nav bar*/
        .navbar .etron-logo-img {
            height: 25px !important;
        }

        /* Modals*/
        .form-group .input-box {
            padding: 5px 13px;
            width: 78%;
            font-size: 13px;
            background-color: #f2f2f2;
            border: none;
            border-radius: 0px;
            height: 34px;
        }

        /*top nav bar title for common*/
        .navmenu-common-tag-title {
            font-size: 11px;
            color: #ffffff;
            margin-left: 2px !important;
        }


        .multiple-layout-fluid {
            background-color: #000000;
            padding: 5px 0px !important;
        }



        .red-indicator-icon {
            margin-bottom: 0px;
        }

        .no-active-tenant {
            font-size: smaller;
            margin-top: 3px
        }

        .search-icon {
            height: 15px !important;
        }

        .input-group-text-box {
            border-radius: 0px;
            padding: 0px 5px !important;
        }

        .submenu-search {
            outline: none;
            padding: 5px 15px;
            font-size: x-small;
            height: 20px;
            border: none;
            width: 22vh
        }

        .welcome-label {
            color: #fff;
            white-space: nowrap;
            font-size: small
        }

        .myprofile-icon {
            margin-top: -6px;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            height: 25px
        }

        /*save details */
        .primary-button-with-icon {
            background-color: #000000 !important;
            font-size: 12px !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 2.5px !important;
            height: 30px !important;
            font-weight: bold !important;
        }
        /*task summary*/
        .download-tasksummary-icon {
            margin-bottom: 0px;
            margin-right: 10px;
            cursor: pointer;
        }

        .refreshIcon-tasksummary-icon {
            margin-bottom: 3px;
            height: 25px !important
        }

        .task-summary-right-container {
            padding-bottom: 30px;
            background-color: #f0f0f0;
            height: 69vh;
            overflow: auto;
        }

        .task-summary-card {
            padding-bottom: 0px !important
        }

        .task-summary-insidecard-row {
            padding: 20px 20px 0px 20px;
            margin-bottom: 0px !important;
        }

        .statistics-card-padding {
            padding-top: 0px !important
        }
        /*side nav bar*/
        .sidebar-width {
            width: 8.5vh !important;
        }

        .sidebar ul li a .side-nav-icon {
            width: 18px !important;
            height: 18px !important;
            margin-bottom: 3px !important;
        }

        .sidebar ul li a .sidebar-text {
            font-size: 9px !important;
            font-weight: bold;
            text-align: center;
        }

        .side-icon-migration {
            width: 20px;
            height: 20px;
        }

        /*tost positioning*/
        .toast-container {
            margin-top: 48px;
            margin-right: 12px;
        }

        .custom-toast .toast-header {
            background-color: #ffffff;
            color: #000000;
            border-bottom: none;
            padding: 0.25rem 0.3rem !important;
            display: flex;
            align-items: center;
        }

        .custom-toast .toast-body {
            color: #000000;
            padding: 0;
            margin-left: 37px;
            line-height: 0.5;
            margin-right: 15px;
            margin-bottom: 5px;
        }

        .toast-close-button {
            background: none !important;
            border: none !important;
            transform: translateY(-5px) !important;
            margin: 0px !important;
        }






        /*h2 & text-center margin(for main heading )*/
        .h2-heading {
            text-align: left;
            padding-top: 20px;
            font-size: 4vh;
        }

        .textcentermb4 {
            margin-bottom: 2vh !important;
        }

        /*dashboard*/
        .common-container {
            margin-top: 54px;
        }

        .header-font-dashboard {
            font-size: 15px;
        }

        .dashboard-responsive {
            margin-top: 10px !important;
            width: 100% !important;
            overflow-y: auto;
            height: 39.5vh;
            padding-right: 10px !important;
        }

        .redirect-icon {
            margin-right: 12px;
            cursor: pointer;
            height: 16px
        }

        .quickaction-padding-bottom {
            padding-bottom: 4.5vh;
        }

        .quickaction-cardbody {
            background-color: #ffffff;
            padding: 0px !important
        }

        .quick-action-img {
            width: 24px;
            height: 26px;
        }

        .quick-action-migration-img {
            width: 20px;
            height: 25px;
        }

        .quick-action-text {
            font-size: 12px !important;
        }
        /*refreshicon*/
        .refreshIcon {
            cursor: pointer;
            width: auto;
            height: 20px;
        }
        /*task summary
    .tasksummary-button {
        position: absolute;
        right: 0;
        width: 4vh;
        height: 22vh;
    }
    /*
    .tasksummary-button-text {
        margin-left: 3px;
        font-size: small
    }

    .tasksummary-button-img {
        height: 16px;
        margin-bottom: 3px;
        transform: rotate(180deg);
        margin-left: -10px;
    }*/

        /*common table height for all table container*/
        .table-height {
            height: 76.5vh;
        }

        .migration-header-icon {
            width: 18px;
            height: 18px;
        }

        .migration-headerdelete-icon {
            width: 18px;
            height: 18px;
        }

        .header-bottom {
            padding-bottom: 0px !important
        }

        .header-icons {
            width: 25px;
            height: 25px;
        }

        /*left nav-bar*/

        .sidebar ul li {
            /* padding-top: 10px; */
            position: relative;
            padding: 3px 20px;
        }

            .sidebar ul li > a:hover, .sidebar ul li.active > a {
                background-color: #ffffff;
                border-radius: 5px;
                padding: 5px 33px;
                box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            }

        .sub-navmenu {
            display: none;
            position: absolute;
            top: 11.5%;
            top: 2px;
            left: 119%;
            background-color: rgb(241, 146, 146);
            padding: 20px 0px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
            width: 200px;
            font-size: x-small;
            white-space: nowrap;
        }



        .sidebar {
            max-width: 74px;
            height: 100vh;
            background-color: #D9D9D9;
            position: fixed;
            top: 0;
            left: 0;
            padding-top: 88px;
            z-index: 1000;
        }
        /*carosuel */
        .previous-carousel-img {
            margin-top: 12vh;
            height: 25px !important
        }

        .previous-carousel-button {
            width: 0% !important;
            padding-left: 5% !important;
        }

        .duplicaate-previous-carousel-img {
            height: 25px !important
        }
        /*duplicate tool*/

        .duplicate-input-img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
        }
        /*top nav profile show , user details font size */
        .user-details-font {
            font-size: 14px !important
        }

        .bottom-nav-fontsize {
            font-size: 12px !important;
        }

        .bottom-navlink-fontsize {
            font-size: 11px !important;
        }
    }
