.common-btn button {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background-image: linear-gradient(to right, #047d8a, #05919f, #06a7b5, #07c1d2, #08cbdd, #09d5e8 ,#09d5e8 ,#08cbdd, #07c1d2, #06a7b5,#05919f,#047d8a);
    border-radius: 25px;
    padding: 7px 25px;
    margin: 2rem 0;
    text-decoration: none;
}
.swal-modal {
    width: 280px !important;
    border-radius: 25px !important;
}
.compnm {
    color: #0071a4;
    font-weight: 600;
    font-size: 15px;
  }
  
.pie-chart {
    width: 32.99%;
    display: inline-block;
    text-align: center;
   }
.loadchart img{width:auto!important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transform:-webkit-translate(-50%, -50%);transform:-moz-translate(-50%, -50%);transform:-ms-translate(-50%, -50%);}
.circlechart{padding:38px 0px;}
.circle-chart{width:150px;height:135px;}
.circle-chart__circle{stroke:#00acc1;stroke-width:2;stroke-linecap:square;fill:none;animation:circle-chart-fill 2s reverse;transform:rotate(-90deg);transform-origin:center;}
.circle-chart__circle--negative{transform:rotate(-90deg) scale(1,-1);}
.circle-chart__background{stroke:#efefef;stroke-width:2;fill:none;}
.circle-chart__info{animation:circle-chart-appear 2s forwards;}
.circle-chart__percent{alignment-baseline:central;text-anchor:middle;font-size:6px;}
.circle-chart__subline{alignment-baseline:central;text-anchor:middle;font-size:4px;}
.success-stroke{stroke:#00C851;}
.warning-stroke{stroke:#ffbb33;}
.danger-stroke{stroke:#ff4444;}
.overflow-y-hidden{overflow-y: hidden;}
@keyframes circle-chart-fill{to{stroke-dasharray:0 100;}
}
@keyframes circle-chart-appear{to{opacity:1;transform:translateY(0);}
}
.warning-stroke{stroke:green;}
@media(min-width:320px) and (max-width:480px){.circle-chart{width:88px;height:100px;}
.circlechart{padding:7px;}
}
.bordr-panal{border:1px solid #ddd;padding:12px 5px;background-color:#fff;}
.calendar-detail span:first-child{float:right;}
.help-block, .error{color:red;}
.text-red{color:#ff0000;}
.text-green{color:#009d07;}