﻿.cursor-p {
    cursor: pointer
}
#DivFeeds {
    max-height: 600px;
    overflow-y: scroll;
}

.bedge-image {
    border: 1px solid #FF6347;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 2px;
}

.fc-month-view .fc-time {
    display: none !important; /* Force hiding the time in month view */
}

.error_msg {
    color: red;
    text-align: left;
    font-size: 15px;
}

.required_txt {
    color: red;
}

.boxstop {
    border: 1px solid #209538;
    border-radius: 90%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #209538;
    color: white;
    font-weight: 800;
    font-size: 15pt;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#MsgCommanSuccess, #MsgCommanError {
    display: none;
    padding: 8px 15px;
    margin-top: 5px;
}


.app-sidebar .slide-menu a:before {
    content: "";
    font-family: 'feather' !important;
    position: absolute;
    top: 9px;
    left: 27px;
    font-size: 9px;
    color: #6d7790;
}

.sub-slide-menu li {
    margin: 4px 0;
}

.slide.is-expanded .sub-side-menu__item:before {
    content: "";
    font-family: 'feather' !important;
    position: absolute;
    top: 9px;
    left: 23px;
    font-size: 9px;
}

.sub-side-menu__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    font-size: 14px;
}

.sub-side-menu__item {
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    font-size: 14px;
}

.wall_show_img {
    /* max-height: 170px;*/
    overflow: hidden;
    position: relative;
}

.add_img_btn {
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 5px;
}

    .add_img_btn input {
        position: absolute;
        left: 0;
        top: -21px;
        height: 55px;
        width: 39px;
        opacity: 0;
    }

    .add_img_btn a {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 7px 0;
        text-align: center;
    }

.remove_img_btn a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
}

.remove_img_btn {
    position: absolute;
    right: 0;
    top: 5px;
}

.myautocompletelist {
    width: 100%;
    border: 1px solid #00000047;
    background-color: #fff;
}

.autocompletelist_box_img {
    float: left;
}

.autocompletelist_box_text {
    padding-top: 5px;
}

.upload-list-sec {
    width: 100%;
    height: 200px;
    border: 2px dashed;
    text-align: center;
    padding-top: 73px;
    position: relative;
    border-radius: 10px;
}


.checklabels {
    background-color: #d7e4f1;
    border: 2px solid lightblue;
    color: green;
    padding: 2px 40px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 2px 50px;
    cursor: pointer;
}

.checklabelssquare {
    background-color: #d7e4f1;
    border: 2px solid lightblue;
    color: green;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 10px 20px;
    cursor: pointer;
}

.hdnchecklabels input[type="checkbox"] {
    visibility: hidden;
    position: absolute
}

.hdnchecklabels {
    color: #fff;
    background-color: #737f9e;
    border-color: #737f9e;
    padding: 5px 10px;
    margin: 0px;
    cursor: pointer;
    border-radius: 10px;
}

    .hdnchecklabels.active {
        background-color: #22c03c
    }

.col_chk_box {
    width: 30%;
    margin: 5px;
    float: left;
}

.arrow {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

    .arrow.up {
        background-image: url('/images/arrow-up.png');
    }

    .arrow.down {
        background-image: url('/images/arrow-down.png');
    }
/*Scorall menu Start*/

.allowscrollbary {
    overflow-y: scroll;
}

    .allowscrollbary::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .allowscrollbary::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 2px;
    }

    /* Handle */
    .allowscrollbary::-webkit-scrollbar-thumb {
        background: #5e79bd85;
        border-radius: 20px;
    }

        /* Handle on hover */
        .allowscrollbary::-webkit-scrollbar-thumb:hover {
            background: #5e79bd;
        }

.allowscrollbarx {
    overflow-x: scroll;
}

    .allowscrollbarx::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .allowscrollbarx::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px grey;
        border-radius: 2px;
    }

    /* Handle */
    .allowscrollbarx::-webkit-scrollbar-thumb {
        background: #5e79bd85;
        border-radius: 20px;
    }

        /* Handle on hover */
        .allowscrollbarx::-webkit-scrollbar-thumb:hover {
            background: #5e79bd;
        }
/*Scorall menu End*/
.ui-date-highlighted {
}

table#tableLaveApply tr th {
    line-height: 0.2;
}

table#tableLaveApply tr td {
    line-height: 0.2;
    padding: 2px;
    text-align: center;
}

table.mylh tr th {
    line-height: 0.2;
    text-align: center;
}

table.mylh tr td {
    line-height: 0.2;
    text-align: center;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f58020 !important;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    #DivFeeds {
        max-height: 400px;
    }

    .shw-rside-90 {
        right: 0;
        width: calc(100% - 0px) !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #DivFeeds {
        max-height: 500px;
    }
}
.p-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1101;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    overflow: auto;
    padding: 0px 20px;
}

.shw-rside-90 {
    right: 0;
    width: calc(100% - 218px) !important;
}
.p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.att-file-input {
    display: none;
} 
.custom-file-icon {
    display: inline-block;
    font-size: 24px;  
    color: #007bff;  
    cursor: pointer;
    transition: color 0.3s ease;
} 
.custom-file-icon:hover {
        color: #0056b3; /* Darker blue on hover */
    }
