 .card {
             overflow: inherit !important;

        }
                                                 
.btn-primary {
  color: #fff;
  background-color: #EE0D73 !important;
  border-color: #EE0D73 !important;
}

.btn-left {
    text-align: left !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #EE0D73;
}

.wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number .active {
    background-color:  #EE0D73 !important;
    border-color:#EE0D73;
    color: #FFF !important;
}
.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover {
    color: #FFF !important;
}

.wizard .steps .number {
    background-color: #2A3042   !important;
    color: #FFF !important;
        border-color:#C7CAD0;
}

.wizard.vertical-wizard .steps {
     background-color:  #2A3042 !important;
}

.wizard .steps>ul>li a {
    color: #FFF !important;
}

.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {
    background-color: #EE0D73 !important;
}


.wizard .steps > ul > li a {
    background-color: #2A3042   !important;
}

.form-check-input:checked {
    background-color: #EE0D73;
    border-color: #EE0D73;
}

.verti-timeline {
    border-left: 3px dashed #e2e2e2 !important;
    margin: 0 10px;
}

.bx-white{
    background-color: #F8F8FB !important;
}

.btn-outline-light {
    border-color: #d0d6db !important;
}

.verti-timeline .event-list {
    position: relative !important;
    padding: 0 0 0px 30px !important;
}

.card-accordion{
    margin-bottom: 15px !important;
        position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;

}

.alert-light {
    color: #000;
    background-color: #eff2f7;
    border-color: #eff2f7;
}

.big-icon{
    font-size: 24px;
}

.toast {
    opacity: 1 !important;
}

.toast-info {
	border: 0px solid #50a5f1 !important;
	background-color: #2a3042 !important;
}


.toast-success {
    top: 125px;
	border: 0px solid #343a40 !important;
	background-color: #34c38f !important;
}

.toast-progress {
	background-color: #EE0D73 !important;
    	opacity: 1 !important;

}

table.dataTable.nowrap th, table.dataTable.nowrap td {
   white-space: normal !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-color: #ced4da #ced4da #fff;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #EE0D73 !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #EE0D73 !important;

}


.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #ee0d73 !important;
    border-color: #ee0d73 !important;
    color: #FFFFFF !important;
}

.fc .fc-button-primary {
    background-color: #eff2f7 !important;
    border-color: #eff2f7 !important;
    color: #000 !important;
}

.fc td, .fc th {
    border: 1px solid #f6f6f6 !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0px !important;
}


.fc a {
    color: #495057;
    text-decoration: none;
}

.fc .fc-daygrid-week-number {
    background-color: #eff2f7 !important;
    color: var(--fc-neutral-text-color);
    min-width: 1.5em;
    padding: 4px;
    position: absolute;
    text-align: center;
    font-size: 10px;
    top: 0px;
    z-index: 5;
}


.fc .fc-toolbar h2 {
    font-size: 15px !important;
    line-height: 30px !important;
        font-weight: 600 !important;
        text-transform: capitalize !important;
    }


.fc-day-today {
    background: #f8f9fa !important;
    border: none !important;

}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
    background: transparent !important;
}

.fc .fc-timegrid-now-indicator-arrow {
    border-color: transparent !important;
    border-style: solid;
    margin-top: 0px;
    position: absolute;
    z-index: 4;
}

.fc .fc-timegrid-now-indicator-line {
    border-color: #ee0d73 !important;
    border-style: solid;
    border-width: 1px 0px 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: 4;
}

.fc .fc-list-event{
    background-color: white !important;
}

.fc .fc-list-event td, .fc-list-event th{
    border: 0px !important;
}

.fc .fc-list-event-time{
    width: 150px;
}

.fc-theme-standard .fc-list{
    border: 0px;
}

.fc .fc-event{
    border-bottom: 1px #eff2f7 solid;
    text-align: left !important;
}

.dt-responsive td, .dt-responsive th {
    border: 0px;
    border-bottom: 1px #eff2f7 solid;
}

.popover{
    max-width: 100% !important;
}   

.popover-header{
    background-color: #EE0D73 !important;
    color: white !important;
}

.email-leftbar2 {
    width: 236px;
    float: left;
    padding: 20px;
    border-radius: 5px;
}

.email-rightbar2 {
    margin-left: 260px;
}

.email-select{
    display: none !important;
}

.mobile-select{
    display: none;
}

.show-cap{
    display: none;
}

.max-width-hours{
    max-width: 65%;
}

.scroll-down{
    margin-left: 95%;
}

.m-left{
    margin-left: 6.5%;
}

@media (max-width: 991px) {
    .email-leftbar2 {
        display: none !important;
    }
    .email-rightbar2 {
        margin-left: 0px !important;
    }
    .email-select{
        display: block !important;
    }

    .m-left{
        margin-left: none;
    }

    .mobile-select {
        display: block;
    }

    .mobile-menu-gone{
        display: none !important;
    }

    .new-gone{
        display: none;
    }

    .show-cap{
        display: initial;
    }

    .max-width-hours{
        max-width: 100%;
        margin-bottom: 3px;
    }

    .scroll-down{
        margin-left: 81.5%;
    }

}

.max-picture > p > img{
    max-width: 100%;
}

@media (max-width: 571px){
    .fc-header-toolbar > .fc-toolbar-chunk > .fc-toolbar-title{
        display: none;
    }

    .fc-footer-toolbar > .fc-toolbar-chunk > .fc-toolbar-title{
        display: block !important;
    }
}

.fc-footer-toolbar > .fc-toolbar-chunk > .fc-toolbar-title{
    display: none;
}

body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
    max-width: 95% !important;
}

    body[data-layout=horizontal] .page-content  {
        padding-left: 0px;
        padding-right: 0px;
    }

    body[data-layout=horizontal] .page-content .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .topnav .container-fluid {
        padding-left: 0;
        padding-right: 0px;

    }

    .topnav  {
        padding-left: 0;
        padding-right: 0px;

    }

    .navbar-brand-box  {
        padding-left: 0;
        padding-right: 0px;

    }

    .fc-direction-ltr .fc-timegrid-slot-label-frame {
        text-align: left !important;
    }

    .fc .fc-event {
        border-bottom: 1px #eff2f7 solid;
        text-align: left !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }


    .masonry {
        column-count: 3;
        column-gap: 1.5rem;
      }
      
      .masonry .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 1.5rem;
        box-sizing: border-box;
        break-inside: avoid;
      }


      @media (max-width: 1200px) {
        .masonry {
          column-count: 3;
        }
      }
      
      @media (max-width: 768px) {
        .masonry {
          column-count: 1;
        }
      }