﻿.sub-menu-item {
    font-size: 20px;
    margin-top: 15px;
}

    .sub-menu-item a {
        text-decoration: none !important;
    }
.span.highlight-lg::after {
    color: orangered !important;
    background-color: red !important;
}
.article_title {
    min-height: 200px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-size: cover;
}

    .article_title h1 {
        color: white;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px;
    }

tbody tr {
    padding-top: 5px;
    padding-bottom: 5px;
}

    tbody tr:hover {
        background-color: gainsboro
    }

.sale_item {
    display: flex;
    background-color: #f01f4b7d;
    color: white;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
}

    .sale_item .percent {
        margin-left: auto;
        width: 60px;
        justify-content: center;
        text-align: right;
        font-weight: bold;
    }


/*******************START Block_01************************/
.block_form {
    background-color: #ffffffa6;
    border-radius: 20px;
    padding: 20px;
}

    .block_form .form-control {
        border: 1px solid rgb(0 0 0 / 45%);
    }

.block_plus {
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
}

.block_plus_card {
    background-color: #f01f4b94;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block_plus_title {
    margin-top: 10px;
}

.block_plus_icon {
    font-size: 24px;
    color: white;
}

.block_locate {
    font-size: 24px;
    color: white;
    margin-top: 50px;
    background-color: #ffffff47;
    text-align: center;
    border-radius: 10px;
}
/********************END Block_01*************************/

/*******************START Block_02************************/
.block_service {
}

.block_service_card {
    background-color: #000000d4;
    color: white;
    margin-top: 15px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 180px;
    background-size: cover;
}

.block_service_title {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.block_service_descrition {
    margin-top: 10px;
    padding: 10px;
}
/********************END Block_02*************************/

/*******************START Block_03************************/
.block_plus_1_card {
    background-color: #f01f4b8a;
    color: white;
    margin-top: 15px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 360px;
    background-size: cover;
}

.block_plus_1_title {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.block_plus_1_descrition {
    margin-top: 15px;
    padding: 15px;
}

.block_plus_1_icon {
    font-size: 40px;
    text-align: left;
    margin-left: 15px;
}
/********************END Block_03*************************/

/*******************START Block_05************************/
.block_medication_card {
    color: black;
    display: flex;
    margin-top: 40px;
}

.block_medication_title {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size: 22px
}

.block_medication_descrition {
    margin-top: 10px;
}

.block_medication_icon {
    font-size: 40px;
    text-align: left;
    background-color: #f01f4b;
    color: white;
    padding: 10px;
    border-radius: 70px;
    height: 30px;
    width: 35px;
}
/********************END Block_05*************************/

/*******************START Request************************/
.modal-header {
    padding: 1.3rem 1.3rem;
    border-bottom: 1px solid #3a3a3a;
}

.modal-body {
    padding: 1.3rem;
}

.form-control {
    border-top: 1px solid rgba(177, 177, 180, 0.7);
    border-bottom: 1px solid rgba(177, 177, 180, 0.7);
    border-left: 1px solid rgba(177, 177, 180, 0.7);
    border-right: 1px solid rgba(177, 177, 180, 0.7);
    padding: 7px;
    color: white;
}

    .form-control:focus {
        color: white;
        background-color: transparent;
        border-color: #f01f4b;
        outline: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
    }

.modal-footer {
    justify-content: center;
    padding: 1.3rem;
    border-top: 1px solid #3a3a3a;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
}

.modal-title {
    color: white;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #17161A;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat !important;
    border: 0;
    border-radius: 14px;
    opacity: 0.5;
}
/********************END Request*************************/

/*******************START Block_07************************/
/********************END Block_07*************************/

/*******************START Block_08************************/
/********************END Block_08*************************/

/*******************START Block_09************************/
/********************END Block_09*************************/

/*******************START Block_10************************/
/********************END Block_10*************************/