


    @keyframes fadeDown {
        0% {
            opacity: 1;
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            transform: translateY(50px);
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(50px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-out {
    animation: fadeDown 0.5s forwards; /* 0.5 ثانیه انیمیشن */
          }

.fade-in {
    animation: fadeIn 0.5s forwards; /* 0.5 ثانیه انیمیشن */
}

/* مخفی کردن با استفاده از کلاس hidden */
.hidden {
    display: none;
}

/*input[type="text"] {
    background-color: white !important;
    color: #49c5b6 !important
}*/
.alert-box {
    position: relative;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

/* مخفی کردن کادر */
.hidden {
    display: none;
}

/*
.people-list{
   
    height:100%;
}*/

.chat-list {
    overflow: auto;
   /* min-height:500px;*/
  /*  height: calc(100% - 200px);*/
}


.fa-circle, .status-circle {
    width: 10px !important;
    height: 10px !important;
    background-color: #9b9494;
    border-radius: 100%;
    border: 2px solid white;
}

.fa-circle::before {
    content: '' !important;
}

.online {
    background-color: #8BC34A;
}
/**************Login Page******************/


.login-box {
    margin-top: 75px;
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

/*input[type=text] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #B7E6E03D;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #ECF0F5;
}*/

/*input[type=password] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
}*/

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
   /* border-bottom: 2px solid #F2F2F2;*/
    outline: 0;
    background-color: #1A2226;
   /* color: #ECF0F5;*/
}

input[type="text"] {
    background-color: white !important;
    color: black !important; /* متن همیشه مشکی بماند */
    border: 1px solid #ccc !important; /* رنگ پیش‌فرض */
}

    input[type="text"]:focus {
        border: 1px solid #49c5b6 !important; /* فقط هنگام فوکوس رنگ border تغییر کند */
        outline: none; /* اگر نخواستی دور input یک کادر اضافی نمایش داده شود */
    }
input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
   margin-left:5px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    .btn-outline-primary:hover {
        background-color: #0DB8DE;
        right: 0px;
    }

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}

/*-----------Attachment Button---------------*/


.file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .file > input[type='file'] {
        display: none !important;
    }

    .file > label {
        font-size: 1rem;
        font-weight: 300;
        cursor: pointer;
        outline: 0;
        user-select: none;
        border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
        border-style: solid;
        border-radius: 4px;
        border-width: 1px;
        background-color: hsl(0, 0%, 100%);
        color: hsl(0, 0%, 29%);
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .file > label:hover {
            border-color: hsl(0, 0%, 21%);
        }

        .file > label:active {
            background-color: hsl(0, 0%, 96%);
        }

        .file > label > i {
            padding-right: 5px;
        }

.file--upload > label {
    color: hsl(204, 86%, 53%);
    border-color: hsl(204, 86%, 53%);
}

    .file--upload > label:hover {
        border-color: hsl(204, 86%, 53%);
        background-color: hsl(204, 86%, 96%);
    }

    .file--upload > label:active {
        background-color: hsl(204, 86%, 91%);
    }
/*-----------------Loading----------------------*/

.loadingContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.loader {
  
    width: 80px; /* اندازه دایره */
    height: 80px; /* اندازه دایره */
   
}

.progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px; /* اندازه متن */
    color: #3498db;
    z-index: 1;
}

.loader svg {
    transform: rotate(-90deg);
}

.loader circle {
    fill: none;
    stroke-width: 8; /* ضخامت دایره */
}

input {
    width: 40px; /* عرض تکست باکس */
    padding: 2px; /* فاصله داخلی */
    /*margin-right: 5px;*/ /* فاصله بین تکست باکس و دکمه */
}

button {
    padding: 2px 5px; /* فاصله داخلی دکمه */
}


.ring-1 {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 3px dashed #fff;
    border-radius: 100%;
}



/* =Animate the stuff
------------------------ */
.load-4 .ring-1 {
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}


#Account-user-state{
    font-size:11px;
}




@keyframes loadingD {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*New*/
.lastseen-status{
    position:absolute;
    bottom:0px;
    left:6px;
}

#results {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.col-lg-12{
    padding:0!important;
}