@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body,
html {
    overflow-x: hidden;
    background-color: #f6f8fa;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #898e93;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Db Login*/
.dewlogin-wrapper {
    height: 100vh;
    background: #fff;
}

.dewlogin-form {
    background: #ffffff;
    padding: 40px 60px;
}

.dew-logol {
    width: 90px;
}

.dewlogin-cont {
    background: url(../img/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

    .dewlogin-cont img {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.dewlogin-form h4 {
    color: #0a90a4;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin-top: 60px;
}

.dewlogin-form form {
    padding: 20px 0;
}

    .dewlogin-form form label {
        color: #525252;
        font-weight: 700;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .dewlogin-form form input {
        font-size: 12px !important;
        padding: 0.9rem 0.75rem !important;
        border: 1px solid #bababa !important;
    }

.formaction {
    display: flex;
    justify-content: space-between;
}

    .formaction label,
    .formaction a {
        margin: 0;
        color: #525252 !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 100%;
    }

.formaction-btn {
    display: flex;
    justify-content: space-between;
}

    .formaction-btn button {
        width: -webkit-fill-available;
        font-size: 16px;
        border-radius: 8px;
        padding: 10px 0;
    }

.signin-btn,
.signup-btn:hover {
    background: #0a90a4;
    border: #0a90a4 1px solid;
}

    .signin-btn:hover,
    .signin-btn:active,
    .signin-btn:visited,
    .signin-btn:focus {
        background: #0f7e8f !important;
        border: #0a90a4 1px solid !important;
        color: #ffffff;
    }

/*Db*/
.dew-logo img {
    width: 100px;
}

.dewhead-right .ca-logo {
    width: 45px;
    /*    width: 35px;*/
    margin-right: 10px;
}

/*Retry button*/
.Rerun {
    color: white;
    font-size: 12px;
    background-color: #279989;
    border: 0;
    outline: 0;
    padding: 3px 10px 4px 10px;
    border-radius: 7px;
}

.disable {
    color: white;
    font-size: 12px;
    background-color: #cfcece;
    border: 0;
    outline: 0;
    padding: 3px 10px 4px 10px;
    border-radius: 7px;
}

.dew-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}

.signout-btn {
    filter: drop-shadow(0px 4px 4px rgba(10, 144, 164, 0.1));
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #f4f4f4;
}

.dew-main {
    border-radius: 15px;
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(10, 144, 164, 0.15);
    margin-bottom: 25px;
}

.dewdb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #f6f8fa;
    border: 1px solid #f3f1f1;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

    .dewdb-head h2 {
        color: #4c5050;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

.dewdb-table table thead th {
    background: #f6f8fa;
    border-radius: 0;
    color: #8b909e;
    font-style: normal;
    font-weight: 500;
    min-width: 170px;
}

.dewdb-search input {
    border-radius: 50px;
    border: 1px solid #e1e6ef;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.03);
    padding: 5px 10px 5px 35px;
    outline: 0;
}

.dewdb-search {
    position: relative;
}

    .dewdb-search button {
        background: unset;
        border: 0;
        position: absolute;
        left: 7px;
        top: 4px;
        color: #b4b2b6;
    }

/*.dewdb-table table tbody td {
    color: rgba(0, 0, 0, 0.88);
}*/

.dewdb-table thead {
    display: block;
}

.dewdb-table table {
    margin: 0;
}

.edit-form {
    background-color: #279989;
    color: #ffffff;
    border-radius: 5px;
    border: unset;
    padding: 6px 7px;
}

    .edit-form:hover,
    .edit-form:active,
    .edit-form:visited,
    .edit-form:focus {
        background: #279989 !important;
        border: #279989 1px solid !important;
        color: #ffffff;
    }

.dewdb-table tbody {
    height: calc(100vh - 360px);
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
}
.dewdb-table td {
    word-break: break-word;
    word-wrap: break-word;
}

.credentialtable thead {
    display: block;
}

.credentialtable td {
    word-break:break-all;
    word-wrap:break-word
}

.credentialtable tbody {
    height: calc(100vh - 360px);
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
}
.credentialmodal{
    max-width:800px;
}
/*table.table.table-bordered.credentialtable {
    width: 758px;
}*/

.credentialtable table thead th:first-child,
.credentialtable table tbody td:first-child {
    padding-left: 10px;
    min-width: 80px;
    /*        min-width: 130px;*/
}

.credentialtable table thead th:nth-child(2), .credentialtable table tbody td:nth-child(2) {
    min-width: 110px;
}

.credentialtable table thead th:nth-child(3), .credentialtable table tbody td:nth-child(3) {
    min-width: 100px;
}

.credentialtable table thead th:nth-child(4), .credentialtable table tbody td:nth-child(4) {
    min-width: 100px;
}

.credentialtable table thead th:nth-child(5),
.credentialtable table tbody td:nth-child(5) {
    min-width: 100px;
}

.credentialtable table thead th:nth-child(6),
.credentialtable table tbody td:nth-child(6) {
    min-width: 100px;
}

.credentialtable table thead th:nth-child(7),
.credentialtable table tbody td:nth-child(7) {
    min-width: 125px;
}
.credentialtable table thead th:nth-child(8), .credentialtable table tbody td:nth-child(8) {
    min-width: 75px;
}
.credentialtable table thead th:nth-child(9), .credentialtable table tbody td:nth-child(9) {
    min-width: 90px;
}

.credentialtable table thead th:nth-child(10), .credentialtable table tbody td:nth-child(10) {
    min-width: 95px;
}

.credentialtable table thead th:nth-child(11), .credentialtable table tbody td:nth-child(11) {
    min-width: 105px;
}

.credentialtable table thead th:nth-child(12), .credentialtable table tbody td:nth-child(12) {
    min-width: 95px;
}

.credentialtable table thead th:nth-child(13), .credentialtable table tbody td:nth-child(13) {
    min-width: 100px;
}

.credentialtable table thead th:nth-child(14), .credentialtable table tbody td:nth-child(14) {
    min-width: 100px;
}
.credentialtable table thead th:nth-child(15), .credentialtable table tbody td:nth-child(15) {
    min-width: 120px;
}

.credentialtable table thead th:last-child,
.credentialtable table tbody td:last-child {
    min-width: 120px;
}

.modal-footer {
    justify-content: center;
}

.dewdb-table table thead th,
.dewdb-table table tbody td {
    min-width: 200px;
}

    .dewdb-table table thead th:first-child,
    .dewdb-table table tbody td:first-child {
        padding-left: 20px;
        min-width: 80px;
/*        min-width: 130px;*/
    }

    .dewdb-table table thead th:nth-child(2), .dewdb-table table tbody td:nth-child(2) {
        min-width: 115px;
    }
    .dewdb-table table thead th:nth-child(3), .dewdb-table table tbody td:nth-child(3) {
        min-width: 165px;
    }
    .dewdb-table table thead th:nth-child(4), .dewdb-table table tbody td:nth-child(4) {
        min-width: 140px;
    }
   
    .dewdb-table table thead th:nth-child(5),
    .dewdb-table table tbody td:nth-child(5) {
        min-width: 175px;
    }

    .dewdb-table table thead th:nth-child(6),
    .dewdb-table table tbody td:nth-child(6) {
        min-width: 115px;
    }

    .dewdb-table table thead th:nth-child(7),
    .dewdb-table table tbody td:nth-child(7) {
        min-width: 95px;
    }

    .dewdb-table table thead th:nth-child(8),
    .dewdb-table table tbody td:nth-child(8) {
        min-width: 95px;
    }

    .dewdb-table table thead th:nth-child(9), .dewdb-table table tbody td:nth-child(9) {
        min-width: 140px;
    }

    .dewdb-table table thead th:nth-child(10), .dewdb-table table tbody td:nth-child(10) {
        min-width: 125px;
    }

    .dewdb-table table thead th:nth-child(11), .dewdb-table table tbody td:nth-child(11) {
        min-width: 151px;
    }

    .dewdb-table table thead th:nth-child(12), .dewdb-table table tbody td:nth-child(12) {
        min-width: 120px;
    }

    .dewdb-table table thead th:nth-child(13), .dewdb-table table tbody td:nth-child(13) {
        min-width: 120px;
    }

    .dewdb-table table thead th:nth-child(14), .dewdb-table table tbody td:nth-child(14) {
        min-width: 120px;
    }

    .dewdb-table table thead th:nth-child(15), .dewdb-table table tbody td:nth-child(15) {
        min-width: 120px;
    }

    .dewdb-table table thead th:nth-child(16), .dewdb-table table tbody td:nth-child(16) {
        min-width: 160px;
    }
    .dewdb-table table thead th:nth-child(17), .dewdb-table table tbody td:nth-child(17) {
        min-width: 140px;
    }
    .dewdb-table table thead th:nth-child(18), .dewdb-table table tbody td:nth-child(18) {
        min-width: 135px;
    }
    .dewdb-table table thead th:nth-child(19), .dewdb-table table tbody td:nth-child(19) {
        min-width: 210px;
    }
    .dewdb-table table thead th:nth-child(20), .dewdb-table table tbody td:nth-child(20) {
        min-width: 130px;
    }
    .dewdb-table table thead th:nth-child(21), .dewdb-table table tbody td:nth-child(21) {
        min-width: 90px;
    }
    .dewdb-table table thead th:nth-child(22), .dewdb-table table tbody td:nth-child(22) {
        min-width: 120px;
    }
    .dewdb-table table thead th:nth-child(23), .dewdb-table table tbody td:nth-child(23) {
        min-width: 160px;
    }

    .dewdb-table table thead th:last-child,
    .dewdb-table table tbody td:last-child {
        min-width: 110px;
    }

    

.dewdb-table table td.success {
    color: #4aa785;
}

.dewdb-table table td.iprogress {
    color: #8a8cd9;
}

.dewdb-table table td.queue {
    color: #59a8d4;
}

.table-btmfilter {
    display: flex;
    justify-content: flex-start;
    margin: 10px 15px 10px 10px;
    color: #828282;
    align-items: center;
}

    .table-btmfilter li.paginate_button.page-item i {
        color: #279888;
    }

    .table-btmfilter .btmfil1,
    .table-btmfilter .btmfil2,
    .table-btmfilter .btmfil3 {
        margin-right: 30px;
    }

.btmfil4 a {
    text-decoration: none;
}

    .btmfil4 a:last-child {
        margin-left: 30px;
    }
/* SortOn & SortBy Icon */
.f-icon {
    float: right;
    display: grid;
}

    .f-icon i {
        font-size: 10px;
        line-height: 8px;
        cursor: pointer;
    }

i:active {
    color: #dddddd;
}

.sorted {
    /*color: #00a59cc7;*/
    color: red;
}

.unsorted {
    color: black;
}
/*Dropdown css*/
.dd-result {
    display: flex;
    align-items: center;
}

.dd-select {
    width: 70px;
}

.show-con {
    margin-right: 5px;
}

.filter-con {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
/*Logout Popup css*/
.cancel-btn {
    background-color: #ababab;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.logout-btn {
    background-color: #0a90a4;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
}

.m-footer {
    padding-bottom: 20px;
}

.logout-mod {
    width: 400px !important;
}
/*Pagination css*/
.btmfil-pagecount {
    margin-right: 5px;
}
/*Login error messgae css*/
.e-message ul {
    list-style: none;
    padding-left: 0 !important;
    width: 100%;
    /*margin-left: -32px;*/
}

.e-message li {
    text-align: center;
}
/*2FA button css*/
.resendbtn {
    margin-left: 10px;
}

.verifybtn {
    margin-right: 10px;
}
/*login pageloader css*/
.overlaycls {
    background: black;
    opacity: 0.6;
    z-index: 99999;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlayclsloader {
    position: absolute;
    top: 41%;
    left: 46%;
    /*margin-top:1%;*/
}
/*forgot password page success popup*/
.a-mod {
    display: unset;
    text-align: center;
    padding-top: 0px;
    border: unset;
}

.a-mod-ok {
    background-color: #0a90a4;
    color: white;
    padding: 5px 40px;
    border-radius: 24px;
    font-size: 14px;
    text-decoration: none;
    border: unset;
}

.ad-body-mod {
    padding: unset;
}
/*Dropdown search css*/
.ps-select {
    margin-left: 10px;
    width: 185px;
}

.cs-select {
    width: 170px;
    margin-left: 10px;
}

.css-select {
    margin-left: 10px;
    width: 240px;
}

.gss-select {
    margin-left: 10px;
    width: 213px;
}

.search-head {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 10px;
    /*border-bottom: 1px solid #EFEFF4;*/
}



.search-con-right {
    display: flex;
    /*    align-items: center;*/
    align-items: baseline;
    position: relative;
    top: 0px;
    /*    padding-bottom:25px;*/
}

    .search-con-right div {
        margin-right: 7px;
    }

        .search-con-right div:nth-child(3) {
            margin-top: 24px;
        }

.date-error-msg {
    position: absolute;
    left: 0;
    bottom: -35px;
}

.search-con-right label.dateLabel {
    margin-left: 0;
    margin-bottom: 4px;
    padding: 0;
    margin-right: 5px;
    margin-left: 6px;
}

.search-con-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dateLabel {
    padding-left: 10px;
    padding-right: 10px;
}

.search-btn {
    background-color: #279989;
    color: #ffffff;
    border-radius: 5px;
    border: unset;
    padding: 6px 7px;
    margin-left: 5px;
}

.clear-icon {
    color: #ef0c0c;
    padding-left: 10px;
}

.dropdownlabel {
    margin-left: 10px;
    margin-bottom: 5px;
}

.dropdownlabel-checkr {
    margin-left: 10px;
    margin-bottom: 5px;
}

.tooltip-inner {
    background-color: #279989;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #279989 !important;
}

a.read-more-btn.btn.btn-link {
    padding: 0;
}

.btn.btn-primary.signin-btn {
    width: 100%;
}
.eyeicon{
    color:#279989;
}
.filepreviewbutton {
    background-color: #279989;
    border: #279989 1px solid !important;
}

    .filepreviewbutton:hover,
    .filepreviewbutton:active,
    .filepreviewbutton:visited,
    .filepreviewbutton:focus {
        background-color: #279989 !important;
        border: #279989 1px solid !important;
        color: #ffffff;
    }

/*Excel Icon*/
.download-link {
    cursor: pointer;
}
.credentialmodal:has(.nocredential) {
    max-width: 500px !important;
}

.radioContainer-con {
    display: flex;
    flex-direction: row;
    align-items: center; /* Ensures text aligns with radio buttons */
    gap: 15px; /* Adds space between options */
    padding-right: 10px;
}

.radioContainer-con label {
    display: flex;
    align-items: center; /* Aligns text with radio button */
    gap: 5px; /* Small space between radio button and text */
}




@media (max-width: 1399.98px) {
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .dewlogin-cont img {
        right: 20px;
        width: 320px;
    }

    .dewlogin-form {
        padding: 40px;
    }
}

@media (max-width: 767.98px) {
    .logout-mod {
        width: unset !important;
    }

    .dewdb-head h2 {
        font-size: 14px;
    }

    .dewdb-search input {
        padding: 2px 5px 2px 30px;
        width: 140px;
    }

    .dewdb-search button {
        left: 5px;
        top: 2px;
    }

    .dewdb-table table thead th:first-child,
    .dewdb-table table tbody td:first-child {
        padding-left: 12px;
        min-width: 90px;
    }

    .dewdb-head {
        padding: 10px 12px;
    }

    .table-btmfilter {
        margin: 10px 7px;
    }

        .table-btmfilter .btmfil1,
        .table-btmfilter .btmfil2,
        .table-btmfilter .btmfil3 {
            margin-right: 10px;
            font-size: 13px;
        }

    .btmfil4 a:last-child {
        margin-left: 15px;
    }

    .dewlogin-cont {
        height: 200px;
        background-position: center -95px;
    }

        .dewlogin-cont img {
            right: 30px;
            width: 125px;
        }

    .dewlogin-form {
        padding: 20px 30px;
        width: 320px;
        margin: 0 auto;
    }

        .dewlogin-form h4 {
            margin-top: 20px;
        }

    .dew-logol {
        width: 60px;
    }
}

@media (max-width: 575.98px) {
    .dew-logo img {
        width: 50px;
    }

    .dewdb-head h2 {
        font-size: 13px;
    }

    .dewhead-right .ca-logo {
        margin-right: 5px;
    }

    .date-error-msg p {
        font-size: 13px;
    }

    .date-error-msg {
        position: absolute;
        left: 0;
        bottom: 30px;
    }

    .dewlogin-cont {
        height: 150px;
        background-position: center -60px;
    }

    .filter-con {
        flex-direction: column;
        align-items: center;
    }

    .dewdb-search {
        margin-top: 9px;
    }

        .dewdb-search button {
            top: 5px;
        }

        .dewdb-search input {
            padding: 5px 5px 5px 30px;
            width: 170px;
        }
}

@media (max-width: 576px) {
    .search-con-left {
        margin-left: 10px;
    }

    .dropdownlabel {
        margin-left: unset;
    }

    .dropdownlabel-checkr {
        margin-left: unset;
    }

    .search-con-right {
        display: block;
    }

    .dateLabel {
        margin-top: 10px;
    }

    .ps-select {
        margin-left: unset;
        margin-bottom: 10px;
    }

    .cs-select {
        margin-left: unset;
        margin-bottom: 10px;
    }

    .css-select {
        margin-left: unset;
        margin-bottom: 10px;
    }

    .gss-select {
        margin-left: unset;
        margin-bottom: 10px;
    }

    .search-con-left {
        display: block;
    }

    .search-btn {
        margin-top: 10px;
    }
}

@media (max-width: 1399px) {

    .search-head {
        display: unset;
    }

    .search-con-left {
        /*margin-left: 10px;*/
        margin-right: 10px;
        justify-content: space-around;
    }

    .dd-option {
        width: 100%;
        margin-right: 10px;
    }

    .ps-select {
        width: 100%;
    }

    .cs-select {
        width: 100%;
    }

    .css-select {
        width: 100%;
    }

    .gss-select {
        width: 100%;
    }

    .search-con-right {
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

#filePreviewModal .modal-dialog {
    max-width: 900px; /* Wider than modal-lg’s default 800px, adjust as needed */
}

.table-container {
    width: 100%; /* Full width of modal body */
    overflow-x: auto; /* Horizontal scroll for wide tables */
    overflow-y: auto; /* Vertical scroll for tall tables */
    max-height: 400px; /* Fixed height for vertical scrolling */
}

#filePreview table {
    width: auto; /* Allow table to grow naturally beyond container if needed */
    min-width: 100%; /* Ensure it fills container initially */
    margin: 0; /* Remove default margins */
}

#filePreview th, #filePreview td {
    white-space: nowrap; /* Prevent wrapping for horizontal scrolling */
    padding: 10px; /* Slightly larger padding for readability */
}

#filePreview thead th {
    position: sticky;
    top: 0;
    z-index: 1; /* Ensure header stays above body content */
    background-color: #f8f9fa; /* Light background for sticky header */
}

