input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 19px;
}

.timeline-body {
    word-wrap: break-word;
}

.timeline-footer {
    display: flex;
    flex-flow: row wrap;
}

.timeline-footer label {
    padding: 0.5rem 0.6rem;
}

textarea {
    max-width: 100%;
    max-height: 100%;
    resize: vertical;
}

.dropzone {
    border: 2px dashed #6a0dc8;
}

@media only screen and (max-width: 768px) {
    .select-user {
        width: 220px
    }
}
@media only screen and (max-width: 768px) {
    .select-contacts-list {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}

.box-header,
.box-body,
.box-footer{
    padding: 20px !important;
}

.content {
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.content-header {
    padding: 40px 40px 0 40px;
}

.box {
    border-radius: 10px;
}

.box-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.form-control {
    height: 41px;
    padding: 6px 12px;
    border-radius: 3px !important;
}

.modal-content {
    border-radius: 7px !important;
}

.fade.in {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.small-box {
    border-radius: 7px;
    background-color: #6A0DC8 !important;
}
.small-box h3, 
.small-box p {
    color: #fff;
}
.mt-0{
    margin-top: 0 !important;
}
.callout.callout-info {
    background-color: #7d1fdb !important;
}
.callout.callout-info {
    border-color: #6A0DC8;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .select2-container .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 10px 12px !important;
    height: 41px !important;
    border-radius: 3px !important;
}
@media only screen and (max-width: 768px) {
    .select2-container .select2-selection--multiple {
        height: initial !important;
    }
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #6A0DC8 !important;
}

.form-group a {
    color: #6A0DC8 !important;
}

.pace .pace-activity {
    background: #7d1fdb !important;
}

.chart_area{
    margin-top: 30px;
}

.main-header .logo{
    text-align: left !important;
}

.bg-blue {
    background-color: #6a0dc8 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #6a0dc8 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6a0dc8 !important;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6a0dc8;
    border-color: #6a0dc8;
    margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0;
}

.box a{
    color:#6a0dc8 !important;
}

.affiliate_btn{
    background-color: #000 !important;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 24px;
}

.navbar-custom-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn{
    padding: 10px 12px;
}
.mb-15{
    margin-bottom: 15px;
}

.thirdparty_connection{
    margin-right: 10px;
}

.active_list {
    color: #00a65a;
}

@media screen and (max-width: 767px) {
    .hide_mobile{
        display: none !important;
    }
}
.timeline-item.lead-card {
    box-shadow: unset !important;
    padding: 15px !important;
    border-radius: 10px;
    margin-bottom: 15px;
}

.lead-card-checkbox {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .lead-info a, .lead-info button{
        width: 100%;
        margin-top: 10px;
    }
   
}

.btn-dark {
    background: #000;
}

@media (max-width: 767px) {
    .skin-blue .main-header .logo{
        display: none !important;
    }
}

.mb-0{
    margin-bottom: 0 !important;
}