﻿.title {
    font-size: 1.3em;
    color: darkblue !important;
    margin-top:10px;
    margin-bottom:10px;

    text-decoration: none;
    font-weight: 500;
}

.titlebg {
    background-color:whitesmoke;
}

.description {
    font-size: 1.1em!important;
    padding: 10px 10px 10px 10px;
}
.comment {
    font-size: .9em !important;
    padding: 10px 10px 10px 10px;
}
.descriptionbg {
    background-color: white;
}
/*question owner and time */
.forumInfo {
    text-align: right;
    font-size:.9em;
    padding-right:.6rem;
    color:black;
}

.fixed-header, .fixed-footer {
    width: 100%;
    position: fixed !important;
    background: #333;
    padding: 10px 0 !important;
    color: #fff;
    z-index: 100 !important;
}

.fixed-header {
    top: 0 !important;
}

.fixed-footer {
    bottom: 0 !important;
}

/*Usbscribe image*/

.image_default {
    /* Set the default cursor */
    cursor: default;
}

    /* Change the cursor to 'pointer' on hover */
    .image_default:hover {
        cursor: pointer;
        background-image: url("images/bell-fill.svg");
        transform: scale(1.1); /* Adjust the scale factor for the zoom effect */
    }

.myTelerikEditor div.k-editor-content div.k-content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}
.Titletxt {
    font-size: 1.3em!important;
}
.imgeURL{
    font-size:.8em!important;
}

.image-container {
    min-width:40px;
    width:40px; /* Set the desired width */
    height: 40px; /* Set the desired height */
    background-color: orange;
    overflow: hidden;
    display: flex !important;
    justify-content: center !important;
    align-items:  center !important;
    border-radius: 50%;
}

    .image-container img {
        width: auto!important; /* Make sure the image takes 100% of the container width */
        height: 100%!important; /* Maintain the image's aspect ratio */
    }

.image-containerSM {
    min-width:25px;
    width: 25px; /* Set the desired width */
    height: 25px; /* Set the desired height */
    background-color: orange;
    overflow: hidden;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
}

    .image-containerSM img {
        width: auto !important; /* Make sure the image takes 100% of the container width */
        height: 100% !important; /* Maintain the image's aspect ratio */
    }