/*Global CSS Starts Here*/
body{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    line-height: 1;
    color:#303030;
}
p{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 12.5px;
}
a{
    font-size:16px;
    font-family: 'Inter', sans-serif;
    font-weight:400;
}
a:hover{
    text-decoration: none !important;
}
img{
    margin-bottom:0px;
    object-fit: cover;
}
table{
    font-family: 'Inter', sans-serif;
}
/*Global CSS Ends Here*/


/*Common CSS Starts Here*/
.non-matrix-role table tr td{
  padding:5px;
  border:none !important;
}
.custom-row{
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.custom-row-5{
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.custom-col{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.custom-col-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
h1{
    font-size:48px;
    line-height:54px;
    margin-bottom:15px;
}

h2{
    font-size: 42px;
    line-height:48px;
    margin-bottom:15px;
}

h3{
    font-size: 36px;
    line-height:42px;
    margin-bottom: 15px;
}

h4{
    font-size:30px;
    line-height:36px;
    margin-bottom:15px;
}
h5{
    font-size:22px;
    line-height:28px;
    margin-bottom:15px;
}

h6{
    font-size:18px;
    line-height:24px;
    margin-bottom:15px;
}

p{
    color:#000000;
    margin-bottom:20px;
    font-size:15px;
    line-height:25px;
}
.m-b-0{
    margin-bottom: 0px !important;
}
.m-b-5{
    margin-bottom: 5px !important;
}
.m-b-10{
  margin-bottom: 10px !important;
}
.m-b-20{
  margin-bottom: 20px !important;
}
.m-r-0{
  margin-right: 0px !important;
}
.m-t-0{
    margin-top:0px !important;
}
.m-t-15{
    margin-top:15px !important;
}
.m-t-8{
    margin-top:8px !important;
}
.m-t-10{
    margin-top:10px !important;
}
.m-l-10{
  margin-left:10px !important;
}
.m-l-5{
    margin-left:10px !important;
}
.m-t-5{
    margin-top:5px !important;
}
.common-btn{

}
.common-btn:hover{

}
.material-icons{
  line-height: 1.5;
}
.color-default{
    color:var(--theme-color) !important;
}
/*Common CSS Ends Here*/


/*Alert Starts here*/
.dialog-layout{
    display:flex;
    flex-direction:column;
    text-align:center;
    padding:10px;
}
.dialog-layout button{
    position: absolute;
    right: 5px;
    width: 30px;
    outline: 0;
    height: 30px;
    padding: 0px;
    top:5px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dialog-layout > button span{
    font-size: 20px;
    color: #7d7d7d;
    margin:0;
}
.dialog-layout > button:hover{
    border-radius: 100%;
    background: #f1f1f1;
}
.dialog-layout span{
    font-size: 50px;
    color:#ff4d4d;
    margin:0px auto 10px;
}
.dialog-btn-layout{
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-cancel{
    background: #bbbbbb;
    color:#fff;
    border:none;
    border-radius: 5px;
    padding: 7px 25px;
    font-size: 13px;
}
.alert-cancel:hover{
    background: #999999;
    color:#fff;
}
.alert-dialog-warning{
    color:#fff;
    border:none;
    border-radius: 5px;
    padding: 7px 25px;
    font-size: 13px;
    background:#ff4d4d;
}
.alert-dialog-warning:hover{
    background:#ff0000;
    color:#fff;
}
.user-role-dialog .modal-dialog{
    max-width: 800px;
}
.user-role-dialog .modal-content{
    min-height: 390px;
}
.modal-header{
    border-bottom:none !important;
}
.scheduled-assignment .modal-body{
    max-height: 500px;
    overflow: auto;
}
.scheduled-assignment .modal-dialog{
    max-width:750px;
}
.value-desc-dialog .modal-dialog{
    max-width:640px;
}
#my-multiselect .e-placeholder {
  display: none;
}
/* ::-webkit-scrollbar {
  display: none;  WebKit-based browsers 
} */
.scrollable {
  max-width: 200px !important;
  overflow-y: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none; 
  white-space: nowrap !important;
}

.custom-dialog .modal-header h5{
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
}
.custom-dialog .modal-header {
    display: block;
    position: relative;
}

.custom-dialog .modal-header button{
    position: absolute;
    right: 5px;
    width: 30px;
    outline: 0;
    height: 30px;
    padding: 0px;
    top:5px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-dialog .modal-header button span{
    font-size: 20px;
    color:#7d7d7d;
}
.custom-dialog .modal-header button:hover{
    border-radius: 100%;
    background: #f1f1f1;
}
.custom-dialog hr{
    margin:0 1rem;
    background: var(--theme-color) !important;
}
.custom-dialog .modal-body{
    padding:1.4rem 1rem 1rem;
}
.add-user-dialog .modal-dialog{
    max-width: 700px;
}
.select-city-dialog .modal-dialog{
  max-width: 500px;
}
.add-city-dialog .modal-dialog{
    max-width: 600px;
}
.user-list-dialog .modal-dialog{
    max-width: 700px;
}
.user-details-dialog .modal-dialog{
    max-width: 800px;
}
.checklist-details-dialog .modal-dialog{
    max-width: 800px;
}
.add-clientadmin-dialog .modal-dialog{
    max-width: 700px;
}
.add-employee-dialog .modal-dialog{
    max-width: 700px;
}
.add-company-dialog .modal-dialog{
    max-width: 700px;
}
.add-unit-dialog .modal-dialog{
    max-width: 700px;
}
.show-functions-dialog .modal-dialog{
    max-width: 670px;
}
.show-functions-dialog .modal-body{
    max-height: 500px;
    overflow: auto;
}
.upload-doc-sample-dialog .modal-dialog{
    max-width: 670px;
}
.upload-doc-sample-dialog .modal-body{
    max-height: 500px;
    overflow: auto;
}
.show-functions-tree-dialog .modal-dialog{
    max-width: 670px;
}
.show-functions-tree-dialog .modal-body{
    max-height: 500px;
    min-height: 350px;
    overflow: auto;
}
.show-checklist-tree-dialog .modal-dialog{
  max-width: 70%;
}
.show-checklist-tree-dialog .modal-body{
  max-height: 500px;
  min-height: 350px;
  overflow: auto;
}
.checklist-scores-layout{
    display:flex;
    align-items: center;
    margin-top: 5px;
}
.checklist-scores-layout p {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 10px;
}
.checklist-scores-layout p:first-child{
    margin-left:0;
}
.tree-node-bottom-border ul{
  padding-left:5px !important;
}

.show-erp-samples-list-dialog .modal-dialog{
    max-width: 800px;
}
.show-erp-samples-list-dialog .modal-body{
    max-height: 500px;
    min-height: 350px;
    overflow: auto;
}
.show-industry-tree-dialog .modal-dialog{
    max-width: 670px;
}
.show-industry-tree-dialog .modal-body{
    max-height: 500px;
    min-height: 350px;
    overflow: auto;
}
.show-process-tree-dialog .modal-dialog{
    max-width: 670px;
}
.show-process-tree-dialog .modal-body{
    max-height: 500px;
    min-height: 350px;
    overflow: auto;
}
.risk-dialog .modal-body{
    max-height: 500px;
    overflow: auto;
}
.risk-details .modal-dialog{
    max-width: 670px;
}
.review-history-dialog .modal-body{
    max-height: 500px;
    overflow: auto;
    padding:15px;
}
.history-span{
  cursor: pointer;
}
.review-history-dialog .history-span span{
  font-family: 'Material Icons';
  font-size:18px;
  padding:4px;
  margin-left:5px;
  border-radius: 100%;
}
.reassign-layout p{
    font-size:12.5px;
    line-height: 1;
    margin-bottom: 0px;
}

.reassign-layout .heading{
    font-weight: 600;;
    margin-bottom: 5px;
}
.newuser-dd-layout{
    display:block;
    margin-bottom: 10px;
}
.newuser-dd-layout button{
    position:relative;
    top:0;
}
.review-history-dialog .history-span span:hover{
  background:#eee;
}
.just-space-between{
  justify-content: space-between;
}
.task-select-dept-dialog .modal-dialog{
    max-width: 600px;
}
.assignment-select-dialog .modal-dialog{
  max-width: 800px;
}
.task-select-table-dialog .modal-dialog{
  max-width: 800px;
}
.task-select-dept-dialog .modal-body{
    max-height: 500px;
    overflow: auto;
}
.task-select-table-dialog .modal-body{
    padding-top:10px;
    max-height: 500px;
    overflow: auto;
}
.assign-taskresource{
    max-height: 440px;
    min-height: 320px;
    overflow: auto;
}
.task-tree-dialog .modal-dialog{
    max-width: 670px;
}
.task-tree-dialog .modal-body{
    max-height: 500px;
    min-height: 320px;
    overflow: auto;
}
.assign-resources-dialog .modal-dialog{
    max-width: 650px;
}
.task-tree-dialog .tree-wrapper{
    min-height: 200px;
}

.risk-definition .custom-row{
    align-items: center;
    margin-bottom:20px;
}

.reset-risk-colors{
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: underline;
    cursor: pointer;
}

.risk-definition p{
    margin-bottom:0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
}
.risk-definition input[type="text"]{
    width:100%;
    padding: 7px 12px;
    outline: 0;
    border-radius: 5px;
    /* background: #f8f8f8; */
    border:1px solid #ddd;
    font-size:12.5px;
}
.risk-definition input[type="text"]::placeholder{
    color:#afafaf;
    font-size: 12px;
}
.risk-level-color-wrapper-round{
    border-radius: 100%;
    padding: 0px;
}
.risk-level-color-round{
    height:12px;
    width:12px;
    border-radius: 100%;
}
.risk-level-color-wrapper{
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 3px;
    margin-left: 8px;
}
.risk-level-color{
    height:12px;
    width:30px;
    border-radius: 3px;
}
.color-layout-wrapper{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
.popover{
    top:35px !important;
    left:10px !important;
}
.popover-cover{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.formcolor .sketch-picker{
    position: absolute;
    right:-80px;
}
.color-layout{
    width:100%;
    height:20px;
    border-radius: 5px;
}
.dialogcl .e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame{
    line-height:10px !important;
}

.cl-ranking {
    display:flex;
    align-items:center;
}
.cl-ranking p{
    font-size:13px;
    line-height:1;
    margin:0;
}
.cl-ranking .col-md-2.custom-col{
    margin-bottom:15px;
}
.clientsChecklist{
    border:none !important;
    font-family: 'Inter', sans-serif !important;
}
.clientsChecklist .e-delim-values{
    font-size: 13px !important;
}
.clientsChecklist .e-multi-select-wrapper{
    border:1px solid #ddd !important;
    border-radius:5px !important;
    padding:2px 10px !important;
}
/* MultiSelectComponent close icon alignment fix */
.clientsChecklist.dialogcl .e-multi-select-wrapper .e-clear-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #888;
  cursor: pointer;
  z-index: 2;
}
.e-multi-select-wrapper .e-chips-close.e-close-hooker{
  margin-top: -26px !important;
}
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
    right: 30px !important;
}
.clientsChecklist::before{
    display: none !important;
}
.clientsChecklist::after{
    display: none !important;
}
.e-input-focus .e-multi-select-wrapper{
    color: #444;
    border-color: #bbb !important;
    box-shadow: 0 0 0 0.1rem rgba(221,221,221,.5);
    outline: 0;
}
.e-multiselect.e-input-group .e-ddl-icon::before{
    font-family: 'Material Icons' !important;
    content: "expand_more" !important;
    font-size: 24px !important;
    color:#282828 !important;
}
.e-multiselect.e-icon-anim .e-ddl-icon::before{
    transform: none !important;
    transition: none !important;
}
.e-multiselect .e-input-group-icon.e-ddl-icon{
    margin:2px 0px 0px !important;
}
.modal-backdrop{
    z-index: 1050 !important;
}
.modal-loading-text{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.modal-loading-text p{
    margin: 0;
    padding: 4px 7px;
    line-height: 1;
    font-size: 12.5px;
    color: #fff;
    background: var(--theme-color) !important;;
}
.details-table-layout table{
    width:100%;
    height:100px;
}
.details-table-layout td{
    font-size:12.5px;
    padding-bottom: 5px;
}
.details-table-layout tr{
    vertical-align: top;
}
.tree-node{
    display:flex;
    align-items:center;
    cursor: pointer;
    margin-bottom:15px;
}
.tree-node p{
    font-size: 14px;
    margin:0;
    margin-left: 6px;
    line-height:1;
}
.tree-node span{
    font-size: 20px;
    color:#333;
    flex-shrink: 0;
    width:22px;
    padding: 1px;
}
.tree-span-bg{
    background: #f1f1f1;
    border-radius: 100%;
    box-shadow: inset 0 0 0px 1px #ddd;
}
.tree-node span:hover{
    background: #f1f1f1;
    border-radius: 100%;
    padding: 1px;
}
.tree-span-bg:hover{
    background: #dddddd !important;
}
.tree-text-layout{
    display:flex;
    align-items: center;
}
.tree-node-sync .tree-text-layout p{
    line-height: 1;
    margin:0;
    margin-top:1.5px;
    font-weight:500;
    font-size:12.5px;
}
.tree-dropdown-layout{
    display:flex;
    align-items: center;
}
.link-tree-tag{
    font-size: 10px !important;
    margin: 0 !important;
    line-height: 1 !important;
    background: #ddd !important;
    width: unset !important;
    color: #333 !important;
    margin-left: 5px !important;
    padding: 3px 4px !important;
    border-radius: 2px !important;
}
.link-tree-tag:hover{
    background: #ddd !important;
}
.new-tree-tag{
    font-size: 10px !important;
    margin: 0 !important;
    line-height: 1 !important;
    background: var(--theme-color) !important;
    width: unset !important;
    color: #fff !important;
    margin-left: 5px !important;
    padding: 3px 4px !important;
    border-radius: 2px !important;
}
.new-tree-tag:hover{
    background:var(--theme-color) !important;
}
/* .expand-collapse-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.expand-collapse-layout{
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 10px;
}
.expand-collapse-layout span{
    font-size: 18px;
}
.expand-collapse-layout:hover span{
    color:#aa55a0;
}
.expand-collapse-layout:hover p{
    color:#aa55a0;
}
.expand-collapse-layout p{
    line-height: 1;
    margin: 0;
    margin-left: 2px;
    font-size: 12.5px;
    font-weight: bold;
} */
/*Alert Ends here*/

/*Theme CSS Starts Here*/

/* main-dashboard Starts */
.main-dashboard{
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.dashboard-bg{
  position: relative;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
/* main-dashboard Ends */




/* Dashboard Starts */
.dashboard-right-bg{
    margin-left:230px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background:#fff;
    padding:10px 20px;
    min-width: 0;
    position: fixed;
    min-height: 100vh;
    left: 80px;
    top:0px;
    right:0;
    bottom:0px;
    overflow: auto;
}
.dashboard-right-bg-collpase{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background:#fff;
    padding:10px 20px;
    min-width: 0;
    position: fixed;
    min-height: 100vh;
    left: 80px;
    top:0px;
    right:0;
    bottom:0px;
    overflow: auto;
}
.pagination-layout{
    margin-top:10px;
}
.pagination-layout .row{
    display:flex;
    align-items: flex-start;
}
.pagination-layout p{
    font-size: 12.5px;
    text-align: right;
    margin:0;
}

.no-items-card{
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
    background: #fff;
    display: flex;
    align-items: center;
    padding:100px 40px;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
}
.no-items-card h6 {
  font-size: 14.5px;
}
.loader-btn {
  width: 50px;
  height: 12px;
  --_g: no-repeat radial-gradient(farthest-side,var(--theme-text-color) 94%,#0000);
  background:
    var(--_g) 50%  0,
    var(--_g) 100% 0;
  background-size: 9px 9px;
  position: relative;
  animation: l23-0 1.5s linear infinite;
  align-self: center;
  justify-self: center;
}
.loader-btn:before {
  content: "";
  position: absolute;
  height: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-text-color);
  left:0;
  top:0;
  animation: 
    l23-1 1.5s linear infinite,
    l23-2 0.5s cubic-bezier(0,200,.8,200) infinite;
}
.loader {
  width: 50px;
  height: 28px;
  --_g: no-repeat radial-gradient(farthest-side,var(--theme-color) 94%,#0000);
  background:
    var(--_g) 50%  0,
    var(--_g) 100% 0;
  background-size: 12px 12px;
  animation: l23-0 1.5s linear infinite;
  top: 50%;
  left: 50%;
  position: absolute;
}
.loader:before {
  content: "";
  position: absolute;
  height: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-color);
  left:0;
  top:0;
  animation: 
    l23-1 1.5s linear infinite,
    l23-2 0.5s cubic-bezier(0,200,.8,200) infinite;
}
@keyframes l23-0 {
  0%,31%  {background-position: 50% 0   ,100% 0}
  33%     {background-position: 50% 100%,100% 0}
  43%,64% {background-position: 50% 0   ,100% 0}
  66%     {background-position: 50% 0   ,100% 100%}
  79%     {background-position: 50% 0   ,100% 0}
  100%    {transform:translateX(calc(-100%/3))}
}
@keyframes l23-1 {
  100% {left:calc(100% + 7px)}
}
@keyframes l23-2 {
  100% {top:-0.1px}
}
.loadmore-layout{
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}
.loadmore-layout p{
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 1;
}


.header-notification{
  cursor: pointer;
  /* color: #7D3F76; */
  position: relative;
  text-align: center;
}


.notifications-dropdown{
  background: #fff;
  right: 0px;
  position: absolute;
  width: 400px;
  top: calc(100% + 8px);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.notifications-dropdown-header p{
  padding:10px;
  margin:0px;
  font-weight: 600;
  border-bottom: 1.5px solid #ddd;
  font-size: 14px;
}
.notifications-page-list ul{
  padding-left: 0px;
  margin:0px;
}
.notifications-dropdown-list ul{
  padding-left: 0px;
  margin:0px;
}
.notification-all-col{
  text-align: center;
  border-top:1.5px solid #ddd;
}
.notification-all-col a{
  padding: 10px;
  display:block;
  font-size: 14px;
  font-weight: 600;
}
.notification-all-col a:hover{
  color: #fff;
}
.notifications-dropdown-list{
  height: 400px;
  overflow-y: auto;
}

.notifications-dropdown-list::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.notifications-dropdown-list::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.notifications-dropdown-list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.notifications-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.notifications-dropdown-list ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.notifications-page-list ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.notifications-dropdown-list ul li a{
  display: flex;
  padding: 12px 12px 12px 2px;
  align-items: center;
}
.notifications-page-list ul li a{
  display: flex;
  padding: 12px 12px 12px 2px;
  align-items: center;
}
.notifications-dropdown-list ul li a:hover{
  background: #f1f1f1;
}
.notifications-page-list ul li a:hover{
  background: #f1f1f1;
}
.notifications-dropdown-list ul li a p{
  margin-bottom: 5px;
  font-size: 12.5px;
  line-height: 1;
}
.notifications-page-list ul li a p{
  margin-bottom: 5px;
  font-size: 12.5px;
  line-height: 1;
}
.notifications-dropdown-list ul li a div{
  margin-left: 10px;
  line-height:1;
}
.notifications-page-list ul li a div{
  margin-left: 10px;
  line-height:1;
}
.notifications-dropdown-list ul li a span{
  color:#8e8e8e;
  font-size: 11px;
}
.notifications-page-list ul li a span{
  color:#8e8e8e;
  font-size: 11px;
}
.notifications-dropdown-list ul li a img{
  width:50px;
  height:50px;
  flex-shrink: 0;
}
.notifications-page-list ul li a img{
  width:50px;
  height:50px;
  flex-shrink: 0;
}
.history-item-layout{
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.history-item-layout p{
    margin-bottom: 7px;
    line-height: 1;
    color: #303030;
    font-size:14px;
}
.review-history-remarks{
    color:#000;
}
.font-bold{
    font-weight:600 !important;
}
.font-bold-resize {
  font-size: 13.5px;
}
.font-size-p{
    font-size: 13px;
}
.history-item-layout span{
    display:block;
    font-family: 'Inter', sans-serif;
    color:#303030;
    font-size: 12.5px;
    line-height: 1;
    margin-bottom:7px;
}
.history-item-layout:last-child{
    margin-bottom: 0px;
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.review-history-date-span{
    color:#666666 !important;
    margin-bottom:0px;
}
.dialog-no-records p{
    text-align: center;
}
.info-header-img {
  padding-left: 15px;
  padding-right: 10px;
}

.info-header-img img{
  width:40px;
  height:40px;
  border-radius: 100%;
}
.info-header-details{
  padding-right: 15px;
}
.info-header-dropdown span{
  font-size: 30px;
}
.info-header-details h6{
  font-size: 16px;
  line-height: 1;
}
.info-header-details a{
  font-size: 14px;
  color:#757575;
  line-height: 1;
}
.info-header{
  position: relative;
}
.profile-dropdown{
  background: #fff;
  /* right: 0px; */
  position: absolute;
  border-radius: 4px;
  overflow:hidden;
  z-index: 99;
  width:100%;
  top: calc(100% + 9px);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}
.profile-dropdown-col ul{
  padding: 0px;
  margin:0px;
}
.profile-dropdown-col ul li{
  list-style: none;
  /* border-bottom: 1px solid #ddd; */
}
.profile-dropdown-col ul li a{
  display: flex !important;
  align-items: center;
  margin:0px !important;
  padding: 6px 14px;
}
.profile-dropdown-col ul li a:hover{
  background:var(--theme-color) !important;;
}
.profile-dropdown-col ul li a:hover span{
  color:#fff;
}
.profile-dropdown-col ul li a:hover p{
  color: #fff;
}
.profile-dropdown-col ul li a img{
  flex-shrink: 0;
  width:30px;
  height: 30px;
  border-radius: 100%;
}
.profile-dropdown-col ul li a p{
  margin-bottom: 0px;
  margin-left: 8px;
  font-weight: 600;
  font-size: 13.5px;
}
.profile-dropdown-col ul li a span{
  line-height: 1;
  color: var(--theme-color) !important;;
  font-size:18px;
}

/* Dashboard Ends */

.dialog-react-select__value-container{
    padding: 1px 8px !important;
}
.dialog-react-select__indicator{
    padding: 5px 8px !important;
}

/* body-wrapper Starts */
.body-wrapper{
  margin-bottom: 10px;
}
.editor-card{
    background: #fff;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
    border-radius: 5px;
    padding:0px 17px 17px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.task-header-layout{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.editor-heading{
    font-size: 13px;
    /* padding-bottom: 12px; */
    margin-bottom: 0px;
    /* border-bottom: 1px solid #7D3F7688; */
    line-height: 1;
}
.editor-heading span{
    margin-left: 10px;
    font-size: 10px;
    background: #f5f5f5;
    padding: 3px 5px;
    border-radius: 3px;
}
.editor-border-bottom{
    padding-bottom:6px;
    margin-bottom:6px;
    border-bottom:1px solid #ccc;
    width:100%;
}
.card-col{
  background: #fff;
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
  border-radius: 5px;
  padding:20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.card-col h6{
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--theme-color);
    line-height: 1;
}
.card-col p{
    font-weight: 600;
    font-size: 12px;
    /* text-transform: uppercase; */
    line-height: 1;
    margin-bottom: 8px;
}
textarea::placeholder{
  font-size: 14px;
}
.card-col textarea{
  width:100%;
  padding:10px;
  border-radius: 5px;
  border-color: #ddd;
  font-size: 12.5px;
  outline: 0;
  resize: none;
  border:1px solid #ddd;
}
.card-col textarea::placeholder{
  font-size: 12.5px;
}
.card-col input{
  width:100% !important;
  padding:7px 10px;
  border-radius: 5px;
  border-color: #ddd;
  outline: 0;
  font-size: 12.5px;
  border:1px solid #ddd;
}
.card-col input::placeholder{
  color:#80878f;
  font-size: 12.5px;
  /* line-height: 1; */
}
.showhide{
  display: block !important;
}
/* body-wrapper Ends */


/* login-bg Starts */
.login-bg{
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size:cover;
}
.login-wrapper{
  min-width: 400px;
  margin: auto;
}
.login-wrapper-col{
  padding:30px 0px;
}
.login-form{
  /* background-color: red;  For browsers that do not support gradients */
  /* background-image: linear-gradient(0deg, #a439e4, #7679f7);  Standard syntax (must be last) */
  border-radius: 5px;
  background-image: url(../images/login-bg.jpg);
  padding:0px 40px 40px;
}
.login-logo{
  text-align: center;
  margin-bottom: 30px;
}
.login-logo img{
  height: 36px;
}
.login-form-logo{
  text-align: center;
  margin-bottom: 60px;
}
.login-form-logo img{
  height: 45px;
  padding:10px 20px;
  background:#fff;
  margin-bottom: 25px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.login-form-logo h6{
  text-transform: uppercase;
  color:#fff;
}
.login-form-col{

}
.login-input-group{

}
input::placeholder{
  font-size: 14px;
color:#fff;
}
.login-field{
  display: flex;
  align-items: center;
  padding: 3px 3px 3px 0px;
}
.errorspan-login{
    font-size:12px;
    color:#fff;
    margin:0;
}
.login-input-group input[type="text"]{
  border:none;
  background: none;
  outline: 0;
  color:#fff;
  padding:0px 0px 0px 5px;
  width:100%;
}
.login-input-group input[type="password"]{
  border:none;
  background: none;
  outline: 0;
  color:#fff;
  padding:0px 0px 0px 5px;
  width:100%;
}
.login-input-group input::placeholder{
  color:#fff;
}
.login-field{
  border-bottom: 1px solid #fff;
}
.login-field span{
  color:#fff;
}
.login-input-group{
  margin-bottom: 30px;
}
.login-remember{
  display: flex;
  align-items:center;
}
.login-remember span{
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.login-remember p{
  margin-bottom: 0px;
  margin-left: 5px;
  font-weight: 600;
  color:#fff;
  font-size: 13px;
}
.login-button{
  text-align: center;
}
.login-button button{
  background: #fff;
  border:none;
  border-radius: 25px;
  width: 100%;
  font-size: 14px;
  padding: 7px 25px;
  display:flex;
  align-items:center;
  justify-content: center;
}
.login-button button:focus{
    outline:0;
}
.login-button button:hover{
      background:#222;
      color:#fff;
}
.change-password-form{
  /* background-color: red;  For browsers that do not support gradients */
  /* background-image: linear-gradient(0deg, #a439e4, #7679f7);  Standard syntax (must be last) */
  border-radius: 5px;
  padding:0px 40px 40px;
  background: #fff;
  border: 1px solid #ccc;
}
.change-password-form h6{
  color: #000 !important;
}
.change-password-form .login-form-logo{
  margin-top:20px;
}
.change-password-form .login-field{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.change-password-form .login-field span{
  color:#777;
}
.change-password-form .login-field input{
  color:#000;
}
.change-password-form .login-button button{
  background: #222;
  color:#fff;
}
.change-password-form .login-field input::placeholder{
  color: #777;
}
.change-password-form .errorspan-login{
  color: red
}
.forgot-password-text{
  text-align: center;
}
.forgot-password-text p{
    color:#fff;
}

.forgot-password-text a{
  display: inline-block;
  font-weight: 600;
  color:#fff;
  font-size: 14px;
  text-decoration: underline;
}
.forgot-password-text a:hover{
  text-decoration: underline;
  color:#222;
}
.login-menu {
  margin:20px 0px;
}
.login-menu ul{
  padding-left: 0px;
  text-align:center;
}
.login-menu ul li{
  list-style: none;
  display: inline-block;
}
.login-menu ul li a{
  color:#333;
  margin:5px;
  font-size: 13px;
  font-weight: 600;
}
.login-menu ul li a:hover{
  text-decoration: underline !important;
}
/* login-bg Ends */

.search-addnew-bg{
  margin-top:10px;
  margin-bottom:10px;

}
.filter-date-text{
  margin-bottom:10px;
}
.filter-date-text p{
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}
.filter-date-text button{
  border:none;
  background:none;
  line-height:1;
  border-radius:100%;
  /* background:#ccc; */
  padding: 4px;
  margin-left: 8px;
}
.filter-date-text button:hover{
  background:#ddd;
}
.filter-date-text span{
  font-size:16px;
}
.search-addnew{
  display: flex;
  justify-content: space-between;
}
.search-addnew-shw-employees-btns {
   display: flex;
  justify-content: space-between;
}
.search-col{
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
  border:1px solid #cbcbcb;
  border-radius: 25px;
  overflow: hidden;
  height: 32px;
}
.search-col.c-s-dialog{
    box-shadow:none;
    border: 1px solid #ddd;
}
.search-col input{
  border: none;
  background: #fff;
  padding: 7px 15px;
  outline: 0;
  width:180px;
  padding-right: 0px;
  font-size: 12.5px;
}
.search-col .c-s-dialog input{
  border: none;
  background: #fff;
  padding: 7px 15px;
  outline: 0;
  width:320px;
  padding-right: 0px;
  font-size: 12.5px;
}
.search-col input::placeholder{
  color:#808080;
  font-weight: 600;
}

.search-filter-layout{
    display:flex;
    align-items:center;
}



.placeholder-layout.c-s-dialog-fd{
    box-shadow: none;
    border:1px solid #ddd;
}


.dashboard--btns-row {
  display: flex;
  justify-content: space-between;
}
.regular-dropdown-layout{
    min-width:80px;
    width:100%;
    position: relative;
}
.tree-node-dropdown{
    min-width:10px;
    width:unset;
}
.responses-icon{
    font-size: 16px !important;
    margin-left:7px;
    color:#282828 !important;
}
.regular-dropdown-layout .dropdown-toggle::after{
    display: none;
}
.tree-node-dropdown .dropright .dropdown-toggle::after{
    display:none;
}
.regular-dropdown-layout .btn-primary.disabled, .btn-primary:disabled{
    background:#fff !important;
    border: 1px solid #ddd !important;
}
.regular-dropdown-layout .btn-primary{
    background:#fff;
    height:34px;
    display:flex;
    align-items:center;
    border-radius:5px;
    padding:0px 10px;
    cursor: pointer;
    justify-content: space-between;
    border: 1px solid #ddd;
    color:#444;
    font-size: 12.5px;
    width: 100%;
}
.regular-dropdown-layout.reports-dd button{
    background: #fff !important;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important; */
    /* border: none !important; */
    /* border: 1px solid #cbcbcb !important; */
    height: 38px !important;
    color: #000 !important;
    justify-content: center !important;
}
.regular-dropdown-layout.reports-dd .show button{
    background: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
}
.regular-dropdown-layout.reports-dd button p {
    font-size:14px;
}
.regular-dropdown-layout.reports-dd .dropdown-item{
    border-radius: 4px;
    box-shadow: none;
    border:none;
}
.regular-dropdown-layout.reports-dd .dropdown-menu.show{
    border-radius: 4px;
}
.regular-dropdown-layout.reports-dd .dropdown-item:hover{
    background:#fafafa;
}
.tree-node-dropdown .btn-primary{
    height:unset;
    font-size:14px;
    border:none;
    width: unset;
}
.tree-node-dropdown .btn-primary:disabled{
  border: none !important;
  opacity: 1;
}
.regular-dropdown-layout .btn-primary:hover{
    background:#fff;
    color:#444;
    border: 1px solid #ddd;
}
.tree-node-dropdown .btn-primary:hover{
    border:none;
}
.regular-dropdown-layout .btn-primary:focus{
    background:#fff;
    color:#444;
    border-color:#bbb;
    box-shadow: 0 0 0 0.1rem rgba(221,221,221,.5);
}
.tree-node-dropdown .btn-primary:focus{
    box-shadow:none;
}
.regular-dropdown-layout .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color:#fff !important;
    color:#444 !important;
    box-shadow: 0 0 0 0.1rem rgba(221,221,221,.5) !important;
    border-color:#bbb !important;
}

.tree-node-dropdown .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    box-shadow: none !important;
}


.dialog-tree-structure-sync{
    margin-top:4px;
}
.tree-node-sync{
    display:flex;
    align-items:center;
    margin-bottom:0px;
}
.tree-dropdown-layout-sync{
    display:flex;
    align-items: center;
}
.tree-dropdown-layout-sync .regular-dropdown-layout .btn-primary.disabled, .btn-primary:disabled{
    background:transparent !important;
}
.tree-dropdown-layout-sync .regular-dropdown-layout .btn-primary{
    background:transparent !important;
    padding:0px 10px 0px 0px;
}
.tree-dropdown-layout-sync .regular-dropdown-layout .btn-primary:hover{
    background:transparent !important;
}
.tree-dropdown-layout-sync .regular-dropdown-layout .btn-primary:focus{
    background:transparent !important;
}
.tree-dropdown-layout-sync .regular-dropdown-layout .btn-primary:not(:disabled):not(.disabled).active{
    background:transparent !important;
}
.regular-dropdown-layout .placeholder-text{
    font-size:12.5px;
    line-height:1;
    margin:0;
    font-weight:500;
    text-transform: none;
}
.regular-dropdown-layout.table-dd .dropdown-text{
    border:none;
    height:unset;
}
.regular-dropdown-layout.table-dd .placeholder-text{
    border:none;
    padding:0;
}
.placeholder-text.default-val{
  color:#ccc;
}
.regular-dropdown-layout.table-dd .btn-primary{
    border:none;
    height:30px;
}
.regular-dropdown-layout.table-dd .btn-primary:hover{
    border:none;
}
.regular-dropdown-layout.table-dd .btn-primary:focus{
    border:none;
}
.regular-dropdown-layout.table-dd span{
    font-size:20px;
}
.tree-node-dropdown .placeholder-text{
    font-size:12.5px;
}
.regular-dropdown-layout .dropdown-menu.show{
    width:100%;
    min-width: 80px;
    padding:0;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
    border:none;
}
.tree-node-dropdown .dropdown-menu.show{
    width:unset;
    min-width: 120px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
}
.regular-dropdown-layout .dropdown-text{
    font-weight:500;
    text-transform: none;
    margin: 0;
    padding: 2px 0px;
}
.regular-dropdown-layout .dropdown-text{
    font-size: 12.5px;
    line-height:1.5;
}
.tree-node-dropdown .dropdown-item{
    display: flex;
    align-items: center;
}
.tree-node-dropdown .dropdown-item span{
    color:var(--theme-color) !important;
    flex-shrink: 0;
    margin-right: 5px;
}
.regular-dropdown-layout .dropdown-item{
    padding: 5px 8px;
}
.regular-dropdown-layout .dropdown-item:focus, .dropdown-item:hover{
    background-color:#f1f1f1;
}
.regular-dropdown-layout .dropdown-item.active, .dropdown-item:active{
    background-color:#f1f1f1;
}
.overlay-nr{
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff88;
    height: 100%;
    z-index: 9;
}
.common-table{
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); */
  background: #fff;
  border-radius: 6px;
  /* overflow-x: auto; */
  width:100%;
}
.common-table::-webkit-scrollbar {
  height:5px;
}
.table-custom-body .row-disable{
    background:#eee;
}
.sort-header{
    display: flex;
    align-items: center;
}

.sort-header span{
    font-size: 16px;
    margin-left:5px;
}

.hide-sort-arrow{
    opacity:0;
}

.c-pointer{
    cursor:pointer;
}

.tree-list-card-layout{
    background:#ffffff;
    /* box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.22); */
    border:1px solid #cbcbcb;
    padding:12px 12px 14px;
    border-radius: 5px;
    position: relative;
}
.tree-card-text-layout{
    text-align: center;
    line-height:1;
}
.tree-card-text-layout p{
    margin-bottom:0px;
}
.tree-card-text-layout:hover p{
    color:var(--theme-color) !important;
}
.tree-card-text-layout span{
    line-height:1;
    font-size:11px;
    color:#555555;
    font-family: 'Inter', sans-serif;
}
.action-dd-layout{
    position: absolute;
    top: 5px;
    right: 5px;
}
/* Track */
.common-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.common-table::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.common-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.scrollable-table-task-text-th{
    min-width: 250px;
    max-width: 250px;
}
.scrollable-table-task-others-th{
    min-width: 150px;
    max-width: 150px;
}

.exec-table-layout{
    border:1px solid #e5e5e5;
    border-radius: 5px;
}
.exec-table{
    width:100%;
}
.exec-table th{
    background: rgb(250,250,250);
    padding:3px 10px;
    border-bottom: 1px solid #dee2e6;
    height: 32px;
    font-size: 12.5px;
}
.exec-table tr:last-child th{
    border:none;
}
.exec-table td{
    padding:5px 10px;
    border-bottom: 1px solid #dee2e6;
    height: 32px;
    font-size: 12.5px;
}
.exec-table tr:last-child td{
    border:none;
}
.process-task-heading-and-btn {
  margin: 25px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-table .table{
  margin-bottom: 0px;
  overflow-x: auto;
  width: 100%;
}
.common-table thead{
  background: rgb(250,250,250);
  border-bottom: 1px solid #dee2e6;
}
.common-table .table thead tr{
    background: rgb(250,250,250);
}
.common-table .table thead th{
  padding: 5px 10px;
  color:#303030;
  border:none;
  font-size: 11.7px;
  height:35px;
  vertical-align: middle;
}
.common-table .table td{
  border-bottom: 1px solid #dee2e6;
  border-top: 0px solid #dee2e6;
  padding: 0px 10px;
  vertical-align: middle;
  height: 31px;
  vertical-align: middle;
  font-size: 11.7px;
  color:#000000;
  position: relative;
  background-clip: padding-box;
}
.common-table .table tr{
    background: #fff;
    cursor: pointer;
}

.common-table .table tr:hover{
    background: #fafafa !important;
}
.highlight-row td{
    background:#7d3f7611 !important;
}
.table-link{
    font-size: 12.5px;
}
.table-link:hover{
    text-decoration:underline !important;
}
.common-table tr:last-child td{
  /* border:none; */
}
.common-table.table-bb tr:last-child td{
    border-bottom: 1px solid #dee2e6;
}
/* resizing tabs */
.question-tabs ul li a {
  font-size: 13px !important;
}
.table-custom-layout{

}
.table-custom-header{
    background: #fafafa;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.br-br{
    border-bottom-right-radius: 5px;
}
.br-bl{
    border-bottom-left-radius: 5px;
}
.table-custom-header-row{
    display:flex;
    align-items:center;
}
.table-custom-header-row p{
    padding: 5px 10px;
    color: #303030;
    border: none;
    font-size: 12.5px;
    font-weight: bold;
    line-height: 1;
    height: 38px;
    margin-bottom:0;
    align-items: center;
    display: flex;
}
.act-add-new{
  display: inline-block;
  line-height: 1;
  padding: 0px 6px;
  border-radius: 4px;
  background: var(--theme-color) !important;
}
.act-add-new:hover{
    background: #aa55a0;
}
.act-add-new span{
  color:#fff;
  font-size: 18px;
}
.table-visiblity{
  color: var(--theme-color) !important;
  line-height: 1;
  width:25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.table-visiblity:hover{
  border-radius: 100%;
  background: #f3f3f3;
  color: var(--theme-color) !important;
}
.table-visiblity span{
  line-height: 1;
  font-size: 17px;
}
.table-search-layout{
  display: flex;
  position: relative;
  border-radius: 2px;
  align-items: center;
  border: 1px solid #ddd;
  justify-content: space-between;
}
.table-search-layout input::placeholder{
  color:#242424;
  line-height: 1;
  font-size: 12.5px;
}
.table-search-layout input{
  border:none;
  outline: 0;
  width: 100%;
  padding:4px 10px;
  padding-right: 30px;
  line-height: 1;
  font-size: 12.5px;
}

.table-search-layout span{
  border:1.5px solid #ddd;
  line-height: 1;
  font-size: 20px;
  position: absolute;
  right:0;
  border:none;
  padding-right: 5px;
  cursor: pointer;
}
.addnew-modal .modal-content{
  border: 0px solid rgba(0,0,0,.2);
  border-radius: 4px;
}
.addnew-modal .modal-header h6{
  text-align: center;
  margin-bottom: 0px;
}
.addnew-modal .modal-header {
  display: block;
  position: relative;
}
.addnew-modal .modal-header button{
  position: absolute;
  right: 5px;
  width: 30px;
  outline: 0;
  height: 30px;
  padding: 0px;
  top:5px;
  background: none;
  border: none;
  text-align: center;
}
.addnew-modal .modal-header button span{
  font-size: 20px;
  color:#7d7d7d;
}
.addnew-modal .modal-header button:hover{
  border-radius: 100%;
  background: #f1f1f1;
}
.addnew-modal .modal-body{
  padding:20px;
}
.addnew-modal-form-group{
  margin-bottom: 20px;
}
.addnew-modal-form-group .ant-picker{
    width:100%;
    border:1px solid #ddd;
    border-radius: 5px;
}
.search-addnew .ant-picker{
    /* margin-left: 10px; */
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 120px;
    border-radius: 4px;
}
.ant-picker-input > input{
    font-size:13px !important;
}
.ant-picker-suffix{
  color:#000 !important;
}
.flex-center-layout{
    display: flex;
    align-items: center;
}
.border-c{
    border:1px solid #ccc;
    border-radius:5px;
}
.add-task-process-heading{
    margin-left: calc(25% + 12px);
    margin-top: -27px;
}
.react-select-dd{
  flex-grow:1;
  margin-right:10px;
}
.input-dis input{
  background:#fff;
}
.exe-resource-dd{
  justify-content:flex-end;
  margin-top:-36px;
}
.exe-resource-dd .regular-dropdown-layout{
  width:200px;
}
.exec-task-indicators span{
    font-size: 20px;
    margin-right: 5px;
    cursor:pointer;
    color:#777;
    opacity:0.7;
    display:block;
}
.exec-task-indicators span:hover{
    opacity:1;
}
.exec-task-done{
    font-size: 18px !important;
    top: 3px;
    position: relative;
    margin-left:5px;
}
.review-comment-layout{
    position:relative;
}
.review-comment-badge{
    position: absolute;
    background: #ff3b30;
    border-radius: 100%;
    width: 14px;
    line-height: 10px;
    height: 14px;
    right: 0px;
    top:-5px;
    text-align: center;
}
.review-comment-badge span{
    font-size: 7px !important;
    display: inline-block;
    color:#fff;
    font-weight:600;
    opacity:1;
    margin-right:0;
    padding: 0px !important;
}
.assignment-heading{
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.assignment-heading p{
  font-size: 13px;
}
.table-cell-edit p{
  margin-bottom: 0;
  line-height:1;
  margin-right:5px;
  font-weight: 600;
  color: #303030;
  font-size: 12.5px;
}
.height-samplechecked-th th{
  height:30px !important;
}
.small-h5{
  font-size: 16px;
}
.small-h6{
  font-size:13px;
}
.table-cell-edit span{
  font-size:17px;
}
.just-content{
  justify-content: center;
}
.assignment-tick-mark span{
  font-size:20px;
  display:block;
}
.single-line-editable{
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  margin: -5px 0px;
  padding: 5px;
}
.flex-end-layout{
    display: flex;
    align-items: flex-end;
    margin-bottom:15px;
}
.prev-next-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-line{
    line-height: 1;
}
.secondary-top-bar{
    margin-top:10px;
}
.bordered-anchor a{
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 5px;
}
.bordered-anchor a span{
  color:#666;
  font-size: 20px;
}
.bordered-anchor a:hover{
  background:#ddd;
}
.bordered-anchor a p{
  margin-bottom:0;
  margin-left:5px;
  font-size:13px;
}
.secondary-bar-wrapper{
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom:0px;
}
.back-btn-layout{
    line-height: 1;
    margin-right: 10px;
    cursor: pointer;
}
.back-btn-layout span{
    padding:5px 6px 5px 4px;
    border-radius: 100%;
    font-size: 24px;
}
.back-btn-layout:hover span{
    background:#ccc;
    font-size: 24px;
}
.secondary-top-bar h6{
    margin:0;
}
.delete-doc-row{
    margin-left: 10px;
    cursor: pointer;
    color:#555;
}
.delete-doc-row:hover{
    color:#888;
}

.template-action-icons{
    margin-left: 10px;
    cursor: pointer;
    color:#555;
    font-size:18px !important;
}
.span-tag{
    margin-left: 10px;
    font-size: 10px;
    background: #f5f5f5;
    padding: 3px 5px;
    border-radius: 3px;
    line-height:1;
}
.template-action-icons:hover{
    color:#888;
}

.doc-upload-divider{
    height:0.1px;
    width: 100%;
    margin: 15px 10px !important;
    background: #eee !important;
}
.add-more-btn-layout{
    display: flex;
    float: right;
    /* align-items: center;
    justify-content: flex-end; */
    cursor: pointer;
}
.add-more-btn-layout p{
    margin:0 5px;
}
.add-more-btn-layout:hover p,.add-more-btn-layout:hover span{
    color:var(--theme-color) !important;
}
.dummy-dropdown{
    display: flex;
    align-items: center;
    padding: 7px 12px;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 34px;
    justify-content: space-between;
    cursor: pointer;
}
.dummy-dropdown:focus{
    border-color: #bbb;
    box-shadow: 0 0 0 0.1rem rgba(221,221,221,.5);
}
.dummy-dropdown .placeholder-text{
    font-size: 12.5px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
    text-transform: none;
}
.addnew-modal-form-group p{
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}
.addnew-modal-form-group input[type="text"],
.addnew-modal-form-group input[type="number"] {
  width:100%;
  padding: 7px 12px;
  outline: 0;
  border-radius: 5px;
  /* background: #f8f8f8; */
  border:1px solid #ddd;
  font-size:12.5px;
}
.exec-template-input-layout input{
  width:100%;
  padding: 7px 12px;
  outline: 0;
  border-radius: 5px;
  /* background: #f8f8f8; */
  border:1px solid #ddd;
  font-size:12.5px;
}
.exec-template-input-layout input::placeholder{
    color:#afafaf;
    font-size: 12px;
  }
.addnew-modal-form-group input[type="text"]::placeholder,
.addnew-modal-form-group input[type="number"]::placeholder{
  color:#afafaf;
  font-size: 12px;
}
.addnew-modal-form-group input[type="password"]{
  width:100%;
  padding: 7px 12px;
  outline: 0;
  border-radius: 5px;
  /* background: #f8f8f8; */
  border:1px solid #ddd;
  font-size:12.5px;
}
.addnew-modal-form-group input[type="password"]::placeholder{
  color:#afafaf;
  font-size: 12px;
}
.addnew-modal-form-group textarea::placeholder{
  color:#afafaf;
  font-size: 12px;
}
.addnew-modal-form-group textarea{
  width:100%;
  padding: 7px 12px;
  outline: 0;
  border-radius: 5px;
  height:50px;
  border:1px solid #ddd;
  font-size:12.5px;
}

.select-owner{
  display: flex;
  justify-content: space-between;
}
.select-owner .custom-select {
  background: #f8f8f8;
  cursor: pointer;
  width:60%;
  padding:0px;
}
.custom-select-btn{
  width:35%;
}
.select-owner .custom-select p{
  color:#afafaf;
  font-size: 12px;
  padding: 6px 15px;
  margin:0px;
  text-transform: capitalize;
  font-weight: 400;
}
.custom-select-btn button{
  background:none;
  border:1px solid var(--theme-color) !important;
  border-radius: 5px;
  font-size: 13px;
  padding: 9px 25px;
  color:#afafaf;
}
.custom-select-btn button:hover{
  background:var(--theme-color) !important;
  color:#fff;
}
.modal-close-save{
  /* padding-bottom: 10px; */
}
.close-save-col{
  justify-content: center;
  display: flex;
}
.close-save-col button{
  margin:10px;
  margin-top:0px;
}
.modal-close{
  background: #bbbbbb;
  color:#fff;
  border:none;
  border-radius: 5px;
  padding: 7px 25px;
  font-size: 13px;
}
.modal-close:hover{
  background: #929292;
}
/* .modal-save{
  color:#fff;
  border:none;
  border-radius: 5px;
  padding: 7px 25px;
  background: #7D3F76;
  font-size: 13px;
}
.modal-save:hover{
  background: #aa55a0;
} */
.customselect-dropdown{
  display: none;
  position: relative;
  z-index: 99;
}
.customselect-dropdown ul{
  padding-left: 0px;
}
.customselect-dropdown {
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.customselect-dropdown ul li{
  list-style: none;
}
.customselect-dropdown ul li a{
  display: block;
  padding:10px 15px;
  font-size: 13px;
  color:#afafaf;
}
.customselect-dropdown ul li a:hover{
  background: var(--theme-color) !important;
  color:#fff;
}
.process-task-list h6{
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 10px;
    font-size: 13px;
}
.common-tab-bg{
  display: flex;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}
table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 4px;
}
.display-table th:last-child {
    display: none;
}
.display-table td:last-child {
    display: none;
}
.display-table th, .display-table td{
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.custom-table thead{
  height: 30px;
}
.custom-table thead th{
  border-bottom: 1px solid #dee2e6;
}
.custom-table tbody{
  height: 30px;
  border-top: 0 !important;
}
.custom-table th{
  padding: 5px;
}
.custom-table td{
  padding: 5px;
}
.instances-table-del-cell span{
    font-size:20px;
    color:#666;
}
.instances-table-del-cell span:hover{
    color:red;
}
.instances-table td{
    border-right:1px solid #dee2e6;
}
.instances-table td:last-child{
    border-right:1px solid transparent;
}
.addnew-row-wrapper{
    width:100%;
    display:flex;
    justify-content: right;
}
.instances-new-row:hover{
    background:#eee;
}
.instances-new-row{
    border: none;
    background: none;
    margin-top: 10px;
    border-radius:5px;
}
.instances-new-row span{
    font-size:20px;
    color:#333;
}
.instances-new-row p{
    font-size:13px;
    color:#333;
    margin-bottom:0px;
}
.instances-table-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.instances-table-header p {
    font-size:13px;
    font-weight:bold;
    margin-bottom:0px;
    flex-grow: 1;
}
.instances-table-del-column{
    display:flex;
}
.instances-table-del-column span{
    font-size:18px;
    width:18px;
    flex-shrink:0;
}
.instances-table-del-column span:hover{
    color:red;
}
.sample-checked-thead:hover{
  background:#f2f2f2 !important;
}

.instances-thead tr th{
    border-right:1px solid #ccc !important;
}
.instances-thead tr th:last-child{
    border-right:0px solid #ccc !important;
}
.common-table::-webkit-scrollbar {
  height:5px;
}

/* Track */
.common-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.common-table::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.common-table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.common-table-scroll{
    width:100%;
    height:calc(100vh - 150px);
    overflow-x: auto;
    padding-bottom:50px;
    margin-bottom:0;
}
.report-details-tab{
  border:none !important;
  padding:0px 18px 0px !important;
}
.report-details-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: 2px solid var(--theme-color) !important;
    border-bottom-color: var(--theme-color);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom: 0px solid transparent !important;
    box-shadow: inset 0px 0px 0px 0px var(--theme-color) !important;
}
.report-details-tab .nav-item.nav-link{
  border:none;
  font-size:13px;
  color: #282828;
  box-shadow: inset 0px -2px 0px 0px var(--theme-color);
  border-top: 1px solid transparent;
  font-weight: 500;
}
.report-details-tab .nav-item.nav-link.active{
  border:none;
  border: 1px solid var(--theme-color) !important;
  border-bottom: 0px solid transparent !important;
  box-shadow: inset 0px 0px 0px 0px var(--theme-color);
  color: #282828;
  font-weight: 600;
}
.report-details-tab-border .nav-item {
  margin-bottom: -1px !important;
}
/* question-tabs Ends */

/* Master Card CSS Starts */
.master-card-bg{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.master-card-col{
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 12px;
  width:25%;
  margin-right: 10px;
  background: #fff;
  /* height: 92px; */
  margin-top:10px;
}
.master-card-bg .master-card-col:last-child{
  margin-right:0px;
}
.mcc-text{
  margin-left: 10px;
}

.mcc-text h5{
  margin-bottom: 3px;
  line-height: 1;
  font-size: 22px;
}
.mcc-text p{
  margin-bottom: 0px;
  line-height: 1;
  font-size: 12.5px;
}

/* Master Card CSS Ends */




/* Left Sidebar Menu Starts */
/* Vertical Menu Starts */



.vertical-menu-heading p{
  color: #303030;
  font-weight: 600;
  opacity: 0.8;
  font-size: 13px;
}
.vdm-icon{
    margin-left: auto;
    transition: all .5s;
    display: none;
}
.vdm-icon-active{
  transform: rotate(180deg);
  transition: all .5s;
}
.vertical-dropdown-submenu{
  background: none;
  border-radius: 5px;
  margin-top: 1px;
  display: none;
}
.vertical-dropdown-submenu li.vdm-active a{
  background: var(--theme-color) !important;
  color:#fff !important;
}
.vertical-dropdown-submenu li a{
  background: none !important;
  color:#444444 !important;
  padding-left: 46px !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.vertical-dropdown-submenu li a:hover{
  background: var(--theme-color) !important;
  color:#fff !important;
}
.vertical-dropdown-submenu li a:hover{

}
.vertical-dropdown-submenu li{
  margin-bottom: 0px !important;
}

.vertical-dropdown-submenu{
  display: none !important;
}

/* Profile sidebar */
.sidebar-color-picker-layout p{
    font-weight: 500;
}
.theme-settings-heading{
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: underline;
}
.profile-sidebar-layout{
    width: 225px;
    min-height: 425px;
    padding: 15px;
    margin: 0 auto;
    border-right: 2px solid #ccc;
}
.profile-color-layout-wrapper{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    width:75px;
    margin-bottom: 6px;
}
.profile-color-layout{
    width:100%;
    height:20px;
    border-radius: 5px;
    border:1px solid #eee;
}
.profile-top-bar-wrapper{
    background:#f4f4f4;
    padding:20px;
}
.profile-top-bar{
    background: #fff;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:10px 15px;
    border-radius: 5px;
}
.setting-add{
    background: none;
    box-shadow: none;
    border:none;
    margin:0;
    margin-left:5px;
}
/* Vertical Menu Ends */

.d-none{
  display: none;
}

.vertical-dropdown-menu{
  background: var(--theme-color) !important;
  color: #fff !important;
}
.vertical-dropdown-menu span{
  color: #fff !important;
}

.vertical-dropdown-menu:hover{
  background: var(--theme-color) !important;
  color: #fff !important;
}
.vertical-dropdown-menu:hover span{
  color: #fff !important;
}

/* Left Sidebar Menu Ends */


/* Left Sidebar Type1 CSS Starts */
.position-relative{
  position: relative;
  left:0 !important;
}

/* Left Sidebar Type1 CSS Ends */


/* User Role CSS Starts */
.radio-group{
    display:flex;
    align-items: center;
}
.radio-group-block{
    display:block;
    margin-bottom:15px;
}
.radio-group label{
    font-size: 12.5px;
    margin-left: 6px;
    line-height: 1;
    margin-bottom: 0;
    cursor: pointer;
}
.radio-btn {
    display:flex;
    align-items: center;
    height: 34px;
    cursor: pointer;
}
.radio-group-block .radio-btn{
    height:24px;
}
.radio-group input[type="radio"]{
    cursor: pointer;
}
.radio-group-block input[type="radio"]{
    cursor: pointer;
    height:16px;
    width:16px;
}
.radio-btn-name{
  display: block;
  margin-bottom: 15px;
}
.radio-btn-name input{
  position: absolute;
}
.radio-btn-name label{
  display: block;
  margin-left: 30px;
  line-height: 15px;
}
/* .filter-checkbox{
    margin-left: 10px;
    line-height: 1;
    margin-top: 3px;
} */
/* .checkboxparent input[type="checkbox"]{
  display: none;
}
.checkboxparent label {
    position: relative;
    cursor: pointer;
    margin-bottom:0px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #444;
} */
/* .filter-checkbox label{
    font-size: 12.5px;
}
.checkboxparent label:before {
    content:'';
    -webkit-appearance: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}
.filter-checkbox label:before {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    margin-right: 5px;
    top:-2px;
}
.checkboxparent input:checked + label:before{
    background-color: #7d3f76;
}
.checkboxparent input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border:solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox input:checked + label:after {
    top: 0px;
} */
/* .user-role-table input[type="checkbox"]{
  display: none;
}
.user-role-table label {
  position: relative;
  cursor: pointer;
  margin-bottom:0px;
}
.user-role-table label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.user-role-table input:checked + label:before{
    background-color: #7d3f76;
}
.user-role-table input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border:solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

.user-role-table .table thead th{
  text-align:center;
  border-right:1px solid #ddd;
}
.user-role-table .table thead th:last-child{
  border-right: 0px solid #ddd;
}
.user-role-table .table td{
  text-align:center;
  border:1px solid #ddd;
}
.user-role-table tr th:first-child{
  text-align: left;
  border-left: 0px solid #ddd;
}
.user-role-table tr td:first-child{
  text-align: left;
  border-left: 0px solid #ddd;
}
.user-role-table tr td:last-child{
  border-right:0px solid #ddd;
}
.user-role-table tr:last-child td{
  border:1px solid #ddd;
}
.user-role-table tr:last-child td:last-child{
  border-right:0px solid #ddd;
}
.user-role-table tr:last-child td:first-child{
  border-left:0px solid #ddd;
}
.user-role-table{
  box-shadow: none;
}
.user-role-heading{
    font-size:13px;
    margin-top:15px;
    font-weight:bold;
    margin-bottom:10px;
    line-height:1;
}
.review-roles-bg{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 10px 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.common-close-save{
  /* padding-bottom: 10px; */
  margin-top: 15px;
}
.common-close-save-col{
  justify-content: center;
  display: flex;
}
.common-close-save-col button{
  margin:0px 10px;
  margin-top:0px;
}
.common-close{
  background: #bbbbbb;
  color:#fff;
  border:none;
  border-radius: 5px;
  padding: 7px 25px;
  font-size: 13px;
}
.common-close:hover{
  background: #929292;
}
/* Delete this after theme settings */
/* .common-save{
  color:#fff;
  border:none;
  border-radius: 5px;
  padding: 7px 25px;
  background: #7D3F76;
  font-size: 13px;
}
.common-save:hover{
  background: #aa55a0;
} */
/* User Role CSS Ends */


/* clients-module-bg Starts */
.add-new-form-group{
  margin-bottom: 15px;
}
.left-dd-layout{
  width: 100%;
} 
.left-dd-layout a{
  justify-content: left !important;
  border:none !important;
}
.left-dd-layout a:hover{
  background: #fafafa !important;
}
.editor-layout .ant-picker{
    width:100%;
}
.editor-card .ant-picker{
    width:100%;
}
.editor-layout{
    margin-bottom: 0px;
}
.editor-layout.template-fields-ph p{
  color:#777;
  font-style: italic;
}
.template-fields-ph textarea{
    width:100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px 6px;
    resize: none;
}
.template-fields-ph textarea::placeholder{
    font-size: 12.5px;
}
.template-field-layout{
  display: flex;
  align-items: center;
}
.editor-layout p{
    font-weight: 400;
    line-height: 1.45;
    font-size:12.5px;
}
.editor-text-layout{
    margin-bottom: 0px;
    font-size: 12.5px;
}
.editor-text-layout p{
    font-weight: 400;
    line-height: 1.45;
    font-size:12.5px;
    margin-bottom: 0;
}
.editor-disabled{
    opacity:0.5;
    pointer-events: none;
}
.two-lines .ql-toolbar.ql-snow{
    display: none;
}
.two-lines .ql-container.ql-snow{
    border-top:1px solid #ccc !important;
    border-radius: 4px;
}
.two-lines-focus .ql-toolbar.ql-snow{
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.two-lines-focus .ql-container.ql-snow{
    border-top:0px solid #ccc !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.two-lines .ql-container.ql-snow{
    height:62px;
}
.two-lines-focus .ql-container.ql-snow{
    height:62px;
}

.three-lines .ql-toolbar.ql-snow{
    display: none;
}
.three-lines .ql-container.ql-snow{
    border-top:1px solid #ccc !important;
    border-radius: 4px;
}
.three-lines-focus .ql-toolbar.ql-snow{
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.add-template .ql-toolbar.ql-snow{
  padding: 3px 8px;
}
.three-lines-focus .ql-container.ql-snow{
    border-top:0px solid #ccc !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.three-lines .ql-container.ql-snow{
    height:80px;
}
.three-lines-focus .ql-container.ql-snow{
    height:80px;
}
.add-template .three-lines-focus .ql-container.ql-snow{
    height:50px;
}
.template-text .ql-toolbar .ql-picker,
.template-text .ql-toolbar .ql-bold, 
.template-text .ql-toolbar .ql-italic, 
.template-text .ql-toolbar .ql-underline, 
.template-text .ql-toolbar .ql-strike, 
.template-text .ql-toolbar .ql-list, 
.template-text .ql-toolbar .ql-link,
.template-text .ql-toolbar .ql-clean{
  width: 16px; 
  height: 18px; 
}
.template-text .ql-toolbar .ql-color, 
.template-text .ql-toolbar .ql-background, 
.template-text .ql-toolbar .ql-align{
  width: 14px; 
  height: 16px;
}
.template-text .ql-snow .ql-picker-label{
  display: inline !important;
}
.template-text .ql-snow .ql-picker{
  font-size: inherit !important;
}
.template-text .two-lines-focus .ql-toolbar.ql-snow .ql-formats{
  /* overflow-x: hidden;
  height: 20px; */
  margin-right: 0;
}
.template-text .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{
  border-color: #ffffff88 !important;
}
.template-text .ql-color-picker {
  margin-right: 2px;
}
.template-text .material-icons{
  position: absolute; 
  right: 0;
  padding: 14px;
  margin-right: 5px;
  font-size: 16px;
  color:var(--theme-color);
}
.template-modal-editor .material-icons{
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px;
  margin-right: 5px;
  cursor: pointer;
  transform: rotate(180deg);
  color:var(--theme-color);
}
.template-text p{
  font-size: 11.7px;
  line-height: 16px;
}
.template-text-disabled .ql-editor{
  padding: 0;
  display: flex;
  align-items: center;
}
.template-text-disabled .ql-container.ql-snow{
  border: 0;
  border-top: 0 !important;
  /* height: auto; */
}
.editor-height .ql-container.ql-snow{
  height: 300px;
}
.cm-error{
  font-size: 11px;
  color: red;
  line-height: 1.1;
  display: block;
  margin-top: 5px;
}
.dialog-error{
    font-size: 11px !important;
    text-align: left;
    margin:0px 0px 10px !important;
}
.loading-span{
  font-size: 11px;
  color: #303030;
  line-height: 1.1;
  display: block;
}
/* clients-module-bg ends */

/* profile module starts */
.profile-outer-layout{
    margin:0 auto;
}
.profile-layout{
    display: flex;
    align-items: center;
}
.img-layout{
    width:150px;
}
.profile-layout .upload-image {
  border-radius: 50px;
  box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
  cursor: pointer;
  height: 32px;
  padding: 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 32px;
}
.profile-layout .upload-image input {
  display: none;
}
.profile-layout .upload-image label {
  cursor: pointer;
}

.img-layout img{
    width:100%;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
.profile-text-layout{
    margin-left:15px;
}
.profile-text-layout h6{
    border:none;
    margin-bottom:10px;
    padding: 0;

}
.profile-text-layout p{
    margin-bottom:0;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}
/* .profile-text-layout input{
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.profile-text-layout label{
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    text-align:center;
    background: #7d3f76;
    border-radius: 5px;
    height: 32px;
    padding: 9px 25px;
    line-height: 1;
}

.profile-text-layout label:hover{
    background:#aa55a0;
} */

/* profile module ends */
.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label{
    padding:0px 4px !important;
}

/*Theme CSS Ends Here*/
.e-treeview .e-ul{
    /* padding:0px !important; */
}
.e-treeview .e-list-item div.e-icons::before{
    color: #333;
    background: #eee;
    border-radius: 100%;
    border: 1px solid #aaa;
    font-size:8px !important;
}
.e-treeview .e-icon-collapsible::before, .e-treeview .e-icon-expandable::before{
    padding:4px !important;
}
.e-treeview .e-list-text{
    padding:0 5px 0 10px !important;
    min-height:24px !important;
    line-height:24px !important;
}
.e-fullrow{
    height:26px !important;
}
.init-draft-heading{
  margin-bottom: -15px;
  line-height: 1;
  text-align: center;
}
.tree-node-bottom-border .e-list-text{
  padding:0 5px 0 5px !important;
}
.tree-node-bottom-border .e-list-text{
  /* width:100%; */
}
.tree-node-bottom-border .e-treeview .e-list-item{
  padding:0px 0px;
}
.tree-node-bottom-border .e-fullrow{
  height:32px !important;
}
.tree-node-bottom-border .e-treeview .e-icon-collapsible::before{
  margin-left:3px;
  margin-top:0px;
}
.tree-node-bottom-border .e-treeview .e-icon-expandable::before{
  margin-top:3px;
  margin-left:0px;
}
.tree-node-bottom-border .dialog-tree-structure-sync{
  margin-top:6px;
}
.border-bottom{
  border-bottom:1px solid #ccc;
  padding-bottom:8px;
  padding-top:4px;
  margin-top:6px !important;
}
.e-treeview .e-icon-collapsible, .e-treeview .e-icon-expandable{
    height:20px !important;
    width:20px !important;
    margin:0 0 0 -20px !important;
}
.e-level-1{
    min-height: 210px;
}
.schedule-assignment-heading{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    line-height: 1;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}
.schedule-assignment-details-sub-heading{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    line-height: 1;
    padding-bottom: 5px;
    font-size: 13px;
    /* font-weight: bold; */
    margin-bottom:5px;
}
.schedule-assignment-details-text{
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid #ccc; */
    line-height: 1;
    padding-bottom: 5px;
    font-size: 12.5px;
    /* font-weight: bold; */
    margin-bottom:15px;
}
/* Dashboard Style */
.card-container{
    background: rgba(255,255,255,1);
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%); */
    border-radius: 5px;
    border:1px solid #cbcbcb;
    margin:15px 0px;
}
.card-Heading-layout{
    display:flex;
    justify-content:space-between;
    margin: 0 20px;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.card-Heading-layout h4{
    margin-bottom: 0px;
    font-size: 20px;
}
.card-body{
    padding: 10px 20px !important;
    position: relative;
}
.arrows-col{
    display:flex;
    align-items: center;
}
.arrows-col button{
    background:none;
    padding:0px;
    border:none;
    margin-left:10px;
    background: #f5f5f5;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.85);
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrows-col button span{
    /* font-size: 19px; */
    font-size: 14px;
}
.copy-status{
    font-size:11px;
    background:red;
    color:#fff;
    margin-left:5px;
    padding:0px 5px;
    border-radius:4px;
}
.client-details table td:first-child{
    display: flex;
    align-items:center;
    padding-left:0px;
}
.client-details table{
    width:100%;
    overflow-x: auto;
}
.client-details table td img{
    width:24px;
    margin-right:8px;
}
.client-details td p{
    margin-bottom: 0px;
    color:#282828;
    font-size: 11px;
    line-height:1;
}
.client-details td {
    padding:3px 5px;
}
.client-details{
    margin-bottom:15px;
}
.nat-col p{
    margin-bottom:0;
    font-size:14px;
    line-height:1.3;
}
.client-date{
    background:#fafafa;
    padding:10px 0px;
    margin-bottom:20px;
    border-radius:6px;
}
.client-date table{
    width:100%;
    table-layout: auto;
    overflow-x: auto;
}
.client-date table.tla{
    width:100%;
    box-sizing: border-box;
    table-layout: auto;
}
.client-date table tr td{
    padding:0px 10px;
    border-right: 1px solid #efefef;
    font-size:11px;
    color: #282828;
    text-align: center;
}
.client-date table tr th{
    padding:0px 10px;
    padding-bottom:0px;
    text-align: center;
    border-right: 1px solid #efefef;
    font-size:11px;
}
.client-date table tr td:last-child{
    border:none;
}
.client-date table tr th:last-child{
    border:none;
}

.client-resources h5{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
    font-size: 18px;
}
.client-resources table{
    width:100%;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:20px;
    display:block;
}
.client-resources table tr td:first-child{
    display:flex;
    align-items: center;
    padding-left:0px;
}
.client-resources table tr td p{
    margin-bottom:0px;
    color: #282828;
    line-height: 1;
    font-size:11px;
}

/* .client-resources table tr td span{
  display: inline-block;
  margin-bottom:0px;
  color: #282828;
  line-height: 1;
  font-size:14px;
} */
.client-resources table tr td{
    padding: 5px;
}
.client-resources table tr td img{
    width:22px;
    height:22px;
    margin-right:8px;
}
.client-observations{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.client-observations .countspan{
    display: block;
    background: #fafafa;
    padding: 20px;
    border-radius: 6px;
}
.co-left{
    text-align: center;
    width:100%;
}
.co-right{
    text-align: center;
    width:100%;
}
.co-left i{
    font-style:normal;
    color:#fff;
    font-size:20px;
    background:#0166ff;
    padding: 5px 13px;
    border-radius: 5px;
}
.co-right i{
    font-style:normal;
    color:#fff;
    font-size:20px;
    background:#3db877;
    padding: 5px 10px;
    border-radius: 5px;
}
.client-observations h6{
    margin-bottom: 10px;
}
.your-progress-wrap h5{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.your-progress-wrap{
    margin-bottom: 20px;
}
.your-progress-col{
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
    width:100px;
}
.your-progress-col i{
    background: #2e3192;
    width: 35px;
    height: 35px;
    display: flex;
    align-items:center;
    margin: auto;
    justify-content: center;
    border-radius:100%;
    margin-bottom: 10px;
}
.your-progress-col i img{
    height:20px;
}
.your-progress-col p{
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.your-progress-col span{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}


.overall-progress-wrap{
    /* margin-bottom: 20px; */
}
.overall-progress-wrap h5{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.overall-progress-col{
    text-align: center;
    /* display: inline-block; */
    padding: 10px 0px;
    margin-bottom:10px;
}
.overall-progress-col-bd{
    text-align: center;
    /* display: inline-block; */
    padding: 0px 0px;
}
.overall-progress-col-bd p{
  line-height:1;
  margin:0 0 12px;
}
.opc-col{
    /* width:100px; */
    flex-shrink: 0;
}
.overall-progress-col i{
    background: #2e3192;
    width: 35px;
    height: 35px;
    display: flex;
    align-items:center;
    margin: auto;
    justify-content: center;
    border-radius:100%;
    margin-bottom: 10px;
    margin-top:10px;
}
.overall-progress-col i img{
    height:20px;
}
.overall-progress-col p{
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.overall-progress-col span{
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}
.bl-1px{
    border-left: 1px solid #ccc;
    min-height: 100%;
 }
 .m-t-20{
     margin-top:20px;
 }
 .tasks-allot{
     /* padding: 20px 0px 0px;
     margin-top:20px; */
     /* border-top:1px solid #efefef; */
 }
 .dr-table{
     border-bottom:0px solid #fff !important;
     padding-bottom:0px !important;
     margin-bottom:0px !important;
 }
 .high-btn{
     position: absolute;
    right: 20px;
    display: block;
    line-height: 1;
    font-size: 11px;
    padding: 5px 10px;
    top: 0px;
    border-radius:4px;
 }
 .med-btn{
     position: absolute;
    right: 20px;
    display: block;
    line-height: 1;
    font-size: 11px;
    padding: 5px 10px;
    top: 0px;
    border-radius:4px;
 }
 .btns-col{
     display: flex;
     align-items: center;
 }
 .btns-col span{
     display: flex;
     align-items: center;
     margin-right: 10px;
 }
 .btns-col span img{
     height:14px;
 }
 .btns-col i{
     font-style: normal;
     font-size: 12px;
 }
 .orange-btn{
    display: block;
    line-height: 1;
    font-size: 11px;
    padding: 5px 10px;
    top: 0px;
    border-radius: 4px;
 }
 .blue-btn{
    display: block;
    line-height: 1;
    font-size: 11px;
    padding: 5px 10px;
    top: 0px;
    background: #fff;
    border-radius: 4px;
 }
 .red-btn{
    display: block;
    color: #ed1c24;
    line-height: 1;
    font-size: 11px;
    padding: 5px 10px;
    top: 0px;
    background: #ffbdc0;
    border-radius: 4px;
 }
 .edit-task{
  padding: 7px 26px !important  ;
 }
 .green-btn{
     display: block;
     color: #2d8e5a;
     line-height: 1;
     font-size: 11px;
     padding: 5px 10px;
     top: 0px;
     background: #d9ffea;
     border-radius: 4px;
 }
 .nat-col{
     border-bottom:1px solid #ddd;
     padding:15px 0px;
 }
 .leftslide-col  .nat-col:last-child{
     border: none;
 }
 .prog-wrap{
     display: flex;
     align-items: flex-start;
     /* padding: 10px 0px;  */
     border-bottom:1px solid #efefef;
 }
 .your-prog-text{
     margin-left: 10px;
 }
 .your-progress-wrap .prog-wrap:last-child{
     border: none;
 }

 .overall-wrap{
     display: flex;
     align-items: center;
     padding: 10px 0px;
     border-bottom:1px solid #efefef;
 }
 .overall-prog-text{
     margin-left: 10px;
     display: flex;
      justify-content: center;
      flex-grow: 1;
 }
 .overall-progress-wrap .prog-wrap:last-child{
     border: none;
 }
 .opc-col .overall-progress-col:last-child{
     border: none;
 }
 .opc-col .overall-progress-col:first-child{
     padding-top: 0px;
 }
 .dangerouslysethtml-flex{
    display:flex;
    align-items:center;
 }
 .inner-html p{
    display: block !important;
 }
 .task-dangerouslysethtml{
    font-size: 12.5px;
 }
 .task-dangerouslysethtml p{
    font-size: 12.5px !important;
    margin-bottom:0 !important;
    line-height:18px !important;
    min-height: 0 !important;
 }
 .task-dangerouslysethtml ul,.task-dangerouslysethtml ol{
    margin-bottom:0;
 }
 .task-dangerouslysethtml li{
    font-size: 12.5px !important;
    margin-bottom:0 !important;
    line-height:18px !important;
    min-height: 0 !important;
 }
 .assign-tasks-layout{
    height:calc(100vh - 162px);
    overflow-y:auto;
    overflow-x:hidden;
 }
 .exec-task-text-field{
    display:inline-block;
    width:100%;
    height:100%;
    white-space:pre-wrap;
    min-height: 32px;
    border:1px solid #eee;
 }
 .sticky-exec-header{
    position:sticky;
    top:0;
    background:#fff;
    z-index:1;
 }
 .exec-not-req-layout{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
 }
/* Dashboard Style */

.task-template-left-tab {
  background: #fff !important;
  color: #000 !important;
}

/* Follow Up Style Start Here*/
.followUp-dialog .modal-body {
  max-height: 500px;
  overflow: auto;
}
.followUp-dialog .modal-dialog {
  max-width: 650px;
}
.exe-followup-resource-dd {
  justify-content: flex-end;
}
.followup-task-select-table-dialog .modal-dialog {
  max-width: 1200px;
}
.followup-heading-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  align-items: center;
}
.followup-btn {
  font-weight:bold;
}
.followup-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1%;
  margin-top: 10px;
}
.followup-heading-name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1%;
  margin-top: 10px;
  display: flex;
}
/* Follow Up Style End Here */

/*Responsive CSS Starts Here*/
@media(max-width:1440px){

}

@media(max-width:1199px){
  .question-tabs ul li a{padding: 14px 12px;}
  .search-addnew{flex-direction: column;}
  .addnew-col a{width: fit-content;width: -moz-fit-content;}
  .addnew-col{margin-top: 10px;}
}

@media(max-width:991px){
  .menu-icon{cursor:pointer;display: block;margin-right: 15px;}
  .vertical-menu {height: 100%;position: fixed;z-index: 80;background:#fff;left: -300px;overflow-x: hidden;}
  .verticalmenu-close{cursor:pointer;display: block;position: absolute;right: 5px;top: -3px;color:#515151;}
  .vertical-menu-profile{margin-top: 20px;}
  .mcc-text p{font-size: 13px;line-height: 1.5;}
  .master-card-col{padding:10px;}
  .rightslide-col{margin-top:20px;}
  .bl-1px{border:none;}
}

@media(max-width:767px){
  .question-tabs ul li a{padding: 15px 5px;}
  .header-notification-wrapper{position: static;}
  .notifications-dropdown{max-width: 270px;}
  .search-col input{width:auto;}
}

@media(max-width:576px){
  .info-header-img{padding-left: 10px;}
  .info-header-img img{height:40px;width: 40px;}
  .info-header-details{padding-right: 10px;}
  .info-header-details h6{font-size: 12px;line-height: 10px;}
  .info-header-details a{font-size: 11px;}
  .header{padding:10px;}
  .menu-icon span{font-size: 28px;}
  .info-header-dropdown span{font-size: 18px;}
  .notifications-dropdown{width: 250px;}
  .question-tabs ul{display: block;}
  .question-tabs ul li{border-right: 0px solid #ddd;border-bottom: 1px solid #ddd;}
  .search-col input{max-width:150px;}
  .addnew-col a{padding: 10px 15px;}
  .custom-select-btn button{padding: 9px 15px;}
  .select-owner .custom-select{width:55%;}
  .custom-select-btn {width:40%;}
  .master-card-col{width:48%;}
}

@media(max-width:425px){
  .notifications-dropdown{width:300px;}
  .header-notification-wrapper{position: initial;}
  .login-wrapper{max-width: 280px;}
  .search-col input{max-width:100px;}
  .addnew-col a{padding: 10px 15px;}
  .select-owner .custom-select{width:50%;}
  .select-owner{display: block;}
  .custom-select-btn {width:100%;}
  .select-owner .custom-select {width:100%;}
  .custom-select-btn button {width:100%;margin-top:10px;}
  .master-card-col{width:100%;}
}

@media(max-width:375px){
  .search-col input{max-width:80px;padding-right: 5px;}
  .addnew-col a{padding: 10px 10px;}
  .search-col span{padding-left: 0px;}

}

@media(max-width:320px){

}
@media(min-width:992px){
  .custom-dialog .modal-report-details {
    max-width: 940px;
  }
}
/*Responsive CSS Ends Here*/

/* Custom utility class Starts here */
.color-theme {
  color: var(--theme-color);
}
.bg-theme {
  background-color: #FFF
}
/* Custom utility class Ends here */

.popover-infocard {
  top: 0 !important;
}
.popover-infocard .arrow {
  display: none !important;
}
.border-right-theme {
  border-right: solid 1px var(--theme-color) !important;
}
/* Custom utility class Ends here */

/* Display size css Starts here */
body.display-size-medium .custom-dialog .modal-header h5 {
  font-size: 15px;
}
body.display-size-medium .no-items-card h6 {
  font-size: 14.5px;
}
body.display-size-medium .font-bold-resize{
  font-size: 13.5px;
}
body.display-size-medium .common-table .table td {
  height: 30px;
  font-size: 11.7px;
}
body.display-size-medium .task-dangerouslysethtml,
body.display-size-medium .task-dangerouslysethtml p,
body.display-size-medium .client-details td p,
body.display-size-medium .client-date table tr td,
body.display-size-medium .client-date table tr th,
body.display-size-medium .client-resources table tr td p,
body.display-size-medium .overall-progress-col-bd-resized p,
body.display-size-medium .overall-progress-col-resized p,
body.display-size-medium .details-table-layout td,
body.display-size-medium .schedule-assignment-details-text {
  font-size: 11.7px !important;
}
body.display-size-medium .card-Heading-layout h4 {
  font-size: 15px;
}
body.display-size-medium .arrows-col button span {
  font-size: 14px;
}
body.display-size-medium .overall-progress-col span {
  font-size: 17px;
}
body.display-size-medium .schedule-assignment-details-sub-heading {
  font-size: 12px;
}
/* Display size css Ends here */
.theme-border-right {
  border-right: solid 1px var(--theme-color) !important;
}
.theme-border-bottom {
  border-bottom: solid 1px var(--theme-color) !important;
}
.theme-border-color {
  border-color: var(--theme-color) !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
/* Custom utility class Ends here */

.card-1 {
  border: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.4);
  margin: 15px 0px;
  padding: 15px !important;
}

.card-1 .card-body {
  padding: 0 !important;
}
.card-1 .card-heading {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.btn-download-icon {
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
  display: flex;
  height: 34px;
  justify-content: center;
  padding: 5px;
  width: 34px;
}

.recharts-responsive-container .recharts-wrapper > .recharts-surface {
  margin-top: 25px;
}

.chart-without-margin .recharts-responsive-container .recharts-wrapper > .recharts-surface {
  margin-top: 0; /* Remove the margin-top */
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.border-top-bottom{
  border-bottom-style: solid;
  border-bottom-width: thin;
  border-bottom-color:#a9a9a9;
}
.popup-container {
  position: fixed;
  top: 23%;
  left: 80px;
  width: calc(100% - 80px);
  height: auto;
  max-height: 60%;
  transform: translateY(-50%) scale(0);
  background-color: #F9FAFA;
  transition: transform .5s ease-in-out;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
  overflow-x: auto;
  overflow-y: hidden;
}
.popup-container.show {
  transform: translateY(-50%) scale(1);
}
.scrollable-container {
  max-height: calc(60vh - 200px);
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 40px;
}
span.tool {
  position: relative;
}
span.tool:hover::after {
  content: attr(data-title);
  background-color: var(--theme-hover-color);
  color: #fff;
  padding: 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1000;
}
div.tool {
  position: relative;
}
div.tool:hover::after {
  content: attr(data-title);
  background-color: var(--theme-hover-color);
  color: #fff;
  padding: 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 110%;
  left: 0%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1000;
}
.accordion-layout .btn-link{
  color: transparent !important;
}
.accordion-layout .btn-link{
  box-shadow: none !important;
}
.accordion-layout .btn{
  padding: 0 !important;
}
.accordion-layout h6{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.card-radius{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-last{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card-middle{
  border-radius: 0;
}
.accordion-heading{
  display: flex;
  justify-content: space-between;
}
.accordion-layout .btn{
  width: 100%;
}
.no-items-cards{
  display: flex;
  align-items: center;
  padding:40px 0px;
  justify-content: center;
  border-radius: 5px;
}
.no-items-cards h6 {
  font-size: 13.5px;
}
.input-icon-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.risk-heading{
  display: flex;
  margin-bottom: 5px;
}
.matrix-definition-icon{
  margin-top: -5px;
  margin-left: 5px;
  cursor: pointer;;
}
.draft-btn span{
  color:var(--theme-color) !important;
}
.submenu-border{
  width: fit-content;
}
.total-width{
  min-width: 87px;
}
.table-icon{
  color: var(--theme-color) !important;
}
.table-icon span{
  font-size: 17px;
}
.view-task{
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 0;
  z-index:1;
}
/* Override for .view-task tooltip: no background, only border and dark text */
span.tool.view-task:hover::after {
  background: none !important;
  color: var(--theme-color) !important;
  border: 1px solid var(--theme-hover-color) !important;
  background-color: white !important;
  box-shadow: none !important;
}
.card-header{
  background-color: #ffffff !important;
}
.editable-td {
  /* padding: 4px; */
}
.editable-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 6px;
  min-height: 28px;
  padding: 2px 28px 2px 6px; /* space right for icon */
  /* background-color: white; */
  width: fit-content;
  transition: border-color 0.2s;
}
.editable-box.focused {
  border-color: black; /* visible only when focused */
}

.editable-input {
  flex: 1;
  outline: none;
  min-width: 40px;
  min-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.clear-tooltip{
  position: absolute !important;
  right: 4px !important;
  top: 50% !important;
  transform: translateY(-45%);
}
.eraser-icon {
  font-size: 17px !important;
  color: #888 !important;
  cursor: pointer;
  /* user-select: none;
  
  display: none !important; */
}
.editable-box.focused .eraser-icon {
  display: inline-block !important; /* visible only when focused */
}
.eraser-icon:hover {
  color: #000 !important;
}
.form-control:focus{
  border-color: #bbb !important;
  outline: 0;
  box-shadow: none !important;
}
div.tooltip-bg:hover::after{
  background-color: #fff !important;
  color: #000;
}
.add-desc{
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}
.add-desc p{
  margin:0 3px;
}
.add-desc:hover p,.add-desc:hover span{
  color:var(--theme-color) !important;
}
.score-dropdown {
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word; /* For older browser compatibility */
}
.score-cell {
  display: flex;
  align-items: center;
  gap: 8px; /* Adds a nice space between score and description */
}
.score-value {
  min-width: 30px; /* Adjust as needed */
}
.subtotal-container {
  display: flex;         /* Arranges items in a row */
  align-items: center;   /* Vertically centers the text and icon */
  white-space: nowrap;   /* Prevents "Sub Total" from breaking into two lines */
  gap: 8px;              /* Adds a nice space between the text and icon */
}
.icon-size {
  font-size: 20px !important;
  color: var(--theme-color) !important;
  margin-top: 4px;
}
.info-tool:hover::after {
  opacity: 1;
  visibility: visible;
}
.info-tool::after {
  left: 0; /* Align the tooltip's left edge with the icon's left edge */
  transform: translateX(-30%) !important; /* Remove the horizontal centering */
}
/* Custom utility class Ends here */