html {
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/*
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
/*  overflow-x:hidden;*/
}

.cst-logo-wdth{
    height:45px;
}

.cst-app-name{
    font-size:17px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f3f3f3;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    color: var(--bs-accordion-active-color);
    background-color: #f3f3f3;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.cst-user a{
    text-decoration:none;
    list-style:none;
}

.cst-user li {
    text-decoration: none;
    list-style: none;
}


.AddButtons {
    background-color: #d04a02;
    color: #fff;
}

.AddButtons:hover {
   background-color: #eea236;
   color: #fff;
}

.k-pager-md .k-pager-info{
    display:block !important;
}

.k-selected {
    color: #f35800 !important;
}

body, html {
    height: 100%;
    margin: 0;
}

#wrapper {
    display: flex;
    min-height: 100vh;
}

#sidebar {
    width: 250px;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    transition: all 0.3s;
}

    #sidebar.collapsed {
        width: 0;
        overflow: hidden;
    }

#page-content-wrapper {
    flex-grow: 1;
    padding: 20px;
}

.sidebar-header {
    padding: 10px;
    background-color: #e9ecef;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-link {
    padding: 8px 16px;
}

.nav-item {
    margin-bottom: 5px;
}

.cst-a{
    color:#000 !important;
}

.row h4 {
    padding: 15px 10px;
}
.suggestions-list {
    list-style-type: none;
    padding: 0;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    z-index: 1000; 
}

.suggestions-list li {
    padding: 5px; 
    cursor: pointer;
}
.errImage i {
    font-size: 30px;
}

.errImage {
    background-color: red;
    padding: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: -40px;
}

.successImage {
    background-color: #3c7844;
    padding: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-top: -40px;
}

#ErrorPopup{
    margin-top:60px;
}



.BulkValidateContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}
.k-grid .k-command-cell > .k-button {
    margin-inline-end: var(--kendo-spacing-2, 0.5rem);
    vertical-align: middle;
    background-color: #26776d;
    color: #fff;
}

.info-tooltip {
    background-color: #fd5610;
    height: 19px;
    width: 19px;
    text-align: center;
    padding: 3px;
    border-radius: 50px;
    font-size: 10px;
    color: #fff;
    float: right;
    cursor: pointer;
    display: flex !important;
    align-items:center;
    justify-content:center;
}

.tooltip .tooltip-inner {
    background-color: #007bff !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 4px;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #007bff !important;
}

.custom-ajax-pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('/Images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.cursor-pointer {
    cursor: pointer !important;
}

.status-box {
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
    animation: fadeIn 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.status-box:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.status-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-title {
    font-size: 11px;
    font-weight: 600;
}
.card-header .bg-warning {
    background-color: #E9B01F !important;
}

.status-count {
    font-size: 15px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .status-count.text-pending {
        background-color: #fd7e1438;
    }
.status-count.text-success {
    background-color: #1987547d;
}
    .status-count.text-danger {
        background-color: #dc354578;
        padding-top:0px !important;
    }
    .status-count.text-warning {
        background-color: #ffc10754;
    }

.tile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding:3px 10px !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.overall-box {
    cursor: pointer; /* makes it clickable */
    transition: background-color 0.2s ease;
}

.overall-box:hover {
    background-color: #f8f9fa; /* subtle hover effect */
}

.overall-title {
    color: #333;
}

.overall-count {
    color: #000;
}

.char-counter {
    opacity: 0;
    transition: opacity 0.3s ease; /* smooth fade */
}

.char-counter.visible {
    opacity: 1;
}

.text-warning-limit {
    color: #d9534f; /* Bootstrap danger red */
    font-weight: 600; /* Semi-bold for emphasis */
    transition: all 0.2s ease-in-out;
    text-shadow: 0 0 2px rgba(217, 83, 79, 0.3); /* subtle glow */
}

.side-nav-item div li{
    padding-top:5px;
}

.highlight-link {
    color: #d9534f;
    font-weight: bold;
}

.highlight-link:hover {
    text-decoration: underline;
    color: #d9534f;
}