/*------djParsley error style----------*/
.form-group.text-danger {
  font-size: 12px;
  color: #d60d0d;
  padding-left: 12px;
  border-color: #d60d0d;
}

.form-group.text-danger ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 12px;
}
/*------djParsley error style end----------*/

.error {
  font-size: 12px;
  color: #f35550;
  padding-left: 12px;
}
.form-group.error {
  border-color: #f35550;
}
.disabled-form-group {
  background: #ecf0f1;
}

.form-group.form-click.disabled-form-group {
  background: #ecf0f1;
}

.disabled-form-group input {
  background: #ecf0f1;
}

.disabled-form-group select {
  background: #ecf0f1;
  pointer-events: none;
}

/*.reviews-table.list-table .table thead th:nth-last-child(2), .reviews-table.list-table .table tbody tr td:nth-last-child(2) {
    min-width: 130px;
    width: 100%;
}*/
.custom-dropdown-grp {
  padding: 12px;
}
.custom-dropdown-grp label {
  padding-left: 0;
}
.custom-dropdown-grp .select2-container {
  width: 100% !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: transparent !important;
}
.select2-container--default .select2-selection--single {
  border: transparent !important;
}
.form-group .file-chosen-text {
  display: block;
  padding: 0 15px;
}
.form-group label.btn.btn-white.browse-btn {
  margin-bottom: 0;
}
/*--------datetimepicker style changes------------*/
.bootstrap-datetimepicker-widget {
  z-index: 1033;
}
.bootstrap-datetimepicker-widget
  .timepicker
  .timepicker-picker
  .btn-primary.disabled {
  background-color: #036b84bf;
  border-color: #036b84bf;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
  background-color: transparent;
  color: #ea8b37;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:focus {
  background-color: transparent;
  color: #ea8b37;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i {
  color: #2c6b83;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #2c6b83;
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #2c6b831f;
  color: #ea8b36;
}
.bootstrap-datetimepicker-widget
  .datepicker
  .datepicker-days
  .next
  i.fa.fa-chevron-right,
.bootstrap-datetimepicker-widget
  .datepicker
  .datepicker-days
  .prev
  i.fa.fa-chevron-left {
  color: #2c6b83;
}
.bootstrap-datetimepicker-widget
  .datepicker
  .datepicker-days
  .prev.disabled
  i.fa.fa-chevron-left {
  color: #dee2e6;
}
/*--------datetimepicker style changes end------------*/
/*-------multi_select style changes-------------*/
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #036b84 !important;
  border-radius: 100px !important;
  border: none !important;
  padding: 6px 12px !important;
  background-image: none;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  box-shadow: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  span {
  display: inline-block;
  vertical-align: middle;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
  margin-right: 10px !important;
}
/*-------multi_select style changes end-------------*/
/*---------- 28-july-2021 style changes---------*/
.generate-salary-form {
  /*height: calc(100vh - 292px);*/
  min-height: calc(100vh + 400px);
}
.total-salary-container {
  padding: 10px 30px;
}
.flex-container {
  flex-wrap: unset;
}
.profile-tab-content .flex-container.profile-salary-flex {
  flex-wrap: wrap;
}
.salary-detail-box {
  padding: 20px 15px;
}
.interview-status {
  width: 100%;
}
.rejected-box::after {
  right: 8px;
  height: 20px;
  width: 20px;
}
.pending-box::after {
  content: "";
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 8px;
  height: 20px;
  width: 20px;
  background-color: #ea8b37;
  background-image: url(../images/switch-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  border-radius: 50%;
}
.confirm-container .pending_txt {
  color: #ea8b37;
}
.confirm-container .approved-confirm-icon.pending-confirm-icon {
  background-color: #ea8b37;
}
.confirm-container .pending-confirm-icon .switch-icon {
  width: 40%;
}
.leave-status-heading-container::after {
  display: none;
}
.hardware-mgt-page .filter-box-list.flex-container {
  flex-wrap: wrap;
}
.attendance-doc-list {
  width: 175px;
  right: 0;
  left: unset;
}
.salary-form .add-scenario-details .checkbox-custom .form-check {
  width: initial;
  border: unset;
}
.salary-detail .checkbox-custom .form-check,
.salary-form .add-scenario-details .form-check {
  padding: 10px;
}
.salary-detail .checkbox-custom .form-group {
  padding: 12px 12px 12px 0;
}
.organisation-mgt-page {
  height: calc(100vh - 352px);
}
/*.role-permission-mgt-page{
    height: calc(100vh - 256px);
    overflow: auto;
}*/
.broadcast-mgt-page {
  height: calc(100vh - 300px);
}
.staff-form .form-check,
.qualification-detail .form-check {
  padding: 6px 0px 6px 15px;
  margin: 0;
}
.admin-user-info .filter-box-list.flex-container {
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .salary-detail .form-check .styled-checkbox + label:before {
    margin-right: 8px;
  }
  .styled-checkbox + label:before {
    width: 20px;
    height: 20px;
  }
  .salary-detail .form-check {
    padding: 6px 0px 6px 15px;
  }
  .salary-detail .form-check label {
    font-weight: 400;
    font-size: 12px;
  }
  .investment-amount {
    margin-right: -20px;
    display: block;
  }
}

/*---------- 28-july-2021 style changes end---------*/
/*-------2 aug 2021 style changes----------*/
.last-next,
.first-prev {
  display: flex;
}
.admin-user-info,
.review-mgt-page,
.interview-mgt-page {
  height: 100% !important;
  overflow: unset;
}
.detail-section {
  height: unset;
}
.detail-section ul.detail-list,
.detail-section ul.detail-list-tab {
  position: relative;
}
.detail-content,
.review-form-content {
  margin-left: 0px;
}
.profile-detail-section {
  display: flex;
  min-height: calc(100vh + 36px);
  height: 100%;
}
.detail-section {
  min-height: calc(100vh + 148px);
  height: 100%;
}
.profile-content-left,
.detail-content {
  position: relative;
  height: 100%;
}

.profile-content-right {
  width: calc(100% - 280px);
  margin-left: 20px;
  padding-left: 0;
}
.profile-information.box-border {
  height: 100%;
}
.profile-tab-content {
  height: 100%;
  padding: 0px 15px 15px;
}
.profile-information .tab-content {
  height: 100%;
}
.tab-file-section .tab-file.flex-container .right a {
  float: right;
}
.qualification-detail-list {
  margin: 20px 0;
}
.list-grid-content {
  height: 100%;
}
/*.list-grid-content{
    min-height: calc(100vh + 165px);
}*/
.main-content-wrapper.admin-user-wrap .review-mgt-page .list-view-section {
  min-height: calc(100vh - 0px);
  overflow-x: auto;
}
.main-content-wrapper .admin-user-info.organisation-mgt-page .list-view-section,
.main-content-wrapper .admin-user-info.attendance-mgt-page .list-view-section {
  min-height: calc(100vh + 50px);
  overflow-x: auto;
}
/*.generate-salary-form{
    min-height: calc(100vh - 0px);
}*/
.salary-form,
.review-form {
  height: 100%;
  overflow: unset;
}
.leave-mgt-details-section,
.review-form-content-section {
  height: 100%;
  display: flex;
  min-height: calc(100vh + 156px);
}
.review-submitted .review-form-content {
  height: 100%;
}
.review-user {
  position: relative;
}
.detail-section ul.detail-list-tab {
  margin-right: 15px;
}
.add-scenario-details {
  min-height: calc(100vh + 148px);
  height: 100%;
}
.review-form-container {
  min-height: calc(100vh + 160px);
  height: 100%;
}
.leave-detail-container {
  width: calc(100% - 370px);
  height: 100%;
}
.leave-detail-container .review-form-content {
  width: 100%;
}
.document-mgt-page .list-view-section {
  min-height: calc(100vh + 140px);
  height: 100%;
  overflow-x: auto;
}
.main-content-wrapper.admin-user-wrap .user-mgt-page {
  min-height: 100vh;
}
/*-------2 aug 2021 style changes end----------*/
/*-----------------login page style start---------*/
.login-page {
  position: relative;
  width: 100%;
  height: 100vh;
}
.login-container {
  max-width: 426px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.login-container .login-logo {
  text-align: center;
  padding: 30px;
}
.login-logo img {
  height: 47px;
  max-width: 276px;
  width: 100%;
}
.login-container .card {
  border: unset;
}
.login-container .card .card-body {
  padding: 0px 45px 44px;
  border: unset;
}
.login-container .card .login-card-body .login-box-msg {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #212227;
  text-align: center;
  margin-bottom: 20px;
}
.login-container .card .login-card-body .input-group .form-group {
  width: 100%;
  padding: 10px 12px 10px 0;
}
.login-container .card .login-card-body .input-group .form-group label {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #8f93b5;
}
.login-container .card .login-card-body .btn-sign_in {
  margin-top: 45px;
}
.login-container .card .login-card-body .alert-danger {
  color: #f35550;
  background-color: #f355503d;
  border-color: #f355503d;
  font-size: 14px;
}
.login-container .card .login-card-body .alert-dismissible .close {
  padding: 0.5rem 1.25rem;
}
.login-container .card .login-card-body .close:hover {
  color: #f35550;
}
.login-container
  .card
  .login-card-body
  .input-group
  .form-group
  span.btn.input-group-addon {
  padding: 0;
  background: transparent;
}
.login-page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top-right-bg.svg) no-repeat;
  background-size: cover;
  background-position: center right;
  height: 156px;
  width: 476px;
}
.login-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bottom-left-bg.svg) no-repeat;
  background-size: cover;
  background-position: center left;
  height: 156px;
  width: 476px;
}
/*-----------------login page style end---------*/
.broadcast-message-wrap {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.no-user-page {
  height: 100vh;
}
/*-------------chart page style----------------*/
.review-charts-section .review-form-content {
  position: relative;
}
.right.switch-button {
  position: absolute;
  right: 0;
  top: 1px;
}
.quarterly-chart {
  margin-top: 38px;
}
/*------------------salary slip style----------------------*/
.salary-slip-inner-box {
  width: 100%;
}
.salary-slip-inner-box button#salary_slip_permission {
  margin-bottom: 20px;
}
.empty-filter-list .flex-container {
  flex-wrap: wrap;
}
.main-content-wrapper.admin-user-wrap .admin-user-info .list-view-section {
  overflow-x: auto;
}
/*------------ user-card style -----*/
.grid-box {
  box-shadow: unset;
}
.grid-box:hover,
.grid-box:focus {
  box-shadow: 0px 11px 30px -10px rgb(11 37 89 / 10%);
}
a.grid-mid-section {
  color: unset;
}
a.grid-mid-section .grid-mid {
  display: flex;
  align-items: center;
}
.grid-mid .user-text {
  width: calc(100% - 62px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list-table .table tbody tr td a:hover {
  color: #036b84;
}
.list-table .table tbody tr:hover,
.list-table .table tbody tr:focus {
  box-shadow: 0px 11px 30px -10px rgb(11 37 89 / 10%);
}
/* 17 aug 2021 */

.dashboard-inner-content-section .dashboard-grid-top .dashboard-interview-tag {
  max-width: 20%;
  width: 100%;
}
.dashboard-inner-content-section .dashboard-grid-top .dashboard-grid-btm {
  max-width: 25%;
  width: 100%;
}
.dashboard-inner-content-section .dashboard-grid-top h6.dashboard-interviewer {
  max-width: 30%;
  width: 100%;
}
.dashboard-inner-content-section .dashboard-grid-top .user-text {
  max-width: 25%;
  width: 100%;
  padding-right: 20px;
}
.dashboard-inner-content-section .dashboard-grid-top .user-text h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.admin-user-info .grid-view-section .grid-box .grid-btm .user-contact {
  display: flex;
}
.admin-user-info
  .grid-view-section
  .grid-box
  .grid-btm
  .user-contact
  li:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*display: block;
    max-width: 65%;
    width: 100%;*/
  margin-right: 8px;
}
.admin-user-info
  .grid-view-section
  .grid-box
  .grid-btm
  .user-contact
  li:last-child {
  max-width: 35%;
  width: 100%;
  margin-right: 0px;
}
.review-form-content-section.review-submitted
  .review-user-box
  .review-user-info
  .review-user-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.review-form-content-section.review-submitted
  .review-user-box
  .review-user-info
  .review-user-text
  h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.broadcast-massage-inner
  .broadcast-message-list
  .message-card-left
  .message-content
  .imagePreview {
  width: 45px;
  height: 45px;
  position: relative;
  background: #f8f9fc;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.without-tab-sec {
  border: none !important;
}
.without-tab-sec-wrap {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/*------------ emp holiday list style -------------*/
.emp-description {
  text-align: left !important;
}
.emp-holiday-description {
  white-space: unset !important;
}
.emp-holiday-description p {
  text-align: left;
  margin-bottom: 0;
}

/*description tooltip*/
.tooltip-inner {
  font-size: 15px !important;
  background-color: #000 !important;
  max-width: 750px !important;
  line-height: 1.4;
  padding: 10px !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000 !important;
}
/*------------ emp holiday list style end-------------*/

/*------------ tds details popup table design style-------------*/
.investment .modal-header {
  border-radius: 10px 10px 0 0;
  padding: 15px !important;
}
.investment table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}
.investment table tr {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}

.investment .tds-details table tr td {
  border: none;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.75rem;
}

.investment .tds-details table tr td:last-of-type {
  border: none;
  position: relative;
  text-align: right;
  padding-right: 15px;
}
.investment .modal-footer .btn-red {
  border: unset !important;
  background-color: #ea8b37 !important;
}

.session-table.list-table .table tbody tr td:nth-last-child(2),
.session-table.list-table .table thead th:nth-last-child(2) {
  text-align: left;
}

.session-table.list-table .table tbody tr td:last-of-type {
  text-align: right;
}

.taxable-users-list-table .table tbody tr td:last-of-type {
  text-align: right !important;
}
.delete-btn {
  position: relative;
}
.remove-income-tax-section {
  position: absolute;
  right: -10px;
  top: 23px;
  background: unset;
}
/*------------ tds details popup table design end-------------*/
.content-details {
  background: #ffffff;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 5px 12px 5px 12px;
  position: relative;
  margin-bottom: 15px;
}
.content-details p {
  height: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
.readmore {
  height: auto !important;
}

.main-content-wrapper.admin-user-wrap
  .admin-user-info
  .list-view-section
  .list-table {
  overflow-x: unset;
}

.investment table tr:nth-child(3) td {
  border-bottom: 1px solid #e7ecf4 !important;
}
.investment table tr:nth-child(6) td {
  border-bottom: 1px solid #e7ecf4 !important;
  vertical-align: top;
}
.investment table tr:nth-child(13) td {
  border-bottom: 1px solid #e7ecf4 !important;
}
.investment table tr:nth-child(15) td {
  border-bottom: 1px solid #e7ecf4 !important;
}
.investment table tr:nth-child(19) td {
  border-bottom: 1px solid #e7ecf4 !important;
}
.investment table tr:nth-child(8) td {
  border-bottom: 1px solid #e7ecf4 !important;
}

.investment .modal-body {
  padding: 0;
}
.dropdown-tds .dropdown-menu {
  position: relative !important;
  transform: unset !important;
  width: calc(100% - -112px);
  border: none !important;
  padding-right: 5px;
}
.dropdown-tds .dropdown-item {
  padding: 12px 0px 15px 12px !important;
  color: #666666 !important;
}
.dropdown-tds .dropdown-item span {
  width: 20%;
  display: inline-block;
  text-align: right;
  min-width: 60px;
}
.dropdown-item {
  padding: 15px 0 !important;
  color: #666;
  display: flex;
  align-item: center;
  justify-content: space-between;
  font-size: 15px !important;
}
.dropdown-item:last-child {
  padding-bottom: 0 !important;
}
.dropdown-item:hover {
  background-color: unset !important;
  color: #666 !important;
}
.investment table tr:nth-child(6) {
  position: relative;
}
.dropdown-tds .btn-primary {
  background-color: unset !important;
  color: #666 !important;
  font-size: 15px;
  padding: 0 !important;
  box-shadow: none !important;
}

.modal-top-header {
  display: flex;
  align-item: center;
  justify-content: space-between;
  background-color: rgba(3, 107, 132, 0.05);
  padding: 10px 15px !important;
}
.modal-top-header h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}
.modal-top-header span {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}

.investment-dropdown {
  vertical-align: top !important;
  display: inline-block;
}

.tds-details td {
  vertical-align: top !important;
}
.tds-details td:first-child {
  vertical-align: top !important;
}
.main-content .investment-declaration {
  max-width: 730px;
  position: relative;
}
.investment-declaration .dropdown-tds .dropdown-menu {
  width: calc(100% - -485px);
  background: transparent;
}

/*.investment-declaration table tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.investment-declaration .tds-details td:first-child {
  width: 220px;
  padding-left: 20px;
  white-space: normal;
}
.investment-declaration .tds-details td:nth-child(2) {
  text-align: right;
  width: 215px;
}

.investment-declaration .modal-top-header .amount_plan {
  width: 254px;
  text-align: right;
  display: inline-block;
}
.investment-declaration .modal-top-header {
  background: unset !important;
  padding-right: 38px !important;
  padding-left: 20px !important;
}
.investment-declaration .declaration-part {
  position: relative;
}
.investment-declaration .declaration-part:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 103%;
  background-color: rgba(3, 107, 132, 0.05);
  right: 20px;
  z-index: 1;
  border-radius: 12px;
  top: -40px;
}
.investment-declaration .dropdown-tds .dropdown-item span {
  width: 20% !important;
  min-width: unset;
}
.investment-declaration .tds-details {
  padding-right: 25px;
}
.form-group .form-control {
  padding: 10px;
}
input[type="file"]::file-selector-button {
  border: unset;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #ea8b37;
  transition: 1s;
  color: #fff;
  font-weight: 500;
  float: right;
}

.already_added_attachment {
  padding-left: 12px;
  margin-top: 8px;
  position: relative;
  display: flex;
  align-item: start !important;
  justify-content: center;
  max-width: 100%;
}

/*.already_added_attachment a{
    display:flex;
    align-item: start !important;
    justify-content: center;
    max-width: 100%;
}*/
.remove_attachment {
  height: 20px;
  width: 20px;
  padding-left: 10px;
  border-radius: 50%;
  background-color: #f35550;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 10px;
}

.file-attachment {
  background-color: #e7ecf4 !important;
  border: none !important;
  padding: 10px 0;
  max-height: 87px;
  height: 87px;
  margin-bottom: 15px;
  text-align: center;
}
.file-attachment .form-control {
  background-color: transparent !important;
}

.upload-document {
  text-align: center;
  width: 100%;
  background-color: #e7ecf4 !important;
  padding-bottom: 5px;
}
.description-inactive {
  display: none;
}
.description-active {
  display: block;
}

.past-value {
  float: right;
  font-size: 12px;
  color: #8f93b5;
}

.investment-declaration-create-div .content-details {
  background: #e7ecf4;
  border-radius: 10px;
  padding: 20px 12px 15px 12px;
  position: relative;
  margin-bottom: 15px;
}
.investment-declaration-create-div .content-details p {
  margin-bottom: 0;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  background-color: #e7ecf4;
}

.attachment_file_name {
  word-break: break-all;
}

.investment-declaration .investment-change {
  color: #036b84;
}

/* .investment-declaration .dropdown-tds .dropdown-item span.investment-change{
    width: auto !important;
} */

.interview-list .action-bg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.interview-list .list-table .table tbody tr td {
  white-space: normal;
  font-size: 12px;
}

@media (max-width: 992px) {
  .investment-declaration .list-table .table tbody tr td {
    font-size: 12px;
    max-width: unset;
    white-space: nowrap;
  }
}
@media (max-width: 1025px) {
  .investment-declaration .list-table .table tbody tr td {
    font-size: 12px;
    max-width: unset;
  }
}

@media (max-width: 1366px) {
  .investment-declaration .modal-top-header .amount_plan {
    width: 291px;
  }
  .investment-declaration .tds-details td:nth-child(2) {
    width: unset;
  }
  .investment-declaration .dropdown-tds .dropdown-item span {
    width: unset !important;
  }
  .investment-declaration .dropdown-tds .dropdown-item span:nth-child(2) {
    width: 23% !important;
    display: inline-block;
  }
  .investment-loan-interest {
    display: block;
    padding-right: 10px;
  }
}

.investment-declaration .dropdown-tds .dropdown-item span:nth-child(3) {
  width: 20% !important;
  display: inline-block;
}

@media (max-width: 767px) {
  .investment-declaration .dropdown-tds .dropdown-menu {
    width: calc(100% - -536px);
  }
}
@media (max-width: 600px) {
  .investment-declaration .dropdown-tds .dropdown-menu {
    width: calc(100% - -409px);
  }
}

@media (min-width: 1025px) {
  .interview-list .navbar-toggler {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .interview-list button.navbar-toggler {
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #036b84;
    border-radius: 7px;
    border: none;
    padding: 0.25rem;
    font-size: 0;
  }
}
@media (min-width: 991px) {
  .interview-list .navbar-toggler {
    display: block;
  }
}

@media (max-width: 1025px) {
  .interview-list .sidebar {
    display: none !important;
  }
}

@media screen and (max-width: 1025px) {
  .interview-list .nav-sidebar {
    background-color: #ffffff;
    border: 1px solid #e7ecf4;
    border-radius: 15px;
    overflow-x: initial;
    padding-bottom: 0;
  }
  .interview-list .nav-sidebar .nav-item a.nav-link {
    width: 100%;
  }
  .interview-list .mob-header .navbar-header {
    height: 100vh;
  }
  .interview-list .sidebar-btm-img {
    display: none;
  }
  .interview-list .mob-header.navbar {
    overflow-y: auto;
  }
  .interview-list .main-content {
    padding: 0 15px 0;
    width: 100%;
  }
}

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

.document-selection .document-add {
  margin-left: 10px;
  padding: 6px 11px;
}

.document-detail .file-input-section .error {
  position: absolute;
  right: 10px;
  width: 45%;
}

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

/*03/05/2023*/

.tds_detail_table.tds_detail_submit thead.investment-thead th:nth-child(1) {
  background-color: #ebffe6 !important;
}
.tds_detail_table.tds_detail_submit thead.investment-thead th:nth-child(2) {
  background-color: #ebffe6 !important;
}
.tds_detail_table.tds_detail_submit thead.investment-thead th:nth-child(4) {
  background-color: #fbeaca !important;
}
.tds_detail_table.tds_detail_submit thead.investment-thead th:nth-child(3) {
  background-color: #fbeaca !important;
}
.tds_detail_table.tds_detail_submit tbody td:nth-child(1) {
  background-color: #ebffe6 !important;
}
.tds_detail_table.tds_detail_submit tbody td:nth-child(2) {
  background-color: #ebffe6 !important;
}
.tds_detail_table.tds_detail_submit tbody td:nth-child(4) {
  background-color: #fbeaca !important;
}
.tds_detail_table.tds_detail_submit tbody td:nth-child(3) {
  background-color: #fbeaca !important;
}
.investment table.tds_detail_table.tds_detail_submit {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.investment table.tds_detail_table.tds_detail_submit:after {
  display: none;
}
.tds_detail_submit .dropdown-menu {
  background-color: #ebffe6 !important;
}
.tds_detail_submit .dropdown-tds .dropdown-item span {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tds_detail_submit .dropdown-tds .dropdown-item span {
    text-align: left;
  }
}
