.rotarity_inner_data {
  width: fit-content;
  padding:25px;
}
.rotarity_desctiption {
  width: 78%;
  font-size: 14px;
}

.rotarity_month_got {
  padding:4px 0px;
  border-bottom: 1px solid #800080;
  font-size: 25px;
}

.rotarity_date_heading {
  display:flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;

}
.rotarity_date_heading .rotarity_btn_event{
  /*width: 40%;*/
  text-align: center;
}
.rotarity_date_heading .rotarity_title{
  width: 50%;
  width: fit-content;
}

.rotarity_date_heading .rotarity_dd{
  /*width: 10%;*/
}

.rotarity_btn_event {
  font-size: 15px;
}

.rotarity_title {
  font-size: 16px;
}
.rotarity_date_heading div{

  padding:2px 10px;
}
.rotary_response {
  width: 80%;
  padding: 8px;
  margin: auto;
}

.rotarity_btn_event {
  color: black;
  padding: 3px 18px !important;
  border-radius: 18px;
  height: fit-content;
}
.rotarity_desctiption {
  /*border-bottom: 1px solid #800080;*/
  border-bottom: 1px solid #cccccc;
}
.rotarity_deflex {
  display:flex;
}

.rotarity_desctiption_visible {
  visibility:hidden;
}
.rotarity_month_got {
  margin-top: 24px;
}
.rotarity_below_data {
  margin-left: 20px;
  margin-top: 5px;
}
.rotarity_desctiption_mn {
  margin-top: 5px;
}
.loader {
  border: 16px solid #5b6363;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

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

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

.rotarity_month_got, .rotarity_dd, .rotarity_title {
  font-weight: bolder;
}

@media screen and (max-width: 770px) {
  .rotary_response {
    width: 100%;
  }
  .rotarity_date_heading {
   flex-direction: column !important;
 }
 .rotarity_desctiption_visible {
  display: none;
}
.rotarity_location {
  margin-top: 8px;
}
.rotarity_date_heading div {
  width: 100%;
}
}







