body {
    font-size: 14px;
}

.container {
    max-width: 1320px;
}


small {
    font-size: 12px;
}



.color-pink {
    color: #D61F69;
}

.home-hero {
    background: url(/images/banner_video.png) no-repeat;
    background-size: cover;
}

.form-signin form.card {
    max-width: 785px;
}

.home-hero h1 {
    font-size: 85px;
    font-weight: 600;
}

.form-signin a {
    text-decoration: none;
}

.btn-primary {
    background: #5A70E5;
}

.btn-view {
    background: #e5e7eb;
}


form label {
    font-size: 14px;
}

.form-control {
    color: #9CA3AF;
    font-size: 13px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"],
textarea.form-control {
    background: #F9FAFB;
}

.form-select {
    background-color: #F9FAFB;
}

.dropdown-menu li a {
    font-size: 13px;
}

.home-hero-bg {
    background: url(/images/home-hero.png) no-repeat center;
    background-size: cover;
}

.innerpage {
    background: #e5edff url(/images/innerpage-bg.png) no-repeat top;
    background-size: auto;
}

.bg-custom-01 {
    background: #e5edff;
}

.pill {
    margin-top: -30px !important;
}


/* form innner */

.global_h {
    padding: 13.5px 24px;
    position:fixed;
    width:100%;
    z-index:1;
}

.global_h .nav li a {
    color: #1F2A37 !important;
}

.global_h .nav li a i{
    color: #1E429F;
}

.btn-custom-01 {
    background: #1E429F;
}

.btn-custom-02 {
    background: #D61F69;
}

.btn-circle {
    width: 36px;
}


.f-22 {
    font-size: 22px;
}

/* customising timeline */

.bsb-timeline-1.custom-timeline .timeline>.timeline-item:before {
    background-color: #4B5563;
    border: 1px solid #fff;
    --bsb-tl-circle-size:12px;
    --bsb-tl-circle-offset:6px
}

.bsb-timeline-1.custom-timeline .timeline:after {
    background-color: #7EDCE2;
}


/* table */

.table-light {
    border-color:#e5e7eb
}

.table th{
    color:#6b7280
}

.color-process {
    color: #D1D5DB;
}

.color-save {
    color: blue;
}

.color-submitted {
    color: #057A55;
}

.color-cancelled {
    color: #FF5A1F;
}

.color-abandoned {
    color: #FCE96A;
}

.color-info {
    color: #9CA3AF;
}

.color-g-200 {
    color:darkgrey;
}

.bg-light-blue {
    background: #e1effe;
}

.color-process-indicator {
    color: #1c64f2;
}

.btn-outline-dark.btn-custom-03 {
    border-color: #E5E7EB;
}

.accordion-button:focus {
    box-shadow: none;
    border:0
}

.custom-ac .accordion-button {
     box-shadow: none !important;
}

    .custom-ac .accordion-button::after {
        background-image: url(/images/plus-outline.png);
        background-size: auto;
        background-position: center;
    }

    .custom-ac .accordion-button:not(.collapsed)::after {
        background-image: url(/images/minus-outline.png);
    }

.delivery-progress .bsb-timeline-1 {
    --bsb-tl-circle-size:10px;
    --bsb-tl-circle-offset:5px;
    --bsb-tl-color: #9ca3af
}

.delivery-progress .bsb-timeline-1 .timeline>.timeline-item:before {
    background-color: #9CA3AF;
}

    .delivery-progress .bsb-timeline-1 .timeline.tm-check .timeline-item:before {
        background-image: url(/images/g-check.png);
        background-color: #fff;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: center;
        width: 16px;
        background-size: cover;
        height: 16px;
        --bsb-tl-circle-offset: 7px;
    }

.delivery-progress .bsb-timeline-1 .timeline:after {
    margin-left: 0;
    width: 1px;
}

.text-14 {
    font-size: 14px;
}

.text-13 {
    font-size: 13px;
}

.text-12 {
    font-size: 12px;
}


.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.mask .btn {
    position: absolute;
    bottom: 7px;
    left: 10px;
}

.icons-tt a {
    color: #9CA3AF;
}

/* CHOICES CSS */
.choices__list--multiple .choices__item {
    border-radius: 3px;
    background: #e6e7eb;
    background-color: #e6e7eb;
    border: 1px solid #e6e7eb;
    color: #51555e;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    background-image: url(/images/close.svg);
    background-size: 80% 80%;
    background-position: center;
    opacity: 1;
}

/* For table. */

.td-30 {
    width: 30%;
}

.td-15 {
    width: 15%;
}


@media(max-width:768px) {
    .home-hero h1 {
    font-size: 50px;
    }
    .global_h {
        padding-left: 0;
        padding-right: 0;
    }
    .td-30, .td-15 {
    width: 100%;
    }

}

/*
    added Aug 3, 2025
*/

.resources-nv a, #mobile-nav-carousel a{
    border:1px solid rgba(229, 231, 235, 1);
    color: rgba(31, 42, 55, 1);
    font-weight: 600;
    white-space: nowrap;
}

.resources-nv a:hover,
.resources-nv a.active {
    background-color: rgba(30, 66, 159, 1); 
}

#mobile-nav-carousel a:hover,
#mobile-nav-carousel a.active {
    background-color: rgba(30, 66, 159, 1); 
    color: #fff;
}

.custom-card-pink {
    border-top: 5px solid rgba(174, 188, 219) !important;
}
.custom-card-testmanual {
    border-top: 5px solid rgba(164, 202, 190) !important;
}
.custom-card-green {
    border-top:5px solid rgba(126, 220, 226, 1) !important;
}

.custom-card-blue {
    border-top: 5px solid rgba(164, 202, 190) !important;
}

.custom-card-red {
    border-top: 5px solid rgba(198, 143, 195) !important;
}

#mobile-nav-carousel .carousel-control-next-icon, 
#mobile-nav-carousel .carousel-control-prev-icon {
    width: 1.2rem;
    height: 1.2rem;
}
.failureNotification {
    font-size: x-large;
    color: Red;
    text-align: center;
}

.input-group .mysearch {
    background: url(/images/search-sm.png) no-repeat center;
    background-position: 98% center;
}

.inverntory-acc .accordion-button{
    font-size: 14px;
}

    .inverntory-acc .accordion-button::after {
        background-image: url(/images/chev-normal-down-acc.png);
        width: 8px;
        height: 6px;
        background-size: contain;
    }

.inverntory-acc  .accordion-button:not(.collapsed) {
    background-color: #1E429F;
    color: #fff;
}

    .inverntory-acc .accordion-button:not(.collapsed)::after {
        background-image: url(/images/chev-white-up-acc.png);
        width: 8px;
        height: 6px;
        background-size: contain;
        transform: rotate(360deg);
    }

.emailtemplate  .container {
    max-width: 800px;
}

.emailtemplate .signature{
    color:rgba(55, 65, 81, 1);
    font-size: 12px;
}

.emailtemplate table th {
    background-color: rgba(229, 231, 235, 1);
    color: #000;
}


.badge-wrapper {
     position: relative;
     font-size: 26px; 
     color: #1E429F;
 }

 .badge {
     position: absolute;
     top: -8px;
     right: -8px;
     display: inline-block;
     font-size: 8px;
     line-height: 15px;
     width: 21px;
     height: 21px;
     border-radius: 500px;
     background-color: #D61F69;
     text-align: center;
 }

  .mydash .list-group-item {
    border-radius: 8px;
  }

 .mydash .list-group-item:hover,
 .mydash .list-group-item.active {
    background-color: #F2F5FF;
 }

  .mydash .list-group-item.active:hover,
  .mydash .list-group-item.active {
    color: rgba(33, 37, 41, 0.75)
;
  }


@media (max-width:768px) {
    .inverntory-acc .accordion-body .btn-custom-01 {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 11px;
        white-space: nowrap;
    }
    .vh-100.mydash {
        height: auto !important;
    }    
}


/** Added October 28 */

.pill {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 600px;
}

.pink-pill {
    background-color: #F4D2FF;
    
}

.green-pill {
    background-color: #E0FFF5;
}

.purple-pill {
    background-color: #D9E4FF;
}

.color-blue {
    color: #0d6efd; /* Bootstrap primary blue */
}

.color-green {
    color: #198754; /* Bootstrap success green */
}

.color-grey {
    color: #6c757d; /* Bootstrap secondary grey */
}

.color-red {
    color: #dc3545; /* Bootstrap danger red */
}

.color-orange {
    color: #fd7e14; /* Bootstrap orange */
}

.color-yellow {
    color: yellow; /* Bootstrap warning yellow */
}