.plus-icon{
    font-size: 20px;
    line-height: 4;
}
#overlay {
    position: fixed;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offcanvas{
    z-index: 100000 !important;
}

.select2-container--open {
    z-index: 9999999 !important;
}

.table_h{
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    font-weight:bold;
}
.badge-card-1 .card-body{
    padding-top:0;
}
.badge-card-1 .title {
    text-transform: uppercase;
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    background-color: #7367f0;
    background-image: linear-gradient(180deg, #7367f0, #7367f0);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
    position: relative;
    top:-18px;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.badge-card-1 .title:before {
    transform: rotate(-45deg);
    left: -12px;
}
.badge-card-1 .title:before, .badge-card-1 .title:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 12px solid transparent;
    border-top-color: #7367f0;
    top: 5px;
}
.badge-card-1 .title:after {
    transform: rotate(45deg);
    right: -12px;
}
.custom-card{
    border-left: 2px solid #7367f0 !important;
    border-radius: 20px !important;
}
.progress{
    background: #7367f024!important
}

.sm-table th, .sm-table tbody tr td {
    font-size: 0.7125rem!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.card_filter{
    margin-bottom:24px;
}
.avatar-online img{
    object-fit: fill!important;
    height: 100%!important;
}

.uploadFile {
    width: 100%;
    background-color: white;
    border: 1px solid #dbdade;
    color: #6f6b7d;
    border-radius: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    padding: 0.422rem 0.875rem;
    position: relative;
    resize: none;
}
.uploadFile [type="file"] {
    cursor: pointer !important;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    z-index: 1;
}
.form-control:read-only {
    background-color: rgba(75, 70, 92, 0.08);
    opacity: 1;
}

.price-container,
.price-container:before,
.price-container:after,
.price-container .price {
    height: 5em!important;
    width: 5em;
    background: #7367f0;
}

.price-container:before,
.price-container:after {
    content: "";
    position: absolute;
}

.price-container {
    margin: 20px auto; /* Centering for demo */
    position: relative; /* Context */
    top: 0;
    left: 0;
    background-color: #7367f0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transform-origin: center;
    transition: 0.3s all ease-out;
}

.price-container:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    -o-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    z-index: 1;
}

.price-container:after {
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #7367f0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.price-container .price {
    padding: 1em 0;
    height: 3em; /* height minus padding */
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-22.5deg);
    -moz-transform: rotate(-22.5deg);
    -ms-transform: rotate(-22.5deg);
    -o-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
    z-index: 1; /* important so the text shows up */
}

.price-container .price span {
    position: relative;
    z-index: 100;
    display: block;
    text-align: center;
    color: #fff;
    font: 1.5em/1.4em Sans-Serif;
    text-transform: uppercase;
}

.price-container .price span.number {
    font-weight: bold;
    font-size: 1.625em;
    line-height: .9em;
    color: #ffebee;
}

.price-container:hover {
    transform: matrix3d(1.058,0.38,-0.38,0,-0.38,1.058,-0.38,0,0.38,0.38,0.8464,0,0,0,0,1);
    -webkit-transform: matrix3d(1.058,0.38,-0.38,0,-0.38,1.058,-0.38,0,0.38,0.38,0.8464,0,0,0,0,1);
}
.child-table thead th, .child-table tbody td{
    font-size: 0.7125rem!important;
    padding: 8px!important;
    text-align: center!important;
}