#rectangle {
    width: 140px;
    height: 45px;
    background: #f88700;
    text-align: center;
    border-radius: 17px;
    font-size: 15px;
    padding: 10px;
    margin-left: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
#pointer {
    width: 160px;
    height: 40px;
    position: relative;
    background: #00b9ff;
    margin-left: 19px;
    padding-left: 33px;
    padding-top: 3px;
    font-size: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
#pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
#circle0 {
    width: 50px;
    height: 50px;
    background: #198754;
    margin-left: 7px;
    margin-top: -19px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    border-radius: 50%;
}
#circle1 {
    width: 50px;
    height: 50px;
    background: #ffc107;
    margin-left: 7px;
    margin-top: -19px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    border-radius: 50%;
}
#circle2 {
    width: 50px;
    height: 50px;
    background: red;
    margin-left: 7px;
    margin-top: -19px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    border-radius: 50%;
}
#circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#user_circle {
    width: 150px;
    height: 50px;
    background: #76dbbf;
    margin-left: 7px;
    margin-top: -5px;
    padding-top: 11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    border-radius: 50%;
}
.headr_h5_tag {
    margin-bottom: 16px;
}
.priority {
    font-size: 32px;
    margin-top: 31px;
    margin-left: 12px;
}
.description_data {
    margin-top: 10px;
    background: #e7e7e7;
    padding: 33px;
    margin-bottom: 37px;
    border-radius: 20px;
    max-width: 1000px;
}
body {
    background-color: #6e6e6e29;
}
.navbar_box,
.show_logout_btn {
    background: white;
    border-radius: 10px;
    box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
.logo_image {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
    margin-right: -13px;
}
.create_buttons {
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2),
        inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
/* .table {
        border-radius: 15px;
        box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2),
            inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    } */
#navbarSupportedContent {
    height: 63px;
}
.cursor-pointer {
    display: flex;
    justify-content: space-between;
}
.card {
    background: white;
}
.col-xs-12 {
    margin-top: 15px;
}
strong {
    padding: 5px;
}
.gj-icon {
    margin-top: 6px;
    margin-right: 10px;
}
.box_shadow_badge {
    box-shadow: rgba(0, 0, 0, 0.2) -2px 2px 20px,
        rgba(0, 0, 0, 0.22) 1px -2px 0px inset;
}
