.el-detail-page .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 10%) !important;
}
.md-pall-15 {
  padding: 15px !important;
}
.marginauto{
  margin: auto;
}
.event-cover-pic .el-mainbanner {
  width: 100%;
  min-height: inherit;
  max-height: inherit;
  border-radius: 0 0 10px 10px;
}
.table-responsive th{
    background: #d7dee0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.bannerslider .carousel-item:hover {
    transition: none;
}
.carousel-control-prev, .carousel-control-next{
  opacity: 1;
  z-index: 9;
}
.bannerslider .carousel-item.active,
.bannerslider .carousel-item-next,
.bannerslider .carousel-item-prev{
transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.el-invite-section {
 padding: 15px !important;
 margin-bottom: 20px;
 background: #fff;
 border-radius: 0.35rem !important;
 box-shadow: 0px 0px 5px #ddd;
}
.el-invt-banner {
  border-radius: 0.35rem !important;
  max-width: 100%;
  height: auto;
  min-height: initial;
}
.eldetails-summary {
  background-color: transparent;
  margin-bottom: 1.5rem !important;
  border-radius: 0.25rem !important;
  box-shadow: none;
}
.eldetails-summary-inner {
  padding: 15px;
  align-items: center !important;
  justify-content: space-between !important;
  display: flex !important;
  border-bottom: 1px solid #e3e6f0 !important;
}
.el-overview-section {
  margin-top: 30px;
}
.el-content-section {
  background: #fff;
  box-shadow: 0px 0px 5px #ddd;
}
.primary-event-h1 {
  color: #3a3b45 !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.1;
}
.primary-event-name {
  color: #3a3b45 !important;
  font-weight: 700 !important;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 1.1;
}
.primary-eventer {
  color: #5a5c69 !important;
  margin-bottom: 0;
  line-height: 21px;
}
.eldetails-summary-second-inner {
  padding: 15px;
  align-items: center !important;
  display: flex;
}

.el-content-section-main-h h2 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
    color: #3a3b45;
    padding-top: 0;
}
.el-content-section-desc {
  font-size: 12px;
  color: #77838f;
}
.el-gallery-section {
  background: #fff;
}
.el-location-section {
  background: #fff;
  box-shadow: 0px 0px 5px #ddd;
}
.buyticket-nav {
  padding: 44% 10%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  min-height: 240px;
  background: #5bc0de;
  border-radius: 5px;
}
.el-icon-box-wrapper {
  padding: 20px;
}
.el-icon {
  font-size: 32px;
}
.el-icon-box-title {
  color: #3a3b45;
  font-size: 18px;
}
.el-icon-box-description {
  color: 77838f;
  font-size: 12px;
}
.alldates-nav {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.location-nav {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.el-general-section {
  background: #fff;
}
.el-general-section {
}
.el-general-section .tab-content {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 150px;
}
.el-general-section .nav-tabs > li a {
  color: #444 !important;
}
.el-general-section .nav-tabs > li.active a {
    color: #444 !important;
       border-bottom: 2px solid #222222;
}
.eldetails-summary-second-inner .prizevalue {
  font-size: 14px;
  padding: 5px;
  background: #d9edf7;
  color: #3a3b45;
  border-radius: 3px;
}
.wizardpopup .modal-dialog {
  width: 1000px;
  height: auto;
}
.wizardpopup .modal-header {
  border-bottom: none;
  padding: 10px 15px;
}
.wizardpopup .modal-footer {
  padding: 10px;
  text-align: right;
  bottom: 0;
  width: 100%;
  background: transparent;
}
.progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}
.progressbar .active {
  color: #000000;
}
.progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 24.6%;
  float: left;
  cursor: pointer;
  position: relative;
  background: #21215d;
  padding: 10px;
}

.progressbar .account:before {
  font-family: FontAwesome;
  content: "\f023";
  font-size: 30px;
  display: block;
}
.progressbar .personal:before {
  font-family: FontAwesome;
  content: "\f007";
  font-size: 30px;
  display: block;
}

.progressbar .payment:before {
  font-family: FontAwesome;
  content: "\f09d";
  font-size: 30px;
  display: block;
}

.progressbar .confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 30px;
  display: block;
}
.progressbar li p {
  margin: 0;
}

.progressbar li:last-child {
  background: orange;
  padding: 49px;
  line-height: 1;
  text-align: center;
  margin: 0 5px;
}
.progressbar li:last-child h3 {
  text-transform: uppercase;
  font-size: 14px;
}
.view-events-detail .close {
  float: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #808080;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.progressbarlist {
  margin-top: 10px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0px;
}

.progressbarlist .active {
  color: #673ab7;
}

.progressbarlist li {
  list-style-type: none;
  font-size: 15px;
  width: 33.33%;
  float: left;
  position: relative;
  font-weight: 400;
}

.progressbarlist .step0:before {
  content: "";
}

.progressbarlist li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  background: #41555f;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
}

.progressbarlist li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #455a64;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 1;
}

.progressbarlist li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.progressbarlist li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.progressbarlist li.active:before,
.progressbarlist li.active:after {
  background: #66dbeb;
}
.card-block {
  border: 1px solid #cfd8dc;
  width: 45%;
  margin: 2.5%;
  padding: 20px 25px 15px 25px;
}
fieldset.show {
  display: block;
}

fieldset {
  display: none;
}

/* -------- */
/* Organization page styling */
/* --------- */

.org-detail-page {
}
.org-detail-page .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}
.org-detail-page .el-invt-banner {
      padding: 25px;
    min-height: auto;
    width: auto;
}
.eventthumbimg {
  width: 100%;
  height: auto;
}
.widget-bookingvol {
  position: absolute;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
  border-radius: 0.35rem !important;
  margin: 15px;
}
.text-gray-900 {
  color: #3a3b45 !important;
  font-size: 13px;
  vertical-align: super;
}
.bookingperct {
  font-weight: 700;
  font-size: 34px;
  color: #31708f!important;
  margin: 0!important;
}
.volcontent {
  color: #858796 !important;
  font-size: 11px;
}
.el-eventlist-section .elshadow {
  box-shadow: 0 0.3rem 0.9rem 0 rgb(58 59 69 / 20%) !important;
  cursor: pointer;
}
 .position-name{
  font-size: 18px;
  color: #774e79;
  padding-bottom: 10px;
  font-weight: 600;
}
.description-event {
  /* min-height: 200px; */
}
.progressbarlist li span {
  position: absolute;
  top: 12px;
  z-index: 9999;
  left: 68px;
  font-weight: 500;
  color: #ffff;
}
.org-detail-page .carousel-control-prev-icon {
  position: absolute;
  left: 0;
}
.org-detail-page .carousel-control-next-icon {
  position: absolute;
  right: 0;
}





/* Event booking popup styles */

.wizardpopup img {
  max-width: 100%;
}
.wizardpopup .wrapper {
  height: auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizardpopup .wizard {
    width: 100%;
    position: relative;
}
.wizardpopup .wizard > .steps {
  position: absolute;
  top: 27.44%;
  right: 30%;
  transform: translateX(50%);
  z-index: 9;
}
.wizardpopup .wizard > .steps .current-info, .wizard > .steps .number {
    display: none;
}
.wizardpopup .wizard > .steps ul {
  display: flex;
  justify-content: center;
}
.wizardpopup .wizard > .content {
    position: relative;
    height: 521px;
}
.wizardpopup .inner {
  display: flex;
    background: #fff;
    box-shadow: none;
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);  */
}
.wizardpopup .image-holder {
  width: 40%;
  height: 521px;
}
.wizardpopup .form-control {
    margin-bottom: 15px;
}
.wizardpopup .form-content {
  width: 100%;
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
.wizardpopup .form-header {
  text-align: center;
}
.wizardpopup select.form-control {
  -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
}
.wizardpopup textarea.form-control {
  padding: 8px 0;
  background: url('../images/textarea-bg.png') no-repeat right bottom 3px;
}
@media (max-width: 767px) {
  .wizardpopup .inner {
    display: block;
    box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
  }
  .wizardpopup .image-holder {
    width: 100%;
  }
  .wizardpopup .form-content {
    width: 100%;
    padding: 50px 20px 30px;
  }
  .wizardpopup .form-row {
    display: block;
  }
  .wizardpopup .wrapper {
    height: 1201px;
    background: none;
  }
  .wizardpopup .checkbox-circle {
    width: 100%;
  }
  .wizardpopup .actions {
    right: 50%;
    transform: translateX(50%);
    bottom: 3%;
  }
}

.wrapper .form-control {
  height: 37px;
  border: 2px solid #e6e6e6;
  width: 100%;
  color: #666;
}
.wrapper .actionsbtn{
    padding: 0;
    border: none;
    display: inline-flex;
    height: 41px;
    width: 135px;
    align-items: center;
    background: #e9e0cf;
    color: #666;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}

















/* --------------- */


  
  
  .calendar-container {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 24px;
  }
  .calendar-container__header {
    display: flex;
    justify-content: space-between;
  }
  .calendar-container__btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    color: #e9e8e8;
  }
  .calendar-container__btn:hover, .calendar-container__btn:focus {
    color: #9faab7;
    transition: all 0.3s ease-in;
  }
  .calendar-container__title {
    color: #222741;
    font-size: 20px;
    font-weight: 700;
  }
  
  .calendar-table {
    margin-top: 12px;
    width: 100%;
  }
  .calendar-table__item {
    border: 2px solid transparent;
    border-radius: 50%;
    color: #424588;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .calendar-table__item:hover {
    background: #f8fafa;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: 0.2s all ease-in;
  }
  .calendar-table__row {
    display: flex;
    justify-content: center;
  }
  .calendar-table__header {
    border-bottom: 2px solid #f2f6f8;
    margin-bottom: 4px;
  }
  .calendar-table__header .calendar-table__col {
    display: inline-block;
    color: #99a4ae;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    height: 38px;
  }
  @media (min-width: 360px) {
    .calendar-table__header .calendar-table__col {
      width: 46px;
    }
  }
  @media (min-width: 410px) {
    .calendar-table__header .calendar-table__col {
      width: 54px;
    }
  }
  .calendar-table__body .calendar-table__col {
    width: 40px;
    height: 42px;
    padding-bottom: 2px;
  }
  @media (min-width: 360px) {
    .calendar-table__body .calendar-table__col {
      width: 46px;
      height: 48px;
    }
  }
  @media (min-width: 410px) {
    .calendar-table__body .calendar-table__col {
      width: 54px;
      height: 56px;
    }
  }
  .calendar-table__today .calendar-table__item {
    border-color: #fefefe;
    background-color: #f2f6f8;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .calendar-table__event .calendar-table__item {
    background-color: #66dcec;
    border-color: #fefefe;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .calendar-table__event--long {
    overflow-x: hidden;
  }
  .calendar-table__event--long .calendar-table__item {
    border-radius: 0;
    border-width: 2px 0;
  }
  .calendar-table__event--start .calendar-table__item {
    border-left: 2px solid #fff;
    border-radius: 50% 0 0 50%;
  }
  .calendar-table__event--start.calendar-table__col:last-child .calendar-table__item {
    border-width: 2px;
  }
  .calendar-table__event--end .calendar-table__item {
    border-right: 2px solid #fff;
    border-radius: 0 50% 50% 0;
  }
  .calendar-table__event--end.calendar-table__col:first-child .calendar-table__item {
    border-width: 2px;
  }
  .calendar-table__inactive .calendar-table__item {
    color: #dcdce3;
    cursor: default;
  }
  .calendar-table__inactive .calendar-table__item:hover {
    background: transparent;
    box-shadow: none;
  }
  .calendar-table__inactive.calendar-table__event .calendar-table__item {
    color: #fff;
    opacity: 0.25;
  }
  .calendar-table__inactive.calendar-table__event .calendar-table__item:hover {
    background: #66dcec;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  
  .eventlists-container {
    padding: 0 15px;
    max-height: 500px;
    min-height: 500px;
    overflow-y: scroll;
  }
  
  .events__title {
    color: #bec1ca;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .events__tag {
    background: #66dcec;
    border: 2px solid #fefefe;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 60px;
    margin-left: 16px;
    padding: 5px 2px;
    text-align: center;
  }
  .events__tag--highlighted {
    background: #fdca40;
  }
  .events__item {
    background: #fff;
    border-left: 8px solid #fff;
    border-radius: 2px;
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
  }
  .events__item.seleteddate{
    background: #66dcec!important;
    border-left: none;
    color: #fff!important;
    border-radius: 5px;
  }
  .events__item--left {
    width: 100%;
  }
  .events__name {
    font-size: 14px;
    font-weight: 700;
    color: #222741;
    display: block;
    margin-bottom: 0px;
  }
  .events__date {
    font-size: 12px;
    color: #9faab7;
    display: inline-block;
  }

  .eventthumbimg43{
    width: 100%;
    height: auto!important;
    min-height: auto!important;
    max-height: auto!important;
}
.pasteventslist .eventthumbimg {
  width: 100%;
  /*height: 150px!important;*/
  height: auto;
}



.wizardpopup .modal-header{
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  margin: 0;
}
.wizardpopup .modal-body {
  position: relative;
  padding: 0;
}
.bookevent-section{

}
.bookevent-section .events__title {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.selecttime-section{

}
.events__time-tag{
  background: #fff;
  border: 2px solid #66dbeb;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  width: auto;
  margin-left: 0;
  padding: 10px;
  text-align: center;
  margin: 5px;
  float: left;
  list-style: none;
}
.events__time-tag.timeselected{
  background: #66dbeb;
  border: 1px solid #66dbeb;
  color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.events-selection-notification{
  font-size: 12px;
  color: #ccc;
  margin: 0 0 10px 0;
  font-weight: 700;

}
.events__tag {
  background: #66dcec;
  border: 2px solid #fefefe;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 30px;
  margin-left: 0;
  padding: 5px 2px;
      cursor: pointer;
  text-align: center;
}
.events__date{
  color: #77838f;
  font-size: 12px;
  width: 100%;
}
.event-preview{
  height: 80px;
  width: 100%;
  background: #66dbeb;
  padding: 0;
  border-radius: 5px;
}
.event-preview p{
    font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}
.preview-details{
  top: -36px;
  width: 100%;
  margin: 0;
  height: 440px;
}
.preview-details h2 {
  font-size: 15px;
  margin: 5px 0;
  padding: 0;
  color: #85d7c9;
}
.event-alterguest{
  min-height: auto;
}
.event-alterguest .events__tag{
  background: #a9a8a8;
  border: none;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
}
.proceedbooking-section{

}
.counter-integer{vertical-align: middle;}
.events__time{
  width: 50%;
  float: left;
  font-size: 12px;
  color: #77838f;
  line-height: 1.4;
}
.events__prize{
  width: 50%;
  float: right;
  text-align: right;
  font-size: 12px;
}






.mticketcard{
  display: inline-table;
  width: 100%;
  background-color: #eee;
  color: #444;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
}

.mticketcard + .mticketcard{
  margin-left: 2%;
}
.mticketpreview .date{
  display: table-cell;
  width: 25%;
  position: relative;
  text-align: center;
  border-right: 2px dashed #77838f;
}

.mticketpreview .date:before,
.mticketpreview .date:after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  border-radius: 50%;
}

.mticketpreview .date:after{
  top: auto;
  bottom: -15px
}

.mticketpreview .date time{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.mticketpreview .date time span{display: block}

.mticketpreview .date time span:first-child
{
  color: #2b2b2b;
  font-weight: 600;
  font-size: 250%
}

.mticketpreview .date time span:last-child
{
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -10px
}

.card-cont
{
  display: table-cell;
  width: 75%;
  font-size: 85%;
  padding: 10px 10px 30px 50px
}

.card-cont h3
{
  color: #3C3C3C;
  font-size: 130%
}

.row:last-child .card:last-of-type .card-cont h3
{
  text-decoration: line-through
}

.card-cont > div
{
  display: table-row;
  font-size: 11px;
  font-weight: 500;
}

.card-cont .even-date i,
.card-cont .even-info i,
.card-cont .even-date time,
.card-cont .even-info p
{
  display: table-cell
}

.card-cont .even-date i,
.card-cont .even-info i
{
  padding: 5% 5% 0 0
}

.card-cont .even-info p
{
  padding: 30px 50px 0 0
}

.card-cont .even-date time span
{
  display: block
}

.card-cont a
{
  display: block;
  text-decoration: none;
  width: 80px;
  height: 30px;
  background-color: #D8DDE0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  bottom: 10px
}

.row:last-child .card:first-child .card-cont a
{
  background-color: #037FDD
}

.row:last-child .card:last-child .card-cont a
{
  background-color: #F8504C
}

@media screen and (max-width: 860px)
{
  .mticketcard
  {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px
  }
  
  .mticketcard + .mticketcard{margin-left: 0}
  
  .card-cont .even-date,
  .card-cont .even-info
  {
    font-size: 75%
  }
}

.myevent-cover-pic{
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  background: #edede9;
}
.myevent-cover-pic img{
  width: 100%;
  height: 100%;
}
.myevent-cover-pic h2{
  text-align: center;
  font-size: 32px;
  color: #afa364;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
}








/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  cursor: pointer;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #7de7d8;
  color: #ffffff;
  border-color: #7de7d8;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #7de7d8;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.bhoechie-tab .eldetails-summary-second-inner {
  display: inline-block;
}
.myeventlist{
  box-shadow: 0 0 10px #bdbcbc!important;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
}
.bhoechie-tab .itemimage-thumb{
  width: auto!important;
  height: 105px!important;
  min-height: 105px!important;
  border: 5px solid #f5f5f5;
  border-radius: 5px;
}
.bhoechie-tab .itemimage-thumb-right {
  width: auto;
  min-height: 160px!important;
  height: 160px!important;
  padding: 15px;
}
.itemimage-thumb{
}
.bhoechie-tab .eldetails-summary {
  background-color: transparent;
  margin-bottom: 1.5rem !important;
  border-radius: 0.35rem !important;
  box-shadow: none!important;
}
.bhoechie-tab .primary-eventer {
  margin: 5px 0;
}
.guest-details{
      border: 2px dotted #c4eaf1;
    padding: 20px 0 0 10px;
    border-radius: 3px;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
}

.wizardpopup img {
  max-width: 100%;
    padding: 10px;
    height: 215px;
    float: left;
}


.cat-card-cover img{
  height: 140px;
  width: 100%;
}
.e-card p.card-text.text-gray-900.mb-1, .offer-card p.card-text.text-gray-900.mt-3.mb-3 {
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}
.e-card p.card-text.text-gray-900.mb-1, .offer-card p.card-text.text-gray-900.mt-3.mb-3 {
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.35rem - 1px);
  border-top-right-radius: calc(.35rem - 1px);
}
.partner-img-sliders .event-cover-pic .brand-images {
width: 14%;
    padding: 0 25px;
    min-height: auto;
    max-height: inherit;
}
.home-page .event-cover-pic .el-mainbanner {
    width: 100%;
    padding: 0;
    min-height: auto;
    max-height: inherit;
    width: 1;
}
.trackoptions .dropdown-menu{
  padding: 0;
}

.trackoptions .caret {
    position: absolute;
    right: 10px;
    top: 13px;
}

.trackoptions .dropdown-toggle{
 text-align: left;
    width: 245px!important;
    background: transparent;
    border: 1px solid #ccc;
    margin: 0;
}
.trackoptions li{
  padding: 5px
}
.org-detail-page .prviateevent-ribbon{
  top: -4px;
}
.prviateevent-ribbon{
  position: absolute;
  right: 11px;
  top: 6px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.prviateevent-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #ffc870;
  background: linear-gradient(#ffc870 0%, #ffc870 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}
.prviateevent-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ffc870;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffc870;
}
.prviateevent-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ffc870;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffc870;
}
.events__item--left .prviateevent-ribbon span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 111px;
    background: #5bbfdd;
       background: linear-gradient(#5bbfdd 0%, #5bbfdd 100%);
    top: 16px;
    right: -28px;
}
.events__item--left .prviateevent-ribbon {
  position: absolute;
  right: -10px;
  top: -10px;
}
.tracking-details .card-norecords-found,
.el-content-section-desc .card-norecords-found{
    min-height: auto;
}

.ticketconfirmationsection{
  background: #ccc;
}

.nextbookingnotifypanel{
  background: #7accbe;
  text-align: center;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  color: #fff!important;
  font-size: 20px;
}

.nextbookingnotifypanel .eventlists-container {
  padding: 40px;
}
.text-success {
  color: rgb(57 189 134)!important;
}
.ticketconfirmationsection .events__item--left{
  /* min-height: 240px; */
  padding: 30px 0;
}
.createeventbtn{
  list-style: none!important;
  padding: 0px 0px!important;
  margin: 0px!important;
  border-radius: 0px!important;
  background: transparent!important;
  line-height: 0;
}
.onhold {
  color: #ff8100 !important;
  background: #fff;
  padding: 0 8px;
  border-radius: 8px;
  font-weight: inherit;
  font-size: 25px !important;
  border: none;
}
#invoice-detail.personal_event .privacymodal .descript--section {
  max-height: calc(100vh - 50px);
  min-height: calc(100vh - 50px) !important;
}
.createeventtext {
  font-size: 13px !important;
  display: inline-block;
  font-weight: 400 !important;
  position: relative;
  top: inherit;
  color: #444;
  padding: 0px !important;
  text-transform: uppercase;
  display: block;
}

.left-body-section{
  background: #765ab3!important;
  padding: 15px;
  height: calc(100vh - 0px)!important;
  padding-bottom: 0;
  margin-bottom: 0;
}
.regdnowlink .navigator-link{
    font-size: 12px;
    background: #7accbe;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
}
.regdnowlink .navigator-link a {
  color: #fff;
}
.tandc-content-container{
  min-height: 520px;
  max-height: 520px;
  overflow-y: scroll;
  padding: 15px 0;
}
.successbooking-content-container{
  min-height: 590px;
  max-height: 590px;
  padding: 15px 0;
}

.successbooking-content-container .wizardpopup img {
  padding: 10px;
  height: auto;
  float: left;
  text-align: center;
}

.eventstatus-container{
  padding: 15px;
}
.successbooking-content-container .wizardpopup img {
  width: auto;
  padding: 10px;
  height: 260px;
  float: left;
  opacity: 0.4;
}
.successbooking-content-container .events__time {
  width: 100%;
}
.successbooking-content-container .events__itemimg--left img {
  max-width: 100%;
  padding: 10px;
  height: auto!important;
  float: initial!important;
}
/* .nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #edede9;
} */
.btn-eventsignup,
.btn-eventsignup:hover{
    border: 1px solid #0071bf;
    color: #0071bf;
    font-weight: 500;
    background: transparent;
}

.tab-pane .el-invt-banner {
  border-radius: 0.35rem !important;
  max-width: 100%;
  height: auto;
  min-height: auto;
}
.successbooking-content-container .events__itemimg--left img {
  max-width: inherit;
  padding: 10px;
  height: auto!important;
  float: initial!important;
    text-align: center;
    min-height: 290px;
    opacity: 0.7;
}


.events__itemimg--left{
  text-align: center;
}
.edetail-infosection{

}
.edetail-infosection .nav-tabs>li.active>a, 
.edetail-infosection .nav-tabs>li.active>a:focus, 
.edetail-infosection .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #7accbe!important;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  min-width: 100px;
  font-weight: 700;
}
.edetail-infosection{
  min-height: inherit;
  max-height: inherit;
  overflow-y: hidden;
  background-color: #fff !important;
  margin-bottom: 1.5rem !important;
  border-radius: 0.35rem !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  padding: 20px!important;
}
.edetail-infosection.info-terms-faq-box{
      min-height: 175px;
    max-height: 185px;
}
.edetail-infosection .tab-pane{
  min-height: 200px;
  max-height: 200px;
  overflow-y: scroll;
}
.wizardpopup.show{
  background: rgba(0, 0, 0, 0.6);
}
.unauthorized-notification{
  margin: 125px;
}
.unauthorized-notification .eldetails-summary{
  padding: 20px;
  text-align: center;
}
.privateevent-notify-box{
  min-height: 310px;
}
.privateevent-notify-box .card-title{
  font-size: 18px;
    text-align: center;
    color: #ffc870;
    padding-bottom: 10px;
}
.privateevent-notify-box .card-text-subh{
  font-size: 13px;
  text-align: center;
  color: #444;
}
.privateevent-notify-box .card-text{
  font-size: 13px;
}
.el-content-section-main-h h2 {
font-size: 18px;
    margin: 10px 0;
    padding: 0;
    color: #3a3b45;
    padding-top: 0;
    font-weight: 400;
}
.donateheading{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.contactus-modalform #userguidence  .contact_us-body {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 300px;
    max-height: 300px;
    padding: 20px;
}
.logincontainer .login--formdetails-resetpasswrd {
    padding: 100px 150px!important;
    height: 100%;
}
.logincontainer .sign-up-content {
    background: #111640;
        height: calc(100vh - 0px)!important;
        color: #fff;
}
 .forgotpaswd-body .reset-page {
    height: calc(100vh - 0px)!important;
    background:transparent;
}
.messagesent-mail{
      margin-top: 25px;
    text-align: center;
}
.noborder{
  border: none;
}
.messagesent-mail .sub-title{
    font-size: 14px;
    color: #3e3e3e;
}
.messagesent-mail h4{
    color: #3e3e3e;
    font-weight: 500;
    font-size: 18px;
    margin: 15px 0;
}
.messagesent-mail .material-symbols-outlined{
      font-size: 32px !important;
    border-radius: 40px;
    border: 2px solid #3dcc58;
    padding: 10px 10px;
    color: #3dcc58;
}
.logincontainer  .welcome-caption {
    color: #fff!important;
}
#restpasswordnext .contact_us-body{
  overflow: auto;
    overflow-x: hidden;
    overflow-y: inherit;
    min-height: 200px;
    max-height: 435px;
    padding: 20px;
}
/* create personal events css */
.create-event .main-header {
    top: 105px;
    background-color: #fff;
    color: #fff;
    height: auto;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    z-index: 1;
}.myeventslayout .myevents-tablist .nav-pills {
    border-bottom: none;
}.myeventslayout .nav-item {
    width: auto;
    text-transform: uppercase;
    text-align: center;
}.myeventslayout .nav>li>a.active:focus, .nav>li>a.active:hover, .myeventslayout .nav>li>a.active, .myeventslayout .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #222222;
    border-radius: 2px 2px 0 0;
    font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif !important;
    font-size: 14px !important;
    /* font-weight: 600 !important; */
    background: transparent !important;
    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.1s ease, transform 0.1s ease !important;
    -moz-transition: box-shadow 0.2s ease, transform 0.1s ease !important;
    transition: box-shadow 0.2s ease, -ms-transform 0.1s ease, -webkit-transform 0.1s ease, transform 0.1s ease !important;
    color: #222222 !important;
    cursor: pointer!important;
    text-transform: capitalize;
}.myeventslayout .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
    color: #717171;
    text-transform: capitalize;
}.myeventslayout .list-group .list-group-item {
    margin-bottom: 5px;
    padding:  15px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background: linear-gradient(39deg,#f5f5f5 0%,#ffffff 100%);
}
.myeventslayout .list-group-item.active, .myeventslayout .list-group-item.active:focus, .myeventslayout .list-group-item.active:hover {
    z-index: inherit;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #bdaf62!important;
    font-size: 14px;
    font-weight: 600;
}.el-content-section-main-h .h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
}.myeventslayout .list-group .list-group-item .fa-caret-right {
    display: none;
}
.myeventslayout .eldetails-summarylist {
    background-color: #fff !important;
    margin-bottom: 1.5rem !important;
    border-radius: 0.35rem !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}.btn-ye-createbtn, .btn-ye-createbtn:hover, .btn-ye-createbtn:focus {
    background: #afa364;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 15px;
}.personal_event .privacymodal .descript--section {
    min-height: auto;
    max-height: 500px;
}
.personal_event .privacymodal .descript--section {
       padding: 15px 10px;
}.createevents--layout .input-label {
    font-weight: 400;
    display: block !important;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: inherit;
    line-height: 1.5;
    color: #484848;
    text-transform: inherit!important;
}.createevents--layout .form-control {
    padding: 0px 12px!important;
}.createevents--layout .form-control#date {
    padding: 10px 3px!important;
    font-size: 10px!important;
}.help-stickysection {
    position: fixed;
    background: rgba(255, 175, 15, 0.08);
    padding: 20px;
    height: 300px;
    min-height: 300px;
    border-radius: 8px;
    width: 37%;
}.help-stickysection .alertsymbol i {
    float: right;
    font-size: 50px;
    opacity: 0.4;
    color: #794e79;
    position: absolute;
    text-align: right;
    right: -40px;
    padding: 20px;
    top: -40px;
}.help-snapshot h1 {
    color: #222222;
    font-size: 14px;
}.help-snapshot p {
    color: #222222;
    font-size: 12px;
    margin-bottom: 5px;
}.createevents--layout .modal-footer .confirmtc-text {
    font-size: 12px;
    line-height: 3;
}.btn-ye-savebtn, .btn-ye-savebtn:hover, .btn-ye-savebtn:focus {
    background: #19A7CE;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border: 1px solid #765ab3;
    padding: 6px 20px;
    color: #fff;
    transition: all .8s ease-out 0s;
    background-color: #765ab3;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.notificationpageview .table-responsive.table-scroll tbody{
  max-height: none;
}
.myeventslayout .eventthumbimg43 {
    width: 100%;
    height: 220px!important;
    min-height: 220px!important;
    max-height: 220px!important;
}.myeventslayout  .eventthumbimg {
    border-radius: 5px 5px 0 0;
}.pastevent-list .itemimage-thumb {
    width: 250px!important;
    height: 185px!important;
}.pastevent-info {
    padding: 20px;
}.v-pills-settings .table-fw-widget thead tr:first-of-type {
    background: #aaa;
    height: 45px;
    color: #fff;
}.fa-trash:before {
    content: "\f1f8";
    color: #ff9088;
}.personal_eventbtn img {
    width: 20px;
    opacity: .7;
}.v-pills-tabContent .eventthumbimg {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 115px;
    height: 75px;
}.v-pills-tabContent .el-content-section-main-h h2 a {
    color: #3a7c90;
    cursor: pointer;
    text-decoration: underline;
}.v-pills-tabContent .itemimage-thumb {
    width: 310px!important;
}
.v-pills-tabContent .myeventlist{
margin: 0 20px;
}
.imgdivvoucher.div-2 {
       padding-right: 0;
    width: 60px;
    display: flex;
    border-radius: 5px;
    height: 45px;
}
.personal_event  .privacymodal .descript--section{
    min-height: 450px;
    max-height: 500px;
}
.positionrelative{
  position: relative;
}
.fw-400{
  font-weight: 400;
}
.checkiconsab{
  position: absolute;
  left: 28px;
  top: -4px;
}
.btnbordered:hover,
.btnbordered:focus-visible,
  .btnbordered{
  border: 1px solid #765ab3;
  background: #ffff;
  text-transform: uppercase;
  color: #765ab3!important;
  font-weight: 500;
}
#order-details .history-tl-container ul.tl li .timestamp{
      left: -120%;
}
 .personal_event#order-details .privacymodal .descript--section {
  min-height: auto;
  max-height: 500px;
}
.v-pills-tabContent .fa-edit:before, .fa-pencil-square-o:before {
    color: #fff;
} .v-pills-tabContent .card {
    position: relative;
    display: flow-root;}
   .v-pills-tabContent .eventthumbimg{
          border: 1px solid #ddd;
    border-radius: 3px;
width: 115px;
    height: 75px;
    }
  .v-pills-tabContent   .el-content-section-main-h h2 a{
      color: #3a7c90;
    cursor: pointer;
    text-decoration: underline;
    }.personal_eventbtn {
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #9e9a9a;
    font-weight: 500;
}
.el-content-section-desc {
    font-size: 12px;
    color: #00060c;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 10px;
}
.collapsememebers li {
    list-style: none;
    float: left;
    width: 15%;
    text-align: center;
}.collapsememebers li img {
    width: 35px;
    height: 35px;
}.collapse .el-content-section-main-h {
    font-size: 11px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}.groupdetails img {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}.btn-group .dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 13px;
}.collapse .el-content-section-main-h h2 {
    font-size: 13px;
}
.createevents--layout {
    width: 960px;
    margin: 20px auto;
}.createevents--layout .form-control:focus {
    padding: 10px 12px!important;
    background: #fef8ec;
}
.personal_event .primary-event-name {
     color: #3a3b45 !important;
     font-weight: 500 !important;
     margin: 0;
     padding: 5px 0px;
     font-size: 18px;
     line-height:inherit;
     text-transform: uppercase;
}
.profile-image{
  text-align: right;
}
.profile-image img{
     border: 1px solid #e7e4e4;
    border-radius: 50%;
    background: #ffff;
    width: 100px;
    height: auto;
}
.about-user-para{
    font-size: 12px;
    color: #77838f;
    text-align: left;
    padding-top: 20px;
}
.skills-container{
 padding-top: 10px;
    display: flow-root;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 5px;
}
.skills-container:last-child{
   border-bottom:none!important;
}
.skills-container ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.skills-container ul li{ 
    float: left;
    width: auto;
    display: flex;
    padding-bottom: 5px;
}

.notification-section p i{
      font-size: 30px;
    vertical-align: middle;
    padding: 0 10px;
    color: #dc4c4c;
}
.skills-container ul li a{     
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 20px;
    font-size: 12px;
    color: #444;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 10px;
        line-height: normal;
}
.skill-list{
  display: flex;
}
.profile-details-section ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-details-section ul li{
  float: left;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
      padding-bottom: 10px;
}
.profile-details-section ul li:last-child{
  border-bottom: none;
}
.bold-letters{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: larger;
    font-weight: 500;
}
.circle-spells{
    height: 50px;
    width: 50px;
    border-radius: 45px;
    padding: 6px;
    display: block;
    vertical-align: middle;
    margin: 20px 5px;
    margin-bottom: 0;
}
.abilities-display ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: circle;
}
.abilities-display ul li{
  float: left;
  width: 100%;
}
.abilities-display ul li:before{
  background: red;
  border-radius: 20px;
  padding: 5px;
}
.group-input-check ul{
    list-style: none;
    margin: 0;
}
.group-input-check ul li{
     float: left;
    width: 32%;
    display: block;
    padding: 5px 0;
}
.btn-combo .btn{
         padding: 5px 12px!important;
    font-size: 12px;
    margin-right: 3px;
    color: #77838f;
}

.add-btn{
  padding:4px 7px;
    background: none;
    color: #626161;
    border-radius: 4px;
    line-height: inherit;
    font-size: 13px;
    border: none;
}
.language-section .abilities-display{
  border:none;
    margin: 0;
    border-radius: 3px;
    padding-bottom: 15px;
}
.btn-grid-delete{
  padding: 0 5px;
  color: #da8987;
}
.btn-grid-edit{
  padding: 0 5px;
  color: #444;
}
.btn-grid-close{
  padding: 0 5px;
  color: #ccc;
}
.btn-primary-blue, .btn-primary-blue:hover, .btn-primary-blue:focus {
    background: #4aa3cf;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 15px;
}
.btn-ellipse{
  padding: 0;
  border: none;
  font-size: 16px;
  background: transparent;cursor: pointer;
}
.job-card .dropdown-menu>li>a {
   display: block;
    padding: 8px 20px;
    color: gray;
  }
    .job-card .dropdown-menu{
      padding: 0;
      left: -155px!important;
    }
    .job-card .btn-combo .btn-md{
    color: #fff;
    background: #00bcd4;
    border: none;
    font-weight: 500;
    }
    .job-detail .card-text{
          font-size: 14px;
    margin: 5px;
    }
    .square-info ul{
          margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    }
    .square-info ul li{
      border: 1px solid #edede9;
    border-radius: 8px;
    margin: 5px 5px;
    width: 16%;
    float: right;
   background: #7accbe;
    color: #fff;
    }
    .square-info ul li a  p{
       color: #fff;
    }
       .square-info ul li a h4{
        margin-bottom: 0;
    color: #fff;
       }
       .personal_event .skills-container{
            padding-top: 0;
            padding-bottom: 10px
       }
       .dropdown-toggle-btn{
        position: absolute;
    top: 8px;
    right: 15px;
       }
       .job-detail ul{
           list-style: none;
    margin: auto;
    padding: 0;
    float: left;
    width: 100%;
       }
       .job-detail ul li{
       float: left;
       width: 100%;
       padding: 0 5px;
       border: none;
       border-radius: 0;
       margin-bottom: 0;
       }


  .job-detail ul li i{
      font-size: inherit;
    vertical-align: inherit;
    padding-right: 5px;
}
.job-detail ul li a{
  color: #444;
  font-size: 12px;
  font-weight: 600;
}
.list-view-job.active{
      border: 2px solid #503fb5a3!important;
}
.square-spells{
  height: 45px;
    width: 45px;
    border-radius: 5px;
    padding: 6px;
    display: block;
    vertical-align: middle;
    margin: auto;
    margin-bottom: 0;
    position: relative;
   top: 18px;
    left: 5px;
}
.buttons-table button span i{
  font-size: 18px;
  font-weight: 500;
  /* color: #ccc; */
}
.job-list-table .table>thead>tr>th {
  padding: 13px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
  color: #00060c;
}
.job-list-table .table>tbody>tr>td, 
.job-list-table .table>tbody>tr>th, 
.job-list-table .table>tfoot>tr>td, 
.job-list-table .table>tfoot>tr>th, 
.job-list-table .table>thead>tr>td
{
    padding: 13px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none;
    color: #70767c;
    }
    .job-list-table .table .alert{
          box-shadow: 0 6px 12px -12px rgb(0 0 0 / 9%);
    }

    .job-list-bar .nav-actionlists-button{
          font-size: 18px;
    padding: 6px 11px;
    background: transparent;
    border-radius: 0.35rem !important;
    /*box-shadow: 0 0.1rem 1.5rem 0 rgb(35 35 45 / 15%) !important;*/
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    line-height: 1.4;
    color: #4bb7d5;
        display: inline-block;
    margin-right: 15px;
    }

    .searchbtn{
      position: absolute;
      right: 0;
      top: 0;
      background: #008489;
      border-radius: 3px;
      display: inline-block;
      font-weight: 500;
      text-align: center;
      border: 1px solid #4bb7d5;
      padding: 0 15px;
      line-height: 40px;
      color: #fff;
      transition: all .8s ease-out 0s;
      background-color: #4bb7d5;
      letter-spacing: 0;
      text-transform: uppercase;
      text-decoration: none;
    }
    .search-input{
          height: 42px;
          border-radius: 5px;
    }

    .primary-ul{
          list-style: none;
    margin: 0;
    padding: 0;
    margin: auto;
    }

.primary-ul li{
      width: 18%;
    float: left;
    margin: 0 10px;
       cursor: pointer;
    border-radius: 5px;
}
.caption-lines{
    text-align: right;
    width: 100%;
    padding: 10px;
}

.nav-list-org{
      box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
    margin-bottom: 20px;
    background: #fff;
}
.icon-dashborad{
        padding: 12px 15px;
    vertical-align: middle;
    text-align: center;
    background: #38e7ce;
    color: #fff;
    font-size: 28px;
    border: 2px solid #fff;
    border-radius: 2px;
}

.nav-list-org h4{
      margin: 0;
    font-size: 25px;
    color: cadetblue;
    font-weight: 500;
}
.nav-list-org p{
    margin: 0;
    font-size: 14px;
    color: #63646c;
    font-weight: 500;
}
.icon-dashborad:hover{
      color: #3a3b45;
}
.list-org-nav{
  margin-top: -80px;
    margin-left: 20px;
}
.user-image-col img{
    width: 35px;
    margin-right: 5px;
}
.el-content-section-desc .skills-container{
margin-bottom: 0;
}

.btn-appplication{
      border: 1px solid #edede9;
    border-radius: 8px;
    margin: 0;
    width: auto;
    float: right;
    background: #7accbe;
    color: #fff;
}
.job-aplication-page .job-title ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.job-aplication-page .job-title ul li{
  float: left;
  width: auto;
}
.job-title{
  position: relative;
    top: 0;
}
.job-title p{
        font-size: 18px;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}
/*tab*/

 .application-segment-section .wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
 .application-segment-section .tabs {
  position: relative;
    margin: inherit;
    background: transparent;
    height: 14.75rem;
}
.application-segment-section .tabs::before,
.application-segment-section .tabs::after {
  content: "";
  display: table;
}
 .application-segment-section .tabs::after {
  clear: both;
}
 .application-segment-section .tab {
  float: left;
}
 .application-segment-section .tab-switch {
  display: none;
}
.application-segment-section .tab-label {
      position: relative;
    display: block;
    line-height: 2.75em;
    height: 3em;
    padding: 0 1.618em;
    background: transparent;
    color: #000;
    cursor: pointer;
    top: 0;
    transition: all 0.25s;
    border-bottom: 2px solid #7de7d8;
    font-weight: 400;
}
.application-segment-section .tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.application-segment-section .tab-content {
  height: 12rem;
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: none;
  opacity: 0;
  transition: all 0.35s;
}
.application-segment-section .tab-switch:checked + .tab-label {
      background: #fff;
    color: #2c3e50;
    border-bottom: 3px solid #7de7d8;
    transition: all 0.35s;
    z-index: 1;
    top: -5px;
}
.application-segment-section .tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}

/*tab2*/
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
body {
  padding-right:0!important ;
  padding-left:0!important ;
  /*font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;*/
  color: #333;
  font-weight: 300;
  /*background-color: #f3f2ef;*/
  background: #f9faff;
}

.tabset > label {
       position: relative;
    display: inline-block;
    padding: 15px;
    border: none;
    border-bottom: none;
    cursor: pointer;
    font-weight: 600;
    width: 20%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    background: #f9fbfa;
}

.tabset > label::after {
      content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    background: #edede9;
}

.tabset > label:hover,
.tabset > input:focus + label {
     color: #77838f;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #77838f;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
/*  padding: 30px 0;
  border-top: 1px solid #ccc;*/
}


.tabset {
 max-width: 100%;
}
.filter-listing{
     border-radius: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
    padding: 0;
}
.section-header{
     font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.filter-lists form label{
  font-weight: 400;
       font-size: 13px;
    padding-left: 10px;
}
.header-filter{
  padding-bottom: 10px!important;
    border-bottom: 1px solid #ccc;
}
.text-small{
      cursor: pointer;
    line-height: initial;
    position: relative;
    top: 5px;
    color: crimson;
}
.candidate-info ul{
  margin: 0;
  list-style: none;
}
.candidate-info ul li{
  float: left;
  width: 100%;
  padding: 0;
}
.candidate-date{
margin: 0;
    padding: 5px 20px;
    color: #7d4e7c;
    font-weight: 400;
    font-size: 14px;
}

.candidate-status .btn-toolbar{
      position: relative;
    margin-bottom: 0;
    top: 12px;
    text-align: right;
    right: 0;
    width: 100%;
    margin: 0;
}

.shortlisted{
    background: #ffc107;
    color: #fff;
    opacity: .6;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}
.offered{
    background: #4caf50;
    color: #fff;
    opacity: .6;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}
.rejected{
      background: #f44336;
    color: #fff;
    opacity: .6;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}
.interviewd{
      background: #03a9f4;
    color: #fff;
    opacity: .6;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}

.shortlist{
      background: transparent;
    opacity: .6;
    margin: 0 2px;
    padding:5px 10px;
    border: 1px solid #ffc107;
    color: #ffc107;
    font-size: 12px;
    font-weight: 500;
}
.offer{
 background: transparent;
    opacity: .6;
    margin: 0 2px;
   padding:5px 10px;
    border: 1px solid #4caf50;
    color: #4caf50;
    font-size: 12px;
    font-weight: 500;
}
.reject{
   background: transparent;
    opacity: .6;
    margin: 0 2px;
   padding:5px 10px;
    border: 1px solid #f44336;
    color: #f44336;
    font-size: 12px;
    font-weight: 500;
}
.interview{
      background: transparent;
    opacity: .6;
    margin: 0 2px;
    padding:5px 10px;
    border: 1px solid #03a9f4;
    color: #03a9f4;
    font-size: 12px;
    font-weight: 500;
}
.candidate-date small{
  vertical-align: text-top;
}
.candidate-status  .nav-actionlists-button{
      padding: 5px 10px;
    background: transparent;
    border: none;
}
.candidate-status  .nav-actionlists-button i{
  font-size: 30px;
    color: #000;

  }
  .candidate-status  .nav-actionlists-button .batch{
       position: absolute;
    padding: 2px 7px;
    top: 0px;
    background: #ffff;
    border-radius: 20px;
    font-size: 10px;
    color: #009688;
    font-weight: 400;
    right: 2px;
    border: 1px solid #009688;
  }
  .w-150px{
    width: 110px!important;
  }
  .candidate-status .btn-group,.candidate-status .btn-group-vertical{
    top: 5px;
  }


.progress-bars ul{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0;
    position: relative;
}
.progress-bars ul::before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #e1e1e1;
    position: absolute;
    z-index: 0;
}
.progress-bars ul::after{
    content: '';
    height: 2px;
    display: block;
    background: #794e79;
    position: absolute;
    z-index: 0;
}
.progress-bars ul.step-1::after{
    width: 0%;
}
.progress-bars ul.step-2::after{
    width: 50%;
}
.progress-bars ul.step-3::after{
    width: 100%;
}
.progress-bars ul li{
  z-index: 999;
  cursor: pointer;
}
.progress-bars ul li span{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    color: #999;
    border-radius: 50px;
    border: 2px solid white;
    box-shadow: 0px 0px 5px #ccc;
    font-weight: bold;
}
.progress-bars ul li.active span{
   background: #784e79;
   box-shadow: 0px 0px 5px #794e79;
   color: white;
}
.progress-bars{
  padding: 6px 0;
}
/*.el-detail-page{
      background: #f7f7f7;
}*/
.evnts-status .form-control {
  font-size: 12px!important;
    font-weight: 500;
    height: 42px;
    line-height: inherit;
    margin: 0 7px;
    }
    .evnts-status{
        padding-top: 0;
    margin-right: inherit;
    }

.el-content-section-main-h .heading-events{
 margin: 0;
 font-size: 18px;
 line-height: 1.8;
 color: #444;
 text-transform: uppercase;
}
.searchbuy-items ul .createeventbtn.active .createeventtext,
.searchbuy-items ul .createeventbtn.active .header-mycart-btn .nav-actionlists-button{
    color: #ffff!important
}
.fieldhigh{
      font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    color: #00060c;
}
.btn-absolute{
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px!important;
  background: #f7f7f7;
  border-radius: 3px;
  border: none;
  color: #000!important;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 15px;
}
.preview-body{
background: transparent;
    height: 80%;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.product-detail{
    padding-top: 15px;
}
.preview{
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.preview-thumbnail{
  border: none;
        margin-top: 5px;
}
.preview-thumbnail li{
   width: 100%;
    margin-right: 0;
    border: none;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
}
.preview-thumbnail li a{
      padding: 0;
    margin: 0;
    height: auto;
}
.preview-thumbnail li a img{
         display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.upload-section{   
    text-align: center;
    padding: 0px;
}
.upload-section .upload-img-icon {
      padding: 20px 50px;
      border-radius: 5px;
      margin-bottom: 0;
      width: auto!important;
      background: transparent;
      border: 1px dashed #aaa;
      height: 170px;
      min-width: inherit;
    max-width: 100%;
}
.upload-section .uploaded-img-original{
      padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 0;
    width: auto!important;
    background: transparent;
    border: none;
    height: 145px;
    min-width: inherit;
    max-width: 100%;
}
.upload-banner-img-modal .help-stickysection .alertsymbol i {
    float: left;
    font-size: 25px;
    opacity: 0.4;
    color: #FFC107;
    position: relative;
    text-align: right;
        padding: 0 10px;
    top: inherit;
    right: inherit;
    left: inherit;
}
.upload-banner-img-modal .help-stickysection {
    position: relative;
    background: rgba(255, 175, 15, 0.08);
   padding: 15px 10px;
    height: auto;
    min-height: auto;
    border-radius: 8px;
}
.upload-banner-img-modal .help-snapshot p {
    color: #222222;
    font-size: 13px;
    margin-bottom: 0;
}

.upload-banner-img-modal .modal-body{
      padding: 20px;
    padding-top: 40px;
}
.notification-section{
      background:#377dff;
   padding: 10px 20%;
    text-align: center;
}
.notification-section p {
    font-size: 12px;
    line-height: i1;
    margin: 0;
    color:#fff;
}

.notification-section p i{
      font-size: 30px;
    vertical-align: middle;
    padding: 0 10px;
    color: #dc4c4c;
}
.btn-check{
      position: absolute;
    top: -12px;
    right: -8px;
    color: #000;
    padding: 7px 8px;
    background: #fff;
    border-radius: 33px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.searchbtn,
.searchbtn:hover,
.searchbtn:focus{
       position: absolute;
       right: 0px;
       top: 0px;
       display: inline-block;
       font-weight: 500;
       text-align: center;
       line-height: 34px;
       color: #444;
       letter-spacing: 2px;
       text-transform: uppercase;
       background: rgb(188 188 188);
       border-radius: 3px;
       border-width: 1px;
       border-style: solid;
       border-color: rgb(204 204 204);
       border-image: initial;
       padding: 0px 15px;
       transition: all 0.8s ease-out 0s;
       text-decoration: none;
}.job-title {
    position: relative;
    top: 0;
}
.job-aplication-page .job-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.job-aplication-page .job-title ul li {
    float: left;
    width: auto;
}
.job-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    padding-left: 16px;
}
.search-input {
        height: 36px;
        border-radius: 4px;
}
.evnts-status .form-control {
    font-weight: 500;
    height: 36px;
    line-height: inherit;
    font-size: 12px !important;
    margin: 0px 10px;
}
.candidate-date small{
  font-size: 14px;
}
.rating .checked{
  color: orange;
}
.notifying-date{
 vertical-align: middle;
    line-height: 3;
    background: #eee;
    padding: 0px 25px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    color: #444;
    width: auto;
    float: left;
}
.job-list-bar .nav-actionlists-button {
        font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: 1.4;
    color: rgb(75, 183, 213);
    display: inline-block;
    margin-right: 15px;
    padding: 6px 11px;
    background: transparent;
    border-radius: 0.35rem !important;
}
.partner-img-sliders{
  padding: 10px 0;
}
.partners-section{
  box-shadow: rgb(0 0 0 / 3%) 0px 6px 24px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
}
.how-works-section{
  background: #f3f3f3;
}
.how-works-heading{
      background: #774e79;
      padding: 74px 50px !important;
      color: #fff;
}
.heading-section span{
font-size: 60px;
    line-height: 1.2;
}
.video-frame{
       background: #fff;
    padding: 66px 110px;
    border-radius: 0 10px 10px 0;
}
.heading-section{
  display: grid;
}
.video-part{
    border: 2px solid #774e79;
    padding: inherit;
    border-left: none;
    border-radius: 0 10px 10px 0;
}
.video-frame iframe{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
/*testimonials*/
.testimonials figure.snip1390 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 32%;
  max-width: 32%;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
  background-color: #f3f3f3;
  padding: 30px;
  background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials figure.snip1390 *,
.testimonials figure.snip1390 *:before,
.testimonials figure.snip1390 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.testimonials figure.snip1390 figcaption {
  width: 100%;
}
.testimonials figure.snip1390 h2,
.testimonials figure.snip1390 h4,
.testimonials figure.snip1390 blockquote {
  margin: 0;
}
.testimonials figure.snip1390 h2,
.testimonials figure.snip1390 h4 {
 font-weight: 300;
 color: #9e9e9e;
 line-height: 1.3;
 font-size: 12px;
}
.testimonials figure.snip1390 h2 {
  color: #444;
  font-size: 18px;
}
.testimonials figure .snip1390 h4 {
  color: #a6a6a6;
}
.testimonials figure.snip1390 blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
}
.testimonials figure.snip1390 blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
     top: 20px;
    left: 10px;
}
.testimonials figure.snip1390 .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  border: solid 5px #774e79;
}
.testimonial-list{
  display: inline-flex;
}
.home-page .eldetails-summary.el-eventlist-section{
    background-color: transparent!important;
    margin-bottom: 1.5rem !important;
    border-radius: 0.35rem !important;
    box-shadow: none!important;
}
.partner-img-sliders .event-cover-pic .el-mainbanner {
    width: 14%!important;
    padding: 0 25px!important;
    min-height: auto;
    max-height: inherit;
}
.hello-text {
    padding: 10px;
    margin: 0;
}
.userdetail {
    padding: 0;
}
.el-invite-section .profile-image {
    text-align: center;
}
.el-invite-section  .profile-image img{
  width: 100px!important;
}
/*toggle*/


.switch-jobs .toggleSwitch span span {
  display: none;
}

@media only screen {
 .switch-jobs  .toggleSwitch {
     display: inline-block;
    height: 25px;
    position: relative;
    overflow: visible;
    padding: 0;
    /* margin-left: 10px; */
    cursor: pointer;
    width: 180px;
    top: 5px;
  }
 .switch-jobs  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
 .switch-jobs  .toggleSwitch label,
 .switch-jobs  .toggleSwitch > span {
    line-height: 20px;
    height: 35px;
    vertical-align: middle;
  }
  .switch-jobs .toggleSwitch input:focus ~ a,
  .switch-jobs .toggleSwitch input:focus + label {
    outline: none;
  }
  .switch-jobs .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .switch-jobs .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .switch-jobs .toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .switch-jobs .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: center;
   font-size: 12px;
    width: 100%;
    left: 0;
    top: 5px;
    opacity: 0;
    font-weight: 500;
  }
  .switch-jobs .toggleSwitch a {
  position: absolute;
    right: 80%;
    z-index: 4;
    display: block;
    height: 85%;
    padding: 0;
    top: 5px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  }
 .switch-jobs  .toggleSwitch > span span:first-of-type {
    color: #fff;
    opacity: 1;
    left: 0;
  }
 .switch-jobs  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
            background-color: #4bb7d5;
    border: 1px solid #4bb7d5;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
 .switch-jobs  .toggleSwitch input:checked ~ a {
   border-color: #fff;
    left: 88%;
    margin-left: -8px;
  }
 .switch-jobs  .toggleSwitch input:checked ~ span:before {
   border-color: #774e79;
    box-shadow: inset 0 0 0 30px #774e79;
  }
 .switch-jobs  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
 .switch-jobs  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
 .switch-jobs  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
 .switch-jobs  .toggleSwitch.large a {
    width: 27px;
  }
  .switch-jobs .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
 .switch-jobs  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
 .switch-jobs  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
 .switch-jobs  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
 .switch-jobs  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .switch-jobs .toggleSwitch.xlarge a {
    width: 36px;
  }
.switch-jobs   .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
 .switch-jobs  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
 .switch-jobs  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
 .switch-jobs  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}


.job-list-bar {
    display: inline-flex;
}
.userlisting .table-wrap th{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.userlisting .table-wrap td{
      color: #444;
      font-weight: 400;
      font-size: 13px;
}

.close {
  opacity: 1!important;
}
.btn-ye-cancelbtn,
.btn-ye-cancelbtn:focus
.btn-ye-cancelbtn:active{
  background: #008489;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  border: 1px solid #f9f9f9;
  padding: 0 30px;
  line-height: 40px;
  color:#614995!important;
  transition: all .8s ease-out 0s;
  background-color: #f9f9f9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}


.el-content-section-desc .alert {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f2f2;
  border-radius: 4px;
}
.el-content-section-desc:last-child .alert{
  border-bottom: none;
}
.job-list-bar {
  display: inline-flex;
}
.contactus-modalform .btn-default{
  background: #008489;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  border: 1px solid #f9f9f9;
  padding: 0 30px!important;
  line-height: 40px;
  color: #774e79;
  transition: all .8s ease-out 0s;
  background-color: #f9f9f9;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.job-aplication-page .skills-container ul li a {
    margin-top: 4px;
}
.job-list-bar {
    display: inline-flex;
}
.btn-ye-cancelbtn {
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: rgb(249, 249, 249);
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(249, 249, 249);
    border-image: initial;
    padding: 0px 30px;
    transition: all 0.8s ease-out 0s;
    text-decoration: none;
}
.btn-grid-delete{
  padding: 0 5px;
  color: #da8987;
}
.btn-grid-edit{
  padding: 0 5px;
  color: #444;
}
.btn-grid-close{
  padding: 0 5px;
  color: #ccc;
}
.el-eventlist-section .elshadow .position-name {
    font-size: 18px;
    color: #6EC5DD;
    padding-bottom: 10px;
}
.btn-appplication {
      font-size: 12px;
      display: inline-block;
      font-weight: 500;
      text-align: center;
      line-height: 34px;
      color: rgb(255, 255, 255);
      letter-spacing: 0;
      text-transform: uppercase;
      background: #7accbe;
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: #7accbe;
      border-image: initial;
      padding: 0px 30px;
      transition: all 0.8s ease-out 0s;
      text-decoration: none;
}

.contactus-modalform .modal-header h5{
  color: #222!important;
  font-weight: 500 !important;
  margin: 0;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
}
.square-info{
      margin: 20px 0;
    margin-bottom: 0;
}
.field-title{
  color: #444;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
}
.job-list-bar .nav-actionlists-button.active
{
  background: #4bb7d5;
    color: #fff;
}
.btn-ye-unpublish {
    background: #008489;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border: 1px solid #f9f9f9;
    padding: 0 30px;
    line-height: 40px;
    color: #ef6262;
    transition: all .8s ease-out 0s;
    background-color: #f9f9f9;
    letter-spacing: inherit;
    text-transform: uppercase;
    text-decoration: none;
}

element.style {
}
.btn-xs:last-child {
    margin: 0;
}
.btn-ye-active {
    background: #008489;
    border-radius: 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: transparent;
    padding: 0px 20px;
    line-height: 35px;
    color: #008489;
    transition: all .8s ease-out 0s;
    background-color: transparent;
    letter-spacing: inherit;
    text-transform: capitalize;
    text-decoration: none;
    }
    .btn-ye-inactive{
          color: #ef6262;
           background: #008489;
    border-radius: 0;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border: transparent;
    padding: 0px 20px;
    line-height: 35px;
    transition: all .8s ease-out 0s;
    background-color: #f9f9f9;
    letter-spacing: inherit;
    text-transform: capitalize;
    text-decoration: none;
    }
    .staus-value{
        border: none;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 12px;
    font-size: 12px;
    color: #7accbe;
    position: relative;
    vertical-align: middle;
    background: transparent;
    float: inherit;
    top: 0;
    }
    .match-value{
     color: #3fb733;
    float: right;
    padding: 0 10px;
    font-weight: 500;
    border-radius: 2px;
    }

    .eldetails-summary .fa-edit,
    .eldetails-summary .fa-eye,
    .eldetails-summary .fa-trash{
          font-size: 14px!important;
    font-weight: 500;
    color: #7a8d94;
    }
     .material-symbols-outlined{
    font-size: 18px!important;
    font-weight: 500;
    vertical-align: middle;
    /* color: #765ab3; */
    }
   .buttons-table .btn-grid-edit {
    padding: 0 4px!important;
  }
  tr:hover ,
    tr.active {
    background: #ebeff1;
}
  .color-restart.tags {
    color: #1b9126;
    font-size: 12px;
    background: #d7faeb;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
  .eldetails-summary .card-text{
          font-size: 14px;
          line-height: 21px;
          color: #70767c;
          min-height: auto;
          margin: 0;
    }
    .group-input-check li a{
      vertical-align: sub;
    }

    .btn-view-xs{
      font-size: 12px;
      display: inline-block;
      font-weight: 400;
      text-align: center;
      line-height: inherit;
      color: #fff;
      letter-spacing: inherit;
      text-transform: uppercase;
      background: rgb(57 189 134);
      border-radius: 3px;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(57 189 134);
      border-image: initial;
      padding: 6px 30px;
      text-decoration: none;
    }
    .btn-edit-xs{
     font-size: 12px;
     display: inline-block;
     font-weight: 400;
     text-align: center;
     line-height: 30px;
     color: #000;
     letter-spacing: inherit;
     text-transform: uppercase;
     background: #f1f1f1;
     border-radius: 3px;
     border-width: 1px;
     border-style: solid;
     border-color: #edebeb;
     border-image: initial;
     padding: 0px 31px;
     transition: all 0.8s ease-out 0s;
     text-decoration: none;
     float: right;
    }
.btn-edit-xs:hover{
  border-color: #ccc;
  background: #f9f9f9;
  color: #000;
}
    .input-search{
   position: absolute;
    top: 37px;
    right: 10px;
    color: #888;
    }
    .btn-view-xs:hover,
    .btn-deactivate-xs:hover{
      color: #fff;
    }
    .text-active{
      color: #008489!important;
          font-size: 13px;
    }
      .text-inactive{
      color:#ef6262!important;
          font-size: 13px;
    }

    .btn-publish{
      background: #008489!important;
      border-radius: 3px;
      font-size: 12px;
      display: inline-block;
      font-weight: 500;
      text-align: center;
      border: none;
      padding: 0 30px;
      line-height: 41px;
      color: #fff;
      transition: all .8s ease-out 0s;
      background-color: #f9f9f9;
      letter-spacing: inherit;
      text-transform: uppercase;
      text-decoration: none;
    }
    .primary-event-name .input-search{
      top: 13px;
    }
    .modal-filters .modal-dialog {
    width: 55%;
    margin: 20px auto;
}
.filter-list ul{ 
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
}
.filter-list ul li{
  float: left;
  width: 100%;
  display: block;
}

.filter-list ul li p{
      font-size: 13px;
    line-height: 21px;
    color: #5bc0de;
    margin-bottom: 5px;
}
.match-rate{
      position: absolute;
    right: 0;
    top: 0px;
    border: 1px solid rgb(239 98 98 / 60%);
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: rgb(239 98 98 / 60%);
    float: right;
    padding: 6px 16px;
}

.info-field{
  color: #444;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 5px 0;
}
.schedule-type a.active{
      padding: 10px;
    border: 1px solid #6151d2;
    margin: 10px;
    background: #6151d2;
    color: #fff;
    border-radius: 6px;
    line-height: 4;
    font-size: 13px;
}

.schedule-type a .radiobtn{
  vertical-align: sub;
}
.schedule-type a{
  padding: 10px;
    border: 1px solid #6151d2;
    margin: 10px;
    background: transparent;
    color: #6151d2;
    border-radius: 6px;
    line-height: 4;
    font-size: 13px;
}

.card-body .dropdown .dropdown-menu{
  position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 16px, 0px);
}
.card-body .dropdown .dropdown-menu{
  padding: 0;
}
.card-body .dropdown .dropdown-menu li a
{
padding: 10px 20px;
color: #7b777b;
}
.card-body .dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.modal.comments-modal{
  padding-right: 0 !important;
  position: fixed;
  top: 70px;
  right: 0;
  overflow-y: hidden;
}
.comments-modal.modal-open .modal {
    background: rgb(0 0 0 / 5%)!important;
}
.comments-modal .modal-dialog{
      margin: 0;
    float: right;
    margin-right: 0;
    padding: 0;
    border-radius: 0;
}
.comments-modal .modal-content{
  border-radius: 3px;
      box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
          border: 1px solid rgb(0 0 0 / 8%);
}
.comments-modal .modal-header{
  border: none;
}
.comments-modal .modal-header h4{
  font-size: 13px;
}
.comments-modal .modal-body{
  height: 460px;
    overflow: auto;
    min-width: 460px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 460px;
    background: #f6f6f6;
}
.comments-modal .modal-footer{
      padding: 10px;
    text-align: right;
    border-top: none;
}

.comments-modal .btn-ye-savebtn{
   padding: 0 20px;
    line-height: 30px;
    margin-left: 5px;
}
.chat-box-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.chat-box-section ul li{
     float: left;
    width: 93%;
    margin-bottom: 5px;
    margin-bottom: 15px;
}
.person-one img,
.person-two img,
.banner-schedule img{
 width: 100%;
 height: auto;
}
.banner-schedule img{
      border: 1px dashed #ddd;
    padding: 2px;
}
.send-msg{
   font-size: 12px;
    background: #c5ffc5;
    padding: 10px;
    border-radius: 8px 1px 8px 1px;
    text-align: right;
    margin-bottom: 3px;
}
.btnaccpet,
  .btnaccpet:hover{
  color: #3e3e3e;
  border: 1px solid!important;
    padding: 4px 10px;
}
.btn-default, .btn-default.focus,
.btn-default:hover, .btn-default:focus {
  color: #555;
  background-color: #fff;
  border-color: none;
  border: none;
}
.btnreject,
  .btnreject:hover{
  color: #3e3e3e;
  border: 1px solid;
    padding: 4px 10px;
}
.notifooter{
  background: #ffffff;
  padding: 0;
  border-top: 1px dashed #f5f3f3;
}
.recieve-msg{
  font-size: 12px;
  background: #ffffff;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 3px;
  box-shadow: 0px 0px 2px #ddd;
}
.recieve-msg a,
.send-msg a{
    color: #353434;
    font-weight: 400;
}
.dot-indicator{

}
.img-upload{
     font-size: 30px;
    color: #607d8b;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    padding: 14px 10px;
    background: #fff;
    border-radius: 53px;
    width: 60px;
    text-align: center;
    margin: auto;
    z-index: 99;
    cursor: pointer;
}
.date-tag{
  margin: 0;
  font-size: 12px;
  padding: 0;
  background: aliceblue;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 20px;
}
.date-tag small{
  line-height: 1;
}
.filter-list ul{ 
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0;
}
.filter-list ul li{
     float: left;
    width: auto;
    display: block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.filter-list ul li a .fa-close{
     border: 1px solid #fa8080;
    padding: 2px 4px;
    border-radius: 20px;
    background: #fa8080;
    color: #fff;
    text-align: right;
    margin-left: 7px;
    font-size: 11px;
    opacity: .9;
}

.filter-list ul li a{
 padding: 4px 8px;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-right: 0;
    font-size: 11px;
}
.filter-list ul li p{
      font-size: 13px;
    line-height: 21px;
    color: #5bc0de;
    margin-bottom: 5px;
}
.commnet-date hr {
       margin-top: 11px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.comment-day{
    font-size: 9px;
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    padding: 5px 15px;
    background: #f6f6f6;
    display: table;
    color: #607d8b;
    font-weight: 500;
}
.commnet-date {
  position: relative;
}
.btn-delt-edit {
    padding: 0 5px;
    color: #77838f;
}
.add-ticket-div .schedule-listing{
    position: relative;
    top: 5px;
    border-left: 1px solid #ddd;
    height: 100px;
    min-height: 120px;
}

.schedule-listing .eldetails-summary .card-text{
  margin-bottom: 5px;
}
.added-tickets ul,
.linked-schedule ul{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.added-tickets ul li{
  float: left;
  width: 33%;
      padding-left: 3px;
}
.linked-schedule ul li {
    float: left;
    width: 49%;
      padding-left: 15px;
}
/*ticket css*/

.added-tickets .card-cont {
        display: table-cell;
    width: 75%;
    font-size: 60%;
    padding: 10px 10px 10px 25px;
}
.added-tickets .card-cont h3 {
    color: #3C3C3C;
    font-size: 10px;
    margin-top: 5px;
    font-weight: 600;
}

.added-tickets{
  padding: 20px 0;
}
.added-tickets .mticketpreview .date time span:first-child {
    color: #774e79;
    font-weight: 600;
    font-size: 180%;
}


.btn-cost{
        background: none;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    /* border: none; */
    padding: 0 10px;
    line-height: 30px;
    color: #774e79;
    transition: all .8s ease-out 0s;
    letter-spacing: inherit;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0px;
}

.added-tickets.tickets-list ul li {
    float: left;
       width: 100%;
    padding-left: 0;
}
.add-btn-div{
      text-align: center;
    top: 30px;
}

.ticket-listing-added .schedule-listing{
  overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 130px;
    max-height: 130px;
}
.link-schedule .btn-ye-savebtn{
 /* padding: 0 20px;
    line-height: 30px;*/
}
.added-tickets.tickets-list .card-cont {
    font-size: 85%;
  }
 .added-tickets.tickets-list .mticketpreview .date time span:first-child {
    color: #774e79;
    font-weight: 600;
    font-size: 22px;
}

.added-tickets.tickets-list .btn-cost{
  top: 15px;
    right: 10px;
   font-size: 20px;
}

.link-schedule .group-input-check ul li {
    float: left;
    width: 50%;
    display: block;
    padding: 5px 0;
}
.link-schedule .group-input-check li a {
    vertical-align: inherit;
}
/*xs toggle btn*/
.link-schedule .toggleSwitch span span {
  display: none;
}

@media only screen {
 .link-schedule  .toggleSwitch {
      height: 18px;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
    width: 15%;
    right: 25px;
  }
 .link-schedule  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
 .link-schedule  .toggleSwitch label,
 .link-schedule  .toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
 .link-schedule  .toggleSwitch input:focus ~ a,
 .link-schedule  .toggleSwitch input:focus + label {
    outline: none;
  }
 .link-schedule  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
 .link-schedule  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
 .link-schedule  .toggleSwitch > span {
    position: absolute;
    left: -53px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
.link-schedule   .toggleSwitch > span span {
   position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: 3px;
    opacity: 0;
  }
 .link-schedule  .toggleSwitch a {
        position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 22px;
    padding: 0;
    left: 5px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    top: 2px;
  }
  .link-schedule .toggleSwitch > span span:first-of-type {
    color:#9e9e9e;
    opacity: 1;
    left: 45%;
  }
 .link-schedule  .toggleSwitch > span:before {
   content: '';
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
 .link-schedule  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 90%;
    margin-left: -12px;
  }
 .link-schedule  .toggleSwitch input:checked ~ span:before {
    border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1;
  }
 .link-schedule  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
.link-schedule   .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
.link-schedule   .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
.link-schedule   .toggleSwitch.large a {
    width: 27px;
  }
 .link-schedule  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
 .link-schedule  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
 .link-schedule  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
 .link-schedule  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
 .link-schedule  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
.link-schedule   .toggleSwitch.xlarge a {
    width: 36px;
  }
 .link-schedule .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
 .link-schedule .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
 .link-schedule .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
 .link-schedule .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}
.ticket-title{
      padding-top: 10px;
}

.shedule-tickets .el-content-section-main-h .heading-events {
    margin: 0;
    font-size: 23px;
    line-height: 1.8;
    color: #9e9e9e;
    text-transform: uppercase;
}

.link-ticket .added-tickets ul li {
    float: left;
    width: 33%;
    padding-left: 10px;
}

.link-ticket .added-tickets ul li .select-box{
      margin-right: 5px;
    top: 18px;
    position: relative;
}

.link-ticket  .mticketcard {
    display: inline-table;
    width: 80%;
    }
    .link-schedule{
      margin-top: 10px;
    }
    .icon-bold i{
      font-size: 25px;
    position: relative;
    top: 16px;
    color: #5f9ea0;
    }

    .schedule-linked{
       border-left: 4px solid #774e79;
    background: #f3f6f6;
    }
    .linked-schedule .eldetails-summary{
          margin-bottom: 0.5rem !important;
    }
    #MultiSelectModal .modal-dialog, #SingleSelectModal .modal-dialog, #SingleSelectModal .modal-dialog, #SingleSelectModal .modal-dialog, #SingleSelectModal .modal-dialog {
    width: 50%;
    margin: 30px auto;
}
.link-schedule .select-box
{
vertical-align: sub;
}
.schedule-ticket-heading .heading-events.active{
     margin: 0;
    font-size: 23px;
    line-height: 1.8;
    color: #774e79;
    text-transform: uppercase;
    border-bottom: 3px solid #774e79;
    border-radius: 0;
    text-align: center;
    width: auto;
}

.schedule-ticket-heading .heading-events{
   margin: 0;
 font-size: 23px;
 line-height: 1.8;
    color: #ccc;
 text-transform: uppercase;
 text-align: center;
}
.job-applicant-list{
  padding-top: 25px;
}
.no-record-found img,
.no-record-found{
width: 275px;
    margin: auto;
    text-align: center;
    padding: 15px 70px;
    padding-top: 0;
}
.no-record-found .loadingimg{
  width: 50%!important;
}
.no-record-found p{
    font-size: 15px;
    color: #70767c;
    font-weight: 400;
    padding: 15px 0;
}
.table>tbody>tr>td{
  font-size: 13px;
    color: #70767c;
    font-weight: 400;
    padding: 15px 0;
}
.table-responsive.table-scroll thead, 
.table-responsive.table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-responsive.table-scroll tbody {
    display: block;
    min-height: auto;
    overflow: auto;
    max-height: calc(100vh - 32vh);
}
.table-responsive.table-scroll table {
    width: 100%;
}
.noresultsection{
  top: -30px;
  position: relative;
}
.tracking-table tr td input{
      height: 28px;
      font-size: 11px!important;
}
.trackoptions .btn-sm.dropdown-toggle {
    padding: 7px 9px!important;
    }
    .tracking-table .el-content-section-desc{
          padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    }
    .btn-reset {
    background: #008489;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border: 1px solid #f9f9f9;
    padding: 0 30px;
    line-height: 31px;
    color: #774e79;
    transition: all .8s ease-out 0s;
    background-color: #f9f9f9;
    letter-spacing: inherit;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-submit{
  background: #008489!important;
    border-radius: 3px;
    font-size: 10px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border: none;
    padding: 0 20px;
    line-height: 30px;
    color: #fff;
    transition: all .8s ease-out 0s;
    background-color: #f9f9f9;
    letter-spacing: inherit;
    text-transform: uppercase;
    text-decoration: none;
}
.back-btn{
      position: absolute;
    left: 0;
}
.back-btn .btn-back-page{
    margin: 0;
    font-size: 23px;
    line-height: 1.8;
    color: #774e79;
    text-transform: uppercase;
}
.primary-event-name .fa{
  font-size: 16px;
}

.img-file-info {
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #454647;
    margin: 0;
    padding: 0 10px;
    min-height: 25px;
    font-weight: 500;
        word-break: break-word;
}
.img-file-info-size {
    display: block;
    font-size: 11px;
    line-height: 2;
    color: #454647;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
}

#upload-banner-img-modal .preview-thumbnail li a {
    padding: 0;
    margin: 0;
    height: auto;
    background-color: transparent;
    border: none;
}
.image-position-parent-uploaded img {
    padding: 20px 50px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 165px!important;
    background: transparent;
    border: 1px dashed #aaa;
}
#skills-modal-static .modal-body{
  overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 500px;
    max-height: 500px;
}
#skills-modal-static .skills-container ul li .tag-name {
    font-size: 11px;
    width: 100%;
    margin: 0;
    display: block;
}
#skills-modal-static .skill-list .fa-close{
      float: right;
}
.link-org-client-portal{
  border: none;
    background: ghostwhite;
    border-radius: 5px 0px 5px 0px;
    width: 180px;
    padding: 2px 10px!important;
    width: 180px;
    margin: 17px 5px!important;
    position: relative;
}
.para-terms{
  font-size: 12px;
}

.content-full{
      min-height: calc(100vh - 10px);
    display: block;
    flex-direction: column;
}
.footer-section{
  margin-top: auto;
}

.no-record-found-section{
     text-align: center;
    padding: 30px 0;
    margin: auto 100px;
}
.icon-lg{
      font-size: 50px;
    color: burlywood;
}
.contactus-modalform .modal-header {
    padding: 5px 15px;
    background: #fff;
    color: #222;
}
.skill-list .fa-close{
        padding: 2px 3px;
    border-radius: 20px;
    border: 1px solid #ffb2ad;
    color: #f17870;
    background: #fff;
    font-size: 11px;
    font-weight: 200;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}
.skills-container ul li .tag-name{
font-size: 11px;
    display: block;
        padding: 6px 10px;
    width: 100%;
}

.search-clear{
     position: absolute;
     right: 88px;
     top: 1px;
     background: #fff;
     font-size: 16px;
     padding: 4px 10px;
     color: #cccc;
}
.el-location-section .el-icon-box-wrapper {
    padding: 5px 20px;
}
.p-relative{
  position: relative;
}
#skills-modal-static .skills-container ul li {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    padding-bottom: 5px;
}
.edetail-infosection.info-terms-faq-box{
  min-height: 175px;
  max-height: 185px;
}
.high-edu-checked,
.high-edu-checked:hover{
      border: none;
      padding: 5px 10px;
      border-radius: 2px;
      color: #444;
      cursor: pointer;
      background: #f9f9f9;
      box-shadow: 0 0px 2px #ccc;
      font-weight: 400;
      font-size: 12px;
}
.high-edu-check,
.high-edu-check:hover{
      border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 2px;
    color: #e0675e;
    cursor: pointer;
}
.high-edu-btn,
.high-edu-btn:hover{
   border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 2px;
        color: #ff9800;
         cursor: pointer;
}
.current-tag,
.current-tag:hover{
    border: 1px solid transparent;
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px;
    color: #f77f08;
    margin-left: 0;
    background: transparent;
    box-shadow: 0 0px 2px #ccc;
}
.image-bg-section{
     width: 150px;
    height: 150px;
    box-sizing: border-box;
    border-radius: 49.9%;
    background-clip: border-box;
    background-color: var(--color-background-container);
    border: 4px solid var(--color-background-container);
    box-shadow: none;
    margin: auto;
    position: relative;
}
.image-inner-section{
  width: 100%;
    height: 100%;
    background-color: var(--color-background-container-tint);
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background-color: var(--color-background-container-tint);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.image-btn-cursor,
.br-div1 .event-cover-pic{
  line-height: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    touch-action: manipulation;
}
.uploaded-img{
    width: 130px!important;
    height: auto;
    border-radius: 50%!important;
    padding: 0!important;
}
.br-div1{
  width: 1200px;
    height: 440px;
    display: flex;
    box-sizing: border-box;
    border-radius: 49.9%;
    background-clip: border-box;
    background-color: var(--color-background-container);
    border: 4px solid var(--color-background-container);
    box-shadow: none;
    margin: auto;
    position: relative;
}
.thumbnail-img{
      border-radius: 5px;
}
.personal_event .modal-body {
    position: relative;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: auto;
    max-height: 450px;
}
.generate-pswd a{
  vertical-align:super;}
  .confirm-active-modal .confirmation-body{
text-align: center;
  }

  .confirm-active-modal  .modal-dialog {
    width: 450px;
}

  .confirm-active-modal  .confirmation-body h3 {
      font-size: 22px;
    color: #c04242;
}

/**/
.toggleSwitch span span {
  display: none;
}

@media only screen {
  .toggleSwitch {
       display: inline-block;
    height: 10px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
    width: 100px;
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
        line-height: 25px;
    height: 28px;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 12px;
    width: 100%;
    left: 15%;
    top: 0;
    opacity: 0;
    font-weight: 500;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
       height: 20px;
    padding: 0;
   left: 5px;
    top: 2px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #fff;
    opacity: 1;
    left: 28%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
   background-color: #ff6c61;
    border: #ff6c61;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 82%;
    margin-left: -8px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #0097D1;
    box-shadow: inset 0 0 0 30px #0097D1;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}

.previewimage-nolist{
  text-align: center;
}
.previewimage-nolist img{
 display: block;
 margin: 0 auto;
 width: 40%;
 height: auto!important;
}
.previewimage-nolist p{
  font-size: 12px;
  font-weight: 500;
}
.candidate-status .form-control{
  height: 42px;
}
.btn-reset-xs{
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    background: transparent;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #774e79;
    border-image: initial;
    padding: 6px 30px;
    text-decoration: none;
    color: #774e79;
}
.btn-reset-xs:hover,
.btn-reset-xs:active {
  color: #fff;
  background: #774e79;
  border-color: #774e79;
}
.btn-deactivate-xs{
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: inherit;
  color: rgb(255 83 83);
  letter-spacing: inherit;
  text-transform: uppercase;
  background: #fff;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 83 83);
  border-image: initial;
  padding: 6px 10px;
  text-decoration: none;
}
.btn-deactivate-xs:hover,
.btn-deactivate-xs:active{
    color: #fff;
    background: rgb(255 83 83);
    border-color: rgb(255 83 83);
}
.btn-activate-xs{
font-size: 12px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    line-height: inherit;
    color: rgb(57 189 134);
    letter-spacing: inherit;
    text-transform: capitalize;
    background: #fff;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(57 189 134);
    border-image: initial;
    padding: 6px 10px;
    text-decoration: none;
}
.btn-activate-xs:hover,
.btn-activate-xs:active{
    color: #fff;
    background: rgb(57 189 134);
    border-color: rgb(57 189 134);
}
/* .el-content-section .btn-ye-savebtn{
      margin-bottom: 10px!important;
} */
.primary-event-name .job-title ul{
      display: inline-block;
    list-style: none;
    vertical-align: top;
}
#link-roles-user .group-input-check ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 5px 0;
}
.tag-name{
      color: #ff5722;
    border: 1px solid #ff5722;
        padding: 2px 15px;
    border-radius: 20px;
    font-size: 10px;
        font-weight: 600;
}

[data-letters]:before {
  content:
  attr(data-letters);
  display:
  inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:
  center;
  border-radius:50%;
  background: #2da0c0;
  vertical-align:
  middle;
  margin-right:10px;
  color:
  white;
  }
  .profile-details-section [data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 3em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #2da0c0;
    vertical-align: middle;
    margin-right: 0;
    color: white;
}
.generate-pswd .text-info {
  color: #333!important;
}
.position-name .text-publish {
  color: #008489!important;
  font-size: 13px;
  font-weight: 300;
}
.position-name .text-draft {
  color: #ccc!important;
  font-size: 13px;
  font-weight: 300;
}
.position-name .text-unpublish {
  color: #ff9088!important;
  font-size: 13px;
  font-weight: 300;
}
.logoimg{
  padding-top: 3px;
}
.progress-bars .fa.fa-check {
  color: #794e79!important;
}
.dropdown-menu.userdetail  {
position: absolute;
    top: 120%;
    right: 0;
    left: inherit;
    }
    .dropdown-menu.userdetail.headerlist{
        left: inherit;
    min-width: 200px;
    }
    .loginerrortext p{
      text-align: center;
    font-size: 13px;
    color: #ef6262;
    margin-bottom: 10px;
    }

    .emptylisting-content{
      text-align: center;
    }
    .emptylisting-content img{
      display: block;
    margin: 0 auto;
    width: 10%;
    }
    .emptylisting-content p{
      font-size: 12px;
    font-weight: 500;
  
    }
    .event-box-height{
          height: 370px;
    min-height: 370px;
}
.event-cover-pic .el-mainbanner {
    width: 100%;
    min-height: inherit;
    max-height: initial;
    border-radius: 0 0 10px 10px;
}

.resume-dislay p{
      font-size: 13px;
      color: #444;
}
.file-name p{
margin: 0;
}

.resume-dislay .file-name{
    width: 80%;
    padding: 0 10px;
  }

  .resume-dislay{
   display: flex;
    padding: 15px 10px;
    width: 100%;
    background: #fbfbfb;
    border-radius: 5px;
    margin: 15px 0;
  }

 .download-icon .btn-download{
  font-size: 18px;
    border-radius: 55%;
    padding: 5px 12px;
    border: 1px solid #e2dcdc;
    background: #fff;
    color: #3a3b45;
  }

 .file-icon i {
        font-size: 40px;
    color: darkgrey;
  }

  .image-position-parent .fa{
        padding: 20px;
    background: #f7f7f7;
    border-radius: 3px;
    color: black;
    opacity: 1;
    font-size: 20px;
  }
  .listed-uplod-files{
    display: flex;
    padding: 10px 0;
    width: 100%;
    }

  .listed-uplod-files .image-div{
       width: 20%;
    border: none;
       padding-right: 5px;
  }
   .listed-uplod-files .file-info-div{
       width: 80%;
    border-left: 1px solid #e7e7e7;
    padding-left: 10px;
  }

  .file-details .img-file-info{
     font-size: 12px;
     color: #454647;
     margin: 0;
     padding: 0;
  }

  .filelist{
    display: inherit;
    padding: 10px 10px;
    width: 100%;
    background: #fbfbfb;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .filelist .filelist:focus, .filelist .filelist:hover{
    border-color: transparent;
    background: transparent;
  }
.filelist  .download-icon .btn-download {
    margin: 10px 5px;
    padding: 2px 7px;
    border: 1px solid #ffb2ad;
    background: #fff;
    color: #ffb2ad;
    float: right;
}
.f-11{
  font-size: 11px;
}
.div-2{
    height: 350px;
    display: flex;
}
.div-1{
  border:none;
}
.img-1{  
 border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
}
.event-box-height .card-body {
    height: 150px;
}
.div-4{
     height: 100px;
    display: flex;
    margin: auto 138px;
    width: auto;
    text-align: center;
}
.emptylisting-content {
    text-align: center;
}
.icon-norecord-added .fa {
    font-size: 40px;
    color: #ececec;

}
.emptylisting-content p {
    font-size: 12px;
    font-weight: 500;
        padding-top: 10px;
}
#unlinked-skills-modal .skills-container {
    border-bottom: none;}
    .SingleSelectModal  a span{
      vertical-align: super;
    }
.div-5{
  height: 125px;    
  display: flex;
}
#upload-banner-img-modal .modal-body{      
	min-height: 450px;
	max-height: 450px;
}
.heading-events a,
.heading-events a:hover,
.heading-events a:focus{
  color: #444;
}
.cartlisting-li{

}
.cartlisting-summary-li{
  padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
}
.cartlisting-summary-li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.cartlisting-summary-li .text-info {
  color: #444;
  font-size: 12px;
  line-height: 2.4;
  font-weight: 400;
}
.div-6 {
    height: 100px;
    display: flex;
    margin: auto 120px;
    width: auto;
}

.primary-event-name .staus-value {
  border: 1px solid #7a72c2;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  position: relative;
  vertical-align: middle;
  background: #7a72c2;
  float: right;
  top: 0;
  margin-left: 15px;
  font-weight: 400;
}

.modal-footer .btn-deactivate-xs,
.eldetails-summary-second-inner .btn-deactivate-xs{
    line-height: inherit;
}
.square-info .btn-view-xs{
  padding: 3px 30px;
}
.tracking-table .btn-reset-xs{
padding: 6px 30px;
}
#add-payment .modal-body,
.switch-left-right .switch-label {
  overflow: hidden;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 0 0 0;
  text-indent: -12px;
  border-radius: 25px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-left-right .switch-label:before {
  background: #bdc5c9;
  text-align: left;
  padding-left: 80px;
}
.switch-left-right .switch-label:after {
  text-align: left;
  text-indent: 9px;
  background: #97bdcf;
  left: -100px;
  opacity: 1;
  width: 100%;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
  opacity: 1;
  left: 100px;
}
.switch-left-right .switch-input:checked ~ .switch-label:after {
  left: 0;
}
.switch-left-right .switch-input:checked ~ .switch-label {
  background: inherit;
}
.togglefiletr{
  float: right;
  padding-top: 7px;
}
.divimg1{
  margin: auto!important;
  text-align: center;
  display: block;
}
.notificationlisting{
    padding: 15px;
    display: block;
    height: auto;
    background: #f9faff;
    border-radius: 4px;
}
.messagelist{

}
.timeline{
    font-size: 20px;
    color: #ef7b7b;
    float: right;
}
.notificationlisting ul{
list-style: none;
    margin: 0;
    padding: 0px 15px;
    display: block;
    min-height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 45vh);
}
.notificationlisting ul li{
    padding: 10px;
    border: none;
    margin-bottom: 10px;
    padding: 15px 10px;
        background: white;
    border-bottom: 1px solid #E3EBF1;
}
.notificationlisting ul li.active {
    /* display: flex; */
/*    border: none;*/
    margin-bottom: 8px;
    background: #fff;
    border-radius: 5px;
    border-left: 4px solid #3880b8;

    }
.notificationlisting ul li a{
display: flex;

}
.alphauser{
       background: blueviolet;
    color: #fff;
    padding: 7px 12px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
    vertical-align: middle;
}
.notificationpageview{

}
.imgdiv.div-2 img{
  border-radius: 4px;
}
.oninput{
  position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    color: #ccc;
}
 .imgdiv.div-2 {  
 padding-right: 10px;
    width: 100px;
    display: flex;
    border-radius: 0px;
    height: 60px;
}
 .imgdiv.div-2 .material-symbols-outlined{
      line-height: 2;
 }
.notificationpageview .table-responsive.table-scroll {
  min-height: 320px;
  max-height: calc(100vh - 44vh);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
 }
 .redeemscreenfix{
      position: fixed;
    width: 100%;
    height: calc(100vh - 10vh);
 }
.detaildiv h5{
    font-size: 13px;
    font-weight: 400;
    color: #162D3D;
    margin: 0;
    line-height: 2;
}
.detaildiv{
  width: 85%;
}
.detaildiv p{
    margin: 0;
    font-size: 13px;
    color: #7f7f7f;
    font-weight: 400;
        margin-bottom: 10px;
}

.upload_voucher{
  text-align: center;
    padding: 25%;
    border: 1px dashed #b3babd;
}

.upload_voucher .uploadicon{
      font-size: 35px;
}
.infosecttion{
      display: flex;
}
.infosecttion p{
      margin: 0;
    vertical-align: middle;
    padding: 5px 10px;
}
.infosecttion h6{
         font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: 3px 0;
}

.invoicedetailsinfo h6{
    margin: 2px 0;
    text-transform: uppercase;
}
.headinginvoice{
      margin: 10px 0;
}
.naminvoice{
      margin: 0;
    padding-top: 15px;

}
.invoicedetailsinfo .status{
    padding: 1px 25px;
    border: 1px solid #a6f4a6;
    border-radius: 20px;
    background: #a6f4a6;
    color: #008b00;
    font-size: 11px;
}


.infosecttion p{
  margin: 0;
vertical-align: middle;
padding: 5px 10px;
}


.invoicedetailsinfo h6{
margin: 2px 0;
text-transform: uppercase;
}
.headinginvoice{
  margin: 10px 0;
}
.naminvoice{
  margin: 0;
padding-top: 15px;

}
.invoicedetailsinfo .status{
padding: 1px 25px;
border: 1px solid #a6f4a6;
border-radius: 20px;
background: #a6f4a6;
color: #008b00;
font-size: 11px;
}
.infosecttion h6 span{
  margin: 0;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 12px;
    line-height: inherit;
    color: #70767c;
    float: right;
    font-weight: 400;
    text-align: right;
}
.theme-header {
    background-color:#ffffff;
/*     background: linear-gradient(to right, #159895, #19A7CE); */
}
/*status*/
.completed{
  color: #00BCD4;
  background: transparent;
  padding: 0px 8px;
  border-radius: 8px;
  font-weight: inherit;
  font-size: 20px !important;
  border: none;

}
.rejected{
   color: #ffc1ce;
   background: transparent;
     border: none;
     padding: 0 8px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 25px!important;
}

.notstarted{
     color: #9E9E9E;
     background: transparent;
      padding: 0 8px;
    border-radius: 8px;
    font-weight: 800;
   font-size: 25px!important;
    border: none;
}
.inprogress {
  color: #f2c413;
  padding: 0 8px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 25px!important;
  border: none;
  background: transparent;
}
.onhold{
  color: #ff8100;
     background: transparent;
        padding: 0 8px;
    border-radius: 8px;
    font-weight: inherit;
font-size: 20px!important;
    border: none;
}
.tagnew {
     border: none;
    padding: 2px 7px;
    font-size: 11px;
   
    border-radius: 25px;
    
    background: #754ffe;
    color: #fff !important;
   
    line-height: normal;
    background: rgb(253, 29, 29);
    background: linear-gradient(191deg, rgba(253, 29, 29, 1) 0%, rgba(136, 57, 173, 1) 100%, rgba(131, 58, 180, 1) 100%, rgba(252, 176, 69, 1) 100%);
    text-transform: capitalize;
}
.delivered,
.approved{
      color: #328b51!important;
        padding: 0 8px;
    border-radius: 8px;
    font-weight: inherit;
   font-size: 20px!important;
    border: none;
    background: transparent;
  }
  .link-div {
    padding: 7px 10px!important;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px!important;
    position: relative;
}
.createevents--layout .input-label {
    font-weight: 400;
    display: block !important;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: inherit;
    line-height: 1.5;
    color: #484848;
    text-transform: uppercase!important;
}.fs-26 {
    font-size: 26px!important;
}
.clsoebtn {
    float: right;
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
}
.infosecttion h6 {
font-size: 13px;
    display: block;
    margin: 3px 0;
    font-weight: 500;
    color: #484848;
}
.infosecttion p {
    margin-bottom: 15px;
    vertical-align: middle;
        margin: 0;
    padding: 0;
}
.infosecttion {
       display: block;
    margin-bottom: 20px;
}
.infosecttion .passwd-visible {
    top: 23px!important;
    height: 35px!important;
    padding: 5px 15px;
}
.theme-heading .material-symbols-outlined {
    color: #19A7CE;
    font-size: 25px!important;
    vertical-align: middle;
}
.theme-heading {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #444;
    text-transform: uppercase;
    font-weight: 400;
}
.invoiceinfo .infosecttion h6{
      font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin: 3px 0;
    font-weight: 500;
    color: #252a2f;
}
.infodatasection {
    background: #f1f6f5;
    padding: 15px;
    margin: 15px 0;
    border-radius: 20px;
}

.infosecttion .valueinvoice {
      margin-bottom: 0;
    vertical-align: middle;
    padding: 3px 0px;
    color:#008b8b;
    font-weight: 400;
    font-size: 14px;
}
.order-details-view ul{
list-style: none;
width: 100%;
}
.order-details-view ul li{
  float: left;
}
.infosecttion  .material-symbols-outlined{
      vertical-align: bottom;
}
/*timelineinvoice*/
.history-tl-container{
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
/*    display:inline-block;*/
}
.history-tl-container ul.tl li{
  list-style: none;
    margin: auto;
    margin-left: 215px;
    min-height: 50px;
    /* background: rgba(255,255,0,0.1); */
    border-left: 1px dashed #86D6FF;
    padding: 0 0 40px 60px;
    position: relative;
}
#order-details 
.history-tl-container ul.tl li{
  margin-left: 340px;
}
.history-tl-container ul.tl li:last-child
{
  padding-bottom: 10px;
}
.tagpaymentstatus {
    font-size: 13px;
    padding: 3px 15px;
    border: 1px solid #2196F3;
    border-radius: 20px;
    color: #2196F3;
    margin: 0 5px;
    background: aliceblue;
}
.tagamountstatus {
    font-size: 13px;
    padding: 3px 15px;
    border: 1px solid #66c096;
    border-radius: 20px;
    color: #fdfdfd;
    margin: 0 5px;
    background: #66c096;
}
.infosecttion .valueinvoice.detailinvoicep {
    margin-bottom: 0;
    vertical-align: middle;
    padding: 3px 0px;
    color: #3e3e3e;
    font-weight: 400;
    font-size: 13px;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
      position: absolute;
    left:-10px;
    top: 0;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.rewardpoints{
text-align: left;
    font-size: 13px;
    margin: 0;
    width: 140px;
    float: right;
    border-bottom: 3px solid #0082ff;
    position: relative;
    top: 7px;
    line-height: 1.7;
    text-transform: uppercase;
    font-weight: 400;
}
.f400{
  font-weight: 500;
}
.paymentstatustag{
     color: #1b991b;
    border-radius: 20px;
    border: 1px solid #3ca749;
    background: #f0fff0;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
}
.partialstatustag{
   color: #df7b00;
    border-radius: 20px;
    border: 1px solid #ffdf92;
    background: #ffdf92;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
}
.initiatestatustag {  
  color: #3F51B5;
  border-radius: 20px;
  border: 1px solid #3F51B5;
  background: #d4e0ff;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 500;

}
.notinitiatestatustag {
    color: #df0000;
    border-radius: 20px;
    border: 1px solid #ffc1a5;
    background: #ffc1a5;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
}
.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}
.history-tl-container ul.tl li .item-detail{
  color: rgb(57 56 56 / 74%);
    font-size: 13px;
}

.history-tl-container ul.tl li .item-title{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin:  0;
    font-weight: 500;
    color: #252a2f;
}
.history-tl-container ul.tl li .timestamp{
  color: #000000;
    position: absolute;
    width: 150px;
    left: -210px;
    text-align: right;
    font-size: 13px;
}
.history-tl-container ul.tl li.pendingamount::before,
.history-tl-container ul.tl li:hover.pendingamount::before{
      background: #FFC107;
}

.history-tl-container ul.tl li.paidamount::before,
.history-tl-container ul.tl li:hover.paidamount::before{
      background: #49dd2e;
}
.completedstatus{
    font-size: 14px;
    padding: 0;
    border-radius: 10px;
    font-weight: 400;
    color: #9f9f9f;
    line-height: 1.8;
}
.invoicename{
       font-size: 17px!important;
    color: #000!important;
    font-weight: 500!important;
    margin: 5px 0!important;
}
.valueinvoice{
      font-size: 13px;
    line-height: 21px;
    color: #2d2d2e;
  } 
  .voucherprise .priceamt{
        text-align: left;
    padding: 5px 0;
    font-size: 30px;
    font-weight: 500;
    color: #ef7b7b;
  }
  .voucherbtn{
        position: relative;
    top: 45px;
  }
  .quantitydiv ul{
        list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
    .quantitydiv ul li a{
      font-size: 15px;
    padding: 8px 7px;
    background: #1562a4;
    color: #ffff;
    border-radius: 3px;
    cursor: pointer;
    }
        .quantitydiv ul li a i{
   color: #ffff!important;   
    vertical-align: sub;
        }
        .quantitypoint
        {
          padding: 10px;
        }
        .div3{
              border-radius: 4px;
        }
        .quantitydiv ul li:hover a{
              background: #89abc8;
        }
        .redeemedpoints{
          font-size: 11px;
        }
        .messagebox ul li .material-symbols-outlined {
    width: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
    color: blue;
    font-size: 25px!important;
    font-weight: 500;
}
.bg-info-idon {
    background: #e5f3ff;
}
.messagebox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* float: left; */
    display: flex;
}
.personal_event .modal-header .primary-event-name {
    font-size: 16px;
}
.messagebox li p{
      margin: 0;
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.positionbadge{
  padding: 6px 10px;
  background: #19a5c8;
  color: #fff;
  border-radius: 5px;
  margin-right: 2px;
  text-transform: initial;
}

.deletegateordermessage{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.deletegateordermessage span i{
  padding: 0 8px;
    font-weight: 600;
}
.signupbtn:hover,
  .signupbtn{
  font-size: 14px;
  font-weight: 500;
  color: #614995!important;
}
.defaultinfo{
  padding: 10px 20px;
  background: #edf4ff;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0;
  border-radius: 4px;
}
.defaultinfo i{
  font-size: 30px;
    vertical-align: middle;
    line-height: 1.8;
    color: #0065ff;
}
.warninginfo i{
  font-size: 28px;
  vertical-align: middle;
  line-height: 1.8;
  color: #ef6262;
}
.signupbtn-logn{
  text-align: center;
    border: 1px solid;
    width: 40%;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #614995 !important;
}
.warninginfo{
  padding: 10px 20px;
  background: #ffeded;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0;
  border-radius: 4px;
}
.btn-ye-learnmore, .btn-ye-learnmore:hover, .btn-ye-learnmore:focus {
    background: #1dafa4;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border: 1px solid #614995;
    padding: 8px 30px;
    color: #fff;
    transition: all .8s ease-out 0s;
    background-color: #614995;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: 1px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 35px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  padding: 15px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.about-me-img img {
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }
}
.about-content .sectiontitle{
  text-align: left;
}
.invoicedivsection .invoiceheading {
    margin: 0;
    padding: 5px 10px;
    font-size: 25px;
    font-weight: 500;
    text-align: right;
    color: #6495ed;
}
.summarydiv {
    margin-top: 0;
    width: 35%;
    float: right;
}
.summarydiv .user-image-col {
    font-size: 15px;
    font-weight: 500;
    color: #00060c;
}
#add-payment .table-responsive.table-scroll tbody.nvoiceardlidts{
  max-height: calc(100vh - 380px);
  min-height:calc(100vh - 380px);
}
#add-payment .table-responsive.table-scroll tbody {
  max-height: calc(100vh - 313px);
  min-height: calc(100vh - 313px);
}
.summarydiv .material-symbols-outlined{
  vertical-align: inherit;
}
#add-payment.personal_event .modal-body {
  max-height: calc(100vh - 185px);
}
.btn-addingdis, .btn-addingdis:hover, .btn-addingdis:focus {
  background: #1d75c3;
  border-radius: 3px;
  font-size: 10px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #765ab3;
  padding: 5px 10px;
  line-height: 12px;
  color: #FFF;
  transition: all .8s ease-out 0s;
  background-color: #765ab3;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
/**/
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
      line-height: 1.5;
   
    font-weight: 300;
    font-size: 13px;

}
.errorioc {
    font-size: 30px !important;
    padding: 10px 0;
}
.errorwarning{
background: #fff1f1;
    padding: 10px ;
    border-radius: 3px;
}
.errorwarning p {
    font-size: 12px;
    line-height: 21px;
    color: #3e3e3e;
}
.btnpaypal:hover,
.btnpaypal:focus,
  .btnpaypal{
    border: 1px solid #003085;
    background: #003085;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    padding: 5px 15px !important;
    text-transform: capitalize;
    font-style: italic;
}
.divclose{
  position: absolute;
  top: -33px;
  right: -18px;
  background: #f4f0f0;
  border-radius: 20px;
  cursor: pointer;
}
.filtericon .material-symbols-outlined{
 color: #1d75c3!important;
    padding: 7px 8px!important;
    font-weight: 600;
    /* border: 1px solid #1d75c3; */
    border-radius: 30px;
}
.d-fixed-search{
    z-index: 1;
}
.btn-ye-cancelbtn.activevoucher{
  top: 0;
  border: 1px solid #765ab3;
  border-radius: 25px;
}
.clearbtn {
  padding: 2px 8px;
  font-size: 10px;
  background: #f99e83;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  top: 1px;
  position: relative;
}
.divclose .material-symbols-outlined{
  font-size: 13px;
  padding: 2px;
}
.btnpaypal:hover span,
.btnpaypal:focus span,
  .btnpaypal span{
font-size: 16px;
  }
  .filtericon .material-symbols-outlined {
    color: #765ab3 !important;
    padding: 7px 8px !important;
    font-weight: 600;
    /* border: 1px solid #765ab3; */
    border-radius: 30px;
}
.theme-box {
  background: #fff;
  z-index: 1;
  padding: 10px !important;
}
.searchpanelshadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -10px;
}

.d-fixed-search {
  position: absolute;
  top: -5px;
  border-top: 1px solid #ddd;
  left: 0;
}
.color-cancelled.tags {
  color:#eb1414;
  background: #fadfd7;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.upload_transcript .modal-header {
  background: #a593cd;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
}
.personal_event .upload_transcript .modal-header .primary-event-name {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500 !important;
  margin: 0;
  padding: 5px 0px;
}
.subheading-upload {
  margin: 0;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f3f3;
  padding: 10px 0;
  margin-bottom: 10px;
}
.upload_transcript .el-content-section-main-h h2 {
  font-size: 16px;
  margin: 10px 0;
  padding: 0;
  color: #3a3b45;
  padding-top: 0;
}
  .sub-featuresection {
    background: #fcfbff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.no-record-found .loadingimg {
  width: 40% !important;
}
.theme-sectionbox {
  background-color: #fff !important;
}
.norecordtranscript{
  height: calc(100vh - 190px);
}
.color-converting.tags{
  background: #e3d4ff;
  padding: 3px 10px;
  border-radius: 15px;
}
.color-restart{
  color: #765ab3;
}
.transcriptdivno{
  position: relative;
  top: 160px;
  bottom: 0;
}
.no-record-found img, .no-record-found {
  width: 275px;
  margin: auto;
  text-align: center;
  padding: 15px 70px;
  /* padding-top: 0; */
}
.faq-decrip h2{
  font-size: 15px!important;
}
 /* .loader {
            border: 16px solid #f3f3f3;
            border-radius: 50%;
            border-top: 16px solid rgb(71, 142, 223);
            border-bottom: 16px solid rgb(71, 142, 223);
            width: 120px;
            height: 120px;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        } */
.uploadicondiv .material-symbols-outlined {
  font-size: 38px !important;
  font-weight: 500;
  color: #8a979c;
  vertical-align: middle;
  background: gainsboro;
  padding: 10px 12px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.closedov{
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: #fff;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
}
.documentview{
  background: #eceeef;
  padding: 30px;
}
.transcriptupload .mediadivadding {
  text-align: center;
  background: #fcfbff;
  padding: 30px;
  border: 1px dashed #ddd;
  border-radius: 5px;
  margin: auto 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.subheading-upload {
  margin: 0;
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f3f3;
  padding: 10px 0;
  margin-bottom: 10px;
}
.sub-featuresection .form-check-label{
  vertical-align: super;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
}
.office-viewer iframe{
  min-height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
}

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  color: #909090;
}
.hovericonvisible{
  display: none;
}
.panel.panel-default:hover .hovericonvisible{
  display: block;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 15px 16px 13px 8px rgb(4 4 4 / 5%);
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #00bcd4;
  text-align: center;
  color: #fff;
}
.faqsection .panel-title {
  font-size: 14px;
}
.faqsection h4>a:hover{
  color: #1562a4;
}
.faqsection .panel{
  box-shadow: 15px 8px 13px 8px rgb(4 4 4 / 3%);
}
.faqsection .panel-default>.panel-heading{
  padding: 15px 15px;
}


#features-modal .container {
  display: block;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0;
}
#features-modal .card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  gap: 10px;
  display: inline-block;
  margin-bottom: 5px;
  border: none;
}
.newcard{    border-top: 5px solid #92d4e4;}
/* .upcomingcard{border-top: 3px solid #1e6ead8a;} */
.currentcard{ border-top: 5px solid #FF9800;}
#features-modal .card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#features-modal .modal-body{
  position: relative;
  padding: 15px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: calc(100vh - 65px);
  max-height: calc(100vh - 65px);
}
#features-modal .card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  min-height: auto;
}
#features-modal .tag {
  background-color: #ccc;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  padding: 2px 10px;
  text-transform: uppercase;
}
#features-modal.login-modal  .Login-section-right {
  width: 420px !important;
}
.featurelisting li .featureheader   .material-symbols-outlined{
  font-size: 12px !important;
  line-height: 2;
  color: #614995;
  padding-right: 10px;
}
#features-modal .tag-teal {
  background-color: #92d4e4;
}
#features-modal .tag-purple {
  background-color: #3d1d94;
}
#features-modal .tag-pink {
  background-color: #c62bcd;
}
#features-modal .card-body h4 {
  margin: 15px 0;
  margin-top: 0;
}
.featureheader p{
  color: #202428;
}
#features-modal .card-body .featureheader .headingfe{
  margin-bottom: 10px !important;
  font-size: 13px;
  gap: 10px;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.8;
}
.featurelisting{
  margin: 0;
  list-style: none;
}
#features-modal .user {
  display: flex;
  margin-top: auto;
}
#features-modal .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.user-info h5 {
  margin: 0;
}
#features-modal .user-info small {
  color: #888785;
}
@media (max-width: 940px) {
  #features-modal .container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.invoicepricing {
  text-align: left;
  float: left;
  font-size: 14px;
  color: #6d8d9b;
  font-weight: 500;
}
.invoicedetailsdiv .notinitiatestatustag {
  padding-top: 0;
  line-height: initial;
  padding-bottom: 0;
  margin-top: 3px;
}
.invoicepricing {
  text-align: left;
  float: left;
  font-size: 14px;
  color: #6d8d9b;
  font-weight: 500;
}
.naminginvoice {
  margin-bottom: 0;
  vertical-align: middle;
  padding: 3px 0px;
  color: #3e3e3e;
  font-weight: 400;
  font-size: 12px;

}
.addbtn-payment{
  padding: 3px 10px!important;
}
.completetag {
  color: #3e3e3e;
  border-radius: 20px;
  background:#acffca;
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.inprogresstag {
    color: #3e3e3e;
    border-radius: 20px;
    background: #acd8ff;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.table-responsive-xl input[type=checkbox],
.table-responsive-xl input[type=radio] {
    margin: 5px 0 0;
    }
.summaryrext{
  border-top: none;
  color: #70767c;
  font-weight: 500;
}
.invoicepricing .material-symbols-outlined {
  font-size: 15px !important;
}
.bottomdiv {
  border-top: 1px solid #f6f4f4;
  padding-top: 8px;
}
.collectioninvoicelist .job-list-table .table-responsive.table-scroll tbody.nvoiceardlidts {
  max-height: calc(100vh - 195px);
  min-height: calc(100vh - 195px);
}
/* .invoielisting-due:hover, .invoielisting-due.active {
  background-color: #9f3d3d00;
  transition: all 0.3s;
  border-radius: 4px;
  border-left: 4px solid #b08cff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; 
    margin-bottom: 10px;
    padding: 10px;
} */
.nvoiceardlidts tr:hover, tr.active {
  background: transparent;
}
.invoielisting-due {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.btn-ye-dltbtn, .btn-ye-dltbtn:hover, .btn-ye-dltbtn:focus {
  background: #19A7CE;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #ff8c8c;
  padding: 3px 10px;
  color: #fff;
  transition: all .8s ease-out 0s;
  background-color: #ff8c8c;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.invoicecardlist .naminginvoice{
  color: #a39b9b;
}
#payment .table-responsive.table-scroll tbody{
  min-height: calc(100vh - 305px);
  max-height: calc(100vh - 305px);
}
#payment .summarydiv ,
  #add-payment .summarydiv {
  background: #ebeff1;
}
.btn-ye-dangerbtn, .btn-ye-dangerbtn:hover, .btn-ye-dangerbtn:focus {
  background: #e55c51;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #f76156;
  padding: 6px 20px;
  color: #fff;
  transition: all .8s ease-out 0s;
  background-color: #e55c51;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}
.table-responsive.table-scroll tbody tr.alert{
  margin-bottom: 0;
  border-bottom: 1px solid #f7f0f0;
}
#payment .invoicecardlist .table-responsive.table-scroll tbody{
  min-height: calc(100vh - 390px);
  max-height: calc(100vh - 390px);
}
#payment .job-list-table .table>tbody>tr>td{
   padding: 15px 8px;
}
#add-payment .job-list-table .table>tbody>tr>td{
vertical-align: top;
}
.sumarydivpayment{
  /* height: 100px; */
}
.wrapper1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #dcdcdc85;
  z-index: 9999;
  opacity: .3;
  width: 100%;
  height: 100%;
  padding: 180px 0;
}
.wrapper1 .loader, .wrapper1 .loader:before, .wrapper1 .loader:after {
  color: #0e0e0e;
  width: 70px;
  text-align: center;
  display: inline-grid
;
  background: radial-gradient(closest-side at 50% 12.5%, currentColor 90%, #0000 98%) 50% 0 / 20% 80% repeat-y, radial-gradient(closest-side at 12.5% 50%, currentColor 90%, #0000 98%) 0 50% / 80% 20% repeat-x;
  height: 70px;
}
.wrapper1 .loader:before, .wrapper1 .loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}
.wrapper1 .loader{
  position: relative;
  top: 20px;
  -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}
.wrapper1 .loader:after {
  transform: rotate(60deg);
}
.leftsectionheight{
  height: calc(100vh - 100px);
}
.divheightfull
{
  height: calc(100vh - 170px);
}
.completedstats {
  color: #25c482;
  background: transparent;
  padding: 0px 8px;
  border-radius: 8px;
  font-weight: inherit;
  font-size: 20px !important;
  border: none;
}