.main-section{
    padding: 15px;
}
.col-md-3:not(:last-child) .dashboard-card{
   border-right: 2px solid #9ba4b27a;
}
.dashboard-card {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.table-main tr{
    border-bottom: 1px solid #EEEEEE;
}
.table-main th{
    color: #898D8F;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0;
}
.table-main td{
   
    font-weight: 400;
    font-size: 12px;
    padding: 5px 0;
}
.select{
    border: none;
    width: auto;
    height: auto;
    padding-top: 0;
    line-height: 12px;
    padding-bottom: 3px;
    background-size: 10px;
    padding-right: 30px;
}
.main-section{
    height: calc(100vh - 60px);
    overflow: auto;
}
.bg-light-blue{
    background: #F4F7F8;
}
.btn-ramblers{
        background: #5C42A6!important;
        color: white!important;
        height: 34px;
}
.btn-ramblers:hover {
    background-color: #5C42A6;
    color: white;
    box-shadow:3px 3px 5px 2px #5c42a62b;
    transition: .3s;
}
.btn-outline-ramblers{
        border: 1px solid #5C42A6;
        background: #Fff;
        color: #5C42A6;
        font-weight: 600;
        height: 34px;
        font-size: 13px;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
}
.btn-outline-ramblers:hover {
    background-color: #Fff;
    border: 1px solid #5C42A6;
    color: #5C42A6;
    box-shadow:3px 3px 5px 2px #5c42a62b;
    transition: .3s;
}
.btn-ramblers2{
        border: 1px solid #5C42A6;
        background: #F4F7F8;
        color: #5C42A6;
        height: 34px;
        font-size: 13px;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
}
.btn-ramblers2:hover {
    background-color: #F4F7F8;
    border: 1px solid #5C42A6;
    color: #5C42A6;
    box-shadow:3px 3px 5px 2px #5c42a62b;
    transition: .3s;
}
.text-success{
    color: #2BB219!important;
}
.text-danger{
    color: #C3282E!important;
}
.bg-soft-success{
    background: #2BB21933;
}
.bg-soft-danger{
    background: #C3282E33;
}
.bg-ramblers{
    background-color: #F4F7F8;
}
.text-2{
    color: #5364BE;
}
.text-3{
    color: #5C42A6;
}
.text-4{
    color: #646E76;
}
.underline{
    text-decoration: underline;
}
.main-section2 h3{
    font-size: 16px;
    margin: 0;
}
.main-section2 h4{
    font-size: 14px;
    margin: 0;
}
.main-section2 h5{
    font-size: 13px;
    margin: 0;
    font-weight: 500;

}

.main-section2 h6{
    font-size: 10px;
    margin: 0;
    color: #080E13;
    font-weight: 500;
}
.modal-body h3{
    font-size: 16px;
    margin: 0;
}
.modal-body h4{
    font-size: 14px;
    margin: 0;
}
.modal-body h5{
    font-size: 12px;
    margin: 0;
}
.modal-body h6{
    font-size: 10px;
    margin: 0;
    color: #646E76;
}
.table-sec{
    width: 100%;
    border: 1px solid #D9D8D8;
    border-radius: 6px;
    min-height: 200px;
}

.table1{
    width: 100%;
   /* margin-bottom: 15px;*/
}
.table1 tr.active{
    background: #8EA0FF33;
}
.table1 th{
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #D4D4D4;
    padding: 8px 15px;
    color: #646E76;
}
.table1 tr:last-child td{
    border: none;
}
th, td{
    white-space: nowrap;
}
.table1 td{
    font-size: 13px;
    margin: 0;
    border-bottom: 1px solid #D4D4D4;
    padding: 8px 15px;
    color: #404345;
}
.table1 .active td{
    border: none;
}
.table-sec2 tr:nth-child(even){
   background: #F8FAFB;
}
.table-sec2 .table1 td{
    border: none;
}
hr {
    margin-top:1rem;
    margin-bottom:1rem;
    border: 0;
    border-top: 1px solid #D4D4D4;
    height: 0;
    opacity: 1;
}


.table-tr {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #D4D4D4;
    flex-flow: nowrap;

}
.table1 .table-td{
    font-size: 13px;
    margin: 0;
    padding: 8px 13px;
    color: #404345;
  /*  white-space: nowrap;*/
}
.table-collapse {
    align-items: center;
    border-bottom: 1px solid #D4D4D4;
    margin: 0;
    padding: 8px;
    flex-wrap: nowrap;



}
.table1 .table-td:nth-child(2){
    padding-left: 5px;
}
.view-less{
    cursor: pointer;
}
.collapsed .view-less{
    display: none;
    cursor: pointer;
}
.view-details{
    display: none;
    cursor: pointer;
}
.collapsed .view-details{
    display: block;
}
.collapse{
    transition: 0s;
}
@media only screen and (max-width: 1200px) {
    .table1 .table-td{
        width: fit-content;
        min-width: 10%;
    }
}
/*mambers start*/

.filter-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-flow: wrap;
}
.input-group1{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-flow: wrap;
}
.card-2{
    text-align: center;
    border: 1px solid #D9D8D8;
    border-radius: 6px;
    padding: 10px;
    margin-top: 6px;
}
.card-2 .table-sec2 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.user-dp{
    width: 40px;
    height: 40px;
    border-right: 50%;
    object-fit: cover;
}
.user-dp2{
    width: 30px!important;
    height: 30px!important;
    border-right: 50%;
    object-fit: cover;
}
.user-dp3{
    width: 25px!important;
    height: 25px!important;
    border-right: 50%;
    object-fit: cover;
}

.card-1{
    text-align: center;
    border: 1px solid #D9D8D8;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
}
.card-1:hover{
    border:1px solid #c3282e80;
}
.card-1.active{
    text-align: center;
    border: 1px solid #C3282E;
    border-radius: 6px;
    padding: 10px;
}
.card-1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 6px;
}

.members{
    margin-left: -6px;
    margin-right: -6px;
}
.col-item{
    padding: 6px;
}
.add-image-sec{
    position: relative;
    width: fit-content;
}

.file-choose{
    width: 28px;
    height: 28px;
    position: absolute;
    right: -3px;
    bottom: 0px;
    border-radius: 50%;
    cursor: pointer;

}
.file-choose .add-image{
    width: 28px;
    height: 28px;
    cursor: pointer;

   
} 
.add-image-sec input{
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.add-image-sec .user-dp{
    width: 50px;
    height: 50px;
}


/*members enx*/













@media only screen and (max-width: 768px) {
.dashboard-card{
    border: none!important;
    min-height: 90px;
    /*align-items: center;*/
}
    
}