/*Common CSS Classes For All UI*/
html {
    background: white;
    color: black;
    letter-spacing: 0.5px;
}

#myTable .hidden-column {
    display: none;
}

#SecHelp {
    max-height: 400px;
    overflow-y: auto;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.hidden {
    display: none;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .HeaderImg {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 35%;
    }

    .logicon {
        margin-left: 0%;
    }

    .scrollUp {
        width: 100%;
    }
    /*.MobileGrid {
        display: flex !important;
    }*/
}

@media only screen and (min-width: 1200px) {
    .HeaderImg {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 35%;
    }
   /* .MobileGrid {
        display: flex !important;
    }*/
}


.question-item:nth-child(1) {
    padding-left: 8%;
}

.question-item:nth-child(2) {
    padding-left: 2%;
}
.question-item:nth-child(3) {
    text-align: left !important;
}

.bi-file-minus-fill, bi-plus-square-fill {
    font-size: larger;
}
.Authcol {
    text-align: center;
    font-size:15px;
    font-weight:700;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .Headerh1, .Headerh2 {
        display: none;
    }
    .logicon {
        display: none;
    }

    .btn-primary {
        width: 100%;
    }

    .btn-success {
        background-color: #4A8744 !important;
        width: 100%;
    }

    .btn-secondary {
        width: 100%;
    }

    .btn-danger:hover {
        width: 100%;
    }

    .scrollUp {
        width: 100%;
    }

    .TopNav {
        background: #003366;
        color: white;
        font-weight: 500;
        font-size: 12px !important;
        position: fixed !important;
        top: 66px;
        padding-right: 1%;
        padding-left: 1%;
        width: 100%;
        z-index: 100;
    }
    /*.MobileGrid {
        display: flex !important;
    }*/
}

@media only screen and (max-width: 768px) {
    .footerImg {
        width: 100px;
        height: 100px;
        border: none;
        text-align: center;
    }

    .AdImg {
        width: 40%;
        /*margin-left: 30%;*/
    }

    .Headerh1, .Headerh1 {
        display: none;
    }

    .jumbo {
        font-size: 20px !important;
        font-weight: 400 !important;
    }

    .SDMSfooterMobile {
        text-align: center !important;
        font-family: "Tahoma", sans-serif;
    }

    .Navli {
        color: white !important;
    }

    .HeaderImg {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 35%;
    }

    .logicon {
        display: none;
    }


    #UserName {
        display: none;
    }

    .btn-primary {
        width: 100% !important;
    }

    .btn-success {
        background-color: #4A8744 !important; 
        width: 100% !important;
    }

    .btn-secondary {
        width: 100% !important;
    }

    .btn-danger {
        width: 100% !important;
    }

    .scrollUp {
        width: 100%;
    }
    /*.MobileGrid {
        display: flex !important;
    }*/
    .Certified {
        min-height: 100%;
        max-height: 100% !important;
    }
}
.CertificateBody{
    height:100% !important;
}
body {
    margin: 0 auto;
    height: 100%;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #333;
    background-color: #fff;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased !important;
}
h1 {
    color: #184580;
}

ul {
    list-style-type: none;
    padding: 0;
}
.full-screen-loader, #page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffcc; 
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 5px solid #1B7EBE; 
    border-left-color: #ffc107;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    animation: spin 2s linear infinite;
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #000;
    z-index: 1;
    animation: fadeInOut 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: linear-gradient(180deg, #a45bfa, #ffc107);
    color: #FFF;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: none;
}

    #scrollToTopBtn:hover {
        background: #ffc107 !important;
        width: 55px;
        height: 55px;
        transition: background-color 0.3s ease;
    }

.scrollUp {
    width: 75%;
}
.slide-icon {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00244B;
    color: white;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 99;
}
.btn-primary, .bg-primary, .btn-info {
    background: linear-gradient(135deg, #00244b, #0a66c2, #00244b);
    border-color: #004299 !important;
    color: white !important;
}

    .btn-primary:hover {
        background: linear-gradient(135deg, #00244b, #0a66c2, #0a66c2);
        color: #ffc107 !important;
    }
    .btn-info:hover {
        background: linear-gradient(135deg, #00244b, #0a66c2, #0a66c2);
        color: #ffc107 !important;
    }
/*.dt-button {
    background: linear-gradient(135deg, #00244b, #0a66c2, #00244b) !important;
}*/
.btn-success {
    background: linear-gradient(135deg, #36e594, #386c54, #1a754a);
}

.bg-success {
    background: linear-gradient(135deg, #36e594, #386c54, #198754);
    
}

.btn-success:hover {
    background: linear-gradient(135deg, #36e594, #386c54, #36e594);
    color: #ffc107 !important;
}
.btn-warning {
    background: linear-gradient(135deg, #36e594, #386c54, #198754);
}
.bg-success:hover {
    color: #ffc107 !important;
    cursor: pointer;
}

.btn-danger {
    background: linear-gradient(135deg, #ff0018, #8b575c, #ff0018);
    border-color: #ff0018 !important;
    color: white;
}
.btn-danger:hover {
    background: linear-gradient(135deg, #ff0018, #887678, #3f3536);
    color: #ffc107 !important;
}



.bg-primary {
    background-color: #0056b3 !important;
    border-color: #004299 !important;
}

    .bg-primary:hover {
        color: #ffc107 !important;
        cursor: pointer;
    }

.btn-secondary {
    background: linear-gradient(135deg, #c8def2, #4d5760, #213140);
    color: white;
}
    .btn-secondary:hover {
        background: linear-gradient(135deg, #c8def2, #4d5760, #badeff);
        color: #ffc107 !important;
    }

.ORrow {
    margin-left: 0.3% !important;
    text-align: center;
}

a {
    color: #275996 !important;
    text-decoration: none !important;
    cursor: pointer;
}

    a.disabled:hover {
        cursor: not-allowed;
    }

    a:hover {
        text-decoration: none !important;
        border: none !important;
        color: #ffc107 !important;
    }

.CHeading {
    font-weight: 500;
}

.ADbar {
    padding: 0.5% 0% 1% 0%;
}

.breadcrumbs a {
    font-weight: 700 !important;
    color: #003366 !important; 
    font-size:18px;
}

    .breadcrumbs a:hover {
        color: #ffc107 !important;
    }

.breadcrumbs {
    margin-bottom: 0.5% !important;
}

.text-danger {
    color: #D32F2F !important; 
}

.rolelogin, .nav-link {
    font-family: serif;
    color: white;
    cursor: pointer;
}

    .rolelogin:hover {
        color: #ffc107 !important;
    }

.AAID {
    display: none;
}

#loginPassword {
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.btn-close:hover {
    background-color: white;
    opacity: 0.8;
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close {
    background-color: transparent;
    border: none;
    opacity: 1;
}

    .btn-close:hover, .btn-close:focus {
        filter: invert(1);
    }
.Lebel {
    margin-left: 1%;
}
label {
    font-weight:700;
    margin-bottom: 5px !important;
}
.TabOne, .TabTwo, .TabThree, .TabFour, .TabFive, .TabSix {
    padding: 3%;
    cursor: pointer;
    background: 0 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 0.25rem;
}

.TabButton {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 20px;
    text-align: center;
    border-radius: 0.25rem;
    transition: color 0.3s, background-color 0.3s;
}

.TabOneBody, .TabTwoBody {
    padding: 2.2%;
}

.TabButton:hover {
    color: #ffc107 !important; 
}

.ALeftBox {
    min-height: 510px;
    max-height: 510px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ARightBox {
    background-color: #f4f2ee !important;
    min-height: 510px;
    max-height: 510px;
    overflow-y: auto;
    overflow-x: hidden;
}
.dt-info{
    margin-top:10px;  
 }
/*.ArSummerNote, .note-editable {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #d3d3d3b5 !important;
    color: #0c0c0c;
}*/
.ArModal {
    overflow-y: scroll;
    max-height: 550px;
}
/*FAQ*/
.accordion {
    border-bottom: 1px solid lightgray;
    background: transparent !important;
}

.accordion-item {
    background: transparent !important;
}

    .accordion-item:hover .accordion-title,
    .accordion-item:hover .faqIcon {
        color: #ffc107;
        cursor: pointer;
    }

    .accordion-item button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 2% 0% 2% 1%;
        font-size: 20px;
        border: none;
        cursor: pointer;
        background: transparent;
        color: #333;
    }

.faqIcon {
    margin-right: 1%;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    color: #333;
}

    .faqIcon::before {
        display: block;
        position: absolute;
        content: '';
        background: #333;
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
    }

    .faqIcon::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
    }

    .faqIcon.active::after {
        transform: rotate(-90deg);
    }

.accordion-content {
    padding: 1%;
    transition: max-height 0.3s ease-out;
    background: transparent !important;
    border-top: 1px solid #ffc107;
    color: #333;
}

.accordion-content, p {
    font-size: 20px;
    color: #333;
}
/*End*/
.TB1number::-webkit-inner-spin-button,
.TB1number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.TB1number {
    -moz-appearance: textfield;
}
.TB2number::-webkit-inner-spin-button,
.TB2number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.TB2number {
    -moz-appearance: textfield;
}
.ArBackground {
    background: #f4f2ee;
}
/*Chrome and Safari */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #4a5968;
    border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #5487bb;
    }

    ::-webkit-scrollbar-thumb:horizontal:hover {
        background: #5487bb;
        border-radius: 2px;
    }

.Headerh1 {
    font-family: "Tahoma", sans-serif;
    font-weight: 900;
    color: #fff; 
    text-align: center;
    position: absolute;
    width: 100%;
    top: 35%;
    left: 50%;
    font-size: clamp(12px, 4vw, 45px);
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: text-reveal 4s ease-in-out forwards;
}
.HeaderText {
    font-family: "Tahoma", sans-serif;
    font-weight: 900;
    font-size: clamp(12px, 4vw, 45px);
    text-align:center;
}
.HeaderText, .sectionH3 {
    background: linear-gradient(145deg, #00244b, #0a66c2, #00244b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
}
.SectionBox {
    background: #f4f2ee;
    padding: 1%;
    border: 1px solid #ddd;
    font-size: 18px !important;
    line-height: 1.5;
}
.Certified {
    min-height: 100%;
    max-height: 516.3px;
}

.ARheader img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style-type: disc;
    padding: 0;
    padding-left: 2rem;
}
a[target="_blank"]:after {
    font: var(--fa-font-solid);
    content: "\f35d";
    padding-left: 5px;
}
.dataTables_filter {
    display: block !important;
}

.buttons-copy {
    display: none !important;
}

.buttons-html5 {
    background: #f4f2ee !important;
    color: black;
}

.dt-layout-cell {
    display: flex;
    justify-content: end;
}
.ARHeader {
    text-align: center;
}

.search-container {
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.searchSec {
    width: 100%;
}
.ArHead {
    /*background: #288144;*/
    padding: 1%;
}
.ARModal {
    max-height: 550px;
    overflow-y: auto;
}
.publicDirectory{
    margin-right:10px;
}

.userIsActive {
    margin-right: 10px;
}
@keyframes text-reveal {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}


.MinBody {
    width: 100%;
    min-height: 600px;
    margin-bottom: 50px;
}

.TopNav {
    background: linear-gradient(135deg, #00244b, #003366, #000);
    color: white;
    font-size: 16px;
    position: fixed !important;
    top: 66px;
    padding-right: 1%;
    padding-left: 1%;
    width: 100%;
    z-index: 100;
}


/*End*/

/* Microsoft edge */

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    -ms-appearance: none; /* For Edge */
    border: 2px solid gray;
    border-radius: 4px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}

    input[type="checkbox"]:checked {
        background-color: #0060df;
        border: none;
        border-radius: 4px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><path d="M6.61 11.9L3.41 8.7l-1.4 1.42 4.6 4.6L14.99 5.36l-1.42-1.42z"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 12px;
    }

    input[type="checkbox"][readonly] {
        background-color: #767676;
        border-color: #767676;
        pointer-events: none;
    }

        input[type="checkbox"][readonly]:checked {
            background-color: #767676;
            border-color: #767676;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><path d="M6.61 11.9L3.41 8.7l-1.4 1.42 4.6 4.6L14.99 5.36l-1.42-1.42z"/></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px 12px;
        }

    input[type="checkbox"]:disabled {
        border-color: #d3d3d3;
        pointer-events: none;
        cursor: not-allowed;
    }

        input[type="checkbox"]:disabled:checked {
            background-color: #d3d3d3;
            border-color: #d3d3d3;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><path d="M6.61 11.9L3.41 8.7l-1.4 1.42 4.6 4.6L14.99 5.36l-1.42-1.42z"/></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px 14px;
        }


input[type="radio"] {
    appearance: none;
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
    -ms-appearance: none; /* For Edge */
    border: 2px solid gray;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}

input[type="radio"]:checked {
    background-color: #0060df;
    border: none;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><circle cx="8" cy="8" r="4"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}


    input[type="radio"][readonly] {
        background-color: #767676;
        border-color: #767676;
        pointer-events: none;
    }

        input[type="radio"][readonly]:checked {
            background-color: #767676;
            border-color: #767676;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><circle cx="8" cy="8" r="4"/></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px 14px;
        }

    input[type="radio"]:disabled {
        border-color: #d3d3d3;
        pointer-events: none;
        cursor: not-allowed;
    }


        input[type="radio"]:disabled:checked {
            background-color: #d3d3d3;
            border-color: #d3d3d3;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><circle cx="8" cy="8" r="4"/></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px 14px;
        }


    input[type="radio"]:hover, input[type="checkbox"]:hover {
        border-color: #004bb5;
    }


    input[type="radio"][readonly]:hover, input[type="radio"]:disabled:hover,
    input[type="checkbox"][readonly]:hover, input[type="checkbox"]:disabled:hover {
        border-color: inherit;
    }

input[type="text"]:read-only,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
select:disabled,
textarea:disabled {
    background-color: #d3d3d3b5 !important;
    color: #0c0c0c;
    cursor: not-allowed;
}

    input[type="text"]:disabled:hover,
    textarea:disabled:hover {
        border-color: inherit; 
    }
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch !important;
}
.tableheader th {
    white-space: nowrap;
    min-width: 120px !important;
    text-align:center;
}

.dt-search {
    display: none !important;
}

.dt-end {
    display: none !important;
}

.tableFixHead {
    overflow: auto;
    max-height: 24rem;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .tableFixHead tbody th {
        position: sticky;
        left: 0;
    }
.SectionBox {
    padding: 1%;
    border: 1px solid #ddd;
    font-size: 18px !important;
    line-height: 1.5;
}

.sectionH3 {
    color: #184580;
    font-weight: 500;
    line-height: 1.5;
    height: 100%;
}

.Certified {
    min-height: 100%;
    max-height: 516.3px;
}

.ArHeader img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
    padding: 0;
    padding-left: 2rem;
}

a[target="_blank"]:after {
    font: var(--fa-font-solid);
    content: "\f35d";
    padding-left: 5px;
}
.dt-down-arrow {
    color: white !important;
}


/*End*/





/* Mobile */
@media (max-width: 768px) {
    .TopNav {
        font-weight: 500;
        font-size: 12px !important;
    }

    .SubNav {
        top: 86px !important;
    }

    .TopGap {
        height: 56px !important;
    }

    .top-space {
        height:142px !important;
    }
}

.Navli {
    color: white !important;
}

.NavText {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    /*animation: typing 5s steps(1000, end), blink-caret .75s step-end infinite;*/
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
.dt-search {
    display: none !important;
}

.dt-end {
    display: none !important;
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: orange;
    }
}

.SubNav {
    line-height: 1;
    background: linear-gradient(135deg, #00244b, #003366, #000) !important;
    z-index: 1000;
    position: fixed !important;
    top: 66px;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-family: "Tahoma", sans-serif !important;
    color: black;
}

.barLink :hover {
    border-top: 1px solid #ffc107 !important;
}

.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    line-height: 1.2 !important;
    opacity: .80 !important;
    background-color: #00244b !important;
    z-index: 1000 !important;
    background-color: #00244b;
    font-size: 18px !important;
}

.dropdown-item {
    color: white !important;
}

.OSDLogo {
    height: 32px;
    width: 40px;
    background: transparent !important;
}

.logoutBtn {
    font-size: 18px;
    color: white !important;
    font-family: "Font Awesome 5 Regular";
}

.nav-link {
    color: white !important;
}

.TopGap {
    height: 66px;
}

.full-width-img {
    width: 100%;
    height: auto;
}

.topNavImg {
    background-color: white;
}


a {
    background: transparent;
    font-weight: 500 !important;
}

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 1px dashed #ffbf00;
    }
    .navbar a:hover, a:active {
        outline: none;
    }

button:hover, button:active {
    outline: 1px dashed #ffbf00;
}
button {
    font-weight: 500 !important;
}
input {
    font-weight: 500 !important;
}
input:hover, input:active {
    outline: 1px dashed #ffbf00;
}
select:hover, select:active {
    outline: 1px dashed #ffbf00;
}
textarea:hover, textarea:active {
    outline: 1px dashed #ffbf00;
}
p {
    font-weight: 400;
    color: black;
}

.DSB {
    text-align: center;
    color: #fff;
    background-color: #4a5968;
    font-family: "Tahoma", sans-serif !important;
    line-height: 1.5; 
    padding: 0.8%;
}

.jumbo {
    font-size: 36px;
    font-weight: 400; 
    letter-spacing: 1px;
}
.Heading:hover .jumbo {
    color: #ffc107 !important;
}
.Box-Shadow {
    box-shadow: 5px 5px 10px #d9d9d9;
    border: 2px solid #ccc;
    border-radius: 10px !important;
}

    .Box-Shadow:focus,
    .Box-Shadow {
        outline: 1.5px solid #005fcc; 
        outline-offset: 4px; 
    }
.State {
    outline: none;
}

table:focus,
table {
    outline: 1.5px solid #005fcc;
    outline-offset: 4px;
}
        /*.Box-Shadow:hover {
            outline: 1px dashed #ffbf00;
        }*/
tbody tr:hover {
    background-color: #ddd !important;
}
    
   .CMP {
     font-size: 20px;
    }

.LOG {
    text-align: center;
    color: #184580;
}



.tableheader tr {
    background: linear-gradient(135deg, #000, #003366,#00244b );
    color: white;
    font-weight: bold;
}

.ScrollContent {
    overflow-x: hidden;
}

.CHPImg {
    width: 75%;
}

.CDReports {
    width: 57%;
}

.ChpBox {
    padding: 5%;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    background: #f4f2ee;
}

.OuterBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 3%;
    background: #f4f2ee;
}
.ArExpand {
    transition: max-height 0.3s ease-out;
}
#showAdvanced, #hideAdvanced {
    border: none;
}
#toggleIcon {
    transition: transform 0.3s ease;
}
.arText {
    background: linear-gradient(145deg, #00244b, #0a66c2, #00244b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    .arText:hover {
        background: linear-gradient(145deg, #378d65, #000, #23734d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .modal-body {
        background: #f4f2ee !important;
    }
.SubheadingCHP {
    color: #6c757d !important;
}

.AppBtn {
    margin-left: 0%;
}

.AppBox {
    max-height: 600px !important;
    min-height: 600px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.RightBox, .LeftBox {
    background: #f4f2ee !important;
    font-size:18px;
}
.RightBox {
    overflow-y: auto;
}

    .Border_right {
        border-right: 1px solid #00244b;
    }

.modal-footer {
    border-top: none !important;
}

.green-Percentage {
    color: green;
    font-size: 38px;
    font-weight: bold; 
}

.red-Percentage {
    color: red;
    font-size: 38px;
    font-weight: bold; 
}

.ACModal {
    max-height: 500px;
    overflow-y: auto;
}

.AdBtn {
    color: white !important;
    background-color: #007bff; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer; 
}

    .AdBtn:focus, .AdBtn:hover {
        outline: 2px dashed #ffbf00; 
    }

.AdSec {
    color: black !important;
    font-size: 18px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white !important;
    background: linear-gradient(135deg,#000, #003366, #00244b );
}
.AdSec :hover {
    color: #ffc107 !important;
}
.ListTable {
    width: 100% !important;
    border-collapse: collapse;
}

    .ListTable th, .ListTable td {
        border: 1px solid #ddd; 
        padding: 8px; 
    }

    .ListTable th {
        background-color: #f2f2f2; 
        text-align: left; 
    }

.Seal {
    border-radius: 50% !important;
    text-align: center;
    border: 1px solid black;
    width: 150px !important;
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Seal p {
        margin-top: 20px;
        padding: 0;
    }
/*pdf*/
#DC, #DCSBF {
    /*margin-top: 3px;
    margin-left: 5px;*/
    margin: 0px auto;
    width: 1080px;
    height: 735px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/images/OSDCert.bmp');
}

.Logocentered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 35%;
}

.CertificationTemp {
    position: relative;
    z-index: 10;
}

.Certificate_add {
    margin-left: 5%;
    font-size: 14px;
}

.CertificationTemp, p {
    font-size: 15px;
    line-height: 1.2;
}

.ScriptMT {
    font-family: 'Script MT Bold', cursive;
    line-height: 1.8;
}

#exampleInputPassword1 {
    border: none !important;
    background-color: #f4f2ee; 
    padding: 10px; 
}

.lableBold {
    font-weight: 700;
}

.seeklabel {
    color: white;
    font-weight: bold; 
}

.PreviewHeader {
    color: #fff !important;
    background-color: #4a5968 !important;
    font-family: "Tahoma", sans-serif !important;
    line-height: 1.5;
}

/* End */
/* Sections */
.nav-pills-custom .nav-link {
    position: relative;
    color: #007bff;
    font-weight: bold;
    background-color: #f4f2ee;
    border: 1px solid #dee2e6;
    font-weight: 600 !important;
    font-size:18px;
}

    .nav-pills-custom .nav-link.active {
        background-color: #007bff; 
        color: #fff; 
        font-weight:600 !important;
    }

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

#v-pills-tabContent {
    height: 700px;
    overflow-y: auto;
    border: 2px solid #7d808c;
    padding: 10px; 
    background-color: #ffffff; 
}

.sfsds {
    margin-bottom: 35px;
}

#nextBtn {
    float: right;
    background-color: #007bff; 
    color: #ffffff; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer;
}

    #nextBtn:focus, #nextBtn:hover {
        outline: 2px dashed #ffbf00; 
    }

.question-container {
    padding: 1%;
    font-weight: 600;
}

.questionradio {
    line-height: 1.5;
}

.input-dynamic, .input-dynamic-doc, .date-dynamic {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    -moz-appearance: none;
    text-align: left;
    padding: 1%;
    box-shadow: 1px 1px 5px #1A1A1A;
    border: 2px solid #ccc;
    border-radius: 10px !important;
}

.select_field {
    padding: 1.3%;
}

.additional-comment-label {
    font-weight: normal;
}

.plus-mark {
    width: 30px;
    height: 30px;
    margin-top: 30px;
}

.content-card {
    background-color: #f4f2ee !important;
    padding: 10px 5px 0px 20px !important;
    min-height: 200px !important;
}

#myTable, #myTable1, #DocumentProfileTable,#EmailLogTable, #AssignAppTable, #uploadTable, #TemplateTable, #certificateTable, #AssignApplicationTable, #UserTable, #myuserTable, .ListTable {
    border: 1px solid grey;
    font-size: 14px;
    color: black;
    font-weight: 600;
    width: 100%;
    border-collapse: collapse;
}

#myAuditTable, #MasterTable {
    border: 1px solid grey;
    font-size: 14px;
    color: black;
    font-weight: 600;
    width: 100%;
}

.dt-button-background {
    background: none !important;
}


#myTable1, #DocumentProfileTable  {
    border: 1px solid grey;
    font-size: 14px;
    color: black;
    font-weight: 600;
    width: 100%;
    margin-top: 1%;
}
#certificateTable, #uploadTable, #myTable, #MasterTable, #AssignAppTable, #reportsTable {
    margin-top: 1%;
}
small{
    font-weight:600;
}

.Audit-download-btn {
    margin-top: 1%;
    background: linear-gradient(135deg, #00244b, #0a66c2, #00244b) !important;
    color: white !important;
    border-radius: 5px !important;
    min-width: 180px;
    max-width: 220px;
    font-weight: 700;
    display: flex;
    font-size: 1rem !important;
    padding: 0.4% !important;
    float: inline-start;
    margin-bottom:1% !important;
}
    .Audit-download-btn:hover {
        background: linear-gradient(135deg, #00244b, #0a66c2, #0a66c2);
        color: #ffc107 !important;
    }
    .Audit-download-btn-assignApps {
    margin: 1%;
    background-color: #0C0C5D !important;
    color: white !important;
    border-radius: 5px !important;
    width: 17%;
    font-weight: 700;
    display: flex;
    font-size: 1rem !important;
    padding: 0.4% !important;
}

.excel-btn, .pdf-btn, .csv-btn {
    background-color: #fff !important;
    color: #54889C !important;
    width: 14%;
    width: 14%;
    border-radius: 5px !important;
}

#myTable th, #myTable1 th, #DocumentProfileTable th {
    background: linear-gradient(135deg, #000, #003366,#00244b );
    color: white;
    font-weight: bold;
}

#myTable td, #myTable1 td, #DocumentProfileTable td {
    padding: 8px;
    border: 1px solid #ddd;
}

.excel-btn:hover, .pdf-btn:hover, .csv-btn:hover {
    background-color: #BCBCDC !important;
    width: 14%;
}


#myTable th, #AssignAppTable th, #UserTable th {
    background: linear-gradient(135deg, #003366,#00244b );
    text-align: center;
}
#myTable1 th, #DocumentProfileTable th {
    background: linear-gradient(135deg, #003366,#00244b );
}
#checkboxTable th {
    background: linear-gradient(135deg, #003366,#00244b );
}
.dataTables_filter {
    display: none;
}

#myTable_length, #myTable1_length, #AssignAppTable_length, #UserTable _length{
    margin-bottom: 8px;
}

.continue {
    background-color: #00244b;
    color: #fff; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer; 
}

    .continue:focus, .continue:hover {
        outline: 1px dashed #ffbf00; 
    }


.ALBox {
    padding: 1%;
    background-color: #f4f2ee;
}

.well label {
    font-weight: 600;
    color: black;
}

.btn-block {
    background-color: #00244b;
    color: white;
}

/* Upload Doc */
.uploadheader {
    background-color: #00244b;
    padding: 1%;
    color: white;
}

.Uploadtableheader {
    background-color: #00244b;
    color: white;
}

/* Seek clarification page */
.appdetails {
    margin-top: 1px;
    padding: 2px;
    background-color: #00244b;
    color: white;
}

#myModal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Checklist */
.checklist {
    background: linear-gradient(135deg, #000, #003366,#00244b );
    margin: auto;
}

.table-container {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}

.tableheader th {
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    top: 0;
    background-color: #f4f2ee;
    z-index: 10;
}
.tableheader {
    background: linear-gradient(135deg,#000, #003366, #00244b ) !important;
    color: white !important;
    font-weight: 700;
}
thead tr {
    color: white !important;
    background: linear-gradient(135deg,#000, #003366, #00244b ) !important;
}
tbody tr {
    color: black !important;
    border: 1px solid #ddd !important;
    background: #f4f2ee !important;
}
table th {
    border: 1px solid grey !important;
    font-size: 14px;
    color: white;
    font-weight: bold !important;
    border-collapse: collapse;
}
table td {
    padding: 8px !important;
    border: 1px solid #ddd !important;
}


/* Ensure color contrast */
.ALBox,
.well label,
.btn-block,
.uploadheader,
.Uploadtableheader,
.appdetails,
.checklist {
    color: black; 
}

    /* Ensure focus styles for keyboard accessibility */
    .ALBox:focus,
    .well label:focus,
    .btn-block:focus,
    .uploadheader:focus,
    .Uploadtableheader:focus,
    .appdetails:focus,
    .checklist:focus{
        outline: 2px solid #00244b;
        outline-offset: 2px;
    }
/* seek cartification end*/
/*Vertical Space*/
.V-gap-10 {
    height: 10px;
}

.V-gap-20 {
    height: 20px;
}

.V-gap-30 {
    height: 30px;
}

.H-gap-10 {
    width: 10px;
}
/*Horizontal Space*/
.H-gap-20 {
    width: 20px;
}

.H-gap-30 {
    width: 30px;
}

.Heading {
    text-align: center;
    background-color: #4a5968;
    color: #fff;
    margin-top: 0.2%;
    font-family: "Tahoma", sans-serif !important;
    line-height: 1;
    padding: 0.5%;
}

.Subheading {
    color: #184580;
    font-size: 24px;
}

.Subheading-center {
    color: #184580;
    font-size: 24px;
    text-align: center;
}

.Subheading-bold {
    font-weight: 700;
}

.info {
    font-size: 14px;
    color: black;
}

.VIP {
    color: #184580;
    text-align: center;
}

.REG {
    color: #184580;
}

.SubmitBtn {
    border-radius: 10px;
}

/* Ensure color contrast and focus styles */
.Heading,
.Subheading,
.Subheading-center,
.Subheading-bold,
.info,
.VIP,
.REG,
.SubmitBtn {
    color: #184580; 
}

.Heading {
    background-color: #4a5968;
    color: #fff; 
}

/* Footer */
.SDMSfooter {
    background: rgb(73 89 105);
    color: white !important;
    line-height: 1.5em;
    padding-top: 2em;
    font-weight: 500;
    padding-bottom: 2rem;
    border-bottom: 5px solid #245194;
}

.footerli {
    color: white !important;
    font-weight: 600 !important;
    line-height: 1.7em;
    text-decoration: none;
}

    /* Ensure focus styles */
    .SDMSfooter:focus,
    .footerli:focus {
        outline: 2px solid #fff; 
        outline-offset: 2px;
    }

.footer-text {
    color: white !important;
}

.footerImg {
    width: 100px;
    /*margin-left: 40%;*/
}

.text-reveal-footer {
    opacity: 0;
    animation: text-reveal-footer 2s ease-in-out forwards;
    font-family: "Tahoma", sans-serif !important;
    font-weight: 500;
    line-height: 1.5;
    height: 100%;
}

@keyframes text-reveal-footer {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.topBar {
    padding: 1%;
    font-size: 1.1875em !important;
}


.align {
    text-align: center;
}

article, aside, details, figcaption, figure, header, hgroup, nav, section, summary {
    display: block;
}

#backImg {
    background-image: url('/images/business-backimg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
    margin-top: 0px;
    margin: 0;
}
/*End*/
/* General Styles */

/* Dashboard Boxes */
.DashboardBox1, .DashboardBox2, .DashboardBox3 {
    padding: 6% 1%;
    color: #000;
    border-radius: 20px;
    min-height: 200px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.DashboardBox1 {
    background: linear-gradient(180deg, #f1f8e8 0, #6c9f3c);
}

.DashboardBox2 {
    background: linear-gradient(180deg, #fff2f0 0, #f06748);
    
}

.DashboardBox3 {
    background: linear-gradient(180deg, #ebf8ff 0, #3498db);
}

/* Text Styling */
.Dashboard-Text {
    color: black; 
    text-align: center;
    text-decoration: none;
}

    .Dashboard-Text strong {
        /*font-size: 1.2em;*/
        font-size: 1.1875em !important;
    }

/* Admin Dashboard */
.DashboardBoxAdmin {
    padding: 7% 5%;
    background-color: lightsalmon; 
}

/* Border Styles */
.body1, .approveone {
    border: 1px solid;
    border-radius: 20px; 
}

/* Textarea Styles */
#answerTextarea {
    resize: none;
}

/* Dynamic Content Container */
#dynamicContentContainer {
    max-width: 100%;
    overflow-x: auto;
}

/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Loading Spinner */
.loading-spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid #3498db; 
    border-top: 6px solid transparent;
    animation: spinner 1s infinite linear;
    margin-bottom: 8px;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spin-container {
    background-color: #f4f2ee;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 36rem; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999; 
}

/* .cus-reg-det */
.cus-reg-det {
    color: #00244b; 

}

/*.grid-container {
    display: grid;
    grid-template-columns: 60px 20px 135px 300px 250px 2px;
    grid-template-rows: repeat(4, 18px);
    grid-column-gap: 5px;
    align-items: center;
}*/

.auth-title-grid {
    display: grid;
    grid-template-columns: 14rem 14rem 11rem 11rem 11rem 1rem;
    grid-template-rows: repeat(4, 1rem);
    grid-column-gap: 11px;
    align-items: center;
}

/*.auth-label {
    font-size: 0.7rem;
}*/

.uploaded-documents-section {
    display: none;
}

.text-center {
    text-align: center;
}

/* .upload-btn */
.upload-btn {
    background-color: #00244b; 
    color: #fff; /
    padding: 6px 12px;
    border: 1px solid #00244b; 
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

    .upload-btn:hover {
        background-color: #5a6268;
        border-color: #545b62;
    }

    .upload-btn:focus {
        outline: none;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem #6C757D40;
    }

/* .HeaderColor */
.HeaderColor {
    background: linear-gradient(135deg, #000, #003366,#00244b );
    color: #fff;
    padding: 10px 20px;
}

/* .custom-close-btn */
.custom-close-btn {
    color: white !important;
}

/* .approveDivChecklist */
.approveDivChecklist {
    display: flex;
}

    .approveDivChecklist #checkValue1 {
        margin-left: 30px;
    }

    .approveDivChecklist #labelApproveValue {
        margin-left: 50px;
    }

/* .custom-file-input */
.custom-file-input {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1rem; 
    font-weight: 400;
    line-height: 1.5;
    color: #fff; 
    background-color: #6c757d; 
    background-clip: padding-box;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

    .custom-file-input:hover {
        background-color: #5a6268; 
        border-color: #545b62;
    }

    .custom-file-input:focus {
        outline: none;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem #6C757D40;
    }

.GrossText {
    line-height: 1.8;
}

.bg-opacity-10 {
    background-color: #d3d3d3;
}

.ar-primary {
    border-color: #004299 !important;
    color: #004299 !important;
}

    .ar-primary:hover {
        background: linear-gradient(135deg, #00244b, #0a66c2, #00244b);
        border-color: #004299 !important;
        color: white !important;
    }

#Continue,
#View,
.resendBtn {
    text-align: center;
    display: flex;
    justify-content: center;
}


.social-icons a {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

    .social-icons a:not(:last-child)::after {
        content: '|'; 
        position: absolute;
        right: -15px; 
        top: 0;
        font-size: 30px; 
        color: lightgreen; 
    }

.OSDImage {
    max-width: 100%;
    height: auto;
    display: block; 
    margin: 0 auto; 
}

.footerText {
    text-align: left;
    font-family: "Tahoma", sans-serif !important;
}

@media (max-width: 768px) {
    .footerText {
        text-align: center; 
    }
}

address {
    font-family: "Tahoma", sans-serif !important;
    font-weight: 500;
    line-height: 1.5;
}
/*.sorting_1 {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}*/

/*.Box1-Shadow {
    box-shadow: 5px 5px 10px #d9d9d9;
    border: 2px solid #ccc;
    border-radius: 10px !important;
}*/


.Box1-Shadow {
    outline: 1.5px solid #005fcc;
    outline-offset: 4px;
    border-radius: 10px !important;
}

.SectionBox {
    font-size: 1.1875em !important;
    line-height: 1.75;
}

button {
    font-size: 18px;
}

.masthead-nav > li > a {
    font-weight: 600 !important;
}

.fonts {
    font-size: 1.1875em !important;
}


    .delaware-logo {
        background: url(img/delaware-logo-white.svg);
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        margin-top: 0;
        transition: all 0.6s ease-out;
    }


    span#mainBrand {
        padding-right: 0;
        padding-left: 0;
        font-size: 1.375rem;
        color: #fff;
        border-bottom: 2px solid #fff0;
        transition: all 0.6s ease-out;
    }

#fitScreeen {
    width: 100%;
    display: flex; /* Enables flexbox for alignment */
    justify-content: center;
    margin-left:0.01mm;
}

#fitScreeenheader {
    width: 99.2%;
}

#bottomPanel {
    display: block;
    position: fixed;
    width: 100%;
    left: 0; 
    background-color: #2d3032;
    color: white;
    border-top: 15px solid #245194;
    border-bottom: 15px solid #245194;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0; 
    margin-right: 0; 
    bottom: 0;
    transform: translateY(100%); 
    transition: transform 0.5s ease-in-out;
    z-index:1000;
}

    #bottomPanel.active {
        transform: translateY(0); 
    }


.toggle-footer-btn {
    position: fixed;
    bottom: 0px;
    right: 5%;
    background-color: #245194;
    color: #ffffff !important;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

    .toggle-footer-btn:hover {
        background-color: #193d70;
    }

#Plustoggle {
    position: inherit;
    background-color: #245194;
    color: #ffffff !important;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    float:right;
    margin-right:5%;
 }

.hrline {
    opacity: 100;
    border: 1px solid white;
}

#setWidth {
    display: flex;
    justify-content: space-around;
}


.social.center-block a[target="_blank"]:after {
    font: var(--fa-font-solid);
    content: "\f35d";
    padding-left: 5px;
    display: none;
}

.OuterBox .mt-4 {
    margin-left:1rem;
}


#ownersTableBody td button {
    flex: none; 
    padding: 8px 12px; 
    font-size: 12.9px;
    border-radius: 4px; 
    line-height: 1.2; 
}

@media (max-width: 768px) {
    #ownersTableBody td button {
        padding: 8px 12px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    #ownersTableBody td button {
        padding: 8px 12px;
        font-size: 8px;
    }
}

.custom-width-15 {
    width: 5% !important;
}

.custom-width-20 {
    width: 15% !important;
}


.ChicklistBtn[target="_blank"]:after {
    display: none; /* Ensures the icon appears inline with the link text */
}

.bg-yellow-100 {
    background:#f5f2a6 !important;
}














