/* 
 * Copyright (c) 2023 Adani Digital Labs
 * All rights reserved.
 * Adani Digital Labs Confidential Information */

@font-face {
    font-family: "Roboto-Regular";
    src: url("https://stage.farmpik.com/assets/fonts/Roboto-Regular.eot?");
    src: url("https://stage.farmpik.com/assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://stage.farmpik.com/assets/fonts/Roboto-Regular.woff") format("woff"), url("https://stage.farmpik.com/assets/fonts/Roboto-Regular.woff2") format("woff2"), url("https://stage.farmpik.com/assets/fonts/Roboto-Regular.ttf") format("truetype"), url("https://stage.farmpik.com/assets/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("https://stage.farmpik.com/assets/fonts/Roboto-Medium.eot?");
    src: url("https://stage.farmpik.com/assets/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("https://stage.farmpik.com/assets/fonts/Roboto-Medium.woff") format("woff"), url("https://stage.farmpik.com/assets/fonts/Roboto-Medium.woff2") format("woff2"), url("https://stage.farmpik.com/assets/fonts/Roboto-Medium.ttf") format("truetype"), url("https://stage.farmpik.com/assets/fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("https://stage.farmpik.com/assets/fonts/Roboto-Bold.eot?");
    src: url("https://stage.farmpik.com/assets/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("https://stage.farmpik.com/assets/fonts/Roboto-Bold.woff") format("woff"), url("https://stage.farmpik.com/assets/fonts/Roboto-Bold.woff2") format("woff2"), url("https://stage.farmpik.com/assets/fonts/Roboto-Bold.ttf") format("truetype"), url("https://stage.farmpik.com/assets/fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
}

body {
    margin: 0;
    padding: 0;
}

.view {
    overflow: hidden;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.mr7 {
    margin-right: 7px;
}

.dflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
    transform: none !important;
}

.img-block {
    width: 100%;
    margin-bottom: 14px;
    padding: 16px;
}

.nameImg-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
    padding: 16px;
    gap: 20px;
}

    .nameImg-block .image {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nameImg-block small {
        color: #666;
        font-size: 14px;
        font-family: 'Roboto';
    }

    .nameImg-block img.small-image {
        height: 127px;
        width: 135px;
        border-radius: 8px;
    }

.scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.img-block .image {
    height: 221px;
    width: 95%;
    background: #fbfbfb;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    margin-right: 12px;
    object-fit: fill;
}

.img-block iframe {
    border-radius: 12px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.img-block .small-image {
    height: 127px;
    width: 135px;
    background: #fbfbfb;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    margin-right: 16px;
}

.text-container {
    margin-bottom: 14px;
    padding: 16px;
}

    .text-container h5 {
        font-size: 22px;
        font-family: 'Roboto-Bold';
        color: #333;
        Line-height: 28px;
        margin-bottom: 17px;
        margin-top: 0;
    }

    .text-container p {
        font-size: 14px;
        font-family: 'Roboto-Regular';
        color: #666;
        Line-height: 22px;
        margin-bottom: 12px;
    }

    .text-container b {
        font-size: 16px;
        font-family: 'Roboto-Bold';
        color: #333;
        Line-height: 32px;
    }

    .text-container .list {
        padding-left: 15px;
        list-style: none;
    }

    .text-container .list-item {
        font-size: 14px;
        font-family: 'Roboto-Regular';
        color: #666;
        Line-height: 22px;
        position: relative;
        margin-bottom: 10px;
    }

        .text-container .list-item::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            -moz-border-radius: 7.5px;
            -webkit-border-radius: 7.5px;
            border-radius: 7.5px;
            background-color: #b7b7b7;
            position: absolute;
            top: 7px;
            left: -14px;
        }

    .text-container .list-auto {
        list-style: auto;
        margin-bottom: 1rem;
        color: #666;
        Line-height: 22px;
        font-family: 'Roboto-Regular';
    }

    .text-container .list-alph {
        list-style: lower-alpha;
        margin-bottom: 1rem;
        color: #666;
        Line-height: 22px;
        font-family: 'Roboto-Regular';
    }

    .text-container .list-dec {
        list-style: decimal;
        margin-bottom: 1rem;
        color: #666;
        Line-height: 22px;
        font-family: 'Roboto-Regular';
    }

.content .activity {
    padding: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
}

    .content .activity:last-child {
        border-bottom: none;
    }

.act-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

    .act-head .img {
        width: 37px;
        height: 37px;
        margin-right: 15px;
    }

.act-title h5 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto-Bold';
    color: #333;
    margin: 0;
}

.act-title p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto-Regular';
    color: #666;
    margin-top: 0px;
    margin-bottom: 4px;
}

.act-content {
    padding-left: 3.5rem;
    list-style: none;
}

    .act-content li {
        font-size: 12px;
        font-family: 'Roboto-Regular';
        color: #666;
        Line-height: 24px;
        position: relative;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .act-content li span {
            margin-right: 7px;
        }

        .act-content li a {
            font-size: 14px;
            line-height: 28px;
            text-decoration: underline;
            color: #333;
            font-family: 'Roboto-Bold';
        }

.backdrop {
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    background: rgba(0,0,0,.6);
    display: none;
}

.overlay {
    background: #fff;
    border-radius: 12px 12px 0 0;
    max-height: 85%;
    position: sticky;
    bottom: 0;
    height: 100%;
    z-index: 99999;
    padding: 16px;
    font-family: 'Roboto-Regular';
    overflow-y: scroll;
    display: none;
    transition: all 0.4s ease-in-out;
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

    .overlay h5 {
        font-family: 'Roboto-Bold';
        font-size: 14px;
        color: #333;
    }

    .overlay p {
        color: #666;
        line-height: 20px;
    }

        .overlay p span {
            margin-right: 8px;
        }

footer {
    text-align: center;
    margin-bottom: 78px;
}

    footer a {
        font-size: 16px;
        line-height: 28px;
        text-decoration: underline !important;
        color: #333 !important;
        font-family: 'Roboto-Bold';
    }

.ActivityViewDetail {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    padding-left: 0;
    color: #333;
}

/* media Query */
@media screen and (max-width: 750px) {
    .image {
        width: 86% !important;
    }
}

.loader {
    top: 25%;
    left: 25%;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: #fff !important;
    height: 100%;
    width: 100%;
    margin: auto;
}

.content_area {
    max-height: 195px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.show-content {
    max-height: none;
}

.read-more {
    font-family: 'Roboto-Bold';
    display: block;
    margin-top: 1rem;
    color: #333;
}
