@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'SF-Pro-Text-Light';
    src: url('../fonts/sf-pro-text/SFProText-Light.eot');
    src: url('../fonts/sf-pro-text/SFProText-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-text/SFProText-Light.woff2') format('woff2'),
        url('../fonts/sf-pro-text/SFProText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro-Text-Regular';
    src: url('../fonts/sf-pro-text/SFProText-Regular.eot');
    src: url('../fonts/sf-pro-text/SFProText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-text/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/sf-pro-text/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro-Text-Medium';
    src: url('../fonts/sf-pro-text/SFProText-Medium.eot');
    src: url('../fonts/sf-pro-text/SFProText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-text/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/sf-pro-text/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro-Text-Semibold';
    src: url('../fonts/sf-pro-text/SFProText-Semibold.eot');
    src: url('../fonts/sf-pro-text/SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-text/SFProText-Semibold.woff2') format('woff2'),
        url('../fonts/sf-pro-text/SFProText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro-Text-Bold';
    src: url('../fonts/sf-pro-text/SFProText-Bold.eot');
    src: url('../fonts/sf-pro-text/SFProText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-text/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/sf-pro-text/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF-Pro-Text-Heavy';
    src: url('../fonts/sf-pro-text/SFProText-Heavy.eot');
    src: url('../fonts/sf-pro-text/SFProText-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sf-pro-text/SFProText-Heavy.woff2') format('woff2'),
        url('../fonts/sf-pro-text/SFProText-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* Parent wrapper — place icons & input in same row */

/* WhatsApp style input box */


/* Emoji button simple clean */
.emoji-toggle-btn{
    border:none;
    background:transparent;
    font-size:22px;
    cursor:pointer;
}

/* Attachment group aligned right */
.attach-block{
    display:flex;
    align-items:center;
}

/* Send button WhatsApp style */
.msg_send_btn{
    border-radius:50% !important;
    width:40px!important;
    height:40px!important;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* body{
  font-family: 'SFProText' !important;
} */

body {
    font-family: 'SF-Pro-Text-Regular';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.nav-pills>li>a,
.nav-tabs>li>a {
    font-weight: 400 !important;
}

.table th {
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 11px;
}

p {
    font-weight: 400 !important;
}

.table td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.user-bg {
    max-height: 350px;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    position: relative;
    background-image: url(../images/user-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 350px;
    z-index: 9;
}

.profile-bgs .nav-tabs-custom {
    border-top: 1px solid #ddd;
  }
.user-bg::after {
    background-color: #000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -9;
    border-radius: 10px 10px 0 0;
}

body[data-sidebar-size="sm"] .logo span.logo-sm img {
    width: 48px !important;
}

.white-gradient {
    background-color: #fff;
}

.dis-event {
    background: #EBF0FE;
    border: 1px dashed #B7C0D7;
    border-radius: 7px;
}

.btn.header-item.noti-icon,
.btn.header-item.noti-icon:focus,
.searchbtn-m {
    background: #0f0f0f;
    height: 45px;
    color: #fff;
    padding: .47rem 0.25rem;
    width: 45px;
}

.btn.header-item.noti-icon .bg-danger {
    top: 0 !important;
    right: 0px !important;
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .user-img-block {
    margin: 0 20px 0;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
} */

.user-img-block .user-img {
    margin-bottom: 0;
}

.profile-bgs {
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
  }

.useer-profile-block {
    background: #fff;
    padding: 15px 15px 20px 15px;
    /* border-radius: 7px; */
}

.user-img-block .user-img a,
.user-img-block .user-fl a {
    position: absolute;
    right: -6px;
    top: -4px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #f5eeee;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
.user-img-block .user-fl .mdi-camera-outline {
    position: absolute;
    right: 6px;            /* keep inside circle */
    bottom: 6px;
    background: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    opacity: 1 !important;   /* force visible */
    visibility: visible !important;
    z-index: 10;
    pointer-events: auto;
}


.user-info-block {
    z-index: 99;
    position: relative;
}

/* .login-bg{
    height: 100vh;
} */
.img-bg-bock {
  height: 96vh;
}

.edit-profile {
    text-align: right;
    position: absolute;
    right: 18px;
    bottom: 10px;
  }

  .edit-profile a{
    background: rgba(0, 0, 0, 0.5);
    padding: 9px 10px;
    border-radius: 7px;
    display: inherit;
  }

.edit-profile .form-check {
    float: right;
    background: rgba(0, 0, 0, 0.5);
    padding: 9px 10px;
    border-radius: 7px;
}

.edit-profile .form-check-input:checked {
    background-color: #3e4095;
    border-color: #3e4095;
}

.edit-profile .form-switch .form-check-input{
    margin-left: 0 !important;
}

.user-info {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

/* .user-info .nav-tabs-custom {
    border-bottom: 1px solid #f6f6f6;
    background: #fff;
    border-radius: 7px;
}

.user-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #EBF0FE;
    width: 100%;
    height: 72%;
} */

.user-info .user-img {
    width: 120px;
    height: 120px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: first baseline;
}


/* .user-info .user-img img{
  width: 100%;
  height: 100%;
} */

.search-res .user-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.user-p-socail {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

.user-p-socail li {
    float: left;
    padding: 0 2px;
}

.user-name h3 {
    font-size: 26px;
    font-family: 'SF-Pro-Text-Semibold';
    position: relative;
    color: #000000;
}

.user-name p {
    
    color: #050505;
}

.user-name h3 .verify {
    position: absolute;
    top: -6px;
}

.bg-light {
    background-color: rgba(235, 240, 254, 0.5) !important;
}

.user-img {
    width: 120px;
    height: 120px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-info .user-img a {
    position: absolute;
    right: -6px;
    top: -4px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #000;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.rounded-6 {
    border-radius: 7px !important;
}

.card {
    overflow: hidden;
    background-color: #ffffff;
}

.tab-pane label {
    /* font-weight: 300; */
    opacity: 0.6;
}

h4.card-title {
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 25px;
    line-height: 30px;
    color: #020202;
}

.user-links {
    list-style-type: none;
    display: flex;
    margin: 15px 0;
    padding: 0;
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff;
    padding: 5px;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.btn-outline-primary:hover {
    background-color: #fff;
    color: #3e4095;
}

#slot_msg .alert-primary {
    background: #3e4095 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: flex !important;
    padding: .2em;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}

.closebtn {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 3px;
    right: 1px;
    display: flex;
}

.share_meeting,
.share_meeting:hover {
    color: #fff;
    font-size: 18px;
}

.user-links li {
    margin-left: -5px;
    display: flex;
    align-items: center;
}

.user-links li a {
    color: #fff;
}

.user-links li a span {
    width: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #3e4095;
    display: flex;
    height: 28px;
    padding: 0;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.blue-bg {
    background: #000000;
    border-radius: 7px;
    padding: 15px;
    position: relative;
    color: #ffffff;
    min-height: 260px;
    margin-bottom: 15px;
}

.blue-bg h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}

.user-links li a.avtar-img {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
}

.user-links li a img {
    object-fit: fill;
}

.up-event h4 {
    font-size: 22px;
}

.form-check-right label {
    font-weight: normal;
}

.form-check-right label a {
    color: #000 !important;
}

.dtr-data {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.dtr-data a {
    margin: 0 1px;
}

table.dataTable {
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

table.dataTable>thead {
    vertical-align: bottom;
    background: #030303;
    color: #fff;
}

table.dataTable > tbody td {
    color: #000000;
}

.modal-header .modal-title {
    font-family: 'SF-Pro-Text-Semibold';
    line-height: 30px;
    color: #030303;
}

.drop-list-search {
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.drop-list-search ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.drop-list-search ul li img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.drop-list-search ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.drop-list-search ul li h5 {
    margin-bottom: 0;
}

.footerlinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footerlinks ul li a {
    padding: 7px 10px;
}

.nav-tabs-custom .nav-item .nav-link {
    border: none;
    font-size: 13px;
    padding: 14px 0;
    color: #FFF;
}

.user-p-socail li a {
    width: 25px;
    display: flex;
}

.search.position-relative form {
    width: 100%;
}

.search.position-relative {
    background: #fff;
    /* padding: 15px 15px 20px 15px; */
    border-radius: 7px;
}

.search.position-relative .input-group {
    border: 1px solid #ddd;
    border-radius: 7px;
}

.vertical-menu .search.position-relative.my-4 {
    width: 97%;
    display: flex;
    justify-content: end;
    padding: 0 20px;
}
.vertical-menu{
    transition: all 400ms ease-in-out 0s;
}
.vertical-menu:hover{
    width: 250px;
}
.vertical-menu:hover #sidebar-menu ul li a > span{
    display: flex;
    justify-content: space-between;
}
.search.position-relative.my-4 {
    width: 100%;
    display: flex;
    justify-content: end;
}

.btn-active {
    background: #050505 !important;
    color: #fff !important;
}

.miinotes-block .notes-options a.time-info .bx {
    padding: 0 5px;
    font-size: 18px;
}

.miinotes-block {
    background-color: #ebf0fe;
}

.search.position-relative #button-addon1,
.search.position-relative #button-addon2 {
    background: #030303;
    color: #fff;
    display: flex;
    align-items: center;
}

.search.position-relative #button-addon1:hover {
    background: #070707;
    color: #fff;
}

.navbar-brand-box1 {
    padding: 0 1.5rem;
}

.use-profile {
    background: #EBF0FE;
    border-radius: 7px;
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.use-profile .user-img {
    width: 60px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 8px;
}

.use-profile .user-name h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.use-profile .user-name p {
    font-size: 12px;
    margin-bottom: 0;
    background: #fff;
}

.vir-card-h {
    background: #000000;
    border-radius: 7px;
    margin-right: 10px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 45px;
}

.app-search {
    margin: 0;
}

.vir-card-h i {
    
    padding: 2px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 5px;
}

.vir-card-h:hover {
    color: #ffffff;
}

.edit-profile ul {
    display: flex;
    list-style-type: none;
    justify-content: end;
    margin: 10px 0;
    padding: 0;
}

.edit-profile ul li {
    padding: 0 10px;
}

.header-profile-user {
    object-fit: contain;
    border-radius: 7px;
}

.webinar-buttin {
    flex-direction: column;
}

.swal2-styled.swal2-confirm {
    background-color: #000000 !important;
}

#forwordsmsg {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    height: 59px;
    padding: 10px;
    background: #fff;
}

.forwordsmsgss {
    position: relative;
    z-index: 9;
    height: 100%;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.avatar-sm .user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
}

.avatar-sm.notifi .user-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    margin: 0;
}

#meeting_td .btn {
    margin-bottom: 10px;
}
@media (max-width:1300px) {
.img-bg-bock {
    height: 90vh;
}
}
@media (max-width:1200px) {
    
    #meeting_td {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #meeting_td .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        width: 47%;
        flex-wrap: wrap;
    }
    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        border-bottom-width: 1px !important;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .mobilerow{
        display: -webkit-box !important;
        overflow: auto !important;
        flex-wrap: nowrap;
    }
    .row.slotrow {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .useer-profile-block {
        padding: 15px 15px 0px 15px;
    }
    .user-p-socail {
        list-style-type: none;
        float: inherit;
        margin: 0;
        padding: 0;
        justify-content: center;
        display: flex;
    }
    .edit-profile ul {
        flex-direction: column;
    }
    .user-info::before {
        height: 83%;
    }
    tbody tr td span,
    tbody tr td a {
        height: 30px !important;
        color: #fff;
    }
    .row.footerlinks {
        display: none;
    }
    .window .btn {
        margin-top: 10px;
        margin-left: 0 !important;
        float: right;
    }
    .footerlinks ul {
        justify-content: start;
    }
    .search.position-relative .input-group {
        max-width: 100%;
        width: 100%;
    }
    .useer-profile-block {
        flex-direction: column;
        padding-bottom: 18px;
    }
    .user-img {
        margin-bottom: 20px;
    }
    .user-name {
        text-align: center;
    }
    table.dataTable>tbody>tr.child ul.dtr-details {
        width: 100% !important;
        color: #fff;
    }
    .edit-profile ul li {
        padding: 0 5px;
    }
    .img-bg-bock {
        display: none;
    }
    .form-block {
        min-height: 80vh;
    }
    .user-bg {
        min-height: 150px;
        max-height: 150px;
        height: 150px;
    }
    .navbar-brand-box {
        border-radius: 0;
    }
    .search.position-relative.my-4 {
        margin: 10px 0 !important;
    }
    .search.position-relative.my-4 form {
        width: 100%;
    }
    .search.position-relative .input-group {
        margin-bottom: 0 !important;
    }
    .navbar-header {
        background-color: #fff;
        padding: 0 20px;
    }
    #page-header-search-dropdown {
        width: 40px;
    }
    #page-header-search-dropdown:hover,
    #page-header-search-dropdown:focus{
        color: white;
    }
    .vir-card-h {
        font-size: 11px;
        display: none;
    }
    .vir-card-h i {
        background: #080808;
        padding: 2px;
        color: #ffffff;
        font-size: 12px;
        border-radius: 5px;
        margin-right: 3px;
    }
    #datatable_filter,
    #datatable_filter label {
        width: 100%;
    }
    #datatable_filter label input {
        width: 80%;
    }
    .for-m-100 button {
        width: 100%;
    }
}

.sidebar-enable .use-profile {
    display: none;
}

.sidebar-enable .vertical-menu .search.position-relative.my-4 {
    display: none !important;
}

.logout-section .card-body {
    padding: 0 0 20px;
}

.logout-section .btn-primary {
    background: #EBF0FE !important;
    border-color: #EBF0FE !important;
    box-shadow: none;
    color: #000;
    text-align: left;
}

#button-addon1 {
    border-color: #ced4da;
    border-right: 0;
}

.search.position-relative.my-4 input {
    border-left: 0;
}

.miinotes-block .notes-options {
    display: flex;
    flex-direction: column;
}

.miinotes-block .notes-options .nav {
    justify-content: end;
}

.miinotes-block .notes-options .nav .nav-link {
    font-size: 18px;
}

.miinotes-block .notes-options a.time-info {
    margin-top: 90px;
    margin-right: 16px;
}

.search-res {
    border: 1px solid #AEAEAE;
    border-radius: 7px;
    text-align: center;
}

.search-res h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-res .user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.search-res .user-img h5 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 0;
}

.search-res .user-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.search-res a {
    color: #333333;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* font-family: 'SFProText'; */
}

.circle {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #35BD04;
    position: relative;
    margin: 2px 5px;
}

.rightbar-title {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 9;
}

.circle::before {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #35BD04;
    animation: mymove 2s infinite;
    position: absolute;
    top: -3px;
    left: 0px;
    margin: 2px 5px;
}

.share-metting {
    background: #3e4095;
    color: #fff;
    width: 32px;
    height: 27px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

.share-metting:hover {
    color: #fff;
}

@-webkit-keyframes mymove {
    50% {
        transform: scale(2);
        opacity: 0
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}

.download-btns i {
    font-size: 18px;
}


/* .navbar-header .dropdown .show.header-item {
  background-color: transparent !important;
} */

@media (max-width: 991px) {
    .miinotes-block .notes-options a.time-info {
        margin-top: 0px;
    }
    p.formobile a,
    p.formobile {
        display: block !important;
        text-align: center;
    }
    p.formobile a {
        margin-top: 15px;
    }
}

.plan-one {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
}

.plan-card {
    background: #FFF;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: 7px;
    position: relative;
    width: 100%;
    box-shadow: 0 5px 12px 5px rgba(0, 0, 5, 0.1);
    /* border: 1px solid #3E4095; */
    overflow: hidden;
    z-index: 9;
}

.plan-card:before {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #C7C7C7;
    width: 112px;
    height: 92px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -9;
    border-radius: 0 0 0 107px;
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}

.plan-one .pricing-header {
    padding: 15px 0;
    margin-bottom: 0;
    /* background-color: #3E4095;
    background-image: url(../img/plan-bg.png); */
}

.plan-one .pricing-header .plan-title {
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
    margin: 0 0 30px 19px;
    background: #d7ddee;
    display: inline-block;
    border-radius: 20px;
}

.plan-one .pricing-header .plan-cost {
    font-size: 2.5rem;
    font-family: 'SF-Pro-Text-Bold';
    /* background: #212121; */
    background: #484a9a;
    width: 75%;
    color: #fff;
    border-radius: 0 30px 30px 0;
    padding-left: 17px;
}

.plan-one .pricing-header .plan-save {
    /* color: #ffffff; */
    background: #84b3f2;
    padding: 10px 0;
    font-size: 1rem;
    font-family: 'SF-Pro-Text-Bold';
}

.plan-one .pricing-header.green .plan-title {
    background: #47BCC7;
}

.plan-one .pricing-header.green .plan-cost {
    background: #5bc3cd;
}

.plan-one .pricing-header.green .plan-save {
    background: #6ac9d2;
}

.plan-one .pricing-header.orange .plan-title {
    background: #fc8165;
}

.plan-one .pricing-header.orange .plan-cost {
    background: #fd967e;
}

.plan-one .pricing-header.orange .plan-save {
    background: #fdaa97;
}

.plan-one .plan-features {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 0 15px 15px;
}

.search-res p.mb-0 {
    font-size: 13px;
}

.plan-one .plan-features li {
    position: relative;
    padding: 10px 0 10px 28px;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    line-height: 100%;    
    color: #4a4a4a;
}
.plan-one .plan-features li::after{
    background-image: url(../img/black-tick.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
} 
.plan-one .plan-footer {
    text-align: center;
    padding: 15px;
}

.plan-one .plan-footer .btn-primary {
    height: 45px;
    line-height: 1;
}

@media (max-width: 767px) {
    .plan-one .pricing-header {
        text-align: center;
    }
    .plan-one .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

.user-img-block .user-fl {
    background: #070707;
    color: white;
    width: 120px;
    height:120px;
    text-align: center;
    z-index:1;
    border-radius: 7px;
    position: relative;
}
.user-img-block .user-fl span{
    margin-left:15px;
}
.user-fl {
    background: #030303;
    color: white;
    width: 120px;
    text-align: center;
    text-align: center;
}

.btn-outline-primary {
    background-color: #fff;
    color: #3e4095;
}

.logo-txt {
    color: #000000;
}
#frame {
    width: 100%;
    min-width: 360px;
    background-color: var(--bs-body-bg);
    height: 92vh;
    min-height: 300px;
}
 
/* ===== Large desktops (1600px – 1799px) ===== */
@media (min-width: 1600px) and (max-width: 1799px) {
    #frame {
        height: 92vh;
        max-height: 740px;
    }
}
 
/* ===== Extra large desktops (1800px and above) ===== */
@media (min-width: 1800px) {
    #frame {
        height: 95vh;
        max-height: 800px;
    }
}
 
 
/* ===== Standard desktops (1200px–1599px) ===== */
@media (min-width: 1200px) and (max-width: 1599px) {
    #frame {
        height: 88vh;
        max-height: 720px;
    }
}
 
/* ===== Small desktops / laptops (<1200px) ===== */
@media (max-width: 1199px) {
    #frame {
        height: 82vh;
        max-height: 735px;
    }
}
 
 
@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
    }
}
 

#frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
  
    color: #000;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

#frame #sidepanel #profile {
    width: 100%;
    padding: 15px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

#frame #sidepanel #profile.expanded .wrap {
    /* height: 210px; */
    line-height: initial;
}

#frame #sidepanel #profile.expanded .wrap p {
    margin-top: 20px;
}

#frame #sidepanel #profile.expanded .wrap i.expand-button {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#frame #sidepanel #profile .wrap {
    height: 60px;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu.show {
    
    right: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: 50px;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 7px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 7px;
}

#frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 30px 18px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle  {
    background: #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 0;
    display: block;
    line-height: initial !important;
}

#frame #sidepanel #profile .wrap #expanded label {
    float: left;
    clear: both;
    margin: 0 8px 5px 0;
    padding: 5px 0;
}

#frame #sidepanel #profile .wrap #expanded input {
    border: none;
    margin-bottom: 6px;
    background: #32465a;
    border-radius: 3px;
    color: #f5f5f5;
    padding: 7px;
    width: calc(100% - 43px);
}

#frame #sidepanel #profile .wrap #expanded input:focus {
    outline: none;
    background: #435f7a;
}

#frame #sidepanel #search {
    font-family: 'SF-Pro-Text-Light';
    padding: 0 8px;
    margin-bottom: 10px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
    right: 20px;
}

#frame #sidepanel #search input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 25px;
    width: calc(100% - 25px);
    border: none;
    background: #fff;
    color: #000;
    width: 100%;
    
    border-radius: 26px;
    border: 1px rgba(0, 0, 0, 0.08) solid;
    transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}

#frame #sidepanel #search input:focus {
    outline: none;
    border-color: #3E4095;
}

#frame #sidepanel #search input::-webkit-input-placeholder {
    color: #000;
}

#frame #sidepanel #search input::-moz-placeholder {
    color: #000;
}

#frame #sidepanel #search input:-ms-input-placeholder {
    color: #000;
}

#frame #sidepanel #search input:-moz-placeholder {
    color: #000;
}

#frame #sidepanel #contacts {
    height: calc(100% - 136px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px 0 0;
}

#frame #sidepanel #contacts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #frame #sidepanel #contacts::-webkit-scrollbar {
        display: none;
    }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 0 8px;
    font-size: 0.9em;
    cursor: pointer;
}

#frame #sidepanel #contacts ul li.contact:not(:last-child) {
    margin-bottom: 5px;
}

#frame #sidepanel #contacts ul li.contact:hover .wrap {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.08);
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #f5f5f5;
}

#frame #sidepanel #contacts ul li.contact.active span.contact-status {
    border: 2px solid #4f51a4 !important;
}

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
    padding: 13px 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: 7px;
    border: 1px transparent solid;
}

.chatpage .card-body #frame #sidepanel #contacts ul li.contact.active {
    background-color: transparent !important;
    border: 0 !important;
}

.chatpage #frame #sidepanel #contacts ul li.contact.active .wrap {
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.08) solid;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .contact-status {
    position: absolute;
    left: 16px;
    margin: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
    top: 0;
}

#frame #sidepanel #contacts ul li.contact .wrap span.online {
    background: #2ecc71;
}

#frame #sidepanel #contacts ul li.contact .wrap span.away {
    background: #f1c40f;
}

#frame #sidepanel #contacts ul li.contact .wrap span.busy {
    background: #e74c3c;
}

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    float: left;
}

.timerr {
    position: absolute;
    right: 4px;
    top: 5px;
    font-size: 15px !important;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .user-img {
    max-width: 50px;
    float: left;
/*    margin-right: 10px;*/
    color: white;
    text-align: center;
    height: 50px;
    margin-bottom: 0;
    border-radius: 50%;
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 18px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .user-img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 0;
    padding-left:10px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-family: 'SF-Pro-Text-Medium';
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
    color: #242545;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name .username{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    display: inline-block;
}

#frame #sidepanel #contacts ul li.contact .more-options {
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-size: 16px;
    padding: 5px
}

#contacts ul li.contact .dropdown-menu {
    transform: none !important;
    right: 28px !important;
    left: initial !important;
    bottom: -13px !important;
    top: initial !important;
    font-size: 13px;
}

#frame #sidepanel #contacts ul li.contact .chat-time {
    font-size: 11px;
    color: #a8a8a8;
    margin: 6px 0 0;
}

.chat-wrapup .dropdown-menu.rightdrop {
    transform: none !important;
    right: 20px !important;
    max-width: 220px;
    top: 40px !important;
    padding: 7px 0;
}

.chat-wrapup .dropdown-menu.rightdrop .dropdown-item,
#frame .content .messages .replies .dropdown-item {
    font-size: 14px;
}

.chat-wrapup .dropdown-menu.rightdrop .dropdown-item i,
#frame .content .messages .replies .dropdown-item i {
    font-size: 15px;
    width: 25px;
}

.chat-wrapup .dropdown-menu.rightdrop .dropdown-item i.bx.bx-undo,
#frame .content .messages .replies .dropdown-item i.bx.bx-undo {
    font-size: 18px;
}

#frame .content .messages .replies .dropdown-item i.bx-info-circle {
    font-size: 17px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    height: auto;
    width: auto;
    border: none;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
    position: initial;
    border-radius: initial;
    background: none;
    border: none;
    padding: 0 2px 0 0;
    margin: 0 0 0 1px;
    /*    opacity: .5;*/
}

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#frame #sidepanel #bottom-bar button {
    float: left;
    border: none;
    width: 50%;
    padding: 10px 0;
    background: #4f51a4;
    color: #f5f5f5;
    cursor: pointer;
    font-size: 0.85em;
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #3e4095;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

.msgpreview {
    margin: 2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #545a6d;
    width: 100%;
    /* position: absolute;
top: 14px;
right: -17px; */
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

#frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding: 0 15px 10px 0px;
}

.dropdown-menu.rightdrop {
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    inset: 102% auto auto auto !important;
}

#frame .content .contact-profile .user-img {
    max-width: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    /* border: 1px solid #d3d3d3a6; */
    border-radius: 50% !important;
    background: #020202;
    color: white;
    text-align: center;
    height: 50px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'SF-Pro-Text-Semibold';
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100% - 340px);
        margin: 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #ddd;
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 70px;
    /* background: #f5f5f5; */
    padding-left: 20px;
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid;
}

#frame .content .contact-profile p {
    font-size: 17px;
    font-family: 'SF-Pro-Text-Semibold';
    text-transform: capitalize;
}

#frame .content .messages .replies ul {
    transform: none !important;
    /* right: 20px !important; */
    max-width: 220px;
    top: 40px !important;
    padding: 7px 0;
}

#frame .content .contact-profile p {
    float: left;
}

#frame .content .contact-profile .social-media {
    float: right;
}

#frame .content .contact-profile .social-media i {
    margin-left: 14px;
    cursor: pointer;
}

#frame .content .contact-profile .social-media i:nth-last-child(1) {
    margin-right: 20px;
}

#frame .content .contact-profile .social-media i:hover {
    color: #435f7a;
}

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    /* margin: 15px 15px 5px 15px; */
    /* width: calc(100% - 25px); */
    font-size: 0.9em;
    position: relative;
}

#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

.bluebg .fancybox>img {
    margin: 6px 8px 0 0;
}

#frame .content .messages ul li.sent .user-img {
    margin: 0 8px 0 0;
    /* float: left; */
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SF-Pro-Text-Semibold';
}

#frame .content .messages ul li.sent .user-img span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

#frame .content .messages ul li.sent .bluebg {
    position: relative;
    width: calc(100% - 45px);
    border-radius: 7px;
}
#frame .content .messages ul li.sent .replyte .time_date {
    margin-top: 0;
    bottom: 13px;
    font-size: 14px;
    opacity: 0.7;
    right: 20px;
}

.replyte {
    padding: 10px;
    border-radius: 7px;
    min-width: 73px;
    background:rgb(204, 216, 243);
    /* color:rgba(245, 245, 245, 0.59); */
    position: relative;
}
#frame .content .messages ul li.sent .bluebg {
    width: calc(100% - 45px);
    border-radius: 7px;
    background-color: rgb(204, 216, 243)!important;
}
span.time_date {
    color: black !important;
}
.messages ul li.sent .replyte::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent rgb(204, 216, 243) transparent transparent;
}

.replyte .sender_name {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'SF-Pro-Text-Medium';
    margin: 0 0 5px;
    width:100%;
}

.bluebg .replyte span {
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.8); */
}




.replybg .fancybox img, .bluebg .fancybox img {
    float: right;
    margin: 6px 8px 0 0;
    height: 100px;
}

#frame .content .messages ul li.replies .user-img {
    float: right;
    margin: 0 0 0 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

#frame .content .messages ul li.replies p,
#frame .content .messages ul li.replies div.replyte{
    background: #f5f8ff;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#frame .content .messages ul li.replies div.replyte::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #f5f8ff;
}

#frame .content .messages ul li.sent div.replyte p{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 !important;
}

.user-img.user-fl {
    /* max-width: 50px; */
    float: left;
/*    margin-right: 10px;*/
    color: white;
    text-align: center;
    height: 50px;
    margin-bottom: 0;
    border-radius: 50%;
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 18px;
}

#frame .content .messages ul li.replies div.replyte a.fancybox, #frame .content .messages ul li.sent div.replyte a.fancybox {
    /* width: 100px;
    height: 100px; */
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 5px;
}

#frame .content .messages ul li.replies div.replyte {
    font-size: 15px;
    color: #1b1c4a;
}

#frame .content .messages ul li.replies div.replyte .reply-box p {
    background: transparent;
    width: 100%;
    padding-left: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.disp_info .msg_text{
    margin:  0;
}
#uploadForm .wrap{
    box-shadow: none;
    border-top:none
}

#uploadForm .message-input .wrap input{
   
    width: 93%;
}
.msg_text {
    margin: 0;
    display: block;
    width: 100%;
    color:black!important;
}

/* #frame .content .messages ul li img {
    border-radius: 50%;
    width: 35px;
    min-height: 35px;
} */

#frame .content .messages ul li p {
    display: inline-block;
    padding: 10px 6px;
    border-radius: 20px;
    line-height: 130%;
}

#frame .content .messages ul li.sent {
    float: left;
    max-width:600px;
    position: relative;
    width: auto;
    min-width:180px;
}
#frame .content .messages ul li.replies {
    max-width:600px;
    width: auto;
    min-width: 180px;
    /* display: flex;
    justify-content: flex-end; */
    float: right;
    margin-left: auto;
    margin-right: 0;

}

#frame .content .messages ul li.replies .replybg {
    border-radius: 5px;
    position: relative;
    width: calc(100% - 60px);
    margin-right: auto;
}

.messages ul li.replies .fa-angle-down {
    right: 36px;
    top: 17px;
}

#frame .content .message-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
    background: #fff;
}

.message-input .wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;

    border: 1px solid #ddd;
    padding: 6px 12px;
    margin: 10px 6px;

    border-radius: 30px;
    background-color: #fff;

    height: 66px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}



/* ✅ WhatsApp focus behavior */
.message-input .wrap:focus-within {
    border-color: #333;
   
}

.message-input .wrap input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    width: 100%;
    color: #32465a;
    border: 0;
    padding: 1.25rem 6.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.5;
}

.wrap label {
    display: flex;
    z-index: 999;
    position: absolute;
    left: -27px;
    width: 80px;
    float: right;
    height: 39px;
    margin: 0 9px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #3e4095;
    font-size: 24px;
}
.message-input .wrap input:focus {
    outline: none;
    background-color: none;
    border: none;
}


@media screen and (max-width: 735px) {
    .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

.message-input .wrap input:focus {
    outline: none;
}

@media screen and (max-width: 735px) {
    .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

.message-input .wrap .attachment:hover {
    opacity: 1;
}

.bluebg .replymsg-view {
    background: #d6d7ed;
    border-left-color: #8386ce;
}

#frame .chat-content.content .messages ul li .bluebg .replymsg-view p.replyaddress span{
    color: #000;
}

.bluebg .replyte span {
    margin: 0;
    color: #fff;
    display: inline-block;
}

#frame .chat-content.content .messages ul li .bluebg .replymsg-view p {
    width: 100%;
    background-color: transparent !important;
}

#frame .chat-content.content .messages ul li .bluebg .replymsg-view p.replyaddress {
    text-transform: capitalize;
}

.message-input .wrap button {
    border: none;
    min-width: 45px;
    display: flex;
    cursor: pointer;
   
    color: black;
    border-radius: 50%;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 0;
    margin-left: 10px;
    position: absolute;
    right: 20px;
}

.message-input .wrap #emojiBtn {
    border: none;
    min-width: 45px;
    display: flex;
    cursor: pointer;
   
    color: #f5f5f5;
    border-radius: 50%;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 0;
    margin-left: 10px;
    position: absolute;
    right: -23px;
}

.attach-block {
    position: absolute;
    right: 50px;
    width: 40px;
    text-align: center;
    font-size: 24px;
    margin: 0 10px;
}

.attach-block ul {
    list-style-type: none;
    display: none;
}

.attach-block:hover ul {
    display: block;
    position: absolute;
    bottom: 17px;
    left: 0;
    padding: 0;
}

.attach-block:hover ul li {
    width: 50px;
    background: #fff;
    box-shadow: 0 5px 12px 5px rgba(0, 0, 5, 0.1);
    height: 50px;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.attach-block:hover ul li a{
    width: 50px;
    background: #fff;
    box-shadow: 0 5px 12px 5px rgba(0, 0, 5, 0.1);
    height: 50px;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}





.attach-block:hover ul li a label img{
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 735px) {
    .message-input .wrap button {
        padding: 16px 0;
    }
}

.message-input .wrap button:hover {
}

.message-input .wrap button:focus {
    outline: none;
}

.settingMenu .closebtnset {
    margin-left: 0 !important;
    padding: 0 !important;
}

.chatpage .set_sidenav {
    padding: 10px;
}

@media screen and (max-width: 990px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 8px 8px;
    }
    #frame #sidepanel #contacts ul li.contact .wrap {
        padding: 0 1px;
    }
    #frame #sidepanel #contacts ul li.contact .wrap .contact-status {
        left: 0;
        z-index: 9;
    }
    #frame #sidepanel #contacts {
        height: calc(100% - 110px);
    }
}

.userinfo-right {
    /*    background-color: #ebf0fe;*/
    margin: 5px 0 !important;
    padding: 12px 15px !important;
}

.userinfo-right .user-img.user-fl {
    border-radius: 50%;
    margin: 0;
}

.userinfo-right .list-group-item .wrty .user-img {
    border-radius: 0;
    height: 27px;
    display: flex;
    width: 30px;
    margin-right: 10px;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.userinfo-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.set_sidenav .userinfo-right .contact .wrap {
    width: 100%;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: 7px;
}

.userinfo-right ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.25rem 0;
}



.userinfo-right ul li a {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #000000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

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

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


/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}


/*    .container{max-width:1170px; margin:auto;}*/

.msgheadUser {
    display: inline-block;
}

.headingMsg {
    display: none;
}

.headerMsg {
    height: 90%;
}

.msgHead {
    display: inline-block;
}

.groupmenu {
    float: right;
}

.msg_history {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: white;
    padding-bottom: 30px;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: rgba(0,0,0,0.5);
}

/* .set-p-sh .circledot {
    right: 23%;
    top: -17px;
    left: auto;
  } */

.circledot{
    content: "";
    margin: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s;
    background-color: #E29810;
    position: absolute;
    left: -40px;
    top: -7px;
  }
  
  .circledot::before {
    animation: mymove 2s ease-in-out infinite 0s;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b07609;
    left: 0;
    top: 0;
  }
  @keyframes mymove {
    0% {
      opacity: 1;
      transform: scale(0);
    }
    100% {
      opacity: 0;
      transform: scale(3);
    }
  }

.meta {
    width: 78%;
}

#frame {
    height: 95vh;
}

/* .messages ul li {
    padding-left: 25px;
    padding-right: 25px;
} */

#frame .content .messages ul li p {
    box-shadow: 0 1px 0.5px rgba(var(--shadow-rgb), .13);
    border-radius: 7px;
}

.messages .dotss{
    margin: 0 10px;
}

.messages .time_date {
    /* position: absolute;
    bottom: 10px; */
    font-size: 14px;
    opacity: 0.8;
   margin-right: 10px;
    /* right: 20px; */
}

#frame .content .messages ul li p {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}



.messages .fa-angle-down {
    font-size: 21px;
    cursor: pointer;
    width: 0;
    z-index: 99;
    position: absolute;
    right: 4px;
    bottom: 6px;
}

.chat_list .fa-angle-down {
    font-size: 21px;
    cursor: pointer;
    margin-top: -24px;
    /* font-family: 'SF-Pro-Text-Semibold'; */
    display: none;
    z-index: 99;
    position: relative;
    margin-right: 6px;
}

.chat_list:hover>.fa-angle-down {
    display: block;
}

.msgpreview .unread_count {
    float: right;
    padding: 2px !important;
    border-radius: 50px !important;
    height: 20px;
    width: 20px;
    padding-top: 5px !important;
    background-color: black !important;
}

.messages {
    padding-bottom: 15px;
    background: #fff;
}

li.received_withd_msg {
    padding-bottom: 15px;
    float: right;
    margin-right: 45% !important;
}

div.received_withd_msg {
    padding-bottom: 15px;
    float: right;
}

.received_withd_msg .badge {
    background: white;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
    padding: 5px 8px;
}

#frame .content .messages ul li {
    padding-bottom: 15px;
}

#swal2-html-container .delete_action {
    border-radius: 50px;
}

#uploadFile {
    display: none;
}

.sent .imgthumbnail,
.replies .imgthumbnail {
    box-shadow: 0 1px 0.5px rgba(var(--shadow-rgb), .13);
    border-radius: 7px !important;
    height: 100px;
    /* width: 310px !important;
    height: 180px !important; */
}

.add_file_btn {
    height: 64px;
    width: 65px;
    margin-top: 10px;
    border: 1px solid lightgray;
    color: darkgrey;
    padding-top: 15px;
    cursor: pointer;
    padding: 15px;
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

#previewDiv div,
#previewDiv div>img {
    height: 90px !important;
    width: 90px !important;
}

.disp_info {
    padding: 25px;
}

.dispaction .form-check {
    margin-top: 15px;
}

.contact-profile .timer {
    color: gray;
    font-size: 18px;
    margin-left: -15px;
    margin-top: 35px;
}

.timer_text {
    font-size: 12px;
    width: 59px;
    display: flex;
    color: #1f22a7 !important;
    padding: .25em .4em;
    font-family: 'SF-Pro-Text-Bold';
}

.userinfo-right h4 {
    margin-top: 15px;
}

.participants .wrty img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
}


.participants .wrty .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin_label {
    font-size: 10px;
    font-family: 'SF-Pro-Text-Semibold';
    flex-wrap: nowrap;
    display: flex;
    width: 78px;
}

.participants .wrty .meta .dropdown-menu.rightdrop {
    right: 0 !important;
    left: auto !important;
    top: 27px !important;
}

.participants .wrty .meta .dropdown-menu.rightdrop ul li a {
    font-size: 14px;
    padding: 3px;
}

.group_edit {
    display: none;
    cursor: pointer;
    margin-top: 3px;
    font-size: 18px;
    margin-right: 5px;
}


.groupUpdate {
    margin-top: 15px;
    display: none;
}

.groupUpdate input {
    border: none;
    background: no-repeat;
    border-bottom: 2px solid rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    --bs-text-opacity: 1;
}

.groupUpdate .fa {
    cursor: pointer;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    font-size: 18px;
}

.messages .sent .fa-angle-down.msg_action {
    font-size: 21px;
    cursor: pointer;
    width: 0;
    z-index: 99;
    position: absolute;
    right: 35px;
    top: 17px;
    color: #fff;
}

.sent .msg_action {
    display: none;
}

.replies .msg_action {
    display: none;
}

.sent:hover .msg_action {
    display: block;
    width: 100%;
}

.replies:hover .msg_action {
    display: block;
}

.participants .user-fl {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userinfo-right .list-group-item .wrty {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.userinfo-right .list-group-item .wrty .meta p {
    margin: 0;
}

.messages ul li.sent .bluebg .dropdown-menu.rightdrop li {
    margin: 0 !important;
    padding: 0 !important;
}

.messages ul li.replies .dropdown-menu.rightdrop li {
    margin: 0 !important;
    padding: 0 !important;
}

.g-height-50 {
    height: 50px;
}

.g-width-50 {
    width: 50px !important;
}

@media (min-width: 0) {
    .g-pa-30 {
        padding: 2.14286rem !important;
    }
}

.g-bg-secondary {
    background-color: #fafafa !important;
}

.u-shadow-v18 {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

.g-color-gray-dark-v4 {
    color: #777 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.media-comment {
    margin-top: 20px
}

.singleImageCanvasContainer {
    overflow: hidden;
    height: 65px;
    width: 65px;
    display: inline-block;
    position: relative;
    padding-right: 0px;
    margin-right: 15px;
    border: 2px solid #dfdfdf;
    margin-bottom: 10px;
    padding: 4px;
    border-radius: .25rem;
}

.singleImageCanvasContainer .singleImageCanvasCloseBtn {
    position: absolute;
    right: 0;
    background: white;
    color: red;
    padding: 0px 4px !important;
}

.singleImageCanvasContainer .singleImageCanvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cropperImg {
    min-height: 250px !important;
    max-height: 250px !important;
    max-width: 500px !important;
}

#cropperImg .cropper-bg {
    min-height: 250px !important;
    max-height: 250px !important;
    max-width: 500px !important;
}


.cropper-view-box img {
    min-height: 250px !important;
    max-height: 250px !important;
    max-width: 500px !important;
}

#shareFileModal .modal-content {
    background: #fff;
}

#shareFileModal .modal-content .message-input .wrap {
    padding-right: 2px;
}

.replyuserimg {
    width: 60px;
    text-align: right;
}

#frame .content .messages ul li.replies>div {
    width: 100%;
}

.fancybox {
    display: block !important;
}

#msgimgModal #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#msgimgModal .modal-content {
    margin: auto;
    display: block;
    width: auto;
    min-height: 300px;
    max-height: 500px;
}

#msgimgModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(2)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.4)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes zoom-out {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

@keyframes zoom-out {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}
.btn {
    line-height: 1;
    border-radius: 7px;
    box-shadow: none;
    text-transform: uppercase;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
.btn-primary{
    box-shadow: none;
}
#msgimgModal .modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}

.reply-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.replymsg-view {
    background: #d6d7ed;
    padding: 10px;
    border-left: 4px solid #3e4095;
    font-size: 12px;
    border-radius: 7px;
}

.replymsg-view p {
    margin: 0;
}

.replyaddress {
    opacity: 0.7;
}

.reply-box .bx-x {
    font-size: 18px;
}

.userinfo-right .user-img.user-fl span {
    font-size: 16px;
}

.userinfo-right .user-img .profileLink {
    display: none;
}

.userinfo-right  .profileLink {
    display: flex;
}

.userinfo-right h4 .group_edit {
    font-size: 16px;
    color: #828080;
    margin: 0;
}

.userinfo-right .profileLink {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
}

.userinfo-right .meta ul li a {
    color: #000;
    font-size: 14px;
    padding: 5px;
}

.userinfo-right ul li a.addParticipants {
    color: #3e4095;
    text-align: left;
    font-size: 15px;
    padding: 10px 0;
    display: flex !important;
    justify-content: flex-start;
}

.userinfo-right ul li a.addParticipants i {
    background: #3e4095;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 7px;
}

@media only screen and (max-width: 700px) {
    #msgimgModal .modal-content {
        width: 100%;
    }
}



.delete_action {
    margin-bottom: 10px;
}

#frame .content .messages ul li.received_withd_msg {
    margin: 15px 0 !important;
    text-align: center;
    width: 100%;
}



#frame .content .messages ul li.received_withd_msg .badge {
    background-color: #f1f0f0;
    padding: 4px 15px !important;
    border-radius: 10px;
    position: relative;
}

.swal2-container .swal2-popup {
    width: 22rem !important;
}

.swal2-container .swal2-title {
    color: black;
    margin: 10px 0 10px;
    /*    text-transform: capitalize;*/
    font-family: 'SF-Pro-Text-Semibold';
}

.swal2-popup .swal2-close {
    position: absolute;
    right: -10px;
    background-color: #1c1c1c;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    top: -10px;
    line-height: 0;
    box-shadow: none;
    outline: 0;
}

.swal2-popup .swal2-close:hover {
    background-color: #000000;
    color: #fff;
}

#swal2-html-container .delete_action {
    border-radius: 50px;
    width: 100%;
    margin: 0 0 15px !important;
    box-shadow: none;
    background-color: #3E4095 !important;
    border: 0;
    text-transform: uppercase;
    padding: 16px 20px;
    transition: all 400ms ease-in-out 0s;
    font-size: 15px;
}

#swal2-html-container .delete_action:last-child {
    background-color: #fff !important;
    border: 2px #3E4095 solid;
    color: #3E4095;
    padding-top: 14px;
    padding-bottom: 14px;
}

#swal2-html-container .delete_action:hover,
#swal2-html-container .delete_action:focus,
.swal2-container .swal2-styled.swal2-confirm:hover,
.swal2-container .swal2-styled.swal2-confirm:focus,
.swal2-popup .swal2-close:hover,
.swal2-popup .swal2-close:focus {
    background-color: black !important;
    color: #fff !important;
    outline: 0;
    box-shadow: none;
}

#swal2-html-container .delete_action:last-child:hover,
#swal2-html-container .delete_action:last-child:focus {
    border-color: #171848;
}

.swal2-styled.swal2-confirm {
    width: 100%;
    border-radius: 130px;
    margin: 0 0 11px;
}

.swal2-container .swal2-actions {
    padding: 0 29px;
    width: 100%;
}

.swal2-container .swal2-styled.swal2-deny {
   background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 16px 20px;
    border-radius: 110px;
    width:100%;
}
.swal2-container .swal2-styled.swal2-confirm {
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 16px 20px;
    border-radius: 110px;
}

.swal2-container .swal2-styled.swal2-cancel {
    background-color: transparent !important;
    color: black;
    font-weight: normal;
    padding: 5px 20px;
    width: 100%;
    margin: 0 0 10px;
}

.swal2-container .swal2-styled.swal2-cancel:hover,
.swal2-container .swal2-styled.swal2-cancel:focus {
    background: transparent !important;
}
.doc_name{
    text-transfrom:none;
}
.bluebg .doc_name{

    padding-left:10px;
}
.bluebg .replyte {
    display: flex;
    
}
.wrty_img{
    width:15%;
}
.replymsg-view .doc_name{
    color:#1b1c4a!important;
}
.appdiv a i{
    font-size:25px;
    color:gray;
    /*        color: #3f4194;*/
}
.appdiv p{
    margin-bottom: 5px;
}
.appdiv{

    float:right;
    padding-top: 5px;
}
#appdivlink{
    display:none;
}
#msginfoSidenav .mmsgdiv .replyte{
    max-height: 300px;
    overflow: scroll;
}
.callBtn{
    margin-top:15px;
}
.callBtn .fa{
    cursor:pointer;
}
.callBtn .acceptdiv{
    display:inline;
}
.callBtn .rejectdiv{
    display:inline;
    margin-right:50px;
}
.camerascr {
    height:250px;
}
.callBtn .call_icon{
   border-radius: 50%;
    width: 45px;
    float: left;
/*    color: white;*/
    text-align: center;
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 19px;
    color: white;
    height: 45px;
    line-height:1;
}
.callint_text{
    font-size:18px;
}
#accept_call{
        background-color: green;
    border-color: green;
}
.callBtn .btn-danger{
        background-color: red;
    border-color: red;
}
.tzdetl{
    font-size: 12px;
    margin-left: 10px;
    color: slategray;
}
.dropzone .dz-message{
    margin: 1em 0!important;
}
.dropzone.dz-clickable{
        min-height: calc(100% - 27px) !important;
/*        height: 163px!important;*/
    padding: 0px 10px!important;
}
#prejoinModal .modal-dialog{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
#prejoinModal .modal-content{
    background: transparent!important;
    border: none!important;
}
/* The popup form - hidden by default */
.div-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  
  z-index: 9;
}
#prejoinModal img{
    height:380px!important;
    width:330px;
}
.offlinetag{
    background:#e29812!important;
}
.left-friends-list{
    max-width: 440px;
}
.profile-card .card-header h5{
    color: #000000;
    font-size: 1rem;
}
.left-friends-list .card{
    border-radius: 7px;
}
.friends-tabs .nav-link {
    padding: 5px 0;
    cursor: pointer;
}
.friends-tabs .nav-link.active{
    color: #3e4095;
}
.friends-tabs .nav-item:not(:last-child) {
    margin-right: 25px;
}
.friend-profile {
    width: 65px;
  }
  .friend-profile span {
    height: 65px;
    overflow: hidden;
    padding: 0;
  }
  .friend-profile span img {
    min-height: 65px;
    width: 100%;
  }
  .friend-text {
    width: calc(100% - 65px);
    padding-left: 20px;
  }
  .friend-text h6 {
    margin: 0 0 2px;
    font-size: 16px;
    font-family: 'SF-Pro-Text-Bold';
  }
  .friend-text a {
    display: block;
    font-weight: 300;
    color: rgba(0,0,0,0.7);
  }
  .friend-list-view li:not(:last-child){
    margin-bottom: 20px;
  }
  .meeting-time {
    font-size: 15px;
    opacity: 0.7;
    margin: 0 0 2px;
  }
  .meeting-title h4, .meeting-title h5 {
    color: #000000;
    font-family: 'SF-Pro-Text-Semibold';
    margin: 4px 0;
  }
  .meeting-id {
    margin: 0 0 12px;
    font-size: 16px;
    opacity: 0.85;
  }
  .meeting-peoples .peoples a {
    width: 34px;
    height: 34px;
    position: relative;
    border: 2px #fff solid;
  }
  .meeting-peoples .peoples a:not(:first-child) {
    margin-left: -10px;
  }
  .meeting-peoples .peoples a img{
    width: 100%;
    min-height: 32px;
  }
  .people-more{
    opacity: 0.7;
  }
  .people-more strong{
    font-family: 'SF-Pro-Text-Semibold';
    font-size: 16px;
    padding-left: 5px;
  }
  .meeting-list-view li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
  }

  .about-card-view{
    max-width: calc(100% - 880px);
  }
  .edit-info .btn-edit {
    padding: 0 12px;
    box-shadow: none;
  }
  .top-about-info p{
    font-size: 16px;
    opacity: 0.7;
  }
  .info-list-details{
    margin-left: -10px;
    margin-right: -10px;
  }
  .info-list-details li{
    font-size: 16px;
    color: var(--bs-black);
    width: 50%;
    padding: 10px;
    opacity: 0.6;
  }
  .info-list-details li strong{
    font-family: 'SF-Pro-Text-Semibold';
    display: block;
  }
  .info-list-details li span{
    font-weight: normal;
  }
  .info-list-details li:not(:last-child){
    margin-bottom: 8px;
  }
  .info-heading h6{
    font-family: 'SF-Pro-Text-Semibold';
    color: #1B1B1B;
    font-size: 16px;
  }
  .section-height{
    max-height: 758px;
    overflow-y: auto;
  }
  /* Steps */
.steps {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto 35px;
  }
  .steps div {
    width: 100%;
    height: 2px;
    background: #a3a3a3;
    position: relative;
  }
  .steps div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4549a2;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
  }
  .steps div.active::after {
    transform: scaleX(1);
  }
  .steps button {
    cursor: pointer;
    background: transparent;
    border: 2px solid #a3a3a3;
    color: #a3a3a3;
    border-radius: 100%;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: white;
    transition: all 0.3s ease;
  }
  .steps button.active {
    background: #4549a2;
    color: white;
    border-color: #4549a2;
  }
.miicall-step-progress .contents {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    box-sizing: border-box;
  }
  
  .miicall-step-progress .content {
    opacity: 0;
    transition: all 0.3s ease-out;
    margin: 30px 0 0;
    display: none;
  }
  .miicall-step-progress .content.active {
    opacity: 1;
    display: block;
  }
  .miicall-month {
    padding: 33px 25px;
    width: 100%;
    background: #4549a2;
    text-align: center;
  }
  
  .miicall-month ul {
    margin: 0;
    padding: 0;
  }
  
  .miicall-month ul li {
    color: white;
    list-style: none;
  }
  
  .miicall-month .prev {
    float: left;
    padding-top: 10px;
  }
  
  .miicall-month .next {
    float: right;
    padding-top: 10px;
  }
  
  .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #3e4292;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .weekdays li {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    padding: 10px 5px;
  }
  
  .days {
    background: #e9eaff;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  
  .days li {
    list-style-type: none;
    width: calc(100%/7);
    color: #777;
    text-align: center;
    padding: 25px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .days li .active {
    background: #3e4292;
    color: white !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .miicall-calendar {
    margin: 0 auto;
    max-width: 620px;
  }
  .available-slots {
    width: calc(100% - 620px);
    padding-left: 70px;
  }
  .current-month{
    font-size: 30px;
    font-family: 'SF-Pro-Text-Bold';
    display: block;
  }
  .meeting-duration {
    margin: 0 auto;
    background-color: rgba(0,0,0,0.05);
    padding: 13px 20px;
    font-size: 16px;
    text-align: center;
    border: 1px #ccc solid;
  }
  .current-year{
    font-size: 20px;
    font-family: 'SF-Pro-Text-Medium';
  }
  .miicall-month ul li:nth-child(2){
    padding: 0 30px;
  }
  .miicall-month .prev, .miicall-month .next {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
  }
  .available-slots #radioBtn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .available-slots #radioBtn .btn {
    box-shadow: none;
    background-color: #f3f3f3;
    color: #333;
    border-color: #333 !important;
    font-size: 15px;
    padding: 7px 15px;
  }
  .available-slots #radioBtn .btn.active {
    color: #fff;
    border-color: #3e4095 !important;
  }
  .details-form {
    margin: 0 auto;
    max-width: 700px;
  }
  .select-slot-strip {
    background-color: #4549a2;
  }
  .select-slot-strip .btn-close {
    background-color: var(--bs-white);
    opacity: 1;
    border-radius: 50%;
    padding: 4px;
    background-size: 10px;
  }
  .date-slot span {
    width: 42px;
    height: 42px;
    background-color: rgba(0,0,0,0.2);
    font-size: 17px;
  }
  .details-form .form-control, .details-form .form-select {
    height: auto;
    padding: 13px 15px !important;
  }
  .mobilerow .tabBtn{
    font-weight: normal !important;
  }
  .form-control, .webinars-duration-field select {
    font-size: 16px;
    padding: 13px 20px;
    height: auto;
    line-height: normal;
    border-radius: 7px;
  }
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), 
  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;       
  }
  .input-group-text i {
    font-size: 20px;
    opacity: 0.7;
  }
  .meeting-code:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  .meeting-code:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    background-color: rgba(0,0,0,0.05);
    box-shadow: -1px 0px 0px 0 #CDCDCD inset;
    padding: 0 19px; 
  }
  .vertical-menu .simplebar-content,
  #sidebar-menu{
    height: 100%;
  }
  .card.logout-section {
    margin: 0 !important;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
  }
  .card.logout-section .bx {
    font-size: 20px;
    width: 35px;
  }
  .card.logout-section .btn {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 400ms ease-in-out 0;
    -o-transition: all 400ms ease-in-out 0;
    -ms-transition: all 400ms ease-in-out 0;
    -moz-transition: all 400ms ease-in-out 0;
    -webkit-transition: all 400ms ease-in-out 0;
  }
  .card.logout-section .btn:hover,
  .card.logout-section .btn:focus{
    background-color: #3e4095 !important;
    color: var(--bs-white);
  }
  .storeName{
     display:inline-block; 
  }
  .shoprightDiv{
      float:inline-end;
  }
  #privacy,
  #coverLink i{
    margin-right: 10px;
  }
  .useer-profile-block .user-img-block .user-fl > span {
    margin: 0;
  }
  .form-control{
    font-family: 'SF-Pro-Text-Regular';
  }
  .add-new-row-btn, .add_row, .DeleteRow {
    width: 38.5px;
    height: 38.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: none;
  }
  .set-meeting-now .form-control {
    padding-top: 8.75px;
    padding-bottom: 8.75px;
    font-size: .875rem;
    border-radius: .25rem;
  }
  .choose-friends-now .chosen-container-multi .chosen-choices,
  .timezone-select #timezone_chosen .chosen-single,
  .timezone-select #country_code_chosen  .chosen-single,
  .timezone-select .select2-container--default .select2-selection--single {
    border-radius: 7px;
    border: 1px solid #ced4da;
    background: transparent;
    padding: 14.5px 20px;
    height: auto !important;
  }
  .timezone-select .select2-container .select2-selection--single .select2-selection__rendered,
  .timezone-select #country_code_chosen  .chosen-single span{
    line-height: normal !important;
  }
  .choose-friends-now .chosen-container-multi .chosen-choices .search-field .chosen-search-input {
    height: auto;
    margin: 0;
    font-size: 16px;
  }
  .timezone-select #timezone_chosen .chosen-single {
    padding: 8.4px 20px;
    box-shadow: none;
    height: auto !important;
  }
  .chosen-container-single .chosen-single div b{
    background-position: 0px 15px !important;
  }
  
  .timezone-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
  }
  .add-on-email .select2-container--default .select2-selection--multiple {
    padding: 0;
    min-height: 50px;
    border: 1px solid #ced4da;
  }
  #frndBtn .btn {
    padding: 0.87rem .75rem !important;
  }
  #frndBtn .btn span {
    font-size: .875rem !important;
  }
  .set_sidenav #lightbtn,
  .set_sidenav #darkbtn {
    font-size: 14px;
    display: inline-block;
    padding: 10px 14px;
  }
  .set_sidenav #lightbtn svg,
  .set_sidenav #darkbtn svg {
    margin-right: 5px;
    vertical-align: text-top;
  }
  .theme-btn button.btn {
    padding: 0;
    width: 25px;
    height: 25px;
  }
  .setting-menu{
    padding: 15px 16px 0;
  }
  .friend-btns-action{
    min-width: 196px;
  }
  .user-name-mail{
    width: calc(100% - 281px);
    padding: 0 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container .select2-selection--single,
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px !important;
  }
  .select2-container--default .select2-selection--single{
    border-color: #ced4da !important;
    border-radius: 7px !important;
    font-size: 16px;
    padding-left: 12px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: transparent !important;
    
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 10px !important;
  }
  .btn.search-meeting-btn{
    height: 50px;
    padding: 0 20px;
  }
  #datatable_length label{
    font-size: 14px;
  }
  #datatable_length .custom-select,
  #datatable2_length .custom-select{
    padding: 10px 15px;
    font-size: 14px;
    min-width: 70px;
  }
  div.dataTables_wrapper div.dataTables_filter input{
    padding: 8.5px 20px;
  }
  .note-btn{
    padding-left: 35px;
}
.input-group-text ~ input[type="password"] ~ .input-group-text {
    border-radius: 0 7px 7px 0 !important;
}
.timezone-group .custom-prepend-height{
    border-radius: 7px 0 0 7px;
}
.datatable tbody tr td:last-child {
    white-space: nowrap;
}
.dataTables_length label,
.dataTables_filter label {
    color: rgb(0, 0, 0);
}
.userinfo-right ul i {
    width: 30px;
}
.userinfo-right.exit-group span {
    color: #3e4095;
}
.meeting-file-wrap {
    height: 350px;
    overflow: hidden;
  }
  .meeting-file-wrap img {
    min-height: 350px !important;
    object-fit: cover;
    width: 100%;
  }
  .userinfo-right ul.participants li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .userinfo-right ul.participants li .name {
    display: flex;
    align-items: center;
  }
  .prt_count{
    display: flex;
    margin: 0 0 8px;
  }
  .userimg img{
    min-height: 70px;
  }
  .delete_chat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    color: #000 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.delete_chat:hover {
    color: #6b6a6a !important;
} 



