﻿@import url('Site.css');
body {
    padding-top: 50px;
    padding-bottom: 20px;
    height:100% !important
    
}

 Set padding to keep content from hitting the edges 
.body-content {
    
    padding-left: 15px;
    padding-right: 15px;
  
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}



/*------------------------------Left Side Bar---------------------------------------*/
.sidebar {
    margin: 0;
    padding: 0;
    padding-right: 5em;
    width: 30%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    /*overflow-y: auto;*/
    box-shadow: inset 1px 0px 0px var(--grandma);
}

    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
    }

        .sidebar a.active {
            background-color: #04a0a0;
            color: white;
        }

    .sidebar span:hover:not(.active) {
        /*background-color: #555;*/
        background-color: #04a0a0;
        color: white;
    }

div.content {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    padding: 1px 16px;
    height:100%;

}

div.chatwindow {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    height: 70%;
    min-height:70%;
    border-radius:15px;
    bottom:25px;
    display:none;
   
}

div.weather-window {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    height: 500px;
    /* min-height: 70%;*/
    border-radius: 15px;
    /*bottom: 25px;*/
    display: none;
    /*    margin: 0;
    padding: 0;
    width: 20%;
    background-color: #f1f1f1;*/
    /* position: fixed;
    height: auto;
    overflow-y: auto !important;*/
}



@media screen and (max-width: 1000px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        display:none;
    }

        .sidebar a {
            float: left;
        }

    div.content {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
   }

    div.chatwindow {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height:80%;
    }
}

@media screen and (max-width: 1000px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}


/*------------------------------Right Side Bar---------------------------------------*/
.rightsidebar {
    margin: 0;
    padding: 0;
    padding-left:5em;
    width: 30%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
    right: 0;
}

    .rightsidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
    }

        .rightsidebar a.active {
            background-color: #04a0a0;
            color: white;
        }

    .rightsidebar span:hover:not(.active) {
        /*background-color: #555;*/
        background-color: #04a0a0;
        color: white;
    }


@media screen and (max-width: 1000px) {
    .rightsidebar {
        width: 100%;
        height: auto;
        position: relative;
        display:none;
    }

        .rightsidebar a {
            float: left;
        }

    div.content {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
  
       
    }
}

@media screen and (max-width: 1000px) {
    .rightsidebar a {
        text-align: center;
        float: none;
    }
}


.font-small {
    font-size: small;
}
.font-medium {

    font-size:medium;

}

.font-large {
    font-size:large;
}

.font-larger {
    font-size:larger;
}

@media screen and (max-width: 1000px) {
    .hideonsmallscreen {
        display: none !important;
    }

  

}
/*767*/
@media (min-width: 1000px) {
    .hideonlargescreen {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .maximizeonsmallscreen {
        width: 100% !important;
    }
}
.popover-close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
}

.emojifieldContainer .emojionearea-editor {
    min-height: 3em !important;
}

.affix {
    top: 200px;
    z-index: 900;
}


.lsbHideScroll:hover {
      overflow-y: auto!important ;
}

.svg {
    width: 100%;
}



.link-no-underline {
    text-decoration-line: none !important
}

/* Treeview CSS*/

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color:black;
        font-weight:normal;
        font-size:medium;
        position: relative
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #f1f1f1; /*#f8f9fa;*/
        /*background: transparent;*/
       
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}




/*Treeview CSS End*/


.popover {
    max-width: 100% !important; /* Max Width of the popover (depending on the container!) */
}

.cl-farmviva {
    color: #04a0a0;
}

.bg-farmviva {
    background-color: #04a0a0 !important;
    /*background-color: #48b4a4 !important;*/
    /*background-color: #00BF63 !important;*/
    color: white !important;
}

.box-shadow {
    box-shadow: 0px 1px 1px 1px hsla(0,0%,0%,.1) inset;
 }

.promo-corousel-prev{
   border-bottom-left-radius:10px;
}

.promo-corousel-next {
    border-bottom-right-radius: 10px;
}



.standard-box-shadow {
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
  /*  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
}

.border-rounded-sm {
    border-radius: 30px;
}

.hoverchange :hover {
    font-size: x-large;
   /*background-color: #04a0a0;*/
}


.talkbubble {
    width: 100%;
    max-width: 100%;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.talkbubble:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 26px;
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-right: 26px solid red;
        border-bottom: 13px solid transparent;
    }





/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
 
}

.ribbon {
    --s: 1.8em; /* the ribbon size */
    --d: .8em; /* the depth */
    --c: .8em; /* the cutout part */
    padding: 0 calc(var(--s) + .5em) var(--d);
    line-height: 1.8;
    background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%,#0008 0 37.5%,#0004 0) 0 /50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d), #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
    clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
    background-color: #04a0a0; /* the main color */
    width: 100%;
 
}


/*Talk ---------------------------------------------- Bubble*/

/* CSS talk bubble */
.talk-bubble {
    margin: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    /*background-color: #f1f1f1;*/
    background-color: #f8f9fa;
}

.border {
    border: 8px solid #666;
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #f8f9fa transparent transparent transparent;
  
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #f1f1f1 #f1f1f1 transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent #f1f1f1;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: #f1f1f1 transparent transparent #f1f1f1;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: #f1f1f1 #f1f1f1 transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent #f1f1f1;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -20px;
    border: 12px solid;
    border-color: #f1f1f1 #f1f1f1 transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #f1f1f1 transparent transparent #f1f1f1;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: #f1f1f1 transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

    .talktext p {
        /* remove webkit p margins */
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }


.rounded-talk-bubble {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px
}


.img-container {
    position: relative;
    text-align: center;
    color: white;
}

.img-text-center {
 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}



.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

/*Hide image url btn content Summernote*/

.note-group-image-url {
    display: none !important;
}
.note-image-url{
    display:none!important;
}

.note-image-btn {
    display: none !important;
}



/*End Hide image url btn content Summernote*/



/*Hide Summernote Resize Bar*/
.note-statusbar {
    display: none;
}

.bubble-border-green {
    border-left: solid;
    border-left-color: #04a0a0;
    border-left-width: 3px;
}

.bubble-border-blue {
    border-left: solid;
    border-left-color:Highlight
}

.bubble-border-grey {
    border-left: solid;
    border-left-color: lightgray
}

.fv-circle {
    height: 25px;
    width: 25px;
    background-color: #04a0a0;
    border-radius: 50%;
    display: inline-block;
}


.centerDropdown {
    /* left: -50% !important;
    right: -50% !important;*/
  /*  left: 50% !Important;
    transform: translate(-50%) !important;*/
}

    .centerDropdown:after {
    /*    left: -50% !important;
        right: 50% !important;*/
    }


.disablediv {
    pointer-events: none;
   /* opacity: 0.8;*/
}

div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

    div.scroll-container img {
        padding: 10px;
    }


/*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/* medium - display 2  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.fv-AiUPrompt {
    margin-top: 10px;
    background-color: #f8f9fa;
    border-left: solid;
    border-right: solid;
    border-left-color: darkgray;
    border-right-color: darkgray;
    padding: 1em;
    font-weight: 500;
    font-size: medium
}

.fv-AiUResponse {
    /*background-color:#f8f9fa;*/
    margin-top: 10px;
    border-top: solid;
    border-bottom: solid;
    border-top-color: darkgray;
    border-bottom-color: darkgray;
    padding: 1em;
}

.fv-AiUPromptInput {
   
    padding: 0.5em;
    width: 100% !important;
    resize: none;
    border-radius: 10px;
   
}

.fv-ai-search {
    position: relative;
}

.fv-ai-search-input {
    width: 100%;
    padding-right: 100px !important;
    box-sizing: border-box;
}

.fv-ai-search-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    line-height: 1 !important;
    z-index: 4;
    outline: none !important;
   
}

.AiResultBG {
    /*background-color: #e6f7e8;
    opacity: 0.8;
    background-image: radial-gradient(#318828 2px, transparent 2px), radial-gradient(#318828 2px, #e6f7e8 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;*/

    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    color: #ffffff;
    border-color: #2abc2e;
    background-color: #2abc2e;
}
 .h1 { font-size: 18px!important;color:blue!important }
.h2 {
    font-size: 16px !important;
}
.h3 {
    font-size: 14px !important;
}
.h4 {
    font-size: 12px !important;}

.h5 {
    font-size: 10px !important;
}
.h6 {
    font-size: 8px !important;
}


#main {
    margin: 5px 0;
}

    #main #faq .card {
        margin-bottom: 5px;
        border:thin;
    }

        #main #faq .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 2px;
            padding: 0;
        }

            #main #faq .card .card-header .btn-header-link {
                color: #fff;
                display: block;
                text-align: left;
                /*background: #FFE472;*/
                background: #f1f1f1;
                color: #222;
                padding: 5px;
            }

                #main #faq .card .card-header .btn-header-link:after {
                    content: "\f106";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    float: right;
                }

                #main #faq .card .card-header .btn-header-link.collapsed {
                    /*  background: #A541BB;*/
                    background: #f1f1f1;
                  
                    /*color: #fff;*/
                }

                    #main #faq .card .card-header .btn-header-link.collapsed:after {
                        content:"\f107" ;
                    }

        #main #faq .card .collapsing {
          /*  background: #FFE472;*/
           /* background: #04a0a0;*/
            /*   line-height: 30px;*/
        }

        #main #faq .card .collapse {
            border: 0;
        }

            #main #faq .card .collapse.show {
                /*   background: #FFE472;*/
               /* background: #04a0a0;*/
                /*   line-height: 30px;*/
                color: #222;
            }


.fv-promo-container {
    padding-top: 10px;
    border-radius: 10px;
    background-color:white;

}



.circle {
    height: 50px;
    width: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%; /* may require vendor prefixes */
    background: #04a0a0;
    background-image: linear-gradient(to right, #04a0a0, gray);
   /* padding-right:10px;*/
}

.fv-post-set {
    font-size: medium;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 30px;
   
}

.fv-post-outer-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}
.fv-post-inner-wrapper {
    border-radius: 10px!important;
    padding: 0em!important;
}


.fv-shared-wrapper {
    padding-top: 10px;
    font-size: medium;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fv-text-post {
    width: 100%;
    min-height: 300px;
}

.fv-text-mkt-post {
    width: 100%;
    height: 300px;
}


.fv-multimedia-post {
    width: 100%;
    min-height: 15px;
   
}

.fv-post-content {
    font-size: medium;
    padding: 10px;
}

.profile-pic {
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.profile-pic-post {
    background-size: cover;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}
.profile-pic-lg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}

.profile-pic-sm {
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.group-cover-pic {
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.group-promo-pic {
 
    width: 250px;
    height: 250px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.mkt-product-pic {
    width: 300px;
    height: 300px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.course-promo-pic {
    width: 200px;
    height: 200px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.page-cover-pic-container {
    /* float: left;*/
    position: relative;
}
.page-cover-pic {
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.page-promo-pic {
    width: 250px;
    height: 250px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.page-profile-pic {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 15px;
    border: 2px solid white;
}

.page-profile-pic-edit {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    
}

/*--------------------------------Corousel Slider for Courses---------------------------------------------------*/

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.dott:hover {
    background-color: #717171;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prevS, .nextS {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.nextS {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prevS:hover, .nextS:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.slidertext {
  /*color: #f2f2f2;*/
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dott {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .activex, .dott:hover {
        background-color: #717171;
    }

/* Fading animation */
/*.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}*/

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prevS, .nextS, .slidertext {
        font-size: 11px
    }
}

.affix {
    top: 50px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 777;
}

.blurred-image {
    filter: blur(2px); /* Adjust the value to control the blur intensity */

}

.form-check-input-smm {
    width: 1em;
    height: 1em;
}

.fv-main-menu:hover {
    background-color: lightgray;
    /*color:#04a0a0 !important;*/
  /* font-weight:bold;*/
}

.fv-hover:hover {
    background-color: lightgray;
}

.close-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%,transparent 56%, transparent 100%);
    background-color: black;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.alertify-logs > div {
    overflow: visible;
}

.alertify-logs {
    z-index: 999999 !important;
}

.alertify-notifier {
    z-index: 999999 !important;
}

.alertify {
    z-index: 999999 !important;
    margin-top: -50px;
}

/*.modal-container {
    position: relative;*/
    /* Add other styles as needed for your container */
/*}*/



.icon-submit-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #04a0a0;
    outline:none !important;
    padding:0;
    margin:0
}

.fv-text-header {
    width: 100%; 
    height: 14px; 
    border-bottom: 1px 
    solid #04a0a0; 
    text-align: center
}

.fv-text-header-title {
    font-size: medium; 
    color: #ffffff; 
    background-color: #04a0a0; 
    padding: 0 18px;
}


.myaccordion {
    /* max-width: 300px;*/
    margin: 10px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

    .mkt-accordion .card,
    .mkt-accordion .card:last-child .card-header {
        border: none;
    }

    .mkt-accordion .card-header {
        border-bottom-color: #04a0a0;
        background-color: #f8f9fa;
        /* background: transparent;*/
    }

    .mkt-accordion .fa-stack {
        font-size: 12px;
    }

    .mkt-accordion .btn {
        width: 100%;
        font-weight: bold;
        color: #666;
        /*  color: #04a0a0;*/
        padding: 0;
    }

    .mkt-accordion .btn-link:hover,
    .myaccordion .btn-link:focus {
        text-decoration: none;
    }

    .myaccordion li + li {
        margin-top: 10px;
    }








.myaccordion {
   /* max-width: 300px;*/
    margin: 10px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

    .myaccordion .card,
    .myaccordion .card:last-child .card-header {
        border: none;
       }

    .myaccordion .card-header {
        border-bottom-color: #EDEFF0;
        background-color: #f8f9fa;
        /* background: transparent;*/
    }

    .myaccordion .fa-stack {
        font-size: 12px;
    }

    .myaccordion .btn {
        width: 100%;
        font-weight: bold;
         color:#666;
      /*  color: #04a0a0;*/
        padding: 0;
    }

    .myaccordion .btn-link:hover,
    .myaccordion .btn-link:focus {
        text-decoration: none;
    }

    .myaccordion li + li {
        margin-top: 10px;
    }

    .btn-no-outline
    {
        outline:none !important;
    }

.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 15px !important;
}


/*.modal {
    display: block !important;*/ /* I added this to see the modal, you don't need this */
/*}*/


/* Make Modal Scrollable=================================================*/

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
  /*  height: 65vh;*/
    overflow-y: auto;
}

.modal-body-market {
    height: 85vh;
    overflow-y: auto;
}

.compose-modal-body {
    height: 65vh;
    overflow-y: auto;
}

.bg-black{
    background-color:black
}

.post-img-container {
    padding: 0;
    cursor: pointer;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}
/* Make Modal Scrollable=================================================*/




.loader {
    width: 20px;
    aspect-ratio: 1;
    background: #25b09b;
    box-shadow: 0 0 60px 15px #25b09b;
    transform: translate(-80px);
    clip-path: inset(0);
    animation: l4-1 0.5s ease-in-out infinite alternate, l4-2 1s ease-in-out infinite;
    
}

@keyframes l4-1 {
    100% {
        transform: translateX(80px)
    }
}

@keyframes l4-2 {
    33% {
        clip-path: inset(0 0 0 -100px)
    }

    50% {
        clip-path: inset(0 0 0 0)
    }

    83% {
        clip-path: inset(0 -100px 0 0)
    }
}