.col-form-alert-label{
    color: #ff0000;
}

.has-danger .form-control {
    border-color: #ff0000
}

.has-danger .col-form-label {
    color: #e74c3c;

}

.forgotPassword{
    text-align: center !important;
}

div#example2_wrapper .row {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: end !important;
}
.dataTables_paginate{
    margin-top: 16px;
}
.dataTables_info{
    margin-top: 16px;
}
th {
    text-align: center !important;
}
td {
    text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

div.dataTables_wrapper div.dataTables_length label {
    justify-content: start;
}

div.dataTables_wrapper div.dataTables_length select {
    margin: 0 10px;
}
.dataTables_filter{
    margin-bottom: 18px;
}
.dataTables_filter input:focus{
    outline: unset;
}
h3.card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.dataTables_wrapper div.dataTables_filter label {
    justify-content: end;
}

.submitView {
    background-color: transparent !important;
    opacity: 1;
    border: none !important;
}

table.dataTable thead .sorting:after {
    opacity: .5;
    content: "\f062";
    font-family: 'Font Awesome 5 Free';
}

table.dataTable thead .sorting_asc:after {
    opacity: .5;
    content: "\f063";
    font-family: 'Font Awesome 5 Free';
}

table.dataTable thead .sorting_desc:after {
    opacity: .5;
    content: "\f062";
    font-family: 'Font Awesome 5 Free';
}
     [class*="sidebar-dark-"] {
    background-color: #fff;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #db0060;
    color: #fff !important;
}
[class*="sidebar-dark-"] .sidebar a {
    color: #000;
}
.nav-pills .nav-link:hover {
    color: #000 !important;
}
[class*="sidebar-dark"] .brand-link, [class*="sidebar-dark"] .brand-link .pushmenu {
    color: #000000;
}
[class*="sidebar-dark"] .brand-link .pushmenu:hover, [class*="sidebar-dark"] .brand-link:hover {
    color: #000000;
}
.brand-link .brand-image {
    width: 40px;
    height: 40px;
    max-height: 40px;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus{
    color:#000;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #505050;
}
.login-page, .register-page{
    background: url(https://img.freepik.com/premium-photo/modern-house-with-sky_35076-483.jpg?w=900);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.login-page::before{
    position:absolute;
    content:'';
}
.login-page::before {
    position: absolute;
    content: '';
    background-color: #0000006b;
    width: 100%;
    height: 100%;
}
.login-box .card, .register-box .card {
    margin-bottom: 0;
    padding: 15px 0px;
}
.card-primary.card-outline {
    border-top: 3px solid #E30B5C;
}
.login-box, .register-box {
    width: 450px;
}
.btn-primary {
    color: #fff;
    background-color: #E30B5C !important;
    border-color: #E30B5C !important;
    box-shadow: none;
}
.input-group-text{
    color: #E30B5C;
}
     [class*="sidebar-dark-"] {
    background-color: #fff;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #db0060;
    color: #fff !important;
}
[class*="sidebar-dark-"] .sidebar a {
    color: #000;
}
.nav-pills .nav-link:hover {
    color: #000 !important;
}
[class*="sidebar-dark"] .brand-link, [class*="sidebar-dark"] .brand-link .pushmenu {
    color: #000000;
}
[class*="sidebar-dark"] .brand-link .pushmenu:hover, [class*="sidebar-dark"] .brand-link:hover {
    color: #000000;
}
.brand-link .brand-image {
    width: 40px;
    height: 40px;
    max-height: 40px;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus{
    color:#000;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #505050;
}
.login-page, .register-page{
    /*background: url(https://img.freepik.com/free-photo/beautiful-silhouette-palm-tree-with-umbrella-chair_74190-2099.jpg?t=st=1717664786~exp=1717668386~hmac=407345b720bd7e2a2cf058df972a629d978f28a0112169cbf3d727b7d653dc15&w=900);*/
    background: url('../img/stayezy_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.login-page::before{
    position:absolute;
    content:'';
}
.login-page::before {
    position: absolute;
    content: '';
    background-color: #0000002e;
    width: 100%;
    height: 100%;
}
.login-box .card, .register-box .card {
    margin-bottom: 0;
    padding: 15px 0px;
}
.card-primary.card-outline {
    border-top: 3px solid #E30B5C;
}
.login-box, .register-box {
    width: 380px;
}
.btn-primary {
    color: #fff;
    background-color: #E30B5C !important;
    border-color: #E30B5C !important;
    box-shadow: none;
}
.input-group-text{
    color: #E30B5C;
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #d40063;
}
.card-title{margin-bottom:0px;}
.profile-image img{
    border-radius: 15px !important;
    border: 1px solid #ededed;
    padding: 5px;
    width: 100px;
    height: 100px;
}
#category img{
    border-radius:10px;
}
.small-box .icon > i{
    font-size:50px;
}
.btn-info{
    background-color: #db0060 !important;
    border-color: #db0060 !important;
}
#userorders img{
    height:50px;
    border-radius:10px;
}
#userorders a{
    color: #db0060;
}
.fa-edit, .fa-trash, .fa-eye{
   color:  #db0060 !important;
}

div#cke_notifications_area_editor {
    display: none;
    }
    
/* ---------- chat style ------------------- */
 * {
  margin: 0px;
  padding: 0px;
}
body {
  padding-top: 94px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #2a2a2a;
}
.clear {
  clear: both;
}
img {
  border: 0px;
}
ul,
ol {
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2a2a2a;
}
p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
a:hover {
  color: #1d437e !important;
}
p:last-child {
  margin: 0 !important;
}
.color-white {
  color: #ffffff;
}
.color-blk {
  color: #313343;
}
.text-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title {
  margin-bottom: 15px;
  position: relative;
}
.form-control:focus {
  box-shadow: none;
}
.justify-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.align-item-center {
  display: flex;
  align-items: center;
}
.m-t-30 {
  margin-top: 30px;
}
button {
  cursor: pointer;
}
.common-btn {
  margin: 25px 0;
  padding: 8px 50px;
  background: #1d437e;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  border-radius: 5px;
}
.common-btn:hover {
  background: #000000;
  color: #ffffff !important;
}
label {
  margin-bottom: 0;
}
/******* Common Element CSS End *********/

/******* Header Section CSS Start *******/
.navbar {
  padding: 12px 0px;
  box-shadow: 0 0 8px #ccc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.navbar-brand img {
  width: 60px;
}
.nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
}
.nav-item .nav-link.active {
  color: #e12026;
}
.nav-item .nav-link:hover {
  color: #1d437e;
}
.profile-block ul {
  display: flex;
  align-items: center;
}
.profile-block li {
  padding-left: 15px;
  display: inline-block;
  text-align: center;
}
.profile-block li span {
  font-weight: 600;
  display: block;
}
.profile-user-img {
  border: 2px solid #b0b0b0;
  height: 50px;
  width: 50px;
  display: block;
  border-radius: 50px;
}
.profile-details {
  position: relative;
}
.modal-form .form-group {
  margin-bottom: 22px;
  position: relative;
}
.modal-form .form-control {
  padding: 15px 15px 15px 0;
  height: auto;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}
.modal-form .form-control:focus {
  border-color: #1d437e;
}
.modal-form label {
  margin: 0;
  color: #808080;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
  bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  transition: all 0.3s ease;
}
.modal-form label {
  top: auto;
}
.modal-form .input-focus label {
  color: #808080;
  font-size: 12px;
  line-height: 15px;
  top: 0;
}
.form-control:not(output):-moz-ui-invalid {
  box-shadow: none;
}
/******* Main section CSS Start *******/
.user-select {
  text-align: center;
}
.category-intrest input[type="checkbox"] {
  display: none;
}
.category-intrest img {
  width: 35px;
}
.category-intrest h4 {
  padding: 5px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #2a2a2a;
}
.category-intrest .add-cate a {
  color: #808080;
  background: transparent;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  border: 1px solid #808080;
  font-size: 16px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.items-collection {
  margin: 5px 10px;
  position: relative;
  display: inline-block;
}
.items-collection label.btn-default {
  min-width: 137px;
  padding: 15px;
}
.items-collection label.btn-default.active .add-cate a {
  background: #1d437e;
  color: #fff;
  border-color: #1d437e;
}
.items-collection label.btn-default.active {
  background: #f1f2f7;
}
.items-collection label.btn-default.focus {
  box-shadow: none;
}
.category-intrest .add-cate a.before-check {
  display: inline-flex;
}
.category-intrest .add-cate a.after-check {
  display: none !important;
}
.items-collection label.btn-default.active a.after-check {
  display: inline-flex !important;
}
.items-collection label.btn-default.active a.before-check {
  display: none !important;
}
.follow-btn {
  margin: 0px 5px;
  padding: 5px 12px;
  background: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 12px;
  color: #808080;
}
.follow-btn.accept {
  background: #1d437e;
  color: #fff;
  border-color: #1d437e;
}
.follow-btn.red {
  border-color: #e12026;
  color: #e12026;
}
.follow-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.count-no {
  padding-right: 10px;
  color: #2a2a2a;
}
/*.not-read-lable {*/
/*  background: #e12026;*/
/*  font-size: 12px;*/
/*  color: #ffffff;*/
/*  height: 20px;*/
/*  width: 20px;*/
/*  border-radius: 50px;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.not-read-lable {
  background: #ee0662;
  font-size: 12px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  display: none; 
  align-items: center;
  justify-content: center;
}
.chat-item.active {
    background-color: #ee0662;
}
.chat-item.active .chat-user-nm {
    color: #fff;
}
.chat-item.active .chat-desc {
    color: #fff;
}
.chat-item.active .chat-seen {
    color: #fff;
}
.chat-item.active .not-read-lable {
    background: #fff; 
    color: #ee0662; 
}
.chat-list li a:hover {
    background: #e40361 !important;
}
.chat-list li a:hover .chat-user-nm {
    color: #fff;
}
.chat-list li a:hover .chat-desc {
    color: #fff;
}
.chat-list li a:hover .chat-seen {
    color: #fff;
}
.chat-list li a:hover .not-read-lable {
    background: #fff; 
    color: #ee0662; 
}
.write-comment .form-group {
  margin-top: 35px;
  margin-bottom: 0;
  width: 950px;
  display: flex;
}
.write-comment .form-control {
  background: #f6f6f6;
  border: 1px solid #c6c6c6;
  font-size: 14px;
}
.write-comment .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
}
.write-comment .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}
.write-comment .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}
.write-comment .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}
.submit-comment {
  margin-left: 20px;
  background: transparent;
  border: none;
  color: #e12026;
  font-size: 25px;
}
.submit-comment:hover {
  color: #000000;
}
.invite-user-blks {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.invite-user-blks .profile-img {
  height: 55px;
  width: 55px;
  border: 2px solid #b0b0b0;
  border-radius: 50px;
}
.invite-user-blks .user-nm {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.invite-user-blks .user-followers {
  padding-bottom: 10px;
  color: #808080;
  font-size: 12px;
}
/******* Chat CSS Start ******/
.chat-panel {
  height: calc(100vh - 207px);
  overflow-y: hidden;
  margin: 50px 0px 0px;
}
.chat-user-list-panel {
  width: 430px;
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
}
.add-group-btn {
  padding: 15px 15px 5px;
}
.add-group-btn a {
  color: #2a2a2a;
  font-size: 20px;
}
.chat-detail li {
  display: inline-block;
  vertical-align: middle;
}
.chat-list .chat-detail li:last-child {
  text-align: right;
  float: right;
}
.chat-user-nm {
  color: #2a2a2a;
}
.chat-desc,
.chat-seen {
  color: #808080;
}
.chat-profile-user {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  border: 2px solid #b0b0b0;
  border-radius: 50px;
}
.chat-user-nm {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.chat-list {
  max-height: calc(100vh - 307px);
  overflow-y: auto;
}
.chat-list::-webkit-scrollbar-thumb {
  background: #e40361;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.chat-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.chat-list::-moz-scrollbar-thumb {
  background: #1d437e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.chat-list::-moz-scrollbar {
  height: 6px;
  width: 6px;
}
.chat-list li a {
  padding: 20px 15px 10px;
  display: block;
}
.chat-list li a:hover {
  background: #ffffff;
}
/******* Chat User CSS Start ******/
.chat-user-message-panel {
    width: calc(100% - 435px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: calc(100vh - 250px);
    /* overflow: auto; */
}
.user-select-panel {
  border-bottom: 1px solid #e8e8e8;
}
.user-select-panel a {
  padding: 0px 15px 15px;
  display: inline-block;
}
.grp-mem span {
  margin-right: 5px;
}
.msg-conversation {
    padding: 15px;
    min-height: calc(100vh - 477px);
    overflow-y: auto;
    height: 83%;
    position: absolute;
    width: 100%;
}
.msg-conversation::-webkit-scrollbar-thumb {
  background: #e40361;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.msg-conversation::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.msg-conversation::-moz-scrollbar-thumb {
  background: #1d437e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.msg-conversation::-moz-scrollbar {
  height: 6px;
  width: 6px;
}
.sender {
  margin: 15px 0px;
  text-align: right;
}
.sender-msg {
    padding: 5px 15px;
    background: #e40361;
    color: #ffffff;
    border-radius: 10px 10px 0 10px;
    display: inline-block;
    max-width: 300px;
}
.receiver {
  text-align: left;
}
.receiver-msg {
    padding: 5px 15px;
    background: #f6f6f6;
    color: #4c4d50;
    border-radius: 10px 10px 10px 0px;
    display: inline-block;
    max-width: 300px;
}
.send-time {
  padding-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.msg-img {
  margin: 10px 0px 5px;
  height: 150px;
  width: 150px;
  border-radius: 10px 10px 10px 0px;
  display: inline-block;
}
.new-group-request {
  padding: 15px;
  background: #f1f2f7;
  display: inline-block;
  border-radius: 5px;
  position: fixed;
  bottom: 150px;
  left: 50%;
}
.new-group-request p {
  font-size: 12px;
  text-align: center;
}
.request-detail .chat-profile-user {
  height: 40px;
  width: 40px;
}
.request-detail .chat-user-nm {
  font-size: 14px;
  line-height: 20px;
}
.request-detail .chat-desc {
  font-size: 12px;
}
.chat-user-message-panel .write-comment {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.chat-user-message-panel .write-comment .form-group {
  margin: 0;
  width: 100%;
}
.chat-user-message-panel .write-comment a {
  display: inline-block;
  padding: 10px;
  color: #808080;
}
/******* File Upload CSS Start ******/
box {
  position: relative;
}
input[type="file"] {
  /*display: none;*/
}
.inputfile-1 + label {
  margin-bottom: 0;
  cursor: pointer;
}
/******* Create Chat Group Start ******/
.create-group-panel {
  z-index: -1;
  height: calc(100vh - 160px);
  width: 450px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 97px;
  transition-duration: 0.3s all;
}
.msg-board.show-grp .create-group-panel,
.msg-board.show-grp-2 .create-group-panel {
  z-index: 1;
  background: #fff;
  box-shadow: 0px 0px 8px #ddd;
}
.create-grp-scr-2,
.create-grp-scr-3 {
  display: none;
}
.msg-board.show-grp .create-grp-scr-2,
.msg-board.show-grp-2 .create-grp-scr-3 {
  z-index: 1;
  display: block;
}
.create-group-panel::-webkit-scrollbar-thumb {
  background: #1d437e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.create-group-panel::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.create-group-panel::-moz-scrollbar-thumb {
  background: #1d437e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.create-group-panel::-moz-scrollbar {
  height: 6px;
  width: 6px;
}
.create-group-panel.open-panel {
  max-width: 100%;
}
.close-grp-window {
  position: absolute;
  top: 12px;
  right: 15px;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
}
.close-grp-window a {
  font-size: 20px;
  color: #808080;
}
.group-blk .group-title,
.selected-user {
  padding: 15px;
}
.group-blk .group-title h4 {
  font-weight: 500;
}
.user-select-img {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  border: 2px solid #b0b0b0;
  position: relative;
  display: inline-block;
}
.user-select-img a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  color: #808080;
  border: 1px solid #e8e8e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50px;
}
.select-user-list {
  margin-bottom: 15px;
  width: calc(100% / 5 - 5px);
  display: inline-block;
}
.user-img {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  border: 2px solid #b0b0b0;
}
.user-select ul li {
  width: calc(100% / 2 - 2px);
  display: inline-block;
}
.user-select ul li label.btn-default {
  padding: 10px 50px;
  min-width: 100%;
}
.upload-grp-img {
  margin-top: 25px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}
.group-nm-title {
  margin: 35px 25px;
  text-align: center;
}
.group-nm-title .form-group label {
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #b0b0b0;
}
.group-nm-title .form-group.input-focus label {
  top: -10px;
}
.group-nm-title .form-group .form-control {
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}
.selected-mem {
  padding: 10px 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #b0b0b0;
  font-size: 18px;
  line-height: 25px;
}
.selected-mem span {
  padding-right: 12px;
  color: #2a2a2a;
}
.main-grp-bg {
  display: block;
  height: 100%;
  width: 100%;
}
.group-nm-title h4 {
  font-weight: 400;
  color: #000000;
  display: inline-block;
}
.group-nm-title a {
  padding-left: 15px;
  font-size: 20px;
  line-height: 25px;
  color: #b0b0b0;
}
.add-new-mem {
  padding: 15px;
}
.add-new-mem a {
  height: 25px;
  width: 25px;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b0b0b0;
}
.invite-link {
  text-align: center;
}
.invite-link a {
  margin: 15px;
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 25px;
  color: #2a2a2a;
}
.invite-link a:hover {
  background: #1d437e;
  color: #ffffff !important;
}
.invite-link a i {
  margin-right: 15px;
}
.grp-admin {
  margin: 25px 15px;
  padding: 15px;
  background: #f1f2f7;
  border-radius: 5px;
}
.grp-admin h6 {
  padding: 0px 15px;
  font-size: 16px;
  line-height: 25px;
  color: #2a2a2a;
}
.grp-admin .role {
  padding: 2px 12px;
  background: #ffffff;
  font-weight: 500;
  color: #3ec542;
  border-radius: 5px;
}
.exit-grp a {
  color: #e12026;
}
.in-group-mem {
  padding: 15px;
  text-align: center;
}
.in-group-mem .invite-user-blks {
  margin-top: 0;
  margin-bottom: 20px;
  width: calc(100% / 2 - 2px);
  display: inline-flex;
}
/******* Chat CSS End ******/
/******* Main section CSS End *********/

/******* Footer CSS Start *******/
.bottom-sec {
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}
.copyright p {
  color: #808080;
}
.chat_rightContent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
ul.chat-detail {
    display: flex;
}
li.chat-item {
    border: 1px solid #ededed;
}
.messenger-img .msg-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* display: none; */
}
.messenger-img {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* --------- end chat style ----------------- */

/* ---------- Tab Style CSS ------------ */
.nav-tabs {
    border-bottom: none;
    margin-bottom: 5px;
    }
    .nav-tabs li{
    margin-right: 5px;
}

.nav-tabs li a {
    padding: 8px 15px;
    border: 1px solid #dfdfdf;
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #db0060;
    width: 145px;
    text-align: center;
    font-weight: 600;
}

.nav-tabs li.active a{
    background: #13a6e9 !important;
    color: #fff !important;
}

.nav-tabs .active {
    background: #db0060 !important;
    color: #fff;
    border-radius:5px;
}

.multiImg{
    margin: 0px; 
    padding: 0px;
    list-style: none; 
    display: flex; 
    flex-wrap: wrap;
}

.multiImg li {
    position: relative;
    position: relative;
    margin-right: 13px;
    border-radius: 5px;
    margin-top: 10px;
}

.multiImg li .delete-image{
    position: absolute;
    top: 4px;
    right: 7px;
    color: #000;
}

.multiImg li img, .multiImg li video {
    width: 185px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.col-form-alert-label{
    color: #ff0000;
}

.has-danger .form-control {
    border-color: #ff0000
}

.has-danger .col-form-label {
    color: #e74c3c;

}

.card-title{
    margin-bottom:0px;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #d40063;
}

.user-img.video-preview {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.image-gallery {
    margin: 0 -5px;
}

.image-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
    background: white;
}

.image-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.gallery-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.03);
}

.image-actions .btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.image-actions .btn i {
    font-size: 14px;
}

/*video css*/
.video-gallery {
    margin: 0 -8px;
}

.video-card {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: white;
    height: 100%;
}

.video-container {
    position: relative;
    background: #000;
    aspect-ratio: 16/9;
}

.video-preview {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    opacity: 1;
    transition: all 0.3s ease;
}

.video-container:hover .video-overlay {
    background: rgba(0,0,0,0.4);
}

.btn-play {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.btn-play:hover {
    transform: scale(1.1);
    opacity: 1;
}

.video-actions {
    margin-top: 12px;
}

.delete-video {
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

.delete-video:hover {
    transform: translateY(-2px);
}

.demo-badge {
    position: absolute;
    top: 8px;
    left: 8px;
}

.demo-badge .badge {
    font-size: 0.7rem;
    padding: 4px 8px;
}

video::-webkit-media-controls-enclosure {
    border-radius: 0 0 8px 8px;
}










/***********Select2 Css Start Here************/

span.select2-selection.select2-selection--multiple {
    min-height: 40px;
    line-height: 4px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border-color: #aaa;
    color: #000;
    padding: 0 21px 0px 6px;
    min-height: 30px;
    line-height: 28px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0px;
    right: 4px;
    left: unset;
    color: #000;
    opacity: 0.5;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #000;
    opacity: 1;
    background: unset;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    line-height: 28px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    .select2-search.select2-search--inline
    .select2-search__field {
    margin-top: 11px;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
.table td a {
    color: #2a2a2a;
}
/***********Select2 Css End Here************/

@media (max-width: 768px) {
    .btn-play {
        width: 50px;
        height: 50px;
    }
    
    .delete-video {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

/* ------- Bulk upload Images and Reels -------- */
/* Common styles for file & video upload */
.custom-file-upload,
.custom-video-upload {
    cursor: pointer;
    background: #f8f9fa;
    transition: all 0.3s ease;
    padding: 40px 30px;
    border: 2px dashed #E30B5C;
    border-radius: 12px;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
}

.custom-file-upload:hover,
.custom-video-upload:hover {
    background: #e9ecef;
    box-shadow: 0 0 15px rgba(13, 110, 253, 0.1);
    border-color: #0b5ed7;
}

/* Text styles */
.file-text,
.video-text {
    font-weight: 500;
    color: #495057;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

/* Icons */
.custom-file-upload i,
.custom-video-upload i {
    transition: all 0.3s ease;
    font-size: 48px;
    color: #E30B5C;
    margin-bottom: 15px;
}

.custom-file-upload:hover i,
.custom-video-upload:hover i {
    transform: translateY(-5px);
    color: #0b5ed7;
}

/* Selected state */
.file-selected {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.05);
}

.file-selected i {
    color: #28a745;
}

/* File preview */
.file-preview-item {
    background: #f1f8ff;
    border-radius: 8px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    border: 1px solid #d1e7ff;
}

.file-preview-item .file-icon {
    color: #E30B5C;
}

.file-preview-item .file-name {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-preview-item .file-remove {
    color: #dc3545;
    cursor: pointer;
    margin-left: 5px;
}

/* Hide default inputs */
#file-upload,
#video-upload {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-file-upload,
    .custom-video-upload {
        padding: 30px 20px;
    }
    
    .custom-file-upload i,
    .custom-video-upload i {
        font-size: 40px;
    }
}
/* --------- End ----------------*/
