.custom-modal-style .ant-modal-header {
  background-color: #0063c3;
  border-radius: 5px 5px 0 0;
  padding: 14px 24px;
}

.custom-modal-style .ant-modal-title {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.custom-modal-style .ant-modal-close .ant-modal-close-x {
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  background: #fff !important;
  border-radius: 100%;
  margin-right: 10px;
  margin-top: 12px;
}

.custom-modal-style .ant-modal-close .ant-modal-close-x .anticon {
  vertical-align: middle;
  color: #0063c3;
}

.custom-modal-style .ant-modal-content {
  border-radius: 5px;
}

.custom-modal-style .ant-modal-footer {
  border-top: none;
}

.custom-modal-style .ant-modal-footer .ant-btn-primary {
  background: #495057;
  border: 1px solid #495057;
  width: 80px;
}

.custom-modal-style .ant-modal-footer .ant-btn-primary:hover,
.custom-modal-style .ant-modal-footer .ant-btn-primary:focus {
  background: #495057;
  border: 1px solid #495057;
}

.custom-modal-style .ant-modal-footer .ant-btn {
  border-radius: 22px;
  /* height: 24px; */
}

.custom-modal-style .ant-modal-body {
  padding: 12px 24px;
}

.custom-modal-style .form-control.ant-select.ant-select-enabled.ant-select-allow-clear, .custom-modal-style .form-control.ant-select.ant-select-disabled.ant-select-allow-clear {
  height: 32px;
  padding: 0;
}

.formInfo {
  color: #231F20;
  line-height: 24px;
  padding-bottom: 5px;
}

.reassignmentModal .emailId {
  margin-top: 5px;
  padding: 2px 14px;
  background: #f5f5f5;
  border-radius: 20px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reassignmentModal .projectsCount {
  padding: 2px 6px;
  background: #ff8900;
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
}

.reassignmentModal .projectsCount.single {
  padding: 2px 10px;
}

/* Notification modal/popup */
.ant-notification-notice {
  border: 1px solid red;
}

.ant-notification {
  margin-right: 24px;
}

.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 30px;
  line-height: 30px;
  color: #212529;
  font-weight: 500;
}

.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 30px;
  color: #212529;
}

.rgd-notification {
  border: 1px solid red;
}

.rte-modal .rteDetails .ant-select {
  width: 100%;
}