
.lead_from {
    width: 550px !important;
  }
  .lead_from .rs-drawer-header-close {
    display: none;
  }
  .lead_form_tabs {
    margin-bottom: 15px;
  }
  .lead_form_tabs .new_lead_btn {
    padding: 5px 6px;
    height: 36px;
    font-size: 15px;
    font-family: "Gilroy-Bold";
    border-radius: 10px;
    border: 1px solid #6e788a;
    background: #ebf0f4;
    color: #3faefd;
    margin-right: 8px;
  }
  .lead_form_tabs .lead_btn_tab {
    width: 100%;
    padding: 5px 6px;
    height: 36px;
    font-size: 15px;
    font-family: "Gilroy-Bold";
    border-radius: 10px;
  }
  .lead_form_tabs .nav-link.active {
    background: #3da6f7;
    color: #ffff;
    width: 122px;
  }
  .lead_form_tabs .nav-link {
    background: #dee3e9;
    color: #6e788a;
    width: 122px;
  }
  .btn-toggle-sourse {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lead_form_tabs .btn-toggle-sourse {
    width: 75px;
    height: 36px !important;
    padding-left: 8px !important;
  }
  .lead_form h5 {
    font-size: 16px;
    font-family: "Gilroy-Bold";
    color: #000000;
    margin-bottom: 15px;
  }
  .lead_from .rs-drawer-header {
    background: #ebf0f4;
    border: 0;
    margin-bottom: -10px;
  }
  .lead_from .rs-drawer-title {
    font-family: "Gilroy-Bold";
    font-size: 24px;
    right: 30px;
    position: inherit;
  }
  .lead_from .rs-btn.rs-btn-default {
    background: transparent;
    color: #ff4747d1;
    font-family: "Gilroy-Bold";
    font-size: 18px;
  }
  .lead_from .rs-btn.rs-btn-default:hover {
    background: transparent;
    color: #ff4747d1;
  }
  .rs-drawer-dialog .rs-drawer-body .lead_form .form-label {
    font-family: "Gilroy-Bold";
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #000000;
  }
  .rs-drawer-dialog .lead_form .form-control {
    font-weight: 500;
    border: none;
    border-radius: 10px;
    height: 38px;
    padding-left: 38px;
  }
  .date_time_input {
    padding-left: 20px !important;
  }
  .rs-drawer-dialog .lead_form textarea {
    padding-left: 15px !important;
  }
  .rs-drawer-dialog .lead_form .form-control::placeholder {
    color: #6e788a99;
    padding-left: 2px;
  }