// commont css

.card {
    margin-top: 10px;
    width: 100%;
}

.cardContent {
    margin: -10px;
}

.col {
    display: flex;
    flex-direction: column;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginLeft10 {
    margin-left: 10px;
}

.displayflex {
    display: flex;
}

.tittle {
    font-size: 24px;
    font-weight: 600;
    color: #3a3541;
    margin-top: 0px;
}

.textAlignRight {
    text-align: right;
}

// welcome component css
.welcome {
    justify-content: space-between;
}

.welcome__div {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
}

.welcome__div__largeText {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: auto;
}

.welcome__div__largeText_name {
    font-size: 18px;
    color: white;
    font-weight: 400;
}



.welcome__div__smallText {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: auto;
}

// headLines component css
.headLines__left {
    background-color:#2FB153;
    border-radius: 10px;
}

.headLines__left__textDivOne {
    width: 100%;
    margin-left: 10px;
}

.headLines__left__textDiv__backgroundImage {
    background: url('../../Assest/Svg/DashboardWelcomeImg.svg') no-repeat -75% 140%;
    height: 100%;
    width: 100%;
}

.headLines__left__textDivOne_text {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.headLines__left__textDivTwo {
    width: 100%;
    margin-left: 10px;
    margin-top: -10px;
}

.headLines__left__textDivTwo_text {
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    text-align: justify;
}

.headLines__left__textDivOne__text__name {
    font-weight: 700;
    color: #ffc061;
}

.headLines__right {
    max-height: 124px;
}

.headLines__right__row {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-left: 20px;
    margin-bottom: 0px;
}

.headLines__right__row__headline {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #25396f;
    line-height: 32px;
}

.headLines__right__row__headline__arrow {
    position: absolute;
    right: 0px;
    top: 2px;
}

.headLines__right__row__headline__arrow__button {
    display: contents;
    margin-top: auto;
}

.headLines__right__row__tittle {
    font-size: 16px;
    font-weight: 600;
    color: #364459;
    margin-bottom: 0px;
}

.headLines__right__row__description {
    font-size: 16px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 0px;
    text-align: justify;
}

//clients component css

.client__card__height {
    height: 360px;
}

.clients__first__left {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #364459;
}

.client__first__middle {
    text-align: end;
}

.client__first__middle__text {
    font-size: 14px;
    font-weight: 700;
    color: #718096;
    margin-top: 15px;
}

.client__first__middle__count {
    font-size: 24px;
    font-weight: 700;
    color: #25396f;
    margin-top: 3px;
    margin-left: 10px;
}

.client__first__right {
    text-align: end;
}

.client__second {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    overflow-wrap: anywhere;
}

.client__second__col {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
}

.client__second__number {
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: end;
}

.client__second__number__tag {
    font-size: 10px;
    font-weight: 600;
    //border-radius: 10px;
    color: #000000 !important;
    line-height: 14px;
}

.client__second__name {
    font-size: 13px;
    font-weight: 500;
}

.client__third {
    position: relative;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

//Missing Info Component CSS

.missingInfo__main__height {
    height: 360px;
}

.missingInfo__first__left {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #364459;
    margin-top: -10px;
}

.missingInfo__first__middle {
    text-align: end;
}

.missingInfo__first__middle__text {
    font-size: 14px;
    font-weight: 700;
    color: #718096;
}

.missingInfo__first__middle__count {
    font-size: 24px;
    font-weight: 700;
    color: #25396f;
    margin-top: -5px;
}

.missingInfo__first__right {
    text-align: end;
}

.missingInfo__second {
    margin-top: 20px;
}

.missingInfo__second__row {
    font: caption;
    display: flex;
    align-items: center;
    justify-content: center;
}

.missingInfo__second__row__first__col {
    font-size: 14px;
    color: white;
    font-weight: 500;
    line-height: 17px;
}

.missingInfo__second__row__second__col {
    text-align: end;
    font-size: 18px;
    color: white;
    font-weight: 600;
    line-height: 22px;
}

//Invoice and credit controller CSS

.icController__main__height {
    height: 360px;
}

.icController__select {
    background-color: #f6f6f6;
    border-radius: 10px;
}

.icController__first {
    display: flex;
    align-items: center;
}

.icController__first__tittle {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #364459;
}

.icController__second {
    display: flex;
    align-items: center;
}

.icController__third {
    display: flex;
    align-items: center;
    justify-content: end;
}

.icController__chart__first {
    margin-top: 10px;
    align-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.icController__chart__second {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.icController__chart__second__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
}

.icController__chart__second__col__firstDiv {
    font-size: 13px;
    font-weight: 400;
    color: #83838d;
    text-align: center;
}

.icController__chart__second__col__secondDiv {
    font-size: 20px;
    font-weight: 500;
    color: #47484a;
    text-align: center;
}

// To do Component CSS

.todo__main__height {
    height: 800px;
}

.todo__tab__one {
    margin-top: 20px;
}

.todo__tab__one__tag {
    width: 70px;
    height: 20px;
    color: #364459;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.todo__tab__one__badge {
    height: 10px;
    color: #364459;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.todo__tab__two__main__active {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #306bff;
    cursor: pointer;
}

.todo__tab__two__main__inactive {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #a0aec0;
    cursor: pointer;
}

.todo__tab__two__main__right {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #306bff;
    text-align: end;
    cursor: pointer;
}

.todo__list__main {
    width: 100%;
    margin-top: 10px;
}

.todo__list__main__item__main {
    width: 100%;
}

.todo__list__main__item__main__tittle {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #364459;
}

.todo__list__main__item__main__first__content {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #718096;
    margin-bottom: 6px;
    margin-top: 6px;
}

.todo__list__second__item__tittle {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #718096;
    margin-bottom: 6px;
    margin-top: 6px;
}

.todo__list__third__item__first__tittle {
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    color: #718096;
}

.todo__list__third__item__second__tittle {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 10px;
    font-weight: 400;
    color: #718096;
}

.todo__last__item__main {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.todo__last__item__button {
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 23px;
    align-self: flex-end;
}

.todo__last__item__icons {
    margin-top: 5px;
}

//To Follow Css

.toFollow__main__height {
    height: 440px;
}

.toFollow__select {
    width: 120px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.toFollow__viewAll {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #306bff;
    text-align: end;
    cursor: pointer;
}

.toFollow__tab__active {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #306bff;
}

.toFollow__tab__inactive {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #a0aec0;
}

.toFollow__chart__main {
    margin-top: 10px;
    align-content: center;
    position: relative;
    width: 100%;
    height: 200px;
    top: 0%;
    left: 0%;
}

.toFollow__chart__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
    color: #364459;
}

//staff progress css

.staffProgress__main__height {
    height: auto;
}

.staffProgress__tittle {
    font-size: 20px;
    font-weight: 600;
    color: #364459;
    line-height: 32px;
}

.staffProgress__viewall {
    font-size: 14px;
    font-weight: 500;
    color: #306bff;
    line-height: 20px;
    align-self: center;
    text-align: end;
    cursor: pointer;
}

.staffProgress__table {
    margin-top: 10px;
    width: 100%;
}

.staffProgress__search {
    width: 350px;
    margin-top: 10px;
    border-radius: 100px;
    input,
    button {
        background: #eeeff2;
    }
}

.staffProgress__table__tittle {
    font-size: 14px;
    font-weight: 600;
    // line-height: 24px;
    color: #444b50;
    text-align: center !important;
}

// calender component Css

.calender__main__height {
    height: 420px;
}

.calender__tittle__main {
    display: flex;
    flex-direction: row;
}

.calender__tittle__header1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
}

.calender__tittle__header2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 18px;
}

.calender__list__item {
    display: block !important;
    padding: 10px !important;
    margin: 5px;
    background-color: #f0f6ff;
}

.calender__list__item__time__col {
    display: flex;
    flex-direction: row;
}

.calender__list__item__time__value {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #8f9bb3;
    align-self: center;
}

.calender__list__item__tittle__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #364459;
}

.calender__list__item__sub__tittle__value {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #8f9bb3;
    margin-top: 6px;
}

.calender__tag {
    border-radius: 10px;
}

//myTask Component Css
.myTask__tittle {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #364459;
}

.myTask__add {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #306bff;
}

.myTask__select {
    width: 120px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.myTask__viewall {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #306bff;
    text-align: center;
}

.myTask__list__item {
    display: block !important;
    padding: 10px !important;
    margin: 5px 0px !important;
    background-color: #f0f6ff;
    border-radius: 10px;
    border: 0px;
    overflow-x: hidden !important;
}

.myTask__list__item__tittle {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #364459;
}

.myTask__list__item__tag__one {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 10px;
}

.myTask__list__item__status {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 400;
    color: #b3b3b3;
}

.myTask__list__item__dot {
    border-radius: 10px;
    height: 10px;
    width: 10px;
    place-self: center;
}

.myTask__list__itme__complete__status {
    font-size: 11px;
    font-weight: 400;
    color: #344054 !important;
    border: 1px Solid #d0d5dd !important;
    padding: 1.5px 6px;
    border-radius: 8px;
}

//mobile Request Component Css

.mobileRequest__tittle {
    font-size: 20px;
    font-weight: 600;
    align-self: center;
}

.mobileRequest__viewall {
    font-size: 14px;
    font-weight: 500;
    color: #306bff;
    text-align: right;
    align-self: center;
}

.moblieRequest__list__item {
    display: block !important;
    padding: 10px !important;
    margin: 5px;
    background-color: #f0f6ff;
}

.moblieRequest__list__item__dot {
    border-radius: 10px;
    height: 10px;
    width: 10px;
    place-self: center;
}

.moblieRequest__list__item__tittle__main {
    display: flex;
    flex-direction: row;
}

.moblieRequest__list__item__tittle {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.moblieRequest__list__item__subtsittle__main {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #718096;
    margin-top: 8px;
}

.moblieRequest__list__item__subtsittle__col {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.moblieRequest__list__item__subtsittle {
    font-size: 14px;
    font-weight: 600;
    color: #364459;
}

//To Approve Component CSS

.toApprove__tittle {
    font-size: 20px;
    font-weight: 600;
    align-self: center;
}

.toApprove__viewall {
    font-size: 14px;
    font-weight: 500;
    color: #306bff;
    text-align: right;
    align-self: center;
    cursor: pointer;
}

.toApprove__list__item {
    display: block !important;
    padding: 10px !important;
    margin: 5px;
    background-color: #f8f8f8;
}

.toApprove__list__item__tittle {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #383853;
    margin-left: 10px;
}

.toApprove__list__item__reason {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
    color: #667085;
    margin-left: 10px;
}

.toApprove__list__item__leavetype {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    border-radius: 10px;
}

.toApprove__list__item__leaveday {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    background-color: #f8f9fc;
    color: #363f72;
    border: none;
    border-radius: 10px;
}

.toApprove__list__item__button__main {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 5px;
}

.toApprove__list__item__button__approve {
    background-color: #00c851 !important;
    border-radius: 10px;
    font-size: 11px;
    color: #ffffff;
}

.toApprove__list__item__button__cancel {
    background-color: #ec2d38 !important;
    border-radius: 10px;
    font-size: 11px;
    color: #ffffff;
}
.client__card__button {
    background-color: #1f6edc;
    border-radius: 10px;
    font-size: 11px;
    color: #ffffff;
}
.client__card__buttonInactive {
    border-radius: 10px;
    font-optical-sizing: 11px;
}
.flexContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom_table td {
    text-align: center;
}

.custom_table th {
    text-align: center;
}
