
.left-margin{
    margin-left: -40px !important;
}

.border-radius{
    border-radius: 20px;
}

.border-radius-right{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.smoke-bg{
    background: #F5F5F5;
}
.bolder-text{
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
}
.small-bold{
    font-weight: 700;
    font-size: 16px;
}
.small-bold-italics{
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
}
.small-text{
    font-size: 12px;
    color: #878787;
}
.text-center{
    text-align: center;
}

.blue-text{
    color: #84A0B5;
}
.orange{
    background: orange;
    color: #FFF;
    font-weight: 700;
}
.orange-text{
    color: orange;
}
.mt-30{margin-top: 30px;clear: both;}
.mt-20{margin-top: 20px;clear: both;}
.mt-10{margin-top: 10px;clear: both;}

.hr{
    border-bottom: solid #000 2px; 
}

.left-border{
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: green;
}

.left-red-border{
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #DC3545;
}

.left-yellow-border{
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #FFBF00;
}

.bottom-border{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.button{
    background: red;
    border-radius: 20px;
    width: 30%;
    padding: 20px 50px 20px 50px;
    margin: 10px;
    text-decoration: none;
    color: #FFF;
}
.back-btn{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (max-width: 480px) {
    .sider-bar {
        margin-top: 30px;
    }
}

.circle {
    width: 10px;
    height: 10px;
    border: 3px solid green;
    border-radius: 50px;
    margin-left: -7px;
}

.circle-yellow {
    width: 10px;
    height: 10px;
    border: 3px solid #FFBF00;
    border-radius: 50px;
    margin-left: -4px;
}

.circle-green {
    width: 10px;
    height: 10px;
    border: 3px solid green;
    border-radius: 50px;
    margin-left: -4px;
}

.circle-bg {
    width: 15px;
    height: 15px;
    border: 2px solid green;
    border-radius: 50px;
    margin-left: -6px;
    background: green;
}

 .circle-glow {
     background: green;
     box-shadow: 0 0 0 0 green;
     animation: glow 1.4s ease-out infinite;
}

 .bar-glow {
     background: green;
     box-shadow: 0 0 0 0 green;
     animation: glow 1.4s ease-out infinite;
}

 @keyframes glow {
     0% {
         box-shadow: 0 0 0 0 green;
    }
     50% {
         box-shadow: 0 0 30px 0 green;
    }
}

.circle-red {
    width: 15px;
    height: 15px;
    border: 2px solid #DC3545;
    border-radius: 50px;
    margin-left: -6px;
    background: #DC3545;
}

 .circle-red-glow {
     background: #DC3545;
     box-shadow: 0 0 0 0 #DC3545;
     animation: rglow 1.4s ease-out infinite;
}

 .bar-red-glow {
     background: #DC3545;
     box-shadow: 0 0 0 0 #DC3545;
     animation: rglow 1.4s ease-out infinite;
}

 @keyframes rglow {
     0% {
         box-shadow: 0 0 0 0 #DC3545;
    }
     50% {
         box-shadow: 0 0 30px 0 #DC3545;
    }
}

.circle-gray {
    width: 15px;
    height: 15px;
    border: 2px solid #636363;
    border-radius: 50px;
    margin-left: -6px;
    background: #636363;
}

 .circle-gray-glow {
     background: #636363;
     box-shadow: 0 0 0 0 #636363;
     animation: grayglow 1.4s ease-out infinite;
}

 .bar-gray-glow {
     background: #636363;
     box-shadow: 0 0 0 0 #636363;
     animation: grayglow 1.4s ease-out infinite;
}

 @keyframes grayglow {
     0% {
         box-shadow: 0 0 0 0 #636363;
    }
     50% {
         box-shadow: 0 0 30px 0 #636363;
    }
}


.circle-blue {
    width: 15px;
    height: 15px;
    border: 2px solid #84A0B5;
    border-radius: 50px;
    margin-left: -6px;
    background: #84A0B5;
}

 .circle-blue-glow {
     background: #84A0B5;
     box-shadow: 0 0 0 0 #84A0B5;
     animation: blueglow 1.4s ease-out infinite;
}

 .bar-blue-glow {
     background: #84A0B5;
     box-shadow: 0 0 0 0 #84A0B5;
     animation: blueglow 1.4s ease-out infinite;
}

 @keyframes blueglow {
     0% {
         box-shadow: 0 0 0 0 #84A0B5;
    }
     50% {
         box-shadow: 0 0 30px 0 #84A0B5;
    }
}
