﻿ .card-title {
    margin-bottom: 5px;
}

.border-left-primary {
    border-left: 0.50rem solid #4e73df!important;
}

.border-left-success {
    border-left: 0.35rem solid #1cc88a!important;
}

.border-left-info {
    border-left: 0.35rem solid #36b9cc!important;
}

.border-left-warning {
    border-left: 0.35rem solid #f6c23e!important;
}

.circle {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.circle .fa{
    font-size: 25px;
}

.circle2{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.circle2 .fa{
    font-size: 25px;
    color: #5a8dee ;
}

.gradient {
    background: #fff;
    /*background: linear-gradient(to right, #b6c0dd, #b7c6f1);*/
}
/*.pentagon-box {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #000;
    transform: rotate(45deg);
    overflow: hidden;
}

.pentagon-box:before {
    content: "";
    position: absolute;
    top: -40%;
    left: -35%;
    width: 170%;
    height: 170%;
    background-color: #000;
    transform: rotate(-45deg);
    clip-path: polygon(50% 0%, 100% 25%, 82% 100%, 18% 100%, 0% 25%);
}

.rectangular-box {
    padding: 5px 15px;
    background-color: #000;
}*/

.tag {
    display: inline-block;
    /*padding: 8px 12px;*/
    border-radius: 4px;
    background-color: #fff;
    color: #5a8dee;
    font-size: 25px;
    font-weight: bold;
    width: 60px;
    height: 40px;
    text-align: center;

}