/* new footer */
.footer-area .terms-menu #termsList {
  position: absolute;
  bottom: 105%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background: #1e1c1c;
  border: 1px solid #d3d3d3;
  z-index: 100000;
}
@media (min-width: 1024px) {
  .footer-area .terms-menu #termsList {
      bottom: 0;
      left: 80%;
      transform: translateX(0);
  }
}
.footer-area .terms-menu #termsList li {
  padding: 5px 10px;
}
.footer-area .terms-menu #termsList li:hover {
  background: #d3d3d3;
}
.footer-area .terms-menu #termsList a {
  color: #ffffff;
  font-size: 16px;
}
.footer-area .terms-menu #termsList li:hover a {
  color: #000000;
}
.footer-area .footer-menu-item-container {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 425px) {
  .footer-area .footer-menu-item-container {
    font-size: 12px;  
  }
  .footer-link-text {
    font-size: 12px;
  }
}
.footer-area .footer-menu-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  color: #ffffff;
  max-width: 80px;
  line-height: 1.2;
  text-align: center;
}
.footer-area .footer-menu-item .svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
/* New Footer End */


/* events dashboard new */
.events-dash .heading {
  font-size: clamp(21px, 2vw + 1rem, 24px);
  font-weight: 500;
  color: #333333;
}
.events-dash .search-event {
  min-height: 61px;
  border: 2px solid #D3D3D3;
  border-radius: 12px;
}
.events-dash .search-event:focus {
  border-color: #406CB2; 
  outline: none; 
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important; 
}
.events-dash .nav-tabs .nav-link {
  font-size: clamp(18px, 2vw + 1rem, 21px);
  font-weight: 500;
  color: #333333;
  border: none;
  text-align: center;
} 
.events-dash .nav-tabs .nav-link.active {
  border-bottom: 2px solid #2557A7 !important;
  color: #2557A7 !important;
}
.events-dash .event-lists .list {
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
} 
.events-dash .event-lists .list.active {
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  background: aliceblue;
} 
.events-dash .event-lists .list .evn-date svg {
  min-width: fit-content;
} 
.events-dash .event-lists .list .type-badge {
  font-size: 10px;
  font-weight: 400;
  background: #E1F5FF;
  color: #000000;
  height: 19px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 6px;
} 
.events-dash .event-lists .list .type-badge.free {
  background: #FFE7B0;
}
.events-dash .event-lists .list .evn-date, .events-dash .evn-date-main {
  background-color: #000000;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  min-height: 19px;
  padding: 0 8px;
  border-radius: 6px;
} 
.events-dash .evn-date-main {
  font-size: 12px;
  max-width: fit-content;
  padding: 6px;
  height: 28px;
}
.events-dash .event-lists .list .evn-title , .events-dash .evn-title-main{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  font-weight: 700;
  color: #2557A7; 
} 
.events-dash .evn-title-main{
  line-height: 1;
}
.events-dash .event-lists .list .evn-shrt-desc {
  font-size: 12px;
  font-weight: 400;
  color: #565656;
  line-height: 13.79px; 
  width: 100%;
  max-width: 350px;
} 
.events-dash .evn-shrt-desc-main {
  font-size: 15px;
  font-weight: 400;
  color: #565656;
  line-height: 17.24px; 
  width: 100%;
  max-width: 611px;
} 
.events-dash .event-lists .list .evn-type {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #565656; 
  line-height: 1.2;
} 
.events-dash .event-lists .list .evn-posted-by {
  font-size: 15px;
  font-weight: 500;
  color: #565656; 
  line-height: 1.2;
} 
.events-dash .action-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  height: 33px;
} 
.events-dash .action-btn.manage {
  background-color: #FFC107;
  color: #000000;
} 
.events-dash .action-btn.suspend {
  background-color: #DC3545;
  color: #ffffff;
} 
.events-dash .sub-title-res {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
} 
.events-dash .sub-title-res.cancel {
  font-size: clamp(20px , 2vw + 1rem, 24px);

} 
.events-dash .outline-border {
  border: 2px solid #d3d3d3;
  border-radius: 12px;
  padding: 12px 20px;
  max-width: fit-content;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  min-height: 49px;
} 
.events-dash .attendees {
  display: flex;
  align-items: center;
  gap: 12px;
} 
.events-dash .attendees span {
  background-color: #D4EDDA;
  color: #000000;
  border-radius: 6px;
  padding: 5px 10px;
  line-height: 1;
}

.border-lg-right {
  border-right: none; 
}
@media (min-width: 992px) {
.border-lg-right {
  border-right: 1px solid #d3d3d3; 
}
}
/* end events dashboard */

.removecaret.dropdown-toggle::after {
  display: none;
}
footer.footer-n {
  background: #000000;
  padding: 0 40px;
  min-height: 137px;
  display: flex;
  align-items: center;
}
footer.footer-n .svg-container {
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer-n .link-text {
  width: 100%;
  max-width: 80px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
}

@media (min-width: 992px) {
  footer.footer-n .link-text {
      max-width: fit-content;
  }
}

.log-in::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 338px;
  background-color: #007BFF;
  bottom: 0;
  z-index: -1;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
}
.log-in .login-container {
  border: none;
  border-radius: 6px;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap-reverse;
}
.log-in .login-container form .key-word{
  color: #FF5900;
  font-weight: 700;
  pointer-events: none; 
  user-select: none; 
}
.log-in .login-container input[type="text"].form-control {
  height: 45px;
  border: 1px solid #3D3D3DD3 !important;
  border-radius: 6px;
}
.log-in .btn.con-btn {
  font-size: 16px;
  color: #fff;
  background-color: #007BFF;
  border: 1px solid #007BFF;
  border-radius: 6px;
  height: 45px;
  width: 100%;
}
.log-in .btn.ggl-btn {
  display: flex;
  align-items: center;
  border: 1px solid #3D3D3DD3;
  border-radius: 6px;
  height: 45px;
}
.log-in .btn.ggl-btn span{
  flex: 1;
  text-align: center;
  font-size: 15px;
}
.log-in .btn.ggl-btn img{
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.log-in .border-lg-right {
  border-right: none;  
}


.log-in .text-sm-title {
  font-size: clamp(16px, 0.5vw + 1rem, 19px);
  font-weight: 500;
  line-height: 1.36;
}

.log-in .shadow-card {
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-bottom: 15px;
}

.log-in .text-label-md {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 18.38px;
}
.log-in .text-md-normal {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 19.53px;
}
.log-in .text-sm-sub {
  font-size: 14px;
  font-weight: 400;
  color: #A6A3A3;
  line-height: 16.09px;
}
.log-in .text-sm-desc {
  font-size: 13.8px;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
}
.log-in .text-title-medium {
  font-size: clamp(16px, 0.5vw + 1rem, 19px);
  font-weight: 500;
  color: #000000;
  line-height: 1.15;
}
.log-in .text-xs-normal {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #444444;
}

.log-in .round-img {
  width: 100%;
  max-width: 56px;
  max-height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 100%;
}


.log-in .carousel-indicators-container {
  position: absolute;
  bottom: -50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Style the carousel indicators (dots) */
.log-in .carousel-indicators li {
  background-color: #d3d3d3;
  border-radius: 50%;       
  width: 8px;              
  height: 8px;             
  margin: 0 3px;           
  transition: transform 0.3s ease, background-color 0.3s ease; 
}


.log-in .carousel-indicators .active {
  background-color: #d3d3d3;  
  transform: scale(1.7);      
}


.log-in .carousel-indicators li:hover {
  transform: scale(1.5);       
}

.log-in .carousel-inner .carousel-item img {
  max-height: 150px;
  object-fit: contain;
}

.log-in .carousel .carousel-inner .carousel-item  {
  border: 1px solid #d3d3d3;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
  margin: 10px 0;
  border-radius: 12px;
  background-color: #fff;
  transform: translateX(20px);
  opacity: 0;
  display: none;
  transition: all 500ms ease-in-out;
}

/* Active carousel item */
.log-in .carousel .carousel-inner .carousel-item.active {
  display: block;
  opacity: 1; 
  transform: translateX(0);
}

.log-in .right-container {
  border: 2px solid #d3d3d3;
  border-radius: 12px;
}
.log-in #emailSentTo {
  word-break: break-all;
}

.log-in .g-signin2 .S9gUrf-YoZ4jf {
  border: 0 !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.log-in .g-signin2 .S9gUrf-YoZ4jf * {
  width: 100%;
}
.log-in .g-signin2 .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe {
  width: 100%;
  height: 60px;
  border: 1px solid #3D3D3DD3 !important;
  border-radius: 6px;
}
.log-in .g-signin2 .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  height: 30px;
  margin-right: 8px;
  min-width: 30px;
  width: 100%;
  max-width: 30px;
}
.log-in .g-signin2 .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  font-size: 17px;
}



@media (min-width: 992px) {
  .log-in::before {
      height: 50%;
  }
  .log-in .border-lg-right {
      border-right: 1px solid #d3d3d3; 
  }

  .log-in .login-container {
      border: 2px solid #d3d3d3;
      flex-direction: row;
      flex-wrap: nowrap;
  }

  .log-in .right-container {
      border: none;
      border-radius: 0;
  }

  .log-in .btn.con-btn {
      width: 100%;
      max-width: 229px;
  }

  .log-in .carousel .carousel-inner .carousel-item  {
      border: none;
      box-shadow: none;
      padding: unset;
      margin: unset;
      border-radius: unset;
  }
  .log-in .left-container {
      background-color: #fff;
  }
}



.scout-tab-text, .show-more-detail, .show-less-detail, .refresh, .back {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.list-title {
  font-size: 14px;
  font-weight: 500;
}
.list-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.skill-badge {
  font-size: 12px;
  margin-right: 3px;
  margin-bottom: 3px; 
  background-color:#9FCBD19C; 
  border-radius: 12px 
}
.company-in-detail {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6D6D6D;
}
.job-title-in-detail {
  font-size: clamp(18px, 3vw + 1rem, 21px);
  font-weight: 500;
  color: #000000;
}
.location-in-detail {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.desc-title {
  font-size: 16px;
  font-weight: 500;
}
.profile-full-name {
  font-size: clamp(18px, 3vw + 1rem, 21px);
  font-weight: 500;
  color: #000000;
}
.profile-emp-type {
  font-size: 16px;
  border-radius: 12px;
  background: #6DC0CB9C; 
  color: #000000;
  text-transform: capitalize;
  padding: 8px 24px;
}
.profile-location {
  font-size: 16px; 
  font-weight: 400;
  color: #727272; 
}
.profile-heading {
  font-size: clamp(18px, 3vw + 1rem, 21px);
  font-weight: 500;
}
.profile-sub-heading {
  font-size: clamp(17px, 3vw + 1rem, 19px);
  font-weight: 500;
}
.profile-content {
  font-size: 16px;
}

.modal-body .right-detail-tab.job-detail  {
  padding: 1rem;
}

.right-detail-tab.job-detail  {
  padding: 1rem;
}
@media (min-width: 1280px){
  .right-detail-tab.job-detail {
    padding: 3rem;
  }
}
.all-tabs .nav-link, .all-tabs .nav-link.active {
  border: none;
  background: transparent;
}

.all-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #2557A7;
}
.hire-text {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}
.hire-btn {
  background-color: #2557A7;
  color: #fff;
  line-height: 25px;
  border-radius: 6px;
  border: 2px solid #2557A7;
  transition: all 0.3s ease;
}
.hire-btn:hover {
  background-color: #fff;
  color: #000;
  border-radius: 6px;
}
.hire-title {
  font-size: 25px;
  font-weight:700;
  color: #1C52A8;
}




.validation_form label.error{
    position: absolute;
    bottom: -25px;
    z-index: 2;
    left: 20px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .job-superscript{
    background-color: #98dca6;
    color: #3a413a;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;        
  }
  .job-superscript.inactive{
    background-color: #f8afad;
  }
  #message_section{
    margin:30px;
    padding:10px;
    border:1px solid #3e3e3e;
  }
  .header-jobname, .sub-title{
    font-size: 1.5rem;
    font-weight: 400;
  
  }
  hr.soild.jobs{
    border-top: 2px solid #bbb;
  }
  .highlight {
    background-color: lemonchiffon;
  }
 .scout_highlight{
  background-color: rgb(186, 238, 186);
  border-radius: 12px;
  margin-bottom: 10px;
 }

 .input-focus-highlight {
  border: 1.7px solid #ddd;
  border-radius: 12px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.input-focus-highlight:focus {
  border-color: #2557A7; 
  box-shadow: 0 0 5px rgba(37, 87, 167, 0.5);
  outline: none; 
}

.apply-btn {
  background: #6DC0CB9C; 
  color: #000000 !important;
  transition: all 0.3s;
}
.apply-btn:hover {
  background: #7bd6e29c; 
  border: 1px solid #6DC0CB9C;
}

.interested-btn {
  background: #2557A7; 
  color: #ffffff;
  transition: all 0.3s;
}
.interested-btn:hover {
  background: #054ab8; 
  color: #ffffff;
 border: 1px solid #2557A7;
}
 .action-btn {
    font-size: 16px;
    background: #2557A7;
    color: white;
    padding: 10px 14px;
    border: none;
    outline: none;
    border-radius: 12px;
    font-weight: 400;
 }
 .border-b{
  border-bottom: 1px solid #DDDADA;
 }
 .generic-tabs{
    background-color:none;
 }
 .dropdown-menu a{
  cursor:pointer;
 }
 .button-tags {
  width:160px;
  list-style: none;
  margin: 0;
  padding: 1em;
  margin-right: 2em;
  position: relative;

  background: #2557A7;
  color: #fff;
  display: block;
  line-height: 1em;
  padding: 0.5em;
  text-decoration: none;

  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;

  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  transition: background 200ms ease;
  }
  .button-tags:before {
      background: #2557A7;
      content: "";
      height: 1.75em;
      width: 1.75em;
      position: absolute;
      top: 0.1em;
      right: -0.87em;
      z-index:2;
  
      -webkit-transform: rotate(40deg);
      -moz-transform: rotate(40deg);
      -o-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  
      -webkit-border-radius: 0.625em;
      -moz-border-radius: 0.625em;
      -o-border-radius: 0.625em;
      -ms-border-radius: 0.625em;
      border-radius: 0.625em;
  
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      -o-transition: background 200ms ease;
      -ms-transition: background 200ms ease;
      transition: background 200ms ease;
  }
  .button-tags {
    padding: 10px;
  }
  .button-tags:before {
    background: #2557A7;
    width: 27px;
    height: 27px;
    border-radius: 6px;
    right: -14px;
    top: 3px;
  }
  .button-tags:hover,
  .button-tags:hover:before {
      background: #1eaa82;
  }
span.h5 {
  font-size: 13px !important;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  
}
.border-bottom-gray {
  border-bottom-color: rgba(128, 137, 150, .1) !important;
}
@media (min-width: 1280px){
.navbar-nav .active{
    border-bottom:2px solid black;
}
.bor-right {
    border-right: 2px solid #dee2e6!important;
}
}
.navbar-expand-lg ul li a{
  min-width: 80px;
}
@media only screen and (max-width: 992px) {
  .rightbtn-bottom a.theme-btn {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    font-size: 13px;
}
.leftchatlist .comment-avatar, .midchatuser img {
    width: 30px !important;
    height: 30px !important;
}
  .navbar-expand-lg ul li span {
      display:none;
  }
  .navbar-expand-lg ul li a{
      min-width: 60px;
  }
  .navbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
  }
  .navbar-nav .dropdown-menu {
      position: absolute;
      float: none;
  }
  .navbar-expand-lg ul li a img {
    width: 30px;
    height: 30px;
  }
}
    .text-align-center{
        align-items:center;
    }

    .modal.left .modal-dialog {
      position:fixed;
      right: 0;
      margin: auto;
      width: 320px;
      height: 100%;
      -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content {
      height: 100%;
      overflow-y: auto;
    }

    .modal.right .modal-body {
      padding: 15px 15px 80px;
    }

    .modal.right.fade .modal-dialog {
      left: -320px;
      -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
      -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
      -o-transition: opacity 0.3s linear, left 0.3s ease-out;
      transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.right.fade.show .modal-dialog {
      right: 0;
    }


    @media (min-width: 768px) {
      .modal-dialog.profile {
          min-width: 400px;
          max-width: 500px;
      }
      .modal-dialog.job {
          min-width: 400px; 
      }
    }

/* ----- MODAL STYLE ----- */
.modal-content {
border-radius: 0;
border: none;
}

.modal-header {
border-bottom-color: #eeeeee;
background-color: #fafafa;
}
.modal .flex-row a{
color:black;
}
.modal .flex-row a:hover{
color:red;
}
.main-box{
border: 1px solid rgb(233, 230, 230);
padding: 20px;
border-radius: 8pt;
}
.borders {
border-radius: 8pt;
padding: 8pt;
margin-left: 10px;
height: 60px;
text-align: center;
width: 80px;
}
.borders:hover{
box-shadow: 0px 5px 8px 0px rgba(105, 104, 104, 0.5)

}
.mod-title{
font-size: 9px;
text-align: center;
line-height: 13px;
font-weight: 600;
padding-top: 7px;
}
.learn-title{
margin-top: 5px;
}
.learn-title h3{
font-size: 17px;
margin-left: -10px;
}
.jqte {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: rgba(128, 137, 150, 0.2);
}
.jqte_toolbar {
    background-color: rgba(128, 137, 150, 0.1);
    border-bottom-color: rgba(128, 137, 150, 0.2);
}
.jqte_tool {
    padding: 3px;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
    width: 80px;
    height: 24px;
    padding: 0;
    line-height: 24px;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
    font-weight: 500;
}
.jqte_editor, .jqte_source {
    min-height: 160px;
}
.z-depth-5 {
/*-webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22) !important;*/
border-radius: 1.25rem;
/* box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22) !important; */
}
label.error, span.error{
  color:red;
}
.generic-accordion .card-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 0;
    background-color: transparent;
    padding: 0;
}
.cart-txt{
  height:25px;
  width: 35px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align : center;
}
.coupon-txt{
  height:30px;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-align : center;
}

.pricing-card{
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.20000000298023224);
  background-color: rgba(242.00000077486038, 243.00000071525574, 245.00000059604645, 0.6000000238418579) !important;
}

.pricing-title{
  font-size:16px;
}

.product-title{
    color: rgba(33.00000183284283, 83.00000265240669, 204.00000303983688, 1);   
}

.buy-now{
  background-color: rgba(56.000000461936, 182.00000435113907, 83.00000265240669, 1)
}

.desc-list{
  list-style-type: square;
 }

ul {
  list-style: none;
}

ul.desc-list li::before {
  content: "\2022";
  color: green;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.btn-center{
  display: flex;
  justify-content: center;
}


.card-border{
  border : solid 1px #f3eaea;
}

.cart-container{
  margin-left : 20px;
}

.checkout-container{
  background: #FFF;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 40px;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}
.btn-primary:focus, .btn-success:focus, input.form-control:focus {
  box-shadow: none !important;
}
.nowrap {
  white-space: nowrap;
}
.login-form {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.login-form #isCodeSent h1 {
  font-size: 22px;
}
:focus-visible {
  outline: none !important;
}
.logo-box a.logo img {
  width: 45px;
  height: 45px;
}
#myHeader {
  box-shadow: 0 0 8px 2px rgba(0,0,0,.3);
}
.ts-dropdown, .ts-control, .ts-control input {
	font-size: 16px
}
#Jobs #listChatRooms > h2 {
  font-size: 30px;
}
.app-submit p {
  line-height: 22px;
}
.payment-section img {
  max-width: 250px;
  width: 100%;
}
.payment-section .payment-icon {
  text-align: center;
}
.payment-content a {
  text-decoration: underline;
  font-weight: 500;
  color: #0d233e
}

.btn-success.focus, .btn-success:focus, .btn-success.openApplicants, .btn-success, .btn-warning, .btn-warning.focus, .referProfessional {
  border: 1px solid;
  border-radius: 5px;
}
.btn-warning, .btn-warning.focus {
  border-color: #ffc107;
}
.search-angle-icon {
  position: absolute;
  right: 5px;
  top: 0;
}

.sec-head-block{
  padding: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.mid-chat-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.left-chat-content .sec-head-block {
  position: relative;
}
.left-chat-content .sec-head-block i {
  position: absolute;
  right: 25px;
  top: 34px;
}
.left-chat-content .sec-head-block svg {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}


/* scout dashboard new css */
.border-right-md {
  border-right: 2px solid #ddd;
  margin-top: -200px;
  padding-top: 203px;
}

@media (max-width: 767.98px) {
  .border-right-md {
    border-right: none;
  }
}

.scroll-container::-webkit-scrollbar {
  display: none;
}


.scroll-container {
scrollbar-width: none;
}
.field-title {
  font-size: clamp(16px, 4vw + 1rem, 19px);
  font-weight: 500;
}
.field-content {
  font-size: clamp(14px, 4vw + 1rem, 17px);
  font-weight: 400;
}

.members {
  border-top: 1px solid #BBBBBB;
  padding: 1rem 0 1rem 1rem;
}
.first-element:first-child {
  border-top: 0 !important;
}
.first-element:first-child .members {
  border-top: 0 !important;
}
.first-applicant:first-child {
  border-bottom: 1px solid #BBBBBB;
}


.custom.nav-tabs {
  border-bottom: none; 
}

.custom.nav-tabs .nav-item {
  margin-right: 0;
}
.custom.nav-tabs .nav-link {
  border: none;                   
  outline: none;                  
  background-color: transparent; 
  border-radius: 0;              
  color: black;                 
  font-size: 15px;  
  font-weight: 500;            
  padding: 10px;                
  display: inline-block;         
  text-decoration: none;         
}

/* Style for active tab */
.custom.nav-tabs .nav-link.active {
  border-bottom: 2px solid #2557A7;               
  background-color: transparent; 
}

/* Hover state */
.custom.nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #2557A7;            
}

/* .sec-head-block input {
  border: 1px solid #000;
  width: 100%;
  height: 44px;
  padding-left: 10px;
} */
.leftchatlist {
  padding: 0 10px;
}
.leftchatlist .row {
  margin: 0;
  padding: 15px;
  border-radius: 10px;
}
.leftchatlist .row.unread-chat {
  font-weight: bold;
}
.leftchatlist .row.selected-chat, .leftchatlist .row:hover {
  background-color: #f7f7f7;
}
.leftchatlist .comment-avatar {
  width: 50px;
  height: 50px;
}
.leftchatlist p{
  font-size: 13px;
  line-height: 20px;
}
.midcenternotes {
  padding: 0 15px 20px;
  margin: auto;
  font-size: 13px;
}
.midcenternotes > p {
  background: #f7f7f7;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 25px;
  margin-bottom: 20px;
}
.midcenternotes > p i {
  font-size: 15px;
}
.midcenternotes > p a {
  color: #6c727c;
  text-decoration: underline;
}
.midchatuser p {
  font-size: 16px;
}
.midchatuser p span {
  font-size: 13px;
}
.mid-chat-content .sec-head-block p {
  font-size: 14px;
  line-height: 20px;
}
.mid-chat-content p.headerusername {
  font-size: 17px;
  font-weight: 600;
}
.sec-head-block .comment-avatar {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.unread-chat.scout_row button:focus {
  box-shadow: none;
}
.mid-chat-content a.btn {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 25px;
  margin-left: 15px;
}
.usericonright a i {
  margin: 0 10px;
  font-size: 22px;
  line-height: 44px;
}
.rightheaderchat {
  font-weight: 900;
  font-size: 18px;
  line-height: 44px;
}
.rightcontentsec {
  padding: 0 15px;

}
.rightcontentsec h2 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 25px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.rightcontentsec p {
  font-size: 12px;
  font-weight: 900;
  line-height: 17px;
  text-transform: uppercase;
}
#application-history-modal .modal-body {
  max-height: 530px;
  overflow: auto;
}
.confirmation_block p {
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.blocking-job-form {
  font-size: 27px;
  line-height: 37px;
}

@media only screen and (max-width: 1199px) {
  .user-action {
      display: none;
  }
}
@media only screen and (max-width: 991px) {
  .rightcontentsec h2 {
    font-size: 20px;
}
.rightbtn-bottom a.theme-btn {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    font-size: 13px;
}
.leftchatlist .col-md-9.pl-0 {
  padding-left: 1rem !important;
  padding-right: 0;
}
.mid-chat-content .sec-head-block p {
  font-size: 13px;
}
.usericonright a i {
  margin: 0 5px;
}
.mid-chat-content a.btn {
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 30px;
  font-size: 14px;
}
.rightbtn-bottom div {
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
}
.leftchatlist .comment-avatar, .midchatuser img {
  width: 40px !important;
  height: 40px !important;
}
.midcenternotes {
  margin-top: 10px;
}
  .jobs-header-mobile .col-8 {
    max-width: 60%;
  }
  #Jobs #listChatRooms > h2 {
    font-size: 27px;
  }
  .page-header.header1 .container {
    position: relative;
  }
  .navbar-nav {
    margin-right: 50px;
  }
  .user-action {
    text-align: center;
    position: absolute;
    right: 0;
    width: 40px;
    display: block;
  }
  .navbar-nav .nav-item, .navbar-nav .notification-dropdown {
    display: none;
  }
  .nav-item:first-child {
    display: block;
  }
  .off-canvas-menu-toggle {
    font-size: 30px;
    box-shadow: none !important;
  }
  .generic-list-item .nav-item .nav-link .small {
    margin-left: 20px;
    text-align: left;
    width: calc(100% - 50px);
    font-size: 16px;
  }
  .generic-list-item .nav-item .nav-link {
    padding: 10px 20px;
  }
  #midcenternotes #job_section .res-head-sec-block {
    display: block;
    margin-bottom: 10px;
  }
  #midcenternotes #job_section .res-head-sec-block i{
    top: 16px;
  }
  #midcenternotes #job_section .res-head-sec-block input {
    width: 100% !important;
  }
  #midcenternotes #job_section .post-btn-scout {
    float: left !important;
  }
  .price-tab-responsive .price-summary {
    margin-top: 15px;
    padding-left: 0;
  }
  .left-pad-res {
    padding-left: 0;
  }
  .res-dnone {
    display: none;
  }
  .table-responsive-mobile .row {
    display: block;
  }
  .table-responsive-mobile > .row > div:nth-child(1), .table-responsive-mobile > .row > div:nth-child(3), .table-responsive-mobile > div.row div.row > div {
    max-width: 100%;
    padding-left: 150px; 
    position: relative;
    margin-bottom: 10px;
  }
  .table-responsive-mobile > .row > div:nth-child(2) {
    max-width: 100%;
  }
  .table-responsive-mobile > .row > div:nth-child(3) div.row.float-right {
    float: left !important;
    margin-left: 0;
  }
  .table-responsive-mobile > div.row > div:before, .table-responsive-mobile > div.row div.row > div:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
  }
  .table-responsive-mobile > div.row > div:nth-child(1):before {
    content:"Product";
  }
  .table-responsive-mobile > div.row > div:nth-child(3):before {
    content:"";
  }
  .table-responsive-mobile > div.row div.row > div:nth-child(1):before {
    content:"Unit Price";
  }
  .table-responsive-mobile > div.row div.row > div:nth-child(2):before {
    content:"You own";
  }
  .table-responsive-mobile > div.row div.row > div:nth-child(3):before {
    content:"Quantity";
  }
  .table-responsive-mobile > div.row div.row > div:nth-child(4):before {
    content:"Cost to you";
  }
}
@media only screen and (max-width: 767px) {
    .midcenternotes {
      margin-top: 10px;
  }
  .rightbtn-bottom {
      margin-bottom: 20px !important;
  }
  .rightcontentsec h2 {
      font-size: 20px;
  }
  .sec-head-block {
      border-top: 1px solid #ddd;
  }
  .mid-chat-content {
      border: 0;
  }
  .sign-up-area {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .sign-up-area .hero-content h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .sign-up-area .hero-content p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .sign-up-area .hero-content {
    margin-bottom: 25px;
  }
  .form-action-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .login-form #isCodeSent h1 {
    font-size: 18px !important;
  }
  .navbar-expand-lg ul li a{
      min-width: 49px;
  }
  .jobs-header-mobile {
    display: block !important;
  }
  .jobs-header-mobile .col-8 {
    max-width: 100%;
  }
  .jobs-header-mobile .hero-btn-box a {
    max-width: 240px;
    width: 100% !important;
    display: block;
  }
  #Jobs #listChatRooms > h2 {
    font-size: 23px;
  }
  .search-angle-icon {
    top: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .navbar-expand-lg ul li a img {
    width: 25px;
    height: 25px;
    margin-top: -4px
  }
  #myHeader nav {
    padding: 0
  }
  #Jobs #listChatRooms > h2 {
    font-size: 20px;
  }
}

/* ---------------------------------- */
/* Loader
------------------------------------- */
.taoh-loader.show {
  display: block !important;
}

.taoh-loader:not(.show) {
  display: none !important;
}

.taoh-loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 55px;
  height: 55px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* ---------------------------------- */
/* Active Offline status
------------------------------------- */

.active-status {
  border-radius: 50%;
  background: #01754f;
  flex-shrink: 0;
  transition: 167ms ease-in-out;
  box-sizing: border-box;
  animation: fade-in 167ms ease-in;
  position: absolute;
  box-shadow: 0 0 0 2px #fff;
  width: 10px;
  height: 10px;
}

.active-status-border {
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  transition: 167ms ease-in-out;
  box-sizing: border-box;
  animation: fade-in 167ms ease-in;
  position: absolute;
  box-shadow: 0 0 0 3px #fff;
  border: 3px solid #01754f;
}

/* ---------------------------------- */
/* Message helper
------------------------------------- */

#message_helper ul {
  margin-left: 0;
}

#message_helper ul li {
  list-style: none;
  border: 1px solid #6c727c;
  text-align: center;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 14px;
  color: #0d233e;
  cursor: pointer;
}

#message_helper ul li:hover {
  background-color: #d4d2d0;
}

/* ---------------------------------- */
/* Chat area
------------------------------------- */

.chat-area #commentInput {
  height: 100px;
  resize: none;
}

.chat-area #sendChat {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #007bff;
    color: #fff;
    right: 20px;
    bottom: 15px;
    position: absolute;
    font-size: 18px;
    padding: 10px;
    line-height: 20px;
}

.chat-area #sendChat:hover {
    color: #fff;
    font-size: 20px;
}

.mine {
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding-right: 20px;
  padding-left: 80px;
}

#comments {
  min-height: 350px;
  max-height: 500px;
  overflow: auto;
  width: 100%;
}

#comments li {
  list-style-type: none;
  display: flex;
}

.comment-body {
  padding: 0 15px!important;
}

#comments li.mine .comment-body{
  background: #e6f9ff;
}

.comment-body:before,
.comment-body:after {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  content: '';
}

#comments li.others .comment-body:before {
  left: -7px;
  background: #fff;
  transform: rotate(-135deg);
}

#comments li.mine .comment-body:after {
  right: -7px;
  background: #e6f9ff;
  transform: rotate(45deg);
}
.job_filter.active {
  border-bottom: 2px solid #2557A7;
}
.job_filter.active.active-tab {
  background: transparent !important;
}
.job-tabs a:hover {
 color: #2557A7 !important;
}
.badge-system{
    justify-content: center;
    font-size: 15px;
    margin: 10px 0;
}
.badge-system .badge{
    line-height: 1rem;
    max-width: 80%;
    text-wrap:wrap;
}

@keyframes highlight_msg {
    0% {
        background: #ff9;
    }

    100% {
        background: none;
    }
}

.highlight_msg {
    animation: highlight_msg 5s;
}

.chat-meeting {
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 10px;
    margin: 0 0 10px;
    display: flex;
}

.chat-meeting i.la-video {
    border-right: 1px solid;
    padding: 6px 12px 0 0;
    margin-right: 10px;
    font-size: 30px;
}

.chat-meeting .chat-meeting-link {
    color: #007bff;
    font-weight: 600;
}

.bell-notification{
    position: relative;
    display: inline-block;
}

.bell-notification span{
    left: 14px;
    padding: .1em .4em;
    position: absolute;
    background-color: #dc3545 !important;
    color: #fff !important;
}

.bell-notification i{
    font-size: 24px;
    padding-top: 8px;
}

.theme-btn-primary {
    background-color: #2656a3;
    color: #ffffff;
    border: 1px solid #2656a3;
}

.theme-btn-primary:hover {
    background-color: #3C67AB;
    color: #ffffff;
    border: 1px solid #3C67AB;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    header.sticky-top {
        top: 90px;
        z-index: 3;
    }
}

.close-support {
  position: fixed;
  top: 40%;
  right: 5px;
  z-index: 1000000001;
  height: 37px;   
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;   
  border-radius: 0;
  background: #2557A7;
  border: 1px solid #2557A7;
  color: #ffffff;
}
.support-right, .support-left {
  background: #2557A7;
  border: 1px solid #2557A7;
  border-radius: 0;
  font-size: 17px;
  color: #ffffff;
  display:inline-block;
  position: fixed;
  right: 5px;
  top: 40%;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  z-index: 1000000001;
  box-shadow: -4px -4px 4px 0px #00000040;
  transition: opacity 0.3s ease, right 0.3s ease;
}
/* Class to slide the support button off-screen */
.support-right.slide-out {
  right: -200px;
  opacity: 0;
}
.support-right:hover, .support-left:hover, .close-support:hover { 
  color: #2557A7;
  background: #ffffff;
}
.support-right svg, .support-left svg, .close-support svg { 
  fill: #ffffff;
}
.support-right:hover svg, .support-left:hover svg, .close-support:hover svg { 
  fill: #2557A7;
}
.support-left {
  left: -115px;
  box-shadow: -4px 4px 4px 0px #00000040;
}
#toggle-icon {
  font-size: 21px;
  font-weight: 500;
}
.qmark {
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  margin-left: 6px;
}
.note-editable ol {
  list-style-type: decimal; /* show numbers */
  margin-left: 20px; /* adjust margin */
  padding-left: 20px; /* adjust padding */
}

.note-editable ul {
  list-style-type: disc; /* bullets for unordered list */
  margin-left: 20px;
  padding-left: 20px;
} 


/* events re */
.events-re .nav-tabs.main-tabs {
  width: 100%;
  min-width: 239px;
  max-width: 239px;
  border-bottom: none;
}
.events-re .nav-tabs.main-tabs .nav-link {
  border: 1px solid #D3D3D3;
  min-height: 48px;
  display: flex;
  align-items: center;
  border-radius: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
.events-re .sm-title-700 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
.events-re .sm-content-400 {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.events-re .publish-btn {
  background-color: #17A550;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.events-re .suspend-btn {
  background-color: #FF6600;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.events-re .nav-tabs.main-tabs .nav-link.active {
  border: 1px solid #2557A7;
  background-color: #2557A7;
  color: #ffffff;
}
.events-re .nav-tabs.main-tabs .nav-item.error .nav-link {
  border: 1px solid #Dc3545;
  background-color: #Dc3545;
  color: #ffffff;
}
.events-re .nav-tabs.main-tabs .nav-item.error .nav-link:hover {
  background-color: #bd2130;
  border-color: #b21f2d;
}
.events-re .nav-tabs.main-tabs .nav-item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.events-re .nav-tabs.main-tabs .nav-item.disabled .nav-link {
   pointer-events: none;
}
.events-re .content-border {
  border: 1px solid #D3D3D3;
}
.events-re .event-label {
  font-size: 15px;
  font-weight: 400;
  color: #333333;  
  line-height: 17px; 
  margin-bottom: 3px;
}

.events-re .event-label span.red {
  color: #F20F0F;
}
.events-re .label-sub-text {
  font-size: 11px;
  font-weight: 400;
  color: #333333;
  line-height: 13px;
  margin-bottom: 8px;
}
.events-re.event-lobby-form .hr {
  height: 1px;
  background-color: #000000;
  display: flex;
  align-items: end;
}

.events-re.event-lobby-form .hr span {
  height: 4px;
  background-color: #2557A7;
  width: 15%;
}
.events-re.event-lobby-form .title-label {
  font-size: 19px;
  font-weight: 500;
}

.events-re.event-lobby-form input[type="text"], .events-re.event-lobby-form input[type="number"], .events-re.event-lobby-form input[type="date"], .events-re.event-lobby-form textarea, .events-re.event-lobby-form select { 
  min-height: 42px;
}
.event-lobby-form input[type="text"], .event-lobby-form input[type="date"], .event-lobby-form textarea, .event-lobby-form select {
  border: 1px solid #ced4da !important;
  min-height: 44px;
}
.event-lobby-form input[type="text"]:focus, 
.event-lobby-form input[type="date"]:focus, 
.events-re.event-lobby-form input[type="number"]:focus,
.event-lobby-form textarea:focus, 
.event-lobby-form select:focus {
  border-color: #80bdff !important;  /* Blue border on focus */
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
  outline: none; 
}
.event-lobby-form .std-btn {
  background: #2557A7;
  color: #fff;
  /* min-height: 51px; */
  border-radius: 6px;
  font-size: 16px;
}
.events-re.event-lobby-form .std-btn { 
  font-size: 12px;
  width: fit-content;
}
.event-lobby-form .s-btn {
    background: #28A745;
    color: #fff;
    line-height: 40px;
    font-size: 19px;
    border-radius: 6px;
}

.event-lobby-form .c-btn {
    background: #BEBEBEEB;
    color: #000000;
    line-height: 40px;
    font-size: 19px;
    border-radius: 6px;
}
.events-re.event-lobby-form .ts-control {
    min-height: 42px;
    display: flex;
    align-items: center;
}
.events-re.event-lobby-form .ts-wrapper.single .ts-control input {
    border: none !important;
}
.events-re.event-lobby-form .ts-wrapper.single .ts-control input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.events-re.event-lobby-form .ts-control:focus-within {
    border-color: #80bdff !important;
    outline: none; 
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);;
}

.event-lobby-form .radio-label {
  display: flex;
  align-items: center;
}
.events-re.event-lobby-form .radio-label input[type="radio"] {
  width: 15px;
  height: 15px;
}
.events-re.event-lobby-form .field-container {
  border: 1px solid #ced4da;
  border-radius: 8px;
  margin-bottom: 30px;
}

.events-re.event-lobby-form .common-toggle .btn-group-toggle .btn {
  border: 1px solid #3D3D3D;
  color: #000000;
  max-width: 246px;
  width: 100%;
  min-width: 100%;
  line-height: 29px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}
.events-re.event-lobby-form .common-toggle .btn-group-toggle .btn:hover {
  background-color: #2557A7;
  color: white;
}

.events-re.event-lobby-form .common-toggle .btn-group-toggle .btn.active {
  background-color: #2557A7;
  color: white;
}

.events-re.event-lobby-form .common-toggle .btn-group-toggle .btn input[type="radio"] {
  display: none;
}

.events-re.event-lobby-form .std-rmv-btn {
  background: #ff0000;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
}

.events-re.event-lobby-form .cancel-btn {
  background: #CF6A6A;
  color: #ffffff;
  line-height: 30px;
  font-size: 15px;
  border-radius: 6px;
}

.events-re.event-lobby-form .save-btn {
  background: #47A52D;
  color: #ffffff;
  line-height: 30px;
  font-size: 15px;
  border-radius: 6px;
}

.events-re .repeatable_questions > .questionsitem,
.events-re .repeatable_group_discounts > .discountsitem {
    border: 1px solid #bfbfbf;
    padding: 15px;
    margin-bottom: 15px;
}
.events-re .repeatable_questions > .questionsitem {
  border: none;
  padding: 0;
}

.events-re.event-lobby-form .switch-container .switch {
  position: relative;
  display: inline-block;
  top: 12px;
  width: 60px;
  height: 34px;
}

.events-re.event-lobby-form .switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.events-re.event-lobby-form .switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.events-re.event-lobby-form .switch-container .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.events-re.event-lobby-form .switch-container input:checked + .slider {
  background-color: #2196F3;
}

.events-re.event-lobby-form .switch-container input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.events-re.event-lobby-form .switch-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.events-re.event-lobby-form .switch-container .slider.round {
  border-radius: 34px;
}

.events-re.event-lobby-form .switch-container .slider.round:before {
  border-radius: 50%;
}


/* events re end */


/* animated bottom menu */
.animated-menu.menu-container {
    position: fixed;
    bottom: -90px;
    right: -90px;
    width: 180px;
    height: 180px;
    z-index: 99999;
}

.animated-menu .menu-toggle {
    display: none;
}

.animated-menu .menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    /* margin-top: -40px;
    margin-left: -40px; */
    margin-bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
    overflow: hidden;
}

.animated-menu .menu-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.3;
}
.animated-menu .menu-button img:hover {
    opacity: 1;
}

.animated-menu .menu-toggle:checked~.menu-button img {
    opacity: 1;
}


.animated-menu .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px;
    border-radius: 50%;
    background: #e74c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s;
    text-align: center;
}

.animated-menu .menu-toggle:checked~.icon {
    opacity: 1;
    pointer-events: auto;
}

/* Circular positioning for 6 items */
.animated-menu .menu-toggle:checked~.icon:nth-of-type(3) {
    transform: rotate(255deg) translate(180px) rotate(-255deg);
}

.animated-menu .menu-toggle:checked~.icon:nth-of-type(4) {
    transform: rotate(225deg) translate(180px) rotate(-225deg);
}

.animated-menu .menu-toggle:checked~.icon:nth-of-type(5) {
    transform: rotate(195deg) translate(180px) rotate(-195deg);
}

.animated-menu .menu-toggle:checked~.icon:nth-of-type(6) {
    transform: rotate(120deg) translate(180px) rotate(-120deg);
}

.animated-menu .menu-toggle:checked~.icon:nth-of-type(7) {
    transform: rotate(60deg) translate(180px) rotate(-60deg);
}

.animated-menu .menu-toggle:checked~.icon:nth-of-type(8) {
    transform: rotate(0deg) translate(180px) rotate(-0deg);
}

.animated-menu .icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.animated-menu .icon-content img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    border-radius: 50%;
}

.animated-menu .icon-label {
    font-size: 10px;
    color: #000000;
    background-color: #ffffff;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

@media (min-width: 1800px) {
    .animated-menu .icon-label {
        background-color: transparent;
        padding: 0;
        border: none;
    }
}

.animated-menu .sidekick-icon {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.animated-menu .sidekick-icon .icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(4px);
    /* vertically centers icon better */
}

.animated-menu .sidekick-icon img {
    width: 42px;
    max-height: 42px;
    object-fit: contain;
    margin-bottom: 4px;
}

.animated-menu .icon-label {
    font-size: 10.5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #000000;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    text-align: center;
}

.animated-menu .baba-icon {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.animated-menu .baba-icon .icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-8px);
}

.animated-menu .baba-icon img {
    width: 75px;
    max-height: 75px;
    object-fit: contain;
    margin-bottom: 2px;
}

.animated-menu .askbot-icon {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.animated-menu .askbot-icon .icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(4px);
}

.animated-menu .askbot-icon img {
    width: 42px;
    max-height: 42px;
    object-fit: contain;
    margin-bottom: 4px;
}

.animated-menu .profile-icon {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.animated-menu .profile-icon .icon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(4px);
}

.animated-menu .profile-icon img {
    margin-top: -1px;
    width: 66px;
    max-height: 66px;
    object-fit: contain;
    margin-bottom: -2px;
}
.animated-menu .profile-icon svg {
    margin-top: -1px;
    width: 66px;
    max-height: 66px;
    object-fit: contain;
}
        
/* animated bottom menu end */



/* chatbot css */
.user-chatarea-messages {
    min-height: 170px;
    overflow-y: auto;
    max-height: 210px;
    scrollbar-width: thin;
}
.chatbot-acc .card-header {
    display: flex;
    gap: 6px;
    align-items: start;
    background-color: #000000;
    /* background-color: #FCF5EB; */
    border-radius: 8px 8px 0 0 !important;
    cursor: unset;
    padding-bottom: 7px;
}
.chatbot-acc {
    position: fixed;
    right: unset;
    left: 20px;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    max-width: 330px;
}
.chatbot-acc .title-con {
    display: flex;
    align-items: center;
    gap: 12px;
}
.chatbot-acc .bot-img, .chatbot-acc .user-img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
}
.chatbot-acc .bot-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    /* color: #000000; */
    line-height: 1.3;
}
.chatbot-acc .bot-description {
    font-size: 9.92px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
}
.chatbot-acc .dropdown-toggle::after {
    display: none; /* Hide default arrow */
}
.chatbot-acc .user-chatarea-messages .acc-user-chat {
    position: relative;
    padding: 13px 16px;
    background-color: #EDF0F5;
    border-radius: 9px;
    margin-left: 26px;
    display: flex;
    align-items: start;
    gap: 12px;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0.83px 0.83px 0px #00000033;
    margin-bottom: 26px;
}
.chatbot-acc .user-chatarea-messages .bot-chat {
    position: relative;
    padding: 13px 16px;
    background-color: #FFFFFF;
    border-radius: 9px;
    margin-right: 26px;
    display: flex;
    align-items: start;
    gap: 12px;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0.83px 0.83px 0px #00000033;
    margin-bottom: 26px;
}
.chatbot-acc .user-chatarea-messages .bot-chat .bot-img, .chatbot-acc .user-chatarea-messages .acc-user-chat .user-img, .chatbot-acc .user-chatarea-messages .acc-user-chat img {
    border-radius: 100%;
    box-shadow: 0px 3.31px 3.31px 0px #00000040;
}
.chatbot-acc .user-chatarea-messages .acc-user-chat .time-stamp {
    position: absolute;
    bottom: -14px;
    right: 9px;
    color: #888888;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
}
.chatbot-acc .user-chatarea-messages .bot-chat .time-stamp {
    position: absolute;
    bottom: -14px;
    left: 9px;
    color: #888888;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
}
.chatbot-acc .user-chatarea-messages .chat-message {
    font-size: 12.4px;
    font-weight: 400;
    color: #444444;
    line-height: 1.3;
    margin-bottom: 0;
}
.chat-form {
    border: 1px solid #d0d0d0;
    padding: 15px 0;
    border-left: 0;
    border-right: 0;
    display: flex;
}
@media (min-width: 525px) {
    .chatbot-acc {
        left: unset;
        right: 100px;
    }
}

/* chatbot css end*/


/* organizer message start */
.org-msg-con .nav-tabs .nav-item {
  flex: 1;
}
.org-msg-con .nav-tabs .nav-link {
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  color: #000000;
 
  min-height: 64px;
  min-height: 55px;
  font-size: 18px;
  font-weight: 400;
}
.org-msg-con .nav-tabs .nav-link.active {
  background-color: #000000;
  color: #ffffff;
}
.org-msg-con .count {
  background-color: #ED1C2480;
  color: #ED1C24;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  margin-left: 4px;
}
.org-msg-con .border {
  border: 1px solid #d3d3d3 !important;
}

@media (min-width: 1200px) {

  .border-lg-left {
    border-left: 1px solid #d3d3d3;
  }
}

.org-msg-con .message-lists .message-list {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 17px;
  margin-bottom: 12px;
}
.org-msg-con .message-lists .message-list .all-info-con{
  flex: 1;
  display: flex;
  align-items: start;
  gap: 12px; 
  max-width: 880px;
}

.org-msg-con .message-lists .message-list .prof-img {
  margin-top: 15px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  object-fit: contain;
}
.org-msg-con .message-lists .message-list .dropdown-toggle::after {
  display: none;
}
.org-msg-con .message-lists .message-list .hover-option-lists {
  display: flex;
  align-items: start;
  gap: 6px;
  visibility: hidden;
}
.org-msg-con .message-lists .message-list:hover .hover-option-lists {
  visibility: visible;
}
.org-msg-con .message-lists .message-list .message-info {
  flex: 1;
  max-width: 835px;
  background-color: #f5f5f5;
  padding: 18px 11px 23px;
  border-radius: 3px;
}
.org-msg-con .message-lists .message-list .message-info .name {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.org-msg-con .message-lists .message-list .message-info .room {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #009444;
  line-height: 16px;
}
.org-msg-con .message-lists .message-list .message-info .channel {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #2557A4;
  line-height: 16px;
}
.org-msg-con .message-lists .message-list .message-info .message {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 14px;
  margin-top: 6px;
  max-width: 525px;
}
.organizer-channel-modal .modal-header, .reply-modal .modal-header {
  background-color: #ffffff;
}
.organizer-channel-modal .modal-header .modal-title, .reply-modal .modal-header .modal-title {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}
.organizer-channel-modal .modal-header .modal-title .channel {
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  color: #2557A7;
  text-transform: capitalize;
}
.reply-modal .modal-header .modal-title .name {
  text-transform: capitalize;
}
.org-msg-con .std-btn, .organizer-channel-modal .std-btn, .reply-modal .std-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 400;
  background-color: #2557A7;
  color: #ffffff;
}

.org-msg-con .custom-control-label {
  width: 38px;
}
.org-msg-con .custom-control-label::before {
  height: 24px;
  border-radius: 12px;
  width:36px;
}
.org-msg-con .custom-switch .custom-control-label::after {
  height: 16px;
  border-radius: 12px;
  width:16px;
  top: 8px;
  left: calc(-2.25rem + 3px);

}
.org-msg-con .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.org-msg-con .t-link {
  color: #2557A7;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
}
a.t-link:hover {
  text-decoration: none;
}

.org-msg-con .breadcrumb {
  background-color: transparent;
  margin: 0;
}
.org-msg-con .breadcrumb-item+.breadcrumb-item::before {
  content: "|";
}
.org-msg-con .breadcrumb-item {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
/* organizer message end */

/* event instance */

.event-instance .card-container {
  width: 100%;
  max-width: 1163px;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin: 0 15px;
}
.event-instance .e-header {
 border-bottom: 1px solid #d3d3d3;
 display: flex;
 flex-wrap: wrap-reverse;
 justify-content: space-between;
 align-items: center;
 gap: 12px;
}
.event-instance .e-header .e-title {
  font-size: clamp(16px, 1vw + 1rem, 24px);
  font-weight: 400;
  line-height: 1.189;
  color: #000000;
}
.event-instance .e-header .d-text {
  font-size: clamp(16px, 1vw + 1rem, 22px);
  font-weight: 400;
  line-height: 1.189;
  color: #000000;
}
.event-instance .e-header .btn.std-btn {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.189;
  color: #ffffff;
  background-color: #2557A7;
  margin-left: auto;
}
.event-instance .instance-lists .instance-list {
  border: 1px solid #d3d3d3;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.event-instance .instance-lists .instance-list .e-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #616060;
}
.event-instance .instance-lists .instance-list .e-time {
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
  color: #2557A7;
}
.event-instance .instance-lists .instance-list .btn.manage-instance {
  font-size: 17.7px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #222222;
  border-radius: 6px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
/* event instance end */




/* toast styles */
    .dojo.toast {
        width: fit-content;
        max-width: 685px;
        position: fixed; 
        right: 0;
        z-index:999999;
        opacity:1;
        border-radius:10px;
        background-color: rgba(255, 255, 255, 1);
    }
    .dojo.toast.toast-top-right {
        right: 0;
        top: 10%; 
    }
    .dojo.toast.toast-middle-right {
        right: 0;
        bottom: 17%; 
    }
    .dojo.toast.toast-bottom-right {
        right: 0;
        bottom: 0; 
    }
    .dojo.toast.toast-middle {
        top: 50%;
    }
    .dojo.toast.toast-middle.toast_active {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .dojo .toast-header {
        position: relative;
        background-color: #000000;
        color: #ffffff;
        border-radius: 10px 10px 0 0;
        padding: 10px 31px;
    }
    .dojo .toast-header.toasterror_class::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 9px;
        background: linear-gradient(270deg, #D33100 0%, #CA8787 50%, #D33100 100%);
        border-radius: 12px 12px 0 0;
    }
    .dojo .toast-header.success_class::before, .chatbot-acc .card-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 9px;
        background: linear-gradient(270deg, #0F9D58 0%, #A1EAA3 50%, #0F9D58 100%);
        border-radius: 12px 12px 0 0;
    }
    .chatbot-acc .card-header::before  {
        height: 7px;
        border-radius: 8px 8px 0 0;
    }
    .dojo .toast-header.warning_class::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 9px;
        background: linear-gradient(270deg, #FFBA37 0%, #F3E89A 50%, #FDCC6E 100%);
        border-radius: 12px 12px 0 0;
    }
    .dojo .toast-header.info_class::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 9px;
        background: linear-gradient(270deg, #0058D8 0%, #6DABFF 50%, #0058D8 100%);
        border-radius: 12px 12px 0 0;
    }
    .toast_dismiss.toast-v2-dismiss {
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 26px;
        float: unset;
        cursor: pointer;
        padding: 0;
        color: #ffffff;
        z-index: 2;
    }
    
    .dojo .toast-header .heading {
        font-size: clamp(17px, 1vw + 1rem, 21px);
        color: #ffffff;
        line-height: 1.13;
        z-index: 2;
        margin-top: 9px;
        margin-right: 115px;
        display: flex;
        align-items: center;
        gap: 12px;
    }
   
    .dojo .toast-header .dojo-v1-svg {
        position: absolute;
        bottom: -10.34px;
        right: 55px;
        z-index: 1;
    }
    .dojo .toast-body .sm-text {
        font-size: 16px;
        line-height: 1.2;
        color: #000000;
    }
    .dojo .dojo-v1-btn {
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        border: 1px solid #000000;
        background-color: #000000;
        border-radius: 6px;
        line-height: 14px;
        padding: 6px 23px;
        display: block;
        margin-left: auto;
        max-width: fit-content;
    }

    .toast-middle-con {
        position: fixed !important;
        inset: 0;
        z-index: 99999;
        background-color: rgba(0, 0, 0, 0.5);
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
/* toast stylesend */

.btn-underline {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 1024px) {
.modal.viewInclusionsModal .modal-dialog {
      max-width: 600px;
  }
}
.modal.viewInclusionsModal .modal-content {
  border-radius: 12px;
}
.modal.viewInclusionsModal .modal-header {
  background-color: #2557A7;
  color: #ffffff;
  border-radius: 12px 12px 0 0;
}
.modal.viewInclusionsModal .modal-title {
 font-size: 19px;
 font-weight: 400;
 color: #ffffff;
}
.modal.viewInclusionsModal .incentive {
  border: 1px solid #d3d3d3;
  border-radius: 12px;
}
.modal.viewInclusionsModal .incentive ul li  {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    border-bottom: 0.8px solid #E7E4E4;
    color: #000000;
}


.btn-group.btn-group-toggle.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gap-1 {
  gap: 1rem;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.pointer-none {
  pointer-events: none;
}

#event_reserve_blk .form-check-input {
  margin-top: 0.2rem;
}

