.selectedImg {
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
}

.selectedTop {
    padding: 19.5px 0px;
}

.selectedDesc {
    font-size: 12pt;
    font-weight: 400;
    line-height: 19.5pt;
}

.selectedRecipes {
    padding: 19.5px;
    min-height: 100vh;
}

.selectedLeft {
    float: left;
    font-size: 30px;
    font-weight: 600;
    padding: 5px 0;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.SelectRight {
    float: right;
    font-size: 22px;
    padding: 10px 20px;
    background-color: #ff9506;
}

.selBtn,
.selBtn:hover {
    color: white;
}

.selectedShow {
    margin: 10px -15px;
}

.selectedOne {
    display: block;
    float: left;
    margin: 20px;
    width: calc(20% - 40px);
    overflow: hidden;
    min-height: 294px;
    border-radius: 18px;
    background: #ebece9;
}

.selectedOverlap {
    bottom: 0;
    position: absolute;
    margin: 3px;
}

.selectImg {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
    border: 1px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
}

.selectName {
    font-size: 10px;
    font-weight: 600;
}

.selectCount {
    display: block;
    font-size: 8px;
    font-weight: 300;
}

.selectName p,
.selectCount p {
    color: #ffffff;
    cursor: pointer;
}

.selectedName p {
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.selectRight {
    float: left;
    padding-left: 35px;
    position: absolute;
    bottom: 0;
    width: 120px;
}

.selectedName {
    font-size: 12pt;
    font-weight: 700;
    height: 25px;
    overflow: hidden;
    margin-top: 10px;
}

.selRec {
    font-size: 7pt;
    cursor: pointer;
}

.selBy {
    text-transform: none;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 400;
}

.selAuthor {
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.selAuthor:hover {
    color: #aaaaaa;
}

.selRating {
    float: left;
    margin-right: 5px;
    display: flex;
    align-items: left;
    font-size: 16px;
    justify-content: left;
    margin-top: 3px;
    margin-bottom: 14px;
}

.selRating i {
    margin: 0 1px;
}

.selRatingTop {
    display: flex;
    color: #e7711b;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.selRatingBottom {
    display: flex;
    position: relative;
    color: #b9b9b9;
}

.selectedName,
.selRec,
.selRating {
    padding: 3px 17px;
}

#scroll {
    position: relative;
    float: left;
    height: 40px;
    width: 1230px;
    bottom: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0.42);
    text-align: center;
    /*margin-top: -40px;*/
}

#scroll img {
    display: block;
    margin: 0 auto;
    height: 30px;
}

.loading {
    border: 3px solid #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #323c41;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*scroll*/

.selectedShow::-webkit-scrollbar {
    width: 14px;
}

.selectedShow::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 6px solid white;
    border-right: 6px solid white;
}

.selectedShow::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-left: 6px solid #f1f1f1;
    border-right: 6px solid #f1f1f1;
}

.pagin {
    text-align: center;
}

.pagin_n {
    margin: 15px;
    display: inline-block;
    clear: both;
}


/*
.pagin_n::before, .pagin_n::after { clear: both; display: table; content: " ";}*/

.pagin_n li {
    display: inline-block;
    /*float: left;*/
    width: 36px;
    height: 40px;
    list-style: none;
    margin: 5px 0;
}

.pagin_n li a {
    display: block;
    padding: 6px 8px;
    text-align: center;
    border: solid 1px #ccc;
    color: #ff9506;
}

.pagin_n li:first-child a {
    border-radius: 4px 0px 0px 4px;
}

.pagin_n li:last-child a {
    border-radius: 0px 4px 4px 0px;
}

.pagin_n li.active a,
.pagin_n li.active a:hover,
.pagin_n li a:hover,
.pagin_n li a:focus {
    background-color: #ff9506;
    border-color: #ff9506;
    color: #ffffff;
}


/*-----responsive end-----*/

@media only screen and (min-width: 200px) and (max-width: 479px) {
    .selectedShow {
        margin: 0 5px;
    }
    .selectedImg {
        height: 150px;
    }
    .selectedRecipes {
        padding: 0;
        width: 100%;
        margin: 0 AUTO;
    }
    .selectedTop {
        padding: 17px;
    }
    .selectedLeft {
        font-size: 20px;
        padding: 6px 0;
    }
    .SelectRight {
        font-size: 14px;
        margin-right: 0;
        padding: 10px 10px;
    }
    .selectedOne {
        margin: 5px;
        width: calc(50% - 10px);
        min-height: 186px;
    }
    .selectedShow::-webkit-scrollbar {
        width: 0px;
    }
    #scroll {
        width: 100%;
    }
    .pagin_n li {
        width: 28px;
        height: 40px;
    }
    .pagin_n li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .selectedRecipes {
        padding: 0;
        width: 480px;
        margin: 0 AUTO;
    }
    .selectedTop {
        padding: 5px;
    }
    .selectedLeft {
        font-size: 20px;
        padding: 6px 0;
    }
    .SelectRight {
        font-size: 14px;
        margin-right: 0;
        padding: 10px 10px;
    }
    .selectedShow {
        margin: 0 5px;
    }
    .selectedOne {
        margin: 5px;
        width: calc(33.3333% - 10px);
        min-height: 186px;
    }
    .selectedImg {
        height: 140px;
    }
    .selectedShow::-webkit-scrollbar {
        width: 0px;
    }
    #scroll {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .selectedRecipes {
        padding: 0;
        width: 640px;
        margin: 0 AUTO;
    }
    .selectedTop {
        padding: 17px;
    }
    .selectedLeft {
        font-size: 22px;
        padding: 6px 0;
    }
    .SelectRight {
        font-size: 16px;
        margin-right: 0;
        padding: 10px 10px;
    }
    .selectedShow {
        margin: 0 5px;
    }
    .selectedOne {
        margin: 5px;
        width: calc(25% - 10px);
        min-height: 186px;
    }
    .selectedImg {
        height: 140px;
    }
    .selectedShow::-webkit-scrollbar {
        width: 0px;
    }
    #scroll {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .selectedLeft {
        font-size: 26px;
    }
    .selectedRecipes .socialIcon {
        max-width: 25%;
    }
    #scroll {
        width: 100%;
    }
    .selectedShow {
        margin: 10px 5px;
    }
    .selectedOne {
        margin: 5px;
        width: calc(25% - 10px);
        min-height: 186px;
    }
    .selectedImg {
        height: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1229px) {
    .selectedLeft {
        font-size: 26px;
    }
    .selectedRecipes .socialIcon {
        max-width: 23%;
    }
    #scroll {
        width: 992px;
    }
    .selectedShow {
        margin: 10px -15px;
    }
    .selectedOne {
        margin: 15px;
        width: calc(25% - 30px);
        min-height: 186px;
    }
    .selectedImg {
        height: 200px;
    }
}