@font-face {
    font-family: primaryfont;
    src: url(../font/Proxima\ Nova\ Font.otf);
}

:root {
    /* colors  */
    --primary-blue: #1A2358;
    --secondary-teal-blue: #1995AD;
    --dashboard-body: #E9EAEF;
    --light-clrvariant-1: #8F8EED;
    --light-clrvariant-2: #00CCCD;
    --light-clrvariant-3: #3F50F6;
    --light-clrvariant-4: #007EA7;
    --light-clrvariant-5: #F59095;
    --white: #fff;
    --black: #000;
    --progress-bar-bg: #BABABA;
    --light-blue: #BFCDE0;
}



body {
    /* background: #050A28; */
    font-family: primaryfont;
}

body.bg-primary-body {
    background-color: var(--dashboard-body);
}
#container {
    padding-left: 77px !important;
    padding-top: 35px !important;
    /*display: grid !important;*/
    grid-template-columns: 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% 4.56% !important;
    /* background-color: var(--dashboard-body); */
    margin-top: 40px;
}
.titlebar {
    background: var(--primary-blue);
    border-radius: 0px !important;
    border: none;
    top: 11px;
    margin-left: 0;
    z-index: 9;
}
#subtitleInfo {
    /* position: absolute;
    top: 75px;
    left: 90px;
    color: #fff; */
    position: absolute;
    top: 70px;
    left: 80px;
    color: #000;
    font-weight: 600;
    width: 91%;
}
#subtitleInfo a img {
    width: 17px;
    margin-right: 10px;
}
#title-bar .title {
    margin-top: -10px;
    margin-bottom: 0px;
    visibility: hidden !important;
}

#title-bar .titlebartitle {
    visibility: hidden;
}

#title-bar1 .title {
    margin-top: -10px;
    margin-bottom: 0px;
    visibility: hidden !important;
}

#title-bar1 .titlebartitle {
    visibility: hidden;
}

#title-bar2 .title {
    margin-top: -10px;
    margin-bottom: 0px;
    visibility: hidden !important;
}

#title-bar2 .titlebartitle {
    visibility: hidden;
}

.titlebartitle {
    padding-left: 70px;
}
.titleDropMonth {
    display: none;
}

.dc-chart, .data-count, .list-view, .global-chart, .d3-bubble, .composite-chart, .doublespline, .packed-bubble, .composite-stacked-bar-chart, .radius-pie, .pie-chart, .pie-chart-with-environment-option, .realtimeseries, .grouped-bar, .speedometer, .stacked-bar, #semi-donut1, #semi-donut2, #listview-dots, #listview-box, #table-view, #treeMap-chart, #groupedBarSimple, #cardView, #dataTables, .table-view, #countView, .processallbar, #rally_container, #jira-status-board {
    background-color: #fff !important;
    border: none;
    position: relative;
}

#cardView, #team-performance, #tools-integration, #process_efficiency_all_bar, #table_OKR, #groupedBarSimple, #costByService, #costByAccount, #countView, #rally_container, #jira-status-board {
    margin-top: 3em !important;
    overflow: visible !important;
} 

#table_OKR, #process_efficiency_all_bar, #countView {
    margin-top: 24px !important;
}

#cardView, #team-performance, #tools-integration, #jira-status-board {
    height: 100%;
}

#rally_container > .rally_containertitle {
    /*display: none;*/
    text-align: left;
    color: #000;
}

#costByAccount .highcharts-subtitle {
    top: 170px !important;
    left: 106px !important;
}

/* .primary-ford-btn {
    padding: 10px;
    width: 200px;
    border: 1px solid var(--secondary-teal-blue) !important;
    background-color: var(--secondary-teal-blue);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.secondary-ford-btn {
    padding: 10px;
    width: 200px;
    border: 1px solid #1a2358 !important;
    color: #1a2358;
    background-color: var(--white);
    border-bottom: none !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} */


.primary-ford-btn {
    padding: 10px;
    width: 200px;
    border-bottom: 5px solid var(--secondary-teal-blue) !important;
    background: var(--dashboard-body);
    color: var(--black);
}

.secondary-ford-btn {
    padding: 10px;
    width: 200px;
    border: none;
    color: var(--black);
    background: transparent;
    /* border-bottom: none !important; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
}

.primary-ford-btn:hover, .primary-ford-btn:focus, .primary-ford-btn:active, .secondary-ford-btn:hover, .secondary-ford-btn:focus, .secondary-ford-btn:active {
  box-shadow: none !important;
}

/*#costByService .highcharts-container .highcharts-root {
    width: 379px !important;
    height: 526px !important;
}*/

.pie-chart-with-environment-option {
    width: 100% !important; 
}

.environment_div {
    padding-top: 1em !important;
}

.environment_div input[type=radio] {
    border: 0px !important;
    width: 100% !important;
    height: 2em !important;
}

.environment_div label {
    font-size: 14px !important;
    padding-left: 20px !important;
    line-height: 18px !important;
}
.data-count {
    background-color: #1A2358 !important;
    cursor: pointer;
}
.box-list-ul {
    list-style-type: none;
    padding-left: 0;
}
.box-list-ul li {
    background-color: #06054e;
    border-radius: 3px;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
}
.box-list-ul li:last-child {
    margin-bottom: 0px;
}
.box-list-ul li h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
.box-list-ul li p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.dot-list {
    list-style-type: none;
    text-align: left;
    padding-left: 15px;
}
ul.dot-list li {
    font-size: 13px;
    /* margin-bottom: 20px; */

    /* background-image: linear-gradient(180deg, red 0%, red 100%);
    background-repeat: no-repeat;
    background-size: 2px 100%;
    background-position: 1rem center; */
    display: block;
    /* min-height: 2rem; */
    /* padding-top: 1rem; */
    padding-bottom: 15px;
    padding-left: 17px;
    position: relative;
}
ul.dot-list li::before {
    content: "\2022";
    color: #ffa700; 
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
    font-size: 20px;
  }

  ul.dot-list li::after {
    content : "";
      position: absolute;
      left    : 0;
      top  : 50%;
      height  : calc(100% - 3px);
      width   : 2px;  /* percentage of the element width*/
      border-left:2px dashed #ffa700;
  }
  ul.dot-list li:last-child::after {
    content: "";
    height: 0px;
  }

  .sidenav {
    position: fixed;
    width: 60px;
    background-color: var(--secondary-teal-blue);
    top: 53px;
    left: 0px;
    min-height: 100%;
    border-radius: 0px;
    z-index: 99;
  }
  .sidenav ul {
    padding: 0;
    list-style-type: none;
  }
  .sidenav ul li {
    margin-bottom: 10px;
  }
  .sidenav ul li img {
    /*filter: invert(0.4);*/
    width: 22px !important;
  }
  .sidenav ul li a {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 13px 0px;
  }
  .border-inner {
    width: 100%;
    height: 100%;
    background-color: #1E2761 !important;
    position: absolute;
    display: none;
    top: 0;
    border: 0;
    right: 0;
    z-index: 1;
    /* border-radius: 4px; */
}
.sidenav ul li a.active .border-inner {
    display: block;
}
.sidenav ul li a.active img {
    filter: invert(0);
}
.sidenav ul li a.active img {
    filter: invert(0);
    z-index: 9;
    position: relative;
}
.sidenav ul li a:hover {
    background-color: var(--primary-blue) !important;
}
.card-flex{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.card-box{
    /*width: 31.33%;*/
    /* border: 1px solid white; */
    margin: 1%;
    padding: 4px;
    border-radius: 12px;
    text-align: left;
    background: #fff 0% 0% no-repeat padding-box;
    color: #000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
    /*cursor: pointer;*/
}
.card-box h6 {
    font-size: 10px;
    font-weight: 800;
    padding: 5px;
    margin-bottom: 0;
    height: 34px;
}
.card-box p {
    margin-bottom: 0;
    padding: 0px 5px;
    font-size: 10px;
}
.p-0{
    padding:0px !important;
}
.p-5{
    padding:3px !important;
}
.m-0{
    margin: 0px !important;
}
.m-5{
    margin: 5px !important;
}
.data-count {
    background-image: none;
}
.data-count .title {
    color: #fff;
    top: 15%;
}
.data-count .countDataContent {
    top: 15%;
    height: 50%;
}
.data-count .subtitiletext {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    padding-left: 12px;
}
.dataTables_length, .dataTables_filter {
    display: none;
}

/* Code Quality CSS */

#reliability {
    background-color: var(--light-clrvariant-1) !important;
}

#security {
    background-color: var(--light-clrvariant-2) !important;
}

#maintainability {
    background-color: var(--light-clrvariant-3) !important;
}

#securityreview {
    background-color: var(--light-clrvariant-5) !important;
}

#coverage {
    background-color: var(--light-clrvariant-4) !important;
}

#duplicatedlines {
    background-color: var(--light-clrvariant-1) !important;
}

#size {
    background-color: var(--light-clrvariant-5) !important;
}

#timetofix {
    background-color: var(--light-clrvariant-3) !important;
}

#qualitygate {
    background-color: var(--light-clrvariant-4) !important;
}

#team-performance .table-list, #table_OKR .table-list {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    text-align: left;
}

#team-performance .table-list tbody, #table_OKR .table-list tbody {
    width: 100%;
    display: table;
}
#team-performance .table-list tr, #table_OKR .table-list tr {
    background-color: var(--white);
    height: 35px;
    font-size: 13px;
    color: var(--primary-blue);
    /* border: 1px solid var(--black); */
}

#team-performance .table-list tr td, #table_OKR .table-list tr td {
    border-bottom: 1px solid var(--black);
    /* border-radius: none; */
}

#team-performance .table-list tr td img {
    width: 17px;
}
#tools-integration .table-list tr td img {
    width: 20px;
}
#team-performance .table-list tr td, #table_OKR .table-list tr td, #team-performance .table-list tr th, #table_OKR .table-list tr th {
    padding: 0px 10px;
}
#team-performance .table-list tr:first-child, #table_OKR .table-list tr:first-child {
    background-color: transparent;
    font-size: 12px;
    color: #fff;
    height: 24px;
}
#team-performance .table-list tr th,  #table_OKR .table-list tr th {
    font-size: 10px;
}
#team-performance .table-list tr td:first-child, #team-performance .table-list tr th:first-child {
    text-align: center;
}

/* ------------ table view --------- */
#team-performance th:first-child, #team-performance td:first-child, #table_OKR th:first-child, #table_OKR td:first-child {
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
  }
  #team-performance th:last-child, #team-performance td:last-child, #table_OKR th:last-child, #table_OKR td:last-child {
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
  }
  /* tr:first-child th:first-child {
    border-top-left-radius: 5px;
  }
  tr:first-child th:last-child {
    border-top-right-radius: 5px;
  }
  tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
  }
  tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
  } */

  #team-performance .tableview-content , #table_OKR .tableview-content {
    height: calc(100% - 5px);
  }
  #team-performance .tableview-content .table-list , #table_OKR .tableview-content .table-list {
    height: 100%;
    overflow-y: scroll;
    display: block;
  }
  #team-performance .tableview-content .table-list::-webkit-scrollbar-track , #table_OKR .tableview-content .table-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #050a28;
	background-color: #050d3c;
  }
  #team-performance .tableview-content .table-list::-webkit-scrollbar , #table_OKR .tableview-content .table-list::-webkit-scrollbar {
    width: 0px;
	background-color: #050d3c;
  }
  #team-performance .tableview-content .table-list::-webkit-scrollbar-thumb , #table_OKR .tableview-content .table-list::-webkit-scrollbar-thumb {
    background-color: #050a28;
  }

  #team-performance .tableview-content .table-list tr:first-child , #table_OKR .tableview-content .table-list tr:first-child {
    background-color: var(--secondary-teal-blue);
    position: sticky;
    top: 0;
  }

  /* ------------- end ----------- */
.table-view .title {
    text-align: left;
    font-size: 18px !important;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -40px;
    left: 5px;
}

.jira-status-boardtitle {
    text-align: left;
    font-size: 18px !important;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -40px;
    left: 5px;
}

.highcharts-title {
    font-weight: bold !important;
    font-size: 18px !important;
    position: absolute !important;
    top: -30px !important;
    left: 5px !important;
}

#groupedBarSimple .highcharts-axis-labels {
    font-family: primaryfont;
}

.highcharts-tooltip span {
    font-family: primaryfont !important;
}

div.highcharts-tooltip-container svg.highcharts-root {
    font-family: primaryfont !important;
    font-size: 0.9rem !important;
}

#groupedBarSimple .highcharts-title {
    font-weight: bold !important;
    font-size: 18px !important;
    position: absolute !important;
    top: -54px !important;
    left: -1% !important;
    text-align: left;
    font-family: primaryfont !important;
}
#groupedBarSimple .highcharts-fixed {
    overflow: visible !important;
}

#costByService .highcharts-title {
    font-weight: bold !important;
    font-size: 18px !important;
    position: absolute !important;
    top: -50px !important;
    left: -1% !important;
    text-align: left;
    font-family: primaryfont !important;
}

#costByService .highcharts-container  {
    overflow: visible !important;
}

#costByAccount .highcharts-title {
    font-weight: bold !important;
    font-size: 18px !important;
    position: absolute !important;
    top: -50px !important;
    left: -1% !important;
    text-align: left;
    font-family: primaryfont !important;
}

#costByAccount .highcharts-container  {
    overflow: visible !important;
}

.title.table-viewtitle {
    margin-bottom: 0;
}
.data-count .title {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important;
}
.data-count .filter-count {
    margin-top: -10px;
    font-size: 20px !important;
    display: flex;
    justify-content: space-between;
}

#dataTables {
    /* background-color: #06054E !important; */
    background-color: #fff !important;
    margin-top: 10px;
}
#dataTables .dataTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    text-align: left;
}
#dataTables th, #dataTables td {
    font-size: 14px;
}
#dataTables td {
    text-align: left;
}
#dataTables .dataTable tr {
    background-color: var(--white);
    box-shadow: 3px 2px 5px #b0b0b0;
    color: #000;
    border-radius: 8px;
}
#dataTables .dataTable th {
    background-color: var(--secondary-teal-blue);
    color: var(--white);
}
.paginate_button {
    border: 1px solid #7A81A7 !important;
    border-radius: 3px !important;
    margin-left: 3px !important;
}

table#example.dataTable.no-footer {
    border-bottom: none;
}

#example_paginate {
    margin-top: 10px;
}

#example_paginate .paginate_button, #example_paginate .paginate_button,#example_paginate .paginate_button {
    cursor: pointer;
    color: #fff !important;
    border: 1px solid transparent;
    background: var(--secondary-teal-blue);
    box-shadow: none;
    width: 100px;
    height: 35px;
    line-height: 25px;
    padding: 10px 25px;
}

#example_paginate .paginate_button.previous.disabled, #example_paginate .paginate_button.next.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}


#tools-integration .table-list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 15px;
    border-style: hidden;
    text-align: left;
    /* margin-top: 15px; */
}
#tools-integration .table-list tr:first-child {
    border: hidden;
}
#tools-integration .table-list tr td:first-child {
    text-align: left;
    font-size: 16px;
    padding-bottom: 13px;
    padding-top: 13px;
}
#tools-integration .table-list tr {
    border-bottom: 1px solid var(--black);
}
.dataTables_paginate a {
    font-size: 12px;
}
.dataTables_info {
    font-size: 15px;
}
.progress-bar-red{
    background-color: #FF5C6D;
}
.progress-bar-orange{
    background-color: #FFA700;
}
.progress-bar-green{
    background-color: #00C407;
}

.count-box {
    border-bottom: 1.5px dashed #8C98B2;
}

.count-box:not(:first-child){
  margin: 5% 0;
}

.last-day-title-count {
    text-align: left;
    /* font: normal normal bold 24px/12px Proxima Nova; */
    letter-spacing: 0.28px;
    color: var(--black);
    opacity: 1; 
    font-size: 13px; 
    font-weight: bold;
}

.last-day-amount-count{
    text-align: left;
    letter-spacing: NaNpx;
    color: var(--black);
    opacity: 1;
    display: inline-block;
    margin: 2% 0;
    font-size: 20px; 
    font-weight: 500;
    margin-right: 4px;
}

.title-count{
    font-size: 14px;
    text-align: left;
    /* font: normal normal bold 24px/12px Proxima Nova; */
    letter-spacing: 0.28px;
    color: var(--black);
    opacity: 1;
}
.sub-title-count{
    text-align: left;
    font: normal normal 300 20px/12px Proxima Nova;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    margin: 5% 0;
}
.amount-count{
    text-align: left;
    letter-spacing: NaNpx;
    color: var(--black);
    opacity: 1;
    display: inline-block;
    margin: 2% 0;
    font-size: 23px;
}
.desc{
    text-align: left;
    font: normal normal normal 14px/12px Proxima Nova;
    letter-spacing: 0px;
    color: #8C98B2;
    opacity: 1;
    margin: 3% 0;
}
.text-left{
    text-align: left;
}
#example>tbody>tr>:last-child{ 
   text-decoration: underline;
}
.tableview-content .progress {
    background-color: #040D3C;
    border-radius: 10px;
    min-width: 75px;
    height: 14px;
}
.tableview-content .progress-bar {
    border-radius: 10px;
    font-size: 10px;
}

/* .tableview-content table tbody tr {
    color: #000 !important;
} */

#tools-integration {
    background-color: var(--white) !important;
}

#tools-integration .title {
    color: var(--primary-blue) !important;
}

#tools-integration .table-list tr {
    color: var(--primary-blue) !important;
}

#countView {
    background-color: var(--white) !important;
}

#countView .count-viewtitle {
    color: var(--black) !important;
}

.statusbadge{
    width: 25px;
    height: 25px;
    background-color: rgb(252, 247, 247);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 27px;
    font-size: 17px;
    margin-right: 0px;
}

.progess-group {
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
  
  .circular-progress {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
  }
  
  .circular-progress::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #535c68;
  }
 
  .text {
    margin-top: 18px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
  }

.processbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 40px);
}

.progress-block {
    display: flex;
    align-items: center;
}
.progress-block .progress {
    width: 100%;
    background-color: var(--progress-bar-bg);
    border-radius: 50px;
    height: 30px;
}
.progress-title {
    font-size: 10px;
    width: 110px;
    text-align: left;
    padding-right: 10px;
    color: #094D92;
    font-weight: 600;
}
.count-view .title-count {
    font-size: 14px;
}
.count-view .sub-title-count {
    font-size: 10px;
}
.count-view .desc {
    font-size: 10px;
}
.count-view .text-left img {
    width: 60px;
    float: right;
    margin-top: 10px;
}
.card-viewtitle, .processallbartitle, .count-viewtitle, .rally_containertitle {
    text-align: left;
    font-size: 18px !important;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -40px;
    left: 5px;
}
.selectYear,.selectStatus,.divbutton{
    position: absolute;
    top: 15px;
    right: 20px;
}
.divbutton button {
    background-color: #040D3C;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #7A81A7;
}
.selectStatus select {
    background-color: #040D3C;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    width: 130px;
    border-radius: 4px;
    border: 1px solid #7A81A7;
    background-size: 12px;
}
#projectListId, #projectSelect, #projectSelect1 , #buSelect, #resourceProject, #projectDropdown {
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #fff;
}
.selectYear select {
    background-color: #040D3C;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    width: 130px;
    border-radius: 4px;
    border: 1px solid #7A81A7;
}
.modal-title {
    font-size: 20px;
    color: #06054E;
    font-weight: 600;
}
.modal-body .table-field {
    background-color: #E2E7F0;
    padding: 10px 15px;
    border-radius: 10px;
}
.modal-body .table-field table {
    width: 100%;
}
.modal-body .table-field table th, .modal-body .table-field table td {
    font-size: 15px;
    color: #06054E;
}
.modal-body .table-field table th {
    font-weight: 500;
}
.modal-body .table-field table td {
    font-weight: 600;
}
.modal-body h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.modal-body p {
    font-size: 14px;
    color: #000;
}
.modal-footer {
    display: none;
}
.code-block {
    padding: 15px;
    background-color: #E2E7F0;
    border-radius: 10px;
}
.code-block-header {
    padding-left: 15px;
}
.imgurl{
    padding-left: 10%;
}
.card-box-img{
    width: 16px;
    /*float: right;
    margin-top: -12px; 
    position: absolute;
    right: 5px;
    top: 50%;*/
}

.weekDataBox {
    padding: 3px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 10px !important;
    width: fit-content;
    min-width: 40px !important;
    text-align: center;
    display: inline-block;
}

.headCountTable {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}

.headCountTable thead {
    background-color: #c0e6f5;
}

.headCountTable th, .headCountTable td  {
    padding: 2px 10px;
}

.headCountTable tr:last-child {
    background-color: #c0e6f5;
    font-weight: bold;
}

.headCountTable th:last-child, .headCountTable td:last-child {
    text-align: end;
}

.attritionTable {
    width: 100%;
    background-color: #fff;
}

.attritionTable th, .attritionTable td {
    padding: 8px 10px;
    border: 1px solid #fff;
    font-size: 12px !important;
    text-align: center;
}

.attritionTable thead {
    background-color: #1995ad !important;
    color: #fff;
}

.attritionTable tbody tr:nth-child(odd) {
    background-color: #ceccd7;
}

.attritionTable tbody tr:nth-child(even) {
    background-color: #e8e8ec;
}

.table_img {
    width: 25px;
    height: 25px;
}


.delivery_metrics_html_content {
    font-size: 14px;
    color: #000;
    text-align: left;
}

.delivery_metrics_html_content ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 20px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    padding: 5px;
}

.table_circle {
    background-color: #4d4d4d;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.table_circle span {
    /*background-color: #14b25c;*/
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

table.deliveryExcellenceTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #050b2f;
  border-style: solid;
  color: #ffffff;
}

table.deliveryExcellenceTable td, table.deliveryExcellenceTable th {
  border-width: 2px;
  border-color: #050b2f;
  border-style: solid;
  padding: 3px;
  text-align: center;
  font-size: 12px;
}

table.deliveryExcellenceTable thead {
  background-color: #050b2f;
}
table.deliveryExcellenceTable td {
    color: #000;
}

table.deliveryExcellenceTable td:nth-child(4) {
    text-align: left !important;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
}

.grid-item {
    width: max-content;
}

/* .card-im-design {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
} */

.card-body-layout {
    background-color: var(--secondary-teal-blue);
    color: var(--white);
    min-width: 270px;
    padding: 16px;
    height: 232px;
    border-radius: 8px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-body-layout:hover {
    background-color: transparent;
    color: var(--secondary-teal-blue);
    border: 1px solid var(--secondary-teal-blue);
    transition: all 0.3s ease-out;
}

.card-title-csm {
    font-size: 28px;
    line-height: 26px;
}

.card-count-csm {
    font-size: 48px;
    line-height: 26px;
}

.card-count-csm-pt {
    padding-top: 20px;
}


.admin-type{
    background: #30B474;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin-right: 4px;
}

.other-access-type {
    background: var(--light-blue);
    padding: 10px;
    border-radius: 50px;
    color: var(--black);
    font-size: 14px;
    margin-right: 4px;
}

.access-details {
    border-radius: 50px;
    background-color: var(--dashboard-body);
    color: var(--black);
    font-size: 14px;
    padding: 7px;
    padding-left: 12px;
    width: 32px;
    height: 32px;
    display: inline-flex;
}

.back-btn-stl {
    font-size: 20px;
    font-family: 'primaryfont';
    cursor: pointer;
}

.img-arrow-icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

#accountSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/resource/down_arrow.svg") no-repeat center;
    background-size: 18px;
    background-position-x: 94%;
    position: relative !important;
}

.add-user-btn {
    background-color: #1a2358;
    color: #fff;
    padding: 6px;
    width: 150px;
    height: 36px;
    justify-content: center;
    border-radius: 6px;
  }

  .daily-count {
    cursor: pointer;
  }

.modal-xl {
  max-width: 1140px;
}

.modal-xxl {
  max-width: 1340px;
}

.font-size-legends {
  font-size: 14px;
}

.jira-container {
    color: #000;
}
 
.jira-primary-title {
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #1995AD;
    padding: 3px;
    background-color: #1995AD;
    color: #fff;
}
 
.priority {
    color: #000;
}
 
.priority-count-container {
    width: 40px;
}
 
.priority-count {
    padding: 4px 20px;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    color: #000;
    display: inline-block;
    width: 60px;
    margin-left: -24px;
}
 
.priority-count-critical {
    border: 1px solid #FF0000;
}
 
.priority-count-critical:hover {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
 
.priority-count-high {
    border: 1px solid #FF0000;
}
 
.priority-count-high:hover {
    background: #FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
 
.priority-count-medium {
    background: transparent;
    color: #000;
    border: 1px solid #E77D00;
}
 
.priority-count-medium:hover {
    background: #E77D00;
    color: #fff;
    border: 1px solid #E77D00;
}
 
 
.priority-count-low {
    border: 1px solid #2F2BD8;
}
 
.priority-count-low:hover {
    background: #2F2BD8;
    color: #fff;
    border: 1px solid #2F2BD8;
}


/* Data Table Design Start */

.fixed_table td,
    th {
      vertical-align: middle !important;
    }

    #jiraStatusBoardModalBody {
      padding-top: 20px !important;
    }

    #csm-table div.dt-container .dt-search input {
      border: 1px solid #fff !important;
    border-radius: 8px;
    background-color: #fff !important;
    width: 250px;
    font-size: 13px;
    }

    div.dt-container .dt-search label {
      display: none;
    }


    .bg-table-header {
      background-color: var(--secondary-teal-blue);
      color: var(--white);
      padding: 10px;
    }

    .bottom {
      padding-top: 30px;
      display: flex;
      gap: 20px;
      align-items: baseline;
    }

    .top {
      display: flex;
      justify-content: end;
      margin-top: -56px;
      position: relative;
      left: -12px;
      top: 17px;
    }

    .heading-style {
      font-size: 22px;
    }

    .dt-paging.paging_simple_numbers {
      margin-left: auto;
      display: flex;
      gap: 16px;
      align-items: center;
    }

 #csm-table_info {
      margin-top: 5px;
    }

    #csm-table thead th {
      background-color: var(--white);
    }

    #jira-board-table thead tr {
        background-color: var(--secondary-teal-blue);
        color: var(--white);
    } 

    #csm-table, #jira-board-table {
      /* display: flex; */
      /* flex-direction: row; */
      /* gap: 20px;  */

      border-collapse: separate;
      border-spacing: 0 0.5em;
    }

    #csm-table tbody tr td, #jira-board-table tbody tr td {
      background-color: var(--white);
      /* margin-bottom: 10px; */
      /*padding-top: 14px;
      padding-bottom: 14px;*/
      padding: 6px !important;
    }

    div.dt-container .dt-length #dt-length-0 {
      border: 1px solid var(--black) !important;
      border-radius: 4px;
      padding: 10px;
      background-color: var(--white) !important;
      width: 60px;
      height: 38px;
      color: var(--black) !important;
      margin-right: 8px;
    }

    div.dt-container .dt-length {
        color: var(--black);
    }

    .bottom .dt-info{
        color: var(--black) !important;
        margin-top: 10px;
        margin-left: auto;
    }

    div.dt-container .dt-paging .dt-paging-button.disabled,
    div.dt-container .dt-paging .dt-paging-button.disabled:hover,
    div.dt-container .dt-paging .dt-paging-button.disabled:active {
      /* cursor: default; */
      color: var(--black) !important;
      border: 1px solid transparent;
      background: white !important;
      box-shadow: none;
      width: 30px !important;
      height: 30px !important;
      border-radius: 50px !important;
      cursor: pointer;
    }

    div.dt-container .dt-paging .dt-paging-button {
      padding: .2em 0.2em !important;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border: 1px solid transparent !important;
      color: black;
      box-shadow: none;
      outline: none;
      border-radius: 50px !important;
    }

    div.dt-container .dt-paging .dt-paging-button.current,
    div.dt-container .dt-paging .dt-paging-button.current:hover {
      width: 30px;
      height: 30px;
      background-color: var(--secondary-teal-blue) !important;
      border: 1px solid transparent !important;
      color: var(--white) !important;
      border-radius: 50px !important;
      font-size: 12px !important;
      padding: .5em 0.2em !important;
      cursor: pointer;
    }

    table.dataTable#csm-table thead th,
    table.dataTable#csm-table tfoot th,
    table.dataTable#jira-board-table thead th,
    table.dataTable#jira-board-table tfoot th  {
      font-weight: bold;
      border-bottom: none !important;
      /* padding: 6px !important; */
      cursor: pointer !important;
    }

    table#csm-table tr td:last-child {
      border: 1px solid #fff;
      border-bottom-right-radius: 10px;
    }

    table#csm-table tr td:first-child {
      border: 1px solid #fff;
      border-bottom-left-radius: 10px;
    }

    table#csm-table tr, table#jira-board-table tr {
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    div.dt-container.dt-empty-footer tbody>tr:last-child>* {
      border-bottom: none !important;
    }

    #jira-board-table_info {
        margin-top: 10px;
    }

    #jira-board-table_paginate{
        display: flex;
        gap: 16px;
        align-items: baseline;
    }

    #jira-board-table_paginate .paginate_button {
        background-color: var(--secondary-teal-blue);
        color: var(--white);
        padding: 10px;
        border: 1px solid var(--secondary-teal-blue);
    }

    #jiraStatusBoardModalBody .dt-length {
        display: none !important;
    }

    #jiraStatusBoardModalBody .dt-layout-row {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    #jiraStatusBoardModalBody .dt-layout-table {
        display: block !important;
    }

    table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, 
    table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after, 
    table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before, 
    table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, 
    table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
    table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after, 
    table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before, 
    table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, 
    table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, 
    table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after, 
    table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before, 
    table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, 
    table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, 
    table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after, 
    table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before, 
    table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
        opacity: 1;
    }

/* Data Table Design End*/

.cancel-btn-style {
    border: 1px solid var(--secondary-teal-blue);
    padding: 6px;
    color: var(--secondary-teal-blue);
    background-color: transparent;
    width: 150px;
    cursor: pointer;
}

.delete-btn-style {
    border: 1px solid #FF0000;
    padding: 6px;
    color: var(--white);
    background-color: #FF0000;
    width: 150px;
    cursor: pointer;
}

.cancel-btn-style:hover, .cancel-btn-style:focus, .cancel-btn-style:active  {
    border: 1px solid var(--secondary-teal-blue);
    padding: 6px;
    color: var(--white);
    background-color: var(--secondary-teal-blue);
    width: 150px;
    cursor: pointer;
}

.delete-btn-style:hover, .delete-btn-style:active, .delete-btn-style:focus {
    border: 1px solid #FF0000;
    padding: 6px;
    color: #FF0000;
    background-color: transparent;
    width: 150px;
    cursor: pointer;
}

.jira-list-group {
    padding: .40rem 1rem !important;
}

.gap-80 {
    gap: 80px;
}

.totalCount {
    background-color: orangered;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -20px;
}