
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

    * {
      list-style: none;
      text-decoration: none;
      margin: 0;
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: 'Open Sans', sans-serif;
    }
.download-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background-color: white;
    padding: 5px 10px;
}
.relative-container {
    position: relative;
    display: inline-block;
}

    body {
      background: #f5f6fa;
    }
    .text-purple{
      color: #7D2F79!important;
    }
    .bg-purple{
      background-color:#7D2F79!important;
    }

    .wrapper .sidebar {
      background: #7D2F79;
      position: fixed;
      top: 0;
      left: 0;
      width: 225px;
      height: 100%;
      padding: 20px 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    .wrapper .sidebar .profile {
      margin-bottom: 30px;
      text-align: center;
    }

    .wrapper .sidebar .profile img {
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto;
    }

    .wrapper .sidebar .profile h3 {
      color: #ffffff;
      margin: 10px 0 5px;
    }

    .wrapper .sidebar .profile p {
      color: rgb(206, 240, 253);
      font-size: 14px;
    }

    .wrapper .sidebar ul li a {
      display: block;
      padding: 13px 30px;
      
      color: rgb(241, 237, 237);
      font-size: 16px;
      position: relative;
    }

    .wrapper .sidebar ul li a .icon {
      color: #dee4ec;
      width: 30px;
      display: inline-block;
    }



    .wrapper .sidebar ul li a:hover,
    .wrapper .sidebar ul li a.active {
      color: #0c7db1;
      background: #7D2F99;
      border-right: 2px solid rgb(5, 68, 104);
    }

    .wrapper .sidebar ul li a:hover .icon,
    .wrapper .sidebar ul li a.active .icon {
      color: #0c7db1;
    }

    .wrapper .sidebar ul li a:hover:before,
    .wrapper .sidebar ul li a.active:before {
      display: block;
    }

    .wrapper .section {
      width: calc(100% - 250px);
      margin-left: 250px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }

    .wrapper .section .top_navbar {
      background: #7D2F99!important;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 30px;

    }

    .wrapper .section .top_navbar .hamburger a {
      font-size: 28px;
      color: #f4fbff;
    }

    .wrapper .section .top_navbar .hamburger a:hover {
      color: #a2ecff;
    }



    body.active .wrapper .sidebar {
      left: -250px;
    }

    body.active .wrapper .section {
      margin-left: 0;
      width: 100%;
    }

.c-only-bottom-border{
  border:none!important;
  border-bottom: 1px solid rgb(224, 221, 221);
  
}

.fa-google {
  background: 
    linear-gradient(to bottom left,transparent 49%,#fbbc05 50%) 0 25%/48% 40%,
    linear-gradient(to top    left,transparent 49%,#fbbc05 50%) 0 75%/48% 40%,
  
    linear-gradient(-40deg ,transparent 53%,#ea4335 54%),
    linear-gradient( 45deg ,transparent 46%,#4285f4 48%),
    #34a853;
  background-repeat:no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.c-h-100vh {
  height: 100vh!important;
}


.event-cardCenter{
  padding: 1.5em .5em .5em !important;
    border-radius: 2em !important;

    background-color: #34a853;    
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
            box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
}

.c-only-bottom-border{
  border:none!important;
  border-bottom: 1px solid rgb(226, 223, 223) !important;
  }

.fa-google {
  background: 
    linear-gradient(to bottom left,transparent 49%,#fbbc05 50%) 0 25%/48% 40%,
    linear-gradient(to top    left,transparent 49%,#fbbc05 50%) 0 75%/48% 40%,
  
    linear-gradient(-40deg ,transparent 53%,#ea4335 54%),
    linear-gradient( 45deg ,transparent 46%,#4285f4 48%),
    #34a853;
  background-repeat:no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.c-no-border{
  border:none!important;
 
  }

.c-sb-link {
  height: 40px;
  
  position: relative;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;  
}

.c-vh-100{
  height: 100vh;
}
.c-logged-in {
  color: green;
}

.c-logged-out {
  color: red;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: rgb(136, 13, 13);
  border-radius: 50%;
  display: inline-block;
}


.event-cardCenter{
  padding: 1.5em .5em .5em !important;
    border-radius: 2em !important;

    background-color: #c8dff5;    
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
            box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
}



.bgc-green{
  background-color: rgb(155, 238, 155)!important;
}

.bgc-orange{
  background-color:#f19b68 !important;
}

.bgc-red{
  background-color: rgb(233, 152, 152) !important;
}

.c-accordian{
  background-color: rgb(41,48,66)!important;
}

.c-mail-layout-bg{
  background-color: #e1e7ec;
}



.vl {
  border-left: 3 solid rgb(91, 189, 91);
  height: 50px;
}




* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
}

.box {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  overflow: hidden;
}

.box-item {
  display: block;
  position: relative;
  float: left;
  width: calc(100% / 7 - 7px);
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #fcc;
  border-radius: 4px;
  color: white;
}
.box-item:before {
  content: "";
  position: absolute;
  right: -9px;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid rgb(207, 32, 32);
  border-radius: 4px;
}
.box-item:after {
  content: "";
  position: absolute;
  left: -1px;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fff;
  border-radius: 4px;
}
.box-item:first-child:after {
  display: none;
}
.box-item:last-child {
  margin-right: 0;
}
.box-item:last-child:before {
  display: none;
}

.c-header{
  
  position: sticky;
  top: 0;
  z-index: 999;

}

.break{
  page-break-after: always;
}
.break-before{
  page-break-before: always;
}

.c-no-text-decoration{
  text-decoration: none;
}


.cardCenter{
  margin: 3em!important;
}


@media screen and (max-width: 576px) {
  .kt_attendee_card_body{
padding: 0px !important;
  }
  .kt_attendee_card_header{
padding: 10px  0px  !important ;
  }
   .kt_attendee_card_footer{
padding: 0px !important;
  }
  .kt_attendee_card_footer ul{
margin-bottom: 0px;
  }
  .kt_attende_email{
    display: none;
  }
  .kt_attende_pn{
    display: none;
  }
  .kt_attende_st{
font-size: 0.712rem;
  }
  .kt_attende_vd{
font-size: 0.712rem;
  }
  .kt_attende_st input{
font-size: 0.712rem;
  }
  .kt_attende_vd input{
font-size: 0.712rem;
  }
  .kt_attende_td{
font-size: 0.712rem;
  }
  .kt_attende_th{
font-size: 0.712rem;
  }
  .kt_property_card{
margin: 1em !important;
  }
  .kt_property_header{
    font-size: 0.712rem !important;
    padding: 0.5rem !important;
  }
  .kt_property_body{
    padding: 0.5rem !important;
  }
  .kt_property_footer{
    padding: 0.5rem !important;
  }
  .kt_buttons_column{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column ;
  }
}


.text16500{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.text16700{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}

.text16900{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 24px !important;
}


.text16600{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}


.text14400{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.text14600{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
}

.text14800{
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 18px !important;
}



.text18900{
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 24px !important;
}


.text18400{
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}


.text18500{
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}