/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');*/
/* Apply uniform font settings to all relevant elements */
second_header {
    font-family: 'Arial', sans-serif; /* Change the font family as needed */
    font-size: 14px; /* Set your desired font size */
}
.simple-icon-info {
    margin-left: -150px;
}
.top-right-button {
    margin-left: 100px;
}
.s-layout  {
    width: 10%;
}
.kpi-header {
    color: #144572; 
    text-align: center;
    vertical-align: middle;
    position: relative; 
    height: 50px; 
    line-height: 150px; 
    font-weight: 100;
    font-style: normal;
}
.kpi-header2 {
    color: #144572; 
    text-align: center;
    vertical-align: middle;
    position: relative; 
    height: 50px; 
    line-height: 150px; 
    font-weight: 100;
    font-style: normal;
}
.kpi-header2 div {
    position: absolute;
    top: 80%; /* Position at half the height of the cell */
    left: 0;
    transform: translateY(-50%); /* Shift up by half of its own height */
    text-align: center;
}
.kpi-header div {
    position: absolute;
    top: 90%; /* Position at half the height of the cell */
    left: 0;
    transform: translateY(-50%); /* Shift up by half of its own height */
    text-align: center;
}



/* Reducing the padding on each side of the columns */
.clickable.flex-fill {
    width: 100%;
    font-style:normal;
    font-weight: 100;
}
.d-flex {
    
}
.clickable.flex-fill {
    padding-right: 20px; /* Increase right padding for more breathing space */
    padding-left: 20px; /* Increase left padding for more breathing space */
}
/* Ensure all table headers and data cells use the same font settings */
.table thead th,
.table tbody td {
    font-family: 'Arial', sans-serif; /* Change the font family as needed */
    font-size: 14px; /* Set your desired font size */
}

html {
  width: 100%;
}
/*new Design implement*/
.active{
    background-color: #E6F3FF !important;
}
.s-layout {
  border-radius: 20px;
  background: #f4faff;
  box-shadow: 0px 4px 20px 0px rgba(21, 58, 89, 0.1);
  min-width: 230px;
}
.s-sidebar__nav ul {
  list-style: none;
  padding-left: 0px !important;
}
.s-sidebar__nav ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
}
.s-sidebar__nav-link {
  color: #144572 !important;
  font-family: "Noto Sans ", sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.contact_support {
  border-radius: 9px;
  border: 1px solid #144572;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: transparent;
  font-family: "Noto Sans Symbols", sans-serif;
  color: #144572;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  position: relative;
  left: -45px;
}
.cmrc_text{
    color: #1D1D1D;
    font-family: "Noto Sans Symbols", sans-serif;
font-size: 2em;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}
.add_note{
    font-family: "Noto Sans Symbols", sans-serif;
    color: #1D1D1D;
font-size: 18px;
font-style: normal;
font-weight: 400;
padding-left: 25px;
  padding-right: 25px;
  border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #1D1D1D;
  padding-top: 8px;
  padding-bottom: 10px;
  background: none;
  cursor: pointer;
}
.border_bottom_color{
    border-bottom: 1px solid #CECECE;


}
.note_sample_bg{
    border-radius: 20px;
background: #EAEFF2;
padding: 40px;
}
.note_sample_h3{
color: #466372;
font-family: "Noto Sans Symbols", sans-serif;
font-size: 2em;
font-style: normal;
font-weight: 400;
}
.note_sample_p{
    color: #466372;
    font-family: "Noto Sans Symbols", sans-serif;
font-size: 1.1em;
font-style: normal;
font-weight: 400;
word-wrap: break-word;
}
.modal-header{
    border-bottom: none !important;
}
.input_modal_field{
    width: 100%;
    height: 55px;
padding: 15px;
background-color: white;
border-radius: 8px;
border: none !important;
}
.input_modal_field:focus{
    outline: none !important;
border: none !important;
}
.textarea_modal_field{
width: 100%;
padding: 15px;
background-color: white;
border-radius: 8px;
border: none !important;
max-height: 123px!important;
}
.textarea_modal_field::-webkit-scrollbar{
  display: none;
}
.textarea_modal_field:focus{
    outline: none !important;
border: none !important;
}
.save_modal_btn{
    border-radius: 10px !important;
    font-size: 16px;
background-color: #0087CB !important;
color: white !important;
padding-left: 22px !important;
padding-right: 22px !important;
padding-top: 12px !important;
padding-bottom: 12px !important;
}
.input_modal_field::placeholder{
    color: #B8B8B8;
    font-family: "Noto Sans Symbols", sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400;
}
.last_updated_text{
    color: #71858F;
    font-family: "Noto Sans Symbols", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
}
.insert_btn{
    border-radius: 3.75px !important;
border: 1.5px solid #144572 !important;
background-color: #144572 !important;
box-shadow: 0px 3px 15px 0px rgba(20, 69, 114, 0.50) !important;
color: #F2F2F2 !important;
font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 15px !important;
font-style: normal !important;
font-weight: 400 !important;
padding: 7.5px 22.5px !important;
}
.departments_cards{
    border-radius: 12.426px;
background: #EAEFF2;
padding: 13.851px;
cursor: pointer;
min-height: 125px;
}
.in_progress_tag{
    border-radius: 3.728px !important;
background: #FFD175 !important;
padding: 0px 3.455px !important;
color: #0D1126 !important;
font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 12px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: normal !important;
}
.complete_progress_tag{
    border-radius: 3.728px !important;
background: #86D7B4 !important;
padding: 0.485px 11.455px !important;
color: #0D1126 !important;
font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 10px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
.departments_cards_text{
    color: #466372 !important;
font-size: 19.881px !important;
font-family: "Noto Sans Symbols", sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
}
.departments_cards_date{
    color: #686868 !important;
    font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 9.941px !important;
font-style: normal !important;
font-weight: 400 !important;
}
.drag_image{
    border-radius: 11.25px;
background: #FFF;
border: 2px dashed #8EBCD3;
cursor: pointer;
width: 100%;
}
.choose_image{
    color: #71858F;
text-align: center;
font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 1rem;
font-style: normal;
font-weight: 400;
padding-top:40px;
}
.select_departments{
    margin-top: 15px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid black;
    border-radius: 10px;
    background: #FFF;
    background-image: url('../img/images/Vector\ 7.png') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-size: 15px auto !important;
}
.select_departments:focus{
    outline: none;
}


/*Initiatives*/


.table_shadow{
    margin-top: 40px;
    border-radius: 20px;
background: #FFF;
box-shadow: 0px 4px 20px 0px rgba(20, 69, 114, 0.25);
}
.th_theme_pl{
    color: #144572 !important;
    font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 800 !important;
line-height: normal !important;
}
.columns_top_bottom_space{
    padding-top: 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #D1D1D1 !important;
}
.columns_top_space_th{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #e7e6e6 !important;
}
.columns_top_space_th_user{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    border-bottom: 1px solid #e7e6e6 !important;
}
.columns_top_space_th_last{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.growth_text{
    color: #333 !important;
    font-family: "Noto Sans Symbols", sans-serif !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none !important;
    border-width: 0;
}
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
  }
  #border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
  }
  #border-pagination li {
    display: inline;
  
  }
  #border-pagination li a {
    border-radius: 5px;
border: 1px solid #144572;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 15px;
padding-right: 15px;
margin-left: 3px;
margin-right: 3px;
color:#144572;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
  text-decoration: none;
  }
  #border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
  }
  /* #border-pagination li a.active {
    background-color: #4caf50;
    color: #fff;
  } */
  #border-pagination li a:hover:not(.active) {
    background: #ddd;
  }
  .comment_img_bg_color{
    padding: 6px;
    border-radius: 8px;
    background: #D6EBFF;
  }
  .input_modal_field_user{
    width: 100%;
    height: 55px;
padding: 15px;
background-color: white;
border-radius: 8px;
border: none !important;
}
.input_modal_field_user:focus{
    outline: none !important;
border: none !important;
}
.input_modal_field_user::placeholder{
    color: #B8B8B8;
    font-family: "Noto Sans Symbols", sans-serif;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
}
.open_tr_plus{
    border-radius: 39.211px;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
background: rgba(145, 205, 235, 0.29);

}
.hidden-row {
    display: none;
    transition: display 0.3s ease;
}

.pl-calender{
border-radius: 6px !important;
border: 0.75px solid #144572 !important;
background: #FFF !important;
padding-left: 10px !important;
padding-right: 10px !important;
padding-top:8px!important;
padding-bottom: 8px!important;
width: 135px;

}
.pl-calender:focus{
    outline: none !important;
}
.btn_back_bg{
    border-radius: 7.5px !important;
background: #f1f1f1 !important;
color: #626161 !important;
font-size: 15px !important;
font-family: "Noto Sans Symbols", sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
padding-left: 15px !important;
padding-right: 15px !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
border: none !important;
text-decoration: none !important;
}

.btn_back_bg_new{
  border-radius: 7.5px !important;
background: #E6F3FF !important;
color: #144572 !important;
font-size: 15px !important;
font-family: "Noto Sans Symbols", sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
padding-left: 15px !important;
padding-right: 15px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
border: none !important;
text-decoration: none !important;
}


/*Image setting*/

.logo_setting  {
    width: 300px; 
    height: auto; 
    overflow: hidden; 
    position: relative;
    left: 50%; 
    transform: translateX(-50%); 
    display: block;
}

.logo_setting img {
    width: 90px; 

}
.logo_setting .me-lg-3 {
    width: 50px;
}

.input_file_hidden{
    display: none;
}


.bars_img{
    background: none !important;
    border: none !important;
}
.offcanvas_content_scroll{
    min-height: 95vh;
    overflow-y: scroll;
}

.custom-file-label{
  border-radius: 11.25px !important;
  border: 1px solid #DBDBDB !important;
  cursor: pointer;
}
/*Corporate exx*/
.clickable{
    color: #144572;
font-family: 'Nunito', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 100;
line-height: normal;
}
.clickable:hover{
  color:#144572 !important;
}
.actual_previous_period{
    background-color: #EFFAFF!important;
    text-align: center!important;
    border-top-right-radius: 8px!important;
    border-top-left-radius: 8px!important;
}
.actual_previous_period >p{
    color:#144572!important;
}
.actual_reporting_period{
    background-color: #CCEEFF!important;
    border-top-right-radius: 8px!important;
    border-top-left-radius: 8px!important;
}
.actual_reporting_period >p{
     color:#144572!important;
}
.second_header{
    background: #FFF!important;
}
.second_header >p{
color: #144572!important;
font-family: IBM Plex Sans!important;
font-size: 14.214px!important;
font-style: normal!important;
font-weight: 700!important;
line-height: normal!important;
}
#table {
    width: 100%; 
}

#table th, td {
    padding: 25px 25px;
    min-width: 30px; 
}
.administration_date{
 color: #9C9C9C;
 /* font-family: Symbol; */
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
}

td.ps-4.columns_top_space_th.description {
  text-align: center;
}
.action-button:first-child {
  padding-right: 15px;
}

.action-button:nth-child(2) {
  padding-right: 15px;
}


.administration_message{
 color: #1D1D1D;
 /* font-family: Symbol; */
 font-size: 20px;
 font-style: normal;
 font-weight: 400;
}
.horizontal_border_div{
    width: 100%;
    background-color: #71858F;
    height: 1px;
    margin-top: 30px;
}
.overflow_y_chat_scroll{
    overflow-y: auto;
    min-height: auto;
    max-height: 150px;

}
.overflow_y_chat_scroll::-webkit-scrollbar {
    width: 6px;
    border-radius: 30px;
  }
  
/*  / Track /*/
  .overflow_y_chat_scroll::-webkit-scrollbar-track {
    background: #c7d2d7;
    border-radius: 30px;
  }
  
/*  / Handle /*/
  .overflow_y_chat_scroll::-webkit-scrollbar-thumb {
    background: #71858F;
    width: 15px;
    border-radius: 30px;

  }
  
/*  / Handle on hover /*/
  .overflow_y_chat_scroll::-webkit-scrollbar-thumb:hover {
    background: #71858F;
    border-radius: 30px;

  }

.choose_excel_file{
    color: #71858F;
/*font-family: Symbol;*/
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 18.75px; / 125% /
}
.download_sample{
    color: #144572;
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.download_sample_bg{
    border-radius: 10px;
background: #EFFAFF;
padding: 16px 23px;
}
.calendar {
    padding-left: 30px;
}

.month {
    color: #144572;
text-align: center;
font-family: Tajawal;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.active_month {
    font-weight: bold;
    font-size: 26px;
}
.prev-arrow {
    background-image: url('../img/images/Icons.png'); 
    width: 20px; 
    height: 20px; 
    padding-right: 30px;
    background-repeat: no-repeat;
  }
.next-arrow {
    background-image: url('../img/images/Icons\ \(1\).png'); 
    width: 20px; 
    height: 20px; 
    padding-right: 30px;
    background-repeat: no-repeat;
  }
.prev-arrow, .next-arrow {
    font-size: 24px;
    cursor: pointer;
}
.position_arrow_left{
    position: relative;
    top: -67px;
    right: -135px;
    z-index: 100;
}
.position_arrow_down{
    position: relative;
    top: 70px;
    right: -136px;
    z-index: 100;
}
.year-calendar {
    padding-left: 10px;
}

.year {
    color: #144572;
text-align: center;
font-family: Tajawal;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.active_year{
    font-weight: bold;
    font-size: 26px;
}
.prev-year{
    background-image: url('../img/images/Icons\ \(1\).png'); 
    width: 20px; 
    height: 20px; 
    padding-right: 30px;
    background-repeat: no-repeat;
}
.next-year{
    
    background-image: url('../img/images/Icons.png'); 
    width: 20px; 
    height: 20px; 
    padding-right: 30px;
    background-repeat: no-repeat;
}
.prev-year, .next-year {
    font-size: 24px;
    cursor: pointer;
}



/*Login Pages*/
 .login_box_shadow{
    border-radius: 20px;
background: #FFF;
box-shadow: 0px 15px 50px 0px rgba(153, 174, 194, 0.25);
width: 500px;
  }
  .forget_password_shadow{
    border-radius: 20px;
background: #FFF;
box-shadow: 0px 15px 50px 0px rgba(153, 174, 194, 0.25);
min-width: 550px;
  }
  .error {
    color: red;
    font-size: 12px;
}

  .welcome_kpi_compass{
    color: #144572;
/*font-family: Symbol;*/
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
  .email_p{
    padding-top: 10px;
    color: #000;
    font-family: Tajawal;
font-size: 16px;
font-style: normal;
font-weight: 500;
  }
  .input_form_class{
    padding: 20pximportant;
    border-radius: 8px;
    font-size: 16px!important;
  }
  .input_form_class:focus{
    box-shadow: none !important;
  }
  .margin_bottom_img{
    margin-bottom: 190px;
  }
  .forget_password{
    color: #144572 !important;
font-family: IBM Plex Sans;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
  }
  .remember_me_bg{
    border-radius: 10px;
background: #EFFAFF;
padding: 15px;
  }
  .remember_me{
    color: #144572;
font-family: Tajawal;
font-size: 16px;
font-style: normal;
font-weight: 500;
  }
  .login_button{
    border-radius: 10px;
background: #0087CB;
box-shadow: 0px 4px 20px 0px rgba(0, 135, 203, 0.56);
color: #FFF;
/*font-family: Symbol;*/
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: none;
padding: 15px;
border: none;
  }

  
    .select2-selection--multiple{
        
        border: 1px solid black !important; 
        border-radius: 10px !important;
        background: #FFF !important;
        
        padding: 4px 10px !important;
        margin-top: 15px !important;

    }

    /* calander */

    .calander {position: relative;display: block;}
    .calander label {position: relative;display: block;font-size: 14px; line-height: 16px; color: #97a6ae; margin-bottom: 15px;}
    .calander .clBox {position: relative;display: flex;background-color: #fff; border-radius: 30px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16); padding: 25px;width: 434px;
      justify-content: space-between;}
    .calander .clBox .cbox-item {position: relative; display: flex; align-items: center;width: 33%;}
    .calander .clBox .cbox-item .cvalue {position: relative;}
    .clBox .cbox-item .cvalue span {text-transform: capitalize; position: relative; display: block; text-align: center; font-size: 16px; line-height: 22px;color: #a4b3c0;}
    .clBox .cbox-item .cvalue input { color: #144572; position: relative; display: block; text-align: center; border: unset; box-shadow: unset; outline: none; font-size: 18px;text-transform: capitalize; font-weight: 500; padding: 5px 0; line-height: 20px; margin: 5px 0; width: 100px;}
    .calander .clBox .cbox-item .cation { position: relative; display: flex; flex-flow: column;}
    .clBox .cbox-item .cation button {border: none; position: relative; display: flex; width: 25px; height: 25px; padding: 3px; border-radius: 50%; margin: 0 0 15px; align-items: center;justify-content: center;}
    .clBox .cbox-item .cation button:last-child {margin: 0;}
    .clBox .cbox-item .cation button img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  

  .action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  
  

@media only screen and (max-width:1600px) and (min-width:320px){
    .table_overflow_x_scroll{
        min-width: auto;
        overflow-x: auto !important;
        padding-left: 10px !important;
    }
}
@media only screen and (max-width:7000px) and (min-width:1440px){
    .login_box_shadow{
        border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 15px 50px 0px rgba(153, 174, 194, 0.25);
    /* max-width: 500px; */
    /* margin-left: 80px; */
      }
}

@media (min-width: 768px) {
  .action-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media only screen and (max-width:1440px) and (min-width:320px){
    .table_overflow_x_scroll{
        min-width: auto;
        overflow-x: auto !important;
        padding-left: 10px !important;
    }
}


@media(max-width:600px){
     thead tr {
        display: none;
    }

    tbody tr {
        display: block;
        margin-bottom: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        border-radius: 5px;
    }

    tbody tr td {
        display: block;
        text-align: right;
        padding-left: 50%; 
        position: relative;
        box-sizing: border-box;
    }

    tbody tr td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%; 
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}
.support_team_contact_p{
    color: #1D1D1D;
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.contact_btn{
    border-radius: 8px;
background-color: #1D1D1D !important;
padding: 15px;
justify-content: space-between;
align-items: left;
color: white !important;
border: none;

}
.textarea_modal_contact{
    width: 100%;
padding: 15px;
background-color: white;
border-radius: 11.25px;
border: 1px solid #DBDBDB !important;
}
.textarea_modal_contact:focus{
    outline: none !important;
}


.permissions_h3{
    color: #1D1D1D;
    padding-top: 9px;
    padding-left: 30px;
font-size: 24px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
}
.permissions_bg{
    border-radius: 15px;
background: #F7F7F7;
padding: 26px;
}
.permissions_cards_text{
    color: #1D1D1D;
font-size: 1.4em;
font-style: normal;
font-weight: 400;
text-transform: capitalize;
}
.read_access_p{
    color: #1D1D1D;
font-size: 20px;
font-style: normal;
font-weight: 400;
}

  
  .slider-btn {
    position: relative!important;
  
    &:before,
    &:after {
      bottom: 0!important;
      content: ''!important;
      display: inline-block!important;
      margin: auto!important;
    }
  
    
    &:before {
     background-color: #EDEDED!important;
     border: 1px solid #C1C1C1!important;
     border-radius: 50px!important;
     top: 0;
     height: 20px!important;
     width: 40px!important;
    }
  
    
    &:after {
      background-color: #D9D9D9!important;
      border-radius: 50%!important;
      position: absolute!important;
      top: -8px!important;
      height: 16px!important;
      left: 3px!important;
      transition: .4s!important;
      width: 15px!important;
    }
  }
  
  .toggle-checkbox {
    display: none!important;
  
    
    &:checked ~ .slider-btn:before {
      background-color: #EAFFF6!important;
     border: 1px solid #86D7B4!important;
    }
    
    &:checked ~ .slider-btn:after {
      background-color: #86D7B4!important;
      transform: translateX(19px)!important;
    }
    
  }

  .initiatives_detail_bg{
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    background: #F7F7F7;
  }
  .initiatives_detail_title_p{
    color: #71858F;
font-size: 16px;
font-style: normal;
font-weight: 400;
  }
  .initiatives_detail_title_details{
    color: #144572;
font-size: 16px;
font-style: normal;
font-weight: 400;
  }
  .initiatives_detail_date{
    color: #144572;
font-size: 16px;
font-style: normal;
font-weight: 400;
  }
  .completed_initiative_tag{
    border-radius: 5.4px;
background: #86D7B4;
padding: 3.6px 10.8px;
font-size: 15px;
font-style: normal;
font-weight: 400;
display: flex;
width: 106.2px;
justify-content: center;
align-items: center;
margin-top: 2px;
  }

  .even_pl:nth-child(odd) {background: #F6FAFF!important;}