.flex-direction-column
{
    flex-direction: column;
}
.flex-direction-row
{
    flex-direction: row;
}
.ms-card .ms-card-body>.media img {
    width: 100%;
    height: 100px;
}
.box-examen-body h4
{
    font-size: 18px !important;
    text-align: center;
}
.position-absolute-r-05{
    position: absolute;
    right: 0.5em;
    font-size: 16px;
}
.media-box-fil{
    display: flex;
    flex-direction: column;
}
.block-examen-principal{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.card-mobile{
    height: 250px;
    cursor: pointer;
    margin-bottom: 1em;
}
.ms-card-body{
    color: black !important;
}
.height-250{
    height: 250px;
    align-items: center;
    justify-content: center;
    /* display: flex; */
    margin-bottom: 1em;
}
.w-btn-75{
    width: 75% !important;
}
.ms-card .ms-card-body>.media h6 {
    font-size: 16px;
    color: black;
}
.my-bg-blue{
    background-color: #009efb !important;
    color: #ffff;
}
.my-bg-red{
    background-color: #ee1d23 !important;
    color: #ffff;
}
.my-color-red{
    color: #ee1d23;

}
.block-none{
    display: none;
}
.active-red{
    background-color: #ee1d23 !important;
    color: #ffff !important;
}
.round-icone-phone{
    width: 30px;
    height: 30px;
    background-color: #ee1d23 !important;
    border-radius: 50%;
    text-align: center;
    color: white !important;
    padding-top: 0.3em;
}
button, input[type="submit"]{
    box-shadow: none !important;
}
.line-details{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #dee2e6;
    /* margin-bottom: 1em; */
    padding: 0.75rem;
}
.text-bold{
    font-weight: bold;
}
.size-80px{
    font-size: 80px !important;
    color: #ee1d23;
}
.my-p-0{
    padding: 0 !important;
}
.word-break-word{
    word-break: break-word;
}
.size-14px{
    font-size: 14px !important;
}
.size-12px{
    font-size: 12px !important;
}
.h-160px{
    height: 160px !important;
}
.cursor-pointer{
    cursor: pointer;
}
.pdf-preview {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.pdf-preview img {
    width: 60px;
    height: 60px;
}

.pdf-preview .delete-pdf {
    position: absolute;
    top: -7px;
    right: 29px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
}
.name-pdf {
    width: 125px;
    height: auto;
    word-break: break-word;
}
.nav-tabs li{
    margin-top: .5em;
}
ul#cart-box{
    min-width: 400px;
    left: -17em;
}
img.img-cart{
    width: 120px !important;
}
a#cart::after{
    display: none;
}
span#length-cart{
    position: absolute;
    top: -14px;
    right: -15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    background: #ec4e20;
    color: white;
    text-align: center;
    font-size: 12px;
}
#imageUploadContainer {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#imageUpload {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#uploadButton {
    /* padding: 10px 15px; */
    background-color: #009efb;
    border: none;
    cursor: pointer !important;
    color: white;
    width: 17%;
    margin-left: 4em;
    margin-bottom: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px !important;
}
.select2-container .select2-selection--single{
    height: 42px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border:none !important;
}
input.select2-search__field{
    box-shadow: none !important;
}
.card-file{
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.card-file::-webkit-scrollbar
{
	width: 5px;
	background-color: #009efb;
    border-radius: 10px;
    height: 5px;
}
@media (max-width: 576px) {
    .card-mobile{
        width: 50%;
        margin-bottom: 1em;
    }
    .width-mobile{
        width: 50%;
    }
    .a-link{
        margin-top: 1em;
    }

}
@media (max-width: 700px) {
    .card-mobile{
        margin-bottom: 1em;
    }

}
.footer-mobile{
    display: none;
}
@media (max-width: 767px) {
    /* body{
        font-size: 18px !important;
    } */
    #footer-pc{
        display: none;
    }
    .footer-mobile{
        display: inline-flex!important;
        position: fixed;
        /* display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-auto-rows: 1fr; */
        width: 100%;
        bottom: 0px;
        justify-content: space-evenly;
        background: #f1f5fc;
        align-items: center;
        display: block;
        z-index: 1050;
        height: 60px;
        box-shadow: -1px -3px 7px #ddd;
        color: #fff !important;
    }
    .box-link{
        width: 20%;
        text-align: center;
    }
    .box-link a.link-mobile{
        display: inline-grid;
    }
    .box-link i{
        margin: 5px;
        font-size: 22px;
        color: #ee1d23;
    }
    .box-link label{
        color: #000 !important;
    }

    .footer-mobile a:hover {
        animation: animate headShake;
        cursor: pointer;
    }

    .ms-content-wrapper {
        margin-bottom: 2em !important;
    }
    .sticky {
        position: sticky;
        top: 0;
        z-index: 100;
    }
    ul#cart-box{
        left: 0;
    }
    
    #imageUploadContainer{
        margin-top: -3em;
    }
}
