.add_button{
    float:right;
}

.fiter_btn{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
html {
    zoom: 90%;
}
.table th, .table td {
    font-size: 15px !important;
}
#filter{
    display:none;
}
h2.text-center.notification-msg {
    background: yellow;
    color: #000;
    padding: 16px;
    border: 2px dashed #888;
}
tr.heading td, tr.heading th{
font-weight:bold;
}
.sidebar-nav ul .sidebar-item {
    width: auto;
    border-bottom: 1px solid transparent;
    background: #0f172a;
}
/* span.hide-menu {
    font-size: 13px;
} */

aside.left-sidebar {
    background: #0f172a;
}
.money{
    text-align:right;
}

.myheading{
    padding:10px;
    font-size:14px;
}
  
#hide_filter{
display:none ;
}
 
 .success-messages {
    display: grid;
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 22px;
}

.table.table-striped th {
    font-weight: 900!important;
    color: #000;
}

.table.table-striped td {
/*    color: #000;*/
    font-size: 15px;
}



/* Login Screen New Css */

.auth-cover-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
}

.auth-cover-wrapper .auth-cover-content-inner {
    float: left;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: calc(100% - 550px)
}

.auth-cover-wrapper .auth-cover-content-inner .auth-cover-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0
}

.auth-cover-wrapper .auth-cover-content-inner .auth-cover-content-wrapper .auth-img {
    width: 600px;
    margin: auto auto
}

.auth-cover-wrapper .auth-cover-sidebar-inner {
    float: right;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)
}

.auth-cover-wrapper .auth-cover-sidebar-inner .auth-cover-card-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0
}

.auth-cover-wrapper .auth-cover-sidebar-inner .auth-cover-card-wrapper .auth-cover-card {
    width: 100%;
    max-width: 450px;
    margin: auto auto
}

.auth-cover-wrapper .form-control, .auth-cover-wrapper .form-select, .auth-cover-wrapper input {
    color: #283c50;
    padding: 12px 15px;
    border-color: #e5e7eb;
    border-radius: 5px;
}
input:active, input:focus {
    outline: 0;
    color: #283c50;
    border-color: #3454d1 !important;
    box-shadow: none !important;
}





/* table data css */

.table a {
    color: #283c50;
    text-decoration: none;
    font-weight: 600;
    transition: all .3sease;
}

.card {
    margin-bottom: 24px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all .3sease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}
.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    background-color: transparent;
    padding: 25px 25px;
    margin-bottom: 0;
}
.card .card-header .card-title {
    margin-bottom: 0;
    color: #283c50;
    font-size: 16px;
    font-weight: 700;
}
.badge {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 6px;
    border-radius: 3px;
}

.avatar-image, .avatar-text {
    width: 25px;
    height: 25px;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.bg-gray-200 {
    background-color: #e9ecef !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-2 {
    gap: .5rem !important;
}
.table tr td {
    padding: 15px 15px;
    white-space: nowrap;
    vertical-align: middle;
}
.fs-12 {
    font-size: 12px;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #64748b !important;
}
p.remarks {
    width: 240px;
    height: auto;
    font-size: 13px;
    word-wrap: break-word;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    background: #e7e7e7;
    border: 1px solid #ccc;
    display: inline-block;
}
p.remarks span {
    float: left;
    padding: 0 4px 0 0;
    font-weight: 600;
}
p.follow{
    background-color:transparent;
    border: none;
    padding: 0;
    width:190px;
    height:auto;
}
p.follow span{
    font-size: 13px;
    padding: 3px;
    margin: 1px;
}

.search_ select.form-control,.search_ input{
    height: 50px !important;
    border: 1px solid #ccc !important;
    border-radius: 9px !important;
    padding: 0 10px 0 10px !important;
}
.search button.btn {
    padding: 9px 20px;
    border-radius: 9px;
    font-size: 19px;
    margin: 0 10px 0 0px;
}
.text-black{
    color:#000 !important;
}




/* lead Source */



.border-dashed {
    border-style: dashed !important;
}
.rounded-3 {
    border-radius: 6px !important;
}
.wd-150 {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.text-truncate-1-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
@supports (-webkit-line-clamp:1) {
    .text-truncate-1-line {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 700;
    }
}
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.bg-soft-primary {
    background-color: #ebeefa !important;
}
.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.fs-14 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}