*{
    box-sizing: border-box;
}
body {
    margin: 0px;
    background-color: #f3f3f3;
    font-variant-ligatures: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
form.new-ui-tp-search {
    width: auto;
}
.new-ui-tp-search-bg {
    position: relative;
    width: 100%;
    min-width: 265px;
}
.material-symbols-outlined {
    color: #97999c;
    font-size: 22px;
    vertical-align: middle;
}
.new-ui-tp-search-bg>.material-symbols-outlined {
    position: absolute;
    top: 8px;
    left: 25px;
    font-size: 20px;
}
.new-ui-tp-search-bg>input {
    border: 0px;
    outline: 0px;
    padding: 5px 20px 5px 35px;
    border-radius: 40px;
    width: 100%;
}
.navbar-custom-menu.float-right {
    min-width: 20%;
    text-align: right;
    float: right !important;
    padding: 0px;
}
.navbar-custom-menu ul.custom-nav {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.navbar-custom-menu .custom-nav li {
    float: left;
    display: inline;
}
.navbar-custom-menu .custom-nav li a {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    padding: 0px;
    position: relative;
}
.dropdown.user .material-symbols-outlined {
    color: #fff;
}
.navbar-custom-menu .custom-nav .user-image {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -2px;
    margin-top: -4px;
    margin-left: 11px;
}
.navbar-custom-menu .dropdown-toggle::after {
    font-size: 0px;
    border:0px;
    background-color: transparent;
}
a:hover {text-decoration: none;}
.navbar-custom-menu .custom-nav .dropdown-menu {
    background-color: #fff;
    border-radius: 4px !important;
    border: 0px;
    width: auto;
    min-width: 280px;
    box-shadow: 0px 0px 10px rgb(228 228 229 / 90%);
    transform: translate3d(-50px, 47px, 0px) !important;
    padding: 0px 0px 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	left: unset !important;
    right: 0px;
}
.navbar-custom-menu .custom-nav li {
    float: left;
    display: inline;
}
.navbar-custom-menu .custom-nav li.user-header {
    /* height: 175px; */
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 5px;
}
.user-profile-circle {
    max-width: 63px;
}
.navbar-custom-menu .custom-nav .img-circle {
    z-index: 5;
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 50%;
}
.navbar-custom-menu .custom-nav li.user-header .col-sm-9>p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
}
.navbar-custom-menu .custom-nav li.user-header .col-sm-9>span {
    color: #000;
    font-size: 12px;
    margin-bottom: 0px;
    float: left;
}
.navbar-custom-menu .custom-nav li{
    float: left;
}
.navbar-custom-menu .custom-nav li.user-body {
    padding: 5px 10px;
    width: 100%;
}
.navbar-custom-menu .user-body .material-symbols-outlined {
    color: #8f8f8f;
    margin-right: 5px;
}
.label{
    font-size: 12px;
    font-weight: 700;
    color: #2e2e2e;
}
.navbar-custom-menu .user-body p.label {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13px;
    margin:0px;
}
.navbar-custom-menu .custom-nav .user-body a{
    width: 100%;
    text-align: center;
        display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.navbar-custom-menu .custom-nav .user-body a:not(:last-child) {
    margin-bottom: 7px;
}
.navbar-custom-menu .user-body p.label {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: normal;
    margin:0px;
}
.navbar-custom-menu .custom-nav li.user-header .col-sm-9{
    padding: 0px 5px;
}
.navbar-custom-menu .custom-nav li.user-header .row{
    margin: 0px;
}
.rb-main{
    width: 100%;
}
/*END:: HEADER*/

/*START:: SIDEBAR*/
nav.side-navbar.sidebar {
    height: 100vh;
    background: #17224d;
    width: 90px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: 60px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 999;
}
nav.side-navbar ul {
    padding: 10px 0;
    font-size: 14px;
    list-style: none;
}
nav.side-navbar ul li a {
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    color: #FFF;
}
.sidebar-icon {
    height: 25px;
    width: 25px;
}
.text {
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.dropdown-submenu {
    position: relative;
}
nav.side-navbar ul li a {
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    color: #FFF;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    /* margin-top: -6px; */
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0 6px 6px 0px;
}
nav.side-navbar ul li ul {
    padding: 0;
}
#mainMenuUl ul.dropdown-menu, #mainMenuUl2 ul.dropdown-menu {
    width: auto;
    max-width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 12rem !important;
    max-height: 220px;
}
nav.side-navbar ul li.dropdown-submenu:hover ul.dropdown-menu {
    width: 100%;
    display: block;
}
nav.side-navbar ul li li a {
    /* background: #EEF5F9; */
    background-color: #17224d;
    padding-left: 10px;
    font-weight: 500;
        padding: 5px;
    text-decoration: none;
    display: block;
    color: #fff;
}
.mt-60{
    margin-top: 60px;
}
nav.side-navbar ul li a .img{
    text-align: center;
}
.factohrlogo {
    position: fixed;
    bottom: 0px;
    width: 90px;
    background-color: #ffffff;
    padding: 5px;
    /* padding-left: 15px; */
}
.dropdown-menu .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
/*END:: SIDEBAR*/
/*Custome Scrollbar*/
::-webkit-scrollbar-track{
    background-color: #e1e6e9;
}
::-webkit-scrollbar{
    width: 6px;
    background-color: #e1e6e9;
}
::-webkit-scrollbar-thumb{
    background-color: #b3b8c2;
    border-radius: 40px;
}
/*Custome Scrollbar*/

/*START:: DASHBOARD*/
.rb-right-main{
    width: calc(100% - 75px);
    margin-left: 75px;
    padding: 20px;
}
.important-information {
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    margin: 0px -20px 20px;
}
.important-information.imp-info-sub-content{
    width: 100%;
    margin: 0px 0px 20px;
    border-radius: 7px;
}
.important-info-head{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-bottom: 1px solid #dadada;
    align-items: center;
}
.imp-info-icn{
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 100%;
    background-color: #ffebeb;
    justify-content: center;
    margin-right: 10px;
}
.imp-info-icn .material-symbols-outlined{
    color: #f27570;
}
.title-h4,
.important-info-head h4{
    font-size: 20px;
    color: #414042;
    font-weight: 700;
    margin: 0px;
}
.title-h5{
    font-size: 18px;
    color: #414042;
    font-weight: 700;
    margin: 0px;
}
.important-info-dtl{
    width: 100%;
    padding: 13px 20px;
}
.important-info-dtl p{
    margin-bottom: 10px;
}
.important-info-boxes{
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.important-info-boxes>.col-lg-6{
    padding: 0px 10px 20px;
}
.important-info-sing-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    height: 100%;
    overflow: hidden;
    flex-direction: column;
}
.info-title{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 20px;
    border-bottom: 1px solid #dadada;
    align-items: center;
    justify-content: space-between;
}
.info-title-lf{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.info-title h4{
        font-size: 18px;
    color: #414042;
    font-weight: 700;
    margin: 0px;
}
.imp-info-primary{
    background-color: #e7f6ff;
}
.imp-info-primary .material-symbols-outlined{
    color: #80b9db;
}
.price-value{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 40px;
    background-color: #12a5ff;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 3px 12px;
}
.important-info-sing-box-dtl{
    width: 100%;
}
.important-note p{
    font-size: 14px;
    color: #000;
}
.important-note{
    padding: 0px 20px 20px;
}
.PF-Bal-chart{
    width: 100%;
    padding: 20px;
}
.PF-Bal-chart>img{
    width: 100%;
}
.history-boxes-list{
    width: 100%;
    padding: 18px 0px 0px;
    min-height: 350px;
    max-height: 350px;
    overflow: auto;
}
.history-box-sing{
    width: calc(100% - 20px);
    margin: 0px 10px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 8px 0px;
}
.history-box-sing .label{
    font-weight: 500;
    margin-bottom: 5px;
    width: 100%;
}
.history-box-sing h4{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.tag-btn {
    font-size: 12px;
    padding: 0px 10px 2px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: auto;
    border: 0;
    max-width: fit-content;
    cursor: default !important;
}
.history-dtl-arw .material-symbols-outlined{
    color: #12a5ff;
}
.history-dtl-col .history-dtl-arw{
    position: absolute;
    right:10px;
    top: 10px;
}
.col-lg-4.history-dtl-col {
    padding-right: 40px;
}
.settlement-history-top{
    width: 100%;
    padding: 25px 5px 0px;
    display: flex;
    flex-wrap: wrap;
}
.settlement-history-top p {
    font-size: 14px;
    color: #000;
}
.settlement-history-top .label{
    margin-bottom: 3px;
}
.dashboard-table{
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.dashboard-table  .border-top,
.dashboard-table  .border-right,
.dashboard-table  .border-bottom,
.dashboard-table  .border-left{
    border-color: #dadada !important;
}
.dashboard-table thead th{
    font-weight: 700;
    font-size: 14px;
    color: #273b7a;
    padding:10px 15px;
}
.dashboard-table tbody td{
    font-size: 14px;
    color: #000000;
    padding:5px 15px;
}
.dashboard-table thead tr th:first-child{
    padding-left: 20px;
}
.dashboard-table thead tr th:last-child{
    padding-right: 20px;
}
.dashboard-table tbody tr td:first-child{
    padding-left: 20px;
}
.dashboard-table tbody tr td:last-child{
    padding-right: 20px;
}
.dashboard-table tbody tr:nth-child(odd){
    background-color: #f7f7f7;
}
.fw-semibold{
    font-weight: 600;
}
.dashboard-table tbody td strong{
    color: #2e2e2e;
}
.RB-new-modal .modal-header {
    background-color: #dfdfdf;
    padding: 10px 20px;
    border: 0px;
}
.RB-new-modal .modal-title{
    font-size: 18px;
}
.RB-new-modal .up-document-form{
    padding: 10px;
}
.mt-10{
    margin-top: 10px;
}
.RB-new-modal .close .material-symbols-outlined{
    color: #7d7d7d;
    font-size: 25px;
}
.RB-new-modal .modal-content{
    border:0px;
}
.RB-new-modal .close{
    outline: 0px;
    padding: 16px 8px;
    opacity: 1 !important;
    text-shadow: none;
}
.RB-new-modal .modal-dialog{
    max-width: 650px;
}

.important-info-modal-sub-dtl p{
    margin-bottom: 15px;
    font-size: 14px;
}
.tra-history-modal-top{
    width: 100%;
    padding: 25px 20px 5px;
}
.tra-history-company-name{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tra-history-company-name h3,
.tra-history-company-name h4{
    font-size: 18px;
    color: #414042;
    font-weight: 700;
    margin: 0px;
}
.tra-history-company-name h4.fw-semibold{
    color: #000;
    font-weight: 600;
}
.RB-new-modal .modal-body{
    padding: 0px;
}
.important-info-modal-sub-dtl {
    width: 100%;
    padding: 20px;
}
.tra-history-modal-date{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px 0px;
}
.tra-history-modal-date p {
    font-size: 14px;
    color: #000;
}
.tra-history-modal-date .label{
    margin-bottom: 3px;
}
.tra-history-modal-date .col-lg-4{
    padding: 0px;
}
.tra-history-modal-date-footer{
    padding: 0px 20px 5px;
}
.sing-doc-name{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
        font-size: 14px;
    color: #000;
    align-items: center;
}
.sing-doc-name>a{
    color: #97999c;
}
.RB-new-modal#TransferIn_History_Modal .modal-dialog {
    max-width: 540px;
}
.important-info-modal-sub-dtl span.fw-semibold {
    color: #000;
}
.view-more-link-text>a{
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 14px;
}
.view-more-link-text{
    margin-top: -5px;
}

#Important_Information_Modal {
    padding: 60px 0px 1px 90px !important;
}
#Important_Information_Modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
}
#Important_Information_Modal .modal-content {
    height: 100%;
}
#Important_Information_Modal .modal-body{
    overflow: auto;
}
/*END:: Dashboard*/

/*Start:: Data Masking*/
select.form-control {
    appearance: none;
    cursor: pointer;
     background-image: linear-gradient(45deg, transparent 50%, #a7a9ac 50%), linear-gradient(135deg, #a7a9ac 50%, transparent 50%);
    background-position: calc(100% - 17px) calc(1em + 3px), calc(100% - 12px) calc(1em + 3px), 100% 0;
    background-repeat: no-repeat;    
    background-size: 5px 6px, 5.5px 6px, 2em 2em; 
}
.form-control {
    height: 32px;
    font-size: 14px;
    color: #c1c1c1;
    padding: 2px 12px 3px;
    box-shadow: none !important;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c1c1c1;   
}
.new-ui-filter-box {
    width: 100%;
    margin: 0px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    padding: 15px;
}
.data-masking-main{
    width: 100%;
}
.new-ui-filter-top-part {
    width: 100%;
}
.w-70 {
    width: 70%;
}
.form-control:valid,
.form-control:focus{
    color: #000;
}
.data-emp-master{
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    padding: 15px;
    width: 100%;
}
.rb-new-ui-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.title-h6{
        font-size: 14px;
    color: #414042;
    font-weight: 700;
    margin: 0px;
}
.btn-main .btn{
    border: 1px solid #007bff;
    border-radius: 4px;
    padding: 4px 10px;
    min-width: 70px;
    /* font-weight: 700; */
    color: #fff !important;
    font-size: 14px;
    transition: all 0.4s ease;
    background-color: #007bff;
    box-shadow: none !important;
}
.RB-new-UI-table table,
.RB-new-UI-table table thead,
.RB-new-UI-table table tbody{
    width: 100%;
}
.RB-new-UI-table {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow:0px 0px 8px rgb(228 228 229 / 90%);
    overflow: auto;
    display: inline-block;
    white-space: nowrap;
}
.RB-new-UI-table table thead th {
    padding: 15px;
    background-color: #dee2e6;
    text-transform: capitalize;
    border-top: 0;
    vertical-align: middle;
    font-size: 12px;
}
.RB-new-UI-table table td {
    border-color: #dee2e5;
    padding: 8px 15px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;

}
.RB-new-UI-table table tr:first-child td {
    border-top: 0px;
}
.w-33{width: 33.33%;}
.w-15{width: 15%;}
.w-10{width: 10%;}
.w-20{width: 20%;}
.w-85{width: 85%;}
.RB-new-UI-table table .form-control.UnEditable {
    color: #000;
    padding: 0px;
    text-align: left;
    background-color: transparent;
    border: 0px;
}
/*custome checkbox*/
.cus-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin: 0px;
}
.cus-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  border:1px solid #c1c1c1;
  font-size: 0px;
}
.cus-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.cus-check input:checked ~ .checkmark {
  background-color: #2196F3;
  border: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus-check input:checked ~ .checkmark:after {
  display: block;
}
.cus-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cus-check.UnEditable input[type="checkbox"]{
    cursor: none;
}

.cus-check.UnEditable .checkmark{
   border:0px !important;
   background-color: transparent !important;
   cursor: context-menu;
   font-size: 24px;
   color: #2196F3;
   top: -2px;
}
.cus-check.UnEditable .checkmark:after{
    border:0px;
}
.btn-main .btn-outline-primary{
    background-color: transparent !important;
    color: #007bff !important;
}
.data-empty-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; 
    min-height: 400px;   
    justify-content: center;
}
.data-empty-box p{
    font-size: 14px;
}
.site-error-message {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /*border: 1px solid #ef5769;*/
    position: fixed;
    top: 90px;
    right: 20px;
    border-radius: 4px;
    padding: 10px 15px;
    background-color: #fdedef;
    font-size: 16px;
    color: #000;
    z-index: 9999;
    min-width: 450px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 6%);
    overflow: hidden;
}
.site-error-message p{
    margin: 0px;
    padding-left: 25px;
}
.site-error-lft {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100% - 30px);
    position: relative;
}
.site-error-lft::before {
    position: absolute;
    content: '';
    background-color: #ef5769;
    width: 50px;
    height: calc(100% + 20px);
    left: -15px;
    top: -10px;
}
.site-error-message .material-symbols-outlined{
    color: #ef5769;
}
.site-error-lft .material-symbols-outlined {
    color: #fff;
    font-size: 26px;
    margin-right: 0;
    position: relative;
    margin-left: -3px;
}
.close-message {
    cursor: pointer;
}
.site-error-message.alert-success {
    border-color: #38d39e;
    background-color: #ebfbf5;
}
.site-error-message.alert-success .site-error-lft::before {
    background-color: #35d39d;
}
.site-error-message.alert-success .site-error-rh .material-symbols-outlined {
    color: #35d39d;
}
/*Right sidebar*/
.new-side-arrow{
    position: fixed;
    background-color: #17224d;
    border-radius: 40px 0px 0px 40px;
    padding: 5px;
    top: 75px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 999;
    width: 28px;
    height: 38px;
}

.new-side-arrow .material-symbols-outlined{
    font-size: 23px;
    color: #fff;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}
.new-rh-sidebar-items{
    width: 56px;
    position: fixed;
    top: 0px;
    right: 0px;
    margin-top: 60px;
    background-color: #F3F3F3;
    bottom: 0px;
    z-index: 99;
    right: -58px;
    transition: all 0.3s ease;
    padding: 50px 0px 0px;
}
.new-rh-sidebar-items ul{
    padding: 0px;
    margin: 0px;
}
.new-rh-sidebar-items li{
    margin: 10px 0px;
    list-style: none;
}

.new-rh-sidebar-items li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: all 0.4s ease;
    margin: 0px auto;
}
.new-rh-sidebar-items li a:hover{
    background-color: rgba(0,0,0,0.05);
}
.new-rh-sidebar-items li a img{
    max-width: 20px;
}
.show-rh-sidebar .new-rh-sidebar-items{
    right: 0px;
}
.show-rh-sidebar .new-side-arrow{
    border-radius: 100%;
    background-color: transparent;
}
.show-rh-sidebar .new-side-arrow{
    background-color: transparent;
    width: 38px;
    color: #000;
    height: 38px;
}
.show-rh-sidebar .new-side-arrow:hover{
    background-color: #bebebe;
}
.show-rh-sidebar .new-side-arrow .material-symbols-outlined{
    transform: rotate(180deg);
    color: #000;
    margin: 0px 0px 0px 2px;
}
.show-rh-sidebar .new-side-arrow{
    right: 8px;
}
.new-side-arrow:hover{
    width: 45px;
}
.show-rh-sidebar .new-side-arrow:hover{
    width: 38px;
}

#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    border-radius: 100%;
    display: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
#return-to-top .material-symbols-outlined {
    color: #fff;
    margin: 0;
    position: relative;
    left: 5px;
    top: 4px;
    font-size: 26px;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover .material-symbols-outlined{
    color: #fff;
    top: 0px;
}
.new-rh-sidebar-items li.right-has-child{
    position: relative;
}
.new-rh-sidebar-items ul.right-sub-child {
    position: absolute;
    top: 0px;
    right: 55px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    /*padding: 10px 0px;*/
    min-width: 220px;
    transition: all 0.2s ease;
    transform: translateX(5px);
    opacity: 0;
    height: 0px;
    visibility: hidden;
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}
.new-rh-sidebar-items ul.right-sub-child::-webkit-scrollbar {
    width: 3px;
}
.new-rh-sidebar-items li.right-has-child:hover ul.right-sub-child{
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: translateX(0px);
}
.new-rh-sidebar-items ul.right-sub-child a{
    width: auto;
    height: auto;
    background-color: transparent !important;
    font-size: 14px;
    color: #414042;
    text-align: left;
    justify-content: flex-start;
    padding: 5px 15px;
    border-radius: 0px !important;
}
.new-rh-sidebar-items ul.right-sub-child a:hover{
    /*color: #0b94ff;
    transform: translateX(3px);*/
    background-color: rgba(0,0,0,0.05) !important;    
}
.new-rh-sidebar-items ul.right-sub-child::before {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 8px 0px 8px 8px;
    border-color: transparent transparent transparent #fff;
    top: 11px;
    right: -8px;
}
.new-rh-sidebar-items li:hover a{
    background-color: rgba(0,0,0,0.05);
}
.new-rh-sidebar-items ul.right-sub-child li{
    margin: 5px 0px;
}
.responsive-table h6{
    font-size: 13px;
}
.emp-other-dtl{
    font-size: 14px;
    padding: 0px 0px 0px 12px;
}
.emp-other-dtl span:not(:last-child)::after {
    display: inline-block;
    content: '|';
    font-size: 14px;
    color: #000;
    margin: 0px 2px 0px 5px;
    position: relative;
    bottom: 1px;
}
.no-data-found{
    width: 100%;
    text-align: center;
    min-height: 350px;
    max-height: 350px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-data-found img{
    fill: #c6c6c6;
    margin-bottom: 5px;
    filter: invert(10) brightness(0.5) contrast(0.1);
}
.no-data-found p{
    font-size: 16px;
    margin: 0px;
}

/*04/09/2023*/
.navbar-custom-menu .custom-nav .try-new-ui-btn a.btn{
    padding: 5px 16px;
}
.color-white{
    color: #fff;
}
.navbar-custom-menu .user-body p {
    font-size: 12px;
    margin: 0px;
}

/*Without Try New Ui Button*/

body,h1, h2, h3, h4, h5, h6, p{
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.dashboard-table thead tr th:first-child {
    padding-left: 15px;
}

/*Select*/
span.select2-container.select2-container--default.select2-container--open {
    z-index: 1150;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: unset !important;
    color: unset !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: unset !important;
}
li.select2-results__option {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: list-item !important;
}
.select2-results__option {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 22px;
    width: 22px;
    border: 2px solid #e9e9e9;
    border-radius: 7px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before, .select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #007bff !important;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

/*New Tabpannel Section*/
#Nominee_Details .slider{
  display:inline-block;
  width:70px;
  height:32px;
  background-color:#fff;
  position:absolute;
  bottom:4px;
  transition:all .2s linear;
  border-radius: 6px;
  z-index: -9;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  
}
.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link{
    color: #12a5ff;
    background-color: transparent;
}
.nav-tabs {
    border-bottom: 0;
    background-color: #f7f7f7;
    border-radius: 8px;
    /*box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);*/
    z-index: 9;
    position: relative;
    padding: 4px;
}
.nav-tabs .nav-link{
    padding: 5px 22px;
    border-radius: 4px;
    border:0px;
    font-weight: 700;
    font-size: 16px;
    color: #8c8c8c;
}
/*#Nominee_Details .nav-tabs .nav-link.active{
    background-color: #fff;
}*/
p{
    font-size: 14px;
    margin: 0px;
    color: #000;
}
.form-control{
    height: 40px;
}
.form-group button.btn {
    padding: 7px 12px;
}
.attendance-report-preview {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 670px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.attendance-report-preview-mode {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.attendance-report-preview-mode span.material-symbols-outlined {
    color: #D8D8D8;
    font-size: 70px;
}
.attendance-report-preview-mode p {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 10px;
}
.header.new_ui_header{
    background-repeat: no-repeat;
    background-size: cover;
}

/* START : Add New CSS*/
/*Global Spacing issue*/
.container-fluid.pdzero {
    padding: 0;
}
.rb-right-main {
    width: calc(100% - 90px);
    margin-left: 90px;
}
/*Global Spacing issue*/
/*New loader*/
.please-wait-loading {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 99;
}

    .please-wait-loading .spinner {
        padding: 20px;
        min-width: auto;
        min-height: auto;
        border-radius: 3px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

        .please-wait-loading .spinner::before {
            width: 0px;
            height: 0px;
            border: 0px;
        }

.triple-spinner {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 2px solid #146ef5;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

    .triple-spinner::before, .triple-spinner::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 2px solid transparent;
    }

    .triple-spinner::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-top-color: #ed6900;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3.5s linear infinite;
    }

    .triple-spinner::after {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-top-color: #ffa800;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.75s linear infinite;
    }

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END : Add New CSS*/

/*START :: Settlement Application*/
.settlement-application-sub-cnt {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 50px 80px;
    max-height: 850px;
    overflow: auto;
}
.title-h5{
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin: 0px;
    line-height: 28px;
}
.title-h4{
    font-size: 20px;
    color: #222;
    line-height: 30px;
}
.important-info-head{
    padding: 20px;
}
.settlement-app-sub-main{
    width: 100%;
    padding: 55px 0px 0px;
}
p, a{
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
}
a, a:hover{
    color: #0649ED;
}
.settlement-app-sub-main p{
    margin-bottom: 25px;
    line-height: 28px;
}
.settlement-app-form-type{
    width: 100%;
    padding: 25px 0px 0px;
}
.cus-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding:0px 0px 0px 28px;
    cursor: pointer;
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    margin: 0px;
    font-style: normal;  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cus-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cus-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #0649ED;
    border-radius: 3px;
}
.cus-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus-checkbox input:checked ~ .cus-checkmark:after {
  display: block;
}
.cus-checkbox .cus-checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #0649ED;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mt-30{
    margin-top: 30px;
}
.btn-main .btn {
    border-radius: 5px;
    background: #0649ED;
    padding: 8px 25px 10px;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    border: 0;
    line-height: normal;
}
.settlement-application-sub-cnt::-webkit-scrollbar-track,
.settlement-application-sub-cnt::-webkit-scrollbar{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: #D8D8D8;
}
.new-head-form{
    display: flex;
    flex-wrap: wrap;
}

.input-group{
    border-radius: 5px;
    border: 1px solid #C1C1C1;
}
.input-group .form-control{
    height: 40px;
    border:0px;
}
.material-symbols-outlined {
    color: #8F8F8F;
    font-size: 24px;
}
.form-control::placeholder{
    color: #000;
}
.form-control{
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
}
.form-control{
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    height: 40px;
    padding: 2px 15px 3px;
}
select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #8F8F8F 50%), linear-gradient(135deg, #8F8F8F 50%, transparent 50%);
    background-position: calc(100% - 17px) calc(1em + 5px), calc(100% - 12px) calc(1em + 5px), 100% 0;
}
.new-head-form>div{
    padding: 0px 7px;
}
.min-height-40{
    padding: 10px 25px 12px !important;
}
.important-info-dtl{
    padding: 20px;
}
.important-info-dtl p strong{
    font-weight: 600;
}
.settlement-application-listing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px 0px;
}
.settlement-application-sing-box{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgb(228 228 229 / 90%);
    display: flex;
    flex-wrap: wrap;
}
.settlement-application-sing-head{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:15px;
}
.settlement-application-sing-head-lf{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 70%;
    position: relative;
}
.settlement-application-sing-head-lf h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0px;
}
.sm-tag {
    padding: 1px 10px 3px;
    font-size: 12px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    min-height: 22px;
    display: flex;
    align-items: center;
    line-height: normal;
}
.settlement-application-sing-head-icn{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}
.settlement-application-sing-head-icn li {
    margin-bottom: 0px;
    padding-left: 10px;
    display: inline-block;
}
.settlement-application-sing-head-icn li a {
    display: inline-block;
    font-size: 20px;
    text-decoration-line: none;
    text-align: center;
    display: inherit;
}
.settlement-application-sing-box-body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5px 5px;
    border-top: 1px solid #DFDFDF;
}
.settlement-application-sing-box-body tr td strong{
    font-size: 12px;
    color: #222222;
    font-weight: 700;
    display: block;
}
.settlement-application-sing-box-body tr td {
    font-size: 14px;
    color: #333333;
    padding: 0px 10px 10px;
}
.settlement-application-sing-head-icn li svg{
    fill: #8F8F8F;
    font-size: 24px;
}
.hide-icn{display: none !important;}
.sm-reject-tag{
    background-color: #FF7467;
}
.sm-drafted-tag{
    background-color: #F5B945;
}
.sm-approved-tag{
    background-color: #28A745;
}
.sm-tag .material-symbols-outlined{
    font-size: 14px;
    color: #fff;
    padding: 3px 0px 0px 0px;
}
.settlement-application-sing-head-icn .btn{
    color: #0649ED;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #0649ED;
    padding: 8px 20px;
    line-height: normal;
    box-shadow: none !important;
}
.rejected-msg-modal {
    position: absolute;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 30px 10px 10px;
    max-width: 600px;
    top: 0;
    margin: 35px 0px 0px;
    left: 60px;
    min-width: 600px;
    display: none;
    z-index: 99;
        max-height: 240px;
    overflow: auto;
}
.rejected-msg-modal::-webkit-scrollbar-track,
.rejected-msg-modal::-webkit-scrollbar{
    background-color: transparent;
}
.longText {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: max-height 0.3s ease-in-out;
    margin: 0px;
}
.longText.show {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
.longText p{
    margin-bottom: 10px;
}
.longText p:last-child{
    margin-bottom: 0px;
}
.moretext{
    color: #0649ED;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
}
.rejected_msg_click{
    cursor: pointer;
}
.new-design-modal .modal-content {
    border: 0px;
    overflow: hidden;
}
.new-design-modal .modal-header {
    background-color: #DFDFDF;
    padding: 10px 15px;
    border: 0px;
}
.new-design-modal .modal-title {
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
}
.new-design-modal .close {
    outline: 0px;
    padding: 16px 8px;
    opacity: 1 !important;
    text-shadow: none;
}
.new-design-modal .close>span{
    color: #7D7D7D;
    font-size: 24px;
}
.delete-modal-dtl{
    padding: 25px 15px 15px;
}
.emp-delete-round {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #FDEDEF;
    margin-right: 15px;
}
.delete-modal-dtl .d-flex p {
    margin-bottom: 0px;
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
}
.new-design-modal .btn{
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px 12px;
}
.new-design-modal .btn.btn-outline-primary{
    border: 1px solid #0649ED;
    color:#0649ED !important;
    padding: 9px 25px 11px;
}
.emp-delete-round>span{
    color: #FF5469;
}
.pagination-main.justify-content-between {
    padding: 10px 0px 0px;
}
.pagination-main p{
    font-size: 13px;
}
.pagination-main .pagination {
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    margin: 0px;
}
.pagination-main .pagination li, 
.pagination-main .pagination li a {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    color: #222;
    box-shadow: none;
}
.pagination-main .pagination li.current-page a {
    color: #0649ED;
}
.page-link{
    border-color:#D4D4D4;
}
.pagination-main .pagination li a {
    padding: 10px 15px;
    border: 0px;
    border-right: 1px solid #D4D4D4;
}
.pagination-main .pagination li:last-child a{
    border-right: 0px;
} 
.page-link:hover{
    background-color: #fff;
    border-color:#D4D4D4;
}
.download-document-table {
    padding: 5px 15px 5px;
    max-height: 270px;
    overflow: auto;
}
.download-document-table::-webkit-scrollbar-track{
    background-color: transparent;
}
.download-document-table::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.download-document-table tr th{
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 700;
    padding:10px;
    border-bottom: 1px solid #D8D8D8;
}
.download-document-table tr td{
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 400;
    padding:10px;
    border-bottom: 1px solid #D8D8D8;
}
.download-document-table tr:last-child td{
    border-bottom: 0px;
}
.add-settlement-application{
    width: 100%;
}
.add-settlement-app-tab-part .nav-tabs{
    border-radius: 5px;
    background: #FFF;
    padding: 0px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.badge{
    width: 30px;
    height: 30px;
    background-color: #EFEFEF;
    color: #222;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 700;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.add-settlement-app-tab-part .nav-tabs .nav-link {
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px;
    justify-content: center;
    border-radius: 0px;
    position: relative;
    pointer-events: none;
}
.add-settlement-app-tab-part .nav-tabs .nav-link::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 1px;
    left: -26px;
}
.add-settlement-app-tab-part .nav-tabs .nav-item:first-child .nav-link::before{
    left: 0px;
    width: calc(100% - 26px);
}
.add-settlement-app-tab-part .nav-tabs .nav-item:last-child .nav-link::before{
    width: calc(100% + 26px);
}
.add-settlement-app-tab-part .nav-tabs .nav-link.active::before{
    background-color:#0649ED;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.active {
    color: #0649ED;
}
.add-settlement-app-tab-part .nav-tabs .nav-item:first-child .nav-link::before{
    border-bottom-left-radius:5px;
}
.add-settlement-app-tab-part .tab-content{
    margin-top: 20px;
}
.add-settlement-app-tab-part .nav-item{
    position: relative;
}
.add-settlement-app-tab-part .nav-item .nav-link::after{
    position: absolute;
    content: '';
    background-image: url('../images/tab-rh-arrow.png');
    right: 0px;
    top: 0px;
    width: 27px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.add-settlement-app-tab-part .nav-item:last-child .nav-link::after{
    background-image: none;
    width: 0px;
    height: 0px;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.active .badge{
    background-color:#0649ED;
    color: #fff;
}
.add-settlement-sing-tab-pane{
    width: 100%;
    padding: 20px 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.add-settlement-sub-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.add-settlement-sub-form.hide-form {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.add-settlement-sing-tab-pane .col-lg-12,
.add-settlement-sing-tab-pane .col-lg-6{
    padding: 0px 10px;
}
.form-group label{
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.form-control:disabled, .form-control[readonly]{
    background-color: transparent;
    border:0px;
    padding: 0px;
    color: #000;
    height: auto;
    font-size: 14px;
    color: #333;
}
.form-control:focus{
    border-color: #C1C1C1;
}
input.form-control[type=number]::-webkit-inner-spin-button, 
input.form-control[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.form-group{
    margin-bottom: 10px;
}
.form-group.required-field label:after {
    content:"*";
    color: #FF0000;
    padding-left: 2px;
    font-size: 12px;
}
.form-group .btn{
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 11px;
    background: #0649ED;
    line-height: normal;
    border-color:#0649ED;
}
.form-group .btn.btn-outline-primary{
    color: #0649ED;
    background: #fff;
}
.form-group .btn.btn-outline-primary:hover{
    color: #0649ED;
    background: #fff;
    box-shadow: none !important;
}
.add-settlement-top-radio-pannel {
    width: calc(100% + 20px);
    margin: 0px -10px 20px;
    border-bottom: 1px solid #D8D8D8;
    padding: 0px 20px 20px;
}
.cus-radio{
    font-size: 12px;
    color: #222;
    font-weight: 500;
    line-height: 23px;
    padding: 0px 0px 0px 30px;
}
.cus-radio .cus-checkmark{
    height: 22px;
    width: 22px;
    border-radius: 100%;
}
.cus-radio .cus-checkmark:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #0649ED;
    border: 0;
    border-width: 0;
    -webkit-transform: unset;
    -ms-transform: rotate(45deg);
    transform: unset;
    border-radius: 50px;
    transform: scale(0);
    transition: all 0.2s ease;
    display: block;
}
.cus-radio input:checked ~ .cus-checkmark:after{
    transform: scale(0.7);
}
.download-doc-link{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 20px;
}
.sing-doc-link {
    display: flex;
    align-items: center;
}
.sing-doc-link .material-symbols-outlined{
    color: #0649ED;
}
.modal-dialog{
    max-width: 550px;
}
.max-800{
    max-width: 800px !important;
}
.w-550{
    width: 550px !important;
}
.download-doc-note-modal-body{
    width: 100%;
    padding: 20px 15px 15px;
    max-height: 80vh;
    overflow: auto;
}
.download-doc-note-modal-body p:not(:last-child){
    margin-bottom: 15px;
}
.download-doc-note-modal-body p strong{
    color: #222;
}
.download-doc-note-modal-body li{
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
}
.download-doc-note-modal-body ul{
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px;
}
.new-table-wt-header{
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.new-table-header-bar{
    width: 100%;
    padding: 20px;
}
.important-information.imp-info-sub-content{
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.RB-new-table table tr th {
    padding: 10px 20px;
    background: #EFEFEF;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
}
.RB-new-table table tr td{
    padding: 15px 20px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #D8D8D8;
}
.required-star{color: #ff0000;}
.custom-file, label.custom-file-label {
    height: 40px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
}
.custom-file-input {
    cursor: pointer;
    position: absolute;
    margin: 0px;
    text-indent: -999px;
    box-shadow: none ;
    outline: 0px ;
    left: 0px;
    top: 0px;
    height: 100%;
}
.custom-file-label {
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    padding: 5px 12px;
    color: #333;
    font-size: 12px;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #C1C1C1;
    box-shadow: none;
}
.custom-file-input~.custom-file-label::after {
    display: flex;
    align-items: center;
    content: "Browse";
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #C1C1C1;
    background: #E9E9E9;
    color: #222;
    height: 100%;
    border: 0px;
}
.p-20{
    padding: 20px !important;
}
.vertical-scrollbar{
    max-height: 465px;
    overflow: auto;
}
.without-scolltrack::-webkit-scrollbar-track{
    background-color: transparent;
}
.without-scolltrack::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.emp-delete-round.bg-primary{
    background-color: #E6F0FF !important;
    color: #0649ED !important;
}
.emp-delete-round.bg-primary>span{
    color: #0649ED !important;
}
.custom-file-icn-new{
    display: none;
}
.upload-attachment .custom-file-icn-new{
    display: flex;
    justify-content: space-between;
}
.upload-attachment .custom-file.w-100{
    display: none;
}
.custom-file-icn-new label.custom-file-label{
    border:0px;
    color: #333;
    outline: 0px;
    font-size: 13px;
    padding: 0px;
    height: auto;
    margin: 0px 30px 0px 0px;
    position: unset;
}
.custom-file-icn-new label.custom-file-label::after{
    display: none;
}
.custom-file-icn-new .las{
    font-size: 22px;
    color: #6f6f6f;
}
.custom-file-icn-new .paperclip {
    transform: rotate(-90deg);
    margin-left: -4px;
    margin-right: 3px;
}
.custom-file-loader {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #d8d8d8;
    margin: 0px 20px 0px 0px;
    position: relative;
}
.custom-file-loader::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border: 2px solid #007bff;
    border-right-color: transparent;
    border-radius: 100%;
    animation: 1s linear infinite spinner-border;
}
.custom-file-loader::after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 100%;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg)}
}
.upload-attachment-success .custom-file-loader{
    display: none;
}
.add-settlement-boxshadow{
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.add-settlement-boxshadow strong{
    font-weight: 600;
}
.org-title h6{
    color: #FA4616;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mt-20{
    margin-top: 20px !important;
}
.list-wh-line{
    font-size: 14px;
    color: #333;
}
.list-wh-line>span:not(:last-child)::after{
    content: '|';
    margin-right: 5px;
    padding-left: 5px;
}
.max-1100{
    max-width: 1100px !important;
}
.view-mode-settlement-app{
    width: 100%;
    padding: 15px;
    background-color: #F3F3F3;
    max-height: 80vh;
    overflow: auto;
}
.view-settlement-app-sing-box{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.view-settlement-app-sing-head{
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.view-settlement-app-sing-head h5{
    color: #222;
    font-size: 18px;
    font-weight: 700;
}
.view-settlement-app-sing-head h6{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
/*.view-mode-settlement-app .col-lg-12, 
.view-mode-settlement-app .col-lg-4, 
.view-mode-settlement-app .col-lg-6 {
    padding: 0px 10px;
}*/
.view-mode-settlement-app .form-group{
    margin-bottom: 20px;
}
.view-mode-settlement-app::-webkit-scrollbar-track,
.view-mode-settlement-app::-webkit-scrollbar,
.download-doc-note-modal-body::-webkit-scrollbar-track,
.download-doc-note-modal-body::-webkit-scrollbar{
    background-color: transparent;
    width: 8px;
}

/*END :: Settlement Application*/

/*START :: Family Details*/
.min-height-40.btn.btn-outline-primary {
    border: 1px solid #0649ED;
    min-height: 39px;
    padding: 9px 25px 12px !important;
    color: #0649ED !important;
}
.min-height-40 {
    padding: 10px 25px 12px !important;
    min-height: 40px;
}
.settlement-application-sing-head-lf h4{
    color: #222;
}
.settlement-application-sing-head-icn li{
    padding-left: 5px;
}
.height-100{
    height: 100% !important;
}
.form-group .btn{
    box-shadow: none !important;
}
select.form-control:disabled{
    background-image: none;
    cursor: default;
}
.add-settlement-sing-tab-pane .col-lg-12, 
.add-settlement-sing-tab-pane .col-lg-6,
.add-settlement-sing-tab-pane .col-lg-3{
    padding: 0px 10px;
}
.form-group button.btn.submit-btn{
    padding: 10px 15px 11px;
}
.form-control, 
.form-control::placeholder, 
.form-control:valid, 
.form-control:focus{
    color: #333;
}
/*END :: Family Details*/

/*New Changes Settlement Application */
.sm-reject-tag{
    background-color: #FFEAE6;
    color: #FA4616;
}
.sm-reject-tag .material-symbols-outlined{
    color: #FA4616;
}
.sm-drafted-tag{
    background-color: #DBECFF;
    color: #2990FF;
}
.sm-approved-tag{
    background-color: #DAF2E5;
    color: #28A745;
}
.sm-resubmitted-tag{
    background-color: #FFF4E1;
    color: #FFA300;
}
.sm-under-process-tag{
    background-color: #EDE9FF;
    color: #833FCE;
}
.sm-tag{
    font-weight: 600;
}
.Voice-pf-support-other{
    padding:0 0 0 30px;
}
.cus-checkbox-large.cus-checkbox{
    padding: 0px 0px 0px 30px;
    color: #FA4616;
    font-weight: 600;
}
.max-800{
    max-width: 800px !important;
}
#Remarks-table-main.download-document-table tr th:first-child{
    padding-left: 35px;
}
#Remarks-table-main.download-document-table tr td:first-child{
    padding-left: 20px;
}
.vertical-align-top td{
    vertical-align: top !important;
}
#Remarks-table-main .longText {
    -webkit-line-clamp: 2;
}
#Remarks-table-main .longText.show{
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
#Remarks-table-main.download-document-table tr td{
    border-bottom: 0px !important;
}
.download-document-table tr:not(:last-child){
    border-bottom: 1px solid #D8D8D8;
}
#Remarks-table-main.download-document-table{
    max-height: 415px;
}
.sm-tag{
    padding: 1px 13px 3px;
}
.settlement-application-no-data{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    background-color: #fff;
    padding: 20px;
    min-height: 500px;
    flex-direction: column;
}
.scan_delete{
    font-size: 100px;
    color: #D8D8D8;
    font-weight: 200;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.success .badge {
    color: #fff;
    background-color: #0649ed;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.success .badge .material-symbols-outlined{
    color: #fff;
}
.view-mode-settlement-app .title-h5{
    font-size: 16px;
}
.view-mode-settlement-app .add-settlement-sub-form{
    padding: 8px 5px 0px;
}
.box-shadow-none{
    box-shadow: none;
}
.no-data-found-table{
    box-shadow: none;
    height: 258px;
}
h2.title-h4{
    font-size: 18px;
}

.hide {
    display: none;
}

.show {
    display: inline-flex;
    display: inline-flex;
}

/*RT: 23052024 Added for company name and trust name in header*/
/*.company-trust-name{
    width: calc(100% - 165px) !important;
}*/
/*RT: 23052024 Added*/

/*START :: Settlement Application*/
.settlement-application-sub-cnt {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 50px 80px;
    max-height: 850px;
    overflow: auto;
}
.title-h5{
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin: 0px;
    line-height: 28px;
}
.title-h4{
    font-size: 20px;
    color: #222;
    line-height: 30px;
}
.important-info-head{
    padding: 20px;
}
.settlement-app-sub-main{
    width: 100%;
    padding: 55px 0px 0px;
}
p, a{
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
}
a, a:hover{
    color: #0649ED;
}
.settlement-app-sub-main p{
    margin-bottom: 25px;
    line-height: 28px;
}
.settlement-app-form-type{
    width: 100%;
    padding: 25px 0px 0px;
}
.cus-checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding:0px 0px 0px 28px;
    cursor: pointer;
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    margin: 0px;
    font-style: normal;  
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cus-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cus-checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #0649ED;
    border-radius: 3px;
}
.cus-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus-checkbox input:checked ~ .cus-checkmark:after {
  display: block;
}
.cus-checkbox .cus-checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #0649ED;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mt-30{
    margin-top: 30px;
}
.btn-main .btn {
    border-radius: 5px;
    background: #0649ED;
    padding: 8px 25px 10px;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    border: 0;
    line-height: normal;
}
.settlement-application-sub-cnt::-webkit-scrollbar-track,
.settlement-application-sub-cnt::-webkit-scrollbar{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: #D8D8D8;
}
.new-head-form{
    display: flex;
    flex-wrap: wrap;
}

.input-group{
    border-radius: 5px;
    border: 1px solid #C1C1C1;
}
.input-group .form-control{
    height: 40px;
    border:0px;
}
.material-symbols-outlined {
    color: #8F8F8F;
    font-size: 24px;
}
.form-control::placeholder{
    color: #000;
}
.form-control{
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
}
.form-control{
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    height: 40px;
    padding: 2px 15px 3px;
}
select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #8F8F8F 50%), linear-gradient(135deg, #8F8F8F 50%, transparent 50%);
    background-position: calc(100% - 17px) calc(1em + 5px), calc(100% - 12px) calc(1em + 5px), 100% 0;
}
.new-head-form>div{
    padding: 0px 7px;
}
.min-height-40{
    padding: 10px 25px 12px !important;
}
.important-info-dtl{
    padding: 20px;
}
.important-info-dtl p strong{
    font-weight: 600;
}
.settlement-application-listing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px 0px;
}
.settlement-application-sing-box{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgb(228 228 229 / 90%);
    display: flex;
    flex-wrap: wrap;
}
.settlement-application-sing-head{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:15px;
}
.settlement-application-sing-head-lf{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 70%;
    position: relative;
}
.settlement-application-sing-head-lf h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0px;
}
.sm-tag {
    padding: 1px 10px 3px;
    font-size: 12px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    min-height: 22px;
    display: flex;
    align-items: center;
    line-height: normal;
}
.settlement-application-sing-head-icn{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}
.settlement-application-sing-head-icn li {
    margin-bottom: 0px;
    padding-left: 10px;
    display: inline-block;
}
.settlement-application-sing-head-icn li a {
    display: inline-block;
    font-size: 20px;
    text-decoration-line: none;
    text-align: center;
    display: inherit;
}
.settlement-application-sing-box-body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 5px 5px;
    border-top: 1px solid #DFDFDF;
}
.settlement-application-sing-box-body tr td strong{
    font-size: 12px;
    color: #222222;
    font-weight: 700;
    display: block;
}
.settlement-application-sing-box-body tr td {
    font-size: 14px;
    color: #333333;
    padding: 0px 10px 10px;
}
.settlement-application-sing-head-icn li svg{
    fill: #8F8F8F;
    font-size: 24px;
}
.hide-icn{display: none !important;}
.sm-reject-tag{
    background-color: #FF7467;
}
.sm-drafted-tag{
    background-color: #F5B945;
}
.sm-approved-tag{
    background-color: #28A745;
}
.sm-tag .material-symbols-outlined{
    font-size: 14px;
    color: #fff;
    padding: 3px 0px 0px 0px;
}
.settlement-application-sing-head-icn .btn{
    color: #0649ED;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #0649ED;
    padding: 8px 20px;
    line-height: normal;
    box-shadow: none !important;
}
.rejected-msg-modal {
    position: absolute;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 30px 10px 10px;
    max-width: 600px;
    top: 0;
    margin: 35px 0px 0px;
    left: 60px;
    min-width: 600px;
    display: none;
    z-index: 99;
        max-height: 240px;
    overflow: auto;
}
.rejected-msg-modal::-webkit-scrollbar-track,
.rejected-msg-modal::-webkit-scrollbar{
    background-color: transparent;
}
.longText {
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: max-height 0.3s ease-in-out;
    margin: 0px;
}
.longText.show {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
.longText p{
    margin-bottom: 10px;
}
.longText p:last-child{
    margin-bottom: 0px;
}
.Read_More_txt {
    color: #0649ED;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    margin: 0;
    margin: 5px 0 0;
}
.rejected_msg_click{
    cursor: pointer;
}
.new-design-modal .modal-content {
    border: 0px;
    overflow: hidden;
}
.new-design-modal .modal-header {
    background-color: #DFDFDF;
    padding: 10px 15px;
    border: 0px;
}
.new-design-modal .modal-title {
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
}
.new-design-modal .close {
    outline: 0px;
    padding: 16px 8px;
    opacity: 1 !important;
    text-shadow: none;
}
.new-design-modal .close>span{
    color: #7D7D7D;
    font-size: 24px;
}
.delete-modal-dtl{
    padding: 25px 15px 15px;
}
.emp-delete-round {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #FDEDEF;
    margin-right: 15px;
}
.delete-modal-dtl .d-flex p {
    margin-bottom: 0px;
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
}
.new-design-modal .btn{
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px 12px;
}
.new-design-modal .btn.btn-outline-primary{
    border: 1px solid #0649ED;
    color:#0649ED !important;
    padding: 9px 25px 11px;
}
.emp-delete-round>span{
    color: #FF5469;
}
.pagination-main.justify-content-between {
    padding: 10px 0px 0px;
}
.pagination-main p{
    font-size: 13px;
}
.pagination-main .pagination {
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
    margin: 0px;
}
.pagination-main .pagination li, 
.pagination-main .pagination li a {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    color: #222;
    box-shadow: none;
}
.pagination-main .pagination li.current-page a {
    color: #0649ED;
}
.page-link{
    border-color:#D4D4D4;
}
.pagination-main .pagination li a {
    padding: 10px 15px;
    border: 0px;
    border-right: 1px solid #D4D4D4;
}
.pagination-main .pagination li:last-child a{
    border-right: 0px;
} 
.page-link:hover{
    background-color: #fff;
    border-color:#D4D4D4;
}
.download-document-table {
    padding: 5px 15px 5px;
    max-height: 270px;
    overflow: auto;
}
.download-document-table::-webkit-scrollbar-track{
    background-color: transparent;
}
.download-document-table::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.download-document-table tr th{
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 700;
    padding:10px;
    border-bottom: 1px solid #D8D8D8;
}
.download-document-table tr td{
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 400;
    padding:10px;
    border-bottom: 1px solid #D8D8D8;
}
.download-document-table tr:last-child td{
    border-bottom: 0px;
}
.add-settlement-application{
    width: 100%;
}
.add-settlement-app-tab-part .nav-tabs{
    border-radius: 5px;
    background: #FFF;
    padding: 0px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.badge{
    width: 30px;
    height: 30px;
    background-color: #EFEFEF;
    color: #222;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 700;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.add-settlement-app-tab-part .nav-tabs .nav-link {
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px;
    justify-content: center;
    border-radius: 0px;
    position: relative;
    pointer-events: none;
}
.add-settlement-app-tab-part .nav-tabs .nav-link::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 1px;
    left: -26px;
}
.add-settlement-app-tab-part .nav-tabs .nav-item:first-child .nav-link::before{
    left: 0px;
    width: calc(100% - 26px);
}
.add-settlement-app-tab-part .nav-tabs .nav-item:last-child .nav-link::before{
    width: calc(100% + 26px);
}
.add-settlement-app-tab-part .nav-tabs .nav-link.active::before{
    background-color:#0649ED;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.active {
    color: #0649ED;
}
.add-settlement-app-tab-part .nav-tabs .nav-item:first-child .nav-link::before{
    border-bottom-left-radius:5px;
}
.add-settlement-app-tab-part .tab-content{
    margin-top: 20px;
}
.add-settlement-app-tab-part .nav-item{
    position: relative;
}
.add-settlement-app-tab-part .nav-item .nav-link::after{
    position: absolute;
    content: '';
    background-image: url('../images/tab-rh-arrow.png');
    right: 0px;
    top: 0px;
    width: 27px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.add-settlement-app-tab-part .nav-item:last-child .nav-link::after{
    background-image: none;
    width: 0px;
    height: 0px;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.active .badge{
    background-color:#0649ED;
    color: #fff;
}
.add-settlement-sing-tab-pane{
    width: 100%;
    padding: 20px 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.add-settlement-sub-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.add-settlement-sub-form.hide-form {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.add-settlement-sing-tab-pane .col-lg-12,
.add-settlement-sing-tab-pane .col-lg-6{
    padding: 0px 10px;
}
.form-group label{
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.form-control:disabled, .form-control[readonly]{
    background-color: transparent;
    border:0px;
    padding: 0px;
    color: #000;
    height: auto;
    font-size: 14px;
    color: #333;
}
.form-control:focus{
    border-color: #C1C1C1;
}
input.form-control[type=number]::-webkit-inner-spin-button, 
input.form-control[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.form-group{
    margin-bottom: 10px;
}
.form-group.required-field label:after {
    content:"*";
    color: #FF0000;
    padding-left: 2px;
    font-size: 12px;
}
.form-group .btn{
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 11px;
    background: #0649ED;
    line-height: normal;
    border-color:#0649ED;
}
.form-group .btn.btn-outline-primary{
    color: #0649ED;
    background: #fff;
}
.form-group .btn.btn-outline-primary:hover{
    color: #0649ED;
    background: #fff;
    box-shadow: none !important;
}
.add-settlement-top-radio-pannel {
    width: calc(100% + 20px);
    margin: 0px -10px 20px;
    border-bottom: 1px solid #D8D8D8;
    padding: 0px 20px 20px;
}
.cus-radio{
    font-size: 12px;
    color: #222;
    font-weight: 500;
    line-height: 23px;
    padding: 0px 0px 0px 30px;
}
.cus-radio .cus-checkmark{
    height: 22px;
    width: 22px;
    border-radius: 100%;
}
.cus-radio .cus-checkmark:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #0649ED;
    border: 0;
    border-width: 0;
    -webkit-transform: unset;
    -ms-transform: rotate(45deg);
    transform: unset;
    border-radius: 50px;
    transform: scale(0);
    transition: all 0.2s ease;
    display: block;
}
.cus-radio input:checked ~ .cus-checkmark:after{
    transform: scale(1);
}
.download-doc-link{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 20px;
}
.sing-doc-link {
    display: flex;
    align-items: center;
}
.sing-doc-link .material-symbols-outlined{
    color: #0649ED;
}
.modal-dialog{
    max-width: 550px;
}
.max-800{
    max-width: 800px !important;
}
.w-550{
    width: 550px !important;
}
.download-doc-note-modal-body{
    width: 100%;
    padding: 20px 15px 15px;
    max-height: 80vh;
    overflow: auto;
}
.download-doc-note-modal-body p:not(:last-child){
    margin-bottom: 15px;
}
.download-doc-note-modal-body p strong{
    color: #222;
}
.download-doc-note-modal-body li{
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
}
.download-doc-note-modal-body ul{
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px;
}
.new-table-wt-header{
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.new-table-header-bar{
    width: 100%;
    padding: 20px;
}
.important-information.imp-info-sub-content{
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.RB-new-table table tr th{
    padding: 10px 20px;
    background: #EFEFEF;
    color: #222;
    font-size: 12px;
    font-weight: 700;
}
.RB-new-table table tr td{
    padding: 15px 20px;
    padding: 15px 15px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #D8D8D8;
}
.required-star{color: #ff0000;}
.custom-file, label.custom-file-label {
    height: 40px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
}
.custom-file-input {
    cursor: pointer;
    position: absolute;
    margin: 0px;
    text-indent: -999px;
    box-shadow: none ;
    outline: 0px ;
    left: 0px;
    top: 0px;
    height: 100%;
}
.custom-file-label {
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    padding: 5px 12px;
    color: #333;
    font-size: 12px;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #C1C1C1;
    box-shadow: none;
}
.custom-file-input~.custom-file-label::after {
    display: flex;
    align-items: center;
    content: "Browse";
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #C1C1C1;
    background: #E9E9E9;
    color: #222;
    height: 100%;
    border: 0px;
}
.p-20{
    padding: 20px !important;
}
.vertical-scrollbar{
    max-height: 465px;
    overflow: auto;
}
.without-scolltrack::-webkit-scrollbar-track{
    background-color: transparent;
}
.without-scolltrack::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.emp-delete-round.bg-primary{
    background-color: #E6F0FF !important;
    color: #0649ED !important;
}
.emp-delete-round.bg-primary>span{
    color: #0649ED !important;
}
.custom-file-icn-new{
    display: none;
}
.upload-attachment .custom-file-icn-new{
    display: flex;
    justify-content: space-between;
}
.upload-attachment .custom-file.w-100{
    display: none;
}
.custom-file-icn-new label.custom-file-label{
    border:0px;
    color: #333;
    outline: 0px;
    font-size: 13px;
    padding: 0px;
    height: auto;
    margin: 0px 30px 0px 0px;
    position: unset;
}
.custom-file-icn-new label.custom-file-label::after{
    display: none;
}
.custom-file-icn-new .las{
    font-size: 22px;
    color: #6f6f6f;
}
.custom-file-icn-new .paperclip {
    transform: rotate(-90deg);
    margin-left: -4px;
    margin-right: 3px;
}
.custom-file-loader {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #d8d8d8;
    margin: 0px 20px 0px 0px;
    position: relative;
}
.custom-file-loader::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border: 2px solid #007bff;
    border-right-color: transparent;
    border-radius: 100%;
    animation: 1s linear infinite spinner-border;
}
.custom-file-loader::after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 100%;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg)}
}
.upload-attachment-success .custom-file-loader{
    display: none;
}
.add-settlement-boxshadow{
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.add-settlement-boxshadow strong{
    font-weight: 600;
}
.org-title h6{
    color: #FA4616;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mt-20{
    margin-top: 20px !important;
}
.list-wh-line{
    font-size: 14px;
    color: #333;
}
.list-wh-line>span:not(:last-child)::after{
    content: '|';
    margin-right: 5px;
    padding-left: 5px;
}
.max-1100{
    max-width: 1100px !important;
}
.view-mode-settlement-app{
    width: 100%;
    padding: 15px;
    background-color: #F3F3F3;
    max-height: 80vh;
    overflow: auto;
}
.view-settlement-app-sing-box{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.view-settlement-app-sing-head{
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.view-settlement-app-sing-head h5{
    color: #222;
    font-size: 18px;
    font-weight: 700;
}
.view-settlement-app-sing-head h6{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
/*.view-mode-settlement-app .col-lg-12, 
.view-mode-settlement-app .col-lg-4, 
.view-mode-settlement-app .col-lg-6 {
    padding: 0px 10px;
}*/
.view-mode-settlement-app .form-group{
    margin-bottom: 20px;
}
.view-mode-settlement-app::-webkit-scrollbar-track,
.view-mode-settlement-app::-webkit-scrollbar,
.download-doc-note-modal-body::-webkit-scrollbar-track,
.download-doc-note-modal-body::-webkit-scrollbar{
    background-color: transparent;
    width: 8px;
}

/*END :: Settlement Application*/

/*START :: Family Details*/
.min-height-40.btn.btn-outline-primary {
    border: 1px solid #0649ED;
    min-height: 39px;
    padding: 9px 25px 12px !important;
    color: #0649ED !important;
}
.min-height-40 {
    padding: 10px 25px 12px !important;
    min-height: 40px;
}
.settlement-application-sing-head-lf h4{
    color: #222;
}
.settlement-application-sing-head-icn li{
    padding-left: 5px;
}
.height-100{
    height: 100% !important;
}
.form-group .btn{
    box-shadow: none !important;
}
select.form-control:disabled{
    background-image: none;
    cursor: default;
}
.add-settlement-sing-tab-pane .col-lg-12, 
.add-settlement-sing-tab-pane .col-lg-6,
.add-settlement-sing-tab-pane .col-lg-3{
    padding: 0px 10px;
}
.form-group button.btn.submit-btn{
    padding: 10px 15px 11px;
}
.form-control, 
.form-control::placeholder, 
.form-control:valid, 
.form-control:focus{
    color: #333;
}
/*END :: Family Details*/

/*START :: New Changes Settlement Application */
.sm-reject-tag{
    background-color: #FFEAE6;
    color: #FA4616;
}
.sm-reject-tag .material-symbols-outlined{
    color: #FA4616;
}
.sm-drafted-tag{
    background-color: #DBECFF;
    color: #2990FF;
}
.sm-approved-tag{
    background-color: #DAF2E5;
    color: #28A745;
}
.sm-resubmitted-tag{
    background-color: #FFF4E1;
    color: #FFA300;
}
.sm-under-process-tag{
    background-color: #EDE9FF;
    color: #833FCE;
}
.sm-tag{
    font-weight: 600;
}
.Voice-pf-support-other{
    padding:0 0 0 30px;
}
.cus-checkbox-large.cus-checkbox{
    padding: 0px 0px 0px 30px;
    color: #FA4616;
    font-weight: 600;
}
.max-800{
    max-width: 800px !important;
}
#Remarks-table-main.download-document-table tr th:first-child{
    padding-left: 35px;
}
#Remarks-table-main.download-document-table tr td:first-child{
    padding-left: 20px;
}
.vertical-align-top td{
    vertical-align: top !important;
}
#Remarks-table-main .longText {
    -webkit-line-clamp: 2;
}
#Remarks-table-main .longText.show{
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
#Remarks-table-main.download-document-table tr td{
    border-bottom: 0px !important;
}
.download-document-table tr:not(:last-child){
    border-bottom: 1px solid #D8D8D8;
}
#Remarks-table-main.download-document-table{
    max-height: 415px;
}
.sm-tag{
    padding: 1px 13px 3px;
}
.scan_delete{
    font-size: 100px;
    color: #D8D8D8;
    font-weight: 200;
}
.add-settlement-app-tab-part .nav-tabs .nav-link.success .badge {
    color: #fff;
    background-color: #0649ed;
    font-family:"MaterialIcons-Regular";
}
.add-settlement-app-tab-part .nav-tabs .nav-link.success .badge .material-symbols-outlined{
    color: #fff;
}
.view-mode-settlement-app .title-h5{
    font-size: 16px;
}
.view-mode-settlement-app .add-settlement-sub-form{
    padding: 8px 5px 0px;
}
.box-shadow-none{
    box-shadow: none;
}
.no-data-found-table{
    box-shadow: none;
    height: 258px;
}
h2.title-h4{
    font-size: 18px;
}
/* END :: New Changes Settlement Application */

/* START :: Grievance Portal */
.btn-with-icn>span{
    color: #fff;
    margin: 0 5px 0 0;
}
.btn-main .btn.btn-with-icn{
    padding: 9px 15px 7px;
}
.grievance-top-boxes{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.shadow-box{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.grievance-sing-sm-box{
    max-width: 150px;
    max-width: 180px;
    margin: 0 20px 0 0;
    width: 100%;
}
.grievance-sing-sm-box .title-h6{
    font-weight: 400;
    margin:0 0 12px;
}
.text-warning{
    color: #FFA300 !important;
}
.text-success{
    color: #28A745 !important;
}
.text-primary{
    color: #0649ED !important;
}
.text-pending{
    color: #fa4616 !important;
}
.text-response{
    color: #833fce !important;
}
#dvAllGrievancelist .settlement-application-sing-box,
#Grievance_View_Mode .settlement-application-sing-box{
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
#dvAllGrievancelist .settlement-application-sing-box:last-child,
#Grievance_View_Mode .settlement-application-sing-box:last-child{
    margin-bottom: 0;
}
#dvAllGrievancelist .settlement-application-sing-box-body{
    padding:20px 10px 10px;
}
.p20{
    padding: 20px !important;
}
textarea.form-control {
    resize: none;
    height: 90px;
    padding: 10px 15px;
    font-size: 14px;
}
.form-group .custom-file-input~.custom-file-browse::after {
    border-radius: 5px;
    border: 1px solid #0649ED;
    color: #0649ED;
    background: #FFF;
    padding: 6px 14px;
    height: auto;
    top: 50%;
    bottom: unset;
    content: 'Browse Files';
    transform: translateY(-50%);
    right: 20px;
    font-weight: 600;
    position: absolute;
}
.custom-file-animated .file__input{
    border-radius: 5px;
    border: 1px dashed #C0DAFF;
}
.custom-file-animated .custom-file, 
.custom-file-animated label.custom-file-label {
    height: 60px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    border: 0;
}
.custom-file-animated.upload-attachment .custom-file-icn-new {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
.custom-file-animated.upload-attachment .custom-file.w-100 {
    display: flex;
}
span.material-symbols-outlined.upload-icn-bg {
    width: 60px;
    height: 60px;
    border-radius: 5px 0px 0px 5px;
    background: #E6F0FF;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0649ED;
    /* font-size: 24px; */
}
.custom-file-animated .custom-file label {
    color: #333;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    width: calc(100% - 185px);
    padding: 0 10px;
}
.custom-file-animated .custom-file-input {
    right: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    top: 0;
    transform: unset;
}
.add-new-grievance a.material-symbols-outlined {
    color: #8F8F8F;
}
.custom-file-animated label.custom-file-label{
    height: auto;
}
.add-new-grievance .btn-main.mt-4{
    margin-top: 20px !important;
}
#grievancePortalmodelid .form-control:disabled, 
#grievancePortalmodelid .form-control[readonly] {
    background-color: transparent;
    border: 1px solid #C1C1C1;
    height: 40px;
    padding: 2px 15px 3px;
    background-image:none;
    cursor: unset;
}
.btn-primary-outline-icn{
    background-color: transparent;
    color: #0649ED;
    border-color: #0649ED !important;
    font-weight: 600;
    font-size: 12px;
    box-shadow: none !important;
}
.btn-success-outline-icn{
    background-color: transparent;
    color: #28A745 !important;
    border-color: #28A745 !important;
    font-weight: 600;
    font-size: 12px;
    box-shadow: none !important;
}
.grievance-replay-remark{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    max-width: 750px;
}
#Grievance_View_Mode .border-bottom{
    border-top-color:#DFDFDF !important;
}
.replay-file-name{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #DFDFDF;
}
.replay-time{
    font-size:12px;
    color: #333;
}
.name-placeholder{
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #EFEFEF;
    font-size: 20px;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-1{
    padding-bottom: 0.25rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.grievance-ViewMode .col-lg-3 {
    max-width: 30%;
    flex: 0 0 30%;
}
.grievance-ViewMode .col-lg-9{
    max-width: 70%;
    flex: 0 0 70%;
}
#grievance-info-sidebar .title-h5{
    font-size: 16px;
}
.grievance-portal-listing .title-h1, 
.grievance-portal-listing .title-h2, 
.grievance-portal-listing .title-h3, 
.grievance-portal-listing .title-h4, 
.grievance-portal-listing .title-h5, 
.grievance-portal-listing .title-h6,
.grievance-portal-view-mode .title-h1, 
.grievance-portal-view-mode .title-h2, 
.grievance-portal-view-mode .title-h3, 
.grievance-portal-view-mode .title-h4, 
.grievance-portal-view-mode .title-h5, 
.grievance-portal-view-mode .title-h6{
    color: #222;
}
#grievance-info-sidebar{
    font-size: 12px;
    color: #222;
}
#grievance-info-sidebar .material-symbols-outlined{
    font-size: 18px;
}
#grievance-info-sidebar .name-placeholder{
    width: 50px;
    height: 50px;
}
#Creator_Information{
    min-height: 73px;
}
.light-grey-bg{
    background-color:#F3F3F3;
}
.form-control:valid, 
.form-control:focus {
    color: #333;
}
.form-control{
    color: #333;
}
#dvAllGrievancelist .settlement-application-sing-head-icn li a{
    line-height: 24px;
}
.max-570{
    max-width: 570px !important;
}
form.add-new-grievance .shadow-box.p20 {
    padding: 13px 20px !important;
}
/* END :: Grievance Portal */

/* START :: Grievance Portal Admin View */
.sm-tag {
    padding: 2px 13px;
    min-width: 70px;
    justify-content: center;
}
.btn-main .btn,
.btn{
    padding: 6px 15px 7px;
    min-height: 40px;
    align-items: center;
    display: flex;
    border: 1px solid transparent;
    font-size: 14px;
    justify-content: center;
}
.btn-outline-primary {
    border-color: #0649ED !important;
    color: #0649ED !important;
    font-weight: 600;
}
.btn.btn-sm {
    min-height: auto;
    padding: 6px 15px;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
    color: #0649ED !important;
    background-color: transparent;
    border-color: #0649ED;
}
.new-border-table table tr th{
    background-color: transparent !important;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 20px;
}
.new-border-table table tr td{
    font-size: 14px;
}
.pl-100{
    padding-left: 7% !important;
}
.user-tag-btn .sm-tag {
    display: inline-block;
    background-color: #DBECFF;
    color: #333;
    padding: 6px 15px;
    min-width: 80px;
}
.visibility_off .material-symbols-outlined{
    color:#FFA300;
}
.pagination-main.justify-content-between {
    padding: 20px 0px 0px;
}
/* Custom Select With Checkbox */
.select2-selection.select2-selection--multiple {
    background-image: linear-gradient(45deg, transparent 50%, #8F8F8F 50%), linear-gradient(135deg, #8F8F8F 50%, transparent 50%);
    background-position: calc(100% - 17px) calc(1em + 0px), calc(100% - 12px) calc(1em + 0px), 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 6px, 5.5px 6px, 2em 2em;
    border: 1px solid #C1C1C1 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0;
}
.select2-container .select2-search--inline{
    width: 100%;
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    padding: 2px 15px 3px !important;
    height: 100%;
    margin: 0;
    font-size: 12px !important;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.select2-results__option[aria-selected=true]:before, 
.select2-results__option[aria-selected=true]:before {
    font-family: 'MaterialIcons-Regular';
    content: "\e5ca";
    color: #0649ED;
    background-color: transparent !important;
    border: 0;
    display: inline-block;
    padding-left: 0;
    font-size: 22px;
    left: 6px;
    top: -3px;
    z-index: 99;
}
.select2-results__option:before {
    border: 0;
    border-radius: 2px;
    margin-right: 10px;
    position: absolute;
    left: 7px;
    top: 7px;
}
.select2-results__option:after {
    position: absolute;
    left: 7px;
    top: 7px;
    content: "";
    height: 20px;
    width: 20px;
    border: 3px solid #0649ED;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: middle;
}
li.select2-results__option{
    position: relative;
    padding: 3px 20px 3px 40px;
}
.select2-container--default .select2-results>.select2-results__options{
    padding: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    display: inline-block !important;
    background-color: #DBECFF !important;
    color: #333 !important;
    padding: 4px 15px !important;
    min-width: 80px !important;
    font-size: 12px !important;
    border-radius: 40px !important;
    border: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin: 0 0 0 5px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-family: 'MaterialIcons-Regular' !important;
    line-height: 15px !important;
}
.form-group label.cus-checkbox {
    line-height: 20px;
    margin: 0px;
    font-weight: 500;
}
.cus-checkbox .cus-checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
}
.form-icn a svg {
    fill: #8F8F8F;
    font-size: 24px;
}
#Form_Export_Grievance .shadow-box{
    display: flex;
    flex-wrap: wrap;
}
#Form_Export_Grievance .shadow-box .col-lg-6,
#Form_Export_Grievance .shadow-box .col-lg-12{
    padding: 0px 5px;
}
.input-group-append span {
    background-color: transparent;
    color: #8F8F8F;
    font-size: 24px;
    height: 40px;
    margin-top: 0px;
    border: none;
}
form.add-new-grievance#Form_Export_Grievance .shadow-box.p20 {
    padding: 13px 15px !important;
}
.datepicker.input-group .form-control, 
.datepicker.input-group .input-group-append span {
    height: 38px;
}
.delete-modal-dtl .btn-main.mt-4,
.light-grey-bg .btn-main.mt-4 {
    display: flex;
    flex-wrap: wrap;
}
.btn-primary{
    background-color: #0649ED;
    box-shadow: none !important;
}
.btn-outline-primary {
    color: #0649ED;
}
.btn-outline-primary:hover {
    border-color: #0649ED;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0649ED;
    border-color: #0649ED;
}
button.btn-outline-primary.dropdown-toggle{
    border-color: #0649ED;
    padding: 12px;
    box-shadow: none !important;
}
.show > .btn-outline-primary.dropdown-toggle {
    background-color: transparent;
    border-color: #0649ED;
}
button.btn-primary.dropdown-toggle {
    background-color: #0649ED;
    border-left: 1px solid #000 !important;
    padding: 12px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #0649ED;
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #0649ED;
    border-color: #0649ED;
    box-shadow: none !important;
}
.dropdown-toggle::after{
    border-top: 8px solid;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.btn-outline-primary.dropdown-toggle::after {
    border-top: 8px solid #0649ED;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.drop-button .dropdown-menu {
    right: 0px;
    min-width: 150px;
    margin: 40px 0px 0px 0px;
    background-color: #ffff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 11%);
    border-radius: 5px;
    z-index: 99;
    padding: 5px 0px;
    transform: unset !important;
    left: unset !important;
    border: 0px;
    overflow: hidden;
}
.drop-button a.dropdown-item {
    display: flex;
    align-items: center;
    padding: 5px 10px !important;
    font-size: 14px;
    color: #222;
}
.btn-group .btn.btn-primary + .btn.btn-primary{
    margin-left: 0px;
}
.new-design-modal .modal-header{
    padding: 10px 20px;
}
.delete-modal-dtl {
    padding: 25px 20px 20px;
}

/*RT: 03062024*/
.select2-selection__rendered .select2-selection__choice{
    display: inline-block !important;
    background-color: #DBECFF !important;
    color: #333 !important;
    padding: 4px 15px !important;
    min-width: 80px !important;
    font-size: 12px !important;
    border-radius: 40px !important;
    border: 0 !important;
}
.select2-selection__rendered .select2-selection__choice__remove {
    float: right !important;
    margin: 0 0 0 5px !important;
    color: #333 !important;
    font-size: 16px !important;
    font-family: 'MaterialIcons-Regular' !important;
    line-height: 15px !important;
}
#divSelectedUser{
    font-size: 12px;
}
#divSelectedDoc{
    font-size: 12px;
}
/*END*/

/*RT: Added 11062024*/
/* Grievance Portal UI design changes after integration */
.add-new-grievance .multiselect.dropdown-toggle.btn {
    border-color: #C1C1C1 !important;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-size: 12px;
    font-size: 14px;
    font-weight: normal;
}
.add-new-grievance .multiselect.dropdown-toggle.btn::after {
    border-top: 8px solid #8f8f8f;
}
.add-new-grievance .multiselect-container.dropdown-menu {
    width: 100% !important;
    padding: 16px 16px 50px;
}
.add-new-grievance .required-field .multiselect-container>li label:after{
    font-size: 0;
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
}
.add-new-grievance .multiselect-container>li>a>label {
    display: flex;
    align-items: center;
    padding: 0;
}
.add-new-grievance .multiselect-container>li>a {
    padding: 0 0 12px !important;
    display: inline-block;
}
.dvAssignedUser .select2-selection__rendered {
    padding: 0;
    margin: 0;
}
.add-new-grievance .select2-selection__rendered .select2-selection__choice{
    margin: 5px 5px 0 0;
}
.grievance-replay{
    word-break: break-word;
}

#ddlViewGrievanceStatus{
    text-align: left;
}

/*RT: 13062024 Added*/
.grievance-replay-remark{
    word-break: break-word;
}
.multiselect-container>li.multiselect-item.filter {
    margin: 0 0 16px;
}
/*END*/

/*RT: 19062024*/
.form-control{
    font-size: 14px;
}
#Creator_Information {
    min-height: 50px;
    padding: 10px 20px 10px 20px;
}
.multiselect-container>li .cus-checkmark {
    border-color: #c1c1c1;
}
.multiselect-container>li .cus-checkbox input:checked ~ .cus-checkmark {
    border-color: #0649EF;
}
/*END*/
/*BS: 15072024 Added*/
.divLblDbErrMsg .LableDbErrMsg{
font-family: 'Plus Jakarta Sans', sans-serif !important;
color: #fc6a6b !important;
}
.divLblDbErrMsg{
    display: flex;
    align-items: center;
    background-color: #ffe9e9;
    margin-top: 80px;
    margin-left: 62px;
    color:red;
    width:750px;
}
.divLblDbErrMsg .imp-info-icn{
    margin-right: 0;
    margin-left:40px;
}
/* START :: Nominee Details */
.btn.btn-outline-primary .material-symbols-outlined {
    color: #0649ED;
    margin: 0 10px 0 0;
}
.btn-main .btn-outline-primary {
    background-color: transparent !important;
    color: #0649EF !important;
}
.btn-main .btn.btn-outline-primary.btn-with-icn{
    padding:8px 15px 7px;
}
.single-border-box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 20px;
}
.single-border-box-header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #D8D8D8;
}
.single-border-box-left{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 70%;   
}
.single-border-box-left h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin: 0px;
}
.single-border-box-left h4 {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin: 0px;
}
.single-border-box-left h4 small{
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.sm-pending-tag {
    background-color: #EFEFEF;
    color: #8C8C8C;
}
.nominee-dtl-sub-boxes-list{
    max-height: 378px;
    overflow-y: auto;
}
.single-border-box-header-icn{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin:0;
}
.single-border-box-header-icn li{
    list-style: none;
    display: inline-block;
}
.single-border-box-table table tr td{
    font-size: 14px;
    color: #333;
    padding: 15px 20px;
}
.single-border-box-header.border-0 {
    position: relative;
}
.single-border-box-header.border-0::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #EFEFEF;
    width: calc(100% - 40px);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.single-border-box-table table tr td strong{
    font-weight: 700;
    font-size: 12px;
    color: #222;
    display: block;
}
.nominee-dtl-sub-boxes-list .single-border-box {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none;
    margin: 0px;
    border-radius: 0;
}
.nominee-dtl-sub-boxes-list .single-border-box:last-child{
    border-bottom: 0;
}
.scrollbar-transparent::-webkit-scrollbar-track,
.scrollbar-transparent::-webkit-scrollbar{
    background-color: transparent;
}
.single-border-box .sm-tag{
    padding: 0px 13px 2px;
}
.new-tab-design.nav-tabs .nav-item {
    padding: 0px 20px 15px;
    text-transform: unset;
    font-weight: 700;
    color: #222;
    font-size: 16px;
    margin: 0 5px 0 0;
    border-bottom:2px solid transparent;
    border-radius: 0;
}
.new-tab-design.nav-tabs .nav-link:hover, 
.new-tab-design.nav-tabs .nav-link:focus, 
.new-tab-design.nav-tabs .nav-link.active {
    border-bottom-color: #0649ED;
    color: #0649ED;
}
.nav-tabs.new-tab-design {
    background-color: transparent;
    border-radius: 0;
    padding: 15px 0 0;
}
.important-information .nav-tabs.new-tab-design{
    margin:0 0 -20px -20px;
}
.header.new_ui_header{
    z-index: 9999;
}
.header.new_ui_header .navbar-custom-menu .custom-nav .dropdown-menu{
    margin-right: -50px;
}
.btn-main .btn.btn-with-icn{
    padding:7px 15px 8px;
}
.border-header-icn {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 6px 11px;
    color: #8F8F8F !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.176px;
}
.sticky-button-bar {
    background: #FFF;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.15);
    width: calc(100% - 90px);
    padding: 15px 20px;
    bottom: 0px;
    left: 0;
    position: fixed;
    margin: 0 0 0 90px;
    z-index: 9;
}
#PF-Nominees-dtl-main .nominee-dtl-box-listing,
#EPS-Nominees-dtl-main .nominee-dtl-box-listing{
    margin: 0 0 70px;
}
.emp-delete-round.bg-success{
    background-color: #DAF2E5 !important;
}
.emp-delete-round.bg-success>span{
    color: #209E64 !important;
}
.modal-backdrop{
    z-index: 9999;
}
.modal{
    z-index: 99999;
}
.max-740{
    max-width: 740px !important;
}
.btn-with-icn-link{
    color: #0649ED;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration-line: none;
}
.btn-with-icn-link .material-symbols-outlined{
    color: #0649ED;
}
.add-PF-nominees-controls{
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.add-PF-nominees-controls .col-lg-3,
.add-PF-nominees-controls .col-lg-4,
.add-PF-nominees-controls .col-lg-6,
.add-PF-nominees-controls .col-lg-12{
    padding: 0 10px;
}
.form-control-span{
    font-size: 14px;
}
.shadow-box.p20.mb-3{
    margin-bottom: 20px !important;
}
.add-PF-nominees-controls textarea.form-control{
    height: 70px;
}
.simple-border-table{
    border-radius: 5px;
    border-spacing: 0;
    border: 1px solid #C1C1C1;
    border-collapse: separate;
    overflow: auto;
    margin:10px 0;
}
.simple-border-table#Add_Document_table{
    max-height: 258px;
}
.simple-border-table table thead th{
    color: #222;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #EFEFEF;
    position: sticky;
    top: 0;
}
.simple-border-table table tbody td{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    border-bottom: 1px solid #DFDFDF;
}
.simple-border-table table tbody tr:last-child td{
    border-bottom: 0;
}
.simple-border-table .longText {
    -webkit-line-clamp: 1;
}
.simple-border-table .longText.show {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
.single-border-box:last-child{
    margin: 0;
}
.new-design-modal .btn{
    min-width: 90px;
}
.max-1085{
    max-width: 1085px !important;
}
#View_Download_Documents_Modal .simple-border-table .longText {
    -webkit-line-clamp: 2;
}
#View_Download_Documents_Modal .simple-border-table .longText.show {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
.border-bottom {
    border-bottom: 1px solid #D8D8D8 !important;
}
.cus-checkbox.cus-radio .cus-checkmark::after {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    left: 0;
    top: 0;
}
.form-group label.cus-checkbox.cus-radio{
    line-height: 23px;
    margin: 0px;
    font-weight: 500;
}
.form-checkmar-list {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    padding: 15px 15px 5px;
    max-height: 270px;
    overflow: auto;
}
.form-checkmar-list::-webkit-scrollbar-track,
.form-checkmar-list::-webkit-scrollbar{
    background-color: transparent;
}
.view-settlement-app-sing-head{
    padding: 15px 20px;
}
.view-settlement-app-sing-head h6{
    font-size: 18px;
    font-weight: 700;
}
#View_Download_Documents_Modal .simple-border-table{
    max-height: 480px;
}
.view-mode-settlement-app .view-settlement-app-sing-box:last-child,
.Add-PF-Nominees-form .shadow-box.mb-3:last-child{
    margin-bottom: 0px !important;
}
#Export_PF_Nominees_Modal{
    padding-right: 0px !important;
}
/* END :: Nominee Details */
/* START :: EPFO Dashboard */
.new-nodata{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    background-color: #fff;
    padding: 20px;
    min-height: calc(100vh - 181px);
    flex-direction: column;
}
.new-nodata-dtl{
    width: 100%;
    height: 100%;
}
.bg-round{
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #F0F4FF;
    border-radius: 100%;
}
.bg-round .material-symbols-outlined{
    color: #0649ED;
    font-size: 20px;
}
.bg-round.bg-round-lg{
    width: 60px;
    height: 60px;
}
.bg-round.bg-round-lg .material-symbols-outlined{
    font-size: 36px;
}
.font-16{
    font-size: 16px !important;
}
.font-20{
    font-size: 20px !important;
}
.form-group label.cus-checkbox{
    font-size: 14px;
    font-weight: 400;
}
.cus-checkmark{
    border-color: #1C1B1F;
}
.cus-checkbox input:checked ~ .cus-checkmark{
    border-color: #0649ED;
}
.bg-round-green{
    background-color: #E7FEEA;
}
.bg-round-green>.material-symbols-outlined{
    color: #2DB644;
}
.bg-round-yellow{
    background-color: #FFF9F0;
}
.bg-round-yellow>.material-symbols-outlined{
    color: #FFA300;
}
.bg-round-orange{
    background-color: #FFF3F0;
}
.bg-round-orange>.material-symbols-outlined{
    color: #FA4616;
}
.simple-lable-bg{
    padding: 5px 15px;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #F7F0FE;
    color: #000;
    font-size: 12px;
}
.simple-lable-bg strong{
    color:#844AC3;
    font-weight: 700;
}
.Sync-popover .dropdown-menu {
    background-color: #FFF;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    padding: 25px 20px 20px;
    border: 0;
    min-width: 300px;
    left: calc(50% - -8px) !important;
    transform: translateX(-50%) !important;
    margin: 25px 0 0;
    top: 100% !important;
}
.Sync-popover .dropdown-menu::before {
    width: 0;
    height: 0;
    top: -12px;
    left: 0;
    margin: 0px auto;
    right: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    content: '';
    /* border-radius: 10px 10px 0px 0; */
}
.sync-lable{
    font-size: 12px;
    color: #222;
    font-weight: 700;
}
.Sync-popover .sm-tag{
    padding: 5px 13px;
}
.Sync-popover .dropdown-menu>.d-flex:not(:last-child){
    margin:0 0 15px;
}
.shadow-box-header{
    padding: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #DFDFDF;
}
.responsive-table table tr th{
    padding: 10px 20px;
    border-bottom: 1px solid #D8D8D8;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.132px;
}
.responsive-table table tr td{
    padding: 15px 20px;
    /* border-bottom: 1px solid #D8D8D8; */
    border: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.154px;
}
.responsive-table table tbody tr:not(:last-child){
    border-bottom: 1px solid #D8D8D8;
}
.Profile-Left-Sidebar{
    font-size: 14px;
    color: #333;
}
.Profile-Left-Sidebar strong{
    font-size: 12px;
    font-weight: 700;
    color: #222;
}
/*New Tabpannel Section*/
.tab-slider{
    display:inline-block;
    width:82px;
    height:31px;
    position:absolute;
    bottom:5px;
    transition:all .2s linear;
    z-index: -9;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.animated-tab.nav-tabs{
    border-radius: 5px;
    background: #EFEFEF;
    box-shadow: none;
    padding: 5px;
}
.animated-tab.nav-tabs .nav-link{
    font-size: 12px;
    color: #333;
    padding: 7px 10px;
    font-weight: 400;
}
.animated-tab.nav-tabs .nav-link.active, 
.animated-tab.nav-tabs .nav-item.show .nav-link{
    color: #222;
}
.shadow-box-top-head{
    width: calc(100% + 40px);
    background-color: #FFF;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.15));
    margin: 0px -20px 20px;
    padding: 20px;
}
.changes-modal-main {
    background-color: #FFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    min-width: 450px;
    border: 0;
    top: -15px !important;
    margin: -10px 0 0 -60px;
}

.d-none{
    display: none !important;
}
.rb-main.mt-60 {
    padding-top: 60px !important;
    margin-top: 0px !important;
}
.responsive-table table tr td a.material-symbols-outlined:hover{
    color: #8F8F8F;
}
.popover {
    background-color: #FFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    border: 0;
    min-width: 450px;
}
.popover-body {
    padding: 0;
    color: #333;
}
.bs-popover-top .arrow::before, 
.bs-popover-auto[x-placement^="top"] .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.0);
}
.bs-popover-bottom .arrow::before, 
.bs-popover-auto[x-placement^="bottom"] .arrow::before{
    border-bottom-color: rgba(0, 0, 0, 0.0);
}
/* Grievance Portal 19/07/2024 Escalation Level Modal */
.text-black{
    color: #000 !important;
}
.remove-tag-icn{
    background-color: transparent;
    color: #000 !important;
    padding: 0;
    margin:0 0 0 4px;
    cursor: pointer;
    border: 0;
    outline: 0 !important;
}
.border-top{
    border-top-color:#DFDFDF !important;
}
.Add_Escalation_Link{
    font-weight: 600;
}
#Remove_First_Level_Escalation, 
#Remove_Second_Level_Escalation {
    color: #8F8F8F !important;
}
.cus-scrollbar{
    max-height: calc(100vh - 95px);
    overflow: auto;
}
.cus-scrollbar::-webkit-scrollbar{
    height:5px;
    width: 5px;
    border-radius: 10px;
}
.cus-scrollbar::-webkit-scrollbar-thumb{
    background-color: #D2D2D2;
    border-radius: 10px;
}
.cus-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.font-14{
    font-size: 14px !important;
    color: #333 !important;
}

.ui-menu.ui-front,
.tooltip{
    z-index: 9999;
}

/*.ui-menu.ui-front {
    font-size: 13px;
    color: #333;
    border: 0;
    border-radius: 5px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    width: max-content !important;
    overflow: hidden;
    min-width: 280px;
}
.ui-menu-item-wrapper {
    font-size: 13px;
    color: #333;
    padding: 5px 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ui-state-active {
    background-color: #F0F9FF;
    color: #333 !important;
    border: 0px solid #003eff !important;
}*/

.add-new-grievance .multiselect.dropdown-toggle.btn::after {
    background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5L0 0H10L5 5Z" fill="%238F8F8F"/></svg>');
    background-size: unset;
    background-position: calc(100% - 10px) 50%;
    border: 0;
    width: 10px;
    height: 5px;
}
.multiselect-native-select .btn-group, .multiselect-native-select .multiselect.dropdown-toggle {
    width: 100% !important;
}

/*MR30072024 EPFO*/
.scrollable-table{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: auto;
}
.scrollable-table.without-scolltrack::-webkit-scrollbar{
    height:6px;
}
/* START :: ESS Loan Application */

.settlement-application-sing-head-icn li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.RB-new-table table tfoot tr td{
    border-bottom: 0;
}
.cus-checkbox.cus-radio .cus-checkmark::after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.cus-radio input:checked ~ .cus-checkmark:after {
    transform: scale(0.7);
}
.moreText {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: max-height 0.3s ease-in-out;
    margin: 0px;
    line-height: 20px;
}
.moreText.show {
    -webkit-line-clamp: unset;
    max-height: unset;
    overflow: unset;
}
#View_Loan_Application_Details_Modal .download-document-table tr th,
#View_Loan_Application_Details_Modal .download-document-table tr td{
    padding: 10px 20px;
}
.add-settlement-app-tab-part .nav-tabs{
    overflow: hidden;
}
.eligible-loans-form-sing-box{
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.eligible-loans-form-sing-box .add-settlement-sub-form{
    padding: 10px 5px;
}
.form-group button.btn {
    padding: 7px 12px 11px;
}
.download-document-table tr th,
.download-document-table tr td{
    padding: 10px 20px;
}
.download-document-table{
    padding: 0;
}
/* ESS Loan Application  */
/* Global Spacing and alignment */
.blue-rg{background-color: #E6F0FF !important;color: #0649ED !important}
.blue-rg>span, .text-primary{color: #0649ED !important;}
.text-danger{color: #FA4616 !important;}
.purple-rg{background-color: #EDE9FF !important;color: #833FCE !important;}
.purple-rg>span{color: #833FCE !important;}
.sky-blue-rg{background-color: #e0f2fe !important;color: #0ea5e9 !important;}
.sky-blue-rg>span{color: #0ea5e9 !important;}
.green-rg{background-color: #DAF2E5 !important;color: #209E64 !important;}
.green-rg>span{color: #209E64 !important;}
.red-rg{background-color: #FFF3F0 !important;color: #FA4616 !important;}
.red-rg>span{color: #FA4616 !important;}
.yellow-rg{background-color: #FFF4E1 !important;color: #FFA300 !important;}
.yellow-rg>span{color: #FFA300 !important;}
.orange-rg{background-color: #ffedd5 !important;color: #f97316 !important;}
.orange-rg>span{color: #f97316 !important;}
.text-purple{color: #833FCE !important;}
.btn.ml-2,
.btn-primary.ml-2,
.btn-outline-primary.ml-2{
    margin-left: 12px !important;
}
.btn.mr-2,
.btn-primary.mr-2,
.btn-outline-primary.mr-2{
    margin-right: 12px !important;
}
.form-group .btn{padding: 7px 15px 10px;}
.form-group label{margin-bottom: 8px;}
.form-group:has(.form-control:disabled) label{margin-bottom: 4px;}
.settlement-application-sing-head-icn li{padding-left: 8px;}
select.form-control{
    background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5L0 0H10L5 5Z" fill="%238F8F8F"/></svg>'); 
    background-size: unset;
    background-position: calc(100% - 10px) 50%;
 }
.sm-reject-tag{
    background-color: #FFEAE6;
    color: #FA4616;
}
.sm-reject-tag .material-symbols-outlined{
    color: #FA4616;
}
.sm-drafted-tag{
    background-color: #DBECFF;
    color: #2990FF;
}
.sm-approved-tag{
    background-color: #DAF2E5;
    color: #28A745;
}
.sm-resubmitted-tag{
    background-color: #FFF4E1;
    color: #FFA300;
}
.sm-under-process-tag{
    background-color: #EDE9FF;
    color: #833FCE;
}
.sm-tag{
    padding: 1px 13px 2px;
    min-width: 70px;
    justify-content: center;
    font-weight: 600
}
.required-star {
    padding-left: 2px;
    color: #ff0000;
}
.sm-tag.ml-2{margin-left: 12px !important;}
#Remarks-table-main.download-document-table tr th:first-child{
    padding-left: 20px;
}

/* START :: Grievance Dashboard */
.grievance-dashboard-sortable-main{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.shadow-box-single {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.grievance-dashboard-sortable-main.row>.col-lg-4,
.grievance-dashboard-sortable-main.row>.col-lg-8{
    padding: 0 10px;
}
.dashboard-right-main .col-lg-5.sortable {
    max-width: 38%;
    flex: 0 0 38%;
}
.dashboard-right-main .col-lg-7.sortable {
    max-width: 62%;
    flex: 0 0 62%;
}
.shadow-box-single{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.shadow-box-single-head{
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shadow-box-head-left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shadow-box-head-icon{
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    overflow: hidden;   
}
.shadow-box-head-icon>span>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.new-title-h1{
    color: #222;
    font-size: 36px;
    font-weight: 700;
}
.new-title-h2{
    color: #222;
    font-size: 30px;
    font-weight: 700;
}
.new-title-h3{
    color: #222;
    font-size: 24px;
    font-weight: 700;
}
.new-title-h4{
    color: #222;
    font-size: 20px;
    font-weight: 700;
}
.new-title-h5{
    color: #222;
    font-size: 18px;
    font-weight: 700;
}
.new-title-h6{
    color: #222;
    font-size: 16px;
    font-weight: 700;
}
.shadow-box-single-body{
    padding: 20px;
    width: 100%;
}
p, .new-pragraph{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.bg-box-radius{
    border-radius: 5px;
    background: rgba(239, 239, 239, 0.75);
    padding: 15px;
}
.font-12{font-size: 12px !important;}
.font-14{font-size: 14px !important;}
.font-16{font-size: 16px !important;}
.font-18{font-size: 18px !important;}
.font-20{font-size: 20px !important;}
.font-22{font-size: 22px !important;}
.font-24{font-size: 24px !important;}
.pt-20{padding-top: 20px !important;}
.pb-20{padding-bottom: 20px !important;}
.p-20{padding: 20px !important;}
.pt-0{padding-top: 0 !important;}
.mb-20{margin-bottom: 20px !important;}
.mt-20{margin-top: 20px !important;}
.mr-10{margin-right: 10px !important;}
.ml-10{margin-left: 10px !important;}
.pt-10{padding-top: 10px !important;}
.p-10{padding: 10px !important;}
.border-top {border-top: 1px solid #EFEFEF !important;}
a, a:hover{color: #0649ED;}
.shadow-box-icon-hover {
    padding: 12px;
    min-height: 74px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
}
.shadow-box-head-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    overflow: hidden;
}
.shadow-box-head-icon>span.material-symbols-outlined {
    font-weight: 400;
}
.shadow-box-head-icon .material-symbols-outlined, 
.quick-links.two_col li .material-symbols-outlined {
    font-size: 20px;
}
.grievance-dashboard-sortable-main>.col-lg-4.sortable {
    max-width: 37%;
    flex: 0 0 37%;
}
.grievance-dashboard-sortable-main>.col-lg-8.sortable {
    max-width: 63%;
    flex: 0 0 63%;
}
.payroll-summary-grid{
    width: calc(100% + 14px);
    margin: 0 -7px;
}
.payroll-summary-grid .col-lg-3,
.payroll-summary-grid .col-lg-4,
.payroll-summary-grid .col-lg-6,
.payroll-summary-grid .col-lg-8{
    padding: 0 7px 15px;
}
.blue-border-box{
    border-radius: 5px;
    border: 1px solid #C0DAFF;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 103px;
    text-align: center;
}
.blue-border-box.blue-border-box-lg{
    min-height: 221px;
}
.blue-border-box.blue-rg{
    background-color: #F0F4FF;
}
.blue-border-box.blue-rg .new-title-h4,
.blue-border-box.blue-rg .new-pragraph{
    color: #011E65;
}
.datapicker-popover{
    padding: 20px 12px;
}
.datapicker-popover .form-group{
    display: grid;
}
.datapicker-popover .col-lg-6,
.datapicker-popover .col-lg-12{
    padding: 0 8px;
}
.datapicker-popover .btn{
    padding: 9px 25px 11px;
}
.datepicker-dropdown{
    min-width: 220px;
}
.popover{
    min-width: 490px;
}
.shadow-box-single.ui-sortable-handle {
    cursor: move;
}
.datepicker th.prev::before,
.datepicker th.next::before{
    font-family: "MaterialIcons-Regular";
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 7px;
}
.datepicker th.prev, .datepicker th.next {
    font-size: 0;
    width: 24px;
    height: 24px;
    background-color: transparent !important;
}
.datepicker .datepicker-switch{
    background-color: transparent !important;
}
.datepicker th.prev::before{
    content: '\e5cb';
    left: 4px;
}
.datepicker th.next::before{
    content: '\e5cc';
    right: 4px;
}
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #0649ed;
    border-color: #0649ed;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active{
    color: #fff;
    background-color: #0649ed;
    border-color: #0649ed;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused{
    color: #fff;
    background-color: #0649ed;
    border-color: #0649ed;
}
.datepicker table,
.datepicker table thead,
.datepicker table tbody,
.datepicker table tfoot{
    width: 100%;
}
.datepicker table tr td span{
    height: 48px;
    line-height: 48px;
}
.datepicker table tr td span.focused, 
.datepicker table tr td span:hover{
    background-color: #0649ed;
    color: #fff;
}

.highcharts-credits{
    display: none;
}
#container-speed>div,
#Tickets_By_Status_Chart>div,
#Categories_Resolution_Time_chart>div,
#Ticket_Escalation_Rate_chart>div {
    margin: 0 auto;
}
/* 23/08/2024 */
.chart-loading {
    height: 40px;
    padding: 0px;
    width: 40px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    border-left: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    padding: 6px 0;
}
@keyframes loading {
    0% {
        background-color: #ADCBFD;
    }
    30% {
        background-color: #ADCBFD;
    }
    50% {
        height: 30px;
        margin-top: -0.1px;
        
    }
    80% {
        background-color: #ADCBFD;
    }
    100% {
        background-color: #ADCBFD;
    }
}
.chart-loading .loading-1,
.chart-loading .loading-2,
.chart-loading .loading-3,
.chart-loading .loading-4{
    height: 5px;
    width: 6px;
    display: inline-block;
    margin: 23px 2px 0 0;
    
}
.chart-loading .loading-1{
    animation: loading 2.0s infinite;
    animation-delay: 0.25s;
}
.chart-loading .loading-2 {
    animation: loading 2.0s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.chart-loading .loading-3 {
    animation: loading 2.0s infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.chart-loading .loading-4 {
    animation: loading 2.0s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.material-symbols-outlined::after {
    content: attr(data-icon);
}
.no-data-icn {
    font-size: 100px;
    color: #D8D8D8;
    font-weight: 200;
}
.form-control.readonly-control[readonly] {
     padding: 2px 5px 3px 15px;
}
.popover:has(.quarter-popover){
    min-width:290px;
}
/* START :: Admin Dashboard */
.toggle-swich-with-head{
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}
.toggle-swich-with-head:last-child{
    margin: 0;
}
.btn-toggle.switch-btn.btn-xs {
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 1rem;
    top: 0;
    background: #d1d5db;
    min-height: unset;
    box-shadow: none !important;
}
.btn-toggle.switch-btn.active {
    background-color: #0649ED;
}
.btn-toggle.switch-btn.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}
.btn-toggle.switch-btn.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left 0.25s;
}
#Add_Remove_Widgets .modal-dialog,
#StartUp_Add_Remove_Widgets .modal-dialog{
    max-width: 470px !important;
}
.important-information .nav-tabs.new-tab-design {
    margin: 0;
}
.important-info-dtl,
.important-info-head{
    padding: 15px 20px;
}
.multiple-imp-notes>.p-15{
    padding: 15px 20px !important;
}
.red-rg{
    background-color: #FEE2E2 !important;
    color: #EF4444 !important;
}
.text-red{
    color:#EF4444;
}
.p-15{
    padding: 15px !important;
}
.multiple-imp-notes>.p-15:not(:last-child),
.single-multipal-item-scroll>.p-15:not(:last-child){
    border-bottom: 1px solid #D8D8D8;
}
.read_more_dialog{
    color: #0649ED;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    margin: 0;
}
.multiple-imp-notes{
    max-height: 145px;
    overflow: auto;
}
.new-design-modal .cus-scrollbar::-webkit-scrollbar,
.single-multipal-item-scroll::-webkit-scrollbar,
.multiple-imp-notes::-webkit-scrollbar{
    height:5px;
    width: 5px;
    background: transparent;
}
.single-multipal-item-scroll::-webkit-scrollbar-thumb,
.multiple-imp-notes::-webkit-scrollbar-thumb{
    background-color: #D2D2D2;
    border-radius: 10px;
}
.single-multipal-item-scroll::-webkit-scrollbar-track,
.multiple-imp-notes::-webkit-scrollbar-track {
    background: transparent;
}
#Admin_Dashboard_Main p, 
#Admin_Dashboard_Main .new-pragraph{
    font-size: 13px;
}
.date-time {
    color: #9CA3AF;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.date-time>span {
    position: relative;
}
.date-time>span:not(:last-child)::after {
    content: '';
    font-size: 10px;
    position: absolute;
    right: -3px;
    top: 1px;
    width: 1px;
    height: 80%;
    background-color: #9CA3AF;
}
.cus-scrollbar{
    max-height: calc(100vh - 191px);
}
.notification-readmore{
    max-height: calc(100vh - 90px);
}
.single-multipal-item-scroll{
    max-height: 305px;
}
.table-striped tr th:not(:last-child),
.table-striped tr td:not(:last-child){
    border-right: 1px solid #D8D8D8;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #F1F5F9;
}
.table-striped tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
.table-striped tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
.table-striped tr th{
    padding: 15px 20px;
    color: #222;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.table-striped tr td{
    padding: 10px 20px;
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}
.table-striped tr th:first-child,
.table-striped tr td:first-child{
    text-align: left;
}
.border-top{border-top:1px solid #D8D8D8 !important;}
.grievance-dashboard-sortable-main.row>.col-lg-6, 
.grievance-dashboard-sortable-main.row>.col-lg-12 {
    padding: 0 10px;
}
.single-multipal-item-scroll>.p-15.w-100{
    padding: 15px 20px !important;
}
.table-scrollable table{
    display: inline-block;
    white-space: nowrap;
    overflow: auto;
}
.table-scrollable table::-webkit-scrollbar{
    height:4px;
    width: 5px;
    background: transparent;
}
.table-scrollable table::-webkit-scrollbar-thumb{
    background-color: #D2D2D2;
    border-radius: 10px;
}
.table-scrollable table::-webkit-scrollbar-track {
    background: transparent;
}
#Investment_Summary_Card .table-scrollable table{
    max-height: 380px;
}
.text-green{color: #10B981 !important;}
.table-scrollable {
    margin-bottom: -6px;
}
.table-scrollable .table-striped tbody tr:last-child td:first-child,
.table-scrollable .table-striped tbody tr:last-child td:last-child{
    border-radius: 0;
}
.new-tab-design.nav-tabs .nav-item.nav-link{
    border-bottom: 0;
}
.new-tab-design.nav-tabs .nav-link{
    position: relative;
}
.nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0649ED;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-duration: 0.4s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.nav-tabs .nav-link.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-tabs.shadow-box-tab{
    border-bottom: 2px solid #D8D8D8;
    background-color: #FFF;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
}
.shadow-box-tab.nav-tabs .nav-item {
    margin: 0 5px 0 0;
}
.shadow-box-tab.nav-tabs .nav-link {
    border-bottom: 0;
    border-radius: 0;
    padding: 15px 20px;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}
.shadow-box-tab.nav-tabs .nav-link::before{
    bottom: -2px;
}
.shadow-box-tab.nav-tabs .nav-link:hover, 
.shadow-box-tab.nav-tabs .nav-link:focus, 
.shadow-box-tab.nav-tabs .nav-link.active {
    border-bottom-color: #0649ED;
    color: #0649ED;
}
.shadow-box-icon-hover {
    padding: 12px 15px;
    min-height: auto;
    align-items: flex-start;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
}
.link-arrow-approval {
    color: #0649ED;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    right: 10px;
    transition: all 0.4s ease;
    opacity: 0;
    margin-left: -2px;
}
.shadow-box-icon-hover:hover {
    background-color: #F1F5F9;
}
.shadow-box-icon-hover:hover .link-arrow-approval {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.shadow-box-head-icon.mr-2 {
    margin-right: 10px !important;
}
/* Global CSS */
.pb-0 {padding-bottom: 0px !important;}
.font-semibold {font-weight: 600 !important;}
.pink-rg {background-color: #FCE7F3 !important;}
.pink-rg>span {color: #EC4899 !important;}
.d-grid{display: grid !important;}
.height-auto{height: auto !important;}
.cus-checkmark {border-color: #8D8D8D;}
.cus-radio,
.form-group label.cus-checkbox.cus-radio{
    line-height: 25px;
}
/* Global CSS */
form.Bank-account-dtl .form-group .datepicker,
form.Bank-account-dtl .form-group select.form-control{
    max-width: 217px;
    min-width: 217px;
}
.rb-right-main:has(.grievance-dashboard-sortable-main .col-lg-6),
.rb-right-main:has(.grievance-dashboard-sortable-main .col-lg-12){
    padding: 20px 20px 0;
}
.new-design-modal .modal-dialog{
    margin: 20px auto;
}
.shadow-box-single,
.important-information.imp-info-sub-content{
    border-radius: 10px;
}
.important-information.imp-info-sub-content:has(.multiple-imp-notes) {
    overflow: hidden;
}
.important-info-head:has(.nav-tabs) {
    padding: 20px 20px 20px 0;
}
.important-info-head .new-tab-design.nav-tabs .nav-item{
    padding: 0 20px;
}
.important-info-head .new-tab-design.nav-tabs .nav-link::before{
    bottom: -21px;
}
.shadow-box-single-head .form-control {
    height: 36px;
}
.dropzone-boxes {
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.draggable-placeholder {
    border: 2px dashed #adcbfd;
    border-radius: 10px;
    background: #ebf3fe;
}
.drag-handle {
    cursor:all-scroll;
}
/* END :: Admin Dashboard */

/* START :: Admin dashboard 01/10/2024 */
.cus-modal-widgets .dropdown-toggle{
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.cus-modal-widgets .dropdown-toggle::after{
    border: 0;
}
.cus-modal-widgets .dropdown-menu{
    transform: unset !important;
}
.cus-modal-widgets .dropdown-menu {
    transform: unset !important;
    left: unset !important;
    right: 0;
    top: 100% !important;
    background-color: #fff;
    filter:drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    border: 0;
    min-width: 350px;
    padding: 0;
    margin: 10px 0;
    border-radius: 5px;
}
.cus-modal-widgets .new-tab-design.nav-tabs .nav-link::before{
    bottom: -2px;
}
.cus-modal-widgets .new-tab-design.nav-tabs .nav-item {
    padding: 10px 20px;
    font-size: 14px;
}
.cus-modal-widgets .new-tab-design.nav-tabs {
    margin: 0;
    border-bottom: 2px solid #D8D8D8;
}
.close-cus-modal-widgets {
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 99;
    cursor: pointer;
    outline: 0 !important;
}
.cus-modal-widgets .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0;
    right: 10px;
    top: calc((0.5rem + 1px)* -1);
}
.cus-modal-widgets .arrow::before, 
.cus-modal-widgets .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.cus-modal-widgets .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.0);
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.cus-modal-widgets .arrow::after{
    top: 1px;
    border-bottom-color: #fff;
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.sticky-modal-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
    padding: 16px;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
}
.cus-modal-widgets .cus-scrollbar::-webkit-scrollbar{
    background-color: transparent;
}
.cus-modal-widgets .cus-scrollbar {
    max-height: 250px;
    min-height: 250px;
}
.cus-modal-widgets .dropdown-menu.show{
    animation: growDown .2s linear forwards;
    transform-origin: top center;
}
@keyframes growDown{
    0% {
        transform: scale(0.5);
        opacity:0;
    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
#Notification_ReadMore p, 
#Notification_ReadMore .new-pragraph{
    line-height: 150%;
}
.toggle-swich-with-head .switch-btn{
    margin: 0 0 0 10px;
}
.overflow-hidden {
    overflow: hidden !important;
}
/*MR Global P tag font-size changes  Admin Dashboard*/
p, .new-pragraph{
    font-size:13px;
}
.new-topbar {
    width: calc(100% - 90px);
    background-color: #ECFDF5;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 50px 12px 20px;
    position: sticky;
    top: 60px;
    left: 90px;
    z-index: 999;
    margin: 0 -20px;
}
.New_Topbar_Close {
    cursor: pointer;
    outline: 0 !important;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0;
}
.new-topbar p{
    font-size: 13px;
    color: #222;
    text-align: center;
    font-weight: 400;
    font-family:'PlusJakartaSans-Regular';
    margin:0;
}
.new-topbar p strong{
    font-family:'PlusJakartaSans-Bold';
}

/* END :: Admin dashboard 01/10/2024 */

/* START :: Error Page */
.header.shadow-box{
    border-radius: 0;
}
.error-full-page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    min-height: calc(100vh - 60px);
}
body:has(.error-full-page){
    background-color: #fff;
}
.date-time {
    color: #9CA3AF;
    font-size: 12px;
    line-height: 22px;
}
/* Content Loader */
.content-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #ADCBFD;
    border-right: 3px solid transparent;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
.please-wait-loading:has(.content-loader) {
    min-height: 205px;
}
#pnlFactoBot #app {
    margin: 0;
}
.settlement-application-listing .settlement-application-sing-box:last-child {
    margin: 0;
}
.content-wrapper.innerpagebg.pb-4:has(.rb-right-main){
    padding-bottom:0 !important;
}

/* Pension Dashboard */
.font-13 .settlement-application-sing-box-body tr td,
.font-13 .settlement-application-sing-box-body tr td strong{
    font-size: 13px;
}
.multiple-items-card-single{
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: #F1F5F9;
    display: flex;
    flex-wrap: wrap;
}
.multiple-items-card-single .d-block{
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.multiple-items-card-single .d-block>strong{
    font-size: 13px;
    color: #222;
    font-weight: 700;
}
.link-arw-absolute{
    position: relative;
    padding: 0 30px 0 0;
}
.link-arw-rh{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #0649ED;
}
.multiple-items-card-single:not(:last-child){
    margin: 0 0 15px;
}
.without-scolltrack::-webkit-scrollbar{
    width: 5px;
}
.hight-350{
    max-height: 350px;
    overflow: auto;
}
.max-600{
    max-width: 600px;
}
/*Advance Search Modal Redesign*/
.emp-search-controls .col-md-12,
.emp-search-controls .col-md-5,
.emp-search-controls .col-md-2{
    padding: 0px 10px;
}
.emp-search-controls {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0px -10px;
}
.new-border-table.advance-search-table table tr th{
    border-top:0;
}
.btn-link{
    font-size: 14px;
    font-weight: 600;
    color: #0649ED !important;
    border:0;
    background-color:transparent;
    padding:0;
    text-decoration-line:none !important;
    cursor:pointer;
}
#Advance_Filter_Modal_empSearchForProfile_empSearch .bootstrap-datetimepicker-widget {
    min-width: 285px;
}
.emp-search-controls .input-group-append span {
    height: 38px;
    line-height: normal;
}
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker table tr td, 
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker table tr th {
    text-align: center;
    width: 41px;
    height: 41px;
}
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker table tr td span {
    height: 50px;
    line-height: 51px;
    width: 18%;
}
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker th.prev, 
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker th.next{position:relative;}
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker th.prev::before, 
#Advance_Filter_Modal_empSearchForProfile_empSearch .datepicker th.next::before{top: 50%;transform: translateY(-50%);}
/*circle with header*/
.shadow-box-icn-with-dtl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shadow-box-icn-with-dtl .shadow-box-head-icon {
    margin: 0 10px 0 0;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    font-size: 13px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.shadow-box-head-icon>span {
    font-weight: 600;
}
.Active-status-rg,
.Inactive-status-rg{
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.Active-status-rg{background-color:#209E64;}
.Inactive-status-rg{background-color:#FA4616;}
/*circle with header*/
.emp-personal-dtl-form-control {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
}
.emp-personal-dtl-form-control .col-sm-3, 
.emp-personal-dtl-form-control .col-sm-4, 
.emp-personal-dtl-form-control .col-sm-6,
.emp-personal-dtl-form-control .col-sm-12{
    padding: 0 10px;
}
.emp-personal-dtl-form-control .form-group {
    margin: 0 0 15px;
}
.form-group:has(.content) label {
    margin-bottom: 4px;
}
.shadow-box-icn-with-dtl .shadow-box-head-icon img.emp-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-design-modal .modal-header.bg-white {
    border-bottom: 1px solid #D1D5DB;
}
.RB-new-table table tr td{
    padding:15px 20px;
}
/* After combined single css file for all UI */
.animated-tab.nav-tabs:has(.tab-slider) .nav-link::before {
    background-color: transparent;
    width: 0;
    height: 0;
}
.rb-right-main{
    padding: 0 20px 20px;
}
.important-info-head:has(.nav-tabs) h1.title-h4 {
    padding: 0 0 0 20px;
}
.eligible-loans-form-sing-box .add-settlement-sub-form.pt-2 {
    padding: 20px 5px 0 !important;
}
.form-group:has(.btn) {
    display: flex;
    flex-wrap:wrap;
}

/* Google icon */
.loading-icon{
    animation: loading-shine 2s ease infinite;
    background: -webkit-linear-gradient(330deg, transparent 20%, 
    color-mix(in srgb, #8F8F8F 20%, transparent) 40%, 
    color-mix(in srgb, #8F8F8F 20%, transparent) 60%, transparent 80%) 100% / 800% 100%;
        background: linear-gradient(120deg, transparent 20%, 
    color-mix(in srgb, #8F8F8F 20%, transparent) 40%, 
    color-mix(in srgb, #8F8F8F 20%, transparent) 60%, transparent 80%) 100% / 800% 100%;
    font-size: 0;
    min-height: 24px;
    min-width: 24px;
}
@keyframes loading-shine{50%,to{background-position-x:0}}

/* START :: Admin Pension Salary Master */
.new-ui-tp-search-bg>.material-symbols-outlined{
    left: 15px;
}
/* th.sortable{
    position: relative;
    cursor: pointer;
}
th.sortable::after,
th.sortable::before{
    content: "\e316";
    position: absolute;
    right: unset;
    color: #8F8F8F;
    font-size: 24px;
    font-family: "MaterialIcons-Regular";
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    margin: -2px 0 0;
    position: absolute;
}
th.sortable::after{
    content: "\e313";
} */
.RB-new-table.sortable-table table tr th,
.RB-new-table.sortable-table table tr td {
    padding: 10px 15px;
}
.RB-new-table.sortable-table table tr:last-child td:first-child{
    border-radius: 0 0 0 5px;   
}
.RB-new-table.sortable-table table tr:last-child td:last-child{
    border-radius: 0 0 5px 0;
}
.RB-new-table.sortable-table table tr:has(.sortable) th{
    padding: 15px;
}
.odd-even-bg tbody tr:nth-child(odd){
    background-color: #F1F5F9;
}
.odd-even-bg tbody tr td{
    border: 0;
}
.scan_delete.loading-icon{
    min-height: 100px;
    min-width: 100px;
}
.main-two-box-row{
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.main-two-box-row>.col-lg-12,
.main-two-box-row>.col-lg-10,
.main-two-box-row>.col-lg-6,
.main-two-box-row>.col-lg-4,
.main-two-box-row>.col-lg-3,
.main-two-box-row>.col-lg-2{
    padding: 0 10px;
}
.main-two-box-row>.col-lg-2 {
    max-width: 18%;
    flex: 0 0 18%;
}
.main-two-box-row>.col-lg-10 {
    max-width: 82%;
    flex: 0 0 82%;
}
.p-16-20{
    padding: 16px 20px !important;
}
.vertical-tab.nav-tabs{
    background-color: transparent;
    box-shadow: none;
}
.vertical-tab.nav-tabs .nav-link{
    font-size: 12px;
    color: #222;
    font-weight: 400;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
}
.vertical-tab.nav-tabs .nav-link::before{
    height: 100%;
    width: 2px;
    transform: scaleX(1) scaleY(0);
    transition-duration: 0.3s;
}
.vertical-tab.nav-tabs .nav-link.active:before {
    transform: scaleX(1) scaleY(1);
}
.simple-icn{
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    display: flex;
}
.font-18.loading-icon{
    min-height: 18px;
    min-width: 18px;
}
.loading-icon{
    font-size: 0 !important;
}
.text-black{
    color: #222 !important;
}
.vertical-tab.nav-tabs .nav-link.d-flex.justify-content-between:has(.material-symbols-outlined){
    padding: 10px 10px 10px 20px;
    min-height: 57px;
} 
.add_salary_details_form .RB-new-table table tr td{
    padding: 15px 10px;
}
.add_salary_details_form .RB-new-table table tr td:first-child{
    padding: 15px 10px 15px 20px;
}
.add_salary_details_form .RB-new-table table tr td:last-child{
    padding: 15px 20px 15px 10px;
}
.add_salary_details_form  .RB-new-table table tr th{
    padding: 15px 10px;
}
.add_salary_details_form  .RB-new-table table tr th:first-child{
    padding: 15px 10px 15px 20px;
}
.add_salary_details_form  .RB-new-table table tr th:last-child{
    padding: 15px 20px 15px 10px;
}

.drop-button .form-control.dropdown-toggle{
    background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5L0 0H10L5 5Z" fill="%238F8F8F"/></svg>'); 
    background-size: unset;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.drop-button .form-control.dropdown-toggle::after{
    border: 0;
}
.allowance-drop-down .drop-button .dropdown-menu{
    min-width: 270px;
    padding: 0;
}
.drop-button .form-control.dropdown-toggle>span {
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
}
.allowance-drop-down .drop-button a.dropdown-item{
    padding: 5px 15px !important;
}
.dropdown-menu-scroll {
    max-height: 100px;
    overflow: auto;
    padding: 10px 0;
}
.dropdown-menu-scroll::-webkit-scrollbar-track,
.dropdown-menu-scroll::-webkit-scrollbar{
    background-color:transparent;
}
.cursor-pointer{
    cursor: pointer;
}
.add-salary-details-footer{
    width: 100%;
    padding: 15px 20px 20px;
    border-top: 1px solid #D8D8D8;
}
.sub-form-control{
    width: 100%;
    padding: 20px 10px 10px;
    display: flex;
    flex-wrap: wrap;
}
.sub-form-control>.col-lg-6,
.sub-form-control>.col-lg-12{
    padding: 0 10px;
}
.doc-box-list {
    width: calc(100% + 14px);
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7px;
}
.doc-box-list .col-md-4 {
    padding: 0px 7px;
}
.docs-sing-box {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    min-height: 63px;
}
.dropdown:has(.dropdown_with_icon){
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
}
.dropdown:has(.dropdown_with_icon) .dropdown-menu {
    right: 0px;
    top: 100% !important;
    min-width: 190px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    z-index: 99;
    padding: 5px 0px;
    transform: unset !important;
    left: unset !important;
    border: 0px;
}
.dropdown:has(.dropdown_with_icon) .dropdown-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #222222;
    padding: 7px 15px;
    cursor: pointer;
    outline: 0;
}
.dropdown:has(.dropdown_with_icon) .dropdown-item:hover{
    background-color: #EFEFEFBF;
}
.dropdown:has(.dropdown_with_icon) .dropdown-toggle::after{
    border: 0;
    display: none;
}
.input-group:has(.form-control:disabled), 
.input-group:has(.form-control[readonly]){
    border: 0;
}
.input-group:has(.form-control:disabled) .input-group-append, 
.input-group:has(.form-control[readonly]) .input-group-append{
    display: none;
}
button.simple-icn{
    outline: 0;
    cursor: pointer;
}
.shadow-box{
    border-radius: 10px;
}
.input-group-append:has(.input-group-text.material-symbols-outlined),
.input-group-append:has(.es-advance-search.material-symbols-outlined){
    align-items: center;
}
.input-group-text.loading-icon,
.es-advance-search.loading-icon{
    height: 24px;
    margin: 0 10px 0 0;
}
.read-more-txt-table>p {
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: max-height 0.3s ease-in-out;
    margin: 0px;
    width: calc(100% - 95px);
    float: left;
}
.popover:has(.new-popover-readmore){
    background-color: #FFF;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
    border: 0;
    min-width: 300px;
    padding: 0;
}
.popover:has(.new-popover-readmore) .popover-body{
    padding: 0;
}
.bs-popover-top:has(.new-popover-readmore) .arrow::before, 
.bs-popover-auto:has(.new-popover-readmore)[x-placement^="top"] .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.0);
}
.bs-popover-bottom:has(.new-popover-readmore) .arrow::before, 
.bs-popover-auto:has(.new-popover-readmore)[x-placement^="bottom"] .arrow::before{
    border-bottom-color: rgba(0, 0, 0, 0.0);
}
.new-popover-readmore-body {
    padding:30px 15px 15px;
    max-height: 220px;
    overflow: auto;
}
.new-popover-readmore-body::-webkit-scrollbar{
    height:5px;
    width: 5px;
    border-radius: 10px;
}
.new-popover-readmore-body::-webkit-scrollbar-thumb{
    background-color: #D2D2D2;
    border-radius: 10px;
}
.new-popover-readmore-body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.new-popover-readmore-body p {
    line-height: 24px;
    font-size: 14px;
}
.new-popover-readmore .close-popover {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
}
table.dataTable{
    border-collapse: collapse !important;
}
table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after{
    font-family: "MaterialIcons-Regular" !important;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block !important;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #8F8F8F;
    bottom: 12px;
    right: unset !important;
    opacity: 1 !important;
}
table.dataTable thead .sorting:after{
    content: "\e5d7" !important;
}
table.dataTable thead .sorting_asc:after {
    content: "\e5c5" !important;
}
table.dataTable thead .sorting_desc:after {
    content: "\e5c7" !important;
}
#Salary_Master_Listing_filter,
#Salary_Master_Listing_paginate,
#Salary_Master_Listing_length,
#Salary_Master_Listing_info{
    display: none;
}
.odd-even-bg tbody tr:has(.dataTables_empty) {
    background-color: transparent;
}

.erorr-lable{
 border-color : red !important;
 }

/* START :: Admin Pension Application  */
.green-icn{
    color: #10B981;
}
.red-icn{
    color: #EF4444;
}
.h-70{
    height: 70px !important;
}
.button-anchor-link{
    color: #0649ED;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    border: 0;
    background-color: transparent;
    outline: 0 !important;
    cursor: pointer;
    padding: 0 10px;
}
.calculated-table tr th{
    padding: 10px 20px;
    background: #EFEFEF;
    color: #222;
    font-size: 12px;
    font-weight: 700;
}
.calculated-table tr td{
    padding: 7px 20px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    border: 0;
}
.calculated-table tr:first-child td{
    padding: 15px 20px 7px;
}
.calculated-table tr:last-child td{
    padding: 7px 20px 15px;
}
.calculated-table-sub-dtl{
    width: calc(100% + 20px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.calculated-table-sub-dtl .col-lg-12,
.calculated-table-sub-dtl .col-lg-6,
.calculated-table-sub-dtl .col-lg-4,
.calculated-table-sub-dtl .col-lg-3{
    padding: 0 10px;
}
.calculated-table-sing-box{
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    width: 100%;
}
.col-lg-6:has(.calculated-table-sing-box){
    padding: 20px 10px 0;
}
.calculated-table-sing-header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color:#EFEFEF;
    padding: 10px 15px;
}
.top-0{
    top:0 !important;
}
.calculated-table-sing-content table tr td{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 10px 15px;
    border-bottom:1px solid #D8D8D8;
}
.calculated-table-sing-content table tr:last-child td{
    border-bottom: 0;
}
.calculated-table-sing-content{
    height:41px;
    overflow: hidden;
}
.calculated-table-sing-box.open .calculated-table-sing-content{
    display: block;
    height: calc(100% - 43px);
}
.calculated-table-sing-box.open{
    display: block;
}
.calculated-table-sing-content tbody{
    display: none;
}
.calculated-table-sing-box.open .calculated-table-sing-content tbody{
    display: table-row-group;;
}
.calculated-table-sing-box.open{
    padding: 0 0 40px;
    height: 100%;
}
.calculated-table-sing-content .position-absolute.d-flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: 0;
    border-top:1px solid #D8D8D8;
}
.calculated-table-sing-box .simple-icn.toggle-arw>span{
    transition: all 0.4s ease;
}
.calculated-table-sing-box.open .simple-icn.toggle-arw>span{
    transform: rotateX(180deg);
}
.cus-radio-check .cus-checkmark {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    top: 3px;
}
.cus-radio-check.cus-checkbox.cus-radio .cus-checkmark::after{
    border: solid #0649ED;
    border-width: 0 2px 2px 0;
    left: 4px;
    top: 0;
    bottom: unset;
    right: unset;
    width: 6px;
    height: 11px;
    transform: unset;
    border-radius: unset;
    display: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
}
.cus-radio-check.cus-checkbox input:checked ~ .cus-checkmark::after{
    display: block;
} 
.form-control-group>div{
    padding: 0 10px;
}
.form-control-group{
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.button-anchor-link.button-grey{
    color: #6B7280;
    background-color: #F3F4F6;
}
.title-h6{
    color: #222;
}
.input-group:has(.button-anchor-link) .input-group-text.loading-icon, 
.input-group:has(.button-anchor-link) .es-advance-search.loading-icon{
    margin: 0 10px;
}
.sm-tag .material-symbols-outlined.loading-icon {
    min-width: 14px;
    min-height: 14px;
}
.new-ui-tp-search-bg>span.material-symbols-outlined.loading-icon {
    top: 5px;
    left: 10px;
}
.material-symbols-outlined.upload-icn-bg.loading-icon {
    background: linear-gradient(120deg, transparent 20%, color-mix(in srgb, #8F8F8F 20%, transparent) 40%, 
    color-mix(in srgb, #8F8F8F 20%, transparent) 60%, transparent 80%) 100% / 800% 100%;
}
.imp-info-icn .material-symbols-outlined.loading-icon {
    min-width: 18px;
    min-height: 18px;
}
.font-medium{
    font-weight: 500 !important;
}
.RB-new-table thead.sticky-top{
    z-index: 9;
}
/* END :: Admin Pension Application */
/* START :: EPFO Dashboard new changes */
form .sub-form-control .form-group{
    margin:0 0 20px;
}
form .sub-form-control{
    padding: 20px 10px 0;
}
.dropdown-toggle-arw{
    background-color:#0649ED;
    border: 0;
    border-radius: 0 5px 5px 0;
    outline: 0 !important;
    cursor: pointer;
    padding: 0 5px;
    border-left: 1px solid #fff;
}
.dropdown-toggle-arw.dropdown-toggle::after{
    border: 0;
    display: none;
}
.dropdown-toggle-arw>span{
    color: #fff;
}
.shadow-box-header:has(.btn){
    padding: 10px 20px;
}
.btn:focus, 
.btn.focus,
.btn:not(:disabled):not(.disabled):active:focus, 
.btn:not(:disabled):not(.disabled).active:focus, 
.show > .btn.dropdown-toggle:focus{
    box-shadow: none !important;
}
.btn .loading-icon,
.dropdown-toggle-arw .loading-icon{
    background: -webkit-linear-gradient(330deg, transparent 20%, 
    color-mix(in srgb, #fff 20%, transparent) 40%, 
    color-mix(in srgb, #fff 20%, transparent) 60%, transparent 80%) 100% / 800% 100%;
}
.bg-round.bg-round-lg .material-symbols-outlined.loading-icon {
    min-width: 36px;
    min-height: 36px;
}
.text-success{color: #209E64 !important;}
.vertical-table-scroll{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: auto;
    margin: 0 0 -6px;
}
.vertical-table-scroll::-webkit-scrollbar{
    height:5px;
    width: 5px;
    border-radius: 10px;
    background-color: transparent;
}
.vertical-table-scroll::-webkit-scrollbar-thumb{
    background-color: #D2D2D2;
    border-radius: 10px;
}
.vertical-table-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.sortable-table .dataTables_length,
.sortable-table .dataTables_filter,
.sortable-table .dataTables_info,
.sortable-table .dataTables_paginate{
    display: none;
}
.sortable-table table.dataTable {
    margin: 0 !important;
}
.responsive-table table.dataTable thead .sorting:after, 
.responsive-table table.dataTable thead .sorting_asc:after, 
.responsive-table table.dataTable thead .sorting_desc:after, 
.responsive-table table.dataTable thead .sorting_asc_disabled:after, 
.responsive-table table.dataTable thead .sorting_desc_disabled:after{
    bottom: 7px !important;
}
.max-430{
    max-width: 430px !important;
}
.input-group-append span {
    padding: 6px 8px;
}
.scrtabs-tab-scroll-arrow{
    border: 0 !important;
    padding: 0;
    display: flex !important;
    align-items: center;
    width: auto !important;
    background-color: transparent !important;
    position: absolute;
    right: 10px;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    padding:0 !important;
}
.scrtabs-tab-scroll-arrow > span{
    border-right: 2px solid #8F8F8F !important;
    border-bottom: 2px solid #8F8F8F !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 1px;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable>span{
    opacity: 0.5;
}
.animated-tab.nav-tabs .nav-item {margin-bottom: 0;}
.scrtabs-tab-container,
.scrtabs-tabs-fixed-container{
    height: auto;
}
.scrtabs-tabs-fixed-container{
    padding: 0 10px 0 0;
    background-color: #EFEFEF;
    border-radius: 5px;
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
    right: 20px;
}
.scrtabs-tabs-movable-container{
    transition: transform 0.9s;
}
.scrollingTabs-bg {
    border-radius: 5px;
    background: #EFEFEF;
    padding: 0 40px 0 0;
}
.scrtabs-tab-container::before {
    position: absolute;
    content: '';
    background-color: #c1c1c1;
    width: 1px;
    height: calc(100% - 10px);
    right: 40px;
    top: 5px;
}
.text-wrap{
    white-space:normal !important;
}
/* END :: EPFO Dashboard new changes */}
.modal-open .tooltip {
    z-index: 99999;
}

/* START :: Admin Dashboard */
.notification-blinking {
    color: transparent;
    /*background-image: linear-gradient(to right, #0649ed, #fa4616, #8b5cf6, #ec4899, #0649ed);*/
    background-image: linear-gradient(to right, #ed0606, #1a0754, #ed0606, #1a0754, #ed0606);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200%;
    background-position: -200%;
    animation: notification-blinking 4s infinite alternate-reverse;
}

@keyframes notification-blinking {
    to {
        background-position: 200%;
    }
}
/*.notification-blinking {
    color: #EF4444;
    animation: blinker 1.7s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/
/* END :: Admin Dashboard */}

.material-bg-icon{
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    overflow:hidden;
    color:transparent;
}

/*MR11032025*/
.form-control.disabled-autoselect:disabled, 
.form-control.disabled-autoselect[readonly] {
    height: 40px;
    font-size: 14px;
    padding: 2px 15px 3px;
}
.input-group:has(.form-control.disabled-autoselect:disabled) .input-group-append, 
.input-group:has(.form-control.disabled-autoselect[readonly]) .input-group-append {
    display: flex;
}
.input-group:has(.form-control.disabled-autoselect:disabled), 
.input-group:has(.form-control.disabled-autoselect[readonly]){
    border:1px solid #C1C1C1;
}
/*MR20032025*/
.single-border-box{
    border-radius:10px;
}
.new-table-fullWidth {
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.new-table-fullWidth .RB-new-table table tr:last-child td {
    border: 0;
}
.shadow-box.p20.mb-3:has(.new-table-fullWidth) {
    padding-bottom: 0 !important;
}
/* START :: Part F */
.shadow-box-spacing {
    width: 100%;
    padding: 20px 10px;
}

    .shadow-box-spacing .col-lg-3,
    .shadow-box-spacing .col-lg-4,
    .shadow-box-spacing .col-lg-6,
    .shadow-box-spacing .col-lg-10,
    .shadow-box-spacing .col-lg-12 {
        padding: 0 10px;
    }

.Auditors-table.calculated-table tr th {
    padding: 10px;
}

    .Auditors-table.calculated-table tr th:first-child {
        padding: 10px 10px 10px 20px;
    }

    .Auditors-table.calculated-table tr th:last-child {
        padding: 10px 20px 10px 10px;
    }

.Auditors-table.calculated-table tr td:first-child {
    padding: 20px 10px 20px 20px;
}

.Auditors-table.calculated-table tr td:last-child {
    padding: 20px 20px 20px 10px;
}

.Auditors-table.calculated-table tr td {
    padding: 20px 10px;
}

.Auditors-table.calculated-table tr:not(:last-child) td {
    border-bottom: 1px solid #DFDFDF;
}

.form-group.required-field label.cus-checkbox:after {
    font-size: 0;
    height: 0;
    width: 0;
    padding: 0;
}

.important-information {
    box-shadow: none;
    fill: #FFF;
    /*filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.15));*/
    box-shadow: 0px 0px 4px rgb(228 228 229 / 80%);
}
/* END :: Part F */

select.form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

/*
TaskID:GE3-T2123
*/
/*.cus-scrollbar {
    max-height: calc(100vh - 95px);
    overflow: auto;
}

    .cus-scrollbar::-webkit-scrollbar {
        height: 5px;
        width: 5px;
        border-radius: 10px;
    }

    .cus-scrollbar::-webkit-scrollbar-thumb {
        background-color: #D2D2D2;
        border-radius: 10px;
    }

    .cus-scrollbar::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
    }

.shadow-box {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.ai-suggestion-bg {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(90deg, rgba(220, 231, 254, 1) 0%, rgba(237, 233, 254, 1) 100%);
    min-height: 131px;
    overflow: hidden;
}

.ai-suggestion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-suggestion-label {
    font-size: 13px;
    color: #4B5563;
    font-weight: 600;
}

.Ai_Slider_Nav {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #333;
}

.nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    transition: color 0.2s;
    padding: 0;
    outline: 0 !important;
}

    .nav-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.suggestion-box {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

    .suggestion-box.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

.use-text {
    color: #0649ED;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.moreText {
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: max-height 0.3s ease-in-out;
    margin: 0px;
    line-height: 20px;
}

    .moreText.show {
        -webkit-line-clamp: unset;
        max-height: unset;
        overflow: unset;
    }

.Read_More_txt {
    color: #0649ED;
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
    line-height: normal;
    font-weight: 600;
}*/
/* Animations */
/*@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-30px);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(30px);
    }
}

.slide-in-right {
    display: block;
    animation: slideInRight 0.4s forwards;
}

.slide-out-left {
    animation: slideOutLeft 0.4s forwards;
}

.slide-in-left {
    display: block;
    animation: slideInLeft 0.4s forwards;
}

.slide-out-right {
    animation: slideOutRight 0.4s forwards;
}

.nav-btn .material-symbols-outlined {
    font-size: 20px;
    font-weight: 400;
}

.Ai_Slider_Nav::before {
    content: '|';
    color: #8F8F8F;
    height: 100%;
    margin: 0 4px;
    display: inline-block;
}

.ai-suggestion-label .sm-tag {
    font-weight: 600;
    color: #4B5563;
    font-size: 10px;
    padding: 2px 16px;
    min-width: auto;
    min-height: 18px;
}

@@keyframes ai-spin {
    to {
        transform: rotate(360deg);
    }
}

.ai-suggestion-header.loading .ai-icon {
    animation: ai-spin 1.5s linear infinite;
}

.ai-suggestion-bg:has(.ai-suggestion-header.loading) {
    min-height: auto;
}

.d-flex.d-none {
    display: none !important;
}

.ai-suggestion-loading {
    font-size: 12px;
    color: #4B5563;
    font-weight: 500;
}*/

/*MR26112025 Grievance Portal*/
.new-note-bg {
    width: 100%;
    background-color: #F3F4F6;
    border-radius: 5px;
    padding: 15px 15px 8px;
    font-size: 12px;
    color: #222;
    margin: 0 0 10px;
}

    .new-note-bg p {
        font-size: 12px;
        color: #333;
        margin: 0 0 8px;
    }

.tooltip > .tooltip-inner:has(.custom-tooltip) {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    color: #333;
    max-width: 400px;
}

.tooltip.show:has(.custom-tooltip) {
    opacity: 1;
    z-index: 99999;
}

.bs-tooltip-auto[x-placement^=bottom]:has(.custom-tooltip) .arrow::before,
.bs-tooltip-bottom:has(.custom-tooltip) .arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-auto[x-placement^=top]:has(.custom-tooltip) .arrow::before,
.bs-tooltip-top:has(.custom-tooltip) .arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=left]:has(.custom-tooltip) .arrow::before,
.bs-tooltip-left:has(.custom-tooltip) .arrow::before {
    border-left-color: #fff;
}

.bs-tooltip-auto[x-placement^=right]:has(.custom-tooltip) .arrow::before,
.bs-tooltip-right:has(.custom-tooltip) .arrow::before {
    border-right-color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.categorie-arw > h4 > span::after {
    content: '\e5e1';
    font-family: 'MaterialIcons-Regular';
    color: #8f8f8f;
    font-weight: 400;
    font-size: 16px;
    margin: 0 4px;
    position: relative;
    top: 2px;
    padding: 2px 0 0;
}