/*
 * @file
 * Overall specifications for Conference Lite.
 */
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-rendering: optimizeLegibility;
  padding-bottom: 0px !important;
}


/*Paragraphs and links*/
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p.large {
  font-size: 22px;
  line-height: 1.45;
}
p.extra-large {
  font-size: 26px;
  line-height: 1.30;
}
p.highlighted {
  background-color: #f7f7f7;
  display: inline-block;
  padding: 10px 40px;
  margin-bottom: 45px;
  border-radius: 50px;
  font-size: 16px;
}
.region--gray-background p.highlighted {
  background-color: #ffffff;
}
.region--light-typography p.highlighted {
  background-color: rgba(255, 255, 255, 0.1);
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none;
 text-decoration: none ;
}
.region--light-typography.region--dark-background a.is-active {
  color: #ddd;
}
a.link--bordered,
.link--bordered a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
}
a.link--bordered:hover,
.link--bordered a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-decoration: none;
  border-color: transparent;
}
.region--dark-typography a.link--bordered,
.region--dark-typography .link--bordered a {
  color: #575757;
}
.region--light-typography a.link--bordered,
.region--light-typography .link--bordered a {
  border-color: var(--menulink);
  text-decoration: none;
}
.region--light-typography a.link--bordered:hover,
.region--light-typography .link--bordered a:hover {
  border-color: transparent;
  text-decoration: none;
}
a.link--hover-style-2,
.link--hover-style-2 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
}
a.link--hover-style-2:before,
.link--hover-style-2 a:before {
  font-family: "fontello";
  content: "\f105";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}
a.link--hover-style-2:hover,
.link--hover-style-2 a:hover {
  padding-left: 20px;
  text-decoration: none;
}
a.link--hover-style-2:hover:before,
.link--hover-style-2 a:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}
.region--light-typography a.link--hover-style-2:before,
.region--light-typography .link--hover-style-2 a:before {
  color: #ffffff;
}
.link--hover-style-3 {
  background-repeat: repeat-x;
  background-size: 0px 0px;
  background-position: 0 25%;
  transition: 150ms ease-in-out;
}
.link--hover-style-3:hover {
  background-size: 1.2em 1.4em;
  color: #ffffff;
  text-decoration: none;
}
.region--light-typography .link--hover-style-3:hover {
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.region--light-typography.region--dark-background .text--dark {
  color: #ffffff;
}
.region--light-typography.region--colored-background .text--colored {
  color: #ffffff;
}
.text--drop-cap:first-letter {
  float: left;
  font-size: 2.77em;
  line-height: 0.8;
  padding-top: 9px;
  padding-right: 12px;
}
.drop-cap {
  text-align: center;
  display: inline-block;
  font-size: 1.66em;
  line-height: 44px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border-width: 1px;
  border-color: #878787;
  border-style: solid;
  float: left;
  margin-right: 10px;
}

/*Regions with light typography*/
.region--light-typography {
  color: var(--menulink);
}
.region--light-typography a,
.region--light-typography a.link--dark,
.region--light-typography .link--dark a {
  color: var(--menulink);
  text-decoration: underline;
}
.region--light-typography a:hover,
.region--light-typography a:focus,
.region--light-typography a.link--dark:hover,
.region--light-typography a.link--dark:focus,
.region--light-typography .link--dark a:hover,
.region--light-typography .link--dark a:focus {
  color: var(--menulink);
  text-decoration: none;
}

/*Basic elements*/
img {
  height: auto;
  max-width: 100%;
  border-radius: 5px;
}
img.img--bordered,
.img--bordered img {
  border: 1px solid #e5e5e5;
}
.region--light-typography img.img--bordered,
.region--light-typography .img--bordered img {
  border-color: rgba(255, 255, 255, 0.15);
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #f6f6f6;
  border:none;
  border-left: 10px solid #d3d1cd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  font-size: 12px;
  max-height: 57px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
 -webkit-transition: all ease-in-out 2s;
 -moz-transition: all ease-in-out 2s;
 -o-transition: all ease-in-out 2s;
 -ms-transition: all ease-in-out 2s;
 transition: all ease-in-out 2s;
}
blockquote {
  font-size: 24px;
  line-height: 1.5;
  padding: 25px 0 0 70px;
  border-left: none;
  position: relative;
  margin: 70px 0px 80px;
  border-top-width: 4px;
  border-top-style: double;
  border-top-color: #f0f0f0;
}
.region--dark-typography blockquote {
  color: #575757;
}
p + blockquote {
  margin-top: 30px;
}
blockquote p {
  line-height: 1.4;
}

/*blockquote quote symbol*/
blockquote:before {
  content: "“";
  font-size: 100px;
  position: absolute;
  top: 0;
  left: 20px;
}
hr {
  margin-bottom: 40px;
  margin-top: 40px;
}
.region--gray-background hr {
  border-color: #e7e7e7;
}
.region--light-typography hr {
  border-color: #ffffff;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.20;
  padding: 0;
  margin: 20px 0 10px 0;
  font-weight: 600;
  color: #575757;
}
.region--light-typography h1,
.region--light-typography h2,
.region--light-typography h3,
.region--light-typography h4,
.region--light-typography h5,
.region--light-typography h6 {
  color: #ffffff;
}
.headings-wide-spacing-enabled h1,
.headings-wide-spacing-enabled h2,
.headings-wide-spacing-enabled h3,
.headings-wide-spacing-enabled h4,
.headings-wide-spacing-enabled h5,
.headings-wide-spacing-enabled h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
.region--light-typography h1 a,
.region--light-typography h2 a,
.region--light-typography h3 a,
.region--light-typography h4 a,
.region--light-typography h5 a,
.region--light-typography h6 a {
  text-decoration: underline;
  color: #ffffff;
}
.region--light-typography h1 a:hover,
.region--light-typography h2 a:hover,
.region--light-typography h3 a:hover,
.region--light-typography h4 a:hover,
.region--light-typography h5 a:hover,
.region--light-typography h6 a:hover {
  text-decoration: none;
  color: #ffffff;
}
h1.title {
  margin-top: 0;
}
h1.page-title {
  font-size: 50px;
  margin-bottom: 0.5em;
}

/*resposinve text align*/
@media (min-width: 1200px) {
  .lg-text-center {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-text-center {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}

/*Block title*/
.block-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.block-title.block-title--border {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  margin: 0 0 12px 0;
}
.region--light-typography .block-title.block-title--border {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.block-title--medium {
  font-size: 42px;
  margin-bottom: 15px;
}
.block-title--large {
  font-size: 55px;
  margin-bottom: 15px;
}
.block-title--extra-large {
  font-size: 70px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .block-title--medium {
    font-size: 24px;
  }
  .block-title--large {
    font-size: 30px;
  }
  .block-title--extra-large {
    font-size: 48px;
  }
}
.headings-wide-spacing-enabled .block-title--large,
.headings-wide-spacing-enabled .block-title--extra-large {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}
h4.title,
h2.title,
nav > h2,
.block-search > h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.region--light-typography h2.title,
.region--light-typography h4.title,
.region--light-typography nav > h2,
.region--light-typography .block-search > h2 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.headings-wide-spacing-enabled h2.title,
.headings-wide-spacing-enabled h4.title,
.headings-wide-spacing-enabled nav > h2,
.headings-wide-spacing-enabled .block-search > h2 {
  letter-spacing: 0.55em;
  text-transform: uppercase;
}

/* block titles at full width regions */
.col-12 h2.title,
.col-12 nav > h2,
.col-12 .block-search > h2 {
  font-size: 40px;
  margin: 20px 0 50px;
  padding-bottom: 25px;
  font-weight: 600;
  border-bottom: none;
  position: relative;
  text-transform: none;
}
.col-12 h2.title:after,
.col-12 nav > h2:after,
.col-12 .block-search > h2:after {
  content: "";
  width: 170px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f0f0f0;
}
.region--light-typography .col-12 h2.title:after,
.region--light-typography .col-12 nav > h2:after,
.region--light-typography .col-12 .block-search > h2:after {
  background-color: #f0f0f0;
}
@media (max-width: 575px) {
  .col-12 h2.title,
  .col-12 nav > h2,
  .col-12 .block-search > h2 {
    font-size: 30px;
  }
}

/*footer*/
.footer__section h2.title,
.footer__section nav > h2,
.footer__section .block-search > h2 {
  font-size: 24px;
  margin: 0 0 25px;
  padding-bottom: 0;
  font-weight: 600;
  border-bottom: none;
  position: relative;
  text-transform: none;
}
.col-12 .footer__section h2.title:after,
.col-12 .footer__section nav > h2:after,
.col-12 .footer__section .block-search > h2:after {
  background-color: transparent;
  width: 0;
  height: 0;
}

/*slideout region*/
.slideout__section h2.title,
.slideout__section nav > h2,
.slideout__section .block-search > h2 {
  margin: 0 0 20px 0;
}

/*spacing*/
.bottom-spacing-small {
  padding-bottom: 25px;
}
.bottom-spacing-medium {
  padding-bottom: 50px;
}
.bottom-spacing-large {
  padding-bottom: 90px;
}
.top-spacing-small {
  padding-top: 25px;
}
.top-spacing-medium {
  padding-top: 50px;
}
.top-spacing-large {
  padding-top: 90px;
}

/*misc*/
.mt-no-opacity {
  opacity: 0;
}



/*Regions background colors*/
.region--white-background {
  background-color: #ffffff;
}
.region--gray-background {
  background-color: #f6f6f6;
}
.region--dark-gray-background {
  background-color: #575757;
}
.region--black-background {
  background-color: #000000;
}
.region--white-pattern {
  background-image: url('../../images/white-pattern.png');
  background-repeat: repeat;
  background-position: 0 0;
}

#main-content .main-content__section, .featured__section, .highlighted__section, .footer__section {
    padding: 40px 0 !important;
}
.page-content {
    padding: 40px 0 !important;
}
.conference-list {margin: 15px 0 !important;}

/*Editor text paragraph css*/
.editorText div p, .editorText p {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: inherit !important;
}

.subtitle-blue{
  font-size: 16px;
  font-weight: 400;
}


/*=== E5803 starts here === */

#survey-list-modal .modal-header h5.modal-title.session-title, #quiz-list-modal .modal-header h5.modal-title.session-title {
  margin-top: 0;
  color: #fff;
}

#survey-list-modal .modal-header, #quiz-list-modal .modal-header {
  background: var(--navbar);
  color: #ffffff;
}

#survey-list-modal .modal-header, #quiz-list-modal .modal-header h4{
  color: #ffffff;
}

#survey-list-modal button.btn-close, #quiz-list-modal button.btn-close {
  color: #fff !important;
  background-color: #fff;
  border-radius: 20px;
}


#survey-list-modal h5.card-title, #quiz-list-modal h5.modal-title.session-title{
    margin-top: 0;
}

#survey-list-modal .card-body, #quiz-list-modal .card-body {
  padding: 15px;
}

#survey-list-modal .card, #quiz-list-modal .card {
  margin-bottom: 12px;
}

#quiz-list-modal h5.card-title {
    margin-top: 0;
}


#attendee-list-body img {
  max-width: 60px;
}

#attendee-list-body tr td {
  border-bottom: #ccc solid 1px;
}

#attendee-list-body {
  height: 430px;
  overflow-y: scroll;
  padding-bottom: 20px;
}


#block-conferenceplus-content .d-inline p {
    padding-bottom: 0 !important;
}


.footerFixedBar {
  display: flex;
  background: #ffffff;
  position: fixed;
  bottom: 32px;
  z-index: 99999999;
  border-top: #375f79 solid 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.footerFixedBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footerFixedBar ul li {
  display: inline-block;
  font-size: 13px;
}

.footerFixedBar ul li img {
  max-width: 90px;
}

.footerFixedBar ul li:nth-child(1) {
  width: 30%;
}

.footerFixedBar ul li:nth-child(2) {
  width: 55%;
}

.footerFixedBar ul li:nth-child(3) {
  width: 10%;
  text-align: right;
}

.footerFixedBar ul li:nth-child(3) span {
  background: #375f79;
  color: #fff;
  width: 25px;
  display: inline-block;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
}


@media only screen and (max-width: 767px) {
  .footerFixedBar{
    display: block;
  }

  div#subfooter {
    padding-bottom: 80px;
}

}


/*=== E5803 ends here === */

/** PWA FOOTER Homepage **/

.footerFixedBar {
  display: flex;
  background:var(--primary-color);
  position: fixed;
  bottom: 32px;
  z-index: 99999999;
  border-top: #375f79 solid 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

a#install-button{
  color: var(--menulink);
  font-size: 16px;
  border-color: var(--menulink);
}

.footerFixedBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footerFixedBar ul li {
  display: inline-block;
  font-size: 13px;
}

.footerFixedBar ul li img {
  max-width: 90px;
}

.footerFixedBar ul li:nth-child(1) {
  width: 30%;
}

.footerFixedBar ul li:nth-child(2) {
  width: 55%;
}

.footerFixedBar ul li:nth-child(3) {
  width: 10%;
  text-align: right;
}

.footerFixedBar ul li:nth-child(3) span {
  background: #375f79;
  color: #fff;
  width: 25px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
}


.webappFixed span {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 4px;
}

.webappFixed p {
  display: inline-block;
}

.webappFixed a, .webappFixed a:hover {
  color: #fff;
  text-decoration: underline;
}

.bannerBG img{ width: 100%; }

.webappFixed {
  background: #8c8c8c;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.webappFixed span a {
  color: #375f79;
}


@media only screen and (max-width: 767px) {
  .footerFixedBar{
    display: block;
  }
  div#subfooter {
    padding-bottom: 80px;
  }


  .webappFixed {
    padding-bottom: 35px;
}

.webappFixed span {
  vertical-align: top;
  position: relative;
  top: 20px;
  text-align: center;
}

.webappFixed p {
  display: inline-block;
  width: 80%;
}

}

/*** New CSS*/

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
  }

  .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer; /* Added cursor pointer */
  }

  .step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
  }
  .progress-bar-step{
    background-color: var(--secondary-color) !important;
  }

  #multi-step-form{
    overflow-x: hidden;
  }
/** */

.step-container.d-flex.stepsWork .step-process {
  text-align: center;
  margin-right: 50px;
}

.step-container.d-flex.stepsWork .step-process .step-circle {
  margin: 0 auto;
}

.step-process  span.titleText {
  position: relative;
  top: 10px;
}

form.step-form {
  background: #f5f5f5;
  padding: 20px 25px;
  border: #ccc solid 1px;
  border-radius: 5px;
}
 
.step-form label.form-label {
  color: #222;
}

.step-form button.btn.btn-primary  {
  background: var(--navbar);

}


.step-form a.btn.btn-primary {
  background: var(--navbar);

}

.stepList {
  margin-top: 15px;
}

h4.sectionTitle {
  font-size: 20px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    background: var(--navbar);
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
}

.stepList:last-child .step-circle {
  right: -20px;
  position: relative;
}

.step-circle.blueColorStep {
  background: var(--navbar);
}

.step-form button.btn {
  margin-top: 20px !important;
}

.step-form .custom-control label.form-label {
  display: block;
}

.progress.px-1 {
  width: 70%;
  margin: 0 auto;
}

.step-container {
  width: 70%;
  margin: 0 auto;
}

.custom-control input[type="radio"], .custom-control input[type="checkbox"] {
  margin-right: 0;
}

.custom-control .custom-control-label{
  margin-right: 5px;
}

.Section-loop {
  border: #ccc solid 1px;
  margin-bottom: 30px;
  padding: 0 15px 20px;
  border-radius: 5px;
}

.step-bg-set{
  background: var(--navbar);
}

.step-circle.step-bg-set {
  background: var(--navbar);
}

.customFormDesign table#form-table th {
  background: #375f79;
  color: #fff;
}


.customFormDesign table#form-table td {
  border-bottom: #ccc solid 1px !important;
}


.customFormDesign table#form-table td button.btn.btn-primary {
  margin-top: 0 !important;
  background: transparent;
  border: none;
  color: #375f79;
  padding: 0;
  margin-right: 10px;
}

.customFormDesign table#form-table th:first-child {
  border-top-left-radius: 5px;

}

.customFormDesign table#form-table th:last-child {
  border-top-right-radius: 5px;
}


.customFormDesign table#form-table tr:last-child td:first-child{
  border-bottom-left-radius: 5px;
}

.customFormDesign table#form-table tr:last-child td:last-child{
  border-bottom-right-radius: 5px;
}

.customFormDesign .child-submissions-table h5 {
  margin-bottom: 0;
}

#custom-child-form-modal .modal-header button.close.btn.btn-danger {
  margin-top: 0 !important;
}

#custom-child-form-modal .modal-header {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #375f79;
}

#custom-child-form-modal .modal-header button.close.btn.btn-danger {
  background: #fff !important;
  border-radius: 35px;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
}

#custom-child-form-modal h4 {
  margin-top: 0;
  margin-bottom: 0;
}

#custom-child-form-modal .progress.px-1 {
  margin-bottom: 20px;
}

.customFormDesign table#form-table td button.btn.btn-primary svg.svg-inline--fa.fa-trash {
  color: #c70000;
}

.customFormDesign table#form-table td button.btn.btn-primary svg.svg-inline--fa.fa-edit {
  color: #165816;
}

#custom-child-form-modal .form-outline.customFormDesign label.form-label {
  font-weight: 500;
}


.customFormDesign #resized-image-7 {
  margin-top: 12px;
}

.customFormDesign{
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.10);
  padding: 8px 15px;
  display: block;
}


#custom-image-model .modal-header {
  background: #375f79;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#custom-image-model .modal-header h5 {
  color: #fff;
  margin-top: 0;
}

#custom-image-model button.close.btn.btn-danger {
  border-radius: 20px;
}


#logBook th {
  background: var(--navbar);
  color: #fff;
}


.bannerBG {
  max-height: 350px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.cstm-sidebarBox {
  border: #eee solid 1px;
  padding: 10px;
  border-radius: 4px;
}

.customSidebar {
  padding-top: 20px;
}


.cstm-sidebarBox h5 {
  padding-top: 0;
  margin-top: 0;
}

.cstm-sidebarBox h5.subtitle-blue {
  margin-bottom: 0;
}

.cstm-sidebarBox {
  margin-bottom: 20px;
}

.clearfix.subfooter__container {
  border-top: #455160 solid 1px;
}


#org-list-div {
  padding-top: 20px;
}

.customSidebar {
  padding-top: 40px;
}

#org-list-div .org-2 {
  padding-bottom: 45px;

}

a.download-certificate {
  cursor: pointer;
}


@media only screen and (min-height: 1400px) {

  .content-wrapper .page-content {
      min-height: 750px !important;
  }
}

.bannerBG img{ width: 100%; }


@media only screen and (min-height: 1400px) {
 
  .content-wrapper .page-content {
      min-height: 750px !important;
  }
   
  }

@media only screen and (min-height: 1600px) {

  .content-wrapper .page-content {
      min-height: 850px !important;
  }

   
  }

  @media only screen and (max-width: 767px) {
  .header-nav button.navbar-toggler.collapsed {
    display: none !important;
  }

}

/* Private chat  */


.PrivateChat .msg_history {
  height: 358px !important;
  overflow-y: auto;
}

.PrivateChat .inbox_chat {
  height: 398px !important;
  overflow-y: scroll;
}

  /* .container{max-width:1170px; margin:auto;} */
  .PrivateChat img{ max-width:100%;}
  .PrivateChat .inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 30%; border-right:1px solid #c4c4c4;
  }
  .PrivateChat .inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
  }
  .PrivateChat .top_spac{ margin: 20px 0 0;}


  /* .recent_heading {float: left; width:40%;} */
  .PrivateChat .srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
  }
  .PrivateChat .headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

  .PrivateChat .recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
  }
  .PrivateChat .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
  .PrivateChat .srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
  }
  .PrivateChat .srch_bar .input-group-addon { margin: 0 0 0 -27px;}

  .PrivateChat .chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
  .PrivateChat .chat_ib h5 span{ font-size:13px; float:right;}
  .PrivateChat .chat_ib p{ font-size:14px; color:#989898; margin:auto}
  .PrivateChat .chat_img {
  float: left;
  width: 11%;
  }
  .PrivateChat .chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
  text-align: center;
  }

  .PrivateChat .chat_ib  div{ display: flex; }
  .PrivateChat .chat_ib  span{ margin-left: auto; }
  .PrivateChat .chat_ib  p{ margin-left: 10px;margin-top: -4px; }

  .PrivateChat .chat_people{ overflow:hidden; clear:both;}
  .PrivateChat .chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
  }
  .PrivateChat .inbox_chat { height: 550px; overflow-y: scroll;}

  .PrivateChat .active_chat{ background:#ebebeb;}

  .PrivateChat .incoming_msg_img {
  display: inline-block;
  width: 6%;
  }
  .PrivateChat .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
  }
  .PrivateChat .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  }
  .PrivateChat .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
  text-align: end;
  }
  .PrivateChat .received_time_date{
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
  }
  .PrivateChat .received_withd_msg { width: 57%;}
  .PrivateChat .mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
  }

  .PrivateChat .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
  text-align: end;
  }
  .PrivateChat .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
  .PrivateChat .sent_msg {
  float: right;
  width: 46%;
  }
  .PrivateChat .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  }

  .PrivateChat .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
  .PrivateChat .msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
  }
  .PrivateChat .messaging { padding: 0 0 50px 0;}
  .PrivateChat .msg_history {
  height: 516px;
  overflow-y: auto;
  }
  
/* end Private chat */
