.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.card .card-header.no-border {
    border: 0;
}
.card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 18px;
	color: #000080;
	margin-top: 1rem
}
.card .card-header-2 {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
	color: #FFC868;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #edf1fc;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
  color: #000080;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #000080;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcfcfd;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-picture {
  width: 8rem;
  height: 8rem;
  margin-Left: auto;
  margin-top: 1rem;
}
.widget-49-picture {
  width: 8rem;
  height: 8rem;
  margin-Left: auto;
  
}
	.widget-49-picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.widget-49 .widget-49-title-wrapper .promotion-promo {
		font-weight: 500;
		font-size: .8rem;
		color: #ff0000;
		font-family: 'Montserrat', sans-serif;
	}
.widget-49 .widget-49-title-wrapper .pro-price {
	 font-weight: 500;
	 font-size: 1rem;
	 color: #4bbd00;
}

.widget-49 .promotion-promo {
	 font-weight: 700;
	 font-size: 1.15rem;
	 color: #ffc107;
	 font-family: 'Montserrat', sans-serif;
	 text-decoration: line-through;
	 transition: 0.25s linear;
	
}
.promotion-price {
	 
	 bottom: 0;
	 right: 100;
	 background: #ffca00;
	 width: 60px;
	 height: 60px;
	 padding-bottom: 0rem;
	 padding-top: 0.75rem;
	 text-align: center;
	 font-weight: 700;
	 font-family: 'Montserrat', sans-serif;
	 font-size: 1.1rem;
	 border-radius: 5rem;
	 color: #fff;
	 z-index: -1;
	 border: 1px dashed #fff;
	 margin-left: 2rem;
}
.promotion-price-desc {
	 padding: 0;
	 margin: 0 auto;
	 text-transform: uppercase;
	 font-size: 0.9rem;
	 display: block;
}
.promotion-price-text {
	 padding: 0;
	 margin-top: 0.25rem;
	 font-weight: 800;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #e8faf8;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #17d1bd;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #17d1bd;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebf7ff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: floralwhite;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #feeeef;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  margin-top: 2rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  
  color: #4e73e5;
  font-size: 14px;
}
.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title-big {
  
  color: #000080;
  font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title-2 {
  
  color: #000080;
  font-size: 18px;
}
.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title-3 {
  
  color: #17d1bd;
  font-size: 14px;
}

.widget-49 .widget-49-pro-icon {
  color: #4e73e5;
  font-size: 14px;
}
.widget-49 .widget-49-pro-icon-2 {
  color: #000080;
  font-size: 11px;
}
.widget-49 .widget-49-pro-icon-3 {
  color: #000080;
  font-size: 12px;
}
.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #546171;
  font-size: 13px;
  
}
.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;
  
}
.circle_1 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  background: #fff;
  border: 3px solid #47FFAF;
  color: #47FFAF;
  text-align: center;
  font: 32px Arial, sans-serif;
  margin-right: .1rem;
}
.circle_2 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  background: #fff;
  border: 3px solid #FFA246;
  color: #FFA246;
  text-align: center;
  font: 32px Arial, sans-serif;
  margin-right: .1rem;
}
.circle_3 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  background: #fff;
  border: 3px solid #E834B1;
  color: #E834B1;
  text-align: center;
  font: 32px Arial, sans-serif;
  margin-right: .1rem;
}
.circle_4 {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  background: #fff;
  border: 3px solid #3A55FF;
  color: #3A55FF;
  text-align: center;
  font: 32px Arial, sans-serif;
  margin-right: .1rem;
}
.square {
  border-radius: 15%;
  width: 50px;
  height: 32px;
  padding-top: 5px;
  background: #fff;
  border: 3px solid #4e73e5;
  color: #4e73e5;
  text-align: center;
  font: 32px Arial, sans-serif;
  margin-right: .1rem;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #4e73e5;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item-2 {
  display: list-item;
  color: #000080;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item-3 {
  display: list-item;
  color: #17d1bd;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
  color: #4e73e5;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item-2 span {
  margin-left: .5rem;
  color: #000080;
}
.widget-49 .widget-49-meeting-points .widget-49-meeting-item-3 span {
  margin-left: .5rem;
  color: #17d1bd;
}
.widget-49 .widget-49-meeting-action {
  text-align: right;
  margin-right: auto;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
  color: #f0fafb;
  background-color: #32CD32;
}
.widget-49 .widget-49-meeting-action-2 {
  text-align: right;
  margin-right: auto;
}

.widget-49 .widget-49-meeting-action-2 a {
  text-transform: uppercase;
  color: #f0fafb;
  background-color: #0d47a1;
}
.widget-49 .widget-49-meeting-action-count {
  text-align: right;
  margin-right: auto;
}

.widget-49 .widget-49-meeting-action-count a {
  text-transform: uppercase;
  color: #f0fafb;
  background-color: #17d1bd;
}