.dash {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 0px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    margin: 0px auto 20px auto;
    height: 375px;
}

.rectangle1 {
    display: inline-block;
    height: 8px;
    width: 30px;
    background-color: #FF6625;
}
.rectangle2 {
    display: inline-block;
    height: 8px;
    width: 30px;
    background-color: #FFC154;
}
.rectangle3 {
    display: inline-block;
    height: 8px;
    width: 30px;
    background-color: #2E8B57;
}

.dash:hover {
    box-shadow: 0 0 10px 4px rgba(22, 22, 22, 0.2);
}

.dash h1 {
    font-size: 3.3rem;
    margin-bottom: 15px;
}
.dash h4 {
    margin-bottom: 5px;
    font-size: 1.3rem;
    color: #41362f;
}
.dash h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #41362f;
    padding: 1px;
}

.progress-bar-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    border-top: 10px solid #d5d5d5;
    padding-top: 15px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.active{
    background-color: #fff !important;
}

.progress-bar-container div {
    background-color: #d5d3d3;
    font-weight: bold;
    color: #545353;
    border: 2px solid #d5d3d3;
    margin-top: -31px;
    width: 22px;
    height: 22px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
}

.progress-bar-section {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 0px 58px;
}

.ced_ext_dash_custom_btn {
    background-color: #eb5202;
    border-radius: 5px;
    height: 50px;
    width: auto;
    color: white;
    border-color: #eb5202;
    float: left;
    font-size: larger;
    /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); for button hover*/
}

.ced_ext_dash_custom_btn:hover {
    background: #fff !important;
    color:#eb5202!important;
    border-color: #eb5202;
}
/* Start For Side popup dialog */

.sidebar {
    border-radius: 15px;
    padding-bottom : 30px;
    height: auto;
    position: absolute;
    z-index: 1;
    width: 0;
    background-color: #303030;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    color: #000000;
    margin-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: 0.3s;
    color: white;
}

.sidebar a:hover {
    background-color: #555;
    color: #fff;
}

.sidebar .menu-item{
    margin-top: 50px;
}
.sidebar .heading-text {
    font-weight: bold;
    font-size: 18px;
    float: left;
    width: 70%;
    background: none;
    pointer-events: none;
}
.openbtn {
    border-radius: 12px !important;
    padding: 5px 10px 5px 17px;
    align-items: center;
    font-size: 25px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 0 8px 4px #0000001a;
    background: #eb5202 !important;
    color: #fff!important;
    transition: transform 0.5s ease-in-out;
}

/* End For Side popup dialog */

