/** Utility Stylesheets Define Here  **/
/** Global Theme Colors **/
/** #00458B, #0A2472, #153084, #1F60D9 **/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
/** Font Size: 36px **/
/** Font Size: 32px **/
/** Font Size: 28px **/
/** Font Size: 24px **/
/** Font Size: 20px **/
/** Font Size: 18px **/
/** Global Utility Classes **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-10 {
  padding-left: 10px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pr-10 {
  padding-right: 10px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.fl-none {
  float: none; }

.head-row {
  justify-content: space-between;
  padding: 0 15px; }

.no-radius {
  border-radius: 0; }

.font-weight-light {
  font-weight: 300; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-semibold {
  font-weight: 600; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-extrabold {
  font-weight: 800; }

.text-gray {
  font-size: 14px;
  color: #000000; }

.wide100 {
  width: 100%; }

.wide75 {
  width: 75%; }

.wide50 {
  width: 50%; }

.wide25 {
  width: 25%; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.3; }

.opacity-2 {
  opacity: 0.5; }

.opacity-3 {
  opacity: 0.7; }

.opacity-4 {
  opacity: 0.9; }

.opacity-5 {
  opacity: 1; }

.bradius25 {
  border-radius: 25px !important; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 120%; }
  @media (max-width: 1600px) {
    html {
      font-size: 100%; } }
  @media (max-width: 1199.98px) {
    html {
      font-size: 95%; } }
  @media (max-width: 991.98px) {
    html {
      font-size: 90%; } }
  @media (max-width: 767.98px) {
    html {
      font-size: 85%; } }
  @media (max-width: 575.98px) {
    html {
      font-size: 80%; } }
  @media (max-width: 414.98px) {
    html {
      font-size: 75%; } }

@media (min-width: 1199px) {
  .container {
    width: 85%;
    max-width: 85%; } }

*,
*:before,
*:after {
  box-sizing: inherit; }

a,
a:hover,
a:focus {
  color: #0097bd;
  text-decoration: none;
  cursor: pointer; }

*:focus {
  outline: none !important; }

a:focus {
  text-decoration: none;
  background: none; }

.link-black {
  color: #000000; }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  background: #f3f3f3;
  width: 100%;
  color: #000000; }

.lockscrollbar {
  overflow-y: hidden; }

.openscrollbar {
  overflow-y: scroll; }

p {
  font-family: "Montserrat", sans-serif !important; }

sup {
  font-size: 60%;
  top: -0.8em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  margin: 0px;
  padding: 10px;
  color: #000000; }

.main-panel {
  width: 100%;
  background: #f3f3f3; }

.wrapper {
  margin-top: 80px !important;
  padding-bottom: 60px;
  min-height: 100vh;
  padding: 0 15px 60px 15px;
  /** New Style Added **/
  transition: 0.3s;
  /** New Style Added **/
  margin-left: 65px;
  /** New Style Added **/
  width: calc(100% - 65px);
  /** New Style Added **/ }

.flexWrapper {
  width: calc(100% - 250px) !important;
  margin-left: 250px !important; }

.electionWrapper {
  width: 100%; }
  .electionWrapper .electionmain {
    background: #ffffff;
    border-radius: 8px;
    padding: 0.625rem;
    margin: 10px 0 10px 0; }

::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #0097bd; }

::-webkit-scrollbar-thumb:hover {
  background: #0097bd; }

@keyframes imageReveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transform: translateX(-5%);
    opacity: 0.5; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0);
    opacity: 1; } }

@keyframes blockReveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes blockrevealTopToBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@keyframes bottomUpFadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes rightFadeIn {
  0% {
    transform: translateX(80px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes textReveal {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); } }

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

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes shine {
  to {
    background-position: 200% center; } }

@keyframes shine {
  to {
    background-position: 200% center; } }

@keyframes rotate-one {
  100% {
    transform: rotate(40deg);
    /**
 * 12% => 21.6deg
 */ } }

@keyframes rotate-two {
  0% {
    transform: rotate(21.6deg); }
  100% {
    transform: rotate(88deg);
    /**
 * 32% => 57.6deg 
 * 57.6 + 21.6 => 79.2deg
 */ } }

@keyframes rotate-three {
  0% {
    transform: rotate(88deg); }
  100% {
    transform: rotate(140.4deg);
    /**
 * 34% => 61.2deg 
 * 61.2 + 79.2 => 140.4deg
 */ } }

@keyframes rotate-four {
  0% {
    transform: rotate(140.4deg); }
  100% {
    transform: rotate(180deg);
    /**
 * 22% => 39.6deg  
 * 140.4 + 39.6 => 180deg
 */ } }

@keyframes fade-in {
  0%,
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideDownFilter {
  from {
    height: 0; }
  to {
    height: 75px; } }

@keyframes slideDownSorting {
  from {
    height: 0; }
  to {
    height: 55px; } }

.InputGroupComponent {
  position: relative;
  display: block;
  margin: 20px 0; }
  .InputGroupComponent .form-control {
    color: #555555; }
    @media (max-width: 767.98px) {
      .InputGroupComponent .form-control {
        font-size: 1.125rem; } }
  .InputGroupComponent .form-control:focus {
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.8); }
  .InputGroupComponent label {
    font-size: 14px;
    font-weight: 600;
    color: #3EBAEF;
    padding-left: 2px; }
  .InputGroupComponent input {
    color: #000000 !important;
    font-weight: 500;
    border: 1px solid #979797 !important;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5); }
  .InputGroupComponent .status-icon {
    position: absolute;
    right: 8px;
    top: 53%; }
  .InputGroupComponent .rotate {
    animation: spin 4s linear infinite; }
  .InputGroupComponent ::placeholder {
    color: #000000;
    opacity: 0.75;
    font-weight: 400; }

.SelectInputGroupComponent {
  margin: 10px 20px;
  margin-left: 0; }
  .SelectInputGroupComponent label {
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
    padding-left: 2px; }
  .SelectInputGroupComponent .react-select__control {
    border: 1px solid #979797;
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5) !important; }
  .SelectInputGroupComponent .react-select__placeholder {
    color: #000000 !important;
    font-weight: 500;
    opacity: 0.75; }
  .SelectInputGroupComponent .react-select__single-value {
    color: #000000 !important;
    font-weight: 500; }
  .SelectInputGroupComponent .react-select__indicator {
    color: #000000 !important; }
  .SelectInputGroupComponent .react-select__indicator-separator {
    display: none; }
  .SelectInputGroupComponent .react-select__menu {
    z-index: 10000;
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5) !important; }
  .SelectInputGroupComponent div {
    outline: none !important;
    box-shadow: none !important; }
  .SelectInputGroupComponent .beta-label {
    color: #bab9b9;
    font-size: 10px;
    position: relative;
    top: 0px;
    left: 5px;
    width: 40px;
    font-weight: 600; }

.ButtonComponent {
  display: inline-block;
  margin: 10px 20px; }
  .ButtonComponent .btn {
    background: #0097bd;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 25px;
    font-size: 18px;
    min-width: 135px; }
    .ButtonComponent .btn:hover {
      box-shadow: 0 6px 18px rgba(201, 201, 201, 0.9);
      transition: .3s all ease;
      background: #263a8f;
      color: #fff; }
    @media (max-width: 767.98px) {
      .ButtonComponent .btn {
        padding: 10px 15px;
        font-size: 14px; } }
    @media (max-width: 575.98px) {
      .ButtonComponent .btn {
        padding: 10px;
        min-width: 110px; } }
  .ButtonComponent .cancelbtn {
    background: #da2128 !important;
    border: none; }

.FABComponent {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .FABComponent {
      left: 20px;
      bottom: 10px; } }
  .FABComponent .btn-fab {
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 0px 30px 0px rgba(95, 127, 138, 0.5) !important; }
    @media (max-width: 767.98px) {
      .FABComponent .btn-fab {
        width: 60px;
        height: 60px; } }
    .FABComponent .btn-fab:hover {
      transform: rotate(90deg); }
    .FABComponent .btn-fab:active {
      background: #0097bd;
      opacity: 0.9; }

.CheckBoxGroupComponent {
  margin: 10px 20px;
  margin-left: 0;
  cursor: pointer;
  user-select: none; }
  .CheckBoxGroupComponent.disabled {
    pointer-events: none; }
  .CheckBoxGroupComponent .icon {
    color: #000000; }
    .CheckBoxGroupComponent .icon.colored {
      color: #3EBAEF; }
  .CheckBoxGroupComponent span {
    padding-left: 20px;
    color: #000000;
    width: 100%;
    vertical-align: top;
    display: inline-block; }

.RadioGroupComponent {
  margin: 10px 20px;
  margin-left: 0;
  user-select: none; }
  .RadioGroupComponent .radio-item {
    margin: 10px 0;
    cursor: pointer; }
  .RadioGroupComponent .icon {
    color: #000000; }
    .RadioGroupComponent .icon.colored {
      color: #3EBAEF; }
  .RadioGroupComponent span {
    padding-left: 20px;
    color: #000000; }

/** Modal Dialog Styling **/
.MuiDialog-container .MuiPaper-root {
  border-radius: 12px; }

.MuiDialog-container .MuiDialogTitle-root {
  padding: 18px 10px;
  background: #3EBAEF; }
  .MuiDialog-container .MuiDialogTitle-root .MuiTypography-h6 {
    padding: 0 6px;
    color: #ffffff; }
  .MuiDialog-container .MuiDialogTitle-root .MuiSvgIcon-root {
    color: #ffffff; }
  .MuiDialog-container .MuiDialogTitle-root .MuiButtonBase-root {
    top: 10px;
    color: #9e9e9e;
    right: 8px;
    position: absolute; }

.MuiDialog-container .MuiDialogContent-root {
  padding: 25px 16px; }
  .MuiDialog-container .MuiDialogContent-root .MuiTypography-body1 {
    font-size: 14px; }
    @media (max-width: 414.98px) {
      .MuiDialog-container .MuiDialogContent-root .MuiTypography-body1 {
        font-size: 11px; } }
  .MuiDialog-container .MuiDialogContent-root .MuiTypography-colorTextSecondary {
    color: #555555; }
  @media (max-width: 991.98px) {
    .MuiDialog-container .MuiDialogContent-root {
      padding: 20px; } }
  @media (max-width: 575.98px) {
    .MuiDialog-container .MuiDialogContent-root {
      padding: 16px; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

/** Layout Stylesheet Define Here **/
.footer-wrap {
  background-color: red; }

/** Global Component Stylesheets Define Here **/
.sidebarWrap {
  z-index: 1;
  background: #0c1e35;
  position: fixed;
  top: 70px;
  width: 250px;
  height: 100%;
  transition: 0.3s;
  transition-property: width;
  overflow-y: auto; }
  .sidebarWrap .sidebar {
    width: 250px;
    min-width: 250px;
    transition: width, left, right, 0.3s;
    -webkit-transition: width, left, right, 0.3s;
    color: #7d84ab;
    overflow-x: hidden !important;
    position: relative; }
    .sidebarWrap .sidebar .sidebar-layout {
      height: 100%;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
      background-color: #0c1e35;
      z-index: 2; }
      .sidebarWrap .sidebar .sidebar-layout .sidebar-header {
        height: 30px;
        min-height: 30px;
        display: flex;
        align-items: center;
        padding: 0 20px; }
        .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo {
          display: flex;
          align-items: center; }
          .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo > div {
            width: 35px;
            min-width: 35px;
            height: 35px;
            min-height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            color: white;
            font-size: 24px;
            font-weight: 700;
            background-color: #ff8100;
            margin-right: 10px; }
          .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo > h5 {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 20px;
            line-height: 30px;
            transition: opacity 0.3s;
            opacity: 1;
            color: #7d84ab;
            font-weight: bold; }
      .sidebarWrap .sidebar .sidebar-layout .sidebar-content {
        flex-grow: 1;
        padding: 10px 0; }
      .sidebarWrap .sidebar .sidebar-layout .sidebar-footer {
        height: 230px;
        min-height: 230px;
        display: flex;
        align-items: center;
        padding: 0 20px; }
        .sidebarWrap .sidebar .sidebar-layout .sidebar-footer > span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    .sidebarWrap .sidebar .menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .sidebarWrap .sidebar .menu .menu-header {
      font-weight: 600;
      padding: 10px 25px;
      font-size: 0.8em;
      letter-spacing: 2px;
      transition: opacity 0.3s;
      opacity: 0.5; }
    .sidebarWrap .sidebar .menu .menu-item a {
      display: flex;
      align-items: center;
      height: 50px;
      padding: 0 20px;
      color: #7d84ab;
      text-decoration: none; }
      .sidebarWrap .sidebar .menu .menu-item a .menu-icon {
        font-size: 1.2rem;
        width: 35px;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        border-radius: 2px;
        transition: color 0.3s; }
        .sidebarWrap .sidebar .menu .menu-item a .menu-icon svg {
          display: inline-block; }
      .sidebarWrap .sidebar .menu .menu-item a .menu-title {
        font-size: 0.9em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-grow: 1;
        transition: color 0.3s; }
      .sidebarWrap .sidebar .menu .menu-item a .menu-prefix,
      .sidebarWrap .sidebar .menu .menu-item a .menu-suffix {
        display: inline-block;
        padding: 5px;
        opacity: 1;
        transition: opacity 0.3s; }
      .sidebarWrap .sidebar .menu .menu-item a:hover .menu-title {
        color: #dee2ec; }
      .sidebarWrap .sidebar .menu .menu-item a:hover .menu-icon {
        color: #dee2ec; }
        .sidebarWrap .sidebar .menu .menu-item a:hover .menu-icon i {
          animation: swing ease-in-out 0.5s 1 alternate; }
      .sidebarWrap .sidebar .menu .menu-item a:hover::after {
        border-color: #dee2ec !important; }
      .sidebarWrap .sidebar .menu .menu-item a .badge {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        color: #fff;
        background-color: #6c757d; }
        .sidebarWrap .sidebar .menu .menu-item a .badge.primary {
          background-color: #ab2dff; }
      .sidebarWrap .sidebar .menu .menu-item a.active {
        color: #fff; }
    .sidebarWrap .sidebar .menu .menu-item.sub-menu {
      position: relative; }
      .sidebarWrap .sidebar .menu .menu-item.sub-menu > a::after {
        content: '';
        transition: transform 0.3s;
        border-right: 2px solid currentcolor;
        border-bottom: 2px solid currentcolor;
        width: 8px;
        height: 8px;
        transform: rotate(-45deg); }
      .sidebarWrap .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
        padding-left: 20px;
        display: none;
        overflow: hidden;
        z-index: 999; }
      .sidebarWrap .sidebar .menu .menu-item.sub-menu.open > a {
        color: #dee2ec; }
        .sidebarWrap .sidebar .menu .menu-item.sub-menu.open > a::after {
          transform: rotate(45deg); }
    .sidebarWrap .sidebar #btn-collapse {
      display: block; }
      @media (max-width: 991.98px) {
        .sidebarWrap .sidebar #btn-collapse {
          display: none; } }
    .sidebarWrap .sidebar .sidebar-collapser {
      transition: left, right, 0.3s;
      position: fixed;
      left: 220px;
      top: 100px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color: #00829f;
      font-size: 18px;
      font-style: normal;
      transform: translateX(50%);
      z-index: 111;
      cursor: pointer;
      color: white;
      box-shadow: 1px 1px 4px #0c1e35;
      text-decoration: none;
      text-align: center; }
      .sidebarWrap .sidebar .sidebar-collapser svg {
        font-style: normal;
        font-weight: normal; }
    .sidebarWrap .sidebar .sidebar-collapser-closed {
      left: 35px !important; }
    .sidebarWrap .sidebar.has-sidebar {
      flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal; }
    .sidebarWrap .sidebar.fixed-sidebar {
      height: 100%; }
      .sidebarWrap .sidebar.fixed-sidebar .sidebar {
        height: 100%;
        overflow: auto; }
    .sidebarWrap .sidebar::-webkit-scrollbar-thumb {
      border-radius: 4px; }
    .sidebarWrap .sidebar:hover::-webkit-scrollbar-thumb {
      background-color: #1a4173; }
    .sidebarWrap .sidebar::-webkit-scrollbar {
      width: 6px;
      background-color: #0c1e35; }
  .sidebarWrap.closeSideBar {
    width: 65px; }

@keyframes swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); } }

.sideBarOverflow > div {
  overflow-x: hidden !important;
  max-height: 476px !important; }

/** Pages Stylesheets Define Here **/
/* header css */
@media (max-width: 767.98px) {
  .dashmain .menu-hemburger {
    display: flex;
    align-items: center;
    justify-content: center; } }

.dashmain .menu-hemburger svg {
  font-size: 20px;
  margin-right: 8px; }

@media (max-width: 991.98px) {
  .dashmain .logo-wrapper a img {
    width: 130px; } }

.headerform {
  margin: 14px 0  0 0;
  width: 40%; }

.header-list {
  margin: 3px 0 0 0; }
  .header-list li {
    padding: 0 6px; }
    .header-list li a {
      color: #555555;
      font-size: 14px; }
      .header-list li a .icon {
        position: relative;
        height: 20px;
        width: 20px;
        margin: 0 auto;
        display: block; }
        .header-list li a .icon .icon-button_badge {
          position: absolute;
          background: linear-gradient(0deg, #CA0000, #CA0000), linear-gradient(0deg, #FFFFFF, #FFFFFF);
          left: 10px;
          top: -5px;
          right: 5px;
          height: 13px;
          width: 13px;
          border-radius: 50%;
          color: white;
          line-height: 12px;
          text-align: center;
          font-size: 9px; }
    .header-list li svg {
      display: block;
      margin: 3px 5px 0 0;
      font-size: 18px; }
    .header-list li:hover {
      color: #0097bd; }
    @media (max-width: 991.98px) {
      .header-list li {
        display: none; } }
    @media (max-width: 767.98px) {
      .header-list li {
        display: none; } }

@media (max-width: 767.98px) {
  .headleft img {
    margin-top: 3px;
    margin-left: 6px; } }

@media (max-width: 991.98px) {
  .headleft img {
    margin-top: 3px;
    margin-left: 6px; } }

.btn-search-alumni {
  background: #0097bd !important;
  border: 1px solid #0097bd !important;
  margin: -25px 0 0 0;
  height: 44px;
  line-height: 44px;
  padding: 0 26px; }
  .btn-search-alumni svg {
    float: left;
    margin: 3px 5px 0 0 !important; }
  .btn-search-alumni:hover {
    background: #263a8f; }

.header-dropdown {
  display: block; }
  .header-dropdown.show .dropdown-toggle::after {
    color: #0820f7; }
  @media (max-width: 991.98px) {
    .header-dropdown .dropdown-toggle span {
      margin-right: 3px; } }
  @media (max-width: 767.98px) {
    .header-dropdown .dropdown-toggle span {
      display: none; } }
  @media (max-width: 991.98px) {
    .header-dropdown .dropdown-toggle::after {
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .header-dropdown .dropdown-toggle {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  .header-dropdown .dropdown-menu a {
    font-weight: normal;
    font-size: 12px;
    color: #555555; }
    .header-dropdown .dropdown-menu a:focus {
      background: none !important; }
  .header-dropdown .dropdown-menu.show {
    left: auto;
    right: 0;
    border: 0;
    box-shadow: 0 0 10px #dadada;
    padding: 0; }
  .header-dropdown .dropdown-menu .dropdown-divider {
    margin: 0;
    border-top: 0; }
  .header-dropdown button {
    font-size: 12px;
    color: #555555; }
  .header-dropdown h6 {
    font-weight: bold;
    font-size: 12px;
    color: #000000 !important; }
  .header-dropdown a {
    font-weight: bold;
    font-size: 14px;
    color: #000000; }
  .header-dropdown img {
    margin: 0 10px 0 0; }
    @media (max-width: 991.98px) {
      .header-dropdown img {
        margin: -7px 2px 0 0; } }
    @media (max-width: 767.98px) {
      .header-dropdown img {
        margin: -7px 2px 0 0; } }
  @media (max-width: 767.98px) {
    .header-dropdown img {
      width: 40px !important; } }
  @media (max-width: 991.98px) {
    .header-dropdown img {
      width: 40px !important; } }
  @media (max-width: 767.98px) {
    .header-dropdown:after {
      position: relative;
      font-size: 20px; } }

.navbar-nav .nav-item .logo {
  width: 140px; }
  .navbar-nav .nav-item .logo img {
    width: 98%;
    height: auto; }
  @media (max-width: 991.98px) {
    .navbar-nav .nav-item .logo {
      margin: 0 0 0 10px; } }

/* header css */
.dashboardwrapper {
  position: relative;
  top: 26px; }
  .dashboardwrapper .leftsideprof {
    position: sticky;
    top: 106px;
    max-height: 490px;
    overflow-y: hidden;
    padding: 0 8px 0 0; }
    .dashboardwrapper .leftsideprof:hover {
      overflow-y: auto; }
  .dashboardwrapper .sidebarbackground {
    background: #0097bd;
    color: #fff;
    border-radius: 8px 8px 0 0;
    height: 104px; }
    @media (max-width: 767.98px) {
      .dashboardwrapper .sidebarbackground {
        display: none; } }
  .dashboardwrapper .coverImageWrap {
    height: 104px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .dashboardwrapper .coverImageWrap img {
      width: 100%;
      height: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      object-fit: cover; }
    @media (max-width: 767.98px) {
      .dashboardwrapper .coverImageWrap {
        display: none; } }
  .dashboardwrapper .dashboardsidebar {
    background: #fff;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 0px 20px 20px 20px; }
    @media (max-width: 991.98px) {
      .dashboardwrapper .dashboardsidebar {
        padding: 0px 10px 10px 10px; } }
    @media (max-width: 767.98px) {
      .dashboardwrapper .dashboardsidebar {
        display: none; } }
    .dashboardwrapper .dashboardsidebar .dashsideimage {
      display: block;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      position: relative;
      top: -65px;
      left: 0;
      margin-bottom: -60px; }
      @media (max-width: 991.98px) {
        .dashboardwrapper .dashboardsidebar .dashsideimage {
          width: 90px;
          height: 90px; } }
      .dashboardwrapper .dashboardsidebar .dashsideimage img {
        width: 100%;
        height: 100%;
        border-radius: 100%; }
    .dashboardwrapper .dashboardsidebar .sidetabsdata h5 {
      font-size: 1.125rem;
      color: #000000;
      padding: 5px 0 0 5px;
      font-weight: 600;
      display: block; }
    .dashboardwrapper .dashboardsidebar .sidetabsdata p {
      font-size: 0.875rem;
      color: #555555;
      margin: 0 0 8px 0px; }
      .dashboardwrapper .dashboardsidebar .sidetabsdata p svg {
        color: #B76C6C;
        margin-right: 5px; }
      @media (max-width: 991.98px) {
        .dashboardwrapper .dashboardsidebar .sidetabsdata p {
          font-size: 14px; } }
  .dashboardwrapper .dashviewprofile {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    padding: 20px 12px; }
    @media (max-width: 991.98px) {
      .dashboardwrapper .dashviewprofile {
        padding: 15px; } }
    @media (max-width: 767.98px) {
      .dashboardwrapper .dashviewprofile {
        display: none; } }
    .dashboardwrapper .dashviewprofile p {
      font-size: 0.875rem;
      float: left;
      color: #555555;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .dashboardwrapper .dashviewprofile p {
          font-size: 14px; } }
    .dashboardwrapper .dashviewprofile .viewcount span {
      font-size: 1rem;
      color: #0097bd;
      float: right;
      font-weight: 400; }
  .dashboardwrapper .mygroups {
    padding: 0px; }
    .dashboardwrapper .mygroups .groups {
      display: -webkit-inline-box; }
      .dashboardwrapper .mygroups .groups svg {
        font-size: 1rem;
        color: #C5C4C4;
        margin: 0 10px 0 0; }
      .dashboardwrapper .mygroups .groups h2 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        padding: 4px 0 2px 0; }
    .dashboardwrapper .mygroups .righticon {
      color: #C5C4C4;
      font-size: 0.875rem; }
      .dashboardwrapper .mygroups .righticon .accordion {
        border: 0 !important; }
        .dashboardwrapper .mygroups .righticon .accordion .accordion-item {
          margin-top: 10px;
          border-radius: 8px; }
          .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-header {
            padding: 12px 15px;
            border-bottom: 1px solid #ced4da; }
            @media (max-width: 991.98px) {
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-header {
                padding: 10px; } }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-header h6 {
              font-size: 1rem;
              color: #000000;
              margin-bottom: 0;
              padding: 0 8px 0 8px;
              font-weight: 600; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-header .accordion-button {
              background: #fff;
              box-shadow: none;
              padding: 0;
              width: 100%; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-header .accordion-button .iconsWrap {
                background: #F7C035;
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 6px; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-header .accordion-button .iconsWrap svg {
                  font-size: 1.125rem;
                  color: #fff; }
          .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body {
            padding: 15px; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li {
              border-bottom: 1px solid #ccc;
              padding: 12px 0; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li.personal a {
                display: flex;
                align-items: center;
                font-size: 14px;
                color: #555555;
                border-top: none;
                padding: 0; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li.personal a .userImg {
                  width: 35px;
                  height: 30px; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li.personal a .userImg img {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li.personal a .userInfo {
                  font-weight: 500; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li.personal a:hover {
                  text-decoration: underline; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .profilenav li:last-child {
                border-bottom: none;
                padding-bottom: 0; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .festlist {
              margin: 0;
              padding: 0;
              width: 100%;
              list-style: none; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .festlist li {
                display: flex;
                align-items: center;
                font-size: 0.75rem;
                margin: 0 0 12px 0; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .festlist li a {
                  display: block;
                  color: #555555;
                  text-decoration: none; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .festlist li a:hover {
                    text-decoration: underline; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .festlist li:last-child {
                  margin: 0; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .viewAll {
              color: #000000;
              font-size: 0.75rem;
              font-weight: 500;
              margin-top: 15px;
              text-align: center; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .viewAll a {
                display: block;
                text-decoration: none; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .viewAll a:hover {
                  text-decoration: underline; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .noGroupEvents {
              color: #555555;
              font-size: 14px; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .month {
              padding: 10px 8px;
              width: 100%;
              background: #0097BD;
              text-align: center; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .month ul {
                margin: 0;
                padding: 0;
                list-style: none; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .month ul li {
                  color: white;
                  font-size: 16px;
                  text-transform: uppercase;
                  letter-spacing: 3px; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .month .prev {
                float: left;
                padding-top: 0;
                cursor: pointer; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .month .next {
                float: right;
                padding-top: 0;
                cursor: pointer; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .weekdays {
              margin: 0;
              padding: 10px 0;
              background-color: #ddd; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .weekdays li {
                display: inline-block;
                width: 13.6%;
                color: #666;
                text-align: center; }
            .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days {
              padding: 10px 0;
              background: #eee;
              margin: 0;
              min-height: 175px; }
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul {
                margin: 0;
                padding: 0; }
                .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li {
                  list-style-type: none;
                  display: inline-block;
                  width: 13.6%;
                  text-align: center;
                  margin-bottom: 5px;
                  font-size: 13px;
                  color: #777; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li span {
                    line-height: normal;
                    display: flex;
                    width: 22px;
                    height: 22px;
                    align-items: center;
                    justify-content: center;
                    border-radius: 3px; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li .Upcoming {
                    padding: 5px;
                    background: #F7C035;
                    color: white !important; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li .Expired {
                    padding: 5px;
                    background: red;
                    color: white !important; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li .Cancelled {
                    padding: 5px;
                    background: #555555;
                    color: white !important; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li .Running {
                    padding: 5px;
                    background: #70C65B;
                    color: white !important; }
                  .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body .eventCalender .days.days-row ul li .curr-date {
                    padding: 5px;
                    background: #1a25bc;
                    color: white !important; }
            @media (max-width: 991.98px) {
              .dashboardwrapper .mygroups .righticon .accordion .accordion-item .accordion-body {
                padding: 10px; } }
    .dashboardwrapper .mygroups .profilenav {
      margin: 0;
      padding: 0;
      background: #fff;
      border-radius: 0 0 20px 20px; }
      .dashboardwrapper .mygroups .profilenav li {
        display: block;
        margin: 0; }
        .dashboardwrapper .mygroups .profilenav li.personal a {
          font-size: 0.75rem;
          color: #000000; }
          .dashboardwrapper .mygroups .profilenav li.personal a .personalinfo {
            float: right;
            margin-top: -32px; }
            .dashboardwrapper .mygroups .profilenav li.personal a .personalinfo p {
              font-size: 0.5rem;
              color: #555555; }
          .dashboardwrapper .mygroups .profilenav li.personal a .postimgage {
            width: 50px; }
          @media (max-width: 991.98px) {
            .dashboardwrapper .mygroups .profilenav li.personal a {
              padding: 15px 10px; } }
        .dashboardwrapper .mygroups .profilenav li.personal a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.personal a.active svg {
            color: #FF6363; }
        .dashboardwrapper .mygroups .profilenav li.education a:hover {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.education a:hover svg {
            color: #70C65B; }
        .dashboardwrapper .mygroups .profilenav li.education a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.education a.active svg {
            color: #70C65B; }
        .dashboardwrapper .mygroups .profilenav li.details a:hover {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.details a:hover svg {
            color: #3EBAEF; }
        .dashboardwrapper .mygroups .profilenav li.details a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.details a.active svg {
            color: #3EBAEF; }
        .dashboardwrapper .mygroups .profilenav li.neu a:hover {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.neu a:hover svg {
            color: #F7C035; }
        .dashboardwrapper .mygroups .profilenav li.neu a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .mygroups .profilenav li.neu a.active svg {
            color: #F7C035; }
        .dashboardwrapper .mygroups .profilenav li a {
          font-size: 15px;
          color: #555555;
          padding: 15px 20px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          display: block; }
          .dashboardwrapper .mygroups .profilenav li a svg {
            margin: -3px 10px 0 0; }
          .dashboardwrapper .mygroups .profilenav li a:hover {
            color: #0097bd; }
      @media (max-width: 767.98px) {
        .dashboardwrapper .mygroups .profilenav {
          display: none; } }
    @media (max-width: 767.98px) {
      .dashboardwrapper .mygroups {
        display: none; } }
  .dashboardwrapper .welcomeMsg {
    background: #0097bd;
    border-radius: 8px;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 10px; }
    .dashboardwrapper .welcomeMsg strong {
      color: #ffffff;
      font-size: 4rem;
      line-height: 70px;
      font-weight: 500; }
      @media (max-width: 767.98px) {
        .dashboardwrapper .welcomeMsg strong {
          line-height: 50px; } }
    .dashboardwrapper .welcomeMsg p {
      color: #ffffff;
      font-size: 1rem;
      line-height: 24px;
      margin-top: 25px;
      margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .dashboardwrapper .welcomeMsg {
        padding: 132px 7px; } }
  .dashboardwrapper .postHeader {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px; }
    .dashboardwrapper .postHeader .writePostWrap {
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
      .dashboardwrapper .postHeader .writePostWrap .imgWrap {
        width: 60px; }
        .dashboardwrapper .postHeader .writePostWrap .imgWrap img {
          width: 50px;
          height: auto;
          border-radius: 50%; }
          @media (max-width: 991.98px) {
            .dashboardwrapper .postHeader .writePostWrap .imgWrap img {
              width: 32px; } }
          @media (max-width: 767.98px) {
            .dashboardwrapper .postHeader .writePostWrap .imgWrap img {
              width: 32px; } }
      .dashboardwrapper .postHeader .writePostWrap .postDesc {
        width: 90%; }
        .dashboardwrapper .postHeader .writePostWrap .postDesc .form-control {
          width: 100%;
          border-radius: 18px; }
          @media (max-width: 767.98px) {
            .dashboardwrapper .postHeader .writePostWrap .postDesc .form-control {
              width: 90%; } }
    .dashboardwrapper .postHeader .uploadOptionsWrap {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      margin: 20px 0 0 0;
      clear: both; }
      .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions {
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%; }
        .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li {
          font-size: 0.875rem;
          font-weight: 500;
          margin: 0 15px 0 0;
          width: 17%;
          color: #000000;
          text-align: center; }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li a {
            color: #555555;
            font-size: 14px;
            font-weight: 500; }
            .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li a svg {
              margin-right: 5px;
              color: #70C65B;
              font-size: 1.25rem; }
              @media (max-width: 767.98px) {
                .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li a svg {
                  margin-right: 0; } }
            @media (max-width: 767.98px) {
              .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li a {
                font-size: 11px; } }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li:nth-child(1) svg {
            color: #F7C035; }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li:nth-child(2) svg {
            color: #E13434; }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li:nth-child(3) svg {
            color: #77CDFE; }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li:nth-child(4) svg {
            color: #A976FC; }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li img {
            float: left;
            margin-right: 5px; }
            @media (max-width: 767.98px) {
              .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li img {
                width: 19px;
                height: 15px; } }
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li:last-child {
            margin: 0; }
            @media (max-width: 767.98px) {
              .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li:last-child {
                margin: 0 18px 10px 18px; } }
          @media (max-width: 767.98px) {
            .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li {
              margin: 0 18px 10px 18px;
              width: 15%; } }
          @media (max-width: 414.98px) {
            .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions li {
              margin: 0 12px 10px 12px; } }
        @media (max-width: 767.98px) {
          .dashboardwrapper .postHeader .uploadOptionsWrap .uploadOptions {
            margin: 0;
            display: flex; } }
    @media (max-width: 991.98px) {
      .dashboardwrapper .postHeader {
        padding: 15px 10px;
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .dashboardwrapper .postHeader {
        padding: 10px; } }
  .dashboardwrapper .rightsideconn {
    position: sticky;
    top: 106px; }
    .dashboardwrapper .rightsideconn .righticonlink {
      display: inline-block; }
  .dashboardwrapper .connections {
    background: #ffffff;
    border-radius: 8px; }
    @media (max-width: 767.98px) {
      .dashboardwrapper .connections {
        display: none; } }
    .dashboardwrapper .connections .groups {
      display: block;
      padding: 20px;
      width: 100%;
      border-bottom: 1px solid #ccc; }
      @media (max-width: 991.98px) {
        .dashboardwrapper .connections .groups {
          display: inline-flex;
          padding: 10px; } }
      .dashboardwrapper .connections .groups svg {
        font-size: 1rem;
        color: #B76C6C;
        margin: 0 10px 0 0; }
        @media (max-width: 991.98px) {
          .dashboardwrapper .connections .groups svg {
            margin: 3px 10px 0 0; } }
      .dashboardwrapper .connections .groups h2 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        padding: 0;
        color: #000000;
        display: inline-block; }
      .dashboardwrapper .connections .groups .righticon {
        float: right; }
        .dashboardwrapper .connections .groups .righticon a svg {
          color: #C5C4C4;
          font-size: 0.875rem;
          margin: 0; }
        .dashboardwrapper .connections .groups .righticon .accordion {
          border: 0 !important; }
          .dashboardwrapper .connections .groups .righticon .accordion .accordion-item {
            margin-top: 10px; }
            .dashboardwrapper .connections .groups .righticon .accordion .accordion-item .accordion-header h6 {
              font-size: 1rem;
              color: #000000; }
            .dashboardwrapper .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button {
              background: #fff;
              box-shadow: none;
              padding: 5px;
              width: 240px; }
              .dashboardwrapper .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button svg {
                font-size: 0.875rem;
                color: #C5C4C4; }
            .dashboardwrapper .connections .groups .righticon .accordion .accordion-item .accordion-body {
              padding: 0px 0px; }
              .dashboardwrapper .connections .groups .righticon .accordion .accordion-item .accordion-body .ul li strong {
                margin: 40px 70px 0 0;
                color: #000000;
                text-align: center; }
    .dashboardwrapper .connections .PostHeadWrap {
      display: flex;
      align-items: center; }
      .dashboardwrapper .connections .PostHeadWrap .userImg {
        width: 45px;
        margin: 0 4px 0 0; }
        .dashboardwrapper .connections .PostHeadWrap .userImg img {
          width: 40px;
          height: auto;
          border-radius: 50%; }
          @media (max-width: 991.98px) {
            .dashboardwrapper .connections .PostHeadWrap .userImg img {
              width: 30px; } }
        @media (max-width: 991.98px) {
          .dashboardwrapper .connections .PostHeadWrap .userImg {
            width: 35px; } }
      .dashboardwrapper .connections .PostHeadWrap .userInfo {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .dashboardwrapper .connections .PostHeadWrap .userInfo strong {
          font-size: 14px;
          color: #000000; }
          @media (max-width: 991.98px) {
            .dashboardwrapper .connections .PostHeadWrap .userInfo strong {
              font-size: 12px; } }
          @media (max-width: 767.98px) {
            .dashboardwrapper .connections .PostHeadWrap .userInfo strong {
              font-size: 10px; } }
        .dashboardwrapper .connections .PostHeadWrap .userInfo span {
          display: block;
          color: #555555;
          font-size: 14px; }
      @media (max-width: 991.98px) {
        .dashboardwrapper .connections .PostHeadWrap {
          padding: 15px 10px; } }
    .dashboardwrapper .connections .profilenav {
      margin: 0;
      padding: 0 5px;
      background: #fff;
      border-radius: 0 0 20px 20px;
      max-height: 285px;
      overflow-y: auto;
      color: #555555; }
      .dashboardwrapper .connections .profilenav li {
        display: inline-block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ccc; }
        .dashboardwrapper .connections .profilenav li.personal a {
          font-size: 0.75rem;
          color: #000000;
          display: flex;
          border-top: none;
          padding: 10px 5px; }
          .dashboardwrapper .connections .profilenav li.personal a .personalinfo {
            float: left; }
            .dashboardwrapper .connections .profilenav li.personal a .personalinfo p {
              font-size: 12px;
              color: #555555; }
            .dashboardwrapper .connections .profilenav li.personal a .personalinfo strong {
              font-size: 0.875rem; }
          .dashboardwrapper .connections .profilenav li.personal a .postimgage {
            width: 50px;
            float: left; }
          @media (max-width: 991.98px) {
            .dashboardwrapper .connections .profilenav li.personal a {
              padding: 10px 5px; } }
        .dashboardwrapper .connections .profilenav li.personal a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.personal a.active svg {
            color: #FF6363; }
        .dashboardwrapper .connections .profilenav li.education a:hover {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.education a:hover svg {
            color: #70C65B; }
        .dashboardwrapper .connections .profilenav li.education a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.education a.active svg {
            color: #70C65B; }
        .dashboardwrapper .connections .profilenav li.details a:hover {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.details a:hover svg {
            color: #3EBAEF; }
        .dashboardwrapper .connections .profilenav li.details a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.details a.active svg {
            color: #3EBAEF; }
        .dashboardwrapper .connections .profilenav li.neu a:hover {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.neu a:hover svg {
            color: #F7C035; }
        .dashboardwrapper .connections .profilenav li.neu a.active {
          color: #000000;
          font-weight: 700; }
          .dashboardwrapper .connections .profilenav li.neu a.active svg {
            color: #F7C035; }
        .dashboardwrapper .connections .profilenav li a {
          font-size: 15px;
          color: #555555;
          padding: 15px 20px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          display: block; }
          .dashboardwrapper .connections .profilenav li a svg {
            margin: -3px 10px 0 0; }
        .dashboardwrapper .connections .profilenav li:last-child {
          border-bottom: none; }
      @media (max-width: 767.98px) {
        .dashboardwrapper .connections .profilenav {
          display: block; } }
  .dashboardwrapper .degreeWrap {
    font-size: 1rem;
    color: #ffffff;
    background: #70C65B;
    padding: 10px;
    border-radius: 8px;
    margin: 5px 0 0 0;
    display: inline-block; }
    .dashboardwrapper .degreeWrap .degreeWrapInner {
      padding: 0;
      margin: 0;
      width: 100%;
      clear: both; }
    .dashboardwrapper .degreeWrap span:first-child {
      border-right: 1px solid #C5C4C4;
      margin-right: 10px;
      padding-right: 10px; }
      @media (max-width: 991.98px) {
        .dashboardwrapper .degreeWrap span:first-child {
          display: block;
          border-right: none;
          margin-right: 0;
          padding-right: 0; } }
    @media (max-width: 991.98px) {
      .dashboardwrapper .degreeWrap {
        min-width: 100px;
        padding: 5px; } }
    @media (max-width: 767.98px) {
      .dashboardwrapper .degreeWrap {
        font-size: 1.125rem; } }
  .dashboardwrapper .noResults {
    width: 100%; }
    .dashboardwrapper .noResults img {
      width: 100%;
      height: auto; }
  @media (max-width: 767.98px) {
    .dashboardwrapper {
      top: 8px; } }

.timelinePost {
  margin: 0 0 18px 0;
  background: #ffffff;
  border-radius: 8px; }
  .timelinePost .PostHeadWrap {
    display: flex;
    align-items: center;
    padding: 15px; }
    .timelinePost .PostHeadWrap .postLabel {
      border-radius: 20px;
      line-height: 18px; }
    .timelinePost .PostHeadWrap .userImg {
      width: 60px;
      margin: 0 4px 0 0; }
      .timelinePost .PostHeadWrap .userImg img {
        width: 50px;
        height: auto;
        border-radius: 50%; }
        @media (max-width: 991.98px) {
          .timelinePost .PostHeadWrap .userImg img {
            width: 40px; } }
    .timelinePost .PostHeadWrap .userInfo {
      width: 90%; }
      .timelinePost .PostHeadWrap .userInfo svg {
        float: left;
        margin: 4px 5px 0 0; }
      .timelinePost .PostHeadWrap .userInfo strong {
        font-size: 1rem;
        color: #000000; }
        @media (max-width: 767.98px) {
          .timelinePost .PostHeadWrap .userInfo strong {
            font-size: 14px; } }
      .timelinePost .PostHeadWrap .userInfo span {
        display: block;
        color: #555555;
        font-size: 14px; }
      .timelinePost .PostHeadWrap .userInfo .form-control {
        width: 100%; }
        @media (max-width: 767.98px) {
          .timelinePost .PostHeadWrap .userInfo .form-control {
            width: 90%; } }
    .timelinePost .PostHeadWrap .pollStatus {
      background: #da2128;
      padding: 3px 10px;
      border-radius: 12px;
      font-size: 13px;
      font-weight: 600;
      color: #ffffff;
      min-width: 75px;
      text-align: center; }
    .timelinePost .PostHeadWrap .userActions {
      display: inline-flex; }
      .timelinePost .PostHeadWrap .userActions a {
        margin-right: 18px;
        font-size: 1rem;
        color: #0097bd;
        font-weight: 600; }
        @media (max-width: 767.98px) {
          .timelinePost .PostHeadWrap .userActions a {
            display: none; } }
      .timelinePost .PostHeadWrap .userActions .menuicon {
        font-size: 1rem;
        color: #0097bd;
        font-weight: 600; }
        .timelinePost .PostHeadWrap .userActions .menuicon svg {
          margin-top: -8px;
          color: #5B626A;
          font-size: 1rem; }
        .timelinePost .PostHeadWrap .userActions .menuicon button {
          background: none;
          border: 0;
          color: #555555;
          font-size: 14px; }
          .timelinePost .PostHeadWrap .userActions .menuicon button:hover {
            color: #0097bd; }
  .timelinePost .postBodyWrap {
    display: block;
    padding: 5px 0; }
    .timelinePost .postBodyWrap .timelineTxt {
      font-size: 14px;
      margin-bottom: 10px;
      padding: 0 15px;
      color: #555555; }
      @media (max-width: 991.98px) {
        .timelinePost .postBodyWrap .timelineTxt {
          padding: 0 10px; } }
    .timelinePost .postBodyWrap .timelineGallery img,
    .timelinePost .postBodyWrap .timelineGallery video {
      width: 100%;
      height: auto; }
    .timelinePost .postBodyWrap .userPoll {
      border: 1px solid #ccc;
      padding: 15px;
      margin: 15px;
      border-radius: 8px;
      text-align: left; }
      .timelinePost .postBodyWrap .userPoll .poll-ques {
        word-break: break-all; }
      .timelinePost .postBodyWrap .userPoll a svg {
        color: #0097bd; }
      .timelinePost .postBodyWrap .userPoll .p
.poll-ques {
        font-weight: 600;
        font-size: 15px; }
      .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options {
        border: 1px solid #ced0d4;
        border-radius: 8px;
        padding: 14px 10px;
        margin-bottom: 15px;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options .leftSec {
          font-size: 15px;
          font-weight: 600;
          position: relative; }
          .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options .leftSec .radioBtn {
            width: 20px;
            height: 20px;
            margin-right: 5px;
            margin-top: 0; }
        .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options .rightSec {
          font-size: 15px;
          font-weight: 600;
          position: relative; }
          .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options .rightSec span {
            color: #0097bd;
            margin-right: 3px; }
          .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options .rightSec svg {
            font-size: 15px;
            color: #606770;
            margin-top: -1px; }
        .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options .percent-fill {
          background: #daeafb;
          width: 0;
          position: absolute;
          height: 100%;
          left: 0px;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; }
        .timelinePost .postBodyWrap .userPoll .poll-answer .poll-options.selected {
          background: #fff;
          color: #000000; }
    .timelinePost .postBodyWrap .jobWrapper {
      background: transparent;
      padding: 20px; }
      .timelinePost .postBodyWrap .jobWrapper .jobHeader {
        background: #f2f2f2;
        padding: 20px;
        position: relative;
        border-radius: 8px;
        clear: both; }
        .timelinePost .postBodyWrap .jobWrapper .jobHeader .companyLogo {
          position: absolute;
          top: -25px;
          right: 45%;
          background: #ccf0bf;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          clear: both; }
          .timelinePost .postBodyWrap .jobWrapper .jobHeader .companyLogo span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-weight: 600;
            font-size: 24px; }
        .timelinePost .postBodyWrap .jobWrapper .jobHeader .jobTitle {
          font-size: 22px;
          text-align: center;
          margin: 12px 0; }
        .timelinePost .postBodyWrap .jobWrapper .jobHeader .companyLocInfo {
          display: flex;
          justify-content: space-between;
          padding: 0;
          list-style: none; }
          .timelinePost .postBodyWrap .jobWrapper .jobHeader .companyLocInfo li {
            font-size: 16px;
            display: flex;
            align-items: center; }
            .timelinePost .postBodyWrap .jobWrapper .jobHeader .companyLocInfo li svg {
              color: #B76C6C;
              margin-right: 3px; }
      .timelinePost .postBodyWrap .jobWrapper .jobHighlights {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 20px 0;
        padding: 0 10px;
        clear: both; }
        .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper {
          display: flex;
          align-items: center;
          flex-direction: column; }
          .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .featured-icons {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: relative; }
            .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .featured-icons svg {
              position: absolute;
              top: 30%;
              left: 30%; }
            .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .featured-icons.salary {
              background: #efd8a2; }
            .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .featured-icons.jobType {
              background: #e1d1fb; }
            .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .featured-icons.workplaceType {
              background: #b8e6f2; }
          .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .highlightInfo {
            margin: 12px 0 0 0;
            text-align: center; }
            .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .highlightInfo .sec-label {
              font-size: 14px;
              color: #555555;
              font-weight: 400; }
            .timelinePost .postBodyWrap .jobWrapper .jobHighlights .highlightWrapper .highlightInfo .sec-value {
              font-size: 14px;
              color: #000000;
              font-weight: 600; }
      .timelinePost .postBodyWrap .jobWrapper .jobDescription {
        margin: 15px 0;
        padding: 0 10px;
        display: inline-block;
        clear: both; }
        .timelinePost .postBodyWrap .jobWrapper .jobDescription .sec-header {
          margin: 12px 0; }
          .timelinePost .postBodyWrap .jobWrapper .jobDescription .sec-header h5 {
            padding: 0;
            font-size: 16px;
            font-weight: 600; }
        .timelinePost .postBodyWrap .jobWrapper .jobDescription .sec-text {
          word-break: break-all; }
          .timelinePost .postBodyWrap .jobWrapper .jobDescription .sec-text a {
            text-decoration: none; }
            .timelinePost .postBodyWrap .jobWrapper .jobDescription .sec-text a:hover {
              text-decoration: underline; }
    .timelinePost .postBodyWrap .jobHiring {
      border: 1px solid #ccc;
      padding: 15px;
      margin: 15px;
      border-radius: 8px; }
      .timelinePost .postBodyWrap .jobHiring .field-options {
        display: flex;
        margin: 0 0 10px 0;
        font-size: 1rem; }
        .timelinePost .postBodyWrap .jobHiring .field-options .field-label {
          font-weight: 600;
          margin-right: 3px; }
        .timelinePost .postBodyWrap .jobHiring .field-options .field-value {
          font-weight: 400;
          color: #555555; }
    @media (max-width: 991.98px) {
      .timelinePost .postBodyWrap {
        padding: 0px; } }
    .timelinePost .postBodyWrap.polldot .control-dots {
      display: none; }
    .timelinePost .postBodyWrap .carousel-root .carousel .thumbs-wrapper {
      margin: 0;
      display: none; }
    .timelinePost .postBodyWrap .carousel-root .carousel .control-dots {
      bottom: 5px; }
      .timelinePost .postBodyWrap .carousel-root .carousel .control-dots .dot {
        background: #0097bd;
        width: 10px;
        height: 10px; }
    .timelinePost .postBodyWrap .carousel-root .carousel .carousel-status {
      display: none; }
  .timelinePost .postFooterWrap {
    background: #ffffff;
    width: 100%;
    border-radius: 8px; }
    .timelinePost .postFooterWrap .footerSecOne {
      display: flex; }
      .timelinePost .postFooterWrap .footerSecOne .footerCountLikes {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        padding: 20px;
        margin: 0; }
        .timelinePost .postFooterWrap .footerSecOne .footerCountLikes li {
          margin: 0; }
          .timelinePost .postFooterWrap .footerSecOne .footerCountLikes li a {
            font-size: 14px;
            color: #A6A6A6;
            margin: 0;
            font-weight: 500;
            display: flex;
            align-items: center; }
            @media (max-width: 991.98px) {
              .timelinePost .postFooterWrap .footerSecOne .footerCountLikes li a {
                font-size: 10px; } }
            @media (max-width: 767.98px) {
              .timelinePost .postFooterWrap .footerSecOne .footerCountLikes li a {
                font-size: 8px; } }
            .timelinePost .postFooterWrap .footerSecOne .footerCountLikes li a:hover {
              text-decoration: underline; }
            .timelinePost .postFooterWrap .footerSecOne .footerCountLikes li a svg {
              color: #0097bd;
              margin-right: 3px; }
    .timelinePost .postFooterWrap .footerSecTwo {
      width: 100%;
      padding: 0; }
      .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 12px 0;
        margin-bottom: 0; }
        .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li {
          margin: 0 30px 0 0;
          text-align: center; }
          .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li a {
            font-size: 14px;
            color: #555555;
            display: block;
            line-height: 22px;
            font-weight: 600; }
            @media (max-width: 991.98px) {
              .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li a {
                font-size: 12px; } }
            @media (max-width: 767.98px) {
              .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li a {
                display: inline-flex;
                line-height: 12px;
                font-size: 10px; } }
            .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li a svg {
              color: #555555;
              margin-right: 3px; }
            .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li a.post-like {
              color: #0097bd;
              font-weight: 600; }
              .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li a.post-like svg {
                color: #0097bd; }
          .timelinePost .postFooterWrap .footerSecTwo .likeCommentShare li:last-child {
            margin: 0; }
      @media (max-width: 991.98px) {
        .timelinePost .postFooterWrap .footerSecTwo {
          padding: 0 10px; } }
    .timelinePost .postFooterWrap .footerSecThree {
      background: #ffffff;
      margin: 0 0 12px 0;
      padding: 0 15px;
      border-radius: 8px; }
      .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap {
        width: 100%;
        padding-bottom: 20px; }
        .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments {
          display: flex;
          align-items: center; }
          .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .imgWrap {
            width: 50px; }
            .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .imgWrap img {
              width: 40px;
              height: auto;
              border-radius: 50%; }
          .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .postComment {
            width: 95%;
            position: relative; }
            .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .postComment .form-control {
              width: 100%;
              border-radius: 18px;
              padding: 6px 30px 6px 12px; }
              @media (max-width: 767.98px) {
                .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .postComment .form-control {
                  width: 90%; } }
            .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .postComment .righticon {
              position: absolute;
              right: 12px;
              bottom: 8px; }
              .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .writeComments .postComment .righticon svg {
                color: #555555; }
        .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper {
          margin-top: 20px; }
          .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments {
            width: 100%;
            margin: 15px 0 10px 0;
            padding: 0;
            list-style: none;
            display: inline-block; }
            .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li {
              display: flex;
              -ms-flex-align: start;
              align-items: flex-start;
              margin: 0 0 30px 0; }
              .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .imgWrap {
                width: 50px; }
                .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .imgWrap img {
                  width: 40px;
                  height: auto;
                  border-radius: 100%; }
              .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body {
                flex: 1; }
                .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment {
                  background: #F0F2F5;
                  border: none;
                  border-radius: 10px;
                  min-width: 200px;
                  max-width: 90%; }
                  .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentInnerWrap {
                    flex: 1;
                    padding: 8px 12px; }
                    @media (max-width: 991.98px) {
                      .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentInnerWrap {
                        padding: 4px 8px; } }
                    .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentInnerWrap .userInfo {
                      color: #555555;
                      font-size: 14px;
                      font-weight: 600;
                      margin-bottom: 0;
                      padding: 0 0 5px 0;
                      display: inline-block; }
                    .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentInnerWrap .userTimeStamp {
                      margin-bottom: 0;
                      color: #555555;
                      font-size: 11px;
                      display: block;
                      margin-top: 10px;
                      text-align: right; }
                    .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentInnerWrap .userComment {
                      color: #000000;
                      font-size: 14px;
                      margin-bottom: 0; }
                  .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike {
                    position: relative; }
                    .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap {
                      position: absolute;
                      right: -50px;
                      width: 65px;
                      top: -20px; }
                      @media (max-width: 991.98px) {
                        .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap {
                          top: -28px; } }
                      .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap a {
                        font-size: 14px;
                        color: #555555;
                        margin: 10px 0 0 0;
                        border: 1px solid #C5C4C4;
                        border-radius: 100%;
                        width: 25px;
                        height: 25px;
                        text-align: center;
                        display: inline-block; }
                        @media (max-width: 991.98px) {
                          .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap a {
                            font-size: 12px; } }
                        .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap a svg {
                          color: #C5C4C4; }
                        .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap a.post-like {
                          background: #0097bd;
                          border: 1px solid #0097bd; }
                          .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap a.post-like svg {
                            color: #fff; }
                      .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment .commentsLike .commentsLikeWrap span {
                        margin-left: 3px;
                        font-size: 14px;
                        font-weight: 600;
                        color: #555555; }
                .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .menuOptions {
                  position: relative;
                  display: flex;
                  left: 15px;
                  background: #F0F2F5;
                  border-radius: 50%;
                  width: 35px;
                  height: 35px;
                  justify-content: center;
                  align-items: center;
                  top: 15px;
                  display: none; }
                  .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .menuOptions .dropdown .btn {
                    background: none;
                    border-radius: 50%;
                    border: none; }
                    .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .menuOptions .dropdown .btn svg {
                      color: #5B626A; }
                .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body:hover .menuOptions {
                  display: flex; }
              .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li:last-child {
                margin: 0; }
          .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .viewMoreComments {
            position: relative;
            left: 50px;
            text-decoration: underline;
            color: #555555;
            display: inline-block;
            margin: 20px 0 0 0; }
            .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .viewMoreComments:hover {
              text-decoration: underline;
              color: #0097bd; }
      @media (max-width: 991.98px) {
        .timelinePost .postFooterWrap .footerSecThree {
          padding: 0 10px; } }
      @media (max-width: 767.98px) {
        .timelinePost .postFooterWrap .footerSecThree {
          display: none; } }
  .timelinePost:last-child {
    margin: 0; }
  @media (max-width: 767.98px) {
    .timelinePost {
      padding: 10px; } }

.hiringpopup.userlist .modeladdevent .addeventdetail {
  padding: 0 !important; }
  .hiringpopup.userlist .modeladdevent .addeventdetail .modelform ul {
    margin: 0;
    padding: 0 5px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    max-height: 285px;
    color: #555555; }
    .hiringpopup.userlist .modeladdevent .addeventdetail .modelform ul li {
      display: inline-block;
      margin: 0;
      width: 100%; }
      .hiringpopup.userlist .modeladdevent .addeventdetail .modelform ul li a {
        font-size: 1rem;
        color: #000000;
        display: flex;
        border-top: none;
        padding: 10px 5px; }
        .hiringpopup.userlist .modeladdevent .addeventdetail .modelform ul li a .userImg {
          width: 45px;
          margin: 0 14px 0 0; }
          .hiringpopup.userlist .modeladdevent .addeventdetail .modelform ul li a .userImg img {
            border-radius: 20px; }
        .hiringpopup.userlist .modeladdevent .addeventdetail .modelform ul li a .userInfo {
          width: 90%;
          display: flex;
          flex-direction: column;
          justify-content: center; }

.hiringpopup .modeladdevent .modelform {
  padding: 0px; }
  .hiringpopup .modeladdevent .modelform p {
    float: right;
    color: #555555;
    font-size: 0.875rem;
    margin-top: 4px; }
  .hiringpopup .modeladdevent .modelform .eventpara {
    color: #555555;
    font-size: 0.875rem; }
  .hiringpopup .modeladdevent .modelform .uploadphoto {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: block;
    margin: 0px auto;
    overflow: hidden; }
    .hiringpopup .modeladdevent .modelform .uploadphoto img {
      width: 100%; }
  .hiringpopup .modeladdevent .modelform .upload-input {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .hiringpopup .modeladdevent .modelform .upload-input button {
      background-color: #0097bd;
      color: #ffffff;
      display: inline-block;
      padding: 8px 30px;
      font-size: 14px;
      cursor: pointer;
      border: 1px solid #0097bd; }
      .hiringpopup .modeladdevent .modelform .upload-input button svg {
        width: 30px;
        height: 30px;
        line-height: 40px;
        padding: 4px; }
      .hiringpopup .modeladdevent .modelform .upload-input button:hover {
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #263a8f; }
    .hiringpopup .modeladdevent .modelform .upload-input input[type="file"] {
      display: none; }
  .hiringpopup .modeladdevent .modelform .profileimage {
    display: block;
    padding: 0 0 0px 0;
    text-align: center; }
    .hiringpopup .modeladdevent .modelform .profileimage .cropimage {
      width: 450px !important;
      height: auto !important;
      overflow: hidden;
      border-radius: 50%;
      border: 1px solid rgba(0, 0, 0, 0.2);
      margin: 0 auto 20px; }
      .hiringpopup .modeladdevent .modelform .profileimage .cropimage img {
        width: 100%;
        height: 100%; }
      .hiringpopup .modeladdevent .modelform .profileimage .cropimage .profilePreview {
        width: 100%;
        height: 100%; }
    .hiringpopup .modeladdevent .modelform .profileimage .uploadimage {
      height: 200px;
      width: 300px;
      overflow: hidden;
      margin: 0 auto 20px; }
      .hiringpopup .modeladdevent .modelform .profileimage .uploadimage div {
        height: 100%; }
      .hiringpopup .modeladdevent .modelform .profileimage .uploadimage img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .hiringpopup .modeladdevent .modelform label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block; }
  .hiringpopup .modeladdevent .modelform .gender-input {
    display: flow-root; }
    .hiringpopup .modeladdevent .modelform .gender-input span {
      width: 100%;
      margin-bottom: .5rem;
      float: left;
      font-weight: 500;
      font-size: 14px;
      color: #000000; }
    .hiringpopup .modeladdevent .modelform .gender-input label {
      float: left;
      margin: 0 20px 0 0; }
    .hiringpopup .modeladdevent .modelform .gender-input input {
      height: 20px !important;
      padding: 0 !important;
      width: 20px !important;
      line-height: 20px !important;
      border-radius: 20px !important;
      margin: 0 5px 0 0 !important; }
  .hiringpopup .modeladdevent .modelform .button-wrap .ButtonComponent {
    margin: 10px 0; }
  .hiringpopup .modeladdevent .modelform .listOptions {
    display: flex;
    align-items: center; }
    .hiringpopup .modeladdevent .modelform .listOptions .btn {
      margin: 0 8px; }
      .hiringpopup .modeladdevent .modelform .listOptions .btn.remove-btn, .hiringpopup .modeladdevent .modelform .listOptions .btn.add-btn {
        font-size: 14px;
        padding: 0; }
        .hiringpopup .modeladdevent .modelform .listOptions .btn.remove-btn svg, .hiringpopup .modeladdevent .modelform .listOptions .btn.add-btn svg {
          color: red; }
  .hiringpopup .modeladdevent .modelform .listSurveyOptions {
    display: flex;
    align-items: center; }
    .hiringpopup .modeladdevent .modelform .listSurveyOptions .btn {
      margin: 0 8px; }
      .hiringpopup .modeladdevent .modelform .listSurveyOptions .btn.remove-btn, .hiringpopup .modeladdevent .modelform .listSurveyOptions .btn.add-btn {
        font-size: 14px;
        padding: 4px 8px;
        border: 1px solid #ccc; }
        .hiringpopup .modeladdevent .modelform .listSurveyOptions .btn.remove-btn svg, .hiringpopup .modeladdevent .modelform .listSurveyOptions .btn.add-btn svg {
          color: red; }
  .hiringpopup .modeladdevent .modelform .QuestionWrapper {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
    margin-bottom: 30px; }
    .hiringpopup .modeladdevent .modelform .QuestionWrapper:last-child {
      margin-bottom: 10px; }
  .hiringpopup .modeladdevent .modelform .survey-ques {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px; }
    .hiringpopup .modeladdevent .modelform .survey-ques .btn {
      margin: 0 8px; }
      .hiringpopup .modeladdevent .modelform .survey-ques .btn.remove-btn {
        font-size: 14px;
        padding: 4px 8px;
        border: 1px solid #ccc;
        color: #da2128; }

.MuiDialog-container .MuiDialogContent-root {
  padding: 16px; }
  .MuiDialog-container .MuiDialogContent-root .modal-body {
    padding: 0; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .sharepostwrapper {
      background: #f3f3f3;
      padding: 10px; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .timelinePost {
      margin: 0 0 4px 0; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .timelinePost .PostHeadWrap {
        padding: 0;
        align-items: flex-start; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .timelinePost .PostHeadWrap .userImg {
          width: 50px;
          margin: 0 8px 0 0; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .timelinePost .PostHeadWrap .userImg img {
            width: 50px; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .timelinePost .PostHeadWrap .userInfo .form-select {
          width: 20%;
          padding: 3px 5px;
          font-size: 12px;
          background-position: right 0.25rem center; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm {
      padding: 0; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .createpostbg {
        background: #D9D9D9;
        height: 140px;
        margin: 10px 0 20px 0; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .selectimage a {
        font-size: 1rem;
        color: #0097bd;
        text-align: center; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .file-input {
        position: relative;
        display: flex;
        margin-bottom: 30px; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .file-input .plus-icon {
          width: 48px;
          height: 48px;
          line-height: 48px;
          display: block;
          background: #679227;
          position: absolute;
          left: 0;
          top: 0;
          text-align: center;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          color: #fff; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .file-input .button {
          display: inline-block;
          padding: 12px;
          cursor: pointer;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          background-color: #8ebf42;
          font-size: 16px;
          font-weight: normal;
          color: #fff;
          text-align: center;
          position: relative;
          left: 48px; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .file-input input[type="file"] {
          position: absolute;
          z-index: -1;
          top: 10px;
          left: 8px;
          font-size: 18px;
          color: #b8b8b8; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .profileimage {
        width: 100%;
        padding: 8px;
        position: relative; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .profileimage .cropimage img {
          width: 100%;
          height: auto;
          border-radius: 8px; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .profileimage .close-icon {
          position: absolute;
          right: 0;
          top: 0; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .profileimage .close-icon .btn-primary {
            background: #dddedf;
            border: none;
            border-radius: 8px; }
            .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .modelForm .profileimage .close-icon .btn-primary svg {
              font-size: 28px; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info {
      margin: 0;
      padding: 0;
      display: flex; }
      @media (max-width: 767.98px) {
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info {
          margin: 34px 0 0 0px;
          display: flex; } }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info li {
        font-size: 0.875rem;
        font-weight: 500;
        margin: 0 58px 10px 0;
        color: #000000; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info li a {
          color: #555555;
          font-size: 0.75rem; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info li a svg {
            margin-right: -28px;
            color: #C5C4C4;
            font-size: 1rem; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info li a.active svg {
            color: #70C65B; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info li a.disabled svg {
            color: #555555; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info img {
        float: left;
        margin-right: 5px; }
        @media (max-width: 767.98px) {
          .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .postInner .createposticon .user-info img {
            width: 19px;
            height: 15px; } }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal label {
      color: #000000;
      font-size: 0.875rem;
      font-weight: 500;
      display: block; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal p {
      font-size: 0.875rem;
      color: #555555; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .postModal .form-check {
      float: left;
      margin: 0 10px 0 0; }

.wrapper {
  padding: 0 0 60px 0; }

.profile-wrapper {
  margin-top: -116px;
  margin-bottom: 80px; }

/* profilesidebar */
.profilesidebar {
  position: sticky;
  top: 140px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px; }
  .profilesidebar .socialmedia {
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: flex; }
    .profilesidebar .socialmedia li {
      width: 20%;
      display: block;
      text-align: center;
      margin: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      .profilesidebar .socialmedia li a {
        line-height: 65px;
        font-size: 1.125rem;
        color: #C5C4C4; }
        .profilesidebar .socialmedia li a.active {
          color: #0097bd; }
      .profilesidebar .socialmedia li:first-child {
        border-left: 0;
        margin: 0;
        padding: 0; }
  .profilesidebar .dropdown-item:hover {
    color: #FFFFFF !important; }
  .profilesidebar .profile-top {
    margin-top: 30px;
    background: #ffffff;
    border-radius: 12px 12px 0 0;
    display: flow-root;
    padding: 0 20px 30px 20px;
    text-align: center;
    min-height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative; }
    .profilesidebar .profile-top .imgs {
      display: block;
      width: 120px;
      height: 120px;
      margin: 0 auto;
      position: relative;
      top: -50px;
      left: 0;
      margin-bottom: -45px; }
      @media (max-width: 767.98px) {
        .profilesidebar .profile-top .imgs {
          width: 112px;
          height: 100px; } }
      .profilesidebar .profile-top .imgs img {
        width: 100%;
        height: 100%;
        border-radius: 100%; }
      .profilesidebar .profile-top .imgs a {
        position: absolute;
        bottom: -4px;
        right: 4px;
        text-align: center;
        line-height: 28px;
        background: #0097bd;
        color: #fff;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        border: 4px solid #fff; }
        .profilesidebar .profile-top .imgs a:hover {
          background: #3EBAEF; }
        .profilesidebar .profile-top .imgs a:focus {
          background: #3EBAEF !important; }
    .profilesidebar .profile-top .profile-loader {
      padding: 20px 15px 0px 15px; }
      .profilesidebar .profile-top .profile-loader span {
        color: #555555;
        font-size: 0.875rem; }
        .profilesidebar .profile-top .profile-loader span strong {
          color: #0097bd; }
      .profilesidebar .profile-top .profile-loader .progress {
        height: 0.7rem; }
        .profilesidebar .profile-top .profile-loader .progress .progress-bar {
          background-color: #0097bd; }
    .profilesidebar .profile-top .editprofile {
      position: absolute;
      top: 10px;
      right: 25px; }
      .profilesidebar .profile-top .editprofile svg {
        font-size: 20px;
        color: #B1B1B1; }
      .profilesidebar .profile-top .editprofile:hover svg {
        color: #0097bd; }
    .profilesidebar .profile-top h3 {
      font-weight: 600;
      font-size: 1rem;
      text-align: center;
      color: #000000;
      margin-bottom: 0; }
      @media (max-width: 575.98px) {
        .profilesidebar .profile-top h3 {
          font-size: 1.25rem;
          margin-top: 10px; } }
    .profilesidebar .profile-top p {
      font-weight: 400;
      font-size: 1rem;
      align-items: center;
      text-align: center;
      color: #555555;
      margin: 0 0 10px 0; }
      .profilesidebar .profile-top p svg {
        color: #C5C4C4; }
        @media (max-width: 767.98px) {
          .profilesidebar .profile-top p svg {
            width: 12px;
            height: 10px; } }
    .profilesidebar .profile-top .degreeWrap {
      font-size: 1rem;
      color: #ffffff;
      background: #70C65B;
      padding: 10px 20px;
      border-radius: 8px;
      display: inline-block; }
      .profilesidebar .profile-top .degreeWrap span:first-child {
        border-right: 1px solid #C5C4C4;
        margin-right: 10px;
        padding-right: 10px; }
        @media (max-width: 991.98px) {
          .profilesidebar .profile-top .degreeWrap span:first-child {
            display: block;
            border-right: none;
            margin-right: 0;
            padding-right: 0; } }
      @media (max-width: 991.98px) {
        .profilesidebar .profile-top .degreeWrap {
          min-width: 198px; } }
      @media (max-width: 767.98px) {
        .profilesidebar .profile-top .degreeWrap {
          font-size: 1.125rem; } }
    .profilesidebar .profile-top .buttonWrap {
      display: flex;
      justify-content: center;
      flex-direction: row; }
      .profilesidebar .profile-top .buttonWrap .socialbtn {
        padding: 12px 20px;
        margin: 0 8px 0 0;
        border: 1px solid #0097bd;
        font-weight: 500;
        font-size: 1rem;
        color: #0097bd;
        border-radius: 8px;
        float: left;
        background: #ffffff; }
        .profilesidebar .profile-top .buttonWrap .socialbtn:last-child {
          margin: 0; }
        .profilesidebar .profile-top .buttonWrap .socialbtn.active {
          background: #0097bd;
          color: #ffffff; }
        .profilesidebar .profile-top .buttonWrap .socialbtn:hover {
          background-color: #263a8f;
          color: #ffffff; }
        @media (max-width: 991.98px) {
          .profilesidebar .profile-top .buttonWrap .socialbtn {
            margin: 0 0 10px 0; } }
      @media (max-width: 991.98px) {
        .profilesidebar .profile-top .buttonWrap {
          flex-direction: column; } }
      @media (max-width: 767.98px) {
        .profilesidebar .profile-top .buttonWrap {
          display: flex;
          margin: 0 auto;
          width: 75%; } }
    @media (max-width: 991.98px) {
      .profilesidebar .profile-top {
        padding: 0 10px 15px 10px; } }
    @media (max-width: 767.98px) {
      .profilesidebar .profile-top {
        margin-top: 50px; } }
  .profilesidebar .profilenav {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 0 0 12px 12px; }
    .profilesidebar .profilenav li {
      display: block;
      margin: 0; }
      .profilesidebar .profilenav li.personal a:hover {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.personal a:hover svg {
          color: #FF6363; }
      @media (max-width: 991.98px) {
        .profilesidebar .profilenav li.personal a {
          padding: 15px 10px; } }
      .profilesidebar .profilenav li.personal a.active {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.personal a.active svg {
          color: #FF6363; }
      .profilesidebar .profilenav li.education a:hover {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.education a:hover svg {
          color: #70C65B; }
      .profilesidebar .profilenav li.education a.active {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.education a.active svg {
          color: #70C65B; }
      .profilesidebar .profilenav li.details a:hover {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.details a:hover svg {
          color: #3EBAEF; }
      .profilesidebar .profilenav li.details a.active {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.details a.active svg {
          color: #3EBAEF; }
      .profilesidebar .profilenav li.neu a:hover {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.neu a:hover svg {
          color: #F7C035; }
      .profilesidebar .profilenav li.neu a.active {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.neu a.active svg {
          color: #F7C035; }
      .profilesidebar .profilenav li.testimonial a:hover {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.testimonial a:hover svg {
          color: #9900CC; }
      .profilesidebar .profilenav li.testimonial a.active {
        color: #555555;
        font-weight: 700; }
        .profilesidebar .profilenav li.testimonial a.active svg {
          color: #9900CC; }
      .profilesidebar .profilenav li a {
        font-size: 14px;
        color: #555555;
        padding: 20px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center; }
        .profilesidebar .profilenav li a svg {
          font-size: 1.125rem;
          margin: 0 8px 0 0; }
        .profilesidebar .profilenav li a:hover {
          color: #0097bd; }
    @media (max-width: 767.98px) {
      .profilesidebar .profilenav {
        display: none; } }

/* profile bg */
.profilebg {
  background: linear-gradient(#00637c, #0097bd);
  height: 250px; }
  .profilebg a {
    background: rgba(28, 27, 27, 0.4);
    border: 1px solid #FFFFFF;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    float: right;
    margin: 30px 0 0 0; }
    .profilebg a svg {
      margin: 0 10px 0 0; }
    .profilebg a:hover {
      color: #fff; }
    @media (max-width: 767.98px) {
      .profilebg a {
        margin: 15px 0 0 0; } }
  @media (max-width: 991.98px) {
    .profilebg {
      height: 180px; } }

/* view profile */
.viewprofile {
  margin: 30px 0 0px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px; }
  .viewprofile .heading {
    background: #FFFFFF;
    border-radius: 12px 12px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px; }
    .viewprofile .heading .collasp svg {
      color: #0097bd !important;
      display: none; }
      @media (max-width: 767.98px) {
        .viewprofile .heading .collasp svg {
          display: block; } }
    .viewprofile .heading svg {
      float: left;
      font-size: 1.5rem;
      margin: 0px 10px 0 0; }
    .viewprofile .heading h2 {
      font-size: 1.25rem;
      color: #000000;
      font-weight: 600;
      margin: 0;
      padding: 0 0 2px 0; }
    .viewprofile .heading a {
      float: right;
      position: absolute;
      top: 30px;
      right: 40px; }
      .viewprofile .heading a svg {
        margin: 0;
        font-size: 1.25rem;
        color: #B1B1B1 !important; }
      .viewprofile .heading a:hover {
        color: #0097bd !important; }
      .viewprofile .heading a.popupbtn {
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 36px;
        line-height: 32px;
        height: 36px;
        border-radius: 6px;
        top: 25px;
        text-align: center; }
        @media (max-width: 767.98px) {
          .viewprofile .heading a.popupbtn {
            width: 22px;
            height: 22px;
            line-height: 18px; } }
        .viewprofile .heading a.popupbtn svg {
          float: none; }
        .viewprofile .heading a.popupbtn:hover {
          border-color: #0097bd;
          color: #0097bd !important; }
      @media (max-width: 575.98px) {
        .viewprofile .heading a {
          right: 20px;
          top: 20px; } }
    @media (max-width: 767.98px) {
      .viewprofile .heading {
        padding: 20px; } }
  .viewprofile .contant {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 30px; }
    .viewprofile .contant .user-info {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        .viewprofile .contant .user-info {
          margin: 34px 0 0 0px;
          display: block; } }
      .viewprofile .contant .user-info li {
        font-size: 0.875rem;
        font-weight: 500;
        color: #000000; }
        .viewprofile .contant .user-info li img {
          float: left;
          margin-right: 5px; }
          @media (max-width: 767.98px) {
            .viewprofile .contant .user-info li img {
              width: 19px;
              height: 15px; } }
        .viewprofile .contant .user-info li strong {
          color: #FF6363;
          font-size: 0.875rem;
          font-weight: 500; }
    .viewprofile .contant p {
      font-size: 0.875rem;
      color: #555555;
      font-weight: 400;
      line-height: 22px;
      word-wrap: break-word; }
    .viewprofile .contant strong {
      font-size: 1rem;
      color: 1.75rem;
      font-weight: 600;
      margin: 0;
      padding: 0 0 0px 0; }
    .viewprofile .contant .data-info {
      margin: 0;
      padding: 0; }
      .viewprofile .contant .data-info li {
        margin: 0px 0px 15px 0;
        padding: 10px;
        background: #f3f3f3;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        border: 2px solid #f3f3f3;
        transition: ease all 0.3s; }
        .viewprofile .contant .data-info li:hover {
          border-color: #0097bd; }
        .viewprofile .contant .data-info li .li-contant {
          width: 80%; }
          .viewprofile .contant .data-info li .li-contant strong {
            padding: 0 0 0px 0;
            font-weight: 500;
            font-size: 1rem;
            color: #000000; }
          .viewprofile .contant .data-info li .li-contant p {
            padding: 0;
            color: #555555;
            padding: 0;
            margin: 0; }
          .viewprofile .contant .data-info li .li-contant a {
            float: right;
            color: #B1B1B1;
            position: absolute;
            top: 38px;
            right: 30px; }
            .viewprofile .contant .data-info li .li-contant a svg {
              margin: 0;
              font-size: 24px; }
            .viewprofile .contant .data-info li .li-contant a:hover {
              color: #000000; }
      .viewprofile .contant .data-info figure {
        padding: 0 20px 0 0;
        margin: 0 20px 0 0;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center; }
        @media (max-width: 767.98px) {
          .viewprofile .contant .data-info figure {
            padding: 2px 8px 0 0;
            display: flex;
            flex-direction: column;
            justify-content: center; } }
        .viewprofile .contant .data-info figure img {
          width: 45px;
          height: 45px;
          border-radius: 25px; }
          @media (max-width: 767.98px) {
            .viewprofile .contant .data-info figure img {
              width: 28px; } }
      .viewprofile .contant .data-info .controll-icon {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .viewprofile .contant .data-info .controll-icon a {
          font-size: 1.125rem;
          margin: 0 0 0 10px;
          color: #B1B1B1; }
          .viewprofile .contant .data-info .controll-icon a:first-child:hover {
            color: #0097bd; }
          .viewprofile .contant .data-info .controll-icon a:last-child:hover {
            color: #FF6363; }
        .viewprofile .contant .data-info .controll-icon:first-child {
          margin: 0; }
    .viewprofile .contant .list-inline-item:hover .edit {
      color: blue !important; }
    .viewprofile .contant .list-inline-item:hover .delete {
      color: #CA0000 !important; }
    @media (max-width: 767.98px) {
      .viewprofile .contant {
        padding: 18px 20px; } }
  .viewprofile.personal-info .heading svg {
    color: #FF6363; }
    @media (max-width: 767.98px) {
      .viewprofile.personal-info .heading svg {
        display: block; } }
  .viewprofile.education .heading svg {
    color: #70C65B; }
  .viewprofile.work-experience .heading svg {
    color: #3EBAEF; }
  .viewprofile.achivement .heading svg {
    color: #F7C035; }
  .viewprofile.recommended .heading svg {
    color: #9900CC; }
  .viewprofile.recommended .contant .nav-tabs .nav-item {
    margin-right: 8px; }
    .viewprofile.recommended .contant .nav-tabs .nav-item .nav-link {
      color: #0097bd; }
      .viewprofile.recommended .contant .nav-tabs .nav-item .nav-link.active {
        background-color: #0097bd;
        color: #ffffff; }
    .viewprofile.recommended .contant .nav-tabs .nav-item:last-child {
      margin-right: 0; }
  .viewprofile.recommended .contant .tab-content .data-info figure {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    width: 60px; }
    .viewprofile.recommended .contant .tab-content .data-info figure img {
      width: 50px;
      height: auto;
      border-radius: 50%; }
  .viewprofile.recommended .contant .tab-content .data-info .li-contant {
    width: 80%; }
    .viewprofile.recommended .contant .tab-content .data-info .li-contant .recommendText {
      margin: 10px 0 10px 12px;
      display: flex;
      flex-flow: column wrap;
      max-width: 95%;
      word-wrap: break-word;
      float: left; }
      .viewprofile.recommended .contant .tab-content .data-info .li-contant .recommendText .text-sec {
        border-radius: 8px;
        padding: 6px 12px;
        background: #70C65B;
        color: #fff;
        margin-bottom: 5px;
        clear: both;
        display: flex; }
        .viewprofile.recommended .contant .tab-content .data-info .li-contant .recommendText .text-sec span svg {
          margin: 0 5px; }
        .viewprofile.recommended .contant .tab-content .data-info .li-contant .recommendText .text-sec:last-child {
          margin-bottom: 0; }
  .viewprofile.recommended .contant .tab-content .data-info .menuicon {
    display: flex;
    align-items: center; }
    .viewprofile.recommended .contant .tab-content .data-info .menuicon .dropdown .btn-secondary {
      border: none;
      background: none;
      color: #C5C4C4; }
      .viewprofile.recommended .contant .tab-content .data-info .menuicon .dropdown .btn-secondary:hover {
        color: #555555; }
    .viewprofile.recommended .contant .tab-content .data-info .menuicon .dropdown .dropdown-item {
      font-size: 14px; }
  .viewprofile.recommended .contant .tab-content .no-recommendation img {
    width: 70%;
    height: auto; }
  @media (max-width: 575.98px) {
    .viewprofile {
      margin: 15px 0 0 0; } }

/* model css  */
.close {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 36px;
  line-height: 32px;
  height: 36px;
  border-radius: 6px;
  top: 24px;
  text-align: center; }
  .close svg {
    float: none; }
  .close:hover {
    border-color: #0097bd;
    color: #0097bd !important; }

.modelform {
  padding: 10px; }
  .modelform .attachDocument input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 15px;
    background: #fff;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    min-height: 90px; }
    .modelform .attachDocument input[type=file]::file-selector-button {
      width: 60%;
      margin-right: 20px;
      border: none;
      background: #084cdf;
      padding: 10px 20px;
      border-radius: 10px;
      color: #fff;
      cursor: pointer;
      transition: background .2s ease-in-out; }
      .modelform .attachDocument input[type=file]::file-selector-button:hover {
        background: #0d45a5; }
  .modelform .uploadphoto {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: block;
    margin: 0px auto;
    overflow: hidden; }
    .modelform .uploadphoto img {
      width: 100%; }
  .modelform .upload-input {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .modelform .upload-input button {
      background-color: #0097bd;
      color: #ffffff;
      display: inline-block;
      padding: 8px 30px;
      font-size: 14px;
      cursor: pointer;
      border: 1px solid #0097bd;
      border-radius: 6px; }
      .modelform .upload-input button svg {
        width: 30px;
        height: 30px;
        line-height: 40px;
        padding: 4px; }
      .modelform .upload-input button:hover {
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: #263a8f; }
    .modelform .upload-input input[type="file"] {
      display: none; }
  .modelform .profileimage {
    display: block;
    padding: 0 0 0px 0;
    text-align: center; }
    .modelform .profileimage .cropimage {
      width: 120px !important;
      height: 120px !important;
      overflow: hidden;
      border-radius: 50% !important;
      border: 1px solid rgba(0, 0, 0, 0.2);
      margin: 0 auto 20px; }
      .modelform .profileimage .cropimage img {
        width: 100%;
        height: 100%; }
      .modelform .profileimage .cropimage .profilePreview {
        width: 100%;
        height: 100%; }
    .modelform .profileimage .uploadimage {
      height: 200px;
      width: 300px;
      overflow: hidden;
      margin: 0 auto 20px; }
      .modelform .profileimage .uploadimage div {
        height: 100%; }
      .modelform .profileimage .uploadimage img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .modelform label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block; }
  .modelform .gender-input {
    display: flow-root; }
    .modelform .gender-input span {
      width: 100%;
      margin-bottom: .5rem;
      float: left;
      font-weight: 500;
      font-size: 14px;
      color: #000000; }
    .modelform .gender-input label {
      float: left;
      margin: 0 20px 0 0; }
    .modelform .gender-input input {
      height: 20px !important;
      padding: 0 !important;
      width: 20px !important;
      line-height: 20px !important;
      border-radius: 20px !important;
      margin: 0 5px 0 0 !important; }
  .modelform .button-wrap .ButtonComponent {
    margin: 10px 0; }

.popupheader {
  background: #ffffff !important;
  border-bottom: rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 0 0; }
  .popupheader h2 svg {
    float: left;
    font-size: 1.5rem;
    margin: 0px 10px 0 0;
    height: 50px;
    width: 50px;
    padding: 0px 12px 12px 12px;
    color: #0097bd; }
  .popupheader h2 h2 {
    font-size: 1.25rem;
    color: #000000;
    font-weight: 600;
    margin: 0;
    padding: 0 0 2px 0; }
  .popupheader h2 p {
    font-size: 0.75rem;
    color: #555555;
    font-weight: 400;
    margin: 0;
    padding: 0 0 2px 0; }
  .popupheader h2 button {
    float: right;
    position: absolute;
    top: 20px !important;
    right: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0; }
    .popupheader h2 button svg {
      margin: 0;
      font-size: 1.25rem;
      color: #B1B1B1 !important;
      padding: 10px;
      width: 40px;
      height: 40px; }
    .popupheader h2 button:hover {
      color: #0097bd !important;
      border: 1px solid #0097bd;
      background: none; }
  .popupheader.personal-info svg {
    color: #FF6363; }
  .popupheader.education svg {
    color: #70C65B; }
  .popupheader.work-experience svg {
    color: #3EBAEF; }
  .popupheader.achivement svg {
    color: #F7C035; }
  .popupheader.recommended svg {
    color: #9900CC; }

.signout {
  color: #000000 !important; }

.MuiDialog-paper .MuiDialogContent-root .PostHeadWrap .userImg {
  width: 100%;
  height: auto; }
  .MuiDialog-paper .MuiDialogContent-root .PostHeadWrap .userImg img {
    width: 100%;
    height: auto;
    border-radius: 8px; }

.MuiDialog-paper .modelform .descLength {
  font-size: 12px;
  color: #555555;
  float: right;
  margin-top: 6px; }

.MuiDialog-paper .modelform .file-input {
  position: relative;
  display: flex;
  margin-bottom: 30px; }
  .MuiDialog-paper .modelform .file-input .plus-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    background: #679227;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff; }
  .MuiDialog-paper .modelform .file-input .button {
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #8ebf42;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    position: relative;
    left: 48px; }
  .MuiDialog-paper .modelform .file-input input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 18px;
    color: #b8b8b8; }

.react-select__menu > div {
  max-height: 110px !important;
  overflow-y: scroll; }

.Almuni {
  overflow: hidden;
  background-color: #ffffff; }
  .Almuni .login-img {
    width: 100%;
    height: 100vh;
    position: relative;
    border-radius: 0 4px 4px 0;
    overflow: hidden; }
    .Almuni .login-img .loginvedio video {
      height: 100vh;
      object-fit: cover;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5; }
    .Almuni .login-img .mask {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1;
      justify-content: center;
      align-items: center;
      display: flex; }
      .Almuni .login-img .mask .mask-in {
        width: 80%; }
      .Almuni .login-img .mask h1 {
        font-size: 3rem;
        color: #ffff;
        margin-top: 15px;
        text-align: left;
        font-weight: 700;
        padding: 0; }
      .Almuni .login-img .mask p {
        font-size: 1.8rem;
        color: #E55353;
        font-weight: 500;
        margin: 0px;
        text-align: left; }
      @media (max-width: 991.98px) {
        .Almuni .login-img .mask {
          padding: 70px 30px;
          top: 0;
          bottom: 0; } }
    .Almuni .login-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .Almuni .login-img:before {
      background: rgba(0, 0, 0, 0.7);
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    @media (max-width: 991.98px) {
      .Almuni .login-img {
        border-radius: 0; } }
    @media (max-width: 767.98px) {
      .Almuni .login-img {
        height: auto;
        border-radius: 0; } }
  .Almuni .login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    .Almuni .login-page .login-field {
      width: 70%; }
      .Almuni .login-page .login-field h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
        color: #000000;
        padding: 0; }
      .Almuni .login-page .login-field p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #555555;
        padding: 8px 0; }
      .Almuni .login-page .login-field .loginForm {
        margin: 30px 0; }
        .Almuni .login-page .login-field .loginForm label {
          font-size: 14px;
          padding: 0 0 10px 0;
          clear: both;
          color: #000000;
          font-weight: 500; }
        .Almuni .login-page .login-field .loginForm input[type="text"], .Almuni .login-page .login-field .loginForm input[type="number"], .Almuni .login-page .login-field .loginForm input[type="password"] {
          line-height: 40px;
          margin: 0px;
          height: 44px;
          padding: 0 10px;
          border-radius: 5px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          background: #ffffff;
          font-size: 14px;
          color: #555555;
          width: 100%;
          text-align: left;
          -moz-appearance: textfield; }
          .Almuni .login-page .login-field .loginForm input[type="text"]::-webkit-outer-spin-button, .Almuni .login-page .login-field .loginForm input[type="text"]::-webkit-inner-spin-button, .Almuni .login-page .login-field .loginForm input[type="number"]::-webkit-outer-spin-button, .Almuni .login-page .login-field .loginForm input[type="number"]::-webkit-inner-spin-button, .Almuni .login-page .login-field .loginForm input[type="password"]::-webkit-outer-spin-button, .Almuni .login-page .login-field .loginForm input[type="password"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .Almuni .login-page .login-field .loginForm .input-icon {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin: 0 0 15px 0; }
          .Almuni .login-page .login-field .loginForm .input-icon a {
            margin: 10px 0 10px 0;
            font-size: 20px;
            display: inline-flex;
            align-items: center;
            font-weight: 400;
            color: #667085;
            position: absolute;
            right: 12px; }
            .Almuni .login-page .login-field .loginForm .input-icon a svg {
              color: #555555; }
              .Almuni .login-page .login-field .loginForm .input-icon a svg:hover {
                color: #0097bd; }
        .Almuni .login-page .login-field .loginForm .remember-me {
          display: block;
          align-items: center;
          justify-content: space-between;
          color: #555555;
          padding: 15px 0 25px 0; }
          .Almuni .login-page .login-field .loginForm .remember-me label {
            display: block;
            float: left;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            color: #000000; }
            .Almuni .login-page .login-field .loginForm .remember-me label input[type="checkbox"] {
              width: 15px;
              height: 15px;
              float: left;
              margin: 3px 5px 0 0; }
          .Almuni .login-page .login-field .loginForm .remember-me .forgot {
            font-size: 15px;
            font-weight: 500;
            margin: 0;
            float: right;
            color: #0097bd; }
            .Almuni .login-page .login-field .loginForm .remember-me .forgot:hover {
              text-decoration: underline; }
        .Almuni .login-page .login-field .loginForm strong {
          display: block;
          font-size: 15px;
          text-align: center;
          margin: 20px 0 5px 0;
          color: #000000;
          font-weight: normal; }
          .Almuni .login-page .login-field .loginForm strong a {
            font-weight: bold; }
            .Almuni .login-page .login-field .loginForm strong a:hover {
              color: #000000; }
        .Almuni .login-page .login-field .loginForm .login-btn1 {
          width: 100%;
          padding: 13px 30px;
          border-radius: 5px;
          display: block;
          margin: 10px 0px 15px 0px;
          border: 0;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          background: #0097bd; }
      @media (max-width: 767.98px) {
        .Almuni .login-page .login-field {
          width: 95%; } }
    .Almuni .login-page .instructions {
      font-size: 0.75rem;
      border-radius: 0.5rem;
      background: #000000;
      color: #fff;
      padding: 0.25rem;
      position: relative;
      bottom: -10px; }
    .Almuni .login-page .instructions > svg {
      margin-right: 0.25rem; }
    .Almuni .login-page .offscreen {
      position: absolute;
      left: -9999px; }
    .Almuni .login-page .hide {
      display: none; }
    .Almuni .login-page .valid {
      color: limegreen;
      margin-left: 0.25rem; }
    .Almuni .login-page .invalid {
      color: red;
      margin-left: 0.25rem; }
    .Almuni .login-page .errmsg {
      background-color: lightpink;
      color: firebrick;
      font-weight: bold;
      padding: 0.5rem;
      margin-bottom: 0.5rem; }
    .Almuni .login-page .line {
      display: inline-block; }
    .Almuni .login-page .flexGrow {
      flex-grow: 1;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
    @media (max-width: 767.98px) {
      .Almuni .login-page {
        margin: 0;
        padding: 12px;
        height: auto;
        width: 100%; } }
  @media (max-width: 767.98px) {
    .Almuni {
      width: auto; } }

@media (max-width: 767px) {
  .Almuni .row .col-md-6:first-child {
    order: 2; } }

/*working only in ipad landscape device*/
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
  .login-page {
    margin: 0px;
    padding: 20px;
    width: 100%; }
  .mask {
    padding: 70px 30px;
    top: auto;
    bottom: 0; }
  .login-img {
    border-radius: 0; } }

.settingprivacy {
  padding-top: 30px; }
  .settingprivacy .sidebar {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    display: block;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    .settingprivacy .sidebar li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      display: block;
      margin: 0; }
      .settingprivacy .sidebar li a {
        padding: 15px 25px;
        color: #555555 !important;
        font-size: 15px;
        font-weight: 400;
        display: block;
        background-color: inherit !important;
        border: 0; }
        .settingprivacy .sidebar li a:hover {
          color: #000000; }
        .settingprivacy .sidebar li a.active {
          color: #000000;
          font-weight: 700;
          background-color: inherit !important;
          border: 0; }
      .settingprivacy .sidebar li:last-child {
        border-bottom: none; }
  .settingprivacy .contant {
    padding: 30px;
    max-height: 500 px;
    overflow-x: hidden;
    overflow-y: scroll; }
    .settingprivacy .contant table th {
      font-size: 0.875rem;
      font-weight: 500;
      white-space: nowrap;
      padding: 8px 28px; }
    .settingprivacy .contant table td {
      font-size: 0.875rem;
      font-weight: normal;
      padding: 8px 27px;
      white-space: nowrap; }
      .settingprivacy .contant table td .edit {
        color: #0097bd;
        display: inline-block;
        margin-right: 4px; }
        .settingprivacy .contant table td .edit:hover {
          color: #000000; }
    .settingprivacy .contant table .delete {
      color: #FF6363;
      display: inline-block; }
      .settingprivacy .contant table .delete:hover {
        color: #000000; }
  .settingprivacy .myConnection .rightSec .secWrapper .secHeader {
    border-bottom: none;
    padding: 0; }
  .settingprivacy .myConnection .rightSec .secWrapper .secBody .viewprofile .data-info .userImg img {
    width: 60px;
    height: auto;
    border-radius: 50%; }
  .settingprivacy .form {
    margin: 0 0 30px 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    .settingprivacy .form .heading {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 25px 20px; }
      .settingprivacy .form .heading h2 {
        font-size: 20px;
        color: #000000;
        font-weight: 600;
        margin: 0;
        padding: 0 0 2px 0; }
      .settingprivacy .form .heading .popupbtn {
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 36px;
        line-height: 32px;
        height: 36px;
        border-radius: 6px;
        top: 24px;
        right: 40px;
        text-align: center; }
        .settingprivacy .form .heading .popupbtn svg {
          float: none;
          font-size: 20px;
          margin: 0px auto; }
        .settingprivacy .form .heading .popupbtn:hover {
          border-color: #0097bd;
          color: #0097bd !important; }
      .settingprivacy .form .heading .downloadbtnWrap .popupbtn {
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 36px;
        line-height: 32px;
        height: 36px;
        border-radius: 6px;
        top: 24px;
        right: 20px;
        text-align: center; }
        .settingprivacy .form .heading .downloadbtnWrap .popupbtn:nth-child(2) {
          top: 24px;
          right: 110px; }
        .settingprivacy .form .heading .downloadbtnWrap .popupbtn:nth-child(3) {
          top: 24px;
          right: 65px; }
    .settingprivacy .form .input-icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0 0 15px 0; }
      .settingprivacy .form .input-icon a {
        margin: 10px 0 10px 0;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        font-weight: 400;
        color: #667085;
        position: absolute;
        right: 12px; }
        .settingprivacy .form .input-icon a svg {
          color: #555555; }
          .settingprivacy .form .input-icon a svg:hover {
            color: #0097bd; }
    .settingprivacy .form .divider {
      height: 1px; }
    .settingprivacy .form .modelform {
      padding: 25px 20px; }
      .settingprivacy .form .modelform label {
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        display: block;
        line-height: 20px; }
      .settingprivacy .form .modelform .attachDocument input[type=file] {
        width: 100%;
        max-width: 100%;
        color: #444;
        padding: 15px;
        background: #fff;
        border-radius: 0.375rem;
        border: 1px solid #ced4da;
        min-height: 90px; }
        .settingprivacy .form .modelform .attachDocument input[type=file]::file-selector-button {
          width: 60%;
          margin-right: 20px;
          border: none;
          background: #084cdf;
          padding: 10px 20px;
          border-radius: 10px;
          color: #fff;
          cursor: pointer;
          transition: background .2s ease-in-out; }
          .settingprivacy .form .modelform .attachDocument input[type=file]::file-selector-button:hover {
            background: #0d45a5; }
      .settingprivacy .form .modelform .gender-input {
        display: flow-root; }
        .settingprivacy .form .modelform .gender-input span {
          width: 100%;
          margin-bottom: .5rem;
          float: left;
          font-weight: 500;
          font-size: 14px;
          color: #000000; }
        .settingprivacy .form .modelform .gender-input label {
          float: left;
          margin: 0 20px 0 0; }
        .settingprivacy .form .modelform .gender-input input {
          height: 20px !important;
          padding: 0 !important;
          width: 20px !important;
          line-height: 20px !important;
          border-radius: 20px !important;
          margin: 0 5px 0 0 !important; }
      .settingprivacy .form .modelform .sameAddress {
        display: flex;
        justify-content: flex-end; }
        .settingprivacy .form .modelform .sameAddress label {
          margin-left: 5px;
          margin-top: 2px;
          font-weight: 600; }
  .settingprivacy .instructions {
    font-size: 0.75rem;
    border-radius: 0.5rem;
    background: #000000;
    color: #fff;
    padding: 0.25rem;
    position: relative;
    bottom: -10px; }
  .settingprivacy .instructions > svg {
    margin-right: 0.25rem; }
  .settingprivacy .offscreen {
    position: absolute;
    left: -9999px; }
  .settingprivacy .hide {
    display: none; }
  .settingprivacy .valid {
    color: limegreen;
    margin-left: 0.25rem; }
  .settingprivacy .invalid {
    color: red;
    margin-left: 0.25rem; }
  .settingprivacy .errmsg {
    background-color: lightpink;
    color: firebrick;
    font-weight: bold;
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
  .settingprivacy .line {
    display: inline-block; }
  .settingprivacy .flexGrow {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
  .settingprivacy .bulkUpload {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding-bottom: 30px; }
    .settingprivacy .bulkUpload .dataTables_wrapper .form-control {
      width: auto;
      appearance: auto; }
    .settingprivacy .bulkUpload .dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner table.dataTable {
      border-collapse: collapse;
      margin: 15px 0 0 0; }
    .settingprivacy .bulkUpload .bulkUploadData {
      display: flex;
      justify-content: space-between; }
      .settingprivacy .bulkUpload .bulkUploadData input[type="file"] {
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 8px;
        font-size: 18px;
        color: #b8b8b8; }
      .settingprivacy .bulkUpload .bulkUploadData .file-input {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 30px; }
      .settingprivacy .bulkUpload .bulkUploadData .plus-icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        display: block;
        background: #679227;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: #fff; }
      .settingprivacy .bulkUpload .bulkUploadData .ButtonComponent .btn {
        padding: 6px 30px; }
        .settingprivacy .bulkUpload .bulkUploadData .ButtonComponent .btn:hover {
          color: #fff; }
      .settingprivacy .bulkUpload .bulkUploadData .button {
        display: inline-block;
        padding: 12px;
        cursor: pointer;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #8ebf42;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        text-align: center;
        position: relative;
        left: 48px; }

.react-bootstrap-table table {
  table-layout: auto !important; }

.react-bootstrap-table-pagination .btn-secondary {
  width: 110px; }

.react-bootstrap-table-pagination .dropdown-menu {
  position: relative;
  z-index: 11111;
  top: 10px;
  width: 110px; }

.input-icon-eye {
  position: relative;
  display: flex;
  align-items: center; }
  .input-icon-eye a {
    position: absolute;
    right: 8px; }
    .input-icon-eye a:hover {
      color: #0097bd; }

.webgrid-table-hidden {
  display: none; }

.serviceRequest .rightSec .secBody .viewprofile {
  margin: 0; }
  .serviceRequest .rightSec .secBody .viewprofile .contant {
    background: none;
    padding: 0;
    border-radius: 12px; }
    .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li {
      display: flex;
      cursor: pointer; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userImg {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userImg img {
          width: 60px; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userInfo {
        width: 80%; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userInfo .sec-text-1 {
          padding: 0 0 0px 0;
          font-weight: 500;
          font-size: 1rem;
          margin: 0;
          color: #000000; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userInfo .sec-text-2 {
          color: #555555;
          padding: 0;
          margin: 0;
          font-weight: 400;
          line-height: 22px;
          font-size: 14px; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .controll-icon .dropdown .btn-secondary {
        background: none;
        border: none;
        color: #555555; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li:last-child {
        margin: 0; }
    .serviceRequest .rightSec .secBody .viewprofile .contant .overlay {
      height: 100%;
      Width: 0%;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      overflow-y: hidden;
      transition: 0.5s; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        color: #0097bd;
        display: block;
        transition: 0.3s; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .overlay a.backBtn {
          position: absolute;
          font-size: 20px;
          top: 15%;
          right: 5px;
          z-index: 1; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content {
        position: relative;
        top: 9.7%;
        width: 100%;
        text-align: center; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap {
          margin-top: 1.25rem;
          background: #ffffff;
          border-radius: 8px 0 0px 8px;
          width: 100%; }
          .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav {
            margin: 0;
            padding: 0;
            background: #fff;
            border-radius: 8px 0 0 0;
            max-height: none;
            overflow-y: hidden; }
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li {
              display: inline-block;
              margin: 0;
              width: 100%;
              position: relative; }
              .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a {
                padding: 15px 10px;
                font-size: 14px;
                color: #000000;
                border-top: 0;
                display: flex;
                align-items: center;
                border: none;
                transition: 0.3s; }
                .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userImg {
                  width: 50px;
                  float: left; }
                  .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userImg img {
                    width: 40px;
                    height: auto;
                    border-radius: 50%; }
                .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userInfo {
                  text-align: left; }
                  .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userInfo .sec-text-1 {
                    padding: 0 0 0px 0;
                    font-weight: 500;
                    font-size: 1rem;
                    margin: 0;
                    color: #000000; }
                  .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userInfo .sec-text-2 {
                    color: #555555;
                    padding: 0;
                    margin: 0;
                    font-weight: 400;
                    line-height: 22px;
                    font-size: 14px; }
              .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li:last-child {
                border-bottom: 1px solid #C5C4C4; }
            @media (max-width: 767.98px) {
              .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav {
                display: block; } }
          .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .userRequestDetail {
            padding: 40px; }
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .userRequestDetail .userReqData .form-label {
              display: block;
              text-align: left;
              font-weight: bold; }
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .userRequestDetail .userReqData .form-value {
              text-align: left;
              display: block; }
          @media (max-width: 767.98px) {
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap {
              border-radius: 0; } }
      @media (max-width: 767.98px) {
        .serviceRequest .rightSec .secBody .viewprofile .contant .overlay {
          overflow-y: auto; } }

.serviceRequest .rightSec .secBody .buttonWrap .btn-primary {
  margin: 0 8px 0 0; }

.serviceRequest .rightSec .secBody .buttonWrap .socialbtn {
  margin: 0; }

.MuiDialog-container .MuiDialogContent-root .modelform .table-responsive {
  overflow-x: auto !important; }
  .MuiDialog-container .MuiDialogContent-root .modelform .table-responsive .react-select__menu {
    position: relative;
    z-index: 1; }
  @media (max-width: 767.98px) {
    .MuiDialog-container .MuiDialogContent-root .modelform .table-responsive {
      overflow-x: scroll !important; } }

.MuiDialog-container .MuiDialogContent-root .modelform .table {
  font-size: 14px; }
  .MuiDialog-container .MuiDialogContent-root .modelform .table .add-btn, .MuiDialog-container .MuiDialogContent-root .modelform .table .remove-btn {
    border: none;
    background: none;
    position: relative;
    top: 5px; }
  .MuiDialog-container .MuiDialogContent-root .modelform .table .add-btn svg {
    font-size: 16px;
    color: #70C65B; }
  .MuiDialog-container .MuiDialogContent-root .modelform .table .remove-btn svg {
    font-size: 16px;
    color: red; }
  .MuiDialog-container .MuiDialogContent-root .modelform .table .file-input {
    margin-bottom: 0; }
    .MuiDialog-container .MuiDialogContent-root .modelform .table .file-input .add-btn {
      top: 0; }

.MuiDialog-container .MuiDialogContent-root .modelform .attachDocument .docPreview {
  border: 2px dotted #ccc;
  padding: 15px;
  position: relative; }
  .MuiDialog-container .MuiDialogContent-root .modelform .attachDocument .docPreview svg {
    color: #da2128;
    position: absolute;
    right: 10px;
    top: 20px; }

.sideBarOverflow > div {
  overflow-x: hidden !important; }

.search-alumni {
  padding-top: 30px; }
  .search-alumni .alumni-filter {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    .search-alumni .alumni-filter .nav-tabs {
      border: 0; }
      .search-alumni .alumni-filter .nav-tabs li a {
        border: 0;
        margin: 0 10px 0 0;
        background: #f3f3f3;
        color: #555555;
        padding: 8px 20px;
        border-radius: 5px; }
        @media (max-width: 991.98px) {
          .search-alumni .alumni-filter .nav-tabs li a {
            padding: 8px 15px; } }
        @media (max-width: 767.98px) {
          .search-alumni .alumni-filter .nav-tabs li a {
            padding: 6px; } }
        .search-alumni .alumni-filter .nav-tabs li a.active {
          background: #0097bd;
          color: #ffffff; }
      @media (max-width: 767.98px) {
        .search-alumni .alumni-filter .nav-tabs li {
          margin-bottom: 10px; } }
      @media (max-width: 767.98px) {
        .search-alumni .alumni-filter .nav-tabs {
          display: flex; } }
    .search-alumni .alumni-filter .tab-content {
      padding: 20px 0 0 0; }
      @media (max-width: 767.98px) {
        .search-alumni .alumni-filter .tab-content .filteroption .selectbox {
          margin-bottom: 8px; } }
      @media (max-width: 767.98px) {
        .search-alumni .alumni-filter .tab-content {
          padding: 0; } }
    .search-alumni .alumni-filter .ButtonComponent {
      margin: 0;
      padding: 0; }
      .search-alumni .alumni-filter .ButtonComponent .searchbtn {
        border-radius: 8px;
        padding: 8px;
        margin-right: 8px;
        line-height: 1.5;
        font-weight: 500;
        min-width: 145px;
        border: 0;
        position: relative;
        top: 16px;
        font-size: 1rem; }
      @media (max-width: 767.98px) {
        .search-alumni .alumni-filter .ButtonComponent {
          display: flex;
          justify-content: center; } }
    .search-alumni .alumni-filter .filters {
      margin: 0;
      font-size: 14px;
      min-width: 35px;
      padding: 5px;
      background: #0097bd;
      color: #ffffff;
      border-radius: 25px;
      font-weight: 500;
      cursor: pointer;
      position: relative;
      top: -15px;
      right: 0;
      float: right;
      clear: both; }
      .search-alumni .alumni-filter .filters:focus {
        background: #0097bd;
        border: 1px solid #0097bd;
        color: #fff; }
    @media (max-width: 767.98px) {
      .search-alumni .alumni-filter {
        padding: 30px 15px; } }
  .search-alumni .buttonWrap {
    display: flex;
    justify-content: center;
    margin: 0; }
    .search-alumni .buttonWrap .socialbtn {
      padding: 10px;
      margin: 0 8px 0 0;
      border: 1px solid #D6DAE1;
      font-weight: 500;
      font-size: 14px;
      color: #0097bd;
      border-radius: 8px;
      text-align: center;
      background: #ffffff;
      width: 50%; }
      @media (max-width: 1199.98px) {
        .search-alumni .buttonWrap .socialbtn {
          padding: 7px;
          line-height: 12px;
          min-width: 100px; } }
      @media (max-width: 991.98px) {
        .search-alumni .buttonWrap .socialbtn {
          padding: 5px;
          line-height: 12px;
          min-width: 100px; } }
      @media (max-width: 767.98px) {
        .search-alumni .buttonWrap .socialbtn {
          line-height: 22px; } }
      .search-alumni .buttonWrap .socialbtn:last-child {
        margin: 0; }
      .search-alumni .buttonWrap .socialbtn:hover {
        background: #0097bd;
        color: #ffffff; }
      @media (max-width: 767.98px) {
        .search-alumni .buttonWrap .socialbtn {
          width: auto;
          line-height: 35px;
          height: auto;
          margin: 0 10px 0 0;
          white-space: nowrap; } }
      @media (max-width: 414.98px) {
        .search-alumni .buttonWrap .socialbtn {
          width: 50%; } }
    @media (max-width: 767.98px) {
      .search-alumni .buttonWrap {
        display: flex;
        margin: 0 auto;
        width: 75%; } }
  .search-alumni .degree {
    font-size: 1rem;
    color: #ffffff;
    background: #70C65B;
    padding: 10px;
    border-radius: 8px;
    margin: 0 0 15px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
    min-width: 175px; }
    @media (max-width: 991.98px) {
      .search-alumni .degree {
        padding: 4px;
        min-width: 122px; } }
    .search-alumni .degree span {
      font-size: 1rem;
      border-right: 1px solid #A8DF9A;
      padding: 0 10px 0 10px; }
      .search-alumni .degree span:last-child {
        border-right: none; }
      @media (max-width: 414.98px) {
        .search-alumni .degree span {
          font-size: 14px; } }
  .search-alumni .searchalumni {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    .search-alumni .searchalumni label {
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 20px;
      margin-bottom: 13px; }
    .search-alumni .searchalumni .filterbtnwrap {
      margin: 0px;
      padding: 0px 0 0 0px;
      display: block; }
      .search-alumni .searchalumni .filterbtnwrap .searchbtn {
        border-radius: 8px;
        padding: .375rem .75rem;
        margin-right: 0px;
        line-height: 1.5;
        font-weight: 500;
        width: 100%;
        border: 0; }
      .search-alumni .searchalumni .filterbtnwrap .filterbtn {
        border-radius: 8px;
        width: 100%;
        padding: .375rem .75rem;
        margin: 0px;
        float: right;
        border: 1px solid #0097bd;
        line-height: 1.5;
        font-weight: 500;
        font-size: 1rem;
        color: #0097bd;
        background: #ffffff; }
        .search-alumni .searchalumni .filterbtnwrap .filterbtn:hover {
          background: #0097bd;
          color: #ffffff; }
        .search-alumni .searchalumni .filterbtnwrap .filterbtn svg {
          margin: 0px 8px 0 0px; }
    .search-alumni .searchalumni .filteroption {
      margin-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px 7px 0 7px; }
      .search-alumni .searchalumni .filteroption .col-md-3 {
        padding: 3px; }
      .search-alumni .searchalumni .filteroption .col-md-4 {
        padding: 3px; }
      .search-alumni .searchalumni .filteroption .selectbox {
        width: 100%; }
        .search-alumni .searchalumni .filteroption .selectbox input {
          width: 100%;
          line-height: 40px;
          height: 40px;
          padding: 0 10px;
          border-radius: 8px;
          border: 1px solid #dadada;
          background: #fff;
          font-size: 0.875rem;
          color: #667085; }
        .search-alumni .searchalumni .filteroption .selectbox .filteralumni {
          line-height: 40px;
          height: 40px;
          padding: 0 10px;
          border-radius: 8px;
          border: 1px solid #dadada;
          background: #fff;
          font-size: 0.875rem;
          color: #667085;
          width: 100%; }
  .search-alumni .sidetabs {
    background: #ffffff;
    border-radius: 8px;
    padding: 22px 30px;
    margin-top: 20px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    .search-alumni .sidetabs.cardActive {
      background: #d2ebcc;
      border: 0; }
    @media (max-width: 991.98px) {
      .search-alumni .sidetabs {
        padding: 22px 12px; } }
    .search-alumni .sidetabs .side-images {
      display: flex;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .search-alumni .sidetabs .side-images {
          margin-bottom: 4px; } }
      .search-alumni .sidetabs .side-images img {
        width: 72px;
        height: 72px;
        margin-right: 15px;
        border-radius: 50%; }
        @media (max-width: 991.98px) {
          .search-alumni .sidetabs .side-images img {
            width: 60px;
            height: 60px; } }
        @media (max-width: 767.98px) {
          .search-alumni .sidetabs .side-images img {
            width: 55px;
            height: 55px; } }
    .search-alumni .sidetabs .sidetabsdata {
      text-align: left; }
      .search-alumni .sidetabs .sidetabsdata h5 {
        font-size: 1rem;
        color: #000000;
        padding: 0 0 6px 0;
        font-weight: 600; }
        @media (max-width: 991.98px) {
          .search-alumni .sidetabs .sidetabsdata h5 {
            padding: 0 0 0 0; } }
      .search-alumni .sidetabs .sidetabsdata p {
        font-size: 0.875rem;
        color: #555555;
        margin: 0 0 2px 0px; }
        .search-alumni .sidetabs .sidetabsdata p svg {
          color: #B76C6C;
          margin-right: 5px; }
  .search-alumni .detail-alumni {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    margin-top: 15px;
    height: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    @media (max-width: 414.98px) {
      .search-alumni .detail-alumni {
        border-radius: 0; } }
    .search-alumni .detail-alumni .sidetabsdata {
      text-align: left; }
      .search-alumni .detail-alumni .sidetabsdata h5 {
        font-size: 2rem;
        color: #000000;
        font-weight: 600;
        padding: 0 0 10px 0; }
        @media (max-width: 991.98px) {
          .search-alumni .detail-alumni .sidetabsdata h5 {
            font-size: 24px;
            padding: 0 0 0 0; } }
      .search-alumni .detail-alumni .sidetabsdata p {
        font-size: 1rem;
        color: #555555;
        margin: 0 0 4px 0px;
        font-weight: 500; }
        .search-alumni .detail-alumni .sidetabsdata p svg {
          color: #B76C6C;
          margin-right: 8px; }
        @media (max-width: 414.98px) {
          .search-alumni .detail-alumni .sidetabsdata p {
            font-size: 14px; } }
      .search-alumni .detail-alumni .sidetabsdata .degree {
        margin: 15px 0 5px 0; }
      @media (max-width: 414.98px) {
        .search-alumni .detail-alumni .sidetabsdata {
          text-align: center; } }
    .search-alumni .detail-alumni .search-img img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
    @media (max-width: 414.98px) {
      .search-alumni .detail-alumni .search-img {
        width: 150px;
        height: auto;
        margin: 20px auto; } }
    .search-alumni .detail-alumni .social-icon {
      padding: 40px 0 30px 0; }
      .search-alumni .detail-alumni .social-icon .socialmedia {
        margin: 0;
        padding: 0;
        background: #FFFFFF;
        display: flex;
        float: right;
        color: #C5C4C4; }
        .search-alumni .detail-alumni .social-icon .socialmedia li {
          display: block;
          text-align: center;
          margin: 0;
          padding: 0 12px; }
          .search-alumni .detail-alumni .social-icon .socialmedia li a {
            line-height: 38px;
            font-size: 1.25rem; }
            .search-alumni .detail-alumni .social-icon .socialmedia li a.active {
              color: #0097bd; }
            .search-alumni .detail-alumni .social-icon .socialmedia li a:hover {
              color: #0097bd; }
          .search-alumni .detail-alumni .social-icon .socialmedia li:first-child {
            border-left: 0;
            margin: 0; }
        @media (max-width: 414.98px) {
          .search-alumni .detail-alumni .social-icon .socialmedia {
            float: none;
            justify-content: center; } }
      @media (max-width: 414.98px) {
        .search-alumni .detail-alumni .social-icon {
          padding: 20px 0; } }
    .search-alumni .detail-alumni .aboutdata label {
      font-size: 14px;
      font-weight: 600;
      line-height: 54px; }
    .search-alumni .detail-alumni .aboutdata p {
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      color: #000000;
      margin-top: -18px; }
    .search-alumni .detail-alumni .user-info {
      margin: 15px 0 0 0;
      padding: 0;
      display: flex; }
      .search-alumni .detail-alumni .user-info li {
        font-size: 0.875rem;
        font-weight: 500;
        margin: 5px 28px 10px 0px;
        color: #000000; }
        @media (max-width: 991.98px) {
          .search-alumni .detail-alumni .user-info li {
            font-size: 12px;
            margin: 0px; } }
        .search-alumni .detail-alumni .user-info li img {
          float: left;
          margin-right: 5px; }
          @media (max-width: 991.98px) {
            .search-alumni .detail-alumni .user-info li img {
              width: 18px; } }
        .search-alumni .detail-alumni .user-info li strong {
          color: #FF6363;
          font-size: 0.875rem;
          font-weight: 500;
          margin-left: 5px; }
          @media (max-width: 991.98px) {
            .search-alumni .detail-alumni .user-info li strong {
              font-size: 14px; } }
        @media (max-width: 414.98px) {
          .search-alumni .detail-alumni .user-info li {
            font-size: 14px; } }
      @media (max-width: 414.98px) {
        .search-alumni .detail-alumni .user-info {
          display: inline-block;
          text-align: left; } }
    .search-alumni .detail-alumni .education {
      margin: 30px 0 0 0; }
      .search-alumni .detail-alumni .education .edu-heading {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding: 20px 0; }
        .search-alumni .detail-alumni .education .edu-heading svg {
          color: #70C65B;
          font-size: 1.5rem;
          float: left;
          margin: 0 10px 0 0; }
        .search-alumni .detail-alumni .education .edu-heading h2 {
          font-size: 1.25rem;
          color: #000000;
          padding: 0px; }
          @media (max-width: 414.98px) {
            .search-alumni .detail-alumni .education .edu-heading h2 {
              font-size: 16px; } }
        .search-alumni .detail-alumni .education .edu-heading a svg {
          float: right;
          font-size: 0.875rem;
          margin-top: -20px;
          color: #0097bd; }
        .search-alumni .detail-alumni .education .edu-heading .workexperience svg {
          color: #3EBAEF; }
        .search-alumni .detail-alumni .education .edu-heading .achievement svg {
          color: #F6C035; }
        @media (max-width: 991.98px) {
          .search-alumni .detail-alumni .education .edu-heading {
            padding: 10px 0; } }
      .search-alumni .detail-alumni .education .contant {
        padding: 5px 10px; }
        @media (max-width: 991.98px) {
          .search-alumni .detail-alumni .education .contant {
            padding: 0px 5px; } }
        .search-alumni .detail-alumni .education .contant .edu-info {
          padding: 0px;
          margin: 0px; }
          .search-alumni .detail-alumni .education .contant .edu-info li {
            margin: 10px 0;
            padding: 20px;
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
            background: #FDFDFD;
            display: flex;
            border-radius: 8px; }
            @media (max-width: 991.98px) {
              .search-alumni .detail-alumni .education .contant .edu-info li {
                padding: 10px; } }
            .search-alumni .detail-alumni .education .contant .edu-info li figure {
              margin: 0 20px 0 0;
              padding: 0 20px 0 0;
              border-right: 1px solid rgba(0, 0, 0, 0.2);
              display: flex;
              align-items: center; }
              .search-alumni .detail-alumni .education .contant .edu-info li figure img {
                width: 40px; }
              @media (max-width: 991.98px) {
                .search-alumni .detail-alumni .education .contant .edu-info li figure {
                  padding: 0 10px 0 0;
                  margin: 0 10px 0 0; } }
          .search-alumni .detail-alumni .education .contant .edu-info .edu-data strong {
            font-size: 14px;
            font-weight: 500;
            color: #000000;
            display: block; }
            @media (max-width: 414.98px) {
              .search-alumni .detail-alumni .education .contant .edu-info .edu-data strong {
                text-align: left; } }
          .search-alumni .detail-alumni .education .contant .edu-info .edu-data span {
            font-size: 14px;
            font-weight: 400;
            color: #555555; }
            @media (max-width: 414.98px) {
              .search-alumni .detail-alumni .education .contant .edu-info .edu-data span {
                text-align: left;
                display: inline-block; } }
    .search-alumni .detail-alumni .accordion .accordion-item .accordion-header .accordion-button {
      box-shadow: none !important;
      background: #fff;
      padding: 5px; }
    .search-alumni .detail-alumni .accordion .accordion-item .accordion-body {
      padding: 10px 0px; }
      @media (max-width: 991.98px) {
        .search-alumni .detail-alumni .accordion .accordion-item .accordion-body {
          padding: 0px 0; } }
    @media (max-width: 414.98px) {
      .search-alumni .detail-alumni {
        padding: 15px 10px; } }
  .search-alumni .search-default {
    margin: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .search-alumni .search-default img {
      width: 50%; }
      @media (max-width: 2600px) {
        .search-alumni .search-default img {
          width: 90%; } }
      @media (max-width: 991.98px) {
        .search-alumni .search-default img {
          width: 90%; } }
    @media (max-width: 2600px) {
      .search-alumni .search-default {
        top: 50%; } }
    @media (max-width: 1920px) {
      .search-alumni .search-default {
        top: 75%; } }
  .search-alumni .overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-y: hidden;
    transition: 0.5s; }
    .search-alumni .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 20px;
      color: #0097bd;
      display: block;
      transition: 0.3s; }
      .search-alumni .overlay a.backBtn {
        position: absolute;
        font-size: 20px;
        top: 10%;
        left: 5px;
        z-index: 1; }
    .search-alumni .overlay .overlay-content {
      position: relative;
      top: 6%;
      width: 100%;
      text-align: center; }
    @media (max-width: 767.98px) {
      .search-alumni .overlay {
        overflow-y: auto; } }
  .search-alumni .no-records {
    margin: 0;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%); }

.eventwrapper {
  padding: 10px 0 0 0; }
  .eventwrapper .yourevent {
    background: #ffffff;
    border-radius: 8px;
    padding: 0.625rem;
    margin: 10px 0 10px 0; }
    .eventwrapper .yourevent .eventcal {
      float: left; }
      .eventwrapper .yourevent .eventcal svg {
        color: #DC7D5F;
        font-size: 28px;
        margin: 0 10px 0 0px; }
      .eventwrapper .yourevent .eventcal span {
        font-size: 1.25rem;
        color: #000000;
        font-weight: 600; }
        @media (max-width: 767.98px) {
          .eventwrapper .yourevent .eventcal span {
            font-size: 16px; } }
      .eventwrapper .yourevent .eventcal p {
        font-size: 0.875rem;
        color: #555555;
        margin-left: 38px;
        margin-bottom: 8px; }
        @media (max-width: 767.98px) {
          .eventwrapper .yourevent .eventcal p {
            display: none; } }
      @media (max-width: 767.98px) {
        .eventwrapper .yourevent .eventcal {
          padding: 18px;
          margin: -10px 0 0 -10px; } }
    .eventwrapper .yourevent .createevent {
      float: right;
      position: relative;
      top: 14px; }
      .eventwrapper .yourevent .createevent .popupbtn {
        background: #0097bd;
        border: 1px solid #0097bd;
        width: 28px;
        line-height: 24px;
        height: 28px;
        border-radius: 6px;
        text-align: center; }
        .eventwrapper .yourevent .createevent .popupbtn svg {
          float: none;
          margin: 0;
          font-size: 1.125rem;
          color: #ffffff; }
  .eventwrapper .eventInnerWrap {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px; }
    .eventwrapper .eventInnerWrap .eventnew {
      background: #ffffff;
      margin-bottom: 1.25rem;
      border-radius: 8px;
      box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5); }
      .eventwrapper .eventInnerWrap .eventnew .eventbg {
        background-color: #fff;
        border-radius: 0 0 8px 8px;
        width: 100%;
        height: 100%;
        position: relative; }
        .eventwrapper .eventInnerWrap .eventnew .eventbg img {
          width: 100%;
          height: 180px;
          border-radius: 8px 8px 0 0; }
        .eventwrapper .eventInnerWrap .eventnew .eventbg .eventStatus {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 8px 10px;
          border-top-right-radius: 8px;
          color: #ffffff;
          opacity: 0.95; }
          .eventwrapper .eventInnerWrap .eventnew .eventbg .eventStatus.Upcoming {
            background: #0097bd; }
          .eventwrapper .eventInnerWrap .eventnew .eventbg .eventStatus.Expired {
            background: #F7C035; }
          .eventwrapper .eventInnerWrap .eventnew .eventbg .eventStatus.Cancelled {
            background: red; }
          .eventwrapper .eventInnerWrap .eventnew .eventbg .eventStatus.Running {
            background: #70C65B; }
        .eventwrapper .eventInnerWrap .eventnew .eventbg .eventDateTime {
          position: absolute;
          top: 0;
          right: 0;
          background: #70C65B;
          padding: 8px 10px;
          border-top-right-radius: 8px;
          color: #ffffff;
          opacity: 0.95; }
          .eventwrapper .eventInnerWrap .eventnew .eventbg .eventDateTime p {
            font-size: 14px; }
      .eventwrapper .eventInnerWrap .eventnew .eventdetails {
        padding: 20px; }
        .eventwrapper .eventInnerWrap .eventnew .eventdetails p {
          font-size: 0.875rem;
          color: #555555;
          margin: 8px 0 0 0;
          display: flex;
          align-items: center; }
          .eventwrapper .eventInnerWrap .eventnew .eventdetails p svg {
            font-size: 1rem;
            margin-right: 5px; }
          @media (max-width: 767.98px) {
            .eventwrapper .eventInnerWrap .eventnew .eventdetails p {
              font-size: 14px; } }
        .eventwrapper .eventInnerWrap .eventnew .eventdetails a {
          color: #0097bd; }
        .eventwrapper .eventInnerWrap .eventnew .eventdetails h5 {
          font-size: 1.2rem;
          color: #000000;
          font-weight: 500;
          padding: 5px 0 5px 0;
          word-wrap: break-word;
          overflow: hidden; }
          @media (max-width: 767.98px) {
            .eventwrapper .eventInnerWrap .eventnew .eventdetails h5 {
              font-size: 24px; } }
        .eventwrapper .eventInnerWrap .eventnew .eventdetails .righticon {
          float: right;
          color: #C5C4C4;
          font-size: 0.875rem;
          margin-right: -20px; }
          .eventwrapper .eventInnerWrap .eventnew .eventdetails .righticon .menuicon {
            font-size: 1rem;
            color: #0097bd;
            font-weight: 600; }
            .eventwrapper .eventInnerWrap .eventnew .eventdetails .righticon .menuicon svg {
              margin-top: -8px;
              color: #C5C4C4;
              font-size: 1rem; }
            .eventwrapper .eventInnerWrap .eventnew .eventdetails .righticon .menuicon button {
              background: none;
              border: 0;
              color: #555555;
              font-size: 00.75rem; }
        .eventwrapper .eventInnerWrap .eventnew .eventdetails .section-text {
          display: -webkit-box;
          max-width: 100%;
          line-clamp: 3;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          min-height: 65px; }
        .eventwrapper .eventInnerWrap .eventnew .eventdetails .eventFooter {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 20px; }
    .eventwrapper .eventInnerWrap .no-event {
      text-align: center;
      font-size: 1.25rem;
      font-weight: normal; }
      .eventwrapper .eventInnerWrap .no-event img {
        width: 50%;
        height: auto; }

.popupheader {
  background: #ffffff !important;
  border-bottom: rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 0 0; }
  .popupheader h5 {
    padding: 0; }
    .popupheader h5 svg {
      float: left;
      font-size: 1.5rem;
      margin: 0px 10px 0 0;
      height: 50px;
      width: 50px;
      padding: 0px 12px 12px 12px;
      color: #0097bd; }
    .popupheader h5 h2 {
      font-size: 1.25rem;
      color: #000000;
      font-weight: 600;
      margin: 0;
      padding: 0 0 2px 0;
      font-size: 1.25rem; }
    .popupheader h5 p {
      font-size: 0.75rem;
      color: #555555;
      font-weight: 400;
      margin: 0;
      padding: 0 0 2px 0; }
    .popupheader h5 button {
      float: right;
      position: absolute;
      top: 20px !important;
      right: 20px !important;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      padding: 0; }
      .popupheader h5 button svg {
        margin: 0;
        font-size: 1.25rem;
        color: #B1B1B1 !important;
        padding: 10px;
        width: 40px;
        height: 40px; }
      .popupheader h5 button:hover {
        color: #0097bd !important;
        border: 1px solid #0097bd;
        background: none; }
  .popupheader.personal-info svg {
    color: #FF6363; }
  .popupheader.education svg {
    color: #70C65B; }
  .popupheader.work-experience svg {
    color: #3EBAEF; }
  .popupheader.achivement svg {
    color: #F7C035; }

.MuiDialog-container .MuiDialogContent-root {
  padding: 0; }
  .MuiDialog-container .MuiDialogContent-root .modal-body {
    padding: 0; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent label {
      color: #000000;
      font-size: 0.875rem;
      font-weight: 500;
      display: block; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent p {
      font-size: 0.875rem;
      color: #555555; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .form-check {
      float: left;
      margin: 0 10px 0 0; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg {
      width: 100%;
      position: relative; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .eventbgoverlay {
        background: #ccc;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0.7; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
        width: 180px; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input {
          position: relative; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input .plus-icon {
            width: 48px;
            height: 48px;
            line-height: 48px;
            display: block;
            background: #679227;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            color: #fff; }
            @media (max-width: 767.98px) {
              .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input .plus-icon {
                width: 36px;
                height: 37px;
                line-height: 37px; } }
          .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input .button {
            display: inline-block;
            padding: 12px;
            cursor: pointer;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color: #8ebf42;
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            text-align: center;
            position: relative;
            left: 48px; }
            @media (max-width: 767.98px) {
              .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input .button {
                padding: 8px;
                left: 36px;
                font-size: 14px; } }
          .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input input[type="file"] {
            font-size: 18px;
            color: #b8b8b8;
            visibility: hidden;
            width: 95%; }
            @media (max-width: 767.98px) {
              .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage .file-input input[type="file"] {
                font-size: 14px; } }
        @media (max-width: 767.98px) {
          .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .selectImage {
            width: 140px; } }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .close-icon {
        position: absolute;
        right: 10px;
        top: -5px;
        z-index: 2; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .close-icon a {
          background: rgba(28, 27, 27, 0.4);
          border: 1px solid #FFFFFF;
          color: #fff;
          padding: 10px 15px;
          border-radius: 8px;
          float: right;
          margin: 30px 0 0 0; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg .close-icon a svg {
            margin: -4px 2px 0 0; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .modeladdeventbg img {
        width: 100%;
        height: auto; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .inperson {
      float: right; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdevent .addeventdetail {
      padding: 1.25rem; }

.eventdetailmain {
  position: relative;
  top: 20px; }
  .eventdetailmain .eventnew {
    background: #ffffff;
    border-radius: 8px; }
    .eventdetailmain .eventnew .eventbg {
      background-color: #fff;
      border-radius: 8px;
      width: 100%;
      height: 100%;
      position: relative; }
      .eventdetailmain .eventnew .eventbg .eventInfoSec {
        position: absolute;
        right: 0;
        bottom: 0px;
        background: #679227;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0.95;
        font-size: 1rem; }
        .eventdetailmain .eventnew .eventbg .eventInfoSec .block-1 {
          width: 50%;
          text-align: center;
          border-right: 1px solid #ccc;
          padding: 8px 0; }
          @media (max-width: 767.98px) {
            .eventdetailmain .eventnew .eventbg .eventInfoSec .block-1 {
              padding: 6px 0; } }
        .eventdetailmain .eventnew .eventbg .eventInfoSec .block-2 {
          width: 50%;
          text-align: center;
          padding: 8px 0; }
          @media (max-width: 767.98px) {
            .eventdetailmain .eventnew .eventbg .eventInfoSec .block-2 {
              padding: 6px 0; } }
        @media (max-width: 991.98px) {
          .eventdetailmain .eventnew .eventbg .eventInfoSec {
            font-size: 13px; } }
        @media (max-width: 767.98px) {
          .eventdetailmain .eventnew .eventbg .eventInfoSec {
            position: relative;
            font-size: 12px; } }
      .eventdetailmain .eventnew .eventbg img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0; }
    .eventdetailmain .eventnew .eventdetails {
      padding: 1.313rem; }
      .eventdetailmain .eventnew .eventdetails .eventHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
        .eventdetailmain .eventnew .eventdetails .eventHeader .event_name {
          width: 65%;
          display: block; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .event_name svg {
            font-size: 16px;
            margin-right: 6px; }
        .eventdetailmain .eventnew .eventdetails .eventHeader .eventStatus {
          position: absolute;
          top: 0;
          right: 0;
          padding: 8px 10px;
          border-radius: 22px;
          line-height: 12px;
          color: #ffffff;
          opacity: 0.95; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventStatus p {
            color: #fff; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventStatus.Upcoming {
            background: #0097bd; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventStatus.Expired {
            background: #F7C035; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventStatus.Cancelled {
            background: red; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventStatus.Running {
            background: #70C65B; }
        .eventdetailmain .eventnew .eventdetails .eventHeader .eventDate .event_start {
          margin-bottom: 15px;
          display: flex; }
        .eventdetailmain .eventnew .eventdetails .eventHeader .eventDate .event_end {
          margin-bottom: 0;
          display: flex; }
        .eventdetailmain .eventnew .eventdetails .eventHeader .eventDate p {
          margin-top: 0;
          margin-right: 10px; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventDate p svg {
            font-size: 16px;
            margin-right: 6px; }
          .eventdetailmain .eventnew .eventdetails .eventHeader .eventDate p:last-child {
            margin-right: 0; }
      .eventdetailmain .eventnew .eventdetails p {
        font-size: 0.875rem;
        color: #555555;
        margin: 8px 0 0 0; }
        @media (max-width: 991.98px) {
          .eventdetailmain .eventnew .eventdetails p {
            font-size: 14px; } }
      .eventdetailmain .eventnew .eventdetails a {
        color: #0097bd; }
      .eventdetailmain .eventnew .eventdetails h5 {
        color: #000000;
        font-weight: 500;
        padding: 0px 0 10px 0;
        display: inline;
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .eventdetailmain .eventnew .eventdetails h5 {
            font-size: 24px; } }
      .eventdetailmain .eventnew .eventdetails .righticon {
        float: right;
        color: #C5C4C4;
        font-size: 0.875rem; }
        .eventdetailmain .eventnew .eventdetails .righticon .menuicon {
          font-size: 1rem;
          color: #0097bd;
          font-weight: 600; }
          .eventdetailmain .eventnew .eventdetails .righticon .menuicon svg {
            margin-top: -8px;
            color: #C5C4C4;
            font-size: 1rem; }
          .eventdetailmain .eventnew .eventdetails .righticon .menuicon button {
            background: none;
            border: 0;
            color: #555555;
            font-size: 00.75rem; }
      .eventdetailmain .eventnew .eventdetails .buttonWrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 10px 0 0 0; }
        .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn {
          padding: 12px 20px;
          margin: 0 8px 0 0;
          border: 1px solid #0097bd;
          font-weight: 500;
          font-size: 1rem;
          color: #0097bd;
          border-radius: 8px;
          float: left;
          background: #ffffff; }
          @media (max-width: 767.98px) {
            .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn {
              font-size: 1rem; } }
          .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn:last-child {
            margin: 0; }
            @media (max-width: 767.98px) {
              .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn:last-child {
                width: 50%; } }
          .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn.active {
            background: #0097bd;
            color: #ffffff; }
            @media (max-width: 767.98px) {
              .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn.active {
                width: 50%; } }
          .eventdetailmain .eventnew .eventdetails .buttonWrap .socialbtn:hover {
            background-color: #263a8f;
            color: #ffffff; }
        @media (max-width: 767.98px) {
          .eventdetailmain .eventnew .eventdetails .buttonWrap {
            display: flex;
            margin: 0 auto;
            width: 100%;
            padding: 10px 0 0 0; } }
      .eventdetailmain .eventnew .eventdetails .abouteventdetails {
        margin-top: 20px; }
        .eventdetailmain .eventnew .eventdetails .abouteventdetails h5 {
          font-size: 1.25rem;
          padding: 10px 0 10px 0;
          margin-bottom: 0; }
          .eventdetailmain .eventnew .eventdetails .abouteventdetails h5.head {
            font-size: 13px; }
      .eventdetailmain .eventnew .eventdetails .eventFooterWrap {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .eventdetailmain .eventnew .eventdetails .eventFooterWrap .eventDate {
          display: block; }
          .eventdetailmain .eventnew .eventdetails .eventFooterWrap .eventDate .event_start {
            margin-right: 1rem; }
            .eventdetailmain .eventnew .eventdetails .eventFooterWrap .eventDate .event_start p strong {
              margin-right: 5px; }
            .eventdetailmain .eventnew .eventdetails .eventFooterWrap .eventDate .event_start svg {
              margin-right: 5px; }
          .eventdetailmain .eventnew .eventdetails .eventFooterWrap .eventDate .event_end svg {
            margin-right: 5px; }
          .eventdetailmain .eventnew .eventdetails .eventFooterWrap .eventDate .event_end p strong {
            margin-right: 5px; }
        .eventdetailmain .eventnew .eventdetails .eventFooterWrap .attendeeslist p {
          margin: 0;
          line-height: 24px; }
          .eventdetailmain .eventnew .eventdetails .eventFooterWrap .attendeeslist p svg {
            font-size: 18px; }
        .eventdetailmain .eventnew .eventdetails .eventFooterWrap .buttonWrap {
          margin: 0; }
      .eventdetailmain .eventnew .eventdetails .head {
        font-size: 16px; }
  .eventdetailmain .connections {
    background: #ffffff;
    border-radius: 8px; }
    @media (max-width: 767.98px) {
      .eventdetailmain .connections {
        margin-top: 20px; } }
    .eventdetailmain .connections .groups {
      display: inline-block;
      padding: 1.25rem;
      width: 100%;
      border-bottom: 1px solid #C5C4C4; }
      .eventdetailmain .connections .groups svg {
        font-size: 1rem;
        color: #B76C6C;
        margin: 0 10px 0 0;
        float: left; }
        @media (max-width: 991.98px) {
          .eventdetailmain .connections .groups svg {
            margin: 0 5px 0 0; } }
      .eventdetailmain .connections .groups h2 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        padding: 0px 0 2px 0;
        color: #000000;
        float: left; }
        @media (max-width: 991.98px) {
          .eventdetailmain .connections .groups h2 {
            font-size: 13px; } }
      .eventdetailmain .connections .groups .righticon a svg {
        float: right;
        color: #C5C4C4;
        font-size: 0.875rem; }
      .eventdetailmain .connections .groups .righticon .accordion {
        border: 0 !important; }
        .eventdetailmain .connections .groups .righticon .accordion .accordion-item {
          margin-top: 10px; }
          .eventdetailmain .connections .groups .righticon .accordion .accordion-item .accordion-header h6 {
            font-size: 0.938rem;
            color: #000000; }
          .eventdetailmain .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button {
            background: #fff;
            box-shadow: none;
            padding: 5px;
            width: 240px; }
            .eventdetailmain .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button svg {
              font-size: 0.875rem;
              color: #C5C4C4; }
          .eventdetailmain .connections .groups .righticon .accordion .accordion-item .accordion-body {
            padding: 5px 20px; }
      @media (max-width: 991.98px) {
        .eventdetailmain .connections .groups {
          padding: 12px; } }
    .eventdetailmain .connections .profilenav {
      margin: 0;
      padding: 0;
      background: #fff;
      border-radius: 0 0 20px 20px; }
      .eventdetailmain .connections .profilenav li {
        display: inline-block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ccc; }
        .eventdetailmain .connections .profilenav li.personal a {
          font-size: 0.75rem;
          color: #000000;
          border-top: none; }
          .eventdetailmain .connections .profilenav li.personal a .personalinfo {
            float: left; }
            .eventdetailmain .connections .profilenav li.personal a .personalinfo p {
              font-size: 12px;
              color: #555555; }
            .eventdetailmain .connections .profilenav li.personal a .personalinfo strong {
              font-size: 14px; }
          .eventdetailmain .connections .profilenav li.personal a .postimgage {
            width: 50px;
            float: left; }
            .eventdetailmain .connections .profilenav li.personal a .postimgage img {
              width: 40px;
              height: auto;
              border-radius: 50%; }
          @media (max-width: 991.98px) {
            .eventdetailmain .connections .profilenav li.personal a {
              padding: 15px 10px; } }
        .eventdetailmain .connections .profilenav li.personal a.active {
          color: #000000;
          font-weight: 700; }
          .eventdetailmain .connections .profilenav li.personal a.active svg {
            color: #FF6363; }
        .eventdetailmain .connections .profilenav li.details a:hover {
          color: #000000;
          font-weight: 700; }
          .eventdetailmain .connections .profilenav li.details a:hover svg {
            color: #3EBAEF; }
        .eventdetailmain .connections .profilenav li.details a.active {
          color: #000000;
          font-weight: 700; }
          .eventdetailmain .connections .profilenav li.details a.active svg {
            color: #3EBAEF; }
        .eventdetailmain .connections .profilenav li a {
          font-size: 15px;
          color: #555555;
          padding: 10px 15px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          display: block; }
          .eventdetailmain .connections .profilenav li a svg {
            margin: -3px 10px 0 0; }
        .eventdetailmain .connections .profilenav li:last-child {
          border-bottom: none; }
      @media (max-width: 767.98px) {
        .eventdetailmain .connections .profilenav {
          display: none; } }
  @media (max-width: 767.98px) {
    .eventdetailmain {
      padding: 10px; } }

.massagemain .connections {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 8px; }
  .massagemain .connections .groups {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #C5C4C4; }
    .massagemain .connections .groups svg {
      font-size: 1rem;
      color: #B76C6C;
      margin: 10px 10px 0 0;
      float: left; }
    .massagemain .connections .groups h2 {
      font-size: 0.938rem;
      font-weight: 700;
      margin: 0;
      padding: 10px;
      color: #000000;
      float: left; }
      @media (max-width: 767.98px) {
        .massagemain .connections .groups h2 {
          font-size: 15px; } }
    .massagemain .connections .groups .righticon a svg {
      float: right;
      color: #C5C4C4;
      font-size: 0.875rem; }
    .massagemain .connections .groups .righticon .accordion {
      border: 0 !important; }
      .massagemain .connections .groups .righticon .accordion .accordion-item {
        margin-top: 10px; }
        .massagemain .connections .groups .righticon .accordion .accordion-item .accordion-header h6 {
          font-size: 0.938rem;
          color: #000000; }
        .massagemain .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button {
          background: #fff;
          box-shadow: none;
          padding: 5px;
          width: 240px; }
          .massagemain .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button svg {
            font-size: 0.875rem;
            color: #C5C4C4; }
        .massagemain .connections .groups .righticon .accordion .accordion-item .accordion-body {
          padding: 5px 20px; }
  .massagemain .connections .profilenav {
    margin: 0;
    padding: 0;
    background: #fff; }
    .massagemain .connections .profilenav .righticon {
      position: absolute;
      right: 10px;
      top: 20px; }
      .massagemain .connections .profilenav .righticon svg {
        color: #C5C4C4; }
      .massagemain .connections .profilenav .righticon p {
        font-size: 12px;
        color: #555555;
        font-weight: 500;
        margin: 0; }
      .massagemain .connections .profilenav .righticon .msg-bubble {
        width: 22px;
        height: 22px;
        background: #0097bd;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right; }
      .massagemain .connections .profilenav .righticon span {
        font-size: 0.5rem;
        background: #0097bd;
        color: #ffffff;
        border-radius: 8px;
        padding: 3px;
        margin-left: 10px; }
    .massagemain .connections .profilenav li {
      display: inline-block;
      margin: 0;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #C5C4C4; }
      .massagemain .connections .profilenav li a {
        font-size: 15px;
        color: #555555;
        padding: 10px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        display: block; }
        .massagemain .connections .profilenav li a svg {
          margin: -3px 10px 0 0; }
      .massagemain .connections .profilenav li.personal a {
        font-size: 14px;
        color: #000000;
        display: flex;
        align-items: center;
        border: none;
        padding: 15px 10px; }
        .massagemain .connections .profilenav li.personal a .personalinfo {
          float: left; }
          .massagemain .connections .profilenav li.personal a .personalinfo .messageomnth {
            float: right; }
            .massagemain .connections .profilenav li.personal a .personalinfo .messageomnth span {
              font-size: 0.5rem;
              background: #0097bd;
              color: #ffffff;
              border-radius: 8px; }
          .massagemain .connections .profilenav li.personal a .personalinfo p {
            font-size: 12px;
            color: #555555;
            margin-bottom: 0; }
            @media (max-width: 991.98px) {
              .massagemain .connections .profilenav li.personal a .personalinfo p {
                font-size: 10px; } }
            @media (max-width: 767.98px) {
              .massagemain .connections .profilenav li.personal a .personalinfo p {
                font-size: 10px; } }
          .massagemain .connections .profilenav li.personal a .personalinfo strong {
            font-size: 14px; }
            @media (max-width: 991.98px) {
              .massagemain .connections .profilenav li.personal a .personalinfo strong {
                font-size: 10px; } }
            @media (max-width: 767.98px) {
              .massagemain .connections .profilenav li.personal a .personalinfo strong {
                font-size: 12px; } }
          .massagemain .connections .profilenav li.personal a .personalinfo span {
            font-size: 10px;
            margin-left: 10px;
            color: #555555; }
        .massagemain .connections .profilenav li.personal a .postimgage {
          width: 50px;
          float: left; }
          .massagemain .connections .profilenav li.personal a .postimgage img {
            width: 45px;
            height: auto;
            border-radius: 50%; }
            @media (max-width: 991.98px) {
              .massagemain .connections .profilenav li.personal a .postimgage img {
                width: 30px; } }
        @media (max-width: 991.98px) {
          .massagemain .connections .profilenav li.personal a {
            padding: 10px 5px; } }
      .massagemain .connections .profilenav li.personal a.active {
        color: #000000;
        font-weight: 700;
        background: #E5EEFF; }
        .massagemain .connections .profilenav li.personal a.active svg {
          color: #FF6363; }
      .massagemain .connections .profilenav li.msg-unread {
        background: #b7e6bd; }
      .massagemain .connections .profilenav li:last-child {
        border-bottom: none; }
    @media (max-width: 767.98px) {
      .massagemain .connections .profilenav {
        display: block; } }
  .massagemain .connections .post {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px; }
    .massagemain .connections .post .writepostimage {
      display: flex;
      align-items: center;
      justify-content: center; }
      .massagemain .connections .post .writepostimage .writepost {
        width: 90%;
        position: relative; }
        @media (max-width: 767.98px) {
          .massagemain .connections .post .writepostimage .writepost {
            margin-top: 5px; } }
        .massagemain .connections .post .writepostimage .writepost .icon {
          position: absolute;
          right: 10px;
          top: 6px; }
          .massagemain .connections .post .writepostimage .writepost .icon svg {
            color: #B76C6C; }
          @media (max-width: 414.98px) {
            .massagemain .connections .post .writepostimage .writepost .icon {
              top: 0;
              padding: 0; } }
        .massagemain .connections .post .writepostimage .writepost .form-control {
          padding: 6px 30px 6px 12px; }
      .massagemain .connections .post .writepostimage .follow {
        display: inline-flex; }
        .massagemain .connections .post .writepostimage .follow a {
          margin-right: 18px;
          font-size: 1rem;
          color: #0097bd;
          font-weight: 600; }
        .massagemain .connections .post .writepostimage .follow .menuicon {
          font-size: 1rem;
          color: #0097bd;
          font-weight: 600; }
          .massagemain .connections .post .writepostimage .follow .menuicon svg {
            margin-top: -8px;
            color: #0097bd;
            font-size: 1rem; }
          .massagemain .connections .post .writepostimage .follow .menuicon button {
            background: none;
            border: 0;
            color: #555555;
            font-size: 00.75rem; }
    .massagemain .connections .post .writepost span {
      display: block;
      color: #555555;
      font-size: 0.625rem; }
    .massagemain .connections .post .writepost strong {
      font-size: 1rem;
      color: #000000; }
    .massagemain .connections .post .postimgage {
      width: 64px;
      height: 64px; }
      @media (max-width: 1199.98px) {
        .massagemain .connections .post .postimgage {
          width: 64px;
          height: 39px; } }
      @media (max-width: 991.98px) {
        .massagemain .connections .post .postimgage {
          width: 64px;
          height: 39px; } }
      .massagemain .connections .post .postimgage img {
        width: 50px;
        height: auto;
        border-radius: 50%;
        margin-top: 5px; }
        @media (max-width: 1199.98px) {
          .massagemain .connections .post .postimgage img {
            width: 40px; } }
        @media (max-width: 991.98px) {
          .massagemain .connections .post .postimgage img {
            width: 40px; } }
        @media (max-width: 767.98px) {
          .massagemain .connections .post .postimgage img {
            width: 35px; } }
    .massagemain .connections .post .postbg {
      background: #0097bd;
      padding: 160px 60px; }
    .massagemain .connections .post .user-info {
      margin: 0;
      padding: 0;
      display: flex; }
      @media (max-width: 767.98px) {
        .massagemain .connections .post .user-info {
          margin: 34px 0 0 0px;
          display: block; } }
      .massagemain .connections .post .user-info li {
        font-size: 0.875rem;
        font-weight: 500;
        margin: 0 58px 10px 0;
        color: #000000; }
        .massagemain .connections .post .user-info li a {
          color: #555555;
          font-size: 0.75rem; }
          .massagemain .connections .post .user-info li a svg {
            margin-right: 5px;
            color: #E3CB73;
            font-size: 1.25rem; }
        .massagemain .connections .post .user-info li:nth-child(1) svg {
          color: #E3CB73; }
        .massagemain .connections .post .user-info li:nth-child(2) svg {
          color: #E13434; }
        .massagemain .connections .post .user-info li:nth-child(3) svg {
          color: #77CDFE; }
        .massagemain .connections .post .user-info li:nth-child(4) svg {
          color: #A976FC; }
        .massagemain .connections .post .user-info li img {
          float: left;
          margin-right: 5px; }
          @media (max-width: 767.98px) {
            .massagemain .connections .post .user-info li img {
              width: 19px;
              height: 15px; } }
    .massagemain .connections .post .postcomment .commenticon .shareicon {
      width: 100%; }
      .massagemain .connections .post .postcomment .commenticon .shareicon li {
        margin: 0 30px 0 0; }
        .massagemain .connections .post .postcomment .commenticon .shareicon li a {
          font-size: 0.875rem;
          color: #555555; }
          .massagemain .connections .post .postcomment .commenticon .shareicon li a svg {
            font-size: 0.875rem;
            color: #0097bd;
            margin-right: 5px; }
    .massagemain .connections .post .postcomment .likeicon a {
      font-size: 1rem;
      color: #131313; }
      .massagemain .connections .post .postcomment .likeicon a svg {
        font-size: 1rem;
        color: #C5C4C4;
        margin-right: 5px; }
    .massagemain .connections .post .postcomment .likeicon ul {
      width: 100%; }
      .massagemain .connections .post .postcomment .likeicon ul li {
        width: 32%; }
  .massagemain .connections .searchConnection {
    position: relative;
    padding: 12px 10px 20px 10px;
    border-bottom: 1px solid #C5C4C4; }
    @media (max-width: 991.98px) {
      .massagemain .connections .searchConnection {
        padding: 12px 10px 12px 10px; } }
    .massagemain .connections .searchConnection .serachConn {
      text-indent: 20px; }
      @media (max-width: 991.98px) {
        .massagemain .connections .searchConnection .serachConn {
          text-indent: 9px;
          font-size: 10px; } }
      @media (max-width: 767.98px) {
        .massagemain .connections .searchConnection .serachConn {
          text-indent: 9px; } }
      .massagemain .connections .searchConnection .serachConn::placeholder {
        position: relative;
        left: 0; }
    .massagemain .connections .searchConnection .searchIcon {
      position: absolute;
      left: 20px;
      top: 18px; }
      @media (max-width: 991.98px) {
        .massagemain .connections .searchConnection .searchIcon {
          left: 14px;
          top: 15px; } }
    .massagemain .connections .searchConnection .crossicon {
      position: absolute;
      right: 20px;
      top: 18px; }
      @media (max-width: 991.98px) {
        .massagemain .connections .searchConnection .crossicon {
          right: 14px;
          top: 14px; } }
    .massagemain .connections .searchConnection .userSearchResults {
      padding: 0;
      background: #fff;
      position: absolute;
      z-index: 1;
      top: 52px;
      left: 10px;
      width: 94%;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      border: 1px solid #dddedf;
      display: none; }
      .massagemain .connections .searchConnection .userSearchResults .userScrollbar {
        min-height: auto;
        max-height: 250px; }
      .massagemain .connections .searchConnection .userSearchResults .profilenav li {
        background: #ebe8e2; }
        .massagemain .connections .searchConnection .userSearchResults .profilenav li .postimgage img {
          width: 40px;
          border-radius: 50%; }
        .massagemain .connections .searchConnection .userSearchResults .profilenav li .righticon .userExist {
          color: #fff;
          background: #0097bd;
          padding: 3px 6px;
          border-radius: 6px; }
        .massagemain .connections .searchConnection .userSearchResults .profilenav li:hover {
          background: #e5e4e2; }
    .massagemain .connections .searchConnection .showList {
      display: block; }
  .massagemain .connections .overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-y: hidden;
    transition: 0.5s; }
    .massagemain .connections .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 20px;
      color: #0097bd;
      display: block;
      transition: 0.3s; }
      .massagemain .connections .overlay a.backBtn {
        position: absolute;
        font-size: 20px;
        top: 13%;
        right: 5px;
        z-index: 1; }
    .massagemain .connections .overlay .overlay-content {
      position: relative;
      top: 7%;
      width: 82%;
      text-align: center;
      right: -70px; }
    @media (max-width: 767.98px) {
      .massagemain .connections .overlay {
        overflow-y: auto; } }
  @media (max-width: 767.98px) {
    .massagemain .connections {
      border-radius: 0; } }

.massagemain .messagedetails .connections .groups {
  padding: 5px 0;
  border-bottom: none; }

.massagemain .messagedetails .connections .noMsg {
  min-height: 580px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-weight: 500;
  padding-top: 50px; }
  .massagemain .messagedetails .connections .noMsg img {
    width: 70%;
    height: auto; }

.massagemain .messagedetails .profilenav {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 0;
  max-height: none;
  overflow-y: hidden; }
  .massagemain .messagedetails .profilenav li {
    display: inline-block;
    margin: 0;
    width: 100%; }
    .massagemain .messagedetails .profilenav li:first-child a {
      border-top: 0; }
    .massagemain .messagedetails .profilenav li a {
      font-size: 15px;
      color: #555555;
      padding: 15px 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      display: block; }
      .massagemain .messagedetails .profilenav li a svg {
        margin: 5px 15px 0 0; }
    .massagemain .messagedetails .profilenav li.personal a {
      font-size: 0.75rem;
      color: #000000; }
      .massagemain .messagedetails .profilenav li.personal a .personalinfo {
        float: left; }
        .massagemain .messagedetails .profilenav li.personal a .personalinfo .messageomnth {
          float: right; }
          .massagemain .messagedetails .profilenav li.personal a .personalinfo .messageomnth span {
            font-size: 0.5rem;
            background: #0097bd;
            color: #ffffff;
            border-radius: 8px; }
        .massagemain .messagedetails .profilenav li.personal a .personalinfo p {
          font-size: 14px;
          color: #555555;
          margin-bottom: 0; }
          @media (max-width: 991.98px) {
            .massagemain .messagedetails .profilenav li.personal a .personalinfo p {
              font-size: 12px; } }
        .massagemain .messagedetails .profilenav li.personal a .personalinfo strong {
          font-size: 16px; }
          @media (max-width: 991.98px) {
            .massagemain .messagedetails .profilenav li.personal a .personalinfo strong {
              font-size: 14px; } }
        .massagemain .messagedetails .profilenav li.personal a .personalinfo span {
          font-size: 10px;
          margin-left: 10px;
          color: #555555; }
        .massagemain .messagedetails .profilenav li.personal a .personalinfo small {
          font-size: 0.875rem;
          font-weight: 400; }
          @media (max-width: 767.98px) {
            .massagemain .messagedetails .profilenav li.personal a .personalinfo small {
              font-size: 14px; } }
      .massagemain .messagedetails .profilenav li.personal a .postimgage {
        width: 50px;
        float: left; }
        .massagemain .messagedetails .profilenav li.personal a .postimgage img {
          width: 45px;
          height: auto; }
          @media (max-width: 991.98px) {
            .massagemain .messagedetails .profilenav li.personal a .postimgage img {
              width: 40px; } }
      @media (max-width: 991.98px) {
        .massagemain .messagedetails .profilenav li.personal a {
          padding: 15px 10px; } }
    .massagemain .messagedetails .profilenav li.personal a.active {
      color: #000000;
      font-weight: 700; }
      .massagemain .messagedetails .profilenav li.personal a.active svg {
        color: #FF6363; }
    .massagemain .messagedetails .profilenav li:last-child {
      border-bottom: 1px solid #C5C4C4; }
  .massagemain .messagedetails .profilenav .righticon {
    float: right; }
    .massagemain .messagedetails .profilenav .righticon svg {
      color: #C5C4C4; }
    .massagemain .messagedetails .profilenav .righticon p {
      font-size: 0.625rem;
      color: #555555;
      font-weight: 400; }
      @media (max-width: 767.98px) {
        .massagemain .messagedetails .profilenav .righticon p {
          margin: -8px -9px 0 0; } }
    .massagemain .messagedetails .profilenav .righticon span {
      font-size: 0.5rem;
      background: #0097bd;
      color: #ffffff;
      border-radius: 8px;
      padding: 3px; }

.massagemain .messagedetails .writepostimage .postimgage {
  width: 50px;
  height: auto; }
  .massagemain .messagedetails .writepostimage .postimgage img {
    width: 45px;
    height: auto;
    border-radius: 50%; }

.massagemain .msg-container {
  display: flex;
  flex-flow: column nowrap;
  padding: 20px;
  overflow-y: auto;
  clear: both; }
  .massagemain .msg-container .private-msg {
    position: relative;
    display: block;
    word-wrap: break-word;
    color: #da2128;
    font-family: 'Roboto';
    border-radius: 5px;
    margin-bottom: 2.5vh; }
    .massagemain .msg-container .private-msg .msg-item {
      display: inline-flex;
      flex-direction: column;
      min-width: 100px;
      padding: 5px 10px;
      border-radius: 8px; }
      .massagemain .msg-container .private-msg .msg-item p {
        color: #ffffff;
        margin-bottom: 6px;
        font-size: 14px;
        text-align: left; }
        @media (max-width: 991.98px) {
          .massagemain .msg-container .private-msg .msg-item p {
            font-size: 12px; } }
        .massagemain .msg-container .private-msg .msg-item p.userTimeStamp {
          margin-bottom: 0;
          color: #ffffff;
          font-size: 14px;
          display: block;
          text-align: right; }
    .massagemain .msg-container .private-msg.private-msg-left {
      text-align: left; }
      .massagemain .msg-container .private-msg.private-msg-left .msg-item {
        margin-right: auto;
        background-color: #ebe8e2; }
        .massagemain .msg-container .private-msg.private-msg-left .msg-item p {
          color: #000;
          font-size: 14px; }
    .massagemain .msg-container .private-msg.private-msg-right {
      text-align: right; }
      .massagemain .msg-container .private-msg.private-msg-right .msg-item {
        margin-left: auto;
        background-color: #70C65B; }

@media (max-width: 991.98px) {
  .groupmain .dashboardwrapper .dashviewprofile .viewcount {
    margin-right: -9px; } }

.groupmain .dashboardwrapper .timelinewrapper .usersGroup {
  background: #ffffff;
  margin-bottom: 10px; }
  .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupImg {
    border-radius: 8px 8px 0 0;
    height: 180px; }
    .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupImg img {
      width: 100%;
      height: inherit; }
  .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail {
    padding: 14px 0px 30px 30px; }
    .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail p {
      font-size: 0.875rem;
      color: #555555;
      margin: 4px 0 0 0; }
    .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail a {
      color: #0097bd; }
    .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail h5 {
      font-size: 2rem;
      color: #050101;
      font-weight: 500;
      padding: 0px 0 10px 0; }
    .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail .righticon {
      float: right;
      color: #C5C4C4;
      font-size: 0.875rem;
      margin-right: 10px; }
      .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail .righticon .menuicon {
        font-size: 1rem;
        color: #0097bd;
        font-weight: 600; }
        .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail .righticon .menuicon svg {
          margin-top: -8px;
          color: #C5C4C4;
          font-size: 1rem; }
        .groupmain .dashboardwrapper .timelinewrapper .usersGroup .groupDetail .righticon .menuicon button {
          background: none;
          border: 0;
          color: #ffffff;
          font-size: 14px;
          background: #70C65B; }

@media (max-width: 991.98px) {
  .groupmain .dashboardwrapper .timelinewrapper .timelinePost .PostHeadWrap .userInfo span {
    font-size: 10px; } }

@media (max-width: 767.98px) {
  .groupmain .dashboardwrapper .timelinewrapper .timelinePost .PostHeadWrap .userInfo span {
    font-size: 10px; } }

@media (max-width: 991.98px) {
  .groupmain .dashboardwrapper .timelinewrapper .timelinePost .postFooterWrap .footerSecThree .writeCommentWrap .commentsWrapper .userComments li .media-body .comment {
    min-width: 100px; } }

.groupmain .dashboardwrapper .rightsideconn .massagemain .connections {
  margin-top: 0; }
  .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups svg {
    font-size: 1rem;
    color: #B76C6C;
    margin: 10px 0 0 0;
    float: left; }
  @media (max-width: 991.98px) {
    .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups h2 {
      margin-left: -3px; } }
  .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon {
    float: right; }
    .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon a {
      float: right;
      position: absolute;
      right: 40px; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon a svg {
        margin: 10px 14px 0 0; }
        @media (max-width: 991.98px) {
          .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon a svg {
            margin: -22px -10px 0 0; } }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon a.popupbtn {
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 28px;
        line-height: 24px;
        height: 28px;
        border-radius: 6px;
        top: 15px;
        right: 10px;
        text-align: center; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon a.popupbtn svg {
          float: none;
          margin: 0;
          font-size: 1.125rem;
          color: #B1B1B1; }
    @media (max-width: 991.98px) {
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon {
        margin-right: 4px; } }
    @media (max-width: 767.98px) {
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .groups .righticon {
        margin-right: 4px; } }
  .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 0;
    max-height: 100%;
    overflow-y: auto; }
    .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li {
      display: inline-block;
      margin: 0;
      width: 100%; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a {
        font-size: 14px;
        color: #000000;
        display: flex;
        align-items: center;
        border: none;
        padding: 10px; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a svg {
          font-size: 14px;
          margin: 5px 10px 0 0;
          float: right; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a .personalinfo {
          float: left; }
          .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a .personalinfo .messageomnth {
            float: right; }
            .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a .personalinfo .messageomnth span {
              font-size: 0.5rem;
              background: #0097bd;
              color: #ffffff;
              border-radius: 8px; }
          .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a .personalinfo p {
            font-size: 10px;
            color: #555555; }
          .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a .personalinfo strong {
            font-size: 14px; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a .postimgage {
          width: 50px;
          float: left; }
        @media (max-width: 991.98px) {
          .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a {
            padding: 15px 10px; } }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a.active {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.personal a.active svg {
          color: #FF6363; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.education a:hover {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.education a:hover svg {
          color: #70C65B; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.education a.active {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.education a.active svg {
          color: #70C65B; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.details a:hover {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.details a:hover svg {
          color: #3EBAEF; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.details a.active {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.details a.active svg {
          color: #3EBAEF; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.neu a:hover {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.neu a:hover svg {
          color: #F7C035; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.neu a.active {
        color: #000000;
        font-weight: 700; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li.neu a.active svg {
          color: #F7C035; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li a {
        font-size: 15px;
        color: #555555;
        padding: 15px 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        display: block; }
        .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li a svg {
          margin: -3px 10px 0 0; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li:hover .righticon .edit {
        color: blue !important; }
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav li:hover .righticon .delete {
        color: #CA0000 !important; }
    @media (max-width: 767.98px) {
      .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .profilenav {
        display: block; } }
  .groupmain .dashboardwrapper .rightsideconn .massagemain .connections .showList {
    display: block; }

.MuiDialog-container .MuiDialogContent-root {
  padding: 16px !important; }

.groupwrapper {
  padding: 10px 0 0 0; }
  .groupwrapper .yourGroups {
    background: #ffffff;
    border-radius: 8px;
    padding: 0.625rem;
    margin: 10px 0 10px 0; }
    .groupwrapper .yourGroups .groupuser {
      float: left; }
      .groupwrapper .yourGroups .groupuser svg {
        color: #DC7D5F;
        font-size: 28px;
        margin: 0 10px 0 0px; }
      .groupwrapper .yourGroups .groupuser span {
        font-size: 1.25rem;
        color: #000000;
        font-weight: 600; }
      .groupwrapper .yourGroups .groupuser p {
        font-size: 14px;
        color: #555555;
        margin-left: 40px; }
        @media (max-width: 767.98px) {
          .groupwrapper .yourGroups .groupuser p {
            font-size: 12px; } }
    .groupwrapper .yourGroups .grpButtonWrapper {
      float: right;
      position: relative;
      top: 15px; }
      .groupwrapper .yourGroups .grpButtonWrapper .popupbtn {
        background: #0097bd;
        border: 1px solid #0097bd;
        width: 28px;
        line-height: 24px;
        height: 28px;
        border-radius: 6px;
        text-align: center; }
        .groupwrapper .yourGroups .grpButtonWrapper .popupbtn svg {
          float: none;
          margin: 0;
          font-size: 1.125rem;
          color: #ffffff; }
  .groupwrapper .groupsInnerWrap {
    background: #ffffff;
    border-radius: 8px;
    padding: 0.625rem;
    margin: 10px 0 10px 0; }
    .groupwrapper .groupsInnerWrap .timelinePost .profilenav {
      padding: 0 20px;
      list-style: none;
      margin: 0; }
      .groupwrapper .groupsInnerWrap .timelinePost .profilenav li {
        border-bottom: 1px solid #C5C4C4; }
        .groupwrapper .groupsInnerWrap .timelinePost .profilenav li:last-child {
          border-bottom: 0; }
    .groupwrapper .groupsInnerWrap .timelinePost .PostHeadWrap .userImg {
      width: 60px;
      margin: 0 4px 0 0; }
      .groupwrapper .groupsInnerWrap .timelinePost .PostHeadWrap .userImg img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
        @media (max-width: 767.98px) {
          .groupwrapper .groupsInnerWrap .timelinePost .PostHeadWrap .userImg img {
            width: 40px;
            height: 40px; } }

.MuiDialog-container .MuiDialogContent-root {
  padding: 0; }
  .MuiDialog-container .MuiDialogContent-root .modal-body {
    padding: 0px !important; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup label {
      color: #000000;
      font-size: 0.875rem;
      font-weight: 500;
      display: block; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup p {
      font-size: 0.875rem;
      color: #555555; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .form-check {
      float: left;
      margin: 0 10px 0 0; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modelAddGroupBg {
      background: #0097bd;
      padding: 0.625rem;
      height: 140px; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modelAddGroupBg .camicon {
        border: 1px solid #ffffff;
        width: 28%;
        height: 28%;
        border-radius: 5px;
        /* padding: 10px; */
        display: flex;
        float: right;
        margin-top: 25px;
        background: #1C1B1B66; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modelAddGroupBg .camicon svg {
          margin: 8px 0 0 10px;
          color: #ffffff;
          font-size: 0.813rem; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modelAddGroupBg .camicon p {
          margin: 5px 0 0 10px;
          color: #ffffff;
          font-weight: 500;
          font-size: 0.813rem; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modeladdgroupbg {
      width: 100%;
      position: relative; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modeladdgroupbg .groupbgoverlay {
        background: #ccc;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0.5; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modeladdgroupbg .close-icon {
        position: absolute;
        right: 10px;
        top: -5px;
        z-index: 2; }
        .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modeladdgroupbg .close-icon a {
          background: rgba(28, 27, 27, 0.4);
          border: 1px solid #FFFFFF;
          color: #fff;
          padding: 10px 15px;
          border-radius: 8px;
          float: right;
          margin: 30px 0 0 0; }
          .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modeladdgroupbg .close-icon a svg {
            margin: -4px 2px 0 0; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .modeladdgroupbg img {
        width: 100%;
        height: auto; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .inperson {
      float: right; }
    .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .addgroupdetail {
      padding: 1.25rem; }
      .MuiDialog-container .MuiDialogContent-root .modal-body .modeladdgroup .addgroupdetail .mb-3 p {
        float: right;
        margin-top: 6px; }

.notificationmain {
  padding: 0.625rem;
  margin: 10px 0 0 0; }
  .notificationmain .notificationsidebar {
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 8px; }
    .notificationmain .notificationsidebar strong {
      font-size: 1rem;
      font-weight: 600; }
      @media (max-width: 767.98px) {
        .notificationmain .notificationsidebar strong {
          font-size: 14px; } }
    .notificationmain .notificationsidebar a {
      font-size: 14px;
      color: #0097bd;
      font-weight: 400; }
    @media (max-width: 767.98px) {
      .notificationmain .notificationsidebar {
        margin-bottom: 20px; } }
  .notificationmain .notificationdetail {
    background: #ffffff;
    border-radius: 8px;
    padding: 15px;
    height: auto; }
    .notificationmain .notificationdetail .connections .groups {
      display: inline-block;
      padding: 10px;
      width: 100%; }
      .notificationmain .notificationdetail .connections .groups svg {
        font-size: 0.938rem;
        color: #B76C6C;
        margin: 0 10px 0 0;
        float: left; }
      .notificationmain .notificationdetail .connections .groups h2 {
        font-size: 0.938rem;
        font-weight: 700;
        margin: 0;
        padding: 0px 0 2px 0;
        color: #000000;
        float: left; }
      .notificationmain .notificationdetail .connections .groups .righticon a svg {
        float: right;
        color: #C5C4C4;
        font-size: 0.875rem; }
      .notificationmain .notificationdetail .connections .groups .righticon .accordion {
        border: 0 !important; }
        .notificationmain .notificationdetail .connections .groups .righticon .accordion .accordion-item {
          margin-top: 10px; }
          .notificationmain .notificationdetail .connections .groups .righticon .accordion .accordion-item .accordion-header h6 {
            font-size: 0.938rem;
            color: #000000; }
          .notificationmain .notificationdetail .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button {
            background: #fff;
            box-shadow: none;
            padding: 5px;
            width: 240px; }
            .notificationmain .notificationdetail .connections .groups .righticon .accordion .accordion-item .accordion-header .accordion-button svg {
              font-size: 0.875rem;
              color: #C5C4C4; }
          .notificationmain .notificationdetail .connections .groups .righticon .accordion .accordion-item .accordion-body {
            padding: 5px 20px; }
    .notificationmain .notificationdetail .connections .profilenav {
      margin: 0;
      padding: 0; }
      .notificationmain .notificationdetail .connections .profilenav .righticon {
        position: absolute;
        right: 12px; }
        @media (max-width: 767.98px) {
          .notificationmain .notificationdetail .connections .profilenav .righticon {
            right: -22px;
            top: 28px; } }
        .notificationmain .notificationdetail .connections .profilenav .righticon svg {
          color: #C5C4C4;
          margin: -30px 10px 6px -12px; }
          @media (max-width: 767.98px) {
            .notificationmain .notificationdetail .connections .profilenav .righticon svg {
              font-size: 12px;
              margin: -30px 10px 6px -7px; } }
        .notificationmain .notificationdetail .connections .profilenav .righticon p {
          font-size: 0.625rem;
          color: #555555;
          font-weight: 400;
          margin: 0; }
          @media (max-width: 767.98px) {
            .notificationmain .notificationdetail .connections .profilenav .righticon p {
              font-size: 10px; } }
        .notificationmain .notificationdetail .connections .profilenav .righticon span {
          font-size: 0.5rem;
          background: #0097bd;
          color: #ffffff;
          border-radius: 8px;
          padding: 3px;
          margin-left: 10px; }
      .notificationmain .notificationdetail .connections .profilenav li {
        display: inline-block;
        margin: 0;
        width: 100%;
        position: relative;
        margin-bottom: 8px;
        background: #ffffff;
        box-shadow: 0 1px 8px 0 rgba(189, 207, 212, 0.8); }
        .notificationmain .notificationdetail .connections .profilenav li.personal a {
          font-size: 0.75rem;
          color: #000000;
          border-top: 0;
          padding: 8px 10px; }
          .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo {
            float: left; }
            .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo small {
              font-size: 14px; }
              @media (max-width: 767.98px) {
                .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo small {
                  font-size: 10px; } }
            .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo .messageomnth {
              float: right; }
              .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo .messageomnth span {
                font-size: 0.75rem;
                background: #0097bd;
                color: #ffffff;
                border-radius: 8px; }
                @media (max-width: 767.98px) {
                  .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo .messageomnth span {
                    font-size: 10px; } }
            .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo p {
              font-size: 0.625rem;
              color: #555555; }
            .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo strong {
              font-size: 14px; }
            .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo span {
              font-size: 0.75rem;
              margin-left: 10px;
              color: #555555; }
            .notificationmain .notificationdetail .connections .profilenav li.personal a .personalinfo .small {
              font-size: 0.75rem; }
          .notificationmain .notificationdetail .connections .profilenav li.personal a .postimgage {
            width: 50px;
            float: left; }
          @media (max-width: 991.98px) {
            .notificationmain .notificationdetail .connections .profilenav li.personal a {
              padding: 15px 10px; } }
        .notificationmain .notificationdetail .connections .profilenav li.personal a.active {
          color: #000000;
          font-weight: 700; }
          .notificationmain .notificationdetail .connections .profilenav li.personal a.active svg {
            color: #FF6363; }
        .notificationmain .notificationdetail .connections .profilenav li a {
          font-size: 15px;
          color: #555555;
          padding: 15px 20px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          display: block; }
          .notificationmain .notificationdetail .connections .profilenav li a svg {
            margin: -3px 10px 0 0; }
        .notificationmain .notificationdetail .connections .profilenav li.msgUnread {
          background: #ebe8e2; }
      @media (max-width: 767.98px) {
        .notificationmain .notificationdetail .connections .profilenav {
          display: block; } }
    .notificationmain .notificationdetail .connections .timelinePost {
      border-radius: 0; }
      .notificationmain .notificationdetail .connections .timelinePost li {
        border-radius: 8px; }
        .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userImg {
          width: 55px; }
          @media (max-width: 767.98px) {
            .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userImg img {
              width: 35px; } }
        .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userInfo small {
          font-size: 14px; }
          @media (max-width: 767.98px) {
            .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userInfo small {
              font-size: 13px; } }
          .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userInfo small strong {
            font-size: 14px; }
            @media (max-width: 767.98px) {
              .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userInfo small strong {
                font-size: 13px; } }
        @media (max-width: 767.98px) {
          .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userInfo {
            width: 85%; } }
        .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions {
          width: 215px; }
          @media (max-width: 991.98px) {
            .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions {
              width: 140px; } }
          @media (max-width: 575.98px) {
            .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions {
              width: 136px; } }
          .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions .notTimeStamp {
            font-size: 12px;
            color: #555555;
            font-weight: 400; }
            @media (max-width: 991.98px) {
              .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions .notTimeStamp {
                font-size: 10px;
                text-align: right;
                margin-top: 10px; } }
            @media (max-width: 767.98px) {
              .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions .notTimeStamp {
                font-size: 8px;
                text-align: right; } }
            @media (max-width: 575.98px) {
              .notificationmain .notificationdetail .connections .timelinePost li .PostHeadWrap .userActions .notTimeStamp {
                font-size: 8px;
                text-align: right; } }
    @media (max-width: 767.98px) {
      .notificationmain .notificationdetail {
        padding: 0; } }

.myConnection {
  padding-top: 30px; }
  .myConnection .leftSec {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    display: block;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    .myConnection .leftSec li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      display: block;
      margin: 0; }
      .myConnection .leftSec li .listconn a {
        color: #000000 !important;
        display: flex;
        font-size: 1rem;
        padding: 20px;
        font-weight: 400;
        background-color: inherit !important;
        border: 0; }
        .myConnection .leftSec li .listconn a .workicon {
          margin: 0 8px 0 0; }
          .myConnection .leftSec li .listconn a .workicon svg {
            font-size: 1.2rem;
            color: #B76C6C; }
        .myConnection .leftSec li .listconn a:hover {
          color: #000000; }
        .myConnection .leftSec li .listconn a.active {
          color: #0097bd !important;
          font-weight: 700;
          background-color: inherit !important;
          border: 0; }
      .myConnection .leftSec li:last-child {
        border-bottom: none; }
    @media (max-width: 414.98px) {
      .myConnection .leftSec {
        margin-bottom: 30px; } }
  .myConnection .rightSec {
    background: #ffffff;
    border-radius: 8px; }
    .myConnection .rightSec .secWrapper {
      position: relative;
      top: 0; }
      .myConnection .rightSec .secWrapper .secHeader {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 20px; }
        .myConnection .rightSec .secWrapper .secHeader svg {
          font-size: 1.2rem;
          color: #B76C6C;
          margin: 0 10px 0 0; }
        .myConnection .rightSec .secWrapper .secHeader h2 {
          font-size: 1.25rem;
          font-weight: 600;
          margin: 0;
          padding: 0;
          color: #000000;
          display: inline-block; }
        .myConnection .rightSec .secWrapper .secHeader .righticon {
          float: right; }
      .myConnection .rightSec .secWrapper .secBody {
        padding: 20px; }
        .myConnection .rightSec .secWrapper .secBody .profilenav {
          background: #fff;
          border-radius: 0 0 20px 20px;
          max-height: 285px;
          overflow-y: auto;
          margin: 0;
          padding: 0;
          display: inline;
          width: 100%; }
          .myConnection .rightSec .secWrapper .secBody .profilenav li {
            margin: 0;
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            border-bottom: 1px solid #ccc;
            padding: 15px 0 15px 0; }
            .myConnection .rightSec .secWrapper .secBody .profilenav li a {
              display: flex;
              width: 100%;
              border-top: 0;
              font-size: 15px;
              color: #555555;
              padding: 0px; }
            .myConnection .rightSec .secWrapper .secBody .profilenav li:first-child {
              padding: 0 0 15px 0; }
            .myConnection .rightSec .secWrapper .secBody .profilenav li:last-child {
              border-bottom: none;
              padding: 15px 0 0 0; }
      @media (max-width: 414.98px) {
        .myConnection .rightSec .secWrapper {
          margin-bottom: 30px; } }
  .myConnection .dashboardwrapper {
    top: 0; }
    .myConnection .dashboardwrapper .connections .groups {
      padding: 20px; }
      .myConnection .dashboardwrapper .connections .groups h2 {
        font-size: 20px !important; }
      .myConnection .dashboardwrapper .connections .groups svg {
        font-size: 1.2rem;
        color: #B76C6C; }
    .myConnection .dashboardwrapper .connections .groupinfo {
      padding: 20px; }
      .myConnection .dashboardwrapper .connections .groupinfo .profilenav {
        padding: 0 12px 0 12px;
        display: block;
        width: 100%; }
        .myConnection .dashboardwrapper .connections .groupinfo .profilenav li {
          margin: 0;
          width: 100%;
          display: flex;
          flex-direction: row;
          align-items: center;
          border-bottom: 1px solid #ccc;
          padding: 15px 0 15px 0; }
          .myConnection .dashboardwrapper .connections .groupinfo .profilenav li:first-child {
            padding: 0 0 15px 0; }
          .myConnection .dashboardwrapper .connections .groupinfo .profilenav li:last-child {
            border-bottom: 0;
            padding: 15px 0 0 0; }
      .myConnection .dashboardwrapper .connections .groupinfo .PostHeadWrap .userImg {
        margin: 0 8px 0 0; }
      .myConnection .dashboardwrapper .connections .groupinfo .PostHeadWrap .userInfo svg {
        color: #C5C4C4; }
  .myConnection .righticon {
    top: -68px !important; }
    .myConnection .righticon .buttonWrap {
      display: flex;
      text-align: center;
      margin: 0; }
      .myConnection .righticon .buttonWrap .socialbtn {
        padding: 6px 12px;
        margin: 0 8px 0 0;
        border: 1px solid #0097bd;
        font-weight: 500;
        font-size: 1rem;
        color: #0097bd;
        border-radius: 8px;
        float: left;
        background: #ffffff;
        width: 50%; }
  .myConnection .noConnections {
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column; }
    .myConnection .noConnections p {
      color: #555555; }

.slambook-main {
  position: relative;
  top: 40px; }
  .slambook-main .slambook-wrapper {
    margin: 0 0 30px 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    padding: 0; }
    .slambook-main .slambook-wrapper .heading {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 28px; }
      .slambook-main .slambook-wrapper .heading h2 {
        font-size: 20px;
        color: #000000;
        font-weight: 600;
        margin: 0;
        padding: 0 0 2px 0; }
    .slambook-main .slambook-wrapper .contant {
      padding: 28px; }
    .slambook-main .slambook-wrapper .nav-tabs .nav-item {
      padding-right: 8px; }
      .slambook-main .slambook-wrapper .nav-tabs .nav-item .nav-link:hover {
        background-color: #ffffff; }
      .slambook-main .slambook-wrapper .nav-tabs .nav-item .nav-link.active {
        background-color: #0097bd;
        color: #ffffff; }
      @media (max-width: 767.98px) {
        .slambook-main .slambook-wrapper .nav-tabs .nav-item .nav-link {
          padding: 4px; } }
      @media (max-width: 414.98px) {
        .slambook-main .slambook-wrapper .nav-tabs .nav-item .nav-link {
          padding: 2px; } }
      .slambook-main .slambook-wrapper .nav-tabs .nav-item:last-child {
        padding-right: 0; }
    .slambook-main .slambook-wrapper .sidetabs:hover {
      background: #fbfbfb;
      border: 1px solid #f3f3f3; }
    .slambook-main .slambook-wrapper .msgSent {
      background: #70C65B; }
      .slambook-main .slambook-wrapper .msgSent.sidetabs {
        border: none; }
        .slambook-main .slambook-wrapper .msgSent.sidetabs .sidetabsdata h5 {
          color: #fff; }
        .slambook-main .slambook-wrapper .msgSent.sidetabs .sidetabsdata p {
          color: #fff; }
          .slambook-main .slambook-wrapper .msgSent.sidetabs .sidetabsdata p svg {
            color: #fff; }
        .slambook-main .slambook-wrapper .msgSent.sidetabs:hover {
          background: #70C65B;
          border: none; }
      .slambook-main .slambook-wrapper .msgSent .ButtonComponent .socialbtn {
        border: none; }
    .slambook-main .slambook-wrapper .tab-content .sidetabs {
      padding: 20px 10px; }
      .slambook-main .slambook-wrapper .tab-content .sidetabs .sidetabsdata h5 {
        padding: 0; }
      .slambook-main .slambook-wrapper .tab-content .sidetabs .ButtonComponent .socialbtn {
        padding: 8px;
        width: auto;
        font-size: 14px; }

.MuiDialog-container .MuiDialogContent-root .modelform .file-input label {
  color: #fff;
  font-size: 16px;
  font-weight: normal; }

.MuiDialog-container .MuiDialogContent-root .modelform .profileimage {
  position: relative;
  top: 15px; }
  .MuiDialog-container .MuiDialogContent-root .modelform .profileimage .cropimage {
    width: 100%;
    height: 100%;
    border-radius: 8px; }
  .MuiDialog-container .MuiDialogContent-root .modelform .profileimage .close-icon {
    position: absolute;
    top: -10px;
    right: -15px; }
    .MuiDialog-container .MuiDialogContent-root .modelform .profileimage .close-icon .btn-primary {
      background: #f3f3f3;
      border: #f3f3f3; }

#success-stories .nav-tabs .nav-item .nav-link.active {
  background-color: #0097bd;
  color: #fff; }

#success-stories .timelinePost .PostHeadWrap .storyLabel {
  background: #F7C035;
  padding: 0 12px;
  border-radius: 12px; }
  #success-stories .timelinePost .PostHeadWrap .storyLabel span {
    font-size: 14px;
    color: #fff; }

#success-stories .no-story {
  text-align: center;
  font-weight: bold;
  margin-top: 35px; }

.MuiDialog-container .MuiDialogContent-root .modal-body .timelinePost .PostHeadWrap .userImg {
  width: 60px; }
  .MuiDialog-container .MuiDialogContent-root .modal-body .timelinePost .PostHeadWrap .userImg img {
    width: 50px;
    height: auto;
    border-radius: 50%; }

.serviceRequest .rightSec .secBody .viewprofile {
  margin: 0; }
  .serviceRequest .rightSec .secBody .viewprofile .contant {
    background: none;
    padding: 0;
    border-radius: 12px; }
    .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li {
      display: flex;
      cursor: pointer; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userImg {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userImg img {
          width: 60px; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userInfo {
        width: 80%; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userInfo .sec-text-1 {
          padding: 0 0 0px 0;
          font-weight: 500;
          font-size: 1rem;
          margin: 0;
          color: #000000; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .userInfo .sec-text-2 {
          color: #555555;
          padding: 0;
          margin: 0;
          font-weight: 400;
          line-height: 22px;
          font-size: 14px; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li .controll-icon .dropdown .btn-secondary {
        background: none;
        border: none;
        color: #555555; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .data-info li:last-child {
        margin: 0; }
    .serviceRequest .rightSec .secBody .viewprofile .contant .overlay {
      height: 100%;
      Width: 0%;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      overflow-y: hidden;
      transition: 0.5s; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        color: #0097bd;
        display: block;
        transition: 0.3s; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .overlay a.backBtn {
          position: absolute;
          font-size: 20px;
          top: 15%;
          right: 5px;
          z-index: 1; }
      .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content {
        position: relative;
        top: 9.7%;
        width: 100%;
        text-align: center; }
        .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap {
          margin-top: 1.25rem;
          background: #ffffff;
          border-radius: 8px 0 0px 8px;
          width: 100%; }
          .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav {
            margin: 0;
            padding: 0;
            background: #fff;
            border-radius: 8px 0 0 0;
            max-height: none;
            overflow-y: hidden; }
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li {
              display: inline-block;
              margin: 0;
              width: 100%;
              position: relative; }
              .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a {
                padding: 15px 10px;
                font-size: 14px;
                color: #000000;
                border-top: 0;
                display: flex;
                align-items: center;
                border: none;
                transition: 0.3s; }
                .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userImg {
                  width: 50px;
                  float: left; }
                  .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userImg img {
                    width: 40px;
                    height: auto;
                    border-radius: 50%; }
                .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userInfo {
                  text-align: left; }
                  .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userInfo .sec-text-1 {
                    padding: 0 0 0px 0;
                    font-weight: 500;
                    font-size: 1rem;
                    margin: 0;
                    color: #000000; }
                  .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li a .userInfo .sec-text-2 {
                    color: #555555;
                    padding: 0;
                    margin: 0;
                    font-weight: 400;
                    line-height: 22px;
                    font-size: 14px; }
              .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav li:last-child {
                border-bottom: 1px solid #C5C4C4; }
            @media (max-width: 767.98px) {
              .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .profile-nav {
                display: block; } }
          .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .userRequestDetail {
            padding: 40px; }
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .userRequestDetail .userReqData .form-label {
              display: block;
              text-align: left;
              font-weight: bold; }
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap .userRequestDetail .userReqData .form-value {
              text-align: left;
              display: block; }
          @media (max-width: 767.98px) {
            .serviceRequest .rightSec .secBody .viewprofile .contant .overlay .overlay-content .detailsInnerWrap {
              border-radius: 0; } }
      @media (max-width: 767.98px) {
        .serviceRequest .rightSec .secBody .viewprofile .contant .overlay {
          overflow-y: auto; } }

.serviceRequest .rightSec .secBody .buttonWrap .btn-primary {
  margin: 0 8px 0 0; }

.serviceRequest .rightSec .secBody .buttonWrap .socialbtn {
  margin: 0; }

#electionSummary {
  padding-top: 30px; }
  #electionSummary .viewprofile .contant .data-info li {
    padding: 20px; }
    #electionSummary .viewprofile .contant .data-info li .li-contant {
      width: 90%; }

.souvenirWrapper {
  width: 100%;
  padding: 10px 0 0 0; }
  .souvenirWrapper .souvenirHeader {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 10px 0 10px 0;
    overflow: hidden; }
    .souvenirWrapper .souvenirHeader .leftSec {
      float: left; }
      .souvenirWrapper .souvenirHeader .leftSec svg {
        color: #DC7D5F;
        font-size: 28px;
        margin: 0 10px 0 0px; }
      .souvenirWrapper .souvenirHeader .leftSec span {
        font-size: 1.25rem;
        color: #000000;
        font-weight: 600; }
      .souvenirWrapper .souvenirHeader .leftSec p {
        font-size: 14px;
        color: #555555;
        margin-left: 40px; }
    .souvenirWrapper .souvenirHeader .rightSec {
      float: right;
      position: relative;
      top: 15px; }
      .souvenirWrapper .souvenirHeader .rightSec .popupbtn {
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 36px;
        line-height: 32px;
        height: 36px;
        border-radius: 6px;
        top: 25px;
        text-align: center; }
        .souvenirWrapper .souvenirHeader .rightSec .popupbtn svg {
          float: none;
          margin: 0;
          font-size: 1.25rem;
          color: #B1B1B1; }
  .souvenirWrapper .souvenirInnerWrap {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    margin: 10px 0 10px 0; }
    .souvenirWrapper .souvenirInnerWrap .productsWrap .card {
      background: #fff;
      padding: 0;
      border: 1px solid #e3e3e3;
      box-shadow: none;
      border-radius: 10px;
      margin-bottom: 25px;
      opacity: 1;
      transform: translateZ(0);
      transition-timing-function: ease;
      transition-duration: 1.2s;
      transition-property: opacity,transform; }
      .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        position: relative;
        z-index: 1; }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img img {
          transform: translateZ(0);
          transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          width: 100%; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img img:hover {
            transform: scale(1.35) rotate(15deg); }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img .featured-product {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          padding: 20px;
          z-index: 1;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px;
          cursor: pointer; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img .featured-product .featured-text {
            background: #4c82f7;
            padding: 7px 10px;
            border-radius: 5px;
            color: #fff; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img .featured-product .action-icon {
            position: absolute;
            right: 0;
            color: #dc7d5f; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img .featured-product .action-icon .actionedit {
              min-width: 24px;
              display: inline-block; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .prod-img .featured-product .action-icon .actiondelete {
              min-width: 24px;
              display: inline-block; }
      .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body {
        position: relative;
        padding: 25px; }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .product-detail h6 {
          margin: 0 0 15px;
          width: 100%;
          color: #0d233e;
          font-size: 18px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          padding: 0; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .product-detail h6 a {
            color: #0d233e; }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .product-detail .section-text {
          color: #9c9c9c;
          font-size: 14px;
          display: -webkit-box;
          max-width: 260px;
          line-clamp: 3;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .product-detail .section-text a {
            color: #c10037;
            font-size: 14px;
            text-decoration: none;
            margin-left: 5px; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .product-detail .section-text a:hover {
              text-decoration: underline; }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink {
          display: flex;
          margin: 15px 0;
          align-items: center;
          justify-content: space-between; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-author {
            position: absolute;
            top: -18px;
            z-index: 2;
            border-radius: 50px; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-author img {
              border-radius: 50px;
              width: 40px;
              height: 40px;
              margin: 0 3px 0 0; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-features {
            margin: 0 15px 0 0; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-features span {
              color: #9c9c9c;
              font-size: 13px;
              cursor: pointer;
              display: flex;
              align-items: center; }
              .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-features span svg {
                margin: 0 3px 0 0; }
              .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-features span:hover {
                color: #c10037; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-viewed span {
            font-size: 13px;
            color: #9c9c9c;
            cursor: pointer;
            display: flex;
            align-items: center; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-viewed span svg {
              margin: 0 5px 0 0; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .productfeaturelink .product-viewed span:hover {
              color: #c10037; }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .amount-details {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .amount-details .amount {
            font-size: 14px;
            color: #9c9c9c; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .amount-details .amount .validrate {
              color: #c10037;
              font-size: 20px;
              font-weight: 600;
              text-decoration: none;
              margin-right: 3px; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .amount-details .amount span {
              text-decoration: line-through; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .amount-details .ratings {
            color: #9c9c9c;
            font-size: 14px; }
            .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .amount-details .ratings span {
              background: #ff823b;
              color: #fff;
              padding: 2px 9px;
              margin: 0 6px 0 0;
              border-radius: 4px;
              font-size: 14px; }
        .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .btnWrapper .buyBtn {
          min-width: 140px;
          border-radius: 22px;
          background: #ff823b;
          border: 1px solid #ff823b; }
          .souvenirWrapper .souvenirInnerWrap .productsWrap .card .prod-widget .product-content .card-body .btnWrapper .buyBtn:hover {
            background: #fa7529; }

.electionWrapper .electionmain {
  padding: 10px !important; }
  .electionWrapper .electionmain .tab-content {
    margin-bottom: 40px; }
  .electionWrapper .electionmain label {
    font-size: 16px;
    font-weight: 600; }
  .electionWrapper .electionmain .electionmain {
    padding: 40px; }
    .electionWrapper .electionmain .electionmain .eventpara {
      float: left; }
  .electionWrapper .electionmain .sidebarbackground .elctionimg img {
    width: 100%;
    height: 300px; }

.applywrap .electiondate ul li {
  list-style: none;
  display: inline-block;
  width: 25%; }

.applywrap .eventnew {
  background: none;
  border-radius: 8px; }
  .applywrap .eventnew .attachDocument input[type=file] {
    width: 100%;
    max-width: 100%;
    color: #444;
    padding: 15px;
    background: #fff;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    min-height: 90px; }
    @media (max-width: 767.98px) {
      .applywrap .eventnew .attachDocument input[type=file] {
        min-height: 68px; } }
    .applywrap .eventnew .attachDocument input[type=file]::file-selector-button {
      width: 60%;
      margin-right: 20px;
      border: none;
      background: #084cdf;
      padding: 10px 20px;
      border-radius: 10px;
      color: #fff;
      cursor: pointer;
      transition: background .2s ease-in-out; }
      @media (max-width: 767.98px) {
        .applywrap .eventnew .attachDocument input[type=file]::file-selector-button {
          width: 80%; } }
      .applywrap .eventnew .attachDocument input[type=file]::file-selector-button:hover {
        background: #0d45a5; }
  @media (max-width: 767.98px) {
    .applywrap .eventnew .positiondetails h4 {
      font-size: 14px; } }
  .applywrap .eventnew .positiondetails table {
    margin-bottom: 5px; }
    .applywrap .eventnew .positiondetails table tr th {
      white-space: nowrap;
      font-size: 14px;
      text-align: center; }
      @media (max-width: 767.98px) {
        .applywrap .eventnew .positiondetails table tr th {
          font-size: 12px; } }
    .applywrap .eventnew .positiondetails table tr td {
      white-space: nowrap; }
      .applywrap .eventnew .positiondetails table tr td a svg {
        color: #337ab7; }
      .applywrap .eventnew .positiondetails table tr td .actionbutton {
        display: flex; }
        .applywrap .eventnew .positiondetails table tr td .actionbutton .applybutton .grpButtonWrapper {
          display: flex; }
          .applywrap .eventnew .positiondetails table tr td .actionbutton .applybutton .grpButtonWrapper .createevent {
            margin-right: 10px; }
    .applywrap .eventnew .positiondetails table .add-btn, .applywrap .eventnew .positiondetails table .remove-btn {
      border: none;
      background: none;
      position: relative;
      top: 0px; }
    .applywrap .eventnew .positiondetails table .add-btn svg {
      font-size: 16px;
      color: #70C65B; }
    .applywrap .eventnew .positiondetails table .remove-btn svg {
      font-size: 16px;
      color: red; }
    .applywrap .eventnew .positiondetails table .file-input {
      margin-bottom: 0; }
      .applywrap .eventnew .positiondetails table .file-input .add-btn {
        top: 0; }
  .applywrap .eventnew .positiondetails .table-responsive {
    overflow-x: auto !important; }
    .applywrap .eventnew .positiondetails .table-responsive .react-select__menu {
      position: relative;
      z-index: 1; }
    @media (max-width: 767.98px) {
      .applywrap .eventnew .positiondetails .table-responsive {
        overflow-x: scroll !important; } }
  .applywrap .eventnew .positiondetails .button-wrap {
    padding: 10px; }
    @media (max-width: 767.98px) {
      .applywrap .eventnew .positiondetails .button-wrap {
        display: flex;
        margin: 5px 5px; } }
    @media (max-width: 767.98px) {
      .applywrap .eventnew .positiondetails .button-wrap .ButtonComponent {
        margin: 5px 5px; } }
  .applywrap .eventnew .election-detail .modeladdgroupbg {
    width: 100%;
    position: relative; }
    .applywrap .eventnew .election-detail .modeladdgroupbg .close-icon {
      position: absolute;
      right: 15px;
      top: 10px;
      z-index: 2; }
      .applywrap .eventnew .election-detail .modeladdgroupbg .close-icon a {
        background: rgba(28, 27, 27, 0.4);
        color: #fff;
        padding: 8px;
        border-radius: 8px;
        float: right;
        margin: 0;
        line-height: 36px;
        display: flex;
        align-items: center;
        font-size: 20px; }
        .applywrap .eventnew .election-detail .modeladdgroupbg .close-icon a svg {
          margin: 0px 5px 0 0; }
    .applywrap .eventnew .election-detail .modeladdgroupbg img {
      width: 100%;
      height: 450px; }
  .applywrap .eventnew .election-detail .buttonWrap {
    display: block;
    margin-top: 10px; }
    @media (max-width: 767.98px) {
      .applywrap .eventnew .election-detail .buttonWrap {
        display: flex; } }
  @media (max-width: 767.98px) {
    .applywrap .eventnew .election-detail h4 {
      font-size: 14px; } }

@media (max-width: 767.98px) {
  .applywrap .modelform label {
    font-size: 10px; } }

.sideBarScroll > div {
  overflow-x: hidden !important; }

.shortlistingmain .eventdetailmain {
  top: 0px; }
  .shortlistingmain .eventdetailmain .eventnew {
    border-radius: 8px; }
    .shortlistingmain .eventdetailmain .eventnew .eventdetails {
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-shadow: 0 3px 10px #ccc; }
    @media (max-width: 767.98px) {
      .shortlistingmain .eventdetailmain .eventnew .eventHeader {
        position: relative;
        bottom: 10px; } }
    .shortlistingmain .eventdetailmain .eventnew .abouteventdetails p {
      font-size: 16px; }
      @media (max-width: 767.98px) {
        .shortlistingmain .eventdetailmain .eventnew .abouteventdetails p {
          font-size: 10px; } }
    @media (max-width: 767.98px) {
      .shortlistingmain .eventdetailmain .eventnew .abouteventdetails h5 {
        margin-bottom: 0px; } }
    .shortlistingmain .eventdetailmain .eventnew .eventbg {
      margin-bottom: 10px; }
      .shortlistingmain .eventdetailmain .eventnew .eventbg img {
        width: 100%;
        height: auto; }
    .shortlistingmain .eventdetailmain .eventnew .electiondate {
      margin: 20px 0; }
      .shortlistingmain .eventdetailmain .eventnew .electiondate ul {
        margin: 0;
        padding: 0; }
        .shortlistingmain .eventdetailmain .eventnew .electiondate ul li {
          list-style: none;
          padding: 0 0 12px 0px;
          margin: 0;
          background: none;
          box-shadow: none;
          border-radius: 0;
          font-size: 16px;
          font-weight: 400;
          border: none; }
          .shortlistingmain .eventdetailmain .eventnew .electiondate ul li strong {
            font-size: 1rem;
            font-weight: 500;
            margin: 8px 8px 0px 0px; }
            @media (max-width: 991.98px) {
              .shortlistingmain .eventdetailmain .eventnew .electiondate ul li strong {
                font-size: 12px; } }
            @media (max-width: 767.98px) {
              .shortlistingmain .eventdetailmain .eventnew .electiondate ul li strong {
                font-size: 10px; } }
          .shortlistingmain .eventdetailmain .eventnew .electiondate ul li p {
            font-weight: 600;
            margin: 0 0 0 5px;
            line-height: 24px; }
            @media (max-width: 767.98px) {
              .shortlistingmain .eventdetailmain .eventnew .electiondate ul li p {
                font-size: 8px; } }
          @media (max-width: 991.98px) {
            .shortlistingmain .eventdetailmain .eventnew .electiondate ul li {
              padding: 5px; } }
          @media (max-width: 767.98px) {
            .shortlistingmain .eventdetailmain .eventnew .electiondate ul li {
              padding: 4px;
              display: block;
              width: 100%; } }
    .shortlistingmain .eventdetailmain .eventnew .event_name span {
      display: block; }
    .shortlistingmain .eventdetailmain .eventnew .event_name .electStatus {
      position: absolute;
      right: 30px;
      top: 20px;
      background: #da2128;
      border-radius: 22px;
      padding: 3px 12px;
      color: #fff; }
    .shortlistingmain .eventdetailmain .eventnew .buttonWrap {
      justify-content: flex-start !important;
      margin-top: 20px; }
      .shortlistingmain .eventdetailmain .eventnew .buttonWrap .socialbtn {
        padding: 12px 20px;
        margin: 0 8px 0 0;
        border: 1px solid #0097bd;
        font-weight: 500;
        font-size: 1rem;
        color: #0097bd;
        border-radius: 8px;
        float: left;
        background: #ffffff; }
        .shortlistingmain .eventdetailmain .eventnew .buttonWrap .socialbtn:hover {
          background: #0097bd;
          color: #fff; }

.shortlistingmain .shortlistCandidate {
  display: block;
  clear: both;
  margin-top: 30px; }
  .shortlistingmain .shortlistCandidate .applyforvoting {
    display: block;
    clear: both; }
    .shortlistingmain .shortlistCandidate .applyforvoting .nav-tabs li {
      background: none;
      margin: 0 5px 0 0;
      box-shadow: none;
      border-radius: 0;
      font-size: 16px;
      font-weight: 400;
      display: block;
      border: none;
      transition: ease all 0.3s;
      padding: 0; }
      .shortlistingmain .shortlistCandidate .applyforvoting .nav-tabs li .nav-link.active {
        background-color: #0097bd;
        color: #fff; }
      .shortlistingmain .shortlistCandidate .applyforvoting .nav-tabs li:last-child {
        margin: 0; }
    .shortlistingmain .shortlistCandidate .applyforvoting .tab-content {
      padding: 15px; }
    .shortlistingmain .shortlistCandidate .applyforvoting .candidateListWrapper {
      display: flex;
      overflow-x: auto;
      max-width: 1200px;
      justify-content: center; }
    .shortlistingmain .shortlistCandidate .applyforvoting .sidetabs {
      margin: 15px 10px;
      position: relative;
      padding: 15px 12px; }
      .shortlistingmain .shortlistCandidate .applyforvoting .sidetabs .attachments {
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 11111; }
        .shortlistingmain .shortlistCandidate .applyforvoting .sidetabs .attachments svg {
          color: #0097bd; }
      .shortlistingmain .shortlistCandidate .applyforvoting .sidetabs .side-images img {
        width: 45px;
        height: 45px;
        margin-right: 6px; }
      .shortlistingmain .shortlistCandidate .applyforvoting .sidetabs .degree {
        margin: 0; }
    .shortlistingmain .shortlistCandidate .applyforvoting .viewlist a {
      display: flex;
      justify-content: end;
      text-decoration: underline; }

.shortlistingmain .viewlist {
  text-align: center;
  margin: 20px 0; }
  .shortlistingmain .viewlist a {
    text-decoration: none;
    color: #0097bd; }
    .shortlistingmain .viewlist a:hover {
      text-decoration: underline; }

.shortlistingmain .candidatelist strong {
  font-size: 20px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 20px; }
  @media (max-width: 991.98px) {
    .shortlistingmain .candidatelist strong {
      font-size: 14px;
      top: 0; } }
  @media (max-width: 767.98px) {
    .shortlistingmain .candidatelist strong {
      font-size: 14px;
      top: 0; } }

.campaignWrap {
  padding: 0 40px 40px 40px; }
  .campaignWrap .dashboardwrapper {
    top: 0; }
    .campaignWrap .dashboardwrapper .postHeader {
      box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.8);
      margin-bottom: 25px; }
  .campaignWrap .timelinePost {
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.8); }
    .campaignWrap .timelinePost .postFooterWrap .footerCountLikes li a {
      display: inline-block; }
    .campaignWrap .timelinePost .postFooterWrap .userComments li .media-body {
      flex: auto !important; }
      .campaignWrap .timelinePost .postFooterWrap .userComments li .media-body .menuOptions {
        background: #fff !important;
        left: -20px !important;
        box-shadow: 0 3px 10px #dddedf !important; }
    .campaignWrap .timelinePost li .userActions span {
      font-size: 12px; }
      @media (max-width: 767.98px) {
        .campaignWrap .timelinePost li .userActions span {
          font-size: 10px; } }
    .campaignWrap .timelinePost li .userActions .righticon a {
      margin-right: 0; }
      .campaignWrap .timelinePost li .userActions .righticon a svg {
        position: relative;
        top: 0;
        right: 15px;
        font-size: 12px;
        color: #C5C4C4; }
    .campaignWrap .timelinePost li .userInfo {
      padding: 4px; }
      @media (max-width: 767.98px) {
        .campaignWrap .timelinePost li .userInfo strong {
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .campaignWrap .timelinePost li .userInfo {
          font-size: 12px; } }
    .campaignWrap .timelinePost .PostHeadWrap {
      margin: 0 0 10px 0; }
  .campaignWrap .noResults img {
    width: 100%;
    height: auto; }

.votingwraper .connections {
  margin-top: 0; }
  .votingwraper .connections .votingtabs {
    position: relative;
    top: 50px; }
  .votingwraper .connections .winerinfo span {
    font-size: 12px; }
  .votingwraper .connections .voterlist ul li {
    border-bottom: 0; }
    .votingwraper .connections .voterlist ul li .userImg {
      width: 50px;
      height: 50px; }
      .votingwraper .connections .voterlist ul li .userImg img {
        width: 45px;
        height: auto;
        border-radius: 50%; }
    .votingwraper .connections .voterlist ul li .userInfo {
      position: relative;
      left: 0px;
      top: 5px; }
      .votingwraper .connections .voterlist ul li .userInfo strong {
        display: block; }
        @media (max-width: 991.98px) {
          .votingwraper .connections .voterlist ul li .userInfo strong {
            font-size: 12px; } }
      .votingwraper .connections .voterlist ul li .userInfo span {
        display: block; }
        @media (max-width: 991.98px) {
          .votingwraper .connections .voterlist ul li .userInfo span {
            font-size: 10px; } }
  .votingwraper .connections .votinggraph {
    margin-top: 50px; }
  .votingwraper .connections .count {
    margin-top: 80px; }
    .votingwraper .connections .count ul li {
      display: block; }
  .votingwraper .connections .winnerdetail {
    display: flex;
    align-items: center;
    justify-content: center; }
  .votingwraper .connections .winner {
    margin: 10px 0 0px 10px; }
    .votingwraper .connections .winner h2 {
      color: green;
      margin: 0;
      padding: 0; }
      .votingwraper .connections .winner h2 svg {
        margin-right: 6px; }
  .votingwraper .connections .winerinfo strong {
    display: flex;
    justify-content: center; }
  .votingwraper .connections .winerinfo span {
    display: flex;
    justify-content: center;
    text-align: center; }
  .votingwraper .connections .votingmain {
    justify-content: space-between; }
    .votingwraper .connections .votingmain .votingresult-left .connections ul {
      background: none !important; }
      .votingwraper .connections .votingmain .votingresult-left .connections ul li {
        padding: 0 !important;
        box-shadow: none !important;
        border-radius: 8px;
        font-size: 16px !important;
        font-weight: 400 !important;
        display: flex;
        align-items: center;
        background: none;
        border: 1px solid #ccc;
        text-align: center;
        margin-bottom: 20px; }
        .votingwraper .connections .votingmain .votingresult-left .connections ul li a {
          display: flex;
          width: 30%; }
        .votingwraper .connections .votingmain .votingresult-left .connections ul li ul {
          width: 70%;
          margin: 0;
          padding: 0; }
          .votingwraper .connections .votingmain .votingresult-left .connections ul li ul li {
            border: 0;
            margin-bottom: 0; }
            .votingwraper .connections .votingmain .votingresult-left .connections ul li ul li .graphmain {
              display: flex;
              justify-content: flex-start;
              min-height: 30px;
              width: 90%;
              height: 100%;
              border-radius: 0 8px 8px 0; }
              .votingwraper .connections .votingmain .votingresult-left .connections ul li ul li .graphmain .graphscore {
                min-width: 1%;
                position: relative; }
                .votingwraper .connections .votingmain .votingresult-left .connections ul li ul li .graphmain .graphscore strong {
                  position: absolute;
                  right: -18px;
                  top: 3px; }
        .votingwraper .connections .votingmain .votingresult-left .connections ul li:last-child {
          margin-bottom: 0; }
    .votingwraper .connections .votingmain .votingresult-right {
      width: 50%; }

.selectposition-wrap .positionlist .userInfoWrap {
  position: relative;
  z-index: 2222; }

.selectposition-wrap .positionlist .tropy-wrap {
  position: absolute;
  left: 50%;
  top: 90%;
  z-index: 111; }
  .selectposition-wrap .positionlist .tropy-wrap .cont {
    position: absolute;
    bottom: 90px;
    right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate 1s linear alternate infinite;
    transform: rotate(-10deg); }
  .selectposition-wrap .positionlist .tropy-wrap .tropmain {
    height: 97px;
    width: 75px;
    background: gold;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; }
  .selectposition-wrap .positionlist .tropy-wrap .stem1 {
    position: absolute;
    top: 70px;
    border-bottom: 100px solid gold;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 40px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px; }
  .selectposition-wrap .positionlist .tropy-wrap .arms {
    width: 140px;
    height: 80px;
    position: absolute;
    background: transparent;
    z-index: -1;
    border: #ddba00 7px solid;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; }

@keyframes shimmer {
  to {
    transform: rotate(20deg); } }

@keyframes rotate {
  to {
    transform: rotate(10deg); } }

@keyframes leftToRight {
  0% {
    clip-path: circle(150px at 0% 100%); }
  20% {
    clip-path: circle(150px at 50% 15%); }
  30% {
    clip-path: circle(150px at 100% 50%); }
  40% {
    clip-path: circle(150px at 70% 100%); }
  70% {
    clip-path: circle(150px at -100% -100%); }
  80% {
    clip-path: circle(150px at -100% 200%); }
  85% {
    clip-path: circle(150px at 50% 200%); }
  90% {
    clip-path: circle(100% at 50% 80%); } }

@keyframes shadow {
  0% {
    left: 0%;
    top: 100%; }
  20% {
    left: 50%;
    top: 15%; }
  30% {
    left: 100%;
    top: 50%; }
  40% {
    left: 70%;
    top: 100%; }
  70% {
    left: -100%;
    top: -100%; }
  80% {
    left: -100%;
    top: 200%; }
  85% {
    left: 500%;
    top: 200%; }
  95% {
    left: 50%;
    top: 80%; } }

.disabled {
  pointer-events: none;
  opacity: 0.3; }

.oath-ceremonywrap .postHeader {
  margin-bottom: 42px; }

.oath-ceremonywrap .election-description {
  padding: 10px; }

.oath-ceremonywrap .footerCountLikes li {
  width: 25%; }
  .oath-ceremonywrap .footerCountLikes li a svg {
    color: #A6A6A6 !important; }

.oath-ceremonywrap .buttonWrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px 0 0 0; }
  .oath-ceremonywrap .buttonWrap .socialbtn {
    padding: 12px 20px;
    margin: 0 8px 0 0;
    border: 1px solid #0097bd;
    font-weight: 500;
    font-size: 1rem;
    color: #0097bd;
    border-radius: 8px;
    float: left;
    background: #ffffff; }
    @media (max-width: 767.98px) {
      .oath-ceremonywrap .buttonWrap .socialbtn {
        font-size: 1rem; } }
    @media (max-width: 767.98px) {
      .oath-ceremonywrap .buttonWrap .socialbtn:last-child {
        width: 50%; } }
    .oath-ceremonywrap .buttonWrap .socialbtn.active {
      background: #0097bd;
      color: #ffffff; }
      @media (max-width: 767.98px) {
        .oath-ceremonywrap .buttonWrap .socialbtn.active {
          width: 50%; } }
    .oath-ceremonywrap .buttonWrap .socialbtn:hover {
      background-color: #263a8f;
      color: #ffffff; }
  @media (max-width: 767.98px) {
    .oath-ceremonywrap .buttonWrap {
      display: flex;
      margin: 0 auto;
      width: 100%; } }

.selectposition-wrap .positionlist {
  display: flex;
  margin: 20px 0; }
  @media (max-width: 991.98px) {
    .selectposition-wrap .positionlist {
      overflow-x: auto;
      max-width: 700px; } }
  @media (max-width: 767.98px) {
    .selectposition-wrap .positionlist {
      flex-direction: column; } }
  .selectposition-wrap .positionlist ul {
    display: flex;
    padding: 0;
    margin: 0; }
    .selectposition-wrap .positionlist ul li {
      background: none !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      display: block !important;
      border: none !important;
      text-align: center; }
      .selectposition-wrap .positionlist ul li strong {
        display: flex;
        justify-content: center;
        position: relative;
        top: 12px; }
      .selectposition-wrap .positionlist ul li span {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 10px; }
  .selectposition-wrap .positionlist .userInfoWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 5px #ddddef;
    margin-right: 10px;
    border-radius: 10px;
    padding: 15px;
    min-height: 322px; }
    .selectposition-wrap .positionlist .userInfoWrap .voteStatus {
      position: absolute;
      top: 6px;
      right: 3px;
      padding: 8px 10px;
      opacity: 0.95;
      border-radius: 22px; }
      .selectposition-wrap .positionlist .userInfoWrap .voteStatus p {
        color: #fff;
        line-height: 14px; }
      .selectposition-wrap .positionlist .userInfoWrap .voteStatus.expired {
        background-color: red; }
    .selectposition-wrap .positionlist .userInfoWrap .imgWrap {
      width: 100px;
      height: 100px;
      position: relative;
      top: 45px; }
      .selectposition-wrap .positionlist .userInfoWrap .imgWrap img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .selectposition-wrap .positionlist .userInfoWrap .userInfo {
      margin: 60px 0 0 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .selectposition-wrap .positionlist .userInfoWrap .userInfo h4 {
        margin-bottom: 0px;
        padding: 0;
        font-size: 1.125rem; }
      .selectposition-wrap .positionlist .userInfoWrap .userInfo p {
        margin-top: 8px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 16px; }
      .selectposition-wrap .positionlist .userInfoWrap .userInfo span {
        text-align: center;
        display: block;
        font-size: 16px;
        background-color: #70C65B;
        color: #fff;
        padding: 8px;
        border-radius: 22px;
        min-width: 85px;
        line-height: 18px; }

.votingtabswrapper .votingtabs {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 10px 0; }
  @media (max-width: 767.98px) {
    .votingtabswrapper .votingtabs {
      overflow: visible; } }
  .votingtabswrapper .votingtabs .progressbar {
    text-align: center;
    width: 100%;
    zoom: 1;
    position: relative; }
    .votingtabswrapper .votingtabs .progressbar tbody .counter div {
      background-color: #0097bd;
      display: inline-block;
      border: 1px solid #f1f1f1;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      line-height: 40px;
      vertical-align: middle;
      text-align: center;
      color: #fff; }
      .votingtabswrapper .votingtabs .progressbar tbody .counter div svg {
        font-size: 20px; }
      @media (max-width: 767.98px) {
        .votingtabswrapper .votingtabs .progressbar tbody .counter div {
          width: 35px;
          height: 35px;
          line-height: 32px; } }
    .votingtabswrapper .votingtabs .progressbar tbody .counter .active > div {
      background-color: #da2128;
      color: #fff; }
    .votingtabswrapper .votingtabs .progressbar tbody .counter .completed > div {
      background-color: #70C65B;
      color: #fff; }
    .votingtabswrapper .votingtabs .progressbar tbody .counter td {
      cursor: pointer;
      text-align: center;
      position: relative;
      width: calc(100%/6); }
      @media (max-width: 767.98px) {
        .votingtabswrapper .votingtabs .progressbar tbody .counter td {
          margin-right: 6px; } }
      .votingtabswrapper .votingtabs .progressbar tbody .counter td span {
        position: absolute;
        top: 22px;
        left: -37%;
        width: 73.90%;
        border-top: 1px solid #ccc;
        z-index: 1111; }
        .votingtabswrapper .votingtabs .progressbar tbody .counter td span.active {
          border-top: 1px solid #70C65B; }
        .votingtabswrapper .votingtabs .progressbar tbody .counter td span.completed {
          border-top: 1px solid #70C65B; }
        @media (max-width: 991.98px) {
          .votingtabswrapper .votingtabs .progressbar tbody .counter td span {
            border: 0; } }
        @media (max-width: 767.98px) {
          .votingtabswrapper .votingtabs .progressbar tbody .counter td span {
            border: 0; } }
    @media (max-width: 767.98px) {
      .votingtabswrapper .votingtabs .progressbar tbody .counter {
        display: flex;
        justify-content: center; } }
    .votingtabswrapper .votingtabs .progressbar tbody .descriptions td {
      font-size: 14px;
      padding-top: 10px; }
      .votingtabswrapper .votingtabs .progressbar tbody .descriptions td.active {
        font-weight: 600; }
      @media (max-width: 767.98px) {
        .votingtabswrapper .votingtabs .progressbar tbody .descriptions td {
          display: none; } }

.electionPositionsWrap .contant {
  background: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 20px; }
  @media (max-width: 767.98px) {
    .electionPositionsWrap .contant {
      padding: 18px 20px; } }
  .electionPositionsWrap .contant .user-info {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .electionPositionsWrap .contant .user-info {
        margin: 34px 0 0 0px;
        display: block; } }
    .electionPositionsWrap .contant .user-info li {
      font-size: 0.875rem;
      font-weight: 500;
      color: #000000; }
      .electionPositionsWrap .contant .user-info li img {
        float: left;
        margin-right: 5px; }
        @media (max-width: 767.98px) {
          .electionPositionsWrap .contant .user-info li img {
            width: 19px;
            height: 15px; } }
      .electionPositionsWrap .contant .user-info li strong {
        color: #FF6363;
        font-size: 0.875rem;
        font-weight: 500; }
  .electionPositionsWrap .contant p {
    font-size: 0.875rem;
    color: #555555;
    font-weight: 400;
    line-height: 22px; }
  .electionPositionsWrap .contant strong {
    font-size: 1rem;
    color: 1.75rem;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0px 0; }
  .electionPositionsWrap .contant .data-info {
    margin: 0;
    padding: 0; }
    .electionPositionsWrap .contant .data-info li {
      padding: 20px;
      background: #f3f3f3;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      border: 2px solid #f3f3f3;
      transition: ease all 0.3s; }
      .electionPositionsWrap .contant .data-info li:hover {
        border-color: #0097bd; }
      .electionPositionsWrap .contant .data-info li .li-contant {
        width: 90%; }
        .electionPositionsWrap .contant .data-info li .li-contant strong {
          padding: 0 0 0px 0;
          font-weight: 500;
          font-size: 1rem;
          color: #000000; }
        .electionPositionsWrap .contant .data-info li .li-contant p {
          padding: 0;
          color: #555555;
          padding: 0;
          margin: 0; }
        .electionPositionsWrap .contant .data-info li .li-contant a {
          float: right;
          color: #B1B1B1;
          position: absolute;
          top: 38px;
          right: 30px; }
          .electionPositionsWrap .contant .data-info li .li-contant a svg {
            margin: 0;
            font-size: 24px; }
          .electionPositionsWrap .contant .data-info li .li-contant a:hover {
            color: #000000; }
    .electionPositionsWrap .contant .data-info figure {
      padding: 0 20px 0 0;
      margin: 0 20px 0 0;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center; }
      @media (max-width: 767.98px) {
        .electionPositionsWrap .contant .data-info figure {
          padding: 2px 8px 0 0;
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      .electionPositionsWrap .contant .data-info figure img {
        width: 45px;
        height: 45px;
        border-radius: 25px; }
        @media (max-width: 767.98px) {
          .electionPositionsWrap .contant .data-info figure img {
            width: 28px; } }
    .electionPositionsWrap .contant .data-info .controll-icon {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .electionPositionsWrap .contant .data-info .controll-icon svg {
        font-size: 20px;
        color: #0097bd; }
      .electionPositionsWrap .contant .data-info .controll-icon a {
        font-size: 1.125rem;
        margin: 0 0 0 10px;
        color: #B1B1B1; }
        .electionPositionsWrap .contant .data-info .controll-icon a:first-child:hover {
          color: #0097bd; }
        .electionPositionsWrap .contant .data-info .controll-icon a:last-child:hover {
          color: #FF6363; }
      .electionPositionsWrap .contant .data-info .controll-icon:first-child {
        margin: 0; }
  .electionPositionsWrap .contant .list-inline-item:hover .edit {
    color: blue !important; }
  .electionPositionsWrap .contant .list-inline-item:hover .delete {
    color: #CA0000 !important; }

.electionPositionsWrap .election-position {
  display: none; }

.electionPositionsWrap .electionposition-open {
  display: block;
  padding: 25px 25px 0 25px;
  position: relative; }
  .electionPositionsWrap .electionposition-open .positionWhiteBox {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0px 15px -10px #000;
    padding: 20px; }

.alumniFaq {
  overflow: hidden; }
  .alumniFaq .login-image img {
    width: 100%; }
  .alumniFaq .login-image .faqleft {
    position: relative; }
    .alumniFaq .login-image .faqleft .textonimage {
      position: absolute;
      top: 30%; }
      .alumniFaq .login-image .faqleft .textonimage h1 {
        font-size: 54px;
        font-weight: bold;
        color: #fff;
        text-align: center; }
  .alumniFaq .login-image .faqRight {
    overflow-y: scroll;
    height: 90vh; }
    .alumniFaq .login-image .faqRight .faqRightWrap .dropdown {
      background: #daeeff;
      padding: 14px;
      border-radius: 5px;
      margin: 10px 40px 14px;
      color: #000; }
      .alumniFaq .login-image .faqRight .faqRightWrap .dropdown svg {
        margin-right: 6px; }
      .alumniFaq .login-image .faqRight .faqRightWrap .dropdown span {
        font-size: 1rem;
        font-weight: 600; }
        .alumniFaq .login-image .faqRight .faqRightWrap .dropdown span a {
          text-decoration: none; }
          .alumniFaq .login-image .faqRight .faqRightWrap .dropdown span a:hover {
            text-decoration: underline; }
        .alumniFaq .login-image .faqRight .faqRightWrap .dropdown span svg {
          margin: 0 6px;
          font-size: 12px; }
          @media (max-width: 575.98px) {
            .alumniFaq .login-image .faqRight .faqRightWrap .dropdown span svg {
              position: relative;
              top: 0px;
              margin: 0 3px;
              font-size: 14px; } }
        @media (max-width: 767.98px) {
          .alumniFaq .login-image .faqRight .faqRightWrap .dropdown span {
            font-size: 14px; } }
    .alumniFaq .login-image .faqRight .faqRightWrap .productlist-open {
      display: block; }
    .alumniFaq .login-image .faqRight .faqRightWrap .product-list {
      display: none; }
    .alumniFaq .login-image .faqRight .faqRightWrap .projectwisedetail-wrap {
      padding: 0 0 0 42px; }
    .alumniFaq .login-image .faqRight .faqRightWrap a video {
      width: 90%; }

/** Global Components Define Here  **/
