:root {
  --primary_background:#ff6cec;
  --secoundry_background:#dc3545;
  --font-open-sans: "Open Sans", sans-serif;
  --font-lilita-one: "Lilita One", sans-serif;
}

#cstm-error-msg{
	font-size: 12px!important;
	color: red;
	font-weight: 500;
}

#cstm-success-msg{
	font-size: 12px!important;
	color: green;
	font-weight: 500;
}

#cstm-loader {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
}

.cstm-loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}

.loader-icon {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.loader-icon-div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.loader-text{
	color: #fff;
	margin-top: 8px;
	letter-spacing: 1px;
}

 @keyframes dotAnimation {
            0% {
                color: #fff;
            }
            50% {
                 color: rgba(255, 255, 255, 0.5);
            }
            100% {
                 color: #fff;
            }
        }

        .loader-text {
            animation: dotAnimation 1.5s infinite;
        }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Start code for messager */

#vsdk-main-div {
    width: 35px;
    background: transparent;
}


#createMeetingBtn {
    border: none;
    background: transparent;
    width: 23px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#createMeetingBtn .createMeetingBtn-icon {
   color: #fff;
   font-size: 20px;
}


#leaveBtn .leaveBtn-icon {
    color: #fff;
    rotate: 132deg;
    background: #f11a20;
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


#received-call {
    width: 333px;
    position: absolute;
    right: 30px;
    top: 170px;
    background-image: linear-gradient(45deg, #E91E63, #100f0f);
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 999999;
}

.received-call-row {
    display: grid;
    grid-template-columns: 72px 127px 50px 50px;
}

.received-call-row .received-call-row-col{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.vsdk-call-profile-div {
    height: 60px;
    width: 60px;
    border: 1px solid red;
    border-radius: 50px;
    overflow: hidden;
}

.vsdk-call-profile {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.vsdk-call-profile-title {
    color: #fff;
    text-transform: capitalize;
    margin: 0px;
}

.vsdk-call-profile-desc {
    color: #fff;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
}

.vsdk-call-profile-recv-btn {
    border: none;
    background: transparent;
}

.vsdk-call-profile-recv-btn .recv-btn-icon {
    color: #fff;
    background: #38b547;
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vsdk-call-profile-leav-btn{
    border: none;
    background: transparent;
}

.vsdk-call-profile-leav-btn .leav-btn-icon{
    color: #fff;
    rotate: 132deg;
    background: #f11a20;
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.v-cntrl-btn {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #38b547;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

#leaveBtn{
   background: #ed1b24;  
}

#leaveBtn .fa-solid {
    color: #fff;
    font-size: 20px;
}

#toggleMicBtn-icon ,#toggleMicBtn-icon-unmute, #toggleWebCamBtn-icon, #toggleWebCamBtn-icon-slash{
    color: #fff;
    font-size: 20px;
    
}

.v-cntrl-btn-div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #2f1e24;
    padding: 10px;
    border-bottom: 3px solid #ed0889;
    margin-bottom: 50px;
}


#videoContainer {
    padding: 20px!important;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
}

/*//////////////////////////////////////////////////////////////*/
/* START CSS FOR CHATBOX TEMPLATE CODE  */
/*//////////////////////////////////////////////////////////////*/


.chat-main-container {
    background: #141213;
    padding: 57px 100px!important;
}


.chat-main-row-col-1{
   padding: 2px!important;
}

.chat-main-row-col-2{
   padding: 2px!important;
}

.chat-main-row-col-3{
   padding: 2px!important;
}

.chat-main-row-col{
    border: 1px solid #d3d3d347;
    border-radius: 8px;
    overflow: hidden;
}


.chat-left-col{
    background:#1c171b;
}

.chat-center-col{
    background:#20101c;    
}

.chat-user-profile-row {
    background-image: linear-gradient(to top, #1c171b, #1c171b);
    border-bottom: 1px solid #2d292a;
    padding: 10px;
    position: relative;
}



.chat-user-pro {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.chat-user-pro-div {
    height: 75px;
    width: 75px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #aab2bd;
}

.chat-user-pro-online-status {
    position: absolute;
    top: 7px;
    right: 0px;
    border-radius: 50px;
}

.chat-user-pro-online-status-icon {
    color: #90f458;
    border: 2px solid #1c171b;
    border-radius: 50px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background: #90f458;
}

.chat-user-profile-username {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 200 !important;
    text-transform: capitalize;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-user-profile-username:hover{
      overflow: visible;
}

.chat-user-profile-desc {
    line-height: 15px;
    font-size: 16px;
    color: #ffffffcf;
    font-weight: 200;
    text-transform: capitalize;
}

.fa.fa-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #898a8b;
    background: #898a8b;
}


.chat-left-col-body {
    height: 710px!important;
    overflow: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    border-top: 1px solid #2e2e2e;
}


/* width */
.chat-left-col-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.chat-left-col-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.chat-left-col-body::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
.chat-left-col-body::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 45px;
    top: 64px;
    font-size: 27px;
    font-weight: 300;
}

.form-group.has-search.chat-search{
    padding: 15px 10px;
    border-bottom: 1px solid #d3d3d347;
}

.has-search .form-control {
    padding-left: 50px;
    border-radius: 8px;
    background: #141213 !important;
    border: 0px !important;
    color: #ffffffb5 !important;
    font-size: 25px!important;
    font-weight: 200 !important;
}

.has-search .form-control::placeholder{
    font-weight: 200 !important;
    color: #ffffff75;
}

.chat-profile-row-btn {
    cursor: pointer;
}


.right-pro-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 35px 20px 0px 20px;
}

.right-pro-img-box {
    height: 150px;
    width: 150px;
    border-radius: 100px;
    border: 1px solid #d3d3d347;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    background: #aab2bd;
}

.right-pro-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
}

.right-pro-verify-status {
    position: absolute;
    bottom: 8px;
    right: 4px;
    background: #2e252a;
    border-radius: 100px;
}

.right-pro-verify-status-icon {
    color: #1bc4e3;
    font-size: 28px;
    background: #2e252a;
    border-radius: 50px;
}

.right-pro-content {
    margin-top: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #eee5ea;
}

.right-pro-content-username {
    margin: 0px;
    font-size: 25px;
    font-weight: 200;
}

.right-pro-content-desc {
    font-size: 20px;
    font-weight: 300;
    color: #ffffffbf;
}

.right-pro-box-2-inner-div {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
}

.right-pro-box-2-inner-div-text {
    color: #ffffffe0;
    padding: 3px 8px 5px 8px;
    font-weight: 300;
    background: var(--primary_background)!important;
    margin: 5px 3px;
    border-radius: 50px;
}

.right-pro-box-3-right-col-text {
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 200;
    margin: 0px;
}

.right-pro-box-3-left-img-box {
    height: 40px;
    width: 40px;
    margin: 2px;
}

.right-pro-box-3-left-img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.right-pro-box-3 {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
    grid-gap: 2px;
}

.right-pro-box-3-inner-col {
    display: flex;
}

.right-pro-box-3-right-col {
    display: flex;
    align-items: center;
}


.right-pro-box-4-inner-div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 10px;
}

.right-pro-box-4-inner-img-box {
    height: 80px;
    margin: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.right-pro-box-4-inner-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    align-items: center;
}


.right-pro-box-5  #chat-add-friend-btn {
    color: #fff;
    background: #151515;
    padding: 16px;
    margin: 8px;
    text-align: center;
    font-size: 19px;
}

.chat-user-profile-dropdown-menu-button {
    background: transparent;
    border: none;
}

.chat-user-profile-dropdown-menu-button span {
    font-size: 25px;
}


/*########################################################################################*/
/*############################### Chat box center design #################################*/
/*########################################################################################*/

.chat-discussion-message {
    padding: 40px 20px 20px 20px;
    position: relative;
}

.chat-inner-d-message-box-2 {
    position: relative;
}

.chat-input-box {
    background: #050004;
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    padding: 0px 60px;
    color: #72636b;
}

#chat-upload-btn {
    position: absolute;
    top: 6px;
    left: 6px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 45px;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}

.chat-upload-btn:active {
  box-shadow: 0px 4px 8px #333;
  transform: scale(0.98);
}

.chat-upload-icon {
    color: #72636b;
    font-size: 20px;
    font-weight: 800;
}

#chat-send-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    background: #1f121b;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 45px;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}

.chat-send-btn:active {
  box-shadow: 0px 4px 8px #333;
  transform: scale(0.98);
}

.chat-send-icon{
    color: #72636b;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}

.chat-inner-smile-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 7px 15px 7px;
}

.chat-inner-smile {
    width: 31.3px;
    height: 31.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#attched-icon {
    color: #c1babe;
    background: #644c5d;
    padding: 4px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
}

.custom-file-label {
    position: absolute;
    top: 28px!important;
    right: 30px!important;
    left: 30px!important;
    z-index: 1;
    height: 38px!important;
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    color: #87757e!important;
    background-color: #050004!important;
    border: 1px solid #87757e!important;
    border-radius: 50px!important;
    display: flex;
    justify-content: start;
    align-items: center;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #87757e!important;
    content: "Browse";
    background-color: #1f121b!important;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

#attched-icon-btn {
    display: flex;
    align-items: start!important;
}

.chat-discussion-list {
    height: 583px;
    overflow: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 5px 0px 0px 0px;
}

/* width */
.chat-discussion-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.chat-discussion-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
.chat-discussion-list::-webkit-scrollbar-thumb {
  background: #888; 
}

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



.chat-d-header-profile-box {
    height: 65px;
    width: 65px;
    border-radius: 10px;
    overflow: hidden;
    background: #aab2bd;
}

.chat-d-header-profile {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.chat-disc-header-innear-col-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.chat-disc-header-innear-col-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-disc-header-innear-col-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#chat-discussion-header {
    min-height: 87px;
    border-bottom: 0.5px solid #52474f78;
    display: flex;
    align-items: center;
}


.chat-discussion-header-innear {
    display: grid;
    grid-template-columns: 100px auto 69px 130px;
    width: 100%;
}

.chat-d-header-profile-ststus {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.chat-d-header-profile-ststus .chat-user-pro-online-status-icon {
    font-size: 10px;
    border: 4px solid #20101c;
}

.chat-right-col{
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #d3d3d347!important;
    border-top: 9px solid #bd138b!important;
    margin-top: 0px !important;
    background: #2e252a;
    border-top: 4px solid #bd138b!important;
    border-radius:8px!important;
    height: 791px;
    overflow: auto;
    overflow-x: hidden;
}

/* width */
.chat-right-col::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.chat-right-col::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
.chat-right-col::-webkit-scrollbar-thumb {
  background: #888; 
}

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

.col-12.text-center.mt-5.pt-5.h4 {
    color: #ffffff61!important;
    font-weight: 300!important;
    font-size: 16px!important;
}

.chat-d-header-profile-uname {
    color: #fff7ff;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
}

.message-chat-left  .message-chat-text {
    background-color: #d940a0!important;
    color: #ffffffbf;
    padding: 10px 20px 10px 22px!important;
    display: inline-block;
    border-radius: 75px 50px 50px 0px!important;
    position: relative;
    font-size: 10px;
    position: relative;
}

.message-chat-right  .message-chat-text {
    background-color: #331c2e!important;
    color: #ffffffbf;
    padding: 10px 20px 10px 22px!important;
    display: inline-block;
    border-radius: 50px 75px  0px 50px!important;
    position: relative;
    font-size: 10px;
    position: relative;
}

.message-chat:not(.message-chat-right, .message-has-icon) .message-chat-text:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -6px;
    z-index: 1;
    top: auto;
    bottom: 0;
    border: 0px solid #64748b;
    border-color: transparent transparent #64748b;
    display: none!important;
}

.message-chat:not(.message-chat-left, .message-has-icon) .message-chat-text:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -6px;
    z-index: 1;
    top: auto;
    bottom: 0;
    border: 0px solid #64748b;
    border-color: transparent transparent #64748b;
    display: none!important;
}

.message-chat-box-cstm{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.chat-msg-pro{
    height: 30px!important;
    width: 30px!important;
    border-radius: 5px!important;
    overflow: hidden;
}

.attachment-file {
    border-radius: 0px!important;
    width: 221px;
    border: none!important;
    padding: 8px 13px;
}

.attachment-file:hover {
 background: transparent!important; 
}

.chaticontxtt {
    background: transparent!important; 
    color: #000000 !important;
}

.chaticontxtt:hover {
    background: transparent!important; 
    color: #000000!important;
}

.icon-size-chatwindow {
    width: 30px!important;
    height: 30px!important;
}

/* -- PROFILE INCOMPLETE TEMPLATE DESIGN -- */


.p-inc-container-right-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-inc-container-right-box h2 {
    color: #ffffffe6;
    text-align: center;
}

.p-inc-container-right-box p {
    color: #ffffff91;
    margin: 19px 0px;
    text-align: center;
}

.p-inc-container-right-box a {
    background-image: linear-gradient(to top, #c11488, #f71e67);
    color: #fff;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 35px;
    cursor: pointer;
}

.p-inc-container-right-box a:hover {
   color: #fff;
   background-image: linear-gradient(to top, #9f1d74, #f71e67);
}

/*//////////////////////////////////////////////////////////////*/
/* START CODE FOR MOBILE CHATBOX DESIGN  */
/*//////////////////////////////////////////////////////////////*/

#chatbox{
    /* width: 100%; */
    /* background: #1c171b; */
    /* border-radius: 6px; */
    height: 680px;
/*    border: 1px solid pink;*/
}

.friend-pro-meta-desc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#friendslist{
    width: 100%;
    height: 100%;
}
#topmenu{
    width: 100%;
    background-image: linear-gradient(to top, #e40f8b, #ff0064);
    border-radius: 10px 10px 0px 0px;
    display: none!important;
}

.mobile-chat-main {
    background-image: linear-gradient(130deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.1)), url(https://freemore.app/wp-content/uploads/2023/12/annie.40_photos_of_happy_couples_together_and_enjoying_on_beach_a2f19436-44c4-4976-83c3-4fa54b0edc8b.png);
    background-size: cover;
    background-position: center;
    padding: 20px 20px 20px 20px;
    background-repeat: no-repeat;
}

.mobile-chat-main-box{
    background: #2f242a;
    border-top: 7px solid #cb207e;
    border-radius: 8px;
    padding: 25px;
}

.topmenu {
    display: grid;
    grid-template-columns: 70px auto 50px;
    padding: 10px;
}

.topmenu-pro-box {
    height: 56px;
    width: 56px;
    position: relative;
}

.friend-pro-box{
    height: 70px;
    width: 70px;
    position: relative;
    background: #aab2bd;
    border-radius: 100px;
}

.topmenu-pro-img {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 100px;
}

.friend-pro-img {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 100px;
}

.topmenu-pro-status {
    position: absolute;
    top: 0px;
    right: 0px;
    /* border: 1px solid #fff; */
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.friend-pro-status {
    position: absolute;
    top: 0px;
    right: 0px;
    /* border: 1px solid #fff; */
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.topmenu-pro-status-icon {
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.friend-pro-status-icon {
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topmenu-pro-meta-title {
    line-height: 27px;
    font-size: 20px !important;
    color: #fff;
    font-weight: 200;
    text-transform: capitalize;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.friend-pro-meta-title {
    line-height: 27px;
    font-size: 20px !important;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.topmenu-pro-meta-text {
    line-height: 15px;
    font-size: 16px;
    color: #ffffffcf;
    font-weight: 200;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.friend-pro-meta-text {
    line-height: 15px;
    font-size: 16px;
    color: #ffffffcf;
    font-weight: 200;
    text-transform: capitalize;
    margin-bottom: 0px;
}


.topmenu-pro-meta-desc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topmenu-dropleft-btn {
    background: transparent;
    border: none;
}

.topmenu-dropleft-btn .fa-ellipsis-vertical {
    color: #fff;
    font-size: 24px;
}


/*.fa.fa-circle.friend-pro-status-icon {
    color: #7aed62!important;
}*/

.friend-pro-status-icon{
    color: #90f458;
    border: 2px solid #1c171b;
    border-radius: 50px;
    background: #90f458;
}

.topmenu-pro-status-icon{
    color: #90f458;
    border: 2px solid #1c171b;
    border-radius: 50px;
    background: #90f458;
}


#friends {
    overflow-x: auto;
    height: 680px;
    width: 100% !important;
}

.friend{
    border:0px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 80px auto 125px;
    padding: 13px 10px;
}

.friend:hover{
    background-image: linear-gradient(to top, #e40f8b, #ff0064);
    cursor:pointer;
}

.friend-pro-meta-desc span {
    font-size: 16px;
    color: #ffffffcf;
    font-weight: 200;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.friend img{
    width:40px;
    border-radius:50%;
    margin:15px;
    float:left;
}
.floatingImg{
    width:40px;
    border-radius:50%;
    position:absolute;
    top:0;
    left:12px;
    border:3px solid #fff;
}

.friend-pro-meta {
    margin-top: 10px;
}


.friend-pro-meta .status{
    background:#26c281;
    border-radius:50%;  
    width:9px;
    height:9px;
    position:absolute;
    top:31px;
    right:17px;
}
.friend .status.away{background:#ffce54;}
.friend .status.inactive{background:#eaeef0;}
#search{
    background:#e3e9ed url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/search.png") -11px 0 no-repeat;
    height:60px;
    width:290px;
    position:absolute;
    bottom:0;
    left:0;
}
#searchfield{
    background:#e3e9ed;
    margin:21px 0 0 55px;
    border:none;
    padding:0;
    font-size:14px;
    font-family:"Open Sans", sans-serif; 
    font-weight:400px;
    color:#8198ac;
}
#searchfield:focus{
     outline: 0;
}
#chatview {
    width: 100%;
    height: 484px;
    display: none;
    background: #fff;
    position: relative;
}
#profile {
    width: 100%;
}  

 .p1 #profile{
    background: #2f242a;
    padding: 0px 0px 0px 10px;
}

.chat-mo-profile-header-col-3 , .chat-mo-profile-header-col-5, .chat-mo-profile-header-col-6{
    display: flex;
    align-items: center;
    justify-content: center;
}


.chat-mo-profile-header {
    display: grid;
    grid-template-columns: 60px auto 35px 35px 35px 27px;
    width: 100%;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid #342830;
}

.chat-mo-profile-header-box {
    height: 50px;
    width: 50px;
    position: relative;
    background: #aab2bd;
    border-radius: 8px;
}

.chat-mo-profile-header-profile-ststus-icon {
    background: #90f458;
    color: #90f458;
}

.chat-mo-profile-header-profile-ststus {
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: 7px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    border: 2px solid #21111c;
}

.chat-mo-profile-header-profile {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.chat-mo-profile-header-close-icon {
    color: #fff;
    font-size: 29px;
}

.chat-mo-profile-header-content-uname {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.chat-mo-profile-header-content-meta {
    color: #ffffffc9;
    font-weight: 300;
    text-transform: capitalize;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
    font-size: 14px;
}


#chat-messages {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
     transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    background: #20101b;
    position: relative !important;
}

#chat-messages.animate{
    opacity:1;
    margin-top:0;
}

#sendmessage {
    width: 100%;
    border-radius: 0px 0px 8px 8px !important;
    overflow: hidden;
}

#sendmessage .chat-inner-smile-box {
    padding: 15px 9px 10px 9px !important;
}

#profile .modal-dialog-centered {
    align-items: start!important;
    padding-top: 120px!important;
}


/*#profile #videoContainer {
    padding: 15px !important;
    display: grid;
    grid-template-columns: 49% 49%!important;
    grid-gap: 10px!important;
    box-sizing: border-box !important;
    align-items: center!important;
    justify-content: center!important;
}*/





#message-chat  .message-chat {
    position: relative;
}

.message-chat {
    margin-top: 35px !important;
}


#chat-messages .message-chat-left .message-chat-box-cstm {
    position: absolute;
}

#chat-messages .message-chat-right .message-chat-box-cstm {
    position: absolute;
}

#chat-messages .message-chat-left .message-chat-box-cstm .text-muted.small{
    display: none!important;
}

#chat-messages .message-chat-right .message-chat-box-cstm .text-muted.small{
    display: none!important;
}

#chat-messages .message-chat-left .message-chat-box-cstm {
    position: absolute;
    left: 0px;
    bottom: -20px;
}

#chat-messages .message-chat-right .message-chat-box-cstm {
    position: absolute;
    right: 0px;
    bottom: -20px;
}


#chat-messages .message-chat-meta {
    margin: 0px 15px !important;
    font-size: 11px;
    color: #8A98AC;
}




#sendmessage .chat-discussion-message {
    padding: 13px 10px 10px 10px !important;
    position: static !important;
    background: #1f0f1a !important;
    border-top: 1px solid #342830 !important;
}



#sendmessage #chat-inner-msg-box-one {
    position: absolute;
    bottom: -120px;
    left: 0;
    background: #1c171b;
    border-top: 1px solid #342830;
}

#sendmessage .custom-file-label{
    top: 5px!important;
}


/*#sendmessage input{
    border
}
#sendmessage input{
    background:#fff;
    margin:21px 0 0 21px;
    border:none;
    padding:0;
    font-size:14px;
    font-family:"Open Sans", sans-serif; 
    font-weight:400px;
    color:#aab8c2;
}
#sendmessage input:focus{
     outline: 0;
}
#sendmessage button{
    background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/send.png") 0 -41px no-repeat;
    width:30px;
    height:30px;
    position:absolute;
    right: 15px;
    top: 23px;
    border:none;
}
#sendmessage button:hover{
    cursor:pointer;
    background-position: 0 0 ;
}
#sendmessage button:focus{
     outline: 0;     
}*/

#close {
    position: absolute;
    top: 3px;
    opacity: 0.8;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#close:hover{
    opacity:1;
}

#add_frnd_btn_icon {
    color: #fff;
    font-size: 21px;
    margin-left: 8px;
    cursor: pointer;
}

#add_alert_btn_icon {
    color: #fff;
    font-size: 21px;
    margin-right: 15px;
    cursor: pointer;
}

#remove_frnd_btn_icon {
    color: #fff;
    font-size: 21px;
    margin-left: 8px;
    cursor: pointer;
}

/*#chatview, #sendmessage { 
overflow:hidden; 
border-radius:6px; 
}
*/

#friendslist .form-group.has-search.chat-search {
    padding: 15px 10px;
    border-top: 1px solid #d3d3d347;
    border-bottom: none!important;
    position: relative !important;
}

#friendslist .has-search .form-control-feedback {
    position: absolute;
    left: 19px;
    top: 16px;
}

#friendslist .has-search .form-control {
    margin: 0px !important;
}


/* START CODE FOR NOACCESS PAGE  */

    /* Added the google font */
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.subs-main-container{
  padding: 0px;
}
.main-section-banner{
  background-image: linear-gradient(rgba(0,0,0, 0.5) 50%, rgba(0,0,0, 0.5) 100%),url('https://freemore.app/wp-content/uploads/2024/05/mem_banner_img.jpg');
  height:414px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-section-banner-text{
  color: #fff;
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

.subs-body-section{
  background-image: linear-gradient(rgba(0,0,0, 0.5) 50%, rgba(0,0,0, 0.5) 100%),url('https://freemore.app/wp-content/uploads/2024/05/fd56b2df256934cadd3bb55255a55423.jpg');
  height:auto;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.subs-body-section-text{
padding: 60px 0px!important;
}

.subs-body-section-text h2{
  color: #fff;
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}

.subs-body-section-text p{
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.subs-card{
  background-image: linear-gradient( rgba(37, 39, 41, 0.7) 20%, rgba(12, 12, 12, 0.7) 100%);
  border: 1px solid;
    border-image-source: linear-gradient(163.35deg, rgba(211, 211, 211, 0.85) 3.48%, rgba(211, 211, 211, 0) 44.77%);
    width: 409.6px;
  border-radius: 14px ;
  opacity: 0px;
  padding: 20px;
}

.subs-card-header-text{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #999999;
    color: #FFFFFF;
    padding: 10px;
    width: 140.87px;
    height: 36.84px;
    text-align: center;
}

.subs-icon-box-text{
  color: #fff;
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
}

.subs-icon-box{
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  margin-top: 10px;
}

.subs-icon{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.subs-icon-desc{
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
  line-height: 22.5px;
  text-align: left;
    color: #fff;
}

.discount-content{
  position: relative;
}

.discount-text{
  color: #CB037A;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  margin: 0px;
}

.discount-text::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 147px;
    width: 60.5px;
    border-bottom: 1px solid #CB037A;
}

.subs-title-text{
  color: #fff;
  font-family: Lilita One;
  font-size: 48px;
  font-weight: 400;
  line-height: 54.86px;
  text-align: left;
}

.subs-title-span-text{
  font-family: Poppins;
  font-size: 26px;
  font-weight: 300!important;
  line-height: 39px;
  text-align: center;
}

.subs-title-hr{
  border: 1px solid #7c7c7c94;
}

.check-list {
    list-style-type: none;
    padding: 0;
}

.check-list li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;

}

.check-list li::before {
    content: "\2713";
    font-size: 10px;
    color: #fff;
    background: #1CA900;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 50%; /* Adjust as needed */
    transform: translateY(-50%);
}

.check-list-danger li::before{
    background: red!important;
}

/*.check-list-danger li span{
   text-decoration: line-through;
}
*/
.features-heading{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #fff;
    margin: 30px 0px 20px 0px;
}

.discount-content {
    margin-top: 30px !important;
}

.subs-get-started-btn{
    color: #fff !important;
    /*background: #CB037A !important;*/
    font-family: Poppins !important;
    height: 49.85px !important;
    border-radius: 30px;
    font-size: 16px!important;
    font-weight: 600!important;
    display: flex !important;
    justify-content: center!important;
    align-items: center!important;
}

.subs-card-row {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    justify-content: center;
}


/*  NEW DESIGN OF SIGNUP */


.mess-container {
    padding: 80px 80px !important;
}

.mess-left-col {
    border: 1px solid #2e2e2e;
    border-radius: 16px;
    background: #1b161a;
}

.mess-center-col {
    border: 1px solid #2e2e2e;
    border-radius: 16px 0px 0px 16px;
    background: #20101b;
}

.mess-right-col {
    border-top: 2px solid;
    border: 1px solid #2e2e2e;
    border-radius: 0px 15px 15px 0px;
    padding: 10px;
    background: #2f242a;
    position: relative;
}

.mess-right-col:first-child:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px!important;
  background: linear-gradient(to left, var(--secoundry_background), var(--primary_background))!important;
  top: -4px;
  left: 0;
  border-radius: 100px 100px 0px 0px !important;
}

.mess-col-3 {
    padding-left: 0px !important;
}

.mess-col-2 {
    padding-left: 5px!important;
    padding-right: 0px!important;
}

.mess-col-1 {
    padding-right: 8px!important;
}


.mess-left-col .form-group.has-search.chat-search {
    padding: 15px 10px 0px 10px!important;
    border-bottom: 0px !important;
}


.mess-left-col .has-search .form-control {
    padding: 10px 7px 9px 45px !important;
    border-radius: 50px;
    background: #141213 !important;
    border: 0px !important;
    color: #ffffffb5 !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    border: 1px solid #2e2e2e !important;
    height: 50px !important;
}

.mess-left-col .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 38px!important;
    top: 21px!important;
    font-size: 21px!important;
    font-weight: 300;
}

.mess-left-col .chat-user-profile-row-active {
    background-image: linear-gradient(to left, var(--secoundry_background) 10%, var(--primary_background) 60%) !important;
}


.chat-user-profile-row-active .video_icon{
    display: block!important;
}

.chat-user-profile-row-active .pro-desc-text{
    display: none!important;
}


/* 19 June 2024  */
.chat-disc-header-phone .fa-phone {
    cursor: pointer;
}

.chat-disc-header-add-friend img {
    cursor: pointer!important;
}

#profileImageLetter {
  width: 150px;
  height: 150px;
  border-radius: 50%;
background-image: linear-gradient(130deg, #db6f63, #ca068c) !important;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 150px;
  margin: 20px 0;
}

.host{
    width: 50px;
    margin: auto;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.host .loading {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 100%;
    float: left;
}

.host .loading-0{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.1s;
    background:#EE0988
  
}
.host .loading-1{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.3s;
    background:#fff;
}
.host .loading-2{
    -webkit-animation:bounce 1s infinite ease;
    -webkit-animation-delay:.5s;
    background:#EE0988;
}


.text-primary-custom{
    background: var(--primary_background!important);
}



@-webkit-keyframes bounce {
  0%, 100% {
    opacity:1;
  }
  60% {
    opacity:.0;
   
  }
}



















/*//////////////////////////////////////////////////////////////*/
/*  Media Queries */
/*//////////////////////////////////////////////////////////////*/

@media only screen and (max-width:600px){
   .chat-main-container {
        padding: 0px 0px!important;
    }

    .p-inc-container{
        height: 830px;
    }

    .p-inc-container-left-col{
        height: 300px;
    }

    .subs-card-row {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 30px!important;
        justify-content: center;
    }

    .subs-body-section-text h2 {
        font-size: 46px !important;
    }

    .subs-body-section-text p {
        font-size: 18px!important;
        font-weight: 300!important;
        padding: 0px 20px!important;
    }

   .subs-icon-box-text {
        font-size: 46px !important;
    }

    .subs-icon-box {
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: end;
        margin-right: 18px;
        margin-top: 20px;
    }

   .subs-icon-desc {
        font-size: 14px;
    }

    .discount-text {
        font-size: 21px !important;
    }

    .subs-title-text {
        font-size: 48px !important;
    }

    .discount-content {
        margin-top: 30px !important;
    }

    .features-heading {
        font-size: 20px !important;
        margin: 26px 0px 20px 0px!important;
    }
}

@media only screen and (max-width:768px){
   .chat-main-container {
        padding: 0px 0px!important;
    }

    .p-inc-container{
       height: 830px;
    }

    .p-inc-container-left-col{
        height: 300px;
    }

    .subs-card-row {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 30px!important;
        justify-content: center;
    }

    .subs-body-section-text h2 {
        font-size: 46px !important;
    }

    .subs-body-section-text p {
        font-size: 18px!important;
        font-weight: 300!important;
        padding: 0px 20px!important;
    }

    .subs-icon-box-text {
        font-size: 46px !important;
    }

    .subs-icon-box {
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: end;
        margin-right: 18px;
        margin-top: 20px;
    }

    .subs-icon-desc {
        font-size: 14px;
    }

    .discount-text {
        font-size: 21px !important;
    }

    .subs-title-text {
        font-size: 48px !important;
    }

    .discount-content {
        margin-top: 30px !important;
    }

    .features-heading {
        font-size: 20px !important;
        margin: 26px 0px 20px 0px!important;
    }
}

/*@media only screen and (max-width:1024px){
   .chat-main-container {
        padding: 0px 0px!important;
    }
}
*/


/*  12 July 2024 */

.chat-user-profile-row-active .v-shortcode{
  display: block!important;
}

.v-video_call i{ 
    font-size: 22px!important;
 }

 .chat-user-profile-row-active .v-shortcode .openVsenderModalBtn i {
    font-size: 25px!important;
}