.login-btn{
  text-align: center;
   min-width: 150px;
   background-color: #005aa7;
   color: #fff;
}
.btn-finish{
    color: #fff;
    background-color: #122143;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #122143;
    overflow: hidden;
}

.animated-progress {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #122143;
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}

.TaskProgress {
  background-color: #070707;
  padding-top: 100px;
  padding-left: 50px;
  padding-bottom: 100px;
  color: #fff;
  width: 104%;
  height: 100%;
  margin-right: 10px;
}

.TaskProgress h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}
.TaskProgress h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}

/*
 CSS for the main interaction
*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
  
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/

.accordion {
  margin-bottom: 1em;
  width: 100%;
}


.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background-color: #070707;
}

.accordion label:hover,
.accordion label:focus {
  background: #070707;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}

.accordion .content {
  background: #f4e9f1;
}


/* Newe page */
.topicSection {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
   /* display: inline-block;*/
    padding: 15px;
    width: 49%;
    float: left;
}

.right {
    margin-left: 2%;
}

.topicSection  .btn-group {
    float: right;
}
.topicSection h2 {
    color: #0e1a35;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}
.topicSection h3 {
    color: #0e1a35;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}


.circular-progress {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#007d57 calc(var(--progress) * 1%), #ddd 0);
    margin: 0 auto;
}

.circular-progress .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, 100px, 100px, 50px);
}

.circular-progress .circle .mask,
.circular-progress .circle .fill {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    clip: rect(0, 50px, 100px, 0);
}

.circular-progress .circle .mask .fill {
    background-color: #007d57;
    transform: rotate(calc(var(--progress) * 3.6deg));
}

.circular-progress .circle .mask.full,
.circular-progress .circle .mask.half .fill.fix {
    clip: rect(0, 100px, 100px, 50px);
}

.circular-progress .inside-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #0e1a35;
}

.week-info {
    text-align: left;
    margin-top: 5px;
    font-size: 12px;
}

.week-info p {
    margin: 5px 0;
}
.additional{
    font-weight: bold;
    color: #007d57;
}

.tabcontent {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #40434E;
}

.tabcontent h2 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 20px;
}

.task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%; /* Ensure the task-header does not exceed 100% width */
    box-sizing: border-box; /* Ensure padding does not increase the width */
}

.task-header u {
    margin: 0;
}

.task-header .add {
    margin: 0;
}

.add img {
    width: 21px;
}

.home {
    background: #f6f7fa none repeat scroll 0 0;
    overflow-x: hidden;

}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.icon-info {
    position: relative;
}


.hidden-xs{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.user-dashboard {
    padding: 0 20px;
    color: #40434E;
}

.user-dashboard h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 21px 0;
}

.task{
    background-color: #C297B8;
    height: 100%;
}

.overview{
    background-color: #40434E;
    height: 100%;
}
.sales {
    background: #C297B8 none repeat scroll 0 0;
    /*display: inline-block;*/
    width: 95%;
}
.sales  .btn-group {
    float: right;
}
h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}
h3 {
    color: #0e1a35;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}
.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sales .btn-group.open .dropdown-toggle, .btn.active, .btn:active{
    box-shadow: none;
}


.text-danger {
    background-color: #74303a9c !important; /* Red for expired deadlines */
    color: #0e1a35 !important;
}

.text-warning {
    background-color: #d3a41875 !important; /* Yellow for deadlines this week */
    color: #0e1a35 !important;
}

.text-success {
    background-color: #0e1a357a !important; /* blue for future deadlines */
    color: #0e1a35 !important;
    
}
.text-finished {
    background-color: #175e3f7a !important; /* blue for future deadlines */
    color: #0e1a35 !important;
    
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.card-body {
    flex-grow: 1;
}