:root{
    --netfis-red: #e35964;
    --netfis-blue:#4f86f7;
}

.changeViewCheckbox{
    position: relative;
    top: 40px;
    right: 5px;
    font-size: 15px;
}

.bg-netfis-red{
    background-color: var(--netfis-red);
    color: white;
}
.bg-netfis-blue{
    background-color: var(--netfis-blue);
    color: white;
}

.bg-gradiant-dusty { background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);}
.bg-gradiant-send-blue { background-image: linear-gradient(to right, #DECBA4, #3E5151);}
.bg-gradiant-key-meh {background-image: linear-gradient(to right, #8360c3, #2ebf91); }
.bg-gradiant-amin { background-image: linear-gradient(to right, #8e2de2, #4a00e0);}
.bg-gradiant-relax-red { background-image: linear-gradient(to right, #fffbd5, #b20a2c);}
.bg-gradiant-sublime-light {background-image: linear-gradient(to right, #fc5c7d, #6a82fb); }
.bg-gradiant-megatron { background-image: linear-gradient(to right, #c6ffdd, #fbd786, #f7797d);}
.bg-gradiant-blue-raspberry {background-image: linear-gradient(to right, #00b4db, #0083b0); }
.bg-gradiant-premium-dark { background-image: linear-gradient(to right, #434343 0%, black 100%);}
.bg-gradiant-crystalline {background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%); }
.bg-gradiant-lawrencium {background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e); }
.bg-gradiant-ohhappiness {background-image: linear-gradient(to right, #00b09b, #96c93d); }
.bg-gradiant-strain {background-image: linear-gradient(to right, #870000, #190a05); }
.bg-gradiant-yellow-mango { background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);}
.bg-gradiant-juicy-grass {background-image: radial-gradient( circle 759px at -6.7% 50%, rgba(80,131,73,1) 0%, rgba(140,209,131,1) 26.2%, rgba(178,231,170,1) 50.6%, rgba(144,213,135,1) 74.1%, rgba(75,118,69,1) 100.3% ); }
.bg-gradiant-pink-fish { background-image: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));}
.bg-gradiant-sea-loard { background-image: linear-gradient( 109.6deg, rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );}
.bg-gradiant-cherry-blossom { background-image: linear-gradient(25deg,#d64c7f,#ee4758 50%);}
.bg-gradiant-fresh-air { background-image: linear-gradient( 95.2deg, rgba(173,252,234,1) 26.8%, rgba(192,229,246,1) 64% );}


.isValidCard{
    color: #127d12;
    border: 1px solid #58e058;
    box-shadow: 2px 2px 20px #56d656;
}
.inValidCard{
    border: 1px solid #fc22605e;
    box-shadow: 2px 2px 20px #ff301680;
    color: #c40101b8 !important;
}


.make-it-input {
    border: 1px solid #dcd1d1;
    padding: 10px;
    border-radius: 5px;
}

/*select2 */
.select2-container {
    z-index: 999 !important;
}

.modal {
    background: #000000e6 !important;
}

.product-img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain;
    border-radius: 45px;
}

/*comment*/
.card-white .card-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border: 1px solid #dddddd;
}

.card-white .card-footer {
    background-color: #fff;
    border-color: #ddd;
}

.card-white .h5 {
    font-size: 14px;
/ / font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card-white .time {
    font-size: 12px;
/ / font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post .post-heading {
    height: 95px;
    padding: 20px 15px;
}

.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top center;
    -o-object-position: top center;
    border-radius: 50%;
}

.post .post-heading .meta .title {
    margin-bottom: 0;
}

.post .post-heading .meta .title a {
    color: black;
}

.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}

.post .post-heading .meta {
    margin-right: 10px;
}

.post .post-heading .meta,
.post .post-image .image {
    float: right;
}

.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}

.post .post-image .image {
    width: 100%;
    height: auto;
}

.post .post-description {
    padding: 0 15px;
}

.post .post-description p {
    font-size: 14px;
}

.post .post-description .stats {
    margin-top: 20px;
}

.post .post-description .stats .stat-item {
    display: inline-block;
    margin-right: 15px;
}

.post .post-description .stats .stat-item .icon {
    margin-right: 8px;
}

.post .post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
}

.post .post-footer .input-group-addon a {
    color: #454545;
}

.post .post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}

.post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.post .post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}

.post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}

.post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}

.post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}

.post .post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}

.post .post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}

.reply_comment {
    background: #f7eff9;
    width: 96%;
}

.textarea_space {
    white-space: nowrap;
}

.like_a {
    position: relative;
}

.like_a svg {
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 5px;
}

.like_a span {
    position: absolute;
    right: -10px;
    top: -22px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    background: #9f000a;
    color: #fff;
    border-radius: 50%;
}

/*comment*/


/*chat style*/


.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4f86f7;
    border-radius: 5px;
    border: none;
    margin-right: 5px;
}

.chat-user-status-header > .badge {
    font-size: 6px;
}

#chat-head-icon {
    display: flex;
}

.chat-user-status-header {
    position: relative;
    bottom: 11px;
    text-align: center;
}
.chat-tick{
    position: relative;
    right:-10px;
    bottom:-10px;
}
.chat-tick :first-child{
    margin-left: -10px !important;
}
.chat-online {
    color: #34ce57;
    font-size: 10px;
}

.chat-offline {
    color: #e4606d;
    font-size: 10px;
}

.chat-messages {
    overflow-y: scroll;
    margin-bottom: 47px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    padding-bottom: 150px;
}

#users-list {
    overflow: scroll;
    height: 82vh;
}

.chat-members {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: scroll;
}

.chat-members::-webkit-scrollbar {
    background-color: #e6e6e6;
    width: 2px;
}

.chat-box {
    min-height: 279px;
    max-height: 82vh;
    overflow: hidden;
}

.chat-messages::-webkit-scrollbar {
    background-color: #e6e6e6;
    width: 2px;
}

.chat-message-left,
.chat-message-right {
    display: flex;
    max-width: 60%;
    min-width: 40%;
    font-size: 12px;
}

.chat-message-left {
    flex-direction: row-reverse;
    margin-right: auto;
    padding-left: 10px;
}

.chat-message-right {
    /*flex-direction: row-reverse;*/
    margin-left: auto;
    margin-right: 10px;
}

.border-left {
    border-left: 1px solid var(--vz-gray-100);
}

.border-right {
    border-right: 1px solid var(--vz-gray-100);
}


.send-message-div {
    position: absolute;
    bottom: 1px;
    width: 100%;
    background: white;
    left: 1px;
    z-index: 999999;

}

.chat-day-date {
    background: #f2f2f2;
    padding: 1px 7px;
    border-radius: 5px;
    color: #000000ab;
}

.chat-day-date-div {
    position: sticky;
    top: 3px;
    margin-bottom: 10px;
    z-index: 10;
}

#users-list {
    /*display: none;*/
}

.btn-outline-secondary.text-black:hover {
    color: white !important;
}

.msg-1 , .msg-2{
    margin: 0 0 auto;
    padding-bottom: 10px !important;
}

/*.msg-2{*/
/*    margin: 0 0 auto;*/
/*}*/

.chat-more-icon-div {
    width: 8px;
    float: left;
    margin-top: -5px;
}
.chat-more-icon-div > ul > li{
    cursor: pointer;
}
.chat-user-item {
    cursor: pointer;
    list-style: none;
    margin-right: 17px;
    border-bottom: 1px solid #51505008;
    padding: 9px 0px;
}



@keyframes active-chat {
    0%   {background-color: white;}
    50%  {background-color: rgba(88, 149, 229, 0.38);}
    100% {background-color:  #7591bb26;}
}

.chat-user-item.active{
    background: #7591bb26;
    border-radius: 10px;
    margin: 3px 5px;
    animation-duration: 1s;
    animation-name: active-chat;
    padding: 5px 12px;
}

.user-menu {
    position: absolute;
    left: 10px;
    bottom: 7px;
}
/*end chat style*/

/*start dating */
/*end dating */


/*custom style*/
.cursor-pointer {
    cursor: pointer;
}

.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}

/** dark css */

[data-topbar=dark] .bg-white {
    background-color: var(--vz-header-bg-dark) !important;
}

[data-topbar=dark] .dataTables_wrapper .dataTables_filter input {
    background: var(--vz-topbar-user-bg-dark);
    color: var(--vz-body-color);
}
[data-topbar=dark] span.badge.bg-soft-secondary.text-black-50 {
    color: #c7c7c7 !important;
}

[data-topbar=dark] span.badge.bg-white.mt-2.shadow-sm.text-black {
    background-color: #979797 !important;
}

[data-topbar=dark] .navbar-menu .navbar-nav .nav-sm {
    background: #7272722b;
    box-shadow: none;
    border-radius: 10px;
}
[data-topbar=dark] .select2-results__option--selected {
    background-color: #ffffff78!important;
    color: #fff!important;
}
[data-topbar=dark] .card-body {
    background-color: var(--vz-card-cap-bg) !important;
}