.blog_link {
    text-decoration: none;
    outline-style: none;
    background-color: #468c32;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    box-shadow: 3px 4px 0 #005813;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;

}

.close {
    color: darkred;
    font-weight: bolder;
    text-decoration: none;
    margin: 0px 5px;
    border: 1px solid black;
    border-radius: 3px;
    padding: 0px 5px;
}

.users_link {
    text-decoration: none;
    outline-style: none;
    background-color: #468c32;
    padding: 10px 20px;
    color: white;
    box-shadow: 3px 4px 0 #005813;
    text-align: center;
    max-height: 100px;
    max-width: 50%;
    min-width: 100px;
    display: inline-block;
    font-size: 26px;
    margin: 10px auto;
}

.blog_link:hover, .users_link:hover {
    background-color: #3f7d2c;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.blog_link:active, .users_link:active {
    background-color: #2d581f;
}

.table tr {
    height: 100px;
}

.table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}

td {
    width: 50%;
    text-align: center;
}


.blog_td {
    width: 20%;
    display: inline-block;
}

.nav_link {
    width: 100%;
    text-align: center;
    background-color: dimgray;
    color: white !important;
}

.nav_link:hover {
    background-color: #585858;
}

.nav_link:active {
    background-color: #484848;
}

.nav_item {
    width: 19%;
    margin-left: auto;
    margin-right: auto;
}

.grid-container {
    display: grid;
}

.grid-container-fit {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}


.grid-container-fit-padding {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid_element {
    margin: 10px;
    align-content: center;
    text-align: center;
    position: relative;
}

.user_menu_element {
    align-content: center;
    text-align: center;
    /*border: 1px solid black;*/
    padding: 2px 10px;
    width: 100%;
    height: 100%;
    display: block;
}

.main_menu_element {
    align-content: center;
    text-align: center;
    /*border: 1px solid black;*/
    padding: 2px 50px;
    width: 100%;
    height: 100%;
    display: block;
}

.user_menu_element a, .main_menu_element a {
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    background-color: dimgray;
    display: block;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

.user_menu_element:hover a {
    background-color: #585858;
}

.user_menu_element:active a {
    background-color: #484848;
}

.hide {
    display: none;
}

.target {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

#inputFormRow {
    border: black 1px solid;
    margin: 0px 0px 10px 0px !important;
    padding: 10px 70px 10px 10px !important;
    background-color: transparent;
    width: 100%;
}

.post-message {
    width: 70%;
    height: 50%;
    display: block;
    margin: auto;
    background-color: lightgray;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
    .grid-container-fill {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .blog_text {
        width: 90%;
    }

    .image-wrap {
        width: 150px;
        height: 150px;
    }

    .image-wrap img {
        margin-left: -35px;
    }

    #loading-comment-img {
        width: 30%;
    }

}

@media screen and (min-width: 993px) {
    #loading-comment-img {
        width: 20%;
    }

    .grid-container-fill {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .blog_text {
        width: 60%;
    }

    .image-wrap {
        width: 200px;
        height: 200px;
    }

    .image-wrap img {
        margin-left: -45px;
    }
}

body {
    background-color: lightgray;
    scroll-snap-align: none;
}

.fade-div {
    background-color: darkgray;
    height: auto;
    padding: 100px 100px 150px;
    box-shadow: 25px 25px 50px 25px lightgray inset, -25px -25px 50px 25px lightgray inset;
    margin-top: -25px;
}

.fade-div-list {
    padding: 100px 100px 150px !important;
}

.image-wrap {
    display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px;
}

.image-wrap img {
    width: auto;
    height: 100%;
    display: inline;
    margin: 0 !important;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em 0.4em 0.4em 1.5em;
    font-size: 16px;
    cursor: move;
}

.arrow-order {
    position: absolute;
    margin-left: -1.3em;
}

.comment-container:target {
    border: 3px solid yellow;
    scroll-snap-align: start;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover
{
    color: black !important;
}

.select-category .btn.dropdown-toggle {
    box-shadow: 3px 4px 0 #5f5f5f;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
    font-weight: bold;
    direction: rtl !important;
}

.bootstrap-select .dropdown-menu.inner {
    text-align: right !important;
    direction: rtl !important;
}

.audio-container {
    height: 40px !important;
    width: 40% !important;
    min-width: 0px !important;
    padding: 0px 10px !important;
    display: block;
    margin: 20px auto auto;
}

.audio-container .controls span {
    display: none;
}

.audio-container .volume {
    display: block !important;
}

.audio-container .controls {
    margin-left: 12px !important;
    margin-right: 10px !important;
}

.controls__slider {
    height: 8px !important;
    margin: 0px !important;
}

.volume__controls {
    bottom: 32px !important;
    height: 80px !important;
    width: 20px !important;
    left: 1px !important;
}

.play-pause-btn svg, .volume__button svg {
    width: 20px !important;
    height: 20px !important;
}

.progress__pin {
    top: -5px !important;
}

.suggest {
    width: 60%;
}

.element-icon {
    top: -8px;
    right: -8px;
    display: block;
    position: absolute;
    pointer-events: none;
}

.element-icon-check {
    color: greenyellow;
    left: -8px;
    right: auto;
    width: 25px;
}

.element-icon-new {
    width: 35px;
    height: 35px;
    right: -10px;
    top: -10px;
}

.element-icon-star {
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 721px) {

}

@media screen and (max-width: 1200px) {
    .suggest {
        width: 80%;
    }
}

@media screen and (max-width: 720px) {

    .suggest {
        width: auto;
    }

    .audio-container {
        width: 60% !important;
    }

    #loading-comment-img {
        width: 40%;
    }

    .image-wrap {
        width: 100px;
        height: 100px;
    }

    .image-wrap img {
        margin-left: -25px;
    }
}

@media screen and (min-width: 577px) {
    .form-container {
        width: 50%;
    }

    .comment-container {
        width: 40%;
    }

    .sep {
        margin-bottom: 75px;
    }

    .whatsapp-link {
        display: none;
    }

    #post-message-text {
        font-size: 40px;
    }
}

@media screen and (max-width: 576px) {
    .audio-container {
        width: 80% !important;
    }

    .fade-div-list {
        padding: 40px 20px 150px !important;
    }

    .form-container {
        width: 70%;
    }

    .comment-container {
        width: 70%;
    }

    .grid-container-fill {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .sep {
        margin-bottom: 130px;
    }

    .fade-div {
        padding: 30px 30px 150px;
        box-shadow: 5px 5px 15px 5px lightgray inset, -5px -5px 15px 5px lightgray inset;
    }

    #post-message-text {
        font-size: 35px;
    }

    .post-message {
        width: 90%;
    }
}