.header .header-left .search-area {
    width: 19.75rem;
}
.header .navbar .navbar-collapse{
    width:0;
}
.header .navbar{
    justify-content:space-around;
}
.profile-image {
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
    width: 50px;
}
.profile .profile-photo{
    margin-top: -1.0rem;
}
.comment-user-content{
    margin-left: 20px;
}
/* .deznav , .header , .nav-header{
    background-color: #2C1338;
} */
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.5rem;
    }
.view-btn{
    background-color:#af30dd; 
    border-color:#af30dd; 
    color:#fff;
}

.view-btn:hover{
    color:#fff;
}
.edit_stage_btn{
    background-color:#19c42f; 
    border-color:#19c42f; 
    color:#fff;
}

.edit_stage_btn:hover{
    color:#fff;
}

.leads-btn{
    background-color:#0ac999; 
    border-color:#0ac999; 
    color:#fff;
}

.leads-btn:hover{
    color:#fff;
}
.profile-input{
    border-bottom-color: #a5a6ab;
    border-top: none;
    border-left: none;
    border-right: none;
}
.form-control{
    border: 0.0625rem solid #c7c7c7 !important;
}

/* select2 */
.select2-container {
    width: 100% !important;
    border-radius:0.5rem;
}
span.select2-selection.select2-selection--single
{
    /* border: 1px solid #DADCE0; */
    border: 0.0625rem solid #c7c7c7 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #585656 !important;
    font-size: 13px;
    line-height: 28px;
    border-radius: 15px !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 13px;
}
.select2-container--default:focus {
    border-color: #4099ff;
}
/* .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ff2c57 transparent;
    border: 0.0625rem solid #c7c7c7 !important;
} */
.select2-container--default .select2-search__field:focus {
    border: 1px solid #4099ff;
    border: 0.0625rem solid #c7c7c7 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4099ff;
}
.select2-container--default .select2-selection--multiple {
    padding: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4099ff;
    /* border: 1px solid #4099ff; */
    border: 0.0625rem solid #c7c7c7 !important;
    padding: 5px 15px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #ff2c57;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
    border: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    /* border: 1px solid #4099ff; */
    border: 0.0625rem solid #c7c7c7 !important;
}
.select2-container--default .select2-selection--single {
    color: #fff;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 15px;
}

.timeline-modal-dialog{
    overflow-y: initial !important
}
.timeline-modal-body{
    height: 60vh;
    overflow-y: auto;
}
/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border: 0.0625rem solid #c7c7c7 !important;
} */