/* Your app custom styles here */


.dashboard-cards {
    --f7-card-margin-vertical: 0px;
    --f7-card-margin-horizontal: 0px;
    --f7-card-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  }

  .product-image {
    width: 56px;
    height: 56px;
    border-radius: 4px;
  }
  

  .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }

  @media (min-width: 768px) {
    .card-content.scrollable {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: 260px;
    }
  }

  .timeline-item-divider {
    background: var(--f7-theme-color);
  }
  .timeline-item-divider:after,
  .timeline-item-divider:before {
    width: 2px;
  }

  @media (min-width: 768px) {
    .events-col .card {
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .events-col .card-content {
      flex-shrink: 10;
      min-height: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 767px) {
    .events-col {
      height: auto !important;
    }
  }

  .tasks-list {
    --f7-list-item-title-white-space: normal;
    --f7-list-item-title-font-weight: 500;
  }
  .aurora .tasks-list {
    --f7-list-item-padding-vertical: 8px;
    --f7-badge-size: 14px;
  }
  .tasks-list .item-media {
    width: 4px;
    min-width: 0 !important;
    margin-right: 5px;
  }
  .tasks-list .category-icon {
    height: 24px;
    width: 4px;
    border-radius: 2px;
    background: var(--f7-theme-color);
  }
.surface-control {
    width: 66px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.surface-control-component {
    display: flex;
    height: 100%;
    position: relative;
}
.surface-control-component .surface-control-primary {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 66px;
}
.surface {
    position: absolute;
    background-color: transparent;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
}
.surface-control-component .surface-control-primary .surface-view-icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.surface-control-component .surface-control-primary .surface-view-icon-wrapper .surface-homepage-button {
    margin-top: 8px;
}
.surface-navigation-view-item-component {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    outline: none;
}
.ul-menu-look {
    background: transparent !important;
}
.footer-side {
    position: fixed;
   left: 0;
   bottom: 0;
   border-top:gray solid;
   border-width:1px;
}

@media (max-width: 600px) {
  .popover-size {
width: 100% ;
margin-left:0;
}
.popover-about {
width: 100% !important;
margin-left:0;
}
.panelwidth {
      width:90%;
  }
  .sinputwidth{
      margin:0 10%;
      width:80%
  }
}
@media (max-width: 800px) {
  .popover-size {
width: 100% ;
margin-left:0;
}
.popover-about {
width: 100% !important ;
margin-left:0;
}
.panelwidth {
      width:90%;
  }
  .sinputwidth{
      margin:0 10%;
      width:80%
  }
}
@media (min-width: 1024px) {
  .popover-size {
    width:40% ;
    margin-left:60% !important;
    }
    .panelwidth {
      width:40%;
  }
  .sinputwidth{
      margin:0 20%;
      width:60%
  }
}
.button-float-class {
  text-align: center;
}
.first-level-content {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    position: relative;
    outline: none;
    border: 1px solid;
    border-color: transparent;
    margin-right: 0px;
}
.user_profile_container .user_profile {
  font-size: 15px;
  font-weight: 300;
}
.user_profile_container .user_profile .user_profile_top_container {
  background-color: #8eb9e2;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-top: 70px;
  min-height: 300px;
}
.user_profile_container .user_profile .user_inner_container.user_profile_top {
  margin-bottom: 25px;
}
.profile-image-component {
  display: flex;
  flex-direction: column;
  margin: 0px auto 25px auto;
  border-radius: 50%;
  width: 135px;
  height: 135px;
}
.user-profile-top-component .user-role {
  margin-top: var(--spacing-small);
}
.user-role {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user_profile_container .user_profile .user_profile_top_container .user_title, .user_profile_container .user_profile .user_profile_top_container .user_name, .user_profile_container .user_profile .user_profile_top_container .user_company_name {
  position: relative;
}
.user_profile_container .user_profile .user_profile_top_container .pulse-tabs {
  margin-top: 20px;
  border: 0;
  box-shadow: 0 4px 8px -1px rgba(0,0,0,.2);
}
.pulse-tabs {
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
  overflow-x: scroll;
}
.pulse-tabs>li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  padding: 0 8px 8px;
  font-size: 14px;
  font-weight: 400;
}
.user_profile_container .user_profile .user_profile_bottom_container {
  padding: 30px 0;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  text-align: center;
}
.user_profile_container .user_profile .user_profile_bottom_container .text_left {
  text-align: left;
}
.user_profile_container .user_profile .user_inner_container.sessions_tab {
  max-width: 1000px;
}
.user_profile_container .user_profile .user_inner_container {
  max-width: 550px;
  margin: 0 auto auto auto;
}
.personal-info-field {
  margin: 6px 0;
  padding-bottom: 2px;
  padding-top: 2px;
}
.personal-info-field .icon-container {
  color: var(--icon-color);
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: var(--primary-background-color);
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--ui-border-color);
  text-align: center;
  font-size: 18px;
}
.personal-info-field .icon-container .icon-wrapper {
  position: relative;
}
.personal-info-field .data_container.popup_edit_link {
  border: 1px solid transparent;
}
.personal-info-field .data_container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  padding: 2px 14px 2px 5px;
  position: relative;
  margin-left: 5px;
}
.personal-info-field .data_container .data_row_container {
  align-items: center;
  display: flex;
  width: 100%;
}
.personal-info-field .data_container .data_row_container .profile-field-content {
  flex: 1 1 auto;
  max-width: calc(100% - 48px);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.personal-info-field .data_container .data_row_container .profile-field-title {
  flex: 0 1 auto;
  max-width: 200px;
  white-space: nowrap;
  margin-right: 5px;
  color: black;
}
.ds-text-component {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid transparent;
  padding: 0 2px;
}
.personal-info-field .data_container .data_row_container .profile-field-content .profile-field-content-missing {
  color: black;
  margin-right: -100%;
}

.activet .li {
    border-right:gold solid;
    border-width:2px;
}

.activet .i {
    color: gold;
}

/*new login popup*/

.wrapper {
  height: inherit;
  width:inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #89B5DA;*/
  position: relative;
  overflow: hidden;
}
.note {
  width: 97.5%;
  height: inherit;
  background-color: #FEFDF8;
  border: 0.6rem solid #1A6EB4;
  position: relative;
  z-index: 1;
}
.note .spiral-part {
  height: 3rem;
  background-color: #A1C5DE;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .note .spiral-part .spiral .hole {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #292974;
  margin: 0 0.9rem;
}
 .note .spiral-part .spiral .wire {
  width: 0.3rem;
  height: 2.5rem;
  background-color: silver;
  margin-top: -50px;
  margin-left: 20px;
  border-radius: 2px;
}
 .note .note-lines {
  padding: 0.5rem;
}
 .note .note-lines .line {
  height: 2rem;
  border-bottom: 0.2rem solid #E7E6E2;
}
 .shadow {
  position: absolute;
  width: 46.2rem;
  height: 70rem;
  background-color: #7BACD5;
  transform: rotate(-59deg);
  top: 133px;
  right: -8px;
}

.inputsignup{
    border: 1px #9DCC00 solid;
    border-radius:10px;
    color:#292974;
}


/*OTP*/
.otpcon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  min-width: 350px;
  background-color: white;
  border-radius: 12px;
}
.otpsvg {
  margin: 16px 0;
}
.opttitle {
  font-size: 20px;
  font-weight: bold;
}

.otpp {
  color: #a3a3a3;
  width: 300px;
  margin-top: -14px;
  text-align:center;
}
.otpinput {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  border-bottom: 1.5px solid black;
  margin: 0 10px;
}

.otpinput:focus {
  border-bottom: 1.5px solid #292974;
  outline: none;
}

.otpbutton {
  width: 250px;
  letter-spacing: 2px;
  margin-top: 0px;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
  background-color: #292974;
  color: white;
  cursor: pointer;
}