.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transform: translateX(0);
    transition: transform 0.5s ease-in-out;
    animation: shake 0.5s ease-in-out infinite;
}

.notification-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.notification-text {
    flex-grow: 1;
    padding-right: 10px;
}

.close-button {
    background: none;
    border: none;
    color: inherit;
    font-size: 20px;
    cursor: pointer;
}

.close-button:focus {
    outline: none;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(-5px);
    }
}


.leads .card-modal .modal-dialog .modal-content{
    overflow-y: scroll;
    height: 100vh;
}

.leads .modal-dialog .modal-body{
      overflow-y: scroll;
    height: 60vh;
}
.leads.modal-open .modal{
    overflow: unset;
}
.modal.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    /* width: 600px; */
    max-width: 65%;
    position: relative;
}

.custom-modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-overlay {
    /* Tambahkan properti khusus untuk overlay modal kustom di sini */
}

.lead_detail_followup .table td{
    color: #000;;
}

.lead_detail_followup table,
.lead_detail_followup table a{
    font-size:10px;
    /* font-weight:600; */
    
}


.lead_detail_followup table .btn{
    padding: 2px 5px;
}


.lead_detail_followup table td,
.lead_detail_followup table th{
    padding:8px 5px!important;
}

.btn-followup-leads{
    display: block;
    color: #fff;
    border: 1px solid;
    border-radius: 20px;
    width: 70%;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    margin: auto;
    margin-top: 10px;
}

option.full{
    color: #a5a5a5;
    font-weight: 600;
    pointer-events: none;
}

option.ready{
    color:green;
    font-weight:600;
}

.settings *{
    font-weight: 400;
}
html body.settings .page-wrapper{
    background-color: #ecf0f5;
}

html body.loggedin.settings {
    background: #ecf0f5;
}

body.loggedin.settings  .page-titles{
    background:none;
}

.settings .card{
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.wrapper-filter{
    border-bottom: 1px solid #ede5e5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}


.report-title-section{
    color: #0a0d2b;
    font-weight: 700;
    font-size: 1.7em;
    margin-top: 25px;
    
}

.settings .navbar-header{
    background:#212121;
}

.settings .topbar .top-navbar .navbar-header{
    margin-top: 0;
}

.settings .navbar-header{
    background:#272727;

}

.settings .left-sidebar .sidebar-nav,.settings .left-sidebar{
    background:#272727;

}

.settings .sidebar-nav ul li a {
    color: #c7c7c7;
    font-weight: 500 !important;
}
.settings .card-header{
    background: none;
    font-size: 1.17em;
    color: #30334e;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.settings .card-header .detail{ 
    color: #007bff;
    font-weight: 600;
    font-size: 14px;
}

.settings .wrapper-tab .tab-item{
    background: lightgrey;
    min-width: 50px;
    border: #c7c7c7;

}

.settings .tab-item a{
    color: #000;
}

.report-description{
    font-weight: 400;
}


.table-report td,.table-report th{
    font-size: 1.17em!important;
    font-weight: 600;
    color: #b7b9c2;
}

.table-report td,.table-report th {
    border-top: none;
    padding-left: 0!important;
}

.table-report tr {
    border-bottom: 1px solid #ededed;
}


.table-report .td-dashed td{
    border-top: 2px dashed #b1a5a5;
    padding-top: 15px!important;
}

.table-report .expense td{ 
    color: #b54b4bcc;
}

.color-grey{
    background:#e1e1e1;
}

.wrapper-filter-date{
    display: flex;
    justify-content: space-between;
}


.wrapper-filter-date .filter-lead-date{
    width: 48%;
    background-color: #fff;
}

.wrapper-filter-date .select-service{
    width: 24%;
}

.wrapper-filter-date .select-campaign-filter{
    width: 24%;

}
