
/* For div test */

.t-d{
    border: 1px solid red;
}

/* Working with Links */

.link{
    text-decoration: none;
}
.list{
    list-style: none;
}

/* Working about the text or div position */

.align-center{
    text-align: center;
}
.align-start{
    text-align: start;
   
}
.align-end{
    text-align: end;
}
.align-v-center-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;

}
.align-v-center-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;

}

/* Working on button styles */
.button-md{
    font-weight: 800;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin: 0 4px;
}

.button-lg{
    width: 255px;
    height: 30px;
    border-radius: 5px;
    margin: 0 -4px;
}
.b-outline-choosed{
    border: 2px solid #007A8D;
    background: #fff;
}
.b-outline-not-choosed{
    border: 2px solid rgba(24, 172, 196, .3);
    margin: 2px -6px;
    background: #fff;
}
.b-outline-disabled{
    border: 2px solid #6a6a6a;
    margin: 2px -4px;
}
.disabled{
    color: #6a6a6a;
}
.disabled-btn{
    cursor: not-allowed;
    font-weight: 800;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #949494;
    margin: 0 4px;
    color: #949494;
    background: #dadada;
}
.enabled-btn{
    
    font-weight: 800;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #DE9E1F;
    margin: 0 4px;
    color: #1F2D30;
    background: #FDCB13;
}

.b-outline-circle{
    border: 3px solid #18ACC4;
    width: 70px;
    height: 70px;
    padding: 15px 15px;
    margin: 40px 0;
    border-radius: 50%;
    justify-content: center; 
    align-items: center;
}
.set-color-text{
    color: #007A8D;
}

/* Working with colors and text */

.white-text{
    color: #fff;
}
.black-text{
    color: #1F2D30;
    font-weight: 500;
}
.d-blue-text{
    color: #007A8D;
}
.h-blue-text{
    color: #18ACC4;
}
.grey-text{
    color: #6a6a6a;

}


/* Setting Upper und Lowercase for text */

.set-upper{
    text-transform: uppercase;
}.set-lower{
    text-transform: lowercase;
}

/* Setting font size classes */
.sm-text{
    font-size: .2em;
}
/* Working with margins */

.ml-1{
    padding-left: 5px;
}
.ml-2{
    padding-left: 10px;
}
.ml-3{
    padding-left: 15px;
}
.ml-4{
    padding-left: 20px;
}
.mr-1{
    padding-right: 5px;
}
.mr-2{
    padding-right: 10px;
}
.mr-3{
    padding-right: 15px;
}
.mr-4{
    padding-right: 20px;
}

.mh-1{
    margin:0  5px;
}
.mh-2{
    margin:0  10px;
}
.mh-3{
    margin:0  15px;
}
.mh-4{
    margin:0  20px;
}

.mt-1{
    margin-top: 5px;
}
.mt-2{
    margin-top: 10px;
}
.mt-3{
    margin-top: 15px;
}
.mt-4{
    margin-top: 20px;
}
.mt-5{
    margin-top: 25px;
}
.mt-6{
    margin-top: 30px;
}
.mt-7{
    margin-top: 35px;
}
.mt-8{
    margin-top: 40px;
}
.mb-1{
    margin-bottom: 5px;
}
.mb-2{
    margin-bottom: 10px;
}
.mb-3{
    margin-bottom: 15px;
}
.mb-4{
    margin-bottom: 20px;
}
.mb-5{
    margin-bottom: 25px;
}
.mb-6{
    margin-bottom: 30px;
}
.mb-7{
    margin-bottom: 35px;
}
.mb-8{
    margin-bottom: 40px;
}
/* Making the Card layout it will be showed on the home page */

.card-container{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 5px 10px;
}
.card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 5px 10px;
}
.container-card{
    height: 400px;
    padding: 5px 0;

}

.container-card hr{
margin: 15px auto;
 width: 90%;
}
.div-card{
    width: 250px;
    margin: 0 0;
    padding: 0 25px;
    text-align: center;
}
.div-card p{
    width: 100%;
    font-size: .8em;
    margin-left: -2px;

}
.div-card h2{
    width: 200px;
    font-size: .8em;
    text-align: center;
    font-weight: 600;
}
.div-card h3{
    width: 200px;
    text-align: center;
    font-weight: 400;
}
.div-card h4{
    width: 200px;
    font-weight: 500;
    color: #0FA866;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.div-card h4 span{
    font-weight: 300;
    font-size: .8em;
}
.div-card h5{

    margin-left: -25px;
    width: 250px;
    font-size: 1em;
}
.div-card img{
    margin-top: 5px;
    height: 40px;
    width: auto;
 
}
.div-card button{
    height: 30px;
    width: 80px;
    padding: auto auto;
    margin: 0 5px;
}
.score i{
    color: #FDCB13;
}

/* Working with images */

.img-adjust{
    margin: 0 0;
    width: 100%;
    height: auto;
}

.divisor{
    margin-top: 20px;
    height: 3px;
    width: 100%;
    background: rgba(235, 235, 235, .6);
    border: none;
}
.v-divisor{
    margin-left: 15px;
    width: .00001em;
    height: 100%;
    background: rgba(235, 235, 235, .6);
    border: none;
}
.line-through{
    text-decoration: line-through;
}
.hidde-element{
    display: none;
}