.login-img {
    position: relative;

    /* background: #f40000; */
}

.side-header .header-brand1 {
    text-align: left !important;
    margin: 0 0px !important;
}
.app-header, .side-header{
    border-radius: 0px 0px 40px 40px;
/* background: linear-gradient(180deg, #FF9A9A 0%, #FFF6F6 100%); */
}
.side-header{
    border-radius: 0px 0px 0px 0px;
}

.login-img::before {

    background: linear-gradient(to right, #ec202800 0%, #ec202800 100%) !important;

}

/* .header-brand-img { */
/* width: 45px !important; */
/* } */
.dark-mode .side-header .header-brand-img.desktop-logo {
    /* width: 145px; */
}

img.header-brand-img1 {
    width: 155px;
}

.img-td {
    width: 40px;
    height: 40px;
    /* border-radius: 50% !important; */
    object-fit: cover;
}

.img-50 {
    width: 50px;
}

.profile-center {
    text-align: center;
}

/* Sticky table headers */
.table-responsive {
    max-height: 600px;
    overflow-y: auto;
}

.table-responsive thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.dark-mode .table-responsive thead th {
    background-color: #1b2531;
}

/* Improve table header visibility */
.table thead th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
}

.table-responsive .table td {
    vertical-align: middle;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.table th,
.text-wrap table th {
    font-size: 0.8rem !important;
}

.mt-30 {
    margin-top: 20px;
}

.float-right {
    float: right;
}

.visitor-list i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    background-color: #cccccc7d;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.face-clr {
    color: #2318d3;
}

.insta-clr {
    color: #a80d84;
}

.twit-clr {
    color: #006fa8;
}

.link-clr {
    color: #3500c8;
}

.y-clr {
    color: #cc0606;
}

.side-header .header-brand-img.toggle-logo,
.side-header .header-brand-img.light-logo {
    height: 2.5rem !important;
}

.avatar {
    background: rgb(9 21 64 / 0%) no-repeat center/cover !important;
}

@media (max-width: 576px) {
    .page-header {
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .header-brand-img {
        margin: 3px 60px !important;
    }

    .header .dropdown-menu {
        top: 0.5rem !important;
    }
}

@media (max-width: 769px) {
    .dark-mode .app-header.header .header-brand-img.desktop-logo {
        display: block;
        width: 125px;
    }
}

.fiel_icons {
    display: flex;
    justify-content: center;
}

.fiel_icons img {
    width: 50%;
}

.side-menu__item.active .side-menu__icon {
    color: #687daa !important;
}

.side-menu__item.active::before {
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 0 25px 25px 0;
    background-color: #1390f6;
}


.searchInput {
    min-width: 300px;
    margin-right: 15px;
}

.btnNovi {
    border-radius: 10px;
    background: #f40000;
    color: #FFF;
    text-align: center;
    font-weight: 500;
}

.smallBtns {
    border-radius: 5px;
    padding: 5px;
    width: 30px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
}

.smallBtns.green {
    border: 1px solid #f40000;
    color: #f40000;
}

.smallBtns.blue {
    border: 1px solid #f40000;
    color: #f40000;
}

.smallBtns.red {
    border: 1px solid #DD3232;
    color: #DD3232;
}

thead tr {
    background: #FCF5FF;
}

.table-responsive {
    border-radius: 15px;
    border: 1px solid #e9edf4;
}

.table thead th {
    text-transform: capitalize;
    white-space: nowrap;
}

tbody {
    background-color: white;
}

.NoviCard {
    border-radius: 20px;
    border: 0.5px solid #EEE !important;
    background: #FFF;
}

.btnNoviBlack {
    background-color: black;
    color: white;
    border-radius: 7px;
}

.responceModal {}

.responceModal .modal-content {
    border-radius: 20px;
}

.responceModal .modal-header {
    border-radius: 20px 20px 0px 0px;
    border: 0.5px solid #EEE;
    background: #F9F9F9;
    display: flex;
    align-items: center;
}

.responceModal .modal-header h4 {
    margin-bottom: 0;
}

.responceModal .modal-footer {
    border-top: none;
    justify-content: flex-start;
}

.responceModal .clientdtl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.responceModal .clientdtl h6 {
    color: #535353;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.responceModal .clientdtl h6 span {
    color: #2C2C2C;
}

.responceModal .clientdtl p {
    margin-bottom: 0;
    color: #535353;

    font-size: 13px;
    font-weight: 500;
}

.responceModal {}

.page-title i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .5px solid #EEE;
    color: #EEE;
}

.detailcard .card-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border: 0.5px solid #EEE;
    background: #F3F3F3;
}

body *::-webkit-scrollbar-thumb {
    background: #e21313;
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #f19898;
    border: 5px solid #f19898;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #f19898; 
}
.detailcard {
    border-radius: 20px;
    overflow: hidden;
}

.detailcard .card-header h4 {
    margin-bottom: 0;
}

.clientDtil h6 {
    color: #535353;
    font-size: 13px;
    font-weight: 500;
}

.clientDtil p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.resposeCard {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FBFBFB;
    padding: 15px;
}

.respoRight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
}

.respoRight p {
    margin-bottom: 0;
    color: #A4A4A4;
    font-size: 12px;
    font-weight: 400;
}

.rightIcons a {
    margin-left: 10px;
}

.rightIcons a:last-child {
    border-left: 1px solid #E2E2E2;
    padding-left: 10px;
}

.wtspIcon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #f40000;
    color: #f40000;
    border-radius: 5px;
}

.whitepaceNowrap {
    white-space: nowrap;
}

.mainhEAD {
    color: #000;
    width: fit-content;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.underline {
    text-decoration: underline;
}

.progressBar {
    width: 80%;
    height: 12px;
    border-radius: 99px;
    background: #E0F6EE;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
}

.progressss {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 15px;
    background: #f40000;
}

.Gr_color {
    color: #f40000;
}

.whatspaaBox {
    margin-left: 15px;
    border-radius: 5px;

}

.pojetcCard .card-body {
    padding: 15px 20px;
}

.reportCard {
    margin: 0 10px;
    padding: 5px;
    width: 110px;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reportCard.active {
    background: #2C2C2C;
}

.reportCard p {
    color: #979797;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.reportCard.active p {
    color: #C8C8C8;

}

.reportCard h4 {
    color: #474747;
    text-align: center;
    font-size: 26.939px;
    font-weight: 500;
    letter-spacing: -0.539px;
    margin-bottom: 0;
}

.reportCard.active h4 {
    color: #FFF;
}

.reportCardAdd {
    cursor: pointer;
    width: 110px;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid #979797;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

.reportCardAdd p {
    color: #979797;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.addDepartment .modal-header {
    border-radius: 20px 20px 0px 0px;
    border: 0.5px solid #EEE;
    background: #F9F9F9;
}

.addDepartment .modal-content {
    border-radius: 20px;
}

.btnAdd {
    border-radius: 6px;
    border: 1px solid #f40000;
    color: #f40000;
    padding: 5px 20px;
    font-size: 16px;
}

.btnClose {
    border: 1px solid #969BA0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #969BA0;
}

.wFit {
    width: fit-content;
}

.invoiceTab ul {
    border-radius: 10px;
    background: #F2F2F3;
    width: fit-content;
    padding: 5px 7px;
}

.invoiceTab .tab-menu-heading {
    border-bottom: none !important;
}

.invoiceTab .nav.panel-tabs a.active {
    border-bottom: none !important;
    background: white;
    border-radius: 8px;
}

.invoiceTab .tabs-menu1 ul li a {
    padding: 5px 25px;
}

.invoiceTab .cardinvoice {
    padding: 15px;
    border-radius: 10px;
    border: 0.6px solid #EEE;
    background: #F9F9F9;
}

.invoiceTab .panel-body {
    padding: 15px 0;

}

.invoice_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.invHeadLeft {
    display: flex;
    align-items: center;
}

.invHeadRight {
    display: flex;

}

.invHeadLeft h6 {
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 0;
}

.invHeadLeft span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #f40000;
    padding: 3px 10px;
}

.invHeadRight a {
    margin-left: 10px;
    color: #71839B;
}

.invHeadRight a i {
    color: #71839B;
}

.invoicBody {
    margin-bottom: 15px;
}

.invoicBody h5 {
    color: rgba(0, 0, 0, 0.35);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px
}

.invoicBody p {
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    width: 75%;
}

.invoiceFooter {}

.countInvoice {
    display: flex;
    justify-content: space-between;
}

.countInvoice .invCounts {
    color: rgba(0, 0, 0, 0.35);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.countInvoice .invCounts span {
    color: #f40000;
    font-size: 16px;
    font-weight: 500;
}

.countInvoice .invCounts a {
    color: #292D32;
    margin-left: 5px;
}

.InvoivceProgress {
    margin-top: 8px;
    width: 100%;
    border: 3px solid #EBEBEB;
    border-radius: 99px;
    background: #EBEBEB;
    height: 15px;
    position: relative;
}

.progresInvoiceBar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 99px;
    background: #f40000;
}

.EmployeCard {}

.EmployeCard .emplyeHead {
    border-radius: 20px 20px 0px 0px;
    border: 0.5px solid #EEE;
    background: #F2F2F2;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.empImg {
    display: flex;
    flex-shrink: 0;
}

.empImg img {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.EmployeeContent {
    padding-left: 10px;
    width: 100%;
}

.EmployeeContent .EditIcons {
    display: flex;
    justify-content: end;
}

.EmployeeContent .EditIcons a {
    margin-left: 10px;
    font-size: 16px;
    color: #292D32;
    padding-left: 10px;
    border-left: 1px solid #978f8f63;
}

.EmployeeContent .EditIcons a:first-child {
    border-left: none;
}

.EmployeeContent h5 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.EmployeeContent p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;

    line-height: normal;
}

.EmployeeContent p span {
    background-color: #000;
    color: white;
    border-radius: 5px;
    padding: 4px;
    margin-right: 5px;
}

.empHeadFootr {
    color: #969BA0;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.empHeadFootr span {
    color: #000;
}

.employBody {
    padding: 8px;
    background: #FEFEFE;
    border-radius: 0px 0px 20px 20px;
}
.subject-box{
    padding: 20px 8px 20px !important;
    text-align: center;
}
.subject-box h6{
    margin: 0;
    font-size: 19px;
}
.emplyeeBodyCont {
    border-radius: 10px;
    border: 0.5px solid #EEE;
    background: #FFF;
    padding: 10px 8px 30px;
}

.emplyeeBodyCont li {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.emplyeeBodyCont li i {
    color: #969BA0;
    margin-right: 8px;
}

.Employee_details_Cont h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Employee_details_Cont h6 span {
    background-color: #000;
    color: white;
    border-radius: 5px;
    padding: 4px;
    margin-right: 5px;
}

.Employee_details_Cont h6 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Employee_details_Cont p {
    color: #969BA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Employee_details_Cont p b {
    color: #000;
}

.EmployeeSkills {
    list-style: disc;
}

.EmployeeSkills li {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 93.333% */
    padding-bottom: 20px;
}

.attach_card {
    padding-top: 20px;
}

.attach_card h6 {
    color: #969BA0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 87.5% */
}

.attach_box {
    border-radius: 10px;
    background: var(--Hover-Gray, #F8FAFE);
    padding: 15px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.attach_box h5 {
    color: var(--Dark-Gray, #324054);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
}

.attach_box p {
    color: var(--Secondary-Gray, #71839B);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.06px;
}

.review_date h6 {
    color: #969BA0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 87.5% */
    margin-bottom: 0;
}

.review_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Review p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 15px;
}

.Review {
    margin-top: 10px;
}

.accntDetail {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-top: 20px;
}

.accntDetail p {
    color: #4E4E4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 14px;
    /* 93.333% */
}

.accntDetail h6 {
    color: #000;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 93.333% */

    margin-bottom: 0;

}

.card {
    border-radius: 8px;
}

.form-label {
    font-size: 12px;
}

.attach_create_card {
    border: 1px solid #e9edf4;
    border-radius: 10px;
    padding: 15px;

}

.attach_create_header h5 {
    color: #292D32;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.attach_create_header p {
    color: #A9ACB4;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.attach_create_header {
    display: flex;
    border-bottom: 1px solid #e9edf4;
    padding-bottom: 10px;
}

.applicant_flex {
    display: flex;
    align-items: start;
}

.applicant_flex p {
    color: #4E4E4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-bottom: 20px;

}

.applicant_flex h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 40px;
    margin-bottom: 20px;

}

.resume_Sec h5{
    color: #4E4E4E;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

iframe{
    border-radius: 20px;
}

.OpeningCard{
    border-radius: 11.49px;
border: 1px solid rgba(229, 229, 229, 0.40);
background: #FFF;
}
.OpeningCard .openHead{
    padding: 15px;
    border-bottom: 1px solid #F5F5F5;
}
.openHead h6{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.openHead i{
   font-size: 14px;
}
.openHead a{
    color: #292D32;
}
.openHead a:first-child{
    border-right: 1px solid grey;
    margin-right: 8px;
    padding-right: 8px;
}
.OpeningCard .openBody{
    padding: 15px;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.OpeningCard .openBody div{
    display: flex;
    align-items: flex-end;
}
.OpeningCard .openBody h4{
    color: #000;
    font-size: 44.807px;
font-weight: 500;
line-height: 1;
margin-bottom: 0;
}
.OpeningCard .openBody span{
    color: #818181;
font-size: 16.024px;
font-weight: 500;
}
.OpeningCard .openBody i{
    font-size: 45px;
    color: #3433304D;
}
.OpenFooter{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.OpenFooter div{
    display: flex;
}
.OpenFooter div span{
    color: #000;
font-size: 15px;
font-weight: 600;
line-height: normal;
}
.OpenFooter div p{
    color: #656565;
font-size: 15px;
font-weight: 400;
line-height: normal;
margin-bottom: 0;
margin-left: 5px;
}
.openingTab{
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    background: #F2F2F3;
    padding: 0 10px;
    margin-right: 10px;
}
.openingTab.nav-pills .nav-link.active, .openingTab.nav-pills .show>.nav-link{
    border-radius: 6px;
    background: #FFF;
    color: #292D32;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
}
.openingTab .nav-item{
    white-space: nowrap;
}
.BudgetCard{
    margin: 0 10px;
    padding: 5px;
    width: 110px;
    height: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
background: rgba(0, 176, 116, 0.03);
}
.BudgetCard p{
    color: #979797;
text-align: center;
font-size: 12px;
font-weight: 500;
margin-bottom: 5px;
}
.BudgetCard h5{
    color: #474747;
    text-align: center;
    font-size: 23px;
    line-height: normal;
     margin-bottom: 0;
    letter-spacing: -0.46px;
}
.BudgetCard.active{
background: #f40000;
}
.BudgetCard.active p,.BudgetCard.active h5{
color: white;
}

.details p{
    margin-bottom: 5px;
}

.checkbox-sec, .first-checkbox{
    display: flex;
    align-items: center;
}
.first-checkbox label{
    margin-bottom: 2px;
}
.live-icon {
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: red;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
  }
  .live-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out infinite;
            animation: live 2s ease-in-out infinite;
    z-index: -1;
  }
  
  @-webkit-keyframes live {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(3.5, 3.5);
      background-color: rgba(255, 0, 0, 0);
    }
  }
  
  @keyframes live {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(3.5, 3.5);
      background-color: rgba(255, 0, 0, 0);
    }
  }
 
  .EmployeeContent .btn{
    padding: 0.375rem 0 !important;
  }
  .back-button{
    display: flex;
    align-items: center;
    font-size: 20px;
    color:#eee;
  }

  .ps__thumb-y{
    background-color: #45aaf2 !important;
    width: 8px;
  }
  .progress-circle, .progress-circle-two, .progress-circle-three {
    position: relative;
    width: 100px;
    height: 100px;
    background: conic-gradient(#f40000 var(--progress), #ccc 0%);
    border-radius: 50%;
  }

  .progress-circle::before, .progress-circle-two::before, .progress-circle-three::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 50%;
  }

  .progress-circle span, .progress-circle-two span, .progress-circle-three span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
  }
  .attendence-cnt h6{
    color: #f40000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.037px; /* 150% */
    letter-spacing: 0.125px;
  }
  .attendence-cnt p{
    color: var(--Neutral-Gray-70, #525252);
    font-size: 12.515px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.025px; /* 160% */
    letter-spacing: 0.501px;
  }
  .next-row{
    display: flex;
    justify-content: space-between;
  }

  .progress-new {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress-new:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-new > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-new .progress-left {
  left: 0;
}
.progress-new .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #ffb43e;
}
.progress-new .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-new .progress-right {
  right: 0;
}
.progress-new .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress-new .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress-new .progress-value div {
  margin-top: 10px;
}
.progress-new .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress-new[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress-new[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress-new[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress-new[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress-new[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress-new[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress-new[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress-new[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress-new[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-new[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress-new[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-new[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress-new[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-new[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress-new[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-new[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress-new[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-new[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress-new[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress-new[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress-new {
  margin-bottom: 1em;
}

.side-menu__item.active {
    border-radius: 0px 10px 10px 0px;
    background: #D4EBF1 !important;
    
}