

	.progress-circle {
	    width: 200px;
	    height: 200px;
	    border-radius: 50%;
	    background: conic-gradient(#4CAF50 0% 75%, #eee 75% 100%);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: 20px auto;
	}

	.progress-inner {
	    width: 160px;
	    height: 160px;
	    border-radius: 50%;
	    background: white;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 2.5rem;
	    font-weight: bold;
	}

	.activity-list {
	    overflow-y: auto;
	    margin-top: 20px;
	}


	.ForceFullSize
	{
		  width: 100% !important;
		  height: auto !important;
		  overflow: visible !important;
	}


.buttonDownload {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #04AA6D;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.buttonDownload:hover {background-color: #04AA6D}

.buttonDownload:active {
  background-color: #04AA6D;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.buttonBack {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #9a3131;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
      margin-right: 1pc;
}

.buttonBack:hover {background-color: #bf4141}

.buttonBack:active {
  background-color: #bf4141;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.card-title
{
	font-size: 2pc;
}

.OtherBar
{
	background-color: #33a8b7 !important;
}

.swal-wide{
    width:850px !important;
}

.swal2-title
{
	font-size: 6pc;	
}
    .swal2-html-container
    {
    	font-size: 3pc;
    }

    .swal2-confirm
    {
    	    font-size: 1pc;
    }