.form-list-view form ul li .form-group > div span {
    color: #959595;
}

span {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.form-list-view form ul li ul {
    float: right;
}

.form-list-view form ul li .sms-cnt {
    display: inline;
}

.sms-cnt {
    color: #959595 !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    float: right;
    
}

.list-inline li a{font-size: 14px;color:#333;text-decoration: none;}
    

.page-header .page-header-top {
    height: auto;
}

.portlet.light > .portlet-title {
    padding: 0;
    min-height: auto;
}

.group-contact
{
    max-height: 100px;
    overflow-y: scroll;
}

.emoji-body{
    display: block;
    float: right;
    position: absolute;
    right: 4%;
    width: 300px;
    margin-top: 5px;
    padding: 15px;
    height: 250px;
    overflow-y: auto;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0px 1px 40px rgba(83, 83, 83, 0.68);  
}

.emoji-body:before{
    content: ' ';
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 5px;
    top: -1%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.emoji-body a:hover{
    text-decoration: none;
}

#emoji_body.tab-content {
    background-color: transparent;
    border: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 15px 10px;
}

#emoji_body.tab-content>.tab-pane h3{
    margin: 0px;
}

.emoji-body .nav-pills>li.active>a,
.emoji-body .nav-pills>li.active>a:hover,
.emoji-body .nav-pills>li.active>a:focus {
    color: #3f3833;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom: solid #535353 2px;
}

.emoji-body .nav-pills>li>a {
    padding: 4px 4px;
    color: #3f3833;
    border: 1px solid transparent;
    font-size: 17px;
/*    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);*/
    opacity: 0.5;
}

.emoji-body .tab-content {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.emoji-body .tab-content>.tab-pane a{
    margin: 4px;
    font-size: 22px;
    min-width: 30px;
    max-width: 30px;
    display: inline-block;
    text-align: center;
}


.emoji-body .nav-pills>li>a:hover {
    color: #3f3833;
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: transparent;
}

#showEmoji:hover, #showEmoji:focus, #showEmoji:active{
    text-decoration: none;
}

#showEmoji{
    font-size: 20px;
    position: absolute;
    right: 5%;
    bottom: 18%;
    opacity: 0.5;
}

.error {
    color: #e74c3c !important;
}

.graph-container {
    box-sizing: border-box;
    width: 100%;  /* Make it responsive */
    max-width: 100%;  /* Ensure it doesn't exceed its column */
    height: 300px;
    position: relative;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.graph-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

#placeholder {width: 400px;height: 250px;}

.SmileyClosed {position: absolute;right: 10px;top: 5px;}

/* my css start from here  */
body {
    font-family: 'Open Sans', sans-serif;

    margin: 0;
    padding: 0;
    position: relative;
    height: 100vh;
    background-image: url("https://i.postimg.cc/25ZpR03m/red.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; /* Ensure it is behind other elements */
}

.login-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative; /* Ensure the auth-box appears above particles */
    z-index: 1;
}

.auth-box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 10px #495057;
    width: 100%;
    max-width: 400px;
    padding: 30px;
}

.login-logo img {
    display: block;
    margin: 0 auto; /* Center horizontally with auto margins */
    max-width: 250px; /* Keep the maximum width */
    height: auto; /* Maintain aspect ratio */
}

.txt-primary {
    color: #17ad68;
}



.btn-primary:hover {
    background-color: #000;
    border-color: #000;
} */

.form-control {
    border-radius: 5px;
    box-shadow: none;
}

.form-primary {
    margin-bottom: 20px;
}

.form-primary .form-bar {
    display: none;
}

.forgot-phone {
    font-size: 14px;
}

.f-w-600 {
    font-weight: 600;
}

.text-muted {
    color: #6c757d;
}

.text-inverse {
    color: #333;
}
