/*Modals*/

.modal-dialog .toggle-related-filter.btn-default.active {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #00AEA7;
    color: #00AEA7;
    font-size: 13px;
}

.modal-dialog .modal-footer .btn-secondary {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #00AEA7;
  color: #00AEA7;
  font-size: 14px;
}

.modal-content {
  border-radius: 5px;
}

.modal-dialog .entity-grid .view-grid>table>tbody>tr.info>td {
  background-color: #fbfbfb;
}

.modal-dialog .view-empty {
  font-size: 14px;
}

.modal-dialog .entity-grid .view-grid>table>tbody>tr.info>td>a {
  color: #0093FE;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
}

.modal-dialog .modal-title .fa {
  display: none;
}

.modal-associate .content-panel {
  margin-bottom: 20px !important;
}

.modal-dialog .btn-deactivate, .modal-dialog .btn-remove, .modal-dialog .remove-value {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #F74E4D !important;
  box-shadow: none;
  color: #F74E4D !important;
  font-size: 14px;
  outline: none;
}

.modal-dialog .modal-text {
  color: #616161;
  font-size: 14px;
  margin-bottom: 0;
}

.modal-dialog .modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 0;
  color: #292D32;
}

.modal-dialog .modal-header, .modal-dialog .modal-footer {
  border: none;
}

.modal-dialog .alert {
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 400;
  padding: 10px;
}

.modal-dialog .alert h2{
  font-size: 14px;
  margin-bottom: 7px;
}

.modal-dialog .alert-dismissible .btn-close {
  padding: 10px;
}

.modal-dialog .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.modal-dialog .view-grid {
  margin-bottom: 0;
}

.modal-content, .popover-content {
  background-color: #F5F8FA;
}

.modal-content .entitylist-search .query.form-control {
  border: none !important;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  outline: none;
}

.modal-content .grid-actions {
  position: inherit !important;
}

.modal-content .view-grid{
  background-color: #ffffff;
  padding: 5px;
}

.modal-link-config .form-check-label {
  font-weight: 400 !important;
  margin-bottom: 5px;
  font-size: 13px;
}

.modal-link-config .view-grid {
  margin: 30px 30px !important;
  margin-top: 0 !important;
  padding: 15px !important; 
}

.modal-link-config .modal-footer {
  margin-bottom: 10px !important;
}

.modal-link-config .sub-heading {
  margin-bottom: 5px;
}

.modal-link-config .ml-10 {
  margin-left: 10px !important;
}

.modal-content .modal-header {
  padding: 30px;
  padding-bottom: 20px;
}

.modal-content .modal-body {
  padding: 30px 15px;
  padding-top: 0;
}

.modal-content .modal-header .btn-close{
  position: absolute;
  right: 20px;
  top: 20px;
}

.modal-content .form-close:active:focus, .modal-content .form-close:hover {
  background-color: transparent;
  border: none;
}

.modal-dialog .toggle-related-filter.btn-default.active {
  background: white;
  border: none;
  margin-right: 10px;
}

.modal-content  .table>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}

.modal-disassociate .modal-body p, .modal-delete .modal-body, .modal-deactivate .modal-body p{
  color: #616161;
  font-size: 15px;
}

.modal-delete .modal-body, .modal-disassociate .modal-body, .modal-deactivate .modal-body {
  padding-bottom: 0;
}

.modal-header .close:hover,.modal-header .close:active,.modal-header .close:focus {
  background-color: transparent !important;
}

.modal-dialog a.toggle-related-filter {
  border: none;
  background-color: #ffffff !important;
  color: #00AEA7 !important;
  font-size: 14px;
}

.modal-dialog a.toggle-related-filter .fa {
  margin-right: 5px !important;
}

.modal-content .modal-footer .btn {
  min-width: 105px;
  margin: 0;
}

.modal-dialog .content-wrap {
  padding: 0 15px;
}

.modal-associate .modal-footer button, .lookup .modal-footer button, .modal-disassociate .modal-footer button, .modal-delete .modal-footer button, .modal-deactivate .modal-footer button{
  margin-left: 10px !important;
}

.modal-associate .modal-footer, .lookup .modal-footer{
  margin-right: 0 !important;
  padding-right: 30px !important;
}

.modal-associate .modal-body, .lookup .modal-body{
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-bottom: 0;
}

.modal-associate .card-header, .lookup .card-header {
  padding-left: 0 !important;
  background-color: #f5f8fa;
  border: none;
}

.modal-associate .panel-heading, .lookup .panel-heading{
  background: transparent;
  border: none;
  color: #2E2E2E;
  padding: 20px;
}

.modal-associate .selected-records .item, .lookup .selected-records .item {
  font-size: 14px;
  line-height: 10px;
  min-width: 115px;
  padding: 10px 15px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-associate .panel-body, .lookup .panel-body{ 
    padding: 20px;
    padding-top: 0;
}

.modal-associate .panel h2, .lookup .panel h2 {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 700;
}

.modal-associate .panel, .lookup .panel {
  background-color: #ffffff;
  border: none;
  margin-top: 20px;
}

.modal-associate .selected-records, .lookup .selected-records{
  max-height: 65px;
  overflow-y: auto;
}

.modal-dialog .modal-body .action-icon {
  cursor: pointer;
  height: 17px;
}

.modal-dialog .modal-footer{
  border: none;
  margin: 0 15px;
  margin-bottom: 30px;
  padding: 0;
}

.modal-content td {
  font-size: 14px;
}

.modal-lookup .entity-grid, .modal-associate .entity-grid {
  padding: 20px;
  padding-bottom: 0;
}

.modal-associate .grid-actions {
  padding: 0;
}

.modal-lookup .modal-footer {
  padding-top: 20px;
}

.custom-iframe-wrapper .modal-lookup .modal-dialog {
  max-width: 95% !important;
}

.modal-body .table-info {
  display: table-row;
}

.modal-disassociate .modal-footer, .modal-delete .modal-footer, .modal-deactivate .modal-footer{
  margin: 0 30px 30px 30px;
}

.modal-disassociate .modal-body, .modal-delete .modal-body, .modal-deactivate .modal-body{
  padding: 0 30px;
}

.modal-delete .modal-footer {
  padding-top: 30px;
}

.modal.blur-modal {
  opacity: 0.7;
}

.modal.remove-survey-modal .confirmation-wrap, .deactivate-business-modal .confirmation-wrap {
  margin-top: 10px;
  font-size: 14px;
  color: #434343;
  display: flex;
  align-items: flex-start;
}

.modal.remove-survey-modal .confirmation-wrap .label, .deactivate-business-modal  .confirmation-wrap .label {
  margin-left: 5px;
}

.modal-associate.match-disocver-wrap .match-discover-wrap input[type="checkbox"] {
  transform: scale(1.5); 
}

.modal-associate.match-disocver-wrap .match-discover-wrap {
  margin-top: 10px;
}

.modal-associate.match-disocver-wrap .match-content-wrap {
  font-size: 14px;
}

.modal-associate.match-disocver-wrap .fa-spin {
  margin-left: 5px;
}

.modal-associate.match-disocver-wrap th {
  border-bottom: none !important;
}

.modal-associate.match-disocver-wrap th,.modal-associate.match-disocver-wrap td {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


/** iframe style **/

.custom-iframe-wrapper .tab-title {
  color: #292D32;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}

.custom-iframe-wrapper label {
  color: #292D32;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.custom-iframe-wrapper .input-group-btn .btn {
  height: 35px;
  outline: none !important;
}

.custom-iframe-wrapper .alert-warning {
  background-color: #f2f2f2;
  border: none;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

/* .custom-iframe-wrapper .actions .btn:first-child {
  margin-right: 0 !important;
} */

.custom-iframe-wrapper .actions {
  border: none;
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-iframe-wrapper .cell{
  padding-right: 10px !important;
}  

.custom-iframe-wrapper td.clearfix.cell.lookup.form-control.form-select-cell {
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.custom-iframe-wrapper .form-control, .form-control {
  background: #FFFFFF;
  border: 0.5px solid #C1BDBD !important;
  border-radius: 5px;
  box-shadow: none;
  color: #616161;
  font-size: 14px;
  height: 35px;
  padding: 6px 12px !important;
}

.custom-iframe-wrapper .modal-dialog .toggle-related-filter.btn-default.active {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #00AEA7 !important;
  color: #00AEA7 !important;
  font-size: 13px;
  outline: none !important;
}

.custom-iframe-wrapper .modal-header .close:hover,
.modal-header .close:active,
.modal-header .close:focus {
  background-color: transparent !important;
}

.custom-iframe-wrapper .modal-dialog .entity-grid .view-grid>table>tbody>tr.info>td {
  background-color: #fbfbfb;
}

.custom-iframe-wrapper .modal-dialog .entity-grid .view-grid>table>tbody>tr.info>td>a {
  color: #0093FE;
  cursor: pointer;
  text-decoration: none;
}

.custom-iframe-wrapper .modal-dialog .modal-title {
  color: #292D32;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 0;
}


.custom-iframe-wrapper .modal-dialog .view-grid {
  margin-bottom: 0;
}

.custom-iframe-wrapper .modal-content, .custom-iframe-wrapper .popover-content {
  background-color: #F5F8FA;
}

.custom-iframe-wrapper .modal-content .entitylist-search .query.form-control {
  border: none !important;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  outline: none;
}

.custom-iframe-wrapper .modal-content .grid-actions {
  position: inherit !important;
}

.custom-iframe-wrapper .modal-content .view-grid {
  background-color: #ffffff;
  padding: 5px;
}

.custom-iframe-wrapper .modal-content .entitylist-search .btn-default {
  border: none !important;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent !important;
  color: #00AEA7;
  text-align: right;
}

.custom-iframe-wrapper .modal-content .form-close:active:focus, .custom-iframe-wrapper .modal-content .form-close:hover {
  background-color: transparent;
  border: none;
}

.custom-iframe-wrapper .modal-dialog .toggle-related-filter.btn-default.active {
  background: white;
  border: none;
  margin-right: 10px;
}

.custom-iframe-wrapper .modal-dialog a.toggle-related-filter {
  border: none;
  background-color: #ffffff !important;
  color: #00AEA7 !important;
  font-size: 13px;
}

.custom-iframe-wrapper .modal-dialog a.toggle-related-filter .fa {
  margin-right: 5px !important;
}

.custom-iframe-wrapper .modal-content .table>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}

.custom-iframe-wrapper .modal-disassociate .modal-body p,.custom-iframe-wrapper .modal-delete .modal-body {
  color: #616161;
  font-size: 15px;
}

.custom-iframe-wrapper .modal-delete .modal-body, .custom-iframe-wrapper .modal-disassociate .modal-body {
  padding-bottom: 0;
}

.custom-iframe-wrapper .modal-dialog .modal-title .fa {
  display: none;
}

.custom-iframe-wrapper .modal-content .modal-footer .btn {
  min-width: 105px;
}

.custom-iframe-wrapper .modal-associate .panel-heading {
  background: transparent;
  border: none;
  color: #2E2E2E;
  padding: 20px;
}

.custom-iframe-wrapper .modal-associate .selected-records .item {
  font-size: 14px;
  line-height: 10px;
  min-width: 115px;
  padding: 10px 15px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-iframe-wrapper .modal-associate .panel-body {
  padding: 20px;
  padding-top: 0;
}

.custom-iframe-wrapper .modal-associate .panel h2 {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 700;
}

.custom-iframe-wrapper .modal-associate .panel {
  background-color: #ffffff;
  border: none;
  margin-top: 20px;
}

.custom-iframe-wrapper .modal-associate .selected-records {
  max-height: 65px;
  overflow-y: auto;
}

.custom-iframe-wrapper .grid-actions {
  border-bottom: none;
}

.custom-iframe-wrapper .view-select .nav>.open>a:hover {
  background-color: #ffffff !important;
}

.custom-iframe-wrapper .view-select {
  border: none;
  border-radius: 5px;
  background-color: #ffffff !important;
  font-size: 14px;
}

.custom-iframe-wrapper .view-select a {
  border: none !important;
  color: #616161;
  padding: 6px 15px !important;
  text-decoration: none;
}

.custom-iframe-wrapper .grid-actions {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.custom-iframe-wrapper .view-grid {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.custom-iframe-wrapper .view-grid th {
  border: none;
  padding: 8px 18px;
}

.custom-iframe-wrapper .view-grid th a {
  color: #292D32;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.custom-iframe-wrapper .section-title h3 {
  color: #2E2E2E;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.custom-iframe-wrapper .form-action-container-right {
  display: flex;
  justify-content: flex-end;
}

.custom-iframe-wrapper .break-file-name {
  color: #616161;
  font-size: 14px;

  display: flex;
  align-items: center;
}

.custom-iframe-wrapper .tab {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.custom-iframe-wrapper td.form-control {
  border: none !important;
}

.custom-iframe-wrapper .entitylist-search {
  height: 35px;
  border-radius: 5px;
  border: 0.5px solid #C1BDBD;
}

.custom-iframe-wrapper .launchentitylookup {
  border-color: #0093FE !important;
  background-color: #0093FE !important;
  color: #ffffff !important;
  min-width: 40px !important;
  outline: none !important;
}

.custom-iframe-wrapper .clearlookupfield {
  border-color: #C1BDBD;
  color: #0093FE;
  border: 0.5px solid #C1BDBD;
  border-left: 0;
  min-width: 40px !important;
  outline: none !important;
}

.custom-iframe-wrapper .view-grid th a:focus,
.custom-iframe-wrapper .view-grid th a:active,
.custom-iframe-wrapper .view-grid th a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}

.custom-iframe-wrapper .view-grid td {
  border: none;
  color: #2E2E2E;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 18px;
  vertical-align: middle;
}

.custom-iframe-wrapper .tab-title {
  display: none;
}

.custom-iframe-wrapper .view-grid .action-icon {
  cursor: pointer;
  height: 17px;
  margin-right: 22px;
}

.custom-iframe-wrapper #gyde_workitemuploadfile_delete_button {
  padding: 0;
  width: 10px;
  text-align: left;
  margin: 0;
}

.custom-iframe-wrapper #gyde_workitemuploadfile_delete_button img{
 width: 18px;
}

.custom-iframe-wrapper .mr-10 {
  margin-right: 10px;
}

.custom-iframe-wrapper .btn-info,
.custom-iframe-wrapper .btn-blue,
.custom-iframe-wrapper .btn-blue :hover,
.custom-iframe-wrapper .btn-blue:active,
.custom-iframe-wrapper .btn-blue :focus {
  background-color: #00AEA7;
  border-radius: 5px;
  border: 1px solid #00AEA7;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  min-width: 100px;
  outline: none;
}

.custom-iframe-wrapper .crmEntityFormView {
  border: none !important;
}

.custom-iframe-wrapper {
  padding: 0px 5px 0px 15px;
}

.custom-iframe-wrapper .cell {
  margin-bottom: 0;
  padding: 0 0px 20px;
  padding-left: 0;
}

.custom-iframe-wrapper .table>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}

.custom-iframe-wrapper .browserPreviewFrameBorder {
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-iframe-wrapper .form-control .status {
  padding: 0 !important;
}

.custom-iframe-wrapper .browserPreviewFrame {
  border-radius: 5px !important;
}

.custom-iframe-wrapper fieldset {
  margin-bottom: 0 !important;
}

.custom-iframe-wrapper .custom-notification-wrapper .form-custom-actions{
  padding-right: 10px !important; 
}

.custom-iframe-wrapper .devops-error-log textarea {
  min-height: 300px;
}

.custom-iframe-wrapper .custom-notification-wrapper iframe body {
  font-family: 'Roboto', sans-serif;
}

.custom-iframe-wrapper.work-item-upload-wrapper .modal-header .modal-title {
  display: none;
}

.custom-iframe-wrapper.work-item-upload-wrapper .section-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #292D32;
  margin-top: -2px;
}

.custom-iframe-wrapper.create-business-survey [role="radiogroup"] {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.custom-iframe-wrapper.create-business-survey .form-check {
  box-shadow: none;
  height: 35px;
  width: 125px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: 0.5px solid #C1BDBD;
}

.custom-iframe-wrapper.create-business-survey .form-check:first-child {
  border-right: 0;
  border-radius: 5px 0 0 5px;
}

.custom-iframe-wrapper.create-business-survey .form-check:nth-child(2) {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.custom-iframe-wrapper.create-business-survey .form-check label {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  text-align: center;
  box-shadow: none;
  line-height: 17px;
  cursor: pointer;
}

.custom-iframe-wrapper.create-business-survey .form-check input[type="radio"]:checked+label {
  background-color: #00AEA7 !important;
  color: white;
}

.custom-iframe-wrapper.create-business-survey input[type="radio"] {
  visibility: hidden;
}


.modal-form .modal-body iframe {
  border: none;
  height: 500px;
  max-height: calc(100vh - 225px);
  width: 100%;
}

.customer-business-modal iframe, .partner-consultant-modal iframe, .survey-template-modal iframe {
  height: 132px !important;
}


.survey-template-modal iframe {
  height: 180px !important;
}

.customer-business-modal .form-loading, .partner-consultant-modal .form-loading, .survey-template-modal .form-loading, .user-customer-business-modal .form-loading{
  top: 16% !important;
}

.user-customer-business-modal iframe {
  height: 210px !important;
}

.warning-modal .modal-content{
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.custom-iframe-wrapper{
  overflow: hidden;
}

.custom-iframe-wrapper.survey-template .form-select, .custom-iframe-wrapper.partner-wrapper .form-select, .custom-iframe-wrapper.customer-user-modal select, .custom-iframe-wrapper.create-business-survey select, .custom-iframe-wrapper.user-business-wrapper .form-select, .deactivate-business-modal select, .remove-survey-modal select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 12px;
}

.custom-iframe-wrapper.user-business-wrapper .form-select, .deactivate-business-modal select,.custom-iframe-wrapper.create-business-survey select {
  margin-bottom: 10px;
}

.custom-iframe-wrapper.partner-wrapper .actions {
  margin-top: 20px;
}

.custom-iframe-wrapper .custom-notification-wrapper iframe {
  height: 150px !important;
}

.custom-iframe-wrapper .alert {
  font-size: 14px;
  color: #2E2E2E;
  font-weight: 400;
  padding: 10px;
}

.custom-iframe-wrapper .alert h2{
 font-size: 14px;
 margin-bottom: 7px;

}

.custom-iframe-wrapper .alert-danger{
  color: #842029;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
  text-align: left;
}

/** toast **/

#toast-container .toast-header .toast-title{
  margin-left: 5px;
}

#toast-container .toast-header .toast-icon {
  height: 20px;
  margin-bottom: 2px;
}

#toast-container .text-right {
 text-align: right;
}

#toast-container {
  background-color: transparent !important;
}

#toast-container .btn-xs {
  min-width: 75px !important;
  height: 33px;
}


#toast-container .toast {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: none;
}

.ask-ai-modals .portal-wrap .ant-tabs-content-holder {
  max-height: calc(100vh - 300px) !important;
}

.ask-ai-modals .portal-wrap .grid-wrap {
  max-height: calc(100vh - 302px) !important;
  height: calc(100vh - 320px) !important;
  overflow-y: unset;
}

.ask-ai-modals .portal-wrap .ant-tabs textarea {
  max-height: calc(100vh - 300px) !important;
  height: calc(100vh - 320px) !important;
}

.ask-ai-modals .portal-wrap .ant-btn .anticon {
  vertical-align: middle !important;
}

.modal-link-config .view-grid {
  margin: 30px 30px !important;
  margin-top: 0 !important;
  padding: 15px !important;
}

#modulephaseselectionModal .modal-dialog .content-wrap {
  margin: 0 30px 30px;
}

#modulephaseselectionModal .ml-10 {
  margin-left: 10px;
}

#modulephaseselectionModal .list-header {
  margin: 0 0 10px 0 !important;
}

#modulephaseselectionModal .dataTables_length label {
  font-size: 13px;
  font-weight: 400;
}

#modulephaseselectionModal #advancedFilters label {
  font-size: 14px !important;
  font-weight: 400 !important; 
}

#modulephaseselectionModal #advancedFilters {
  margin-top: 20px;
}

#modulephaseselectionModal hr {
  margin: 20px 0 20px 0 !important;
}

#modulephaseselectionModal th {
  font-weight: 500;
  font-size: 14px !important;
}

#modulephaseselectionModal table {
 margin-top: 35px;
}

#discoverLinkConfigModal .ml-5 {
  margin-left: 5px;
}

#modulephaseselectionModal h2 {
  font-weight: 600;
  font-size: 14px !important;
}

.customer-edit .custom-content-wrap [data-name|="Discover Details"] {
  padding: 30px 2px 30px 30px !important;
}

.modal-dimmed {
    opacity: 0.5;
    pointer-events: none;
}

/* Added this as we need to fix the issue of id : 51579 */
.s-files-modal .modal-body {
    padding: 30px;
    padding-top: 25px !important; }
.s-comments-modal .modal-body {
    padding: 30px;
    padding-top: 25px !important; }
