/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */

/* @import "/circle.css";
@import "/preloader.min.css";
@import "/font-awesome.min.css";
@import "/fm.revealator.jquery.min.css";
@import "/style.css";
@import "/skins/yellow.css"; */

.post-menu-dropdown {
    z-index: 1;
}
.post-menu-dropdown > button {
    border: 1px;
    padding: 0;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    line-height: 1.5;
    margin-top: 10px;
    margin-right: 10px;
    border-color: #ee6192;
    background-color: black;
    border-style: solid;
}
.post-menu-dropdown > button:hover,
.post-menu-dropdown > button:active,
.post-menu-dropdown > button:focus {
    border: 0;
    background-color: #ee6192;
}
.fa.picture {
    font-size: 8em;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #252525;
}

.col-picture {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.post-menu-dropdown > ul {
    background-color: transparent;
    border: 0px;
    width: 40px;
    min-width: 40px;
}
.post-menu-dropdown > ul > li {
    border: 1px;
    /* padding-top: 5px;
    padding-left: 13px; */
    border-radius: 25px;
    height: 40px;
    width: 40px;
    border-color: #ee6192;
    background-color: black;
    border-style: solid;
    margin-bottom: 4px;
}
.post-menu-dropdown > ul > li:hover {
    background-color: #ee6192;
}

.post-menu-dropdown > ul > li.active {
    background-color: #ee6192;
}
.post-menu-dropdown > ul > li > a {
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    color: white;
}
.post-menu-dropdown > ul > li > form > button {
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    color: white;
    border: 0;
    background-color: transparent;
}
.post-menu-dropdown > ul > li > form > button:hover,
.post-menu-dropdown > ul > li > form > button:focus {
    background: transparent;
    color: white;
    border: 0px;
    outline: transparent;
}

.post-menu-dropdown > ul > li > a:hover {
    background: transparent;
    color: white;
}
.post-menu-dropdown > ul > li > a > i {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 17px;
    top: 10px;
    position: absolute;
    color: white;
    width: 100%;
}
.post-menu-dropdown > ul > li > form > button {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 17px;
    top: -5px;
    position: absolute;
    color: white;
    width: 100%;
}
.rank {
    color: #888;
    z-index: 1;
}
.rank.active {
    color: #ee6192;
    z-index: 1;
}

textarea::-webkit-scrollbar {
    display: block;
    width: 12px;
}
textarea::-webkit-scrollbar-track {
    background: transparent;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #ee6192;
    border-right: none;
    border-left: none;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

textarea::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 20px;
}

textarea::-webkit-resizer {
    background-color: #ee6192;
}

.blog-post .carousel-indicators {
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}

.blog-post .carousel-indicators li,
.contactform .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 7px;
    background-color: #fff;
    opacity: 1;
}
.blog-post .carousel-indicators li.active,
.contactform .carousel-indicators li.active {
    background-color: #ee6192;
}
.blog-post .carousel .carousel-item img,
.contactform .carousel .carousel-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
    transition: 0.3s;
}

.btn.add-new,
.btn.add-new-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 6rem;
    height: 6rem;
    width: 6rem;
    padding: 0;
    border-radius: 3rem;
    color: #252525;
}

.btn.remove-img {
    bottom: -15px;
    right: 0px;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 2rem;
    height: 3rem;
    width: 3rem;
    padding: 0px;
    border-width: 1px;
    border-radius: 3rem;
    border-color: #ee6192;
    background-color: black;
    border-style: solid;
}
.btn.remove-img:hover {
    background-color: #ee6192;
}

/* Mobile  Navigation */
@media (max-width: 991px) {
    .btn.add-new {
        position: relative;
    }
}
