/* CRM BUTTON THEME START */

.theme-button {
    border-radius: 5px;
    padding: 7px 22px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    color: #fff !important;
    /* height: 100% !important; */
}

.theme-button span {
    margin-right: 6px;
}

/* CRM BUTTON THEME END */

/* CRM INFO BUTTON START */

.button-info {
    background-color: #1e9ff2;
    color: #fff !important;
    border: 1px solid #1e9ff2;
}

.button-info:hover {
    background-color: #fff;
    color: #1e9ff2 !important;
}

.button-info:hover span{
    color: #1e9ff2 !important;
}

/* CRM INFO BUTTON END */

/* CRM SUCCESS BUTTON START */

.button-success {
    background-color: #38c172;
    color: #fff !important;
    border: 1px solid #38c172;
}

.button-success:hover{
    color: #38c172 !important;
    background-color: #ffffff !important;
}

.button-success:hover > span {
    color: #38c172 !important;
}

/* CRM SUCCESS BUTTON END */

/* CRM PRIMARY BUTTON START */

.button-primary{
    background-color: #535BE2 !important;
    color: #ffffff !important;
    border: 1px solid #535BE2 !important;
}
.button-primary:hover{
    color: #535BE2 !important;
    background-color: #ffffff !important;
}
.button-primary:hover span{
    color: #535BE2 !important;
}

/* CRM PRIMARY BUTTON END */

/* CRM FILTER BUTTON START */

.button-filter {
    padding: 8px 10px;
    height: 34px !important;
}

.button-filter {
    background-color: #fff;
    color: #6c757d !important;
}

.button-filter > i {
    color: #6c757d !important;
    font-size: 18px !important;
}

/* CRM FILTER BUTTON END */

/* CRM DANGER BUTTON START */

.button-danger{
    background-color: #e3342f;
    color: #fff !important;
    border: 1px solid #e3342f;
}

.button-danger:hover {
    color: #e3342f !important;
    background-color: #ffffff;
}

.button-danger:hover span{
    color: #e3342f !important;
}

/* CRM DANGER BUTTON END */

/* CRM SECONDARY BUTTON START */

.button-secondary {
    background-color: #6b6f82;
    color: #fff !important;
    border: 1px solid #6b6f82;
}

.button-secondary:hover {
    background-color: #fff;
    color: #6b6f82 !important;
}

/* CRM DANGER BUTTON END */

.create-order-item-btn{
    position: absolute;
    right: 20px;
    top: 10px;
    height: 36px !important;
}

.create-order-item-del-btn{
    position: absolute;
    right: 30px;
    top: 10px;
    height: 36px !important;
}

span.badge-category {
    background-color: rgb(216 79 255 / 0.08);
    color: #d84fff;
    padding: 1px 10px;
    border-radius: 5px;
    border-left: 2px solid #d84fff;
}

.action-icons .ft-edit-2 {
    color: #9ba7ca;
    position: relative;
    top: -2px;
    font-size: 19px;
}

.btn-back {
    position: absolute;
    top: 10px;
    height: unset !important;
    right: 10px;
    color: #fff !important;
}

.btn-back:hover span {
    left: 1px;
}
.btn-back span {
    transition: all 0.2s ease-in-out;
}

.modalAssignLeadsHeader .modal-content{
    border: none !important;
}