/* @extend display-flex; */
display-flex, .start-post-section .start-post-body .flex-partul, .post-section .post-footer .counting-row, .api-signup-body .signup-content, .api-signup-body .actions ul, .api-signup-body .actions ul li:first-child, .api-signup-body .actions ul li a, .step-view-result .btn, .api-signup-body .value-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli, .start-post-section .start-post-body .flex-partul, .api-signup-body .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#myTab .nav-item:nth-child(2) .nav-link, #myTab .nav-item:nth-child(3) .nav-link, #myTab .nav-item:nth-child(4) .nav-link, #myTab .nav-item:nth-child(5) .nav-link, #myTab .nav-item:nth-child(6) .nav-link, #myTab .nav-item:nth-child(7) .nav-link, #myTab .nav-item:nth-child(8) .nav-link {
  /*padding-left: 26px;*/
  font-size: 13.9px;
}

.start-post-section {
  /*border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
  -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;*/
  /*background-color: #fff;*/  /*new added */
}

.start-post-section .start-post-body {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*4px;*/
  -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*4px;*/
  -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*4px;*/

  padding: 8px 16px 10px 16px;/*14px 12px 14px;*/
  border-bottom: 1px solid #F2F3F5;
    
    margin-bottom: 7px;  /* new */
    background: #fff;  /* new */
    border: 1px solid #ebebeb;  /* new */
    border-radius: 6px;  /* new */
}

.start-post-section .start-post-body .btn {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

.start-post-section .start-post-body .btn:hover {
  background-color: rgba(207, 207, 207, 0.25);
}

.start-post-section .start-post-body .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.start-post-section .start-post-body .flex-partul li .flex-circle img {
  width: 46px;
  height: 45px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.start-post-section .start-post-body .flex-partul li a {
  /*width: 100%;*/
  margin-left: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
  background-color: #F2F3F5;
  border-radius: 5rem;
}

.start-post-section .start-post-body .flex-partul li:last-child {
  width: 100%;
}

.start-post-section .start-post-footer {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*4px;*/
  -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*4px;*/
  -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*4px;*/
  
  padding: 0;
  /*border-top: 1px solid #ebebeb;*/
    background: #fff; /* new */
    border: 1px solid #ebebeb; /* new */
    border-radius: 6px; /* new */
}

.start-post-section .start-post-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.start-post-section .start-post-footer ul li {
  padding: 14px;/*8px 0;*/
  position: relative;
  width: 20%;
/* Post Buttons Change */ 
/*  border: 1px solid #F2F3F5;
  border-radius: 2rem;
  margin: 0%;
  width: 112px;*/
  /* Post Buttons Change End */
}
.start-post-section .start-post-footer ul li:hover {
  background-color: #F2F3F5;
  border-radius: 20px;
}

.start-post-section .start-post-footer ul li:not(:last-child):after {
  content: '';
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.1);*/
  width: 1px;
  height: 101px;
  right: -16px;
  top: 0;
}

.start-post-section .start-post-footer ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 16px;
  /* Post Buttons Change */ 
  /*border: 1px solid #F2F3F5;*/
  border-radius: 1rem;
  margin: 0%;
  /*width: 102px;*/
  height: 118%;
  margin-top: -8%;
  padding-top: -9%;
  /*padding-bottom: 15%;*/
  margin-bottom: 9%;
  /* Post Buttons Change End */
}

.start-post-section .start-post-footer ul li a i {
  font-size: 18px;
  margin-right: 2px;
}

.start-post-section .start-post-footer ul li a span {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}

.start-post-section .start-post-footer ul li a span img {
  width: 30px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  margin-bottom: 6px;
}

.start-post-section .start-post-footer ul li a span:last-of-type {
  margin-top: 1px;
}

.start-post-section .start-post-footer ul li:first-child a i {
  color: #33aada;
}

.start-post-section .start-post-footer ul li:nth-child(2) a i {
  color: #9896f2;
}

.start-post-section .start-post-footer ul li:nth-child(3) a i {
  color: #17afb8;
}

.start-post-section .start-post-footer ul li:nth-child(4) a i {
  color: #f02849;
}

.d-flex.main-post {
  font-size: 14px;
}

.d-flex.main-post span {
  padding-top: 4px;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.d-flex.main-post .flex-glow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.d-flex.main-post .custom-select {
  max-width: 48px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-position: 84% 38%;
  border: none;
  cursor: pointer;
  padding-top: 0;
  font-size: 14px;
}

.d-flex.main-post .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.take-part-post-container .modal-title {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}

.take-part-post-container .modal-ml {
  max-width: 552px;
}

.take-part-post-container .modal-body .d-flex .profile-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.take-part-post-container .modal-body .d-flex .profile-info {
  padding-left: 15px;
}

.take-part-post-container .modal-body .d-flex .profile-info h5 {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.take-part-post-container .modal-body .d-flex .profile-info .custom-select {
  font-size: 14px;
  padding: 0 4px;
  height: calc(100px - 74px);
}

.take-part-post-container .modal-body .form-control {
  border: none;
}

.take-part-post-container .modal-body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.take-part-post-container .modal-body .note-section {
  padding-left: 15px;
}

.take-part-post-container .modal-body .note-section p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.take-part-post-container .modal-body .start-post-footer ul {
  list-style: none;
  padding-left: 0;
}

.take-part-post-container .modal-body .start-post-footer ul li {
  padding: 0 16px;
}

.take-part-post-container .modal-body .start-post-footer ul li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 18px;
}

.take-part-post-container .modal-body .post-btn {
  background-color: #2d3291;
}

.take-part-post-container .modal-body form {
  padding: 42px 0;
  max-width: 280px;
  margin: auto;
}

.take-part-post-container .modal-body form:hover .custom-file .custom-file-input, .take-part-post-container .modal-body form:hover .custom-file .custom-file-label {
  background-color: rgba(152, 216, 244, 0.25);
}

.take-part-post-container .modal-body form .custom-file {
  cursor: pointer;
}

.take-part-post-container .modal-body form .custom-file .custom-file-label::after {
  content: initial;
}

.take-part-post-container .modal-body form .custom-file .custom-file-label {
  border: none;
  color: #2d3291;
  text-align: center;
  cursor: pointer;
}

.take-part-post-container .modal-body form .custom-file .custom-file-label:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.take-part-post-container .modal-body form .custom-file .custom-file-input {
  cursor: pointer;
}

.take-part-post-container .modal-body form .custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.take-part-post-container .modal-body .note-p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.take-part-post-container .modal-body .custom-croper {
  position: relative;
}

.take-part-post-container .modal-body .custom-croper .image-previewer {
  width: 100%;
  max-width: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px solid lightgrey;
  z-index: 1;
  border-color: transparent;
  background-color: #fff;
  padding: .375rem .75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.take-part-post-container .modal-body .custom-croper .image-previewer:hover input {
  background-color: rgba(152, 216, 244, 0.25);
}

.take-part-post-container .modal-body .custom-croper input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.post-section {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  /*border: 1px solid #ebebeb;*/
  /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 8px;
  border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*3px;*/
  -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*3px;*/
  -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;/*3px;*/
  padding-bottom: 5px;
}

.post-section .like-above-section {
  /*padding: 10px 0 8px;*/
}

.post-section .like-above-section .d-col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-left: auto;
}

.post-section .like-above-section .d-col-6 .dropdown button {
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 30px;
  height: 30px;
}

.post-section .like-above-section .d-col-6 .dropdown button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.post-section .like-above-section .d-col-6 .dropdown .dropdown-toggle {
  padding: 0;
}

.post-section .like-above-section .d-col-6 .dropdown .dropdown-toggle:after {
  content: inherit;
}

.post-section .like-above-section .d-col-6 .dropdown .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-section .like-above-section .d-col-6 .dropdown .dropdown-menu {
  right: 0;
  -webkit-transform: translate3d(0, 27px, 0px) !important;
          transform: translate3d(0, 27px, 0px) !important;
  min-width: 206px;
  margin-left: auto;
}

.post-section .like-above-section .d-col-6 .dropdown .dropdown-menu a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 300;
  padding: 6px 12px;
}

.post-section .like-above-section .d-col-6 .dropdown .dropdown-menu a i {
  padding-right: 8px;
}

.post-section .like-above-section .liked-user p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 200;
}

.post-section .like-above-section .liked-user p a {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: .4px;
}

.post-section .like-above-section .liked-user p a:hover {
  color: #0084bf;
}

.post-section .post-head {
  padding: 8px 16px 12px;
}

.post-section .post-head ul {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-section .post-body {
  padding: 0 16px 0;
}

.post-section .post-body .post-imgcontainer {
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: -16px;
  margin-right: -16px;
}

.post-section .post-body-content {
  padding: 16px 0;
}

.post-section .post-body-content .post-body-row h2 img {
  height: calc(100px - 80px);
  vertical-align: middle;
  margin-right: 4px;
}

.post-section .post-footer {
    padding: 0px 14px 10px;
    margin-top: -14px;
}

.post-section .post-footer .counting-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  margin-top: 0;
  padding-bottom: 3px;
}

.post-section .post-footer .counting-row p:last-child {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}

.post-section .post-footer .counting-row p:last-child a {
  font-size: 13px !important;
  color: #007bff;
  text-decoration: underline;
}

.post-section .post-footer .counting-row p:last-child a:hover {
  text-decoration: none;
}

.post-section .post-footer p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.post-section .post-footer p a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  font-size: 14px;
  vertical-align: middle;
}

.post-section .post-footer .iconHeight {
  height: calc(100px - 80px);
  vertical-align: middle;
  margin-right: 4px;
}

.post-section .post-footer .counting-row p a {
  font-size: 11px;
}

.post-section .social-link-section ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -1px;         
}

.post-section .social-link-section ul li a {
  /*color: rgba(0, 0, 0, 0.6);*/
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}

.post-section .social-link-section ul li a i {
  font-size: 18px;
}

.post-section .social-link-section ul li a:after {
  content: inherit;
}

.post-section .social-link-section ul li a:hover {
  text-decoration: none;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu {
  top: -54px;
  padding: 6px 14px 0;
  min-width: 200px;
  border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  left: -40px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  min-height: 50px;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a {
  margin: 0 4px;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a i {
  font-size: 26px;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a:first-child i {
  color: #1485bd;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a:nth-child(2) i {
  color: #6dae4f;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a:nth-child(3) i {
  color: #bba9d1;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a:nth-child(4) i {
  color: #df704d;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a:nth-child(5) i {
  color: #f5bb5c;
}

.post-section .social-link-section ul #hover-dropdown .dropdown-menu a:nth-child(6) i {
  color: #deb8dc;
}

.post-section .social-link-section ul .social-dropdown {
  min-width: 150px !important;
}

.post-section .social-link-section ul #hover-dropdown:hover > .dropdown-menu {
  display: block;
}

.post-section .social-link-section ul #hover-dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.post-section .social-link-section .share-circle-col {
  padding-top: 4px;
}

.post-section .social-link-section .share-circle-col li a {
  width: 30px;
  height: 30px;
  background-color: #007bff;
  border-radius: 50%;
  border: 1px solid #363635;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding-top: 0;
  text-align: center;
}

.post-section .social-link-section .share-circle-col li a i {
  font-size: 18px !important;
  color: #fff !important;
  padding-top: 6px;
}

.post-section .social-link-section .share-circle-col li a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.post-section .social-link-section .share-circle-col li a:hover i {
  color: #000 !important;
}

.post-section .comment-dropdown {
  padding-top: 26px;
}

.post-section .comment-dropdown .comment-user {
  padding-right: 15px;
}

.post-section .comment-dropdown .comment-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ebebeb;
}

.post-section .comment-dropdown .input-group .form-control {
  height: calc(100px - 55px);
  border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-right: none;
}

.post-section .comment-dropdown .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-section .comment-dropdown .input-group .btn {
  height: calc(100px - 55px);
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(0, 0, 0, 0.6);
  border-left: none;
  border-color: #ebebeb;
  border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  -o-border-radius: 0 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.post-section .comment-dropdown .user-comment {
  padding-top: 22px;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info {
  width: 100%;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .user-comment-backg {
  background-color: #f3f6f8;
  width: 100%;
  padding: 10px;
  border-radius: 0 20px 20px 20px;
  -ms-border-radius: 0 20px 20px 20px;
  -o-border-radius: 0 20px 20px 20px;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head {
  padding: 0;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head ul li h1 {
  font-size: .9rem;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head ul li h1 a:nth-child(2) {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 200;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head ul li h1 .right-span {
  float: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 200;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head ul li:last-child {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head ul li:last-child p {
  border: none;
  padding-bottom: 3px;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .post-head ul li:last-child .last {
  font-weight: 300;
  font-size: 14px;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .social-link-section ul li a {
  font-size: 12px;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .social-link-section ul li a i {
  font-size: 14px;
}

.post-section .comment-dropdown .user-comment .d-flex .user-comment-info .social-link-section #subComment {
  display: none;
}

.post-section .comment-dropdown .more-comment {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.post-section #myDIV {
  display: none;
}

.company-post-row .post-section {
  border-color: rgba(83, 98, 155, 0.5);
  border-top: 4px solid #d4af37;
}

.company-post-row .post-section .like-above-section {
  border-color: rgba(83, 98, 155, 0.5);
}

.company-post-row .post-section .post-footer p {
  border-color: rgba(83, 98, 155, 0.5);
}

.company-post-row .response-section .card {
  border-color: rgba(83, 98, 155, 0.5);
}

.company-post-row #comComment, .company-post-row #comsubComment {
  display: none;
}

.api-form-body {
  padding-bottom: 20px;
}

.api-form-body .api-question-section .api-question-block {
  margin-bottom: 60px;
}

.api-form-body .api-question-section .api-question-block:not(:last-child) {
  display: none;
}

.api-form-body .api-question-section .api-question-block .question-result-block .cus-col-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 15px;
}

.api-form-body .api-question-section .api-question-block .question-result-block .cus-col-11 {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}

.api-form-body .api-question-section .api-question-block .question-result-block #myProgress {
  width: 100%;
  background-color: #ddd;
}

.api-form-body .api-question-section .api-question-block .question-result-block #myBar {
  width: 10%;
  height: 5px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}

.api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom, .api-form-body .api-question-section .api-question-block .question-result-block .radio-custom {
  opacity: 0;
  position: absolute;
}

.api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom, .api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom-label, .api-form-body .api-question-section .api-question-block .question-result-block .radio-custom, .api-form-body .api-question-section .api-question-block .question-result-block .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}

.api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom-label, .api-form-body .api-question-section .api-question-block .question-result-block .radio-custom-label {
  position: relative;
  margin-right: 0;
}

.api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom + .checkbox-custom-label:before, .api-form-body .api-question-section .api-question-block .question-result-block .radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 4px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding: 2px;
  text-align: center;
}

.api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: rebeccapurple;
  color: #fff;
}

.api-form-body .api-question-section .api-question-block .question-result-block .radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.api-form-body .api-question-section .api-question-block .question-result-block .radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #bbb;
}

.api-form-body .api-question-section .api-question-block .question-result-block .checkbox-custom:focus + .checkbox-custom-label, .api-form-body .api-question-section .api-question-block .question-result-block .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd;
  /* focus style */
}

.api-form-body .api-question-section .api-question-block .question-result-block .progress-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.api-form-body .api-question-section .api-question-block .question-result-block .progress {
  height: calc(100px - 95px);
  margin-top: 6px;
}

.api-form-body .api-question-section .api-question-block .question-result-block .d-flex {
  margin-bottom: 20px;
}

.custom-croper-section .custom-croper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #f0eeee;
  padding: 4px 2px;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.custom-croper-section .custom-croper input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.custom-croper-section .custom-croper .image-previewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid lightgrey;
  z-index: 1;
  border-color: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  height: 78px;
  font-size: 12px;
}

.custom-croper-section .custom-croper .image-previewer:hover input {
  background-color: rgba(152, 216, 244, 0.25);
}

.custom-croper-section .custom-croper .image-previewer:before {
  content: "\f03e";
  display: inline-block;
  font: normal normal normal 60px/1 FontAwesome;
  position: absolute;
  top: 32%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #98AAB8;
  font-size: 30px;
}

.custom-croper-section .custom-croper .image-previewer:after {
  content: "Select images to share";
  position: absolute;
  top: 64%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  /*color: #98AAB8;*/
  left: 0;
  right: 0;
  font-weight: 400;
}

.light-modal-content {
  background-color: #15171d !important;
}

.light-modal-content .light-modal-footer {
  background-color: #fff !important;
}

.light-modal-content .light-modal-footer .light-modal-close-btn, .light-modal-content .light-modal-footer .light-modal-close-icon {
  background-color: #2d3290 !important;
  font-size: 16px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}

.project-tab #tabs h6.section-title {
  color: #eee;
}

.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
}

.project-tab .nav-link:hover {
  border: none;
}

.project-tab a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.project-tab a img {
  height: calc(100px - 80px);
}

.project-tab .post-section {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  margin-bottom: 0;
}

.project-tab .post-section .comment-dropdown .comment-user img {
  width: 60px;
  height: 60px;
}

.project-tab .post-section .user-comment-info {
  width: 100%;
}

.project-tab .post-section .user-comment-info h1 {
  font-size: 14px;
  margin-bottom: 0;
}

.project-tab .post-section .user-comment-info p {
  margin-bottom: 0;
}

.project-tab .post-section:after {
  content: '';
  position: absolute;
  width: 84%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 0;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0062cc;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 14px;
  font-weight: 500;
}

.project-tab thead {
  background: #f3f3f3;
  color: #333;
}

#myModaleachCount .modal-header {
  border-bottom: none;
}

#myModaleachCount .modal-header .modal-title {
  font-size: 18px;
}

.api-signup-body p {
  margin: 0px;
}

.api-signup-body p.desc {
  padding-bottom: 330px;
  color: #999;
  line-height: 1.92;
}

.api-signup-body p.title {
  font-weight: bold;
  padding-bottom: 7px;
}

.api-signup-body .signup-img {
  padding-bottom: 43px;
}

.api-signup-body fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

.api-signup-body .signup-desc {
  background: #fff;
  width: 495px;
}

.api-signup-body .signup-desc-content {
  padding: 45px 55px;
}

.api-signup-body .signup-form-conent {
  width: 100%;
}

.api-signup-body .signup-form {
  padding: 18px 10px;
  position: relative;
}

.api-signup-body input {
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}

.api-signup-body input + label {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  left: 0;
  top: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #888;
}

.api-signup-body input:focus + label {
  top: -7px;
  font-size: 14px;
  font-weight: 500;
}

.api-signup-body input:valid + label {
  top: -7px;
  font-size: 14px;
  font-weight: 500;
}

.api-signup-body .form-group {
  position: relative;
  padding-bottom: 20px;
}

.api-signup-body .form-group .custom-control {
  margin-left: 24px;
  margin-top: 8px;
}

.api-signup-body .form-group .progress {
  height: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}

.api-signup-body .form-group .progress span {
  background-color: #fff;
  padding-left: 10px;
  line-height: 10px;
}

.api-signup-body .field-icon {
  font-size: 24px;
  position: relative;
  z-index: 2;
  float: right;
  margin-top: -37px;
}

.api-signup-body .content {
  padding: 0;
  position: relative;
}

.api-signup-body .content h3 {
  display: none;
}

.api-signup-body .step-current {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 800;
  color: #7c7cdd;
}

.api-signup-body .actions ul {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}

.api-signup-body .actions ul .disabled {
  display: none;
}

.api-signup-body .actions ul li {
  margin-left: 20px;
}

.api-signup-body .actions ul li:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.api-signup-body .actions ul li:first-child a {
  background: #ddd;
  color: #999;
}

.api-signup-body .actions ul li a {
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #7c7cdd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  text-decoration: none;
}

.api-signup-body .steps {
  display: none;
}

@media screen and (max-width: 992px) {
  .api-signup-body .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .api-signup-body .signup-form {
    padding: 18px 8px;
  }
  .api-signup-body .signup-desc {
    width: 465px;
  }
  .api-signup-body .signup-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .api-signup-body .steps ul, .api-signup-body .signup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  .api-signup-body .steps ul li, .api-signup-body .signup-desc, .api-signup-body .signup-form-conent {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .api-signup-body .actions ul li a {
    width: 100px;
  }
}

.step-view-result {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.step-view-result .btn {
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.step-question-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}

.step-question-flex a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.step-question-flex a:hover {
  text-decoration: none;
}

.step-question-flex a i {
  color: #2d3291;
}

.stepviewresult, .stepviewresultB, .stepviewresultC, .stepviewresultD,
.stepviewresultE, .stepviewresultF, .stepviewresultG, .stepviewresultH,
.stepviewresultI, .stepviewresultJ, .stepviewresultK, .stepviewresultL,
.stepviewresultM, .stepviewresultN, .stepviewresultO, .stepviewresultP, .stepviewresultQ, .stepviewresultR {
  display: none;
}

.api-signup-body .progress .progress-bar {
  position: relative;
}

.api-signup-body .progress .progress-bar:first-child span {
  position: absolute;
  bottom: 0;
}

.api-signup-body .value-flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  margin-top: 14px;
}

.api-signup-body .value-flex span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.api-signup-body .progress {
  height: 12px;
}

.tableview-result .row {
  margin-bottom: 18px;
}

.tableview-result .row .col-sm-3 p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  font-weight: 400;
}

#myModalsuccess .modal-body {
  position: relative;
  text-align: center;
}

#myModalsuccess .modal-body .check-circleSuccess {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #82ce34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -36px;
}

#myModalsuccess .modal-body .check-circleSuccess i {
  color: #fff;
  font-size: 26px;
}

#myModalsuccess .modal-body h5 {
  color: rgba(0, 0, 0, 0.6);
  padding-top: 50px;
  font-size: 24px;
}

#myModalsuccess .modal-body p {
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 18px;
  text-transform: capitalize;
}

#myModalsuccess .modal-body .btn-success {
  width: 100%;
  background-color: #82ce34 !important;
  border-color: #82ce34 !important;
  margin-bottom: 14px;
}

@media (min-width: 320px) and (max-width: 589px) {
  .start-post-section .start-post-footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .send_post_arrow, .sidebar-pravacy{display:none !important; }
  #menu-arrow{display:block !important; }

  .start-post-section .start-post-footer ul li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .start-post-section .start-post-footer ul li:not(:last-child):after {
    content: initial;
  }
  .start-post-section .start-post-footer ul li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }  
  .start-post-section .start-post-footer ul li:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .start-post-section .start-post-footer ul li:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .start-post-section .start-post-footer ul li:nth-child(4) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .start-post-section .start-post-footer ul li:nth-child(5) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

}
/*# sourceMappingURL=sass.css.map */