.excludeRolesUsers{
    padding: 10px;
}

.excludeRolesUsersHeader{
    display: flex;
    align-items: center;
}
.excludeRolesUsersSelectField{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:.8rem;
    flex: 1 1;
}
.excludeRolesUsersHeading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1;
}
.excludeRolesUsersHeading h1{
    font-weight: 600;
}
.excludeRolesUsersSearchReport{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:.8rem;
    position: relative;
    margin-bottom: 1rem;
    flex: 1 1;
}
.excludeRolesUsersSearchfield{
    width:30rem;
}

.excludeRolesUsersSearchReportIcon{
  position: absolute;
  right:1rem;
}
.excludeRolesUsersCloseReportIcon{
  position: absolute;
  right:4rem;
  border-right: 1px solid #000;
}

.excludeRolesUsersRadioBoxContainer {
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(44, 23, 23, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.excludeRolesUsersTable{
    border: 2px solid #000;
    height: calc(100vh - 267px);
}


.excludeRolesUsersTableData{
    padding: 0 10px 10px 10px;
    height: calc(100vh - 313px);
    overflow: scroll;
}


.excludeRolesUsersPagination{
    width:100%;
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
}


.MuiSelect-select.MuiSelect-select {
    background: none;
    padding-right: 24px;
}

.role-pivot-table-list-container,
.user-pivot-table-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 10px;
}

.user-pivot-table-data-fetching-loader,
.role-pivot-table-data-fetching-loader {
    width: 700px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.role-pivot-autocomplete-select,
.user-pivot-autocomplete-select {
    width: 100%;
    min-width: 280px;
}

.role-user-pivot-table-select {
    width: 100%;
    min-width: 340px;
    position: relative;
}

.role-user-pivot-table-radio-button-actions {
    justify-content: flex-end;
    margin: 10px;
}

.popup-dialog-text-message {
    font-size: 1.4rem;
    margin: 0;
}

.close-icon{
    color: #0000008A;
    cursor: pointer;
}

.close-icon:hover{
    color: #000;
}

/* .accessCert{
    padding: 5px;
} */
.accessCertHeader{
    display: flex;
    align-items: center;
}
.accessCertHeading{
    display: flex;
    justify-content: flex-end;;
    align-items: center;
    flex: 1 1;
}
.accessCertHeading h1{
    font-weight: 600;
    font-size: 18px;
}
.accessCertTablePagination{
    width:100%;
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
}
.accessCertRadioBoxContainer {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
/* .accessCertTable{
    border: 2px solid #000;
    height: calc(100vh-190px);
} */
.accessCertTableData{
    padding: 0 10px 10px 10px;
    height: calc(100vh-236px);
    overflow: scroll;
}
.UserTypeSelect{
    width: 15%;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}
.different-auth-links{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.resetWindowPassword{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    gap:5rem
}
.resetWindowForm{
    padding: 0px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background-color: #ffff;
    margin-top: 8rem;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1) ; */
}
.formHeading{
    text-align: center;

}
.formHeading h1{
   font-weight: 600;
}
.inputs{
    width: 35rem;
}
.captchaContainer{
    text-align: center;
    padding: 5px;
}
.passwordFieldContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0px 30px 40px 30px;
    background-color: #ffff;
    margin-top: 3rem;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1) ; */
}
.passwordField{
    height: 45px;
    position: relative;
    display:flex;
    align-items:center;
}
.confirmPasswordField{
    height: 45px;
    position: relative;
    display:flex;
    align-items:center;
}
.black{
    color: #000;
}
.red{
    color: red;
}
.visibilityIconConfirm{
    position: absolute;
    right: 10px;
}
.visibilityIcon{
    position: absolute;
    right: 10px;
}
.green{
    color: green;
}
.otpContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0px 30px 40px 30px;
    background-color: #ffff;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1) ; */
}
.textmessage{
    font-size: 14px;
}
.submitButton{
    background-color: #11172B;
    color: #fff;
}


.leftHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: calc(100vw - 400px);
}

@media (max-width:950px){
    .leftHeader{
        display: block;
        height: auto;
        width: auto;
    }
}
@media (max-width:500px){
    .leftHeader{
        display: block;
        height: auto;
        width: auto;
    }
    .inputs{
        width:30rem;
    }
}
@media (max-width:400px){
    .leftHeader{
        display: block;
        height: auto;
        width: auto;
    }
    .inputs{
        width:25rem;
    }
}

.profileContainer {
    background: #FFF;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 5px;
    width: 100%;
}

.profileContainerTabContainer {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    /* border-bottom: 1px solid; */
}

.profileContainerTabContainerActiveTab {
    background-color: #11172B;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.profileContainerTabContainerTab {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 15px;
}

.tabData {
    padding: 10px;
    /* cursor:  ; */
}
.tabData:hover {
    cursor: pointer;
  }
.tabHeading {
    height: 40px;
    width: 100%;
    background: #FFFFFF;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
}

.userCardContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 10px;
    overflow: auto;
    height: calc(100vh - 345px)
}

.userCard {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
}

.profile {
    width: 100%;
    padding: 30px;
}

.dashboard-container {
    width: 70vw;
    height: 95vh;
    border: 3px solid #dfdddd;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    overflow: auto;
}

.item {
    padding: 10px;
}

.item-table {
    max-height: 400px;
    overflow: auto;
}

.item-heading {
    padding: 10px;
    background-color: #11172B;
    color: #fff;
    display: flex;
    align-items: center;
}

.card {
    transition: transform 0.3s all;
}

/* .card:hover, .sidebar_table:hover{
    transform: scale(1.04);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
} */
@media (max-width:1150px) {
    .Dashboard {

        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .dashboard-container {
        width: 100%;
        justify-content: center;
    }

    .sidebar {
        width: 100%;
    }
}

@media (max-width:650px) {
    .Dashboard {
        width: 100%;
        justify-content: flex-start;
    }

    .dashboard-container {
        width: 100%;
        justify-content: center;
        overflow: auto;
    }

    .sidebar {
        width: 100%;
    }
}


.addicon {
    color: #92D050;

}

.removeicon {
    color: #FF0000;
}

.inputs form input {
    height: .5rem;
}

.request-collapse {
    margin: 0 auto;
    width: 90%;
}

.request-collapse-table {
    overflow: auto;
    width: 100%;
}

.select {
    width: 100%;
}

.chips {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;

    gap: .5rem;
}

.buttons {
    margin-top: 2rem;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.heading {
    text-align: center;
    width: 100%;
    padding: 10px;
}

.heading h3 {
    font-weight: 600;
    font-size: 24px;
}

.accordion {
    margin-bottom: 2rem;
}

/* .MuiTab-textColorInherit.Mui-selected {
    background-color: #11172B;
    color: #fff;
    font-weight: 600;
} */

/* view request  */
.viewRequest {
    margin-top: 1rem;
    border: 2px solid #222;

}

.viewRequestContainer {
    width: 100%;
    padding: 20px;
}

.inputs {
    width: 100%;
    margin-bottom: 2rem;
}


.viewRequestTable {
    width: 100%;
    padding: 5px;
}

.buttons {
    margin-top: 2rem;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

/* submit request */
.submitRequest {
    padding: 20px;
    width: 100%;

}

.requestContainer {
    border-radius: 8px;
    padding: 0px;
    margin-top: -35px;
}

.breadcrumb h5 {
    font-size: 12px;
}

.heading {
    padding: 5px;
}

.heading h3 {
    font-size: 24px;
    font-weight: 600;
}

.accordions {
    margin: 0 auto;
    width: 95%;
    padding: 30px 0;
}

.submitRequestInputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;

}

.submitRequestInputFields {
    display: flex;
    align-items: center;
    gap: .8rem;
    position: relative;

}

.serachIcon {
    position: absolute;
    right: 1rem;
}

.submitRequestButtons {
    padding: 10px 20px 20px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    width: 100%;

}

/* .MuiMenuItem-root{
    font-size: 12px;
} */
/* .MuiTablePagination-toolbar{

} */

/* profile */

.request {
    width: 100%;
    padding: 30px;
}

.profile {
    width: 100%;
    padding: 10px;
}

.profile-container {
    margin-top: 1rem;
    border: 2px solid #222;
}

.profile-collapse {
    padding: 10px;
    width: 100%;
}

.profileData {
    margin-top: 1rem;
    position: relative;
}

.accordion {
    margin-bottom: 2rem;
}

.profile-collapse-table {
    overflow: auto;
    width: 100%;
}

.profileButtons {
    margin-top: 2rem;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.profileInputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;

}

.profileInputFields {
    display: flex;
    align-items: center;
    gap: .3rem;
    position: relative;

}

.serachIcon {
    position: absolute;
    right: 1rem;
}

.profile-collapse-table {
    overflow: auto;
    width: 100%;
}

.openAll {
    position: absolute;
    right: 5px;
    top: 60px;
    padding: 5px;
}

@media (max-width:1300px) {
    .openAll {
        right: 5px;
        padding: 0;
    }

    .profile-collapse {
        width: 80%;
    }
}

@media (max-width:700px) {
    .profile-collapse {
        width: 70%;
    }
}

/* approvals */
.approval {
    width: 100%;
    padding: 2rem;
}

.heading {
    text-align: center;
    width: 100%;
    padding: 10px;
}

.heading h3 {
    font-size: 20px;
    font-weight: 500;
}

.approval-container {
    border: 2px solid #222;
}

.approvalTable {
    width: 100%;
    padding: 10px;
}

.approvalDetails {
    margin-top: 1rem;
}

.approvalDetailsHeading {
    color: #fff;
    background-color: #11172B;
    padding: 10px;
    margin-bottom: 1rem;
    width: 40vw;
    margin-left: 5%;

}

.approvalActions {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.detailsTable {
    width: 90%;
    margin: 0 auto;
}

.approvalButtons {
    margin-top: 2rem;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.otherDetails {
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* inputFields styling  */
.inputField {
    border: none;
    border-bottom: 1px solid #B7B7B7;
    outline: none;
    background-color: transparent;
    min-height: 45px;
    width: 100%;
}

.inputField:focus {
    border-bottom: 1px solid #000;
}

.systemCardContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0px 10px;
    overflow: auto;
    height: calc(100vh - 290px);
}
.request {
    width: 100%;
    padding: 10px;
    height: calc(100vh-84px);
}

.request-container {
    border: 2px solid #000;
    height: calc(100vh-188px);
}

.tableData {
    padding: 0 10px 10px 10px;
    height: calc(100vh-358px);
    overflow: scroll;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}

.heading {
    text-align: center;
}

.heading h1 {
    font-weight: 600;
}

.inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;

}

.viewRequestInputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.viewRequestInputs .inputFields {
    display: flex;
    align-items: center;
    gap: .3rem;
    position: relative;
}

.serachIcon {
    position: absolute;
    right: 1rem;
}

/* .MuiTab-textColorInherit.Mui-selected {
    background-color: #11172B;
    color: #fff;
    font-weight: 600;
} */

.headerContainer {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    padding: 5px;
}

.searchfield {
    width: 35rem;
}

.searchReport {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .8rem;
    position: relative;
    margin-bottom: 1rem;
    /* background-color: #fff; */
    color: #000;
}

.searchReportIcon {
    position: absolute;
    right: 1rem;
}

.closeReportIcon {
    position: absolute;
    right: 4rem;
    border-right: 1px solid #000;
}

.amendmentContainer {
    display: flex;
    flex-direction: column;
}









.add-consultant {
    display: flex;
    gap: 20px;
    background-color: rgb(255, 145, 1);
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px 40px;
    font-size: small;
    font-weight: 600;
    color: white;
}

.addConsultant {
    display: flex;
    gap: 20px;
    background-color: rgb(255, 145, 1);
    padding: 5px 40px;
    font-size: small;
    font-weight: 600;
    color: white;
}

.input-container {
    display: flex;
    border: 1px solid black;
    /* Box border */
    height: 200px;
    /* Box height */
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /* Margin to separate from above div */
}

.inputContainer {
    display: flex;
    height: 200px;
    /* Box height */
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    /* Margin to separate from above div */
}

.input-part {
    flex: 1 1;
    /* Make each part take equal width */
    padding: 10px;
    /* Add padding inside each part */
}

.input-group label {
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
}

.input-group input,
select {
    border: 1px solid black;
}

.consultantButton-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 10px;
    margin-bottom: 10px;
    position: absolute;
    /* Absolute positioning */
    bottom: 0;
    /* Aligns the child div to the bottom */
    left: 0;
    /* Aligns the child div to the left */
    width: 100%;
}

.consultantButton {
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #0c020f;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* .ConsultantFormContainer {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 2rem;
    padding: 10px;
} */
.ConsultantFormContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 5rem;
    height: 250px;
}

@media screen and (max-width: 1300px) {
    .ConsultantFormContainer {
        height: auto;
    }
}

.input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.input-group label {
    width: 150px;
    /* Adjust the width of labels as needed */
    margin-right: 10px;
    /* Adjust the margin between labels and input fields as needed */
}

.input-group select,
.input-group input[type="text"],
.input-group input[type="email"] {
    flex: 1 1;
    /* Allow input fields to expand to fill available space */
}

.cancel {
    background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.cancel:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


.inactiveTabContainer {
    display: flex;
    align-items: center;

    height: 35px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    width: 25%;
    border-top-right-radius: 70px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 30px;
    background-color: rgb(170, 162, 162);

}



.activeTabContainer {

    /* display: flex;
    align-items: center; */
    background-color: #b2cff3;
    /* height: 35px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    width: 25%;
    border-top-right-radius: 70px;
    border-top-left-radius: 15px; */
    border-bottom-left-radius: 30px;
}

.evidenceTabContainer {
    display: flex;
    gap: 10px;
    margin-right: 10px;
    align-items: center;
    background-color: gray;
    height: 35px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    width: 10%;
    border-radius: 5px;
    border-bottom: 1px solid black;
}



.activeEvidenceTabContainer {
    background-color: black;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.ulmSwitchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15%;
    width: 100%;
}

.data_source_popup_container {
    min-width: 965px;
    padding: 10px 15px;
    height: calc(100vh - 105px);
    overflow: auto;
}

.proactive_reactive_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.datasource_header {
    width: 100%;
    border-bottom: 1px solid #000;
}

.data_source_attribute_mapping_header {
    width: 100%;
    margin-bottom: 10px;
}

.datasource_description {
    padding-top: 5px;
    width: 100%;
}

.datasource_form_type {
    width: 100%;
}

.datasource_form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 1rem;
    column-gap: 1rem;
    width: 965px;
    padding: 10px;
    /* background-color: #f0f0f0; */
}

.datasource_added_api_container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 5px 0;
}

.datasource_added_api {
    height: 35px;
    width: 200px;
    background-color: #fff;
    color: #000;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datasource_form_add_api_param_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1rem;
}

.datasource_add_api_form_container {
    width: 965px;
    padding: 10px;
}

.datasource_form_container_fields {
    width: 350px
}

.datasource_form_add_api_param_container_fields {
    width: 150px;
}

/* Tab css  */
.tabs {
    display: flex;
    position: relative;
    padding: 3px;
    border-radius: 5px;
    background-color: #ddd;
    width: -webkit-fit-content;
    width: fit-content;
}

.tabs * {
    z-index: 2;
}

input[type=radio] {
    display: none;
}

/* input[type=radio]:checked + label {
    color: #F5F3F1;
  } */

.tabSubmitRequest {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 100px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-family: Helvetica, sans-serif;
}

.gliderSubmitRequest {
    position: absolute;
    display: flex;
    height: 35px;
    width: 100px;
    background-color: #fff;
    /* color: #27252559 !important; */
    z-index: 1;
    border-radius: 5px;
    transition: 0.5s ease-out;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.tab-content {
    margin-top: 20px;
    color: #000;
}


.uploadNewImage {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 2px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #4b89dc;
}



.uploadNewImage::-webkit-file-upload-button {
    margin-right: 20px;
    border: none;
    background: #0051a5;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}



.uploadNewImage::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #0051a5;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.uploadNewImage::-webkit-file-upload-button:hover {
    background: #0051a5;
}

.uploadNewImage::file-selector-button:hover {
    background: #0051a5;
}

.uploadNewImage:disabled {
    background: #f0f0f0;
    border-color: #dcdcdc;
    color: #b0b0b0;
    cursor: not-allowed;
    opacity: 0.7;
}

.uploadNewImage:disabled::-webkit-file-upload-button {
    background: #919090;
    color: #b0b0b0;
    cursor: not-allowed;
    opacity: 0.6; 
}

.uploadNewImage:disabled::file-selector-button {
    background: #919090;
    color: #b0b0b0;
    cursor: not-allowed;
    opacity: 0.6; 
}


.reactive_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    width: 965px;
    margin-top: 10px;
}

.reactive_container_cards {
    width: 170px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    height: 200px;
}

.data_source_attribute_mapping {
    width: 965px;
    margin-top: 10px;
    min-height: 220px;
    overflow: auto;
}

.reactive_container_action {
    width: 965px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

/* target system */
.ulmSwitchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10%;
    width: 100%;
}

.ulmLogoName {
    margin-top: 10%;
    text-align: center;
}

.ulmPopupContainer {
    padding: 10px;
}

.premFormContainer {
    grid-gap: 10px;
    gap: 10px;
    display: grid;
    margin: 5px;
    grid-template-columns: repeat(2, 1fr);
}

.premPopupContainer {
    width: calc(100vw - 500px);
    height: calc(100vh - 105px);
    overflow: auto;
    padding: 10px;
}

.premPopupContainer h3 {
    min-width: 967px;
    padding: 5px;
    margin: 0 auto;
    border-bottom: 1px solid #122230;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #0D1822;
}

.ulmAttributeMappingContainer {
    height: 185px;
    overflow: scroll;
}

.ulmTr {
    padding: 5px;
}

.UlmcheckBoxContainer {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 3rem;
}



.premUploadIcon {
    border-left: 1px solid gray;
    cursor: pointer;
    padding-left: 10px;
    font-size: 35px;
}

.ulmDetailsCardInfo {
    width: 100%;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    color: #555353;
}


/*  Tab css  */


.custom_tabs {
    display: flex;
    gap: 2rem;
    margin-top: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.custom_tabs_tab {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.custom_tabs_tab:hover {
    background-color: #f0f0f0;
}

.custom_tabs_tab.active {
    background-color: #f0f0f0;
    border-radius: 5px;

}

.custom_tabs_tab_content {
    padding: 10px;
}

.errorMessage {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    margin-left: "10px"
}

.disableNextStep {
    width: 97px;
    height: 37px;
    border-radius: 5px;
    padding: 10px;
    background: #a2cddf;
    color: #FFF;
    cursor: not-allowed;
}

.imagePreivew {
    width: 80px;
    height: auto;
}

.imagePreivew img {
    width: 100%;
    height: auto;
}

.uploadScript {
    width: 350px;
    max-width: 100%;
    color: #444;
    /* padding: 5px; */
    background: #fff;
    border-radius: 4px;
    border: 1px solid #555;
    height: 38px;
}

.uploadScript::-webkit-file-upload-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.uploadScript::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.uploadScript::-webkit-file-upload-button:hover {
    background: #0d45a5;
}

.uploadScript::file-selector-button:hover {
    background: #0d45a5;
}

.activeForm {
    border: 2px solid #138ac5;
    background-color: green;
    color: #fff;
}

.file_label {
    border: 1px solid black;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 2px;
    height: 41px;
}
.ulmSwitchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15%;
    width: 100%;
}

.data_source_popup_container {
    min-width: 965px;
    padding: 10px 15px;
    height: calc(100vh - 105px);
    overflow: auto;
}

.proactive_reactive_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.datasource_header {
    width: 100%;
    border-bottom: 1px solid #000;
}

.data_source_attribute_mapping_header {
    width: 100%;
    margin-bottom: 10px;
}

.rightDrawer_SubmitReq .MuiPaper-root,.MuiDrawer-paper {
  top: 75px !important;
  /* width:85%; */
  margin:auto;
  border-radius:8px;
  /* text-align:center; */
  margin-bottom:55px
}
.submit_req{
    width: 100% !important;
    overflow: auto;

}
.submit_req .MuiPaper-root,
.MuiDrawer-paper {
  top: 0px !important;
}


.datasource_description {
    padding-top: 5px;
    width: 100%;
}

.service_submit_req .MuiPaper-root,
.MuiDrawer-paper {
  top: 0px !important;
}

.datasource_form_type {
    width: 100%;
}

.datasource_form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 1rem;
    column-gap: 1rem;
    width: 965px;
    padding: 10px;
    /* background-color: #f0f0f0; */
}

.datasource_added_api_container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 5px 0;
}

.datasource_added_api {
    height: 35px;
    width: 200px;
    background-color: #fff;
    color: #000;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datasource_form_add_api_param_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1rem;
}

.datasource_add_api_form_container {
    width: 965px;
    padding: 10px;
}

.datasource_form_container_fields {
    width: 350px
}

.datasource_form_add_api_param_container_fields {
    width: 150px;
}

.reactive_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    width: 965px;
    margin-top: 10px;
}

.reactive_container_cards {
    width: 170px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    height: 200px;
}

.data_source_attribute_mapping {
    width: 965px;
    margin-top: 10px;
    min-height: 220px;
    overflow: auto;
}

.reactive_container_action {
    width: 965px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

/* target system */
.ulmSwitchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10%;
    width: 100%;
}

.ulmLogoName {
    margin-top: 10%;
    text-align: center;
}

.ulmPopupContainer {
    padding: 10px;
}

.premFormContainer {
    grid-gap: 10px;
    gap: 10px;
    display: grid;
    margin: 5px;
    grid-template-columns: repeat(2, 1fr);
}

.premPopupContainer {
    width: calc(100vw - 500px);
    height: calc(100vh - 105px);
    overflow: auto;
    padding: 10px;
}

.premPopupContainer h3 {
    min-width: 967px;
    padding: 5px;
    margin: 0 auto;
    border-bottom: 1px solid #122230;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #0D1822;
}

.ulmAttributeMappingContainer {
    height: 185px;
    overflow: scroll;
}

.ulmTr {
    padding: 5px;
}

.UlmcheckBoxContainer {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 3rem;
}



.premUploadIcon {
    border-left: 1px solid gray;
    cursor: pointer;
    padding-left: 10px;
    font-size: 35px;
}

.ulmDetailsCardInfo {
    width: 100%;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    color: #555353;
}


/*  Tab css  */


.custom_tabs {
    display: flex;
    gap: 2rem;
    margin-top: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.custom_tabs_tab {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.custom_tabs_tab:hover {
    background-color: #f0f0f0;
}

.custom_tabs_tab.active {
    background-color: #f0f0f0;
    border-radius: 5px;

}

.custom_tabs_tab_content {
    padding: 10px;
}

.errorMessage {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    margin-left: "10px"
}

.disableNextStep {
    width: 97px;
    height: 37px;
    border-radius: 5px;
    padding: 10px;
    background: #a2cddf;
    color: #FFF;
    cursor: not-allowed;
}

.imagePreivew {
    width: 80px;
    height: auto;
}

.imagePreivew img {
    width: 100%;
    height: auto;
}

.uploadNewImage {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #555;
}

.uploadScript {
    width: 350px;
    max-width: 100%;
    color: #444;
    /* padding: 5px; */
    background: #fff;
    border-radius: 4px;
    border: 1px solid #555;
    height: 38px;
}

.uploadNewImage::-webkit-file-upload-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.uploadNewImage::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.uploadNewImage::-webkit-file-upload-button:hover {
    background: #0d45a5;
}

.uploadNewImage::file-selector-button:hover {
    background: #0d45a5;
}

.uploadScript::-webkit-file-upload-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.uploadScript::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.uploadScript::-webkit-file-upload-button:hover {
    background: #0d45a5;
}

.uploadScript::file-selector-button:hover {
    background: #0d45a5;
}

.activeForm {
    border: 2px solid #138ac5;
    background-color: green;
    color: #fff;
}

.file_label {
    border: 1px solid black;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 2px;
    height: 41px;
}
.certWorkSheet{
    padding: 10px;
}
.certWorksheetHeader{
    display: flex;
    align-items: center;
}
.certWorksheetHeading{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1;
}
.certWorksheetHeading h1{
    font-weight: 600;
}
.certWorksheetSearchReport{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:.8rem;
    position: relative;
    margin-bottom: 1rem;
    flex: 1 1;
}
.certWorksheetSearchfield{
    width:30rem;
}

.certWorksheetSearchReportIcon{
  position: absolute;
  right:1rem;
}
.certWorksheetCloseReportIcon{
  position: absolute;
  right:4rem;
  border-right: 1px solid #000;
}

.certWorksheetRadioBoxContainer {
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(44, 23, 23, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.certWorkSheeetTable{
    border: 2px solid #000;
    height: calc(100vh - 267px);
}
.certWorkSheeetTableFull{
    border: 2px solid #000;
    height: calc(100vh-190px);
}

.certWorkSheeetTableData{
    padding: 0 10px 10px 10px;
    height: calc(100vh - 313px);
    overflow: scroll;
}

.certWorkSheeetTableDataFull{
    padding: 0 10px 10px 10px;
    height: calc(100vh-236px);
    overflow: scroll;
}

.certWorksheetPagination{
    width:100%;
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
}


.mViewCertifierWorksheet{
    /* padding: 10px; */
    padding: 0px;
}
.mViewCertifierWorksheetHeader{
    display: flex;
    align-items: center;
}
.mViewCertifierWorksheetHeading{
    display: flex;
    justify-content: flex-end;;
    align-items: center;
    flex: 1 1;
}
.mViewCertifierWorksheetHeading h1{
    font-weight: 600;
    font-size: 18px;
}
/* .mViewCertifierWorksheetTable{
    border: 2px solid #000;
    height: calc(100vh-190px);
} */

.mViewCertifierWorksheetTableData{
    padding: 0 10px 10px 10px;
    height: calc(100vh-236px);
    overflow: scroll;
}
.mViewCertifierWorksheetTablePagination{
    width:100%;
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
}

.mViewCertifierWorksheetSearchfield{
    width:30rem;
}
.mViewCertifierWorksheetSearchReport{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:.8rem;
    position: relative;
    margin-bottom: 1rem;
    flex: 1 1;
}
.mViewCertifierWorksheetSearchIcon{
  position: absolute;
  right:1rem;
}
.mViewCertifierWorksheetCloseIcon{
  position: absolute;
  right:4rem;
  border-right: 1px solid #000;
}

.managerView{
    padding-top: 14px;
}
.managerViewHeader{
    display: flex;
    align-items: center;
}
.managerViewHeading{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1;
}
.managerViewHeading h1{
    font-weight: 600;
}
.managerViewSearchReport{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:.8rem;
    position: relative;
    margin-bottom: .5rem;
    flex: 1 1;
}

.managerViewSearchfield{
    width:30rem;
}

.managerViewSearchIcon{
  position: absolute;
  right:1rem;
}
.managerViewcloseIcon{
  position: absolute;
  right:4rem;
  border-right: 1px solid #000;
}
.roleMineTable{

    height: calc(100vh-190px);
}

.tableData{
    padding: 0 10px 10px 10px;
    height: calc(100vh-236px);
    overflow: scroll;
}

.pagination{
    width:100%;
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
}

.managerViewRadioBoxContainer {
    display: flex;
    justify-content: center;
    /* box-shadow: rgba(44, 23, 23, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    padding: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.managerViewTable{
  
    height: calc(100vh - 267px);
}


/* .roleRevoke{
    padding: 10px;
} */
.roleRevokeHeading{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1;
}
.roleRevokeHeading h1{
    font-weight: 600;
}
.roleRevokeTable{
    border: 2px solid #000; 
    height: calc(100vh-190px);
}

.roleRevokeTableData{
    padding: 0 10px 10px 10px;
    height: calc(100vh-236px);
    overflow: scroll;
}

.roleRevokePagination{
    width:100%;
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
}
.roleRevoeHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 16px 0;
}
.roleRevokeSearchfield{
    width:30rem;
}
.roleRevokeSearchReport{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:.8rem;
    position: relative;
    margin-bottom: .5rem;
    flex: 1 1;
}
.roleRevokeSearchReportIcon{
  position: absolute;
  right:1rem;
}
.roleRevokeCloseReportIcon{
  position: absolute;
  right:4rem;
  border-right: 1px solid #000;
}
.inputField{
    height: 45px;
}




.certifierAssignmentReport {
    padding: 10px;
    
}

.certifierAssignmentreportHeader {
    display: flex;
    align-items: center;
}

.certifierAssignmentReportTitle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1;
}

.certifierAssignmentReportTitle h1 {
    font-weight: 600;
}
.certifierAssignmentSearchReport {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .8rem;
    position: relative;
    margin-right: 10px;
    flex: 1 1;
}
.certifierAssignmentSearchfield{
    width:30rem;
}

.certifierAssignmentSearchReportIcon {
    position: absolute;
    right: 1rem;
    cursor: pointer;
}

.certifierAssignmentCloseReportIcon {
    position: absolute;
    right: 4rem;
    border-right: 1px solid #000;
    cursor: pointer;
}

.certifierAssignmentRadioBoxContainer {
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(44, 23, 23, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.certifierAssignmentRadioButton {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.certifierAssignmentReportTable {
    /* border: 2px solid #000; */
    height: calc(100vh - 280px);
    /* overflow: scroll; */
}
.certifierAssignmentTableData {
    padding: 0 10px 10px 10px;
    height: calc(100vh-313px);
    overflow: scroll;
}


.certifierAssignmentPagination {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}







/* JSON Viewer Styles */
.json-viewer {
    font-size: 13px;
    line-height: 1.6;
    color: #1f2937;
}

.json-viewer .json-key {
    color: #0f766e;
}

.json-viewer .json-string {
    color: #b91c1c;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 2px;
    transition: background 0.15s;
}

.json-viewer .json-string:hover {
    background: rgba(255, 108, 55, 0.12);
}

.json-viewer .json-number {
    color: #1d4ed8;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 2px;
    transition: background 0.15s;
}

.json-viewer .json-number:hover {
    background: rgba(255, 108, 55, 0.12);
}

.json-viewer .json-bool {
    color: #7c3aed;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 2px;
    transition: background 0.15s;
}

.json-viewer .json-bool:hover {
    background: rgba(255, 108, 55, 0.12);
}

.json-viewer .json-null {
    color: #6b7280;
    font-style: italic;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 2px;
    transition: background 0.15s;
}

.json-viewer .json-null:hover {
    background: rgba(255, 108, 55, 0.12);
}

.json-viewer .json-toggle {
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    color: #8b949e;
    margin-right: 4px;
    display: inline-block;
    width: 14px;
    text-align: center;
    font-size: 10px;
}

.json-viewer .json-toggle:hover {
    color: #FF6C37;
}

.json-viewer .json-bracket {
    color: #8b949e;
}

.json-viewer .json-children {
    padding-left: 20px;
    border-left: 1px solid rgba(48, 54, 61, 0.6);
    margin-left: 6px;
}

.json-viewer .json-line {
    padding: 1px 0;
}

.json-viewer .json-line:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Custom scrollbar for dark theme */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: hsl(222, 28%, 7%);
}

::-webkit-scrollbar-thumb {
    background: hsl(222, 18%, 25%);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(222, 18%, 35%);
}

/* Ant Design overrides for better dark theme integration */
.ant-collapse {
    border-radius: 8px !important;
}

.ant-collapse>.ant-collapse-item {
    border-bottom-color: rgba(48, 54, 61, 0.5) !important;
}

.ant-tabs-tab {
    font-size: 13px !important;
}

.api-method-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    min-width: 52px;
    text-align: center;
}

.api-method-GET {
    color: #3fb950;
}

.api-method-POST {
    color: #c3633b;
}

.api-method-PUT {
    color: #79c0ff;
}

.api-method-PATCH {
    color: #d2a8ff;
}

.api-method-DELETE {
    color: #f85149;
}

.api-method-HEAD {
    color: #8b949e;
}

.api-method-OPTIONS {
    color: #8b949e;
}
.resetWindowPassword{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    gap:5rem
}
.resetWindowForm{
    padding: 0px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background-color: #ffff;
    margin-top: 3rem;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1) ; */
}
.formHeading{
    text-align: center;

}
.formHeading h1{
   font-weight: 600;
}
.inputs{
    width: 35rem;
}
.captchaContainer{
    text-align: center;
    padding: 5px;
}
.passwordFieldContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0px 30px 40px 30px;
    background-color: #ffff;
    margin-top: 3rem;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1) ; */
}
.passwordField{
    height: 45px;
    position: relative;
    display:flex;
    align-items:center;
}
.confirmPasswordField{
    height: 45px;
    position: relative;
    display:flex;
    align-items:center;
}
.black{
    color: #000;
}
.red{
    color: red;
}
.visibilityIconConfirm{
    position: absolute;
    right: 10px;
}
.visibilityIcon{
    position: absolute;
    right: 10px;
}
.green{
    color: green;
}
.otpContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0px 30px 40px 30px;
    background-color: #ffff;
    /* box-shadow: 0px 5px 10px rgba(0,0,0,0.1) ; */
}
.textmessage{
    font-size: 14px;
}
.submitButton{
    background-color: #11172B;
    color: #fff;
}


.leftHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: calc(100vw - 400px);
}

@media (max-width:950px){
    .leftHeader{
        display: block;
        height: auto;
        width: auto;
    }
}
@media (max-width:500px){
    .leftHeader{
        display: block;
        height: auto;
        width: auto;
    }
    .inputs{
        width:30rem;
    }
}
@media (max-width:400px){
    .leftHeader{
        display: block;
        height: auto;
        width: auto;
    }
    .inputs{
        width:25rem;
    }
}




body.no-animate *,
body.no-animate *::before,
body.no-animate *::after {
    transition: none !important;
    animation: none !important;
}

/* * {
    font-family:  sans-serif;

} */

html {
    font-size: 62.5%;
    /* font-family: Muli, Roboto, Helvetica Neue, Arial, sans-serif; */
    font-family: 'Montserrat !important';
    /* background-color: #121212; */
}

body {
    font-size: 14px;
    line-height: 1.4;
}

html,
body,
#root {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    margin: 0;
}

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 13px;
}

h6,
.h6 {
    font-size: 12px;
}

.ps>.ps__rail-y,
.ps>.ps__rail-x {
    z-index: 99;
}

a[role=button] {
    text-decoration: none;
}

[role="tooltip"] {
    z-index: 999;
}

/* Medium Devices, Desktops Only */
@media only screen and (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 12px;
        height: 12px;
        background-color: rgba(0, 0, 0, 0);
    }

    ::-webkit-scrollbar:hover {
        width: 12px;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.06);
    }

    ::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.24);
        border-radius: 20px;
    }

    ::-webkit-scrollbar-thumb:active {
        box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 0.37);
        border-radius: 20px;
    }
}

form label {
    z-index: 99;
}

@keyframes autofill {

    0%,
    100% {
        background: transparent;
    }
}

input:-webkit-autofill {
    animation-delay: 1s;
    animation-name: autofill !important;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0 100px transparent inset !important;
}



/* development purpose */
body>iframe[style*='2147483647'] {
    display: none;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  display: none;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* Firefox support */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
