/* ==========================================================================
  Connect custom styles
   ========================================================================== */
/*-- sidebar css start here --*/
section,
div,
span,
a,
aside,
p,
strong,
header,
footer,
main,
article,
audio,
video,
bdi,
body,
ul,
li,
ol,
dl,
form,
input,
select,
button,
label,
table,
tr,
td,
thead,
tbody {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: #e6edf7;
    color: #555555;
    font-weight: 400;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 283px;
    background: #ffffff;
    z-index: 100;
    transition: all 0.5s ease;
}
.sidebar.close {
    width: 90px;
}
.sidebar .logo-details {
    width: 100%;
    align-items: center;
    padding: 30px;
    display: flex;
}
.sidebar .logo-details {
    width: 100%;
    align-items: center;
    padding: 30px;
    display: flex;
}
.sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}
.sidebar .logo-details .logo_name {
    color: #fff;
    transition: 0.3s ease;
    transition-delay: 0.1s;
    margin-left: 9px;
    margin-bottom: 13px;
    display: inline-block;
}
.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li a.active {
    background: #e6edf7;
    border-color: #0a46ac;
}
.sidebar .nav-links li a.active .link_name {
    color: #0a46ac;
}
.sidebar .nav-links li a.active svg path {
    fill: #0a46ac;
}
.sidebar .nav-links {
    height: 100%;
    padding: 0 0 150px 0;
    overflow: auto;
}
.sidebar.close .nav-links {
    overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}
.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}
.sidebar .nav-links li:hover {
    background: #e6edf7;
}
.sidebar .nav-links li a:hover {
    background: #e6edf7;
    border-color: #0a46ac;
}
.sidebar .nav-links li a:hover .link_name {
    color: #0a46ac;
}
.sidebar .nav-links li a:hover svg path {
    fill: #0a46ac;
}
.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.sidebar .nav-links li .iocn-link svg.bx.bxs-chevron-down.arrow {
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar.close .nav-links li .iocn-link {
    display: block;
}
.sidebar .nav-links li i {
    height: 50px;
    min-width: 24px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 12px;
}
.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow {
    display: none;
}
.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-left: 3px solid #ffffff;
    padding: 0 30px;
    width: 100%;
}
.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}
.sidebar .nav-links li .iocn-link svg.bx.bxs-chevron-down.arrow {
    margin-right: 15px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
}
.sidebar .nav-links li .sub-menu a {
    color: #555555;
    font-size: 14px;
    padding: 5px 0;
    white-space: nowrap;
    opacity: 1;
    transition: all 0.3s ease;
    border: none;
    font-weight: 500;
}
li.showMenu .iocn-link {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.sidebar.close svg.bx.bxs-chevron-down.arrow {
    display: none;
}
.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}
.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 18px;
    opacity: 1;
    display: block;
}
.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}
.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 283px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    padding: 12px 0;
    transition: all 0.5s ease;
    padding-left: 30px;
}
.sidebar .profile-details .profile_name span {
    color: #0a46ac;
}
.sidebar.close .profile-details {
    background: none;
}
.sidebar.close .profile-details {
    width: 78px;
}
.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}
.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}
.sidebar.close .profile-details img {
    padding: 10px;
}
.sidebar .profile-details .profile_name {
    color: #555555;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}
.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
}
.sidebar .profile-details .job {
    font-size: 14px;
    font-weight: 500;
}
.home-section {
    position: relative;
    background: #e6edf7;
    height: 100vh;
    left: 283px;
    width: calc(100% - 283px);
    transition: all 0.5s ease;
}
.sidebar.close ~ .home-section {
    left: 90px;
    width: calc(100% - 90px);
}
.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}
.home-section .home-content .bx-menu {
    background: #0a46ac;
    height: 43px;
    width: 43px;
    border-radius: 100px;
}
.home-section .home-content .bx-menu svg {
    margin-left: 6px;
    margin-top: 5px;
}
.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}
.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}
.sidebar .logo-details {
    padding-left: 21px;
}
.session-detail-history table.dataTable .btns {
    float: right;
}
.video-placeholder.screenshare-stream {
    margin-top: 95px;
}
.screenshare-stream .playerNewcss {
    text-align: center;
}
.screenshare-stream .playerNewcss {
    text-align: center;
    border: 3px solid #ffff;
    border-radius: 10px;
}
#recentcall .search-box form {
    width: auto;
    float: left;
    position: relative;
}
#recentcall .search-box form a.serchclose {
    position: absolute;
    right: 185px;
    top: 10px;
}
#recentcall .search-box form a.serchclose path {
    fill: #3fc1fc;
}
@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
}
.nav-links::-webkit-scrollbar {
    width: 2px;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    box-shadow: none !important;
}
.btn.btn-primary {
    box-shadow: none !important;
}
.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}
.nav-links::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(63, 193, 252, 0.5);
}
.nav-links::-webkit-scrollbar-thumb {
    background-color: #3fc1fc;
}
.card-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.create-join-option h5 {
    font-size: 18px;
    float: left;
    margin-top: 9px;
}
.sessions-start-btn a.btn.btn-primary {
    margin-left: 15px;
    padding: 12px 0;
    width: 146px;
}
.btn.btn-primary {
    background: #3fc1fc;
    border: none;
    height: 45px;
    padding: 12px 50px;
    font-size: 16px;
    font-weight: 500;
}
.btn.btn-primary.blue {
    background-color: #0a46ac;
}
.btn.btn-primary.blue:hover {
    background-color: #3fc1fc;
}
.btn.btn-primary:hover {
    background-color: #0a46ac;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.session-detail-history .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 3px solid #ffffff;
    padding: 12px 0;
    margin-right: 30px;
    margin-bottom: 0px;
    color: #555555;
    font-weight: 700;
    font-size: 16px;
}
.session-detail-history .nav-tabs .nav-item .nav-link.active {
    color: #0a46ac;
    border-color: #0a46ac;
}
.table.table-bordered td .user-img {
    color: #555555;
}
.home-coman-table .user-img {
    float: left;
    background: #e6edf7;
    padding: 12px 0;
    border-radius: 50px;
    margin-right: 15px;
    font-weight: 700;
    height: 45px;
    width: 45px;
    text-align: center;
}
.home-coman-table .table.table-bordered td .user-name {
    color: #555555;
}
.login-box .card-box button.btn.btn-primary {
    margin: 0;
}
.home-coman-table .user-name {
    margin-right: 50px;
    float: left;
    font-weight: 600;
    padding: 0;
    min-width: 170px;
    text-align: left;
    padding: 3px 0;
}
.home-coman-table .user-name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #555555;
}
.home-coman-table .user-name span {
    font-weight: 400;
    margin-top: 0;
    color: #555555;
    margin-left: 0;
    display: block;
}
.home-coman-table .date {
    float: left;
    font-size: 15px;
    margin-right: 80px;
    padding: 11px 0;
    font-weight: 400;
    color: #555555;
}
.home-coman-table .date svg {
    margin-right: 10px;
}
.home-coman-table td {
    border-width: 1px 0px 0px 0px !important;
    border-color: #e5e5e5;
    padding: 20px 0;
    border-style: solid;
}
.session-detail-history table.dataTable thead {
    display: none;
}
.session-detail-history div.dataTables_length {
    display: none;
}
.session-detail-history div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}
.session-detail-history {
    position: relative;
}
.session-detail-history div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    top: 72px;
    left: auto;
    font-size: 0px;
    right: 0;
}
.session-detail-history div.dataTables_wrapper div.dataTables_filter input {
    background: #e2f6ff;
    border-color: #91dbfd;
    height: 45px;
    width: 300px;
    margin: 0;
}
.session-detail-history table.dataTable {
    padding-top: 90px;
}
.session-detail-history .page-link {
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #555555;
}
.session-detail-history .page-item.active .page-link {
    border-radius: 100px;
    width: 32px;
    height: 32px;
    padding: 6px 14px;
    background: #0a46ac;
}
.container-fluid {
    padding: 0 30px;
}
.sessions-start-btn {
    float: right;
}
.gallery-box {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
}
.data-details {
    padding: 20px;
}
.data-details ul {
    padding: 0;
    list-style: none;
}
.data-details ul li {
    display: inline-block;
    padding: 9px 20px;
    border: 1px solid #91dbfd;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    background: #e2f6ff;
}
.gallery-box img {
    max-width: 100%;
}
.data-details h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
.data-details a {
    background: #3fc1fc;
    height: 28px;
    width: 28px;
    display: inline-block;
    border-radius: 100px;
    padding: 2px 4px;
}
.data-details p {
    margin: 0 0 10px;
}
.date-line::after {
    content: "";
    position: absolute;
    left: 100px;
    right: 0;
    width: auto;
    height: 1px;
    background: #e6e6e6;
    top: 10px;
}
.date-line span {
    font-size: 15px;
    font-weight: 600;
}
.date-line {
    position: relative;
    margin: 36px 0;
}
.gallery-box {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 35px;
}
.gallery-box .img-box img {
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.data-details a {
    background: #3fc1fc;
    height: 28px;
    width: 28px;
    display: inline-block;
    border-radius: 100px;
    padding: 2px 4px;
    margin-right: 5px;
}
section.session-start {
    background: #000;
    height: 100vh;
}
.user-profile-photo .photo span {
    font-size: 30px;
    font-weight: 700;
    padding: 29px 0;
    display: inline-block;
}
.user-profile-photo .photo {
    background: #e6edf7;
    height: 100px;
    width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    float: left;
    margin-right: 30px;
}
.user-profile-photo {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.user-profile-photo .user-name h5 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.user-profile-photo .user-name p {
    font-size: 18px;
}
.user-profile-photo .user-name {
    float: left;
    margin-top: 16px;
}
.user-information-box i.icon {
    background: #3fc1fc;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    padding: 6px 0px;
    float: left;
    border-radius: 100px;
    margin-right: 15px;
}
.user-information-box h5 {
    font-size: 18px;
    font-weight: 600;
}
.user-information-box h5 span {
    font-weight: 400;
    display: block;
    margin: 0 0 5px;
}
.user-profile-photo .user-name p span {
    font-weight: 700;
    color: #0a46ac;
}
.height-100 {
    height: 100vh;
}
.large-logo svg {
    height: 60px;
    width: 280px;
}
.login-box .card-box {
    width: 537px;
    padding: 70px 40px;
}
.large-logo {
    text-align: center;
    margin-bottom: 50px;
}
label.form-check-label {
    font-weight: 500;
}
.form-group.form-check input {
    border-color: #555555;
}
.form-group.form-check {
    margin-bottom: 15px;
}
.form-group.forgot-password {
    text-align: center;
    margin-top: 20px;
}
.form-group.forgot-password a {
    font-size: 16px;
    color: #555555;
    text-decoration: underline;
}
.form-group.forgot-password a:hover {
    text-decoration: none;
    color: #3fc1fc;
}
.form-check-input:checked {
    background-color: #3fc1fc;
}
.Join {
    text-align: center;
}
.Join-box {
    text-align: center;
}
.Join-box h2 {
    font-weight: 700;
    margin-bottom: 40px;
}
.Join-box form .form-control {
    text-align: center;
    font-weight: 500;
}
.form-control:focus {
    border-color: #3fc1fc;
    box-shadow: none;
}
.gallery-modal .participate ul li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.gallery-modal .participate ul li span {
    height: 45px;
    width: 45px;
    border-radius: 100px;
    margin: 0 0 10px;
    background: #e2f6ff;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 0;
}
.gallery-modal .participate ul li:last-child {
    margin: 0;
}
.gallery-modal .participate ul li img {
    height: 55px;
    width: 55px;
    border-radius: 18px;
    margin: 0 0 10px;
}
.gallery-modal .participate ul li p {
    font-size: 12px;
    font-weight: 600;
}
.gallery-modal .participate {
    text-align: left;
    margin-bottom: 30px;
}
.gallery-modal h5 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.gallery-modal .image-box img {
    max-width: 100%;
    border-radius: 10px;
}
.gallery-category {
    text-align: left;
}
.gallery-category ul li {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 500;
    width: 50%;
    float: left;
}
.gallery-category ul li span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}
.tags {
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.tags ul li {
    background: #e2f6ff;
    border: 1px solid #91dbfd;
    padding: 9px 27px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.gallery-modal .modal-dialog.modal-lg.modal-dialog-centered {
    max-width: 715px;
}
.gallery-modal .modal-dialog.modal-lg.modal-dialog-centered .modal-content {
    background: #ffff;
    padding: 25px;
}
.descriptions {
    text-align: left;
}
aside.gallery-img {
    float: left;
    width: 258px;
    margin-right: 40px;
}
aside.gallery-content {
    float: left;
    width: 330px;
}
.gallery-modal .modal-footer {
    justify-content: space-between;
}
.gallery-modal .circle-btn ul li {
    margin-right: 15px;
    display: inline-block;
}
.gallery-modal .circle-btn ul li a {
    height: 40px;
    width: 40px;
    background: #3fc1fc;
    display: inline-block;
    border-radius: 100px;
    padding: 6px 1px;
}
.gallery-modal .circle-btn ul li a.del-icon {
    background: #e74c3c;
}
.data-details a.del-icon {
    background: #e74c3c;
}
.gallery-modal .circle-btn ul li a svg {
    height: 25px;
    width: 25px;
}
.changepassword-form {
    margin: 0 auto;
    width: 475px;
    text-align: center;
    padding: 30px 0;
}
.changepassword-form h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.changepassword-form .form-group input {
    text-align: center;
}
.login-box.invite-box {
    text-align: center;
}
.invite-box h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.invite-box p {
    font-size: 16px;
    font-weight: 500;
}
.invite-box .large-logo a {
    margin: 0;
}
.login-box.invite-box .card-box {
    width: 630px;
    padding: 45px;
}
.invite-box h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}
.invite-box .or {
    position: relative;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}
.invite-box .or::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #dbdbdc;
    top: 50%;
    left: 0;
    width: 150px;
}
.invite-box .or::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #dbdbdc;
    top: 50%;
    right: 0;
    width: 150px;
}
.invite-box a {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 30px;
}
.invite-box .btn.btn-primary {
    margin: 0 10px;
    color: #ffffff;
}
.btn.btn-primary.btn-blue {
    background: #0a46ac;
    color: #ffffff;
}
.btn.btn-primary.btn-blue:hover {
    background: #3fc1fc;
    color: #ffffff;
}
.invite-user .modal-dialog.modal-dialog-centered {
    max-width: 570px;
}
.invite-user .modal-dialog.modal-dialog-centered .modal-body {
    padding: 70px 40px;
}
.invite-user button.btn-close {
    background: transparent;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1;
}
.invite-user .modal-dialog.modal-dialog-centered .modal-content {
    background: #ffffff;
}
.invite-user
    .modal-dialog.modal-dialog-centered
    .modal-body
    button.btn.btn-primary {
    margin: 0;
}
.invite-user .modal-dialog.modal-dialog-centered .modal-body h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.invite-user p {
    margin-top: 10px;
}
.home-content .btn-secondary {
    background: transparent;
    border: none;
    padding: 0;
    color: #555555;
    font-weight: 600;
}
.dropdown-toggle span {
    background: #0a46ac;
    height: 43px;
    width: 43px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
    margin-left: 10px;
}
.dropdown-toggle::after {
    display: none;
}
.home-section .home-content {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.home-section .home-content span.bx.bx-menu {
    margin-left: 0;
}
.session-detail-history table.dataTable .btns a.btn.btn-primary {
    margin-left: 10px;
}
.session-detail-history table.dataTable .btns a.btn.btn-primary.btn-icon {
    height: 40px;
    width: 40px;
    padding: 7px 0;
    border-radius: 100px;
    background: #e2f6ff !important;
}
.card-box.reset-box h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
}
.login-box .card-box.reset-box {
    padding: 50px 50px 60px 50px;
}
.gallery-list .search-box a.btn.btn-primary.btn-red {
    margin-left: 10px;
}
.select2-container {
    display: block;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #91dbfd;
    background: #e2f6ff;
    margin-bottom: 15px;
    min-height: 50px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.select2-container--default
    .select2-search--inline
    .select2-search__field::placeholder {
    color: #555555;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid #91dbfd;
    background: #e2f6ff;
    margin-bottom: 15px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: #fff;
    color: #555555;
    padding-top: 5px;
    border: 1px solid #91dbfd;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border: none;
    color: #555555;
}

/*--chat css start here --*/
.chat-list-header {
    position: sticky;
    top: 0;
    background: #ffff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 5;
}
.card-box.chat-box .app {
    max-width: 100%;
    border-radius: 10px;
}
.chat-list-header ul {
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.chat-list-header ul li {
    display: inline-block;
    margin-right: 20px;
}
.app.chat-box .chat-list-header .form-group input {
    height: 55px;
    background: #e6edf7;
    width: 100%;
    border-radius: 100px;
    padding: 10px 20px;
}
.app.chat-box .chat-list-header .form-group {
    padding: 15px 30px;
}
.chat-list-header ul li a {
    font-size: 16px;
    color: #555555;
    font-weight: 700;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 10px;
    display: inline-block;
    padding-bottom: 10px;
}
.chat-list-header ul li a.active {
    border-color: #0a46ac;
    color: #0a46ac;
}
.app {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}
.wrapper {
    width: 100%;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}
.chat-area {
    flex-grow: 1;
}
.user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.conversation-area {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    border-right: 1px solid #e6e6e6;
}
.msg-profile {
    height: 44px;
    border-radius: 50%;
    margin-right: 15px;
    background: #e6edf7;
    text-align: center;
    padding: 11px 0;
    font-weight: 700;
    min-width: 44px;
    text-transform: uppercase;
}
.chat-msg span.user-name::before {
    content: "";
    height: 7px;
    width: 7px;
    background: #0a46ac;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 4px;
}
.chat-msg span.user-name {
    padding-left: 14px;
    position: relative;
}
.chat-msg.owner span::before {
    background: #1fc3fc;
}
.msg {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.msg:hover {
    background-color: #d5f3fe;
}
.chat-area .msg:hover {
    background: transparent;
}
.chat-area .msg:hover .msg-profile {
    background-color: #e6edf7;
}
.msg:hover .msg-profile {
    background-color: #ffffff;
}
.chat-area .msg.online:before {
    left: 40px;
    bottom: 3px;
}
.msg.online:before {
    content: "";
    position: absolute;
    background-color: #1fc3fc;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #1fc3fc;
    left: 50px;
    bottom: 19px;
}
.msg-username {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}
.msg-detail {
    overflow: hidden;
    width: 100%;
}
.msg-content {
    font-weight: 500;
    font-size: 13px;
    display: flex;
}
.msg-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-area {
    display: flex;
    flex-direction: column;
    /*overflow: auto;*/
    width: 75%;
    position: relative;
}
.chat-area-header {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #ffffff;
}
.conversation-area::-webkit-scrollbar {
    width: 3px;
}
.conversation-area::-webkit-scrollbar-track {
    box-shadow: none;
}
.conversation-area::-webkit-scrollbar-thumb {
    background-color: #1fc3fc;
}
.chat-area::-webkit-scrollbar {
    width: 3px;
}
.chat-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #e5e5e5;
}
.chat-area::-webkit-scrollbar-thumb {
    background-color: #1fc3fc;
}
.chat-area-profile {
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.chat-area-title {
    font-size: 18px;
    font-weight: 600;
}
.chat-area-main {
    flex-grow: 1;
    padding: 15px 0;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
}
.chat-area-main::-webkit-scrollbar {
    width: 3px;
}
.chat-area-main::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #e5e5e5;
}
.chat-area-main::-webkit-scrollbar-thumb {
    background-color: #1fc3fc;
}
.chat-msg-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.chat-msg-profile {
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: -20px;
    position: relative;
}
.chat-msg-time {
    font-size: 12px;
    font-weight: 500;
}
.chat-msg {
    display: flex;
    padding: 0 15px 10px;
}
.chat-msg-content {
    margin-left: 12px;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.chat-msg-status {
    display: inline-block;
    margin-left: 5px;
}
.chat-msg-time span.v-time-ago__text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    float: right;
    display: inline-block;
    color: #555555;
    width: auto;
}
.chat-msg-text {
    color: #555555;
}
.chat-modal iframe {
    width: 100%;
}
.owner {
    flex-direction: row-reverse;
}
.owner .chat-msg-content {
    margin-left: 0;
    margin-right: 12px;
    align-items: flex-end;
}
.owner .chat-message-bubble {
    background-color: #1fc3fc;
    color: #fff;
    border-radius: 20px 20px 0 20px;
}
.chat-message-bubble {
    background-color: #d5f3fe;
    padding: 13px 20px;
    border-radius: 20px 20px 20px 0;
    margin-bottom: 10px;
}
.chat-msg-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    width: auto;
    word-break: break-all;
}
.chat-msg.owner .chat-msg-text {
    color: #fff;
}
.chat-msg-time {
    display: inline-block;
    float: right;
    width: auto;
    line-height: 22px;
    margin-left: 8px;
    font-size: 13px;
}
.asset-box .img-video-box img {
    height: 170px;
    width: 250px;
    border-radius: 10px;
    object-fit: cover;
}
.img-video-box {
    position: relative;
}
.img-video-box .download {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    top: 42%;
    left: 43%;
}
.img-video-box .download svg {
    height: 25px;
    width: 25px;
}
.asset-detail {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.chat-document .document-icon {
    height: 50px;
    width: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 100px;
    padding: 5px 0;
    float: left;
    margin-right: 15px;
}
.chat-document h5 span {
    display: block;
    font-weight: 600;
    margin-top: 3px;
}
.chat-document h5 {
    font-size: 15px;
    float: left;
    margin-right: 20px;
    padding: 6px 0;
    margin-bottom: 0;
}
.chat-document .document-icon svg {
    width: 20px;
}
.chat-document .download {
    border-radius: 100px;
    text-align: center;
    padding: 9px 0;
    float: left;
}
.chat-attchment form input {
    border: none;
    background: transparent;
    font-size: 0px;
}
.chat-document .download svg {
    height: 30px;
    width: 30px;
}
.chat-area-footer {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    align-items: center;
    background-color: #ffffff;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
.chat-area-footer input {
    border: 2px solid #9fe0fd;
    color: #555555;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 100px;
    font-size: 15px;
    width: 100%;
    height: 53px;
    font-weight: 500;
}
.chat-area-footer input::placeholder {
    color: #555555;
}
.chat-area-footer .footer-area .send-btns {
    position: absolute;
    right: 5px;
    top: 4px;
}
.chat-area-header .msg.online {
    padding: 0;
}
.session-chat .chat-area-header {
    border-bottom: 1px solid #d1d1d1;
}
.chat-area-header .msg.online .msg-profile {
    height: 52px;
    width: 52px;
    font-size: 16px;
    padding: 15px 0;
    min-width: 52px;
}
.chat-area-header .msg.online {
    padding: 0;
    border: none;
}
.chat-modal img {
    max-height: 90vh;
    max-width: 100%;
}
.chat-modal .modal-dialog {
    max-width: fit-content;
    padding-left: 5%;
    padding-right: 5%;
    height: 90vh;
}
.chat-modal .btn-close {
    background: #e74c3c;
    color: #fff;
    padding: 10px 11px;
    border-radius: 100px;
    font-size: 25px;
    line-height: 19px;
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
}
.asset-detail ul li {
    display: inline-block;
    margin-right: 10px;
}
.chat-area-header .msg.online .msg-username {
    font-size: 18px;
    margin-bottom: 1px;
}
.chat-area-footer .footer-area {
    width: 100%;
    position: relative;
}
.chat-area-footer .footer-area .send-btns {
    position: absolute;
    right: 5px;
    top: 4px;
}
.chat-area-footer .footer-area .send-btns button.msger-send-btn {
    background: #3fc1fc;
    height: 44px;
    width: 44px;
    border-radius: 100px;
}
.msg-content span.unread-count {
    background: #3fc1fc;
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
    margin-right: 5px;
}
a.btn-recording {
    margin: 10px 0px 10px 10px;
    padding: 0;
    display: inline-flex;
}
.session-chat .chat-msg-content {
    margin: 0;
}
.session-chat .chat-area-footer {
    padding: 15px;
}
.chat-area-footer .footer-area .attach-file {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    right: 50px;
}
.chat-area-footer .footer-area .attach-file input {
    background: none !important;
    position: relative;
    border: none;
}
.chat-area-footer .footer-area .attach-file input::after {
    content: "";
    height: 46px;
    width: 48px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #ffffff;
}
.chat-area-footer .footer-area .attach-file input::before {
    content: "";
    position: absolute;
    background-image: url("attachment.svg");
    height: 46px;
    width: 48px;
    top: 2px;
    left: 0;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
@media (max-width: 1120px) {
    .detail-area {
        display: none;
    }
}
@media (max-width: 780px) {
    .conversation-area {
        display: none;
    }
    .search-bar {
        margin-left: 0;
        flex-grow: 1;
    }
    .search-bar input {
        padding-right: 10px;
    }
}
.general-content h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.general-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 15px;
}
.general-content h4 {
    font-weight: 700;
    margin: 10px 0 15px;
}
.general-content .lower-alpha li {
    list-style: lower-alpha;
}
.general-content li {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 15px;
    margin-left: 16px;
}
.general-content .disk li {
    list-style: disc;
}
.general-content ol ul {
    margin-top: 15px;
}
.general-content .decimal li {
    list-style: decimal;
}
.general-content a {
    color: #0a46ac;
    font-weight: 500;
}
.changepassword-form ul {
    margin: 0 0 50px;
}
.changepassword-form ul li {
    display: inline-block;
    margin: 0 18px;
}
.changepassword-form form textarea.form-control {
    resize: none;
    height: 123px;
}
.general-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px;
}
.contacus-content p {
    position: relative;
}
.contacus-content svg {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
    fill: #0a46ac;
}
.contacus-content a {
    margin-left: 30px;
}
.contacus-content p.custom svg {
    position: static;
    margin-right: 15px;
}
.gallery-list .search-box input {
    float: left;
    width: 30%;
    margin-right: 15px;
    height: 46px;
    margin-bottom: 0 !important;
}
.gallery-list .search-box {
    padding-top: 30px !important;
    display: inline-block;
    width: 100%;
}
.alert-success {
    background: #ffffff;
    border: 1px solid #2ecc71;
    text-align: center;
    color: #2ecc71;
    font-weight: 500;
    font-size: 15px;
    padding: 12px;
}
.alert-success button.close {
    background: #2ecc71;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 10px;
    margin-left: 10px;
}
.alert-success button.close span {
    color: #ffffff;
}
.alert-danger {
    background: #ffffff;
    border: 1px solid #e74c3c;
    text-align: center;
    color: #e74c3c;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}
.alert-danger button.close {
    background: #e74c3c;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 10px;
    margin-left: 10px;
}
.alert-danger button.close span {
    color: #fff;
}
.error-box {
    color: #e74c3c;
    margin-bottom: 10px;
    margin-top: -5px;
}
.active-session .user-name {
    float: left;
    margin-right: 60px;
}
.active-session ul {
    float: left;
    padding: 11px 0;
}
.active-session ul li {
    display: inline-block;
    margin-right: 60px;
}
.active-session .date svg {
    margin-right: 10px;
}
.active-session .date {
    float: left;
    margin-right: 60px;
    padding: 11px 0;
}
.active-session .user-name span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #555;
}
.active-session.table td {
    padding: 15px 0;
    box-shadow: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
.active-session {
    padding-top: 5px !important;
}
.permission-modal .modal-content {
    text-align: left;
    padding: 25px;
}
.permission-modal .modal-content .modal-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.modal.permission-modal .modal-content {
    text-align: left;
    padding: 25px;
    background: #fff;
}
.permission-modal button.close {
    background: #e74c3c;
    color: #fff;
    padding: 13px 14px;
    border-radius: 100px;
    font-size: 30px;
    line-height: 19px;
    position: absolute;
    top: -40px;
    right: -40px;
}
.permission-modal ul li img {
    background: #3fc1fc;
    height: 30px;
    width: 30px;
    padding: 7px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0 4px;
}
.permission-modal ul {
    padding-left: 18px;
}
.permission-modal ul li {
    list-style: disc;
    line-height: 35px;
}
.permission-modal ul li ul {
    padding-left: 10px;
}
.permission-modal ul li a {
    font-weight: 600;
    color: #3fc1fc;
}
.permission-denied ul li img {
    width: 100%;
    border: none;
    padding: 0;
    height: 100%;
    margin: 10px 0;
    border-radius: 8px;
}
.toast {
    position: absolute;
    right: 150px;
    top: 150px;
    background: #3fc1fc !important;
}
.group-detail .chat-header {
    padding: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.group-detail .chat-header span.user-name {
    background: #e2f6ff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 100px;
    font-size: 25px;
    padding: 22px 0px;
    float: left;
    margin-right: 20px;
    font-weight: 700;
}
.chat-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0 0;
}
.group-detail .chat-header p {
    margin: 0;
    color: #3fc1fc;
    font-weight: 500;
}
.chat-description {
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    border-top: 1px solid #9fe0fe;
    border-bottom: 1px solid #9fe0fe;
}
.chat-description p {
    margin: 0 0 9px;
}
.chat-description h5 {
    font-weight: 600;
    font-size: 16px;
}
.chat-description p {
    margin: 0 0 9px;
}
.group-detail-modal .modal-content {
    background: #ffffff !important;
}
.group-detail-modal button.btn-close {
    background: #e74c3c;
    color: #fff;
    padding: 10px 11px;
    border-radius: 100px;
    font-size: 25px;
    line-height: 19px;
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
}
.group-detail-modal .modal-dialog {
    max-width: 458px;
}
.group-detail-modal .modal-body {
    padding: 0;
}
.group-detail-modal .group-detail .mamber {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
}
.group-detail-modal .group-detail .mamber ul {
    padding: 0;
    list-style: none;
}
.group-detail-modal .group-detail .mamber ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
.group-detail-modal .user-img {
    float: left;
    background: #e2f6ff;
    padding: 12px 0;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 700;
    height: 52px;
    width: 52px;
    text-align: center;
    font-size: 16px;
}
.group-detail-modal .group-detail .mamber ul li .user-name {
    float: left;
    min-width: auto;
    margin-top: 8px;
}
.group-detail-modal .user-name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.group-detail-modal .group-detail .mamber ul li span {
    font-weight: 400;
    margin-top: 0;
    margin-left: 0;
    display: block;
}
.group-detail-modal .group-detail .mamber h6 {
    font-weight: 700;
    margin-bottom: 15px;
}
.session-chat .chat-area div#myChat {
    padding: 0;
}
.date-time-chat-msg {
    text-align: center;
    margin: 40px 0;
}
.date-time-chat-msg span {
    background: #d5f3fe;
    padding: 10px 20px;
    border-radius: 50px;
}
/*-- loader css add here --*/
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
    opacity: 0;
}
#spinner {
    visibility: hidden;
    opacity: 0;
}
#spinner.show {
    visibility: visible;
    opacity: 1;
}
#spinner img {
    /*position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%);*/
    max-width: 100px;
}
#spinner .center p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}
/*--session detail modal css --*/
.session-detail-modal .modal-dialog {
    max-width: 900px;
}
/*.modal.session-detail-modal .modal-content {
    padding: 25px;
    background: #ffffff;
    text-align: left;
} */
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    height: 80vh;
    padding: 25px;
    background: #fff;
}
.session-detail-modal .btn-close {
    background: #3fc1fc;
    color: #fff;
    padding: 3px 3px;
    border-radius: 100px;
    font-size: 35px;
    line-height: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 9999;
}
.session-detail-modal-fullview button.btn-back {
    background: #3fc1fc;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999 !important;
}
.session-detail-modal-fullview button.btn-close {
    top: 10px;
    right: 10px;
}
.session-detail-modal-fullview .modal-dialog.modal-dialog-centered {
    max-width: max-content;
    height: 90vh;
    padding-left: 5%;
    padding-right: 5%;
}
.session-detail-modal-fullview
    .modal-dialog.modal-dialog-centered
    .modal-content {
    padding: 0;
}
.session-detail-modal-fullview video {
    max-width: 100%;
    height: 80vh;
    overflow: hidden;
}
.session-detail-modal-fullview img {
    max-width: 100%;
    height: 80vh;
    overflow: hidden;
}
.session-details-content {
    display: inline-block;
    width: 100%;
}
.session-details-content .gallery-category {
    width: 50%;
    float: left;
}
.session-details-content h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.session-details-content .gallery-category h5 {
    margin-bottom: 32px;
}
.session-details-content .participate {
    width: 50%;
    float: left;
}
.session-details-content .participate ul li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.session-details-content .participate ul li span {
    height: 45px;
    width: 45px;
    border-radius: 100px;
    margin: 0 0 5px;
    background: #e2f6ff;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 0;
}
.session-details-content .participate ul li p {
    font-size: 12px;
    font-weight: 600;
}
.session-detail-modal .card-box {
    padding: 0;
    margin: 0;
}
.session-attachment-detail .nav-tabs {
    margin-bottom: 30px;
}
.session-attachment-detail .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding-bottom: 10px;
}
.session-detail-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.session-detail-box .img-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.data-details {
    padding: 20px;
}
.session-detail-box .data-details {
    position: absolute;
    top: auto;
    bottom: -88px;
    right: 0;
    left: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0.01%,
        rgba(0, 0, 0, 0.338697) 41.15%,
        rgba(0, 0, 0, 0.783594) 100%
    );
    padding-top: 100px;
}
.session-detail-box .data-details h5 {
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0;
}
.session-detail-box .data-details p {
    color: #ffffff;
}
.data-details ul {
    padding: 0;
    list-style: none;
}
.session-detail-box .data-details li {
    padding: 4px 16px;
    font-size: 13px;
}

.data-details ul li {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #91dbfd;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    background: #e2f6ff;
    margin-bottom: 10px;
}
.data-details a {
    background: #3fc1fc;
    height: 28px;
    width: 28px;
    display: inline-block;
    border-radius: 100px;
    padding: 2px 4px;
    margin-right: 5px;
}
.session-detail-box:hover .data-details {
    transition: all 0.5s ease-out;
    bottom: 0;
}
.session-detail-box .view-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
}
.session-detail-box .view-icon a {
    background: #e2f6ff;
    padding: 7px 7px;
    border-radius: 21px;
}
.session-detail-box .view-icon a svg {
    vertical-align: sub;
}
.session-details-content .gallery-category ul li {
    width: auto;
    margin: 0 30px 0 0;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 3px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background-color: #e2f6ff;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #3fc1fc;
}
.modal.call-notes .modal-content {
    background: #fff;
    padding: 25px;
    text-align: left;
}
.modal.call-notes .modal-content .modal-header {
    border: none;
    padding: 0;
}
.modal.call-notes .modal-content textarea {
    height: 100px;
    resize: none;
}
.modal.call-notes .modal-body {
    padding: 0;
}
.modal.call-notes .close {
    background: #3fc1fc;
    color: #fff;
    padding: 3px 3px;
    border-radius: 100px;
    font-size: 35px;
    line-height: 19px;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 1;
    height: 41px;
    width: 41px;
}
.modal.call-notes .modal-content .modal-header h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}
.no-data-found {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.no-data-found h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.no-data-found p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.card-box.join-alert-card p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 28px;
}
.card-box.join-alert-card p a {
    font-size: 14px;
}
.card-box.join-alert-card .buttons {
    margin-bottom: 15px;
}

/*--- session css start here --*/
.btn-info {
    background: transparent !important;
    border: none !important;
    font-weight: 600 !important;
    color: #555555 !important;
    font-size: 13px;
    opacity: 1 !important;
}
a.btn.btn-info.crntbtn {
    background: #0a46ac !important;
    color: #ffffff !important;
    border-radius: 40px;
}
.swal-modal {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(80px);
}
.swal-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.swal-text {
    font-weight: 500;
}
.swal-footer {
    text-align: center;
    margin-bottom: 30px;
}
.swal-button {
    height: 45px;
    padding: 12px 50px;
    background: #3fc1fc;
    color: #fff;
    margin: 0 6px;
    font-size: 16px;
    font-weight: 500;
}
.swal-button:hover {
    background: #0b5ed7 !important;
}
button.swal-button.swal-button--cancel {
    background: #e74c3c;
}
.toast.align-items-center.toast-incall {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(80px);
    padding: 0;
    position: static;
    width: 20%;
}
p.addnotehere {
    text-align: left;
    background: #e2f6ff;
    padding: 15px 20px;
    border-radius: 3px;
}
.call-toast-message {
    position: absolute;
    top: 30px;
    left: 250px;
    width: auto;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    right: 86px;
}
.toast.align-items-center.toast-incall .toast-body {
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.left-bar {
    float: left;
    width: auto;
    height: 100vh;
    text-align: left;
    padding: 0 20px;
    overflow: auto;
}
.user-details-session .video-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 135px;
    width: 210px;
}
.user-details-session h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 7px 0 20px;
    color: #ffffff;
}
.user-details-session .video-box .player {
    height: 135px;
    width: 210px;
    position: absolute;
    z-index: 8;
}
.user-details-session .video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.session-organizer {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
.user-details-session .video-box .user-video-action {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
}
.user-details-session .video-box .user-video-action ul li {
    display: inline-block;
    margin: 0 6px;
}
.user-details-session .video-box .user-video-action ul li a {
    background: rgb(0 0 0 / 30%);
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 0;
}
.user-details-session .video-box .user-video-action ul li a svg {
    width: 21px;
}
.left-bar a.logo {
    display: inline-flex;
    margin: 30px 0;
}
.left-bar a.logo svg,
.left-bar a.logo .logo-image {
    height: 50px;
    width: 50px;
}
.left-bar ul li {
    display: block;
    margin-bottom: 30px;
}
.left-bar ul li img {
    height: 55px;
    width: 55px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 10px;
}
.left-bar ul li h5 {
    font-size: 12px;
    font-weight: 600;
}
.left-bar .invtbtn h5 {
    font-size: 12px;
    font-weight: 600;
}
.label {
    background: #e74c3c;
    display: inline-block;
    color: #fff;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
}
/* .left-bar ul li a {
    background: #3FC1FC;
    padding: 15px 14px;
    display: inline-block;
    border-radius: 18px;
    margin-bottom: 10px;
    height: 62px;
    width: 62px;
} */
a.btn.btn-primary.invite-btn {
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
    height: auto;
}
.session-screen {
    position: fixed;
    left: 250px;
    right: 86px;
    top: 0;
    bottom: 0;
    text-align: center;
}
.end-call-btn.exit {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
section.session-start {
    background: #000;
}
.session-screen .video img {
    height: 100vh;
}
.right-bar {
    float: right;
}
.right-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
}
.right-bar .tab-content {
    position: absolute;
    right: 87px;
    width: 365px;
    height: 100vh;
}
.right-bar .nav-link {
    height: 50px;
    width: 50px;
    padding: 12px 10px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 13px;
}
.right-bar .nav-pills .nav-link.active,
.right-bar .nav-pills .show > .nav-link {
    background-color: #3fc1fc;
}
.right-bar .nav-pills .nav-link.active svg path,
.right-bar .nav-pills .show > .nav-link svg path {
    fill: #ffffff;
}
.right-bar .nav-pills {
    margin: 0 18px;
    height: 100vh;
    display: table-cell;
    vertical-align: bottom;
    width: 86px;
}
.right-bar {
    position: relative;
    height: 100vh;
}
.side-icons {
    position: relative;
    height: 100vh;
    width: 86px;
    background: #ffffff;
    float: right;
    overflow: auto;
    overflow-x: hidden;
}
.side-icons::-webkit-scrollbar {
    width: 2px;
}
.side-icons::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(63, 193, 252, 0.5);
}
.side-icons::-webkit-scrollbar-thumb {
    background-color: #3fc1fc;
}
.left-bar::-webkit-scrollbar {
    width: 2px;
}
.left-bar:-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(63, 193, 252, 0.5);
}
.left-bar:-webkit-scrollbar-thumb {
    background-color: #3fc1fc;
}
.right-bar .tab-content > .tab-pane {
    height: 100vh;
    background: #fff;
}
.right-bar .tab-content > .tab-pane .heading {
    background: #3fc1fc;
    padding: 16px 0;
    text-align: center;
}
.right-bar .tab-content > .tab-pane .heading h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.annotations {
    padding: 30px 10px;
    display: inline-block;
    width: 100%;
}
.annotations ul li a {
    background: #d5f3fe;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 100px;
}
.annotations ul li {
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 30px;
}
.annotations ul li a.active,
.annotations ul li a:hover {
    background: #3fc1fc;
}
.annotations ul li a.active svg path,
.annotations ul li a:hover svg path {
    fill: #ffffff;
}
.session-screen .video {
    position: relative;
}
.session-id {
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: left;
}
.session-id p {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px;
}
.session-id h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.bottom-bar {
    position: fixed;
    bottom: 30px;
    left: 163px;
    right: 86px;
}
.remove-icons ul li {
    display: inline-block;
    margin-right: 30px;
}
.remove-icons ul li a {
    border-radius: 10px;
    height: 50px;
    width: 50px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(80px);
    padding: 13px;
}
.select-color {
    padding: 30px;
}
.select-color ul li {
    display: inline-block;
}
.select-color ul li a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ffffff;
}
.select-color ul li:first-child a {
    border-color: #cccccc;
}
.select-color ul li {
    display: inline-block;
    margin-right: 20px;
}
.select-color ul li:nth-child(5n) {
    margin-right: 0px;
}
.select-color ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.select-color ul li a.active {
    border-color: #3fc1fc;
    border-width: 2px;
}
.select-color h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px;
}
.recording h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 13px;
    margin: 0 !important;
    display: inline-block;
    float: left;
}
.recording .count-min {
    float: right;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.recording span {
    height: 10px;
    width: 10px;
    margin: 17px 0px 13px 13px;
    float: left;
    background: #fff;
    border-radius: 10px;
}
.recording {
    position: absolute;
    left: 30px;
    top: 120px;
    background: #e74c3c;
    border-radius: 8px;
    width: 160px;
}
a.btn-recording {
    margin: 8px 0px 8px 6px;
}
.modal.show .modal-dialog .modal-header {
    border: none;
}
.modal .modal-content {
    border: none !important;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(80px);
    text-align: center;
}
.modal-footer {
    border-top: none;
    text-align: center;
}
.end-call h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}
.end-call p {
    font-size: 16px;
    font-weight: 500;
}
.modal-footer {
    border-top: none;
    justify-content: center;
}
.end-call .modal-footer {
    padding-bottom: 55px;
}
.modal-footer button.btn.btn-primary {
    margin: 0 12px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.screen-sharing-btns {
    background: #fff;
    border-radius: 10px;
    padding: 12px 0px 12px 13px;
    margin: 0 auto;
    display: inline-block;
}
.screen-sharing-btns p {
    float: left;
    margin: 10px 10px 10px 0px;
    font-size: 16px;
    font-weight: 600;
}
.btn.btn-primary.btn-red {
    background: #e74c3c;
}
.screen-sharing-btns a.btn.btn-primary {
    margin: 0 10px;
}
.right-bar .session-freeze.show {
    display: none;
}
.right-bar .session-screen-sharing.show {
    display: none;
}
.screeshot-capture {
    padding: 30px;
}
.screeshot-capture .img-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 21px;
    height: 370px;
    object-fit: cover;
}
form .form-control {
    background-color: #e2f6ff;
    border: 1px solid #91dbfd;
    height: 45px;
    margin: 0 0 20px;
}
#recentcall .search-box {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
#recentcall .search-box form .form-control {
    width: 320px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0 !important;
    padding-right: 35px;
}
#recentcall table.dataTable {
    padding: 0;
}
.screenshot-data button.btn.btn-primary {
    float: right;
}
.screenshot-data button.btn.btn-primary.btn.btn-primary.btn-red {
    float: left;
}
.screeshot-capture form textarea.form-control {
    resize: none;
    height: 100px;
}
.session-chat .chat-area {
    height: 100vh;
    width: auto;
    overflow: hidden;
}
.session-chat .asset-box .img-video-box img {
    height: 110px;
    width: 180px;
    border-radius: 10px;
    object-fit: cover;
}
.chat-msg-content {
    max-width: 85%;
}
.tooltip-inner {
    background-color: #3fc1fc;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 5px;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #3fc1fc !important;
}
.tooltip.show {
    opacity: 1;
}
.session-chat .chat-area-footer .footer-area input {
    border-radius: 10px;
    height: 53px !important;
}
.session-invite-modal .modal-dialog.modal-dialog-centered {
    max-width: 305px;
    margin-left: 149px;
}
.session-invite-modal .modal-dialog.modal-dialog-centered .modal-body {
    padding: 25px;
}
.session-invite-modal .modal-dialog.modal-dialog-centered .modal-body h3 {
    font-size: 20px;
    margin: 0 0 5px;
}
.session-invite-modal .modal-dialog.modal-dialog-centered .modal-body p {
    font-size: 12px;
    line-height: 26px;
}
.session-invite-modal .modal-dialog.modal-dialog-centered .modal-body h4 {
    font-size: 30px;
    margin: 20px 0 25px;
}
.session-invite-modal
    .modal-dialog.modal-dialog-centered
    .modal-body
    .invite-box
    .or {
    width: 245px;
    font-size: 18px;
    margin-bottom: 25px;
}
.session-invite-modal
    .modal-dialog.modal-dialog-centered
    .modal-body
    .invite-box
    .or::after,
.session-invite-modal
    .modal-dialog.modal-dialog-centered
    .modal-body
    .invite-box
    .or::before {
    width: 90px;
}
.session-invite-modal .modal-dialog.modal-dialog-centered .modal-body a {
    font-size: 10px;
    margin-bottom: 20px;
}
.session-invite-modal
    .modal-dialog.modal-dialog-centered
    .modal-body
    .btns
    a.btn.btn-primary {
    margin: 0 !important;
    display: inline-block;
    font-size: 15px;
    width: 119px;
    text-align: center;
    padding: 11px 0;
}
.session-invite-modal
    .modal-dialog.modal-dialog-centered
    .modal-body
    .btns
    a.btn.btn-primary.btn-red {
    float: left;
}
.session-invite-modal
    .modal-dialog.modal-dialog-centered
    .modal-body
    .btns
    a.btn.btn-primary {
    float: right;
}
.session-invite-modal .modal-dialog.modal-dialog-centered .modal-content {
    border-radius: 10px;
}
.annotations ul li a svg {
    height: 30px;
    width: 30px;
}
.annotations ul li a.on svg {
    height: 20px;
    width: 30px;
    padding-top: 8px;
}
.annotations ul li a.active.plug-in rect {
    fill: #ffffff;
}
.annotations ul li a.active.plug-in circle {
    fill: #3fc1fc;
}
.annotations ul li a.active.plug-out circle {
    fill: #3fc1fc;
}
.annotations ul li a.active.plug-out rect {
    fill: #fff;
}
.right-bar .tab-content > .tab-pane.session-snapshot,
.right-bar .tab-content > .tab-pane.session-recording {
    background: transparent;
}
.screenshot-js {
    background: #fff;
    height: 100%;
}
/*--- session css end here --*/
/*-- session video set css start here --*/
.video-view {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
}
.video-placeholder {
    margin: 0 auto;
}
.video-placeholder video {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.remove-icons {
    position: fixed;
    left: 282px;
    bottom: 30px;
}
.video-placeholder canvas {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.invite-user button {
    width: 100%;
}
/*-- session video set css end here --*/
/*.share-file-inmail  .form-group {
    display: inline-block;
    width: 100%;
}
.share-file-inmail .form-control {
    width: 70%;
    float: left;
}
.share-file-inmail button {
    width: 30%;
    float: right;
}*/
/*-- ipad pro css start here --*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
}

/*-- laptop css start here --*/
@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .screenshot-data a.btn.btn-primary {
        height: 40px;
        width: 110px;
        padding: 9px 0;
        font-size: 15px;
    }
    .screenshot-data a.btn.btn-primary.btn-red {
        float: right;
    }
    .right-bar .nav-link {
        margin-bottom: 25px;
        height: 49px;
        width: 49px;
    }
    .session-id p {
        font-size: 14px;
    }
    .session-id h4 {
        font-size: 20px;
    }
    .recording .count-min {
        padding: 8px;
        font-size: 15px;
    }
    .recording h4 {
        font-size: 14px;
        padding: 11px;
    }
    .screen-sharing-btns p {
        font-size: 14px;
    }
    .remove-icons ul li {
        display: inline-block;
        margin-right: 15px;
    }
    .data-details ul li {
        padding: 7px 7px;
        font-size: 12px;
    }
    .left-bar {
        float: left;
        width: auto;
        height: 100vh;
        text-align: left;
        padding: 0 20px;
        overflow: auto;
    }
    .gallery-list .col-lg-3 {
        width: 25%;
    }
    .gallery-box .img-box img {
        height: 150px;
    }
    .toast {
        position: fixed;
        right: 50px;
        top: 100px;
    }
    .toast.align-items-center.toast-incall .toast-body {
        font-size: 14px;
        padding: 12px 20px;
    }
    .screeshot-capture .img-box img {
        height: 210px;
    }
    .left-bar ul li {
        margin-bottom: 20px;
    }
    .left-bar a.logo svg,
    .left-bar a.logo .logo-image {
        height: 40px;
        width: 40px;
    }
    .left-bar ul li img {
        height: 45px;
        width: 45px;
        border-radius: 15px;
    }
    .left-bar ul li {
        margin-bottom: 23px;
    }
    .left-bar ul li a svg {
        height: 28px;
        width: 28px;
    }
    .left-bar ul li a {
        height: 45px;
        width: 45px;
        padding: 9px 5px;
        border-radius: 15px;
    }
    .session-id p {
        font-size: 16px;
    }
    .session-id h4 {
        font-size: 22px;
    }
    .remove-icons ul li a {
        height: 40px;
        width: 40px;
        padding: 9px;
    }
    .remove-icons ul li a svg {
        width: 20px;
        height: 20px;
    }
    .remove-icons ul li {
        margin-right: 20px;
    }
    .right-bar .nav-link {
        margin-bottom: 20px;
    }
    .right-bar .tab-content {
        width: 300px;
    }
    .session-chat .chat-msg-content {
        max-width: 90%;
    }
    .chat-area-footer input {
        height: 45px;
        font-size: 12px;
        border-width: 1px;
    }
    .chat-area-footer .footer-area .send-btns button.msger-send-btn {
        height: 35px;
        width: 35px;
    }
    .chat-area-footer .footer-area .send-btns button.msger-send-btn svg {
        height: 20px;
        width: 20px;
    }
    .chat-modal video {
        max-width: 100%;
        max-height: 90vh;
    }
    .annotations ul li {
        margin: 0 12px;
        margin-bottom: 25px;
    }
    .annotations ul li a svg {
        height: 24px;
        width: 24px;
    }
    .annotations ul li a {
        height: 40px;
        width: 40px;
        padding: 8px;
    }
    .select-color ul li a {
        height: 35px;
        width: 35px;
    }
    .select-color ul li:nth-child(5n) {
        margin-right: 20px;
    }
    .select-color ul li:nth-child(4n) {
        margin-right: 0px;
    }
    .screeshot-capture .img-box img {
        height: 195px;
    }
    .screenshot-data form .form-control {
        height: 40px;
        font-size: 14px;
    }
    .select2-container--default .select2-selection--multiple {
        min-height: 40px;
        font-size: 14px;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    }
    .screeshot-capture form textarea.form-control {
        height: 80px;
    }
    .screenshot-data button.btn.btn-primary {
        height: 40px;
        width: 110px;
        padding: 9px 0;
        font-size: 15px;
    }
    .recording {
        width: 140px;
    }
    .recording h4 {
        font-size: 16px;
        padding: 10px 12px;
    }
    .recording span {
        margin: 14px 0px 13px 13px;
    }
    .recording .count-min {
        font-size: 16px;
        height: 40px;
    }
    .right-bar .tab-content > .tab-pane .heading h2 {
        font-size: 18px;
    }
    .call-toast-message {
        left: 200px;
        right: 86px;
    }
    .session-detail-history div.dataTables_wrapper div.dataTables_filter input {
        height: 40px;
        width: 250px;
    }
    .session-detail-history table.dataTable {
        padding-top: 75px;
    }
    .btn.btn-primary {
        height: 40px;
        padding: 9px 40px;
        font-size: 14px;
    }
    form .form-control {
        height: 40px;
    }
    #recentcall .search-box form .form-control {
        width: 250px;
        font-size: 14px;
    }
    #recentcall .search-box form a.serchclose {
        position: absolute;
        right: 152px;
        top: 8px;
    }
    #recentcall .search-box form a.serchclose svg {
        height: 20px;
    }
    .sessions-start-btn a.btn.btn-primary {
        line-height: 14px;
    }
    .chat-message-bubble {
        padding: 10px 20px;
    }
    .session-detail-box .img-box img {
        height: 250px;
    }
    .no-data-found {
        padding-top: 10px;
    }
    .no-data-found img {
        height: 150px;
    }
    .chat-message-bubble {
        padding: 10px 20px;
    }
    .sidebar {
        width: 240px;
    }
    .home-section {
        left: 243px;
        width: calc(100% - 243px);
    }
    .sidebar .logo-details .logo_name svg {
        width: 118px;
    }
    span.bx.bxl-c-plus-plus svg {
        width: 33px;
    }
    .sidebar .profile-details {
        width: 240px;
    }
    .permission-denied ul li img {
        border: none;
        padding: 0;
        margin: 10px 0;
        border-radius: 8px;
        height: auto;
        width: 200px;
        display: inherit;
    }
    .modal.permission-modal .modal-content {
        padding: 15px;
    }
    .permission-modal button.permission-close.close {
        top: -30px;
        right: -30px;
    }
    .data-details a {
        padding: 3px 5px;
    }
    .session-screen {
        left: 200px;
    }
    .remove-icons {
        left: 220px;
    }
    .user-details-session .video-box {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        height: 102px;
        width: 160px;
    }
}

/*-- join session responsive css --*/
@media screen and (max-width: 767px) {
    .login-box.invite-box .card-box {
        width: 100%;
        padding: 15px;
    }
}
