.card-one {
    height: 100%;
    border-width: 1px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(204, 210, 218, 0.07), 0 2px 4px rgba(204, 210, 218, 0.07), 0 4px 8px rgba(204, 210, 218, 0.07), 0 8px 16px rgba(204, 210, 218, 0.07), 0 16px 32px rgba(204, 210, 218, 0.07), 0 32px 64px rgba(204, 210, 218, 0.07);
}

.card-one .card-header {
    border-bottom-color: rgba(226, 229, 236, 0.55);
    background-color: rgba(0, 0, 0, 0);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    display: flex;
    align-items: center;
}

.card-one .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    background-color: rgba(0, 0, 0, 0);
    border-top-color: #f3f5f9;
}

.green_dot {
    width: 15px;
    height: 15px;
    background-color: rgb(124, 157, 90);
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.orange_dot {
    width: 15px;
    height: 15px;
    background-color: #FFA500;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.green_dot {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.gray_dot {
    width: 15px;
    height: 15px;
    background-color: gray;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.red_dot {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    background-attachment: fixed;
}

.column1 {
    width: 100%;
    min-width: 50px;
    max-width: 50px;
    left: 0px;
    z-index: 1;
    background-attachment: fixed;
}

.column2 {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    left: 50px;
    z-index: 1;
    background-attachment: fixed;
}

.column3 {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    left: 250px;
    z-index: 1;
    background-attachment: fixed;
}

.column4 {
    width: 100%;
    min-width: 50px;
    max-width: 50px;
    left: 450px;
    z-index: 1;
    background-attachment: fixed;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-24{
    font-size: 24px;
}
.fs-28{
    font-size: 28px;
}

.bg-light-secondary {
	background-color: #F5F5F5!important;
	color: #8F8F8F!important;
}
.bg-light-danger {
	background-color: #FFE5D7!important;
	color: #FF3A3A!important;
}
.case-secondary{
    color:#8F8F8F;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.border-right{
    border-right: 1px solid #8F8F8F;
}
.leader-img{
    width: 70px!important;
    height: 70px!important;
}
.card-header-tabs .nav-link.active {
    /* background-color:#506fd9; */
    background-color: #0035BB;
    color: white!important;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.multiple_img{
    /* width: 100%; */
    width: 130px;
    height:120px;
    object-fit: cover;
}
.bg-light-white{
    background-color: white;
    color: black;
}
.bg-light-primary{
    background-color: rgba(80, 111, 217, .1);
    color: #0035BB;
}
.table-bordered{
    border:1px solid #F5F7FA!important;
}
.table-bottom-border{
    border:1px solid #F5F7FA!important;
}
.ml-8{
    margin-left: 8px;
}

.border-design{
    /* border-top: 3px solid #D6D6D6;  */
    border-top-left-radius: 2.25rem; 
    border-top-right-radius: 2.25rem;
    /* width: 800px;
    margin-left: 70px;  */
    margin-left: 50px;
    margin-right: 50px;
    /* border-left:2px solid #D6D6D6;
    border-right:2px solid #D6D6D6" */
    border: 3px solid #D6D6D6; 
}
input:focus{
    outline: none!important;
}
.badge1{
    position: absolute;
    bottom: 75px;
    left: 50px;
    right: 50px;
}
.font-gray{
    color: #8F8F8F;
}
.bg-light-blue{
    background-color:#EDF2FB ;
}
.list-width{
    width: 235.13px;
}
.ml-auto{
    margin-left: auto;
}
.w-300{
    width: 300px!important;
}
.ml-15{
    margin-left: 15px;
}
.fw-500{
    font-weight: 500;
}
.fs-30{
    font-size: 30px;
}
.fw-600{
    font-weight: 600;
}
.address{
    color: #B8B8B8;
    font-weight:500;
    font-size: 10px;
}
.fs-10{
    font-size: 10px;
}
.nav-tab-border{
    /* padding:4px, 8px, 4px, 8px; */
    border-radius:4px;
    background-color: #F5F5F5;
    width: 377px;
    height: 40px;
    /* gap:10px */
    gap:2px
}
.nav_bg{
    padding:4px, 8px, 4px, 8px;
     margin: auto;
}

input:focus, textarea:focus, select:focus {
    outline: none!important;
    box-shadow: 0 0 0 0 transparent!important;
  }
  .border-bottom{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.label_phone{
    font-size: 14px;
    color: #7f7f7f!important;
}
.bg-white{
    font-size: 18px;
    font-weight: 600;
}