* {

  padding: 0;

  margin: 0;

  box-sizing: border-box;

}

li {

  list-style-type: none;

}

/*-- Global CSS --*/

body {

  font-family: "Open Sans", sans-serif !important;

  font-size: 16px;

  color: #1d1c1d;

  background: #fefefe;

}

a {

  text-decoration: none !important;

  color: #4456a2;

}

a:focus {

  box-shadow: none;

  outline: none !important;

}

.container {

  max-width: 1200px;

  width: 100%;

  margin: auto;

  padding: 0 15px;

}

button {

  cursor: pointer;

}

button:focus {

  outline: none !important;

}

.red-button {

  display: inline-block;

  font-size: 16px;

  font-weight: 400;

  padding: 7px 26px;

  border-radius: 5px;

  border: 1px solid #e90d0d;

  background: #e90d0d;

  color: #fff;

}

.grey-button {

  display: inline-block;

  font-size: 16px;

  font-weight: 400;

  padding: 7px 26px;

  border-radius: 5px;

  border: 1px solid #e0e0e0;

  background: #e0e0e0;

  color: #000;

}



.red-button:hover {

  border: 1px solid #e90d0d;

  background: #e90d0d;

  color: #fff;

}

.grey-button:hover {

  border: 1px solid #e0e0e0;

  background: #e0e0e0;

  color: #000;

}



/*-- header css --*/

.mlmpm-wrapper .mlmpm-header {

  padding: 10px 15px;

  border-bottom: 1px solid #f1f1f1;

  margin-bottom: 20px;

}

.mlmpm-wrapper .mlmpm-header .container {

  display: flex;

  align-items: center;

}

.mlmpm-wrapper .mlmpm-header .mlmpm-logo-section {

  width: 50px;

  height: 50px;

  padding: 0;

}

.mlmpm-wrapper .mlmpm-header .mlmpm-logo-section img {

  width: 100%;

  height: 100%;

}

.mlmpm-wrapper .mlmpm-header .mlmpm-custom-select {

  margin-left: auto;

}

.mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown {

  display: none;

}

.mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown-title span {

  font-weight: 700;

}

.mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown-title {

  font-size: 16px;

}



/*-- login CSS --*/

.mlmpm-login-page {

  margin: 0;

  position: absolute;

  top: 40%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form-title {

  padding: 15px;

  font-weight: 600;

  font-size: 34px;

  padding-bottom: 0;

  margin-top: 40px;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form {

  margin-top: 20px;

}

.mlmpm-wrapper .mlmpm-logo-section {

  text-align: center;

  padding-top: 35px;

}

.mlmpm-wrapper .mlmpm-logo-section img {

  max-width: 150px;

}

.mlmpm-wrapper .mlmpm-form-wrapper {

  min-width: 500px;

  margin: auto;

  max-width: 500px;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-group {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-form

  .mlmpm-signup-address

  .mlmpm-form-group

  .mlmpm-form-field:first-child {

  padding-left: 0 !important;

  padding-top: 0 !important;

  padding-bottom: 0 !important;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-form

  .mlmpm-signup-address

  .mlmpm-form-group

  .mlmpm-form-field:last-child {

  padding-right: 0 !important;

  padding-top: 0 !important;

  padding-bottom: 0 !important;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-form

  .mlmpm-form-group

  .mlmpm-form-field {

  width: 50%;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-field input {

  width: 100%;

  padding: 10px 7px !important;

  border: 1px solid #b6b6b6;

  height: auto;

  font-size: 16px;

  font-weight: 400 !important;

  border-radius: 5px;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-field label span {

  font-size: 14px;

  margin-left: 5px;

  color: #911517;

  font-weight: 400;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-field {

  padding: 10px 15px !important;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-form

  .mlmpm-form-field

  input::placeholder {

  color: #c3c3c3;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-field label {

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 8px !important;

  display: inline-block;

}

.changes-password-body .mlmpm-form .form-button {

  padding: 10px 15px !important;

}

.changes-password-body .mlmpm-form .form-button a {

  margin-left: 15px;

}

.changes-password-body {

  min-height: calc(100vh - 188px);

}

.mlmpm-red-button {

  padding: 15px 55px;

  background-color: #911517;

  font-weight: 400;

  font-size: 16px;

  color: #fff;

  border-radius: 5px;

  border: none;

  cursor: pointer;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-button-section {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 15px;

}

.mlmpm-wrapper .mlmpm-form-wrapper p {

  padding: 0px 10px;

  font-size: 14px;

  color: #555555;

  margin-top: 5px;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-form

  .mlmpm-form-field

  input:focus-visible {

  outline: none;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-signup-address input {

  margin-bottom: 20px;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-signup-address select {

  padding: 10px 7px !important;

  border: 1px solid #b6b6b6;

  height: 40px;

  font-weight: 400 !important;

  border-radius: 5px;

  display: block;

  width: 47%;

  font-size: 14px;

  position: relative;

  display: inline-block;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-form

  .mlmpm-signup-address

  select:focus-visible {

  outline: none;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-radio-button input {

  width: auto;

}







/*-- radio css --*/

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-radio-button

  .mlmpm-radio-option

  .mlmpm-radio-lable {

  display: block;

  position: relative;

  padding-left: 35px;

  cursor: pointer;

  font-size: 14px;

  margin-bottom: 18px !important;

  margin-top: 12px;

  font-weight: 400;

}

.mlmpm-form-wrapper

  .mlmpm-radio-button

  .mlmpm-radio-option

  .mlmpm-radio-lable

  input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

  left: 8px;

  bottom: 3px;

}

.mlmpm-form-wrapper

  .mlmpm-radio-button

  .mlmpm-radio-option

  .mlmpm-radio-lable

  .mlmpm-checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 18px;

  width: 18px;

  border: 1px solid #eee;

  border-radius: 50%;

}

.mlmpm-form-wrapper

  .mlmpm-radio-button

  .mlmpm-radio-option

  .mlmpm-radio-lable

  .mlmpm-checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



.mlmpm-form-wrapper

  .mlmpm-radio-button

  .mlmpm-radio-option

  .mlmpm-radio-lable

  input:checked

  ~ .mlmpm-checkmark:after {

  display: block;

}



.mlmpm-form-wrapper

  .mlmpm-radio-button

  .mlmpm-radio-option

  .mlmpm-radio-lable

  .mlmpm-checkmark:after {

  top: 1px;

  left: 1px;

  width: 10px;

  height: 10px;

  border-radius: 50%;

  background: #4456a2;

  bottom: 0;

  right: 0;

  margin: auto;

}



/*-- checkbox css --*/

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-checkbox

  .mlmpm-check-option

  .mlmpm-check-lable {

  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 12px;

  cursor: pointer;

  margin-bottom: 18px !important;

  margin-top: 12px;

  font-weight: 400 !important;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-checkbox

  .mlmpm-check-option

  .mlmpm-check-lable

  input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

  height: 20px !important;

  width: 20px !important;

  left: 5px;

}

.mlmpm-wrapper

  .mlmpm-form-wrapper

  .mlmpm-checkbox

  .mlmpm-check-option

  .mlmpm-check-lable

  .mlmpm-checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 20px;

  width: 20px;

  border: 1px solid #eee;

}

.mlmpm-checkbox .mlmpm-check-option .mlmpm-check-lable .mlmpm-checkmark:after {

  content: "";

  position: absolute;

  display: none;

}

.mlmpm-checkbox

  .mlmpm-check-option

  .mlmpm-check-lable

  input:checked

  ~ .mlmpm-checkmark:after {

  display: block;

}

.mlmpm-checkbox .mlmpm-check-option .mlmpm-check-lable .mlmpm-checkmark:after {

  left: 6px;

  top: 2px;

  width: 3px;

  height: 7px;

  border: solid #4456a2;

  border-width: 0 3px 3px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-subtitle {

  padding-left: 15px;

  font-size: 18px;

  font-weight: 600;

}

.mlmpm-wrapper .mlmpm-signup-form {

  min-width: 600px;

}

.mlmpm-signup-mobile {

  display: none;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-signup-address p {

  margin-bottom: 10px;

  padding-left: 0;

  margin-top: 0;

  font-size: 12px;

}

.mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-signup-address label {

  margin-bottom: 2px !important;

}

/*-- member profile css --*/

.mlmpm-member-step-wrapper .mlmpm-progress-tracker {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 40px !important;

  max-width: 700px;

  margin: auto;

}

.mlmpm-member-step-wrapper .mlmpm-progress-tracker .mlmpm-progress-step h4 {

  font-weight: 600;

}

.mlmpm-member-step-wrapper

  .mlmpm-progress-tracker

  .mlmpm-progress-step

  .mlmpm-progress-marker {

  padding: 8px;

  text-align: center;

  border: 3px solid #c5c5c5;

  border-radius: 50px;

  width: 45px;

  color: #c5c5c5;

}

.mlmpm-member-step-wrapper

  .mlmpm-progress-tracker

  .mlmpm-progress-step.is-complete

  .mlmpm-progress-marker {

  background: #4456a2;

  border-color: #4456a2;

  color: #fff;

}

.mlmpm-member-step-wrapper .mlmpm-progress-tracker .mlmpm-progress-step h3 {

  font-size: 14px;

  font-weight: 500;

  margin-top: 8px;

  text-align: center;

}

.mlmpm-member-step-wrapper .mlmpm-progress-tracker .mlmpm-progress-step {

  position: relative;

  align-items: center;

  display: flex;

  flex-direction: column;

}

.mlmpm-member-step-wrapper .mlmpm-progress-tracker .mlmpm-progress-step:after {

  content: "";

  position: absolute;

  background: #c5c5c5;

  width: 420px;

  height: 3px;

  border-radius: 50px;

  left: 110px;

  top: 21px;

}

.mlmpm-member-step-wrapper

  .mlmpm-progress-tracker

  .mlmpm-progress-step.is-complete:after {

  background: #4456a2;

}

.mlmpm-member-step-wrapper

  .mlmpm-progress-tracker

  .mlmpm-progress-step:last-child:after {

  content: none;

}

/*-- step css --*/

.mlmpm-member-step-wrapper .mlmpm-form-wrapper .mimpm-steplist {

  font-size: 24px;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper .mimpm-steplist h4 {

  font-size: 18px;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper .mimpm-steplist a {

  font-size: 16px;

  display: inline-block;

  font-weight: 400;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper .mlmpm-button-section {

  margin-top: 30px;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper p {

  padding: 15px;

  margin-top: 30px;

  background-color: #f4f4f4;

  line-height: 22px;

  color: #000;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper {

  min-width: 600px !important;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper .mlmpm-side-line {

  width: 1px;

  background: #c5c5c5;

  height: auto;

  margin-top: 11px;

}

.mlmpm-member-step-wrapper

  .mlmpm-form-wrapper.mlmpm-step-two

  .mlmpm-upload-section {

  display: flex;

}

.mlmpm-member-step-wrapper

  .mlmpm-step-two

  .mlmpm-upload-section

  ul

  li

  .mlmpm-upload-button {

  padding: 6px 20px;

  border: 1px solid #4456a2;

  font-weight: 400;

  font-size: 14px;

  color: #4456a2;

  border-radius: 5px;

  cursor: pointer;

  margin-top: 10px;

  max-width: 120px;

  text-align: center;

}

.mlmpm-member-step-wrapper .mlmpm-step-two .mlmpm-upload-section ul li:after {

  content: "";

  background: #c5c5c5;

  width: 20px;

  left: -25px;

  height: 1px;

  position: absolute;

  top: 11px;

}

.mlmpm-member-step-wrapper .mlmpm-step-two .mlmpm-upload-section ul li {

  margin-left: 25px;

  position: relative;

  font-weight: 700;

  margin-bottom: 40px;

}

.mlmpm-member-step-wrapper .mlmp-step-progress-two {

  max-width: 280px;

}

.mlmpm-member-step-wrapper .mlmp-step-progress-two .mlmpm-progress-step:after {

  left: 55px;

  width: 170px;

}

.mlmpm-member-step-wrapper .mlmpm-form-wrapper.mlmpm-step-two h2 {

  margin: 10px 0px 30px 0;

}

.mlmpm-member-step-wrapper

  .mlmpm-step-two

  .mlmpm-upload-section

  ul

  li:last-child {

  margin-bottom: 0;

}

.mlmpm-member-step-wrapper

  .mlmpm-form-wrapper

  .mimpm-steplist

  .mlmpm-step-one-text {

  font-size: 18px;

  margin-top: 15px;

  font-weight: 700;

}

.mlmpm-member-success p {

  text-align: center;

  font-size: 24px;

  margin: 0;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-right: -50%;

  transform: translate(-50%, -50%);

  max-width: 820px;

  font-weight: 600;

}

.mlmpm-member-step-wrapper .mlmpm-step-two {

  position: unset !important;

  margin: auto !important;

  transform: unset !important;

  background: none !important;

}



/*-- Message page css --*/

.mlmpm-message-wrapper {

  margin-top: 50px !important;

  min-height: calc(100vh - 215px);

  max-width: 100% !important;

}

.mlmpm-message-wrapper .mlmpm-left-sidebar {

  width: 240px;

  bottom: 0;

  height: auto;

  float: left;

  margin-right: 20px;

  display: block;

}

.mlmpm-message-wrapper .mlmpm-compose-button a {

  font-size: 16px;

  border: 1px solid;

  background: #4456a2;

  color: #fff;

  padding: 10px 20px;

  border-radius: 5px;

  width: 100%;

  display: block;

  text-align: center;

  font-weight: 600;

}

.mlmpm-message-wrapper .mlmpm-compose-button a i {

  font-size: 14px;

  margin-right: 2px;

  position: relative;

  top: -1px;

}



.mlmpm-message-wrapper .mlmpm-left-sidebar .mlmpm-tab-section {

  border: 1px solid #f1f1f1;

  background-color: #fff;

  display: flex;

  flex-direction: column;

  margin-top: 15px;

  border-radius: 5px;

  overflow: hidden;

}

.mlmpm-message-wrapper .mlmpm-left-sidebar .mlmpm-tab-section .tablinks {

  background-color: #fff;

  border: none;

  outline: none;

  cursor: pointer;

  padding: 8px 16px;

  transition: 0.3s;

  font-size: 16px;

  text-align: left;

  border-bottom: 1px solid #f1f1f1;

  position: relative;

  padding-right: 55px;

  color: #1d1c1d;

}



.mlmpm-message-wrapper .mlmpm-left-sidebar .mlmpm-tab-section .tablinks:hover {

  background: #4456a2 !important;

  color: #fff;

}

.mlmpm-message-wrapper .mlmpm-left-sidebar .mlmpm-tab-section .tablinks.active {

  background: #4456a2;

  color: #fff;

}



.mlmpm-message-wrapper

  .mlmpm-left-sidebar

  .mlmpm-tab-section

  .tablinks:hover

  .label {

  background: #4456a2 !important;

  color: inherit;

}



.mlmpm-message-wrapper

  .mlmpm-left-sidebar

  .mlmpm-tab-section

  .tablinks.active

  .label {

  background: #4456a2 !important;

  color: inherit;

}

.mlmpm-message-wrapper

  .mlmpm-left-sidebar

  .mlmpm-tab-section

  .tablinks:last-child {

  border-bottom: none;

}

.mlmpm-message-wrapper .mlmpm-left-sidebar .mlmpm-tab-section .tablinks i {

  margin-right: 5px;

  font-size: 12px;

  position: relative;

  top: -1px;

}

.mlmpm-message-wrapper .mlmpm-left-sidebar .mlmpm-tab-section .tablinks .label {

  background: #fb0e0e;

  padding: 4px 8px;

  font-size: 14px;

  font-weight: 600;

  border-radius: 15px;

  text-align: center;

  position: absolute;

  top: 10px;

  right: 8px;

  line-height: 16px;

  color: #fff;

}

.mlmpm-message-wrapper

  .mlmpm-left-sidebar

  .mlmpm-tab-section

  .tablinks

  .label.green-color {

  background: #1f7d14;

  color: #fff;

}

.mlmpm-message-wrapper .mlmpm-right-content {

  display: flex;

  flex-direction: column;

  width: calc(100% - 260px);

}

.mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section {

  border: 1px solid #f1f1f1;

  border-radius: 5px;

  height: 100%;

}

.mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content ul h4.not-found-title {

  padding: 50px;

  text-align: center;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-message-box .wp-media-buttons {

  display: none;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-heading {

  font-size: 20px;

  border-bottom: 1px solid #f1f1f1;

  padding: 10px 20px 10px;

  margin: 0 !important;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details

  .download-button

  a.button {

  height: 30px;

  width: 30px;

  background: #f1f1f1;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px;

  cursor: pointer;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-heading i {

  font-size: 14px;

  margin-right: 6px;

  position: relative;

  top: -2px;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-subject-form-group {

  border: 1px solid #f1f1f1;

  border-radius: 5px;

  display: flex;

  margin: 15px;

  margin-bottom: 15px !important;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-subject-form-group

  .mlmpm-subject-content {

  padding: 10px 40px;

  background: #f1f1f1;

  font-weight: 600;

  font-size: 16px;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-subject-form-group input {

  width: 100%;

  padding: 12px;

  border: none;

  font-size: 16px;

  line-height: 0;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-message-box

  .mce-statusbar {

  display: none;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-message-box {

  padding: 0 15px;

  margin-bottom: 30px;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-subject-form-group

  input:focus {

  outline: none;

}



.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-attach-section {

  overflow: hidden;

  display: inline-block;

  cursor: pointer;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-attach-section

  .btn {

  border: none;

  color: #333;

  padding: 8px 20px;

  border-radius: 8px;

  font-size: 14px;

  font-weight: 700;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-attach-section

  input[type="file"] {

  font-size: 8px;

  position: absolute;

  left: 30px;

  top: 18px;

  opacity: 0;

  height: 26px;

}

.pagination-section {

  margin-top: 10px;

}



.pagination-section .page-numbers {

  font-size: 14px;

  border: 1px solid #eaeaea;

  padding: 5px 10px;

  line-height: 22px;

  color: #4456a2;

}



.pagination-section .page-numbers.current {

  color: #000;

}

.pagination-section .page-numbers:focus {

  outline: none;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-send-section {

  padding: 15px 20px;

  background: #f1f1f1;

  position: relative;

  display: flex;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-send-section

  .mlmpm-send-button {

  font-size: 16px;

  padding: 10px 16px;

  border-radius: 5px;

  border: 1px solid #4456a2;

  background: #4456a2;

  color: #fff;

  float: right;

  cursor: pointer;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-send-section

  .mlmpm-send-button

  i {

  font-size: 14px;

  padding-right: 4px;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content {

  padding: 0 20px;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details {

  display: flex;

  align-items: flex-start;

  padding: 11px 0;

  border-bottom: 1px solid #f1f1f1 !important;

  position: relative;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  li:last-child

  .Message-details {

  border: 0px !important;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details

  .user-details {

  width: 150px;

  margin-right: 10px;

  font-weight: 400;

  color: #555;

  margin-top: 0;

  margin-bottom: 0;

  font-size: 16px;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details

  .user-details

  span {

  font-weight: 600;

  color: #000;

  font-size: 16px;

  max-width: calc(100% - 20px);

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: inline-block;

  padding-left: 5px;

  vertical-align: middle;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  ul {

  padding-left: 0;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details

  .user-details

  a {

  text-decoration: none;

  color: #555;

  font-weight: 400;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details

  .view-message {

  width: calc(100% - 160px);

  margin-right: 15px;

  font-size: 16px;

  line-height: 22px;

  display: flex;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details

  .delete-content {

  display: flex;

  align-items: flex-start;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .Message-details

  .delete-content

  i {

  color: #ff0000;

  cursor: pointer;

  font-size: 16px;

}



ul.reply-message-element {

  padding-left: 0;

}



ul.reply-message-element li.mlmpm-message-content {

  margin-top: 35px;

}



ul.reply-message-element

  li

  .mlmpm-message-content

  .mlmpm-content-details

  .mlmpm-user-details

  h5 {

  font-size: 16px;

  font-weight: 600;

  margin: 0;

}



ul.reply-message-element

  li.mlmpm-message-content

  .mlmpm-content-details

  .mlmpm-user-details {

  display: flex;

}



ul.reply-message-element

  li.mlmpm-message-content

  .mlmpm-content-details

  .mlmpm-user-details

  h5 {

  margin: 0;

  font-size: 16px;

  font-weight: 600;

}



ul.reply-message-element

  li.mlmpm-message-content

  .mlmpm-content-details

  .mlmpm-user-details

  span.mlmpm-message-time {

  font-size: 14px;

  margin-left: 10px;

  color: #796e6e;

  font-weight: 400;

}

ul.reply-message-element li.mlmpm-message-content .mlmpm-content-details p {

  margin-top: 8px;

  font-size: 16px;

  line-height: 24px;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-view-section

  .reply-message-element {

  margin-top: 0px;

}

.mlmpm-wrapper {

  margin-top: 0 !important;

  margin-bottom: 0 !important;

}

.mlmpm-body {

  padding-top: 20px;

  padding-bottom: 20px;

  min-height: calc(100vh - 219px);

}

.mlmpm-body .container {

  display: flex;

  width: 100%;

  min-height: calc(100vh - 228px);

}

.mlmpm-body .container .dashboard-content {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 85%;

  margin: auto;

}

.mlmpm-body .container .dashboard-content ul {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  width: 100%;

}

.mlmpm-body .container .dashboard-content ul li {

  width: 33.33%;

  padding: 15px;

}

.mlmpm-body .container .dashboard-content ul li a {

  padding: 10px;

  border: 1px solid #4456a2;

  display: flex;

  align-items: center;

  flex-direction: column;

  height: 200px;

  justify-content: center;

  border-radius: 6px;

  transition: all ease-in 0.3s;

}

.mlmpm-body .container .dashboard-content ul li a i {

  font-size: 65px;

  margin-bottom: 20px;

}

.mlmpm-body .container .dashboard-content ul li a h4 {

  margin: 0;

  font-weight: 400;

  font-size: 16px;

  text-align: center;

}

.mlmpm-body .container .dashboard-content ul li a:hover {

  background: #4456a2;

  color: #ffffff;

  transition: all ease-in 0.3s;

} 

#uploaded_images {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  margin-top: 15px;

}



#uploaded_images .uploaded-image {

  width: 60px;

  height: 60px;

  margin-right: 10px;

  border: 1px solid #f1f1f1;

  position: relative;

  cursor: default;

  overflow: hidden;

}



#uploaded_images .uploaded-image img {

  height: 100%;

  width: 100%;

  object-fit: cover;

}



#uploaded_images .uploaded-image .delete-image {

  position: absolute;

  top: 2px;

  right: 2px;

  width: 10px;

  height: 10px;

  padding: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: #0000007a;

  color: #fff;

}



#uploaded_images .uploaded-image .delete-image i {

  font-size: 12px;

  color: #fff;

}



/*--  Message view Section --*/

.mlmpm-message-body {

  min-height: calc(100vh - 217px);

}

.mlmpm-message-body .container {

  display: flex;

  flex-wrap: wrap;

  height: 100%;

  min-height: calc(100vh - 217px);

}

.mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-view-section {

  padding: 20px;

  max-height: calc(100vh - 250px);

  overflow-y: auto;

}

.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-message-heading {

  font-size: 18px;

  margin: 0;

  margin-top: 30px;

  font-weight: 500;

}

.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-message-heading span {

  font-weight: 700 !important;

}

.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-view-section

  .reply-message-element

  .mlmpm-message-content {

  margin-top: 20px;

}

.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-user-info-block {

  margin-top: 0px;

  display: flex;

  justify-content: space-between;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-left-block {

  display: flex;

  align-items: center;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-left-block

  .user-image {

  height: 50px;

  width: 50px;

  border-radius: 50%;

  background: #f1f1f1;

  overflow: hidden;

  margin-right: 10px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-left-block

  .user-image

  img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-left-block

  h4 {

  font-size: 16px;

  font-weight: 600;

  margin: 0;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-left-block

  h4

  span {

  font-size: 14px;

  margin-left: 10px;

  color: #796e6e;

  font-weight: 400;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-left-block

  p {

  font-size: 14px;

  margin-top: 2px;

  color: #4456a2;

}



.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block {

  display: flex;

  align-items: center;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block

  .star-icon {

  position: relative;

  cursor: pointer;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block

  .star-icon:hover

  i:after {

  position: absolute;

  height: 30px;

  width: 30px;

  background: #afafaf2e;

  content: "";

  border-radius: 50%;

  top: -4px;

  left: -7px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block

  .star-icon.active

  i:before {

  content: "\f005";

  font-weight: 900;

  color: #d6d800;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block

  .content-box-icon {

  border: 1px solid #ddd;

  height: 30px;

  width: 100%;

  margin-left: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 3px;

  cursor: pointer;

  padding: 12px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block

  .content-box-icon:hover {

  background: #f1f1f1;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-user-info-block

  .mlmpm-right-block

  .content-box-icon

  i {

  font-size: 14px;

  color: #585858;

  margin-right: 5px;

}

.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-message-details {

  margin-top: 15px;

}

.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-message-details p {

  margin-top: 8px;

  font-size: 16px;

  line-height: 28px;

}



.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-attach-file {

  display: flex;

  align-items: center;

  margin-top: 20px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details {

  border: 1px solid #f1f1f1;

  border-radius: 5px;

  text-align: center;

  margin-right: 10px;

  min-width: 150px;

  position: relative;

  margin-bottom: 10px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details

  .download-button {

  position: absolute;

  top: 0;

  right: 0;

  height: 30px;

  width: 30px;

  background: #f1f1f1;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 5px;

  cursor: pointer;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details

  .download-button

  i {

  color: #1d1c1d;

  font-size: 14px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details

  .mlmpm-file-icon {

  font-size: 40px;

  padding: 16px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details

  .mlmpm-file-icon

  i {

  font-size: 45px;

}

.mlmpm-message-wrapper

  .mlmpm-message-view-section

  .mlmpm-attach-file

  .mlmpm-file-details

  .mlmpm-file-name {

  background: #f1f1f1;

  padding: 5px;

  font-size: 14px;

  max-width: 160px;

  overflow: hidden;

  text-align: center;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-attach-file ul {

  padding-left: 0;

}



.mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-attach-file ul li {

  display: inline-block;

}

.mlmpm-message-wrapper .mlmpm-message-view-section button.mlmpm-reply-button {

  border: 1px solid #ddd;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 3px;

  cursor: pointer;

  padding: 10px 12px;

  background: none;

  color: #000;

  font-size: 14px;

  font-weight: 400;

  margin-top: 30px;

  margin-bottom: 20px;

}

.mlmpm-message-wrapper .mlmpm-message-view-section button.mlmpm-reply-button i {

  margin-right: 5px;

  font-size: 12px;

}

#reply_box .mlmpm-message-box {

  padding: 0;

}

#reply_box .mlmpm-message-box {

  padding: 0;

  margin-bottom: 0;

}



.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-attach-section

  .upload-text {

  font-size: 16px;

  line-height: 22px;

}



.mlmpm-message-wrapper

  .mlmpm-right-content

  .mlmpm-message-section

  .mlmpm-attach-section

  .upload-text

  i {

  margin-right: 5px;

}

/*-- footer css --*/

.mlmpm-footer {

  background-color: #484d56;

  padding: 15px 12px;

  color: #cec8c8;

  font-size: 12px;

  text-align: center;

  margin-top: 50px !important;

  max-width: 100% !important;

}

.mlmpm-footer .container p {

  padding: 4px;

  color: #fff;

  margin-bottom: 5px;

  font-weight: 500;

}

.mlmpm-footer a {

  color: #fff;

}

.not-found-title {

  padding: 0px 20px;

}

/*-- backend css --*/

.message_to {

  padding: 0 15px;

  margin-top: 15px;

}



.message_to select {

  min-width: 200px;

  margin-bottom: 10px;

}



.error-block {

  border: 2px solid #e90d0d;

  padding: 6px;

  color: #e90d0d;

  max-width: 100% !important;

  text-align: center;

}

/*-- Start Popup --*/

.mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details .delete-modal {

  position: fixed;

  top: 0;

  right: 0px;

  background: rgba(0, 0, 0, 0.3);

  z-index: 9;

  left: 0;

  height: 100vh;

}

.mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details .delete-modal .modal-content {

  background: #fff;

  max-width: 400px;

  position: absolute;

  left: 0;

  right: 0;

  margin: auto;

  top: 50%;

  padding: 30px 15px;

  width: 100%;

  border-radius: 5px;

  transform: translateY(-50%);

}



.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-Message-List-content .delete-modal p {

  font-size: 16px;

  line-height: 26px;

  margin: 0;

  padding-bottom: 10px;

  margin-bottom: 20px;

  text-align: center;

}

.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .delete-modal

  .button-group

  button {

  margin-right: 5px;

}



.mlmpm-message-wrapper

  .mlmpm-message-section

  .mlmpm-Message-List-content

  .delete-modal

  .button-group {

  text-align: center;

  display: flex;

  justify-content: center;

}

/*backend search*/

.mlmpm-message-wrapper .message-list-top-section {

  display: flex;

  align-items: center;

  margin-bottom: 15px;

}



.mlmpm-message-wrapper .message-list-top-section .mlmpm-compose-button {

  margin-left: auto;

}



.mlmpm-message-wrapper .message-list-top-section input {

  padding: 7px;

  border-color: #ddd;

}



.mlmpm-message-wrapper .message-list-top-section #search_submit {

  color: #4456a2;

  padding: 7px 20px;

}

.mlmpm-message-wrapper .message-back-page {

  border: none;

  margin-bottom: 15px;

}



.mlmpm-message-wrapper .message-back-page a {

  font-size: 16px;

  border: 1px solid;

  background: #4456a2;

  color: #fff;

  padding: 10px 20px;

  border-radius: 5px;

  width: 100%;

  display: block;

  text-align: center;

  font-weight: 600;

}

.mlmpm-message-wrapper .message-list-top-section .message-back-page {

  margin-bottom: 0;

}

.mlmpm-message-wrapper

  .mlmpm-Message-List-content

  .Message-details

  .view-message

  span {

  margin-left: auto;

  font-size: 14px;

  color: #555;

}



.dropdown.active {

  display: block !important;

  position: absolute;

  height: auto;

  width: 240px;

  background: #fff;

  right: 10px;

  box-shadow: 0px 3px 3px #999;

  z-index: 99;

}



.dropdown li a {

  padding: 10px 10px;

  display: inline-block;

  width: 100%;

}



.dropdown li a:hover {

  background: #eee;

}



.alert-danger {

  color: #842029;

  background-color: #f8d7da;

  border-color: #f5c2c7;

}



.alert {

  position: relative;

  padding: 1rem 1rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  border-radius: 0.25rem;

}



.mlmp-members-headers-menus a {

  display: inline-block;

  padding: 5px 15px;

  font-size: 16px;

}



.alert-success {

  color: #0f5132;

  background-color: #d1e7dd;

  border-color: #badbcc;

}



p {

  margin-bottom: 15px;

  line-height: 1.6em;

}



ul.mlmpm-release-ul {

  margin-left: 40px;

  padding-left: 0px;

}



.mlmp-members-application-documents .mlmpm-form-field {

  margin: 25px 0px;

}



.mlmp-members-application-documents

  .mlmpm-form-field

  .mlmpm-form-field-control {

  margin-top: 5px;

}

.mlmpm-message-wrapper .mlmpm-message-section .mlmpm-message-box textarea {

  font-size: 16px;

}

.form-button.account-setting-button a {

  margin-left: 15px;

}

.form-button.account-setting-button {

  padding: 10px 15px;

}

.delete-modal .d_message p {

  color: #009900;

  margin-bottom: 0 !important;

  margin-top: 10px !important;

}

.jquery-modal.blocker.current {

  z-index: 999;

}

#delete-upload-modal p {

  text-align: center;

  margin-top: 10px;

}

#delete-upload-modal .button-group {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px 0;

}

#delete-upload-modal .button-group button {

  margin: 0 5px;

}



/*-- Application Status --*/

.application-status-wrap .status-block {

  border: 1px solid #eaeaea;

  padding: 15px;

  border-radius: 5px;

  margin-top: 25px;

  margin-bottom: 15px;

}

.application-status-wrap .status-block li {

  margin-bottom: 25px;

}

.application-status-wrap .status-block li p {

  margin-bottom: 0;

  color: #555555;

  margin-top: 5px;

}

.application-status-wrap .status-block li:last-child {

  margin-bottom: 0px;

}

.application-status-wrap .disclaimer-block p {

  margin-bottom: 0;

  font-size: 13px;

}

.application-status-wrap .disclaimer-block p span {

  color: #ff0000;

  font-weight: bold;

}

.application-status-wrap .status-title-section {

  margin-bottom: 25px;

}

.application-status-wrap .status-title-section h4 {

  font-size: 20px;

}

.application-status-wrap .status-title-section h4 span {

  color: #4456a2;

}

.application-status-wrap h5 {

  font-size: 18px;

  font-weight: normal;

}



.mlmpm-form-field-control .mlmpm-file-details {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.mlmpm-form-field-control .mlmpm-file-details .mlmpm-file-icon {

  margin-right: 10px;

  width: 36px;

  height: 36px;

  border: 1px solid #eaeaea;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  border-radius: 3px;

}



.mlmpm-form-field-control .mlmpm-file-details .mlmpm-file-icon i {

  font-size: 20px;

}



.mlmpm-form-field-control .mlmpm-file-details .mlmpm-file-info {

  width: calc(100% - 50px);

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}



.mlmpm-form-field-control .mlmpm-file-details .mlmpm-file-info .mlmpm-file-name {

  width: calc(100% - 50px);

  padding-right: 15px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.mlmpm-form-field-control .mlmpm-file-details .mlmpm-file-info .download-button {

  margin-left: auto;

  width: 50px;

  align-items: center;

  display: flex;

  justify-content: center;

}

.mlmpm-form-field-control .mlmpm-file-details .mlmpm-file-info .mlmpm-file-name a {

  text-decoration: none;

}

.back-btn {

  display: inline-block;

  font-size: 14px;

  border: 1px solid #e0e0e0;

  padding: 8px;

  border-radius: 5px;

  color: #757575;

  cursor: pointer;

  margin-bottom: 20px;

}

.back-btn i {

  font-size: 12px;

  margin-right: 5px;

  position: relative;

  top: -1px;

}

.mlmp-members-application-documents img.upload-image {
  max-width: 100px;
  max-height: 100px;
}


/*-- Start Responsive --*/



@media only screen and (max-width: 991px) {

  .entry .entry-content,

  .entry .entry-summary {

    max-width: 100% !important;

    margin: 0 !important;

    padding: 0px !important;

  }

  .mlmpm-message-wrapper .mlmpm-left-sidebar {

    width: 200px;

  }

}



@media only screen and (max-width: 767px) {

  .mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form-title {

    font-size: 26px;

    padding: 15px 0;

    margin-top: 20px;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper {

    min-width: 100%;

    margin: 20px 0;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper h1 {

      font-size: 26px;

      font-weight: 600;

  }

  .mlmpm-login-page {

    top: 48%;

    width: 100%;

  }

  .mlmpm-wrapper

    .mlmpm-form-wrapper

    .mlmpm-form

    .mlmpm-button-section

    .mlmpm-signup {

    display: none;

  }

  .mlmpm-signup-mobile {

    text-align: center;

    padding: 15px;

    display: block;

  }

  .mlmpm-wrapper

    .mlmpm-form-wrapper

    .mlmpm-form

    .mlmpm-signup-address

    .mlmpm-form-group

    .mlmpm-form-field:last-child {

    padding: 0 !important;

  }

  .mlmpm-wrapper

    .mlmpm-form-wrapper

    .mlmpm-form

    .mlmpm-signup-address

    .mlmpm-form-group

    .mlmpm-form-field:first-child {

    padding: 0 !important;

  }

  .mlmpm-wrapper

    .mlmpm-form-wrapper

    .mlmpm-form

    .mlmpm-form-group

    .mlmpm-form-field {

    width: 100%;

    padding: 5px 0px !important;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-group {

    display: block;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-signup-address select {

    width: 100%;

  }

  .mlmpm-message-wrapper .mlmpm-left-sidebar {

    width: 100%;

    float: none;

    margin-right: 0;

    display: block;

    margin-bottom: 15px;

  }

  .mlmpm-message-wrapper {

    margin-top: 20px !important;

    min-height: 100%;

  }

  .mlmpm-message-wrapper

    .mlmpm-message-section

    .mlmpm-send-section

    .mlmpm-send-button {

    padding: 10px 10px;

    float: none;

    margin-bottom: 10px;

  }

  .mlmpm-message-wrapper

    .mlmpm-right-content

    .mlmpm-message-section

    .mlmpm-attach-section {

    display: block;

    cursor: pointer;

  }

  #uploaded_images {

    margin-top: 10px;

    margin-bottom: 10px;

  }

  .mlmpm-wrapper .mlmpm-header {

    padding: 5px 0px;

    margin-bottom: 0;

  }

  .mlmpm-body .container .dashboard-content ul {

    width: 100%;

    margin: -15px;

  }

  .mlmpm-body .container .dashboard-content {

    width: 100%;

  

  }

  .mlmpm-body .container .dashboard-content ul li {

    width: 50%;

    padding: 10px;

  }

  .mlmpm-footer {

    margin-top: 0px !important;

  }

  .mlmpm-body .container .dashboard-content ul li a {

    height: 110px;

  }

  .mlmpm-body .container .dashboard-content ul li a i {

    font-size: 40px;

    margin-bottom: 10px;

  }

  .mlmpm-body .container .dashboard-content ul li a h4 {

    font-size: 14px;

    text-align: center;

  }

  .mlmpm-body {

    min-height: calc(100vh - 107px);

  }

  .mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown-title {

    font-size: 15px;

    padding-right: 0;

  }

  .mlmp-members-headers-menus a {

    padding: 5px 5px;

    font-size: 15px;

  }

  .mlmpm-red-button {

    padding: 13px 35px;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form {

    margin-top: 0;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-form-field {

    padding: 10px 0px !important;

  }

  .mlmpm-wrapper .mlmpm-form-wrapper .mlmpm-form .mlmpm-button-section {

    padding: 15px 0;

  }

  .changes-password-body {

    min-height: calc(100vh - 147px);

  }

  .changes-password-body .mlmpm-form .form-button {

    padding: 10px 0px !important;

  }

  .mlmpm-message-body {

    min-height: calc(100vh - 127px);

  }

  .mlmpm-message-body .container {

    min-height: auto;

  }

  .mlmpm-message-wrapper .mlmpm-right-content {

    width: 100%;

  }

  

  .mlmpm-message-wrapper .mlmpm-message-section .mlmpm-heading {

    font-size: 16px;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section {

    margin-bottom: 20px;

  }

  .mlmpm-message-wrapper .mlmpm-message-section .mlmpm-message-box textarea {

    max-height: 200px;

  }

  #uploaded_images .uploaded-image {

    width: 40px;

    height: 40px;

  }

  .mlmpm-steps-section {

    display: none;

  }

  .mlmpm-pdf-form-wrapper .mlmpm-form-title {

    margin: 20px 0 0px 0;

    font-size: 26px;

    font-weight: 600;

  }

  .mlmpm-pdf-form-wrapper .mlmpm-form table {

    overflow: scroll;

    display: block;

  }

  .mlmpm-pagination-section {

    margin-bottom: 20px;

  }

  .mlmpm-pagination-section .mlmpm-red-button {

      float: none !important;

      display: block;

      margin: auto;

  }

  .mlmpm-pagination-section .page-count {

      display: block !important;

      text-align: center !important;

      width: 100% !important;

      padding: 15px !important;

  }

  .mlmpm-pagination-section {

    margin-bottom: 20px !important;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content li:last-child .Message-details {

    flex-wrap: wrap;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details .user-details {

    margin-right: 25px;

    margin-bottom: 5px;

    width: 100%;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details .view-message {

    width: 100%;

    margin-right: 0px;

    flex-wrap: wrap;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details {

    flex-wrap: wrap;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details .view-message a {

    display: block;

    width: 100%;

  }

  .mlmpm-message-wrapper .mlmpm-Message-List-content .Message-details .view-message span {

    margin-left: 0;

    margin-top: 4px;

  }

  .mlmpm-message-wrapper .mlmpm-right-content .mlmpm-message-section .mlmpm-Message-List-content .Message-details .delete-content {

    position: absolute;

    right: 0px;

  }

  ul.reply-message-element li.mlmpm-message-content .mlmpm-content-details .mlmpm-user-details span.mlmpm-message-time, .mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-user-info-block .mlmpm-left-block h4 span {

    margin-left: 0;

  }

  .mlmpm-message-wrapper .mlmpm-message-view-section .mlmpm-message-heading {

    margin-top: 0;

  }

  .form-button.account-setting-button {

    padding: 10px 0px;

  }



  .mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown-title span {

    font-weight: 700;

    display: inline-flex;

    align-items: center;

  }

  .mlmp-members-headers-menus a i {

    font-size: 24px;

  }

  .mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown-title span .fa-user-circle {

    margin-right: 5px;

  }

  .mlmpm-wrapper .mlmpm-header .mlmpm-custom-select .dropdown a i {

    font-size: 14px;

  }

}

