

/* Common styles */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* Menu */
.menu-top-active {
    color: #ff8800;
}


/* Message box */
.msgbox-area {
    min-height: 350px;
}

.msgbox-sidebar {
    height: 350px; 
    overflow: auto;
}

.msgbox-chat {
    height: 300px; 
    overflow: auto;
}

.h-100{
    height: 100px !important;
}
.h-110{
    height: 110px !important;
}

@media only screen and (max-width: 600px) {
  .searchbar{ 
    height: auto !important; 
    }

}


    .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    }

    .search_input{
    color: #000;
    border: 0;
    outline: 0;
    background: none; 
    width: 450px;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    /* .searchbar:hover > .search_input{
    padding: 10px;
    width: 240px;
    caret-color:red;
    transition: width 0.4s linear;
    } */

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 40px;
    width: 90px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%; 
    text-decoration:none;
    }

@media only screen and (max-width: 600px) {
    .search_icon {
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
    }
    .home_t{
            margin: 0px !important;
    }
}


 .rotating-icon {
  animation: transform-icon 5s infinite linear;
  display: inline-block;
}

@keyframes transform-icon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Advanced Search */
.searches {
    text-align: left;
    background: #fff;
    position: absolute;
    border: 1px solid #53B32C;
    z-index: 2;
    width: 100%;
    margin-top: 0;
    background: #53B32C;
    border-radius: 5pt;

}
.searches p{ 
        padding: 12px;
        margin: 0px;
        border-bottom: 1px solid #53B32C;
}

.searches p:hover{
    background: #F07A39;
}

.searches a {
    color: #fff;
    font-size: 15px;
}

/* Markets */
.market-banner-image {
    width: 300px !important; 
    height: 106px;
}


ul#postlist li {
    border-bottom: 1px dotted #ccc;
}

span.text-underline-warning {
    color: #175616 !important;
}

.box-blur {
    filter: blur(4px);
}
.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}



