﻿body {
}

.gedf-card .card-link {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.card-footer a {
    color: #000000;
}

.badge.badge-primary {
    background-color: #f3a800 !important;
}

.post-img {
    width: 10%;
    margin-right: 10px;
    border-radius: 4px;
}

.post-img {
    height: 560px;
}

.custom-file-uploader {
    position: relative;
}

.custom-input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
}

.custom-file-uploader {
    padding: 10px;
    margin-top: -1px;
    margin-left: 0;
}

.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75ch;
}

/****** 08-11-2020 ********/

.mobile-p0{
    padding: 0;
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 4px solid #fff;
}


.tablinks {
    background: #f7f7f7;
    padding: 6px 30px;
    margin-right: 0px;
    border: 1px solid #c1c1c1;
    margin-right: -5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .tablinks.active {
        background: #f3a800;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
    }

/*.carousel .carousel-indicators li {
    width: 56px;
}*/


.card-header.fix-header {
    padding: 0 1.25rem;
    margin-bottom: 0;
}
.tabcontent h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

button:focus {
    outline: 0px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

.listpost-img {
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.listpost-img.img {
    justify-content:flex-start;
}

    .listpost-img img {
        width: 100%;
        margin-left: 12px;
        /* width: 100%; */
        padding: 10px;
    }

.card-title {
   font-size: 22px;
}

.card-header {
    background-color: #eceaea;
   
}
    .card-header .text-muted {
        color: #777 !important;
    }
    .card-header .rounded-circle {
        border-radius: 50% !important;
        border: 2px solid #f3c800;
    }
    .text-muted {
        color: #d0d0d0 !important;
    }

.h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.custom-file-uploader {
    position: relative;
}

.custom-file-uploader input#Images {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 39px;
    top: 0;
}

.ScrollStyle {
    max-height: 290px !important;
    overflow-y: scroll;
    width: 100% !important;
}

#commentBoxId {
    width: 100%;
}
.card {
    border-radius: 6px;
    overflow: hidden;
}
.card-header {
    background-color: #ffffff;
}
.commentCard {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 8px;
    overflow:hidden;
}
.custom-comment-title {
    background: #ffffff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.card-footer a.Delete {
    color: #d00303;
}
.card-footer {
    padding: 0.5rem 1.25rem;
}
.badge-pill {
    height: 25px;
    width: 25px;
    padding: 0;
    line-height: 25px;
}
.badge-warning {
    background-color: #4285f4 !important;
}
.fa.fa-trash {
    color: #de1a1a;
}
.searchBox .fa-search {
    top: 14px !important;
    left: 18px !important;
    font-size: 18px !important;
    color: #f3a800 !important;
}
.searchBox input {
    height: 35px !important;
    border: 2px solid #f3a800;
}
.searchBox {
    background:transparent !important;
}
.gedf-card .card-link {
    color: #4a4a4a;
}
.card-footer.fix-padding .btn.btn-link {
    color: #4a4a4a !important;
}
.card-footer.fix-padding i.fa{
    margin-right: 5px;
}
.custom-upload {
    background: #292929 !important;
    padding: 10px 20px;
}
.customSubmit { 
    padding: 10px 20px;
}
.card-text {
    white-space: inherit;
    overflow: visible;
    text-overflow: inherit;
    max-width: 100%;
}

/*@media screen and (max-width:991px) {
    .ScrollStyle {
              max-height: 500px !important;
            overflow-y: scroll;
            width: 100% !important;
        }
    }*/