.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%;
}

.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;
    }
}

.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;
}
