/* ==========================================================================
  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 .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 .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;
}
.search-box form {
    width: auto;
    float: left;
    position: relative;
    align-items: center;
}
.search-box form a.serchclose {
    position: absolute;
    right: 50px;
    top: 10px;
}
form.custom-search-home a.serchclose {
    position: absolute;
    right: 50px;
    display: block;
    top: 10px;
    z-index: 8;
}
form.custom-search-home a.serchclose svg {
    height: 20px;
    width: 20px;
}
.search-box form a.serchclose svg {
    width: 20px;
    height: 20px;
}
/* .search-box form a.serchclose path {
    fill: #3fc1fc;
} */

a.custom-search-btn svg {
    height: 20px;
    width: 20px;
}

@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;
} */

/* .user-list ul li {
    display: inline-block;
    background: #e2f6ff;
    border: 1px solid #90dbfd;
    border-radius: 100%;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
    color: #555555;
    height: 40px;
    width: 40px;
    margin-left: -12px;
    line-height: 18px;
    text-align: center;
    position: relative;
}
table.schedule-tabel .user-name {
    min-width: auto;
}
table.schedule-tabel .user-name p span {
    display: inline-block;
    font-weight: 600;
}
table.schedule-tabel p {
    font-weight: 400;
    margin-top: 5px;
    width: 100%;
}
table.schedule-tabel th {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    border-bottom: 1px solid #dee2e6;
}
table.schedule-tabel tbody {
    border: none;
}
.table > :not(:first-child) {
    border: none;
} */
/* .action-btn ul li {
    display: inline-block;
    margin-right: 20px;
} */

/* .schedule-tabing {
    display: flex;
    justify-content: end;
}
.schedule-tabing {
    display: flex;
    border: 1px solid rgba(63, 193, 252, 0.5);
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}
.schedule-tab {
    height: 38px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    color: #555555;
    font-size: 13px;
    background: #fff;
} */
/* .schedule-filter {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.schedule-filter input.form-control {
    background: #e2f6ff;
    border-color: #91dbfd;
    height: 45px;
    width: 300px;
    margin: 0;
    float: left;
    margin-right: 15px;
} */
/* .schedule-filter {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
}
.schedule-tab.active {
    background: #3fc1fc;
    color: #fff;
} */
.session-detail-history .no-data-found img {
    margin-bottom: 40px;
}
.session-detail-history .no-data-found h5 {
    font-size: 18px;
    line-height: 22px;
    color: #555555;
    opacity: 0.5;
}
.schedule-view-modal .participate {
    text-align: left;
}
.schedule-view-modal .participate 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;
    position: relative;
}
.schedule-view-modal .participate li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.schedule-view-modal .participate li span strong {
    background: #3fc1fc;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: -3px;
    right: -3px;
    font-size: 12px;
    text-transform: uppercase;
    height: 16px;
    width: 15px;
    border-radius: 15px;
}
.schedule-view-modal .participate li p {
    font-size: 12px;
    font-weight: 600;
}
.gallery-category ul li.desc {
    width: 100%;
}
/* .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;
} */
.dtp_main {
    background: #e2f6ff;
    border: 1px solid #91dbfd;
    height: 45px;
    margin-bottom: 40px;
    padding: 10px 15px;
    font-size: 14px;
    color: #555555;
}
/* .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;
    position: relative;
} */
.Edit-details textarea {
    height: 100px !important;
    resize: none;
}
.descriptions p {
    word-break: break-all;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 10px;
    right: 15px;
}

/* #contact .action-btn {
    float: right;
} */
.home-coman-table .table.table-bordered td .user-name {
    color: #555555;
}
.login-box .card-box button.btn.btn-primary {
    margin: 0;
}
.login-box .select2-container--open .select2-dropdown--above {
    width: 300px !important;
}
.login-box
    .form-group
    span.select2.select2-container.select2-container--default {
    position: absolute;
    right: auto;
    left: 0;
    width: auto !important;
}
.login-box .form-group {
    width: 100%;
    position: relative;
}
.form-group.passoword-eye-icon {
    position: relative;
}
.login-box .form-group input#mobile_no {
    padding-left: 100px;
}
.login-box .select2-container--default .select2-selection--single {
    border-width: 1px;
    background: transparent;
    height: 45px;
    border: none;
    border-right: 1px solid #91dbfd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.login-box
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-left: 15px;
}
.login-box
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}
.login-box .form-group input#mobile_no {
    padding-left: 130px;
}
/* .home-coman-table .user-name {
    margin-right: 50px;
    float: left;
    font-weight: 600;
    padding: 0;
    min-width: 220px;
    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%;
    width: 100%;
    display: flex;
} */
/* .session-detail-history {
    position: relative;
} */
.session-detail-history div.dataTables_wrapper div.dataTables_filter {
    /* position: absolute;
    top: 72px;
    left: auto; */
    /* font-size: 0px; */
    /* right: auto;
    left: 0; */
    /* padding: 10px 0; */
}
/*-- schedule loader --*/
.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation 0.6s infinite linear;
    -moz-animation: rotation 0.6s infinite linear;
    -o-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, 0.15);
    border-right: 6px solid rgba(0, 174, 239, 0.15);
    border-bottom: 6px solid rgba(0, 174, 239, 0.15);
    border-top: 6px solid rgba(0, 174, 239, 0.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

/*--- schedule loader css end ahre --*/
/* .session-detail-history div.dataTables_wrapper div.dataTables_filter input {
    background: #e2f6ff;
    border-color: #91dbfd;
    height: 45px;
    width: 300px;
    margin: 0;
} */
/* .session-detail-history div.dataTables_wrapper div.dataTables_filter input {
    background: #e2f6ff;
    border: 1px solid #91dbfd;
    height: 45px;
    width: 300px;
    margin: 0;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
} */

/* .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;
}

.height-100 {
    height: 100vh;
}
.large-logo svg {
    height: 45px;
    width: auto;
}
.login-box .card-box {
    width: 537px;
    padding: 30px 30px;
}
.large-logo {
    text-align: center;
    margin-bottom: 30px;
}
.form-group.form-check input {
    border-color: #555555;
}
.form-group.form-check {
    margin-bottom: 20px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.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;
}

.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;
}
.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 {
/* .btn.btn-primary.btn-blue {
    background: #0a46ac;
    color: #ffffff;
}
.btn.btn-primary.btn-blue:hover {
    background: #3fc1fc;
    color: #ffffff;
} */

.home-content .btn-secondary {
    background: transparent;
    border: none;
    padding: 0;
    color: #555555;
    font-weight: 600;
}
.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-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;
} */
/* .session-detail-history table.dataTable .btns a.btn-icon {
    height: 30px;
    width: 30px;
    padding: 4px 7px;
    display: inline-block;
} */
a {
    cursor: pointer;
}
/* .session-detail-history table.dataTable .btns a.btn-icon svg {
    width: 24px;
    height: auto;
} */
.login-box .card-box.reset-box {
    padding: 50px 50px 60px 50px;
}
.gallery-list .search-box a.btn.btn-primary.btn-red {
    margin-left: 10px;
}

.gallery-list .search-box input {
    float: left;
    width: 30%;
    margin-right: 15px;
    height: 46px;
    margin-bottom: 0 !important;
}

/* .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;
    height: 20px;
    width: auto;
}
.active-session .date {
    float: none;
    margin-right: 0;
    padding: 11px 0;
    padding-right: 15px;
    display: flex;
}
.active-session .user-name span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #555555;
}
.active-session.table td .user-name {
    min-width: auto;
}
.active-session.table td {
    padding: 15px 0;
    box-shadow: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    vertical-align: middle;
    padding-right: 15px;
}
.active-session th {
    padding: 15px 0;
    border: none;
    font-size: 15px;
    color: #555555;
    font-weight: 600;
} */
/* .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: #6d71f9;
    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: #6d71f9;
}
.permission-denied ul li img {
    width: 100%;
    border: none;
    padding: 0;
    height: 100%;
    margin: 10px 0;
    border-radius: 8px;
}

.header {
    display: inline-block;
    width: 100%;
    margin: 40px 0 0px;
}
.header .dropdown button {
    background: transparent;
    border: none;
    color: #555555;
    font-weight: 600;
}
header .dropdown {
    float: right;
}
.join-user-details {
    padding-left: 30px;
    margin: 10% 0;
}
.join-user-video {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .dropdown button label {
    margin: 10px 0;
    vertical-align: bottom;
}
.user-video-box .user-video-action {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
}
.user-video-box {
    position: relative;
}
video.join-vid {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-radius: 15px;
}
.header .dropdown {
    float: right;
    height: auto;
}
.user-video-box .user-video-action ul li {
    display: inline-block;
    margin: 0 6px;
}
.user-video-box .user-video-action ul li a {
    height: 55px;
    width: 55px;
    padding: 9px 0;
    background: rgb(0 0 0 / 30%);
    display: inline-block;
    border-radius: 30px;
    position: relative;
}
.user-video-box .user-video-action ul li a svg {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 8px;
}
.join-user-video .user-video-box img {
    max-width: 100%;
}
.join-user-details h4 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    line-height: 22px;
}
.join-user-details h4 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    line-height: 22px;
}
.join-user-details h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 25px;
}
.join-user-details p {
    font-size: 18px;
    margin-bottom: 10px;
}
.header .logo {
    float: left;
}

/*-- 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: 47%;
    float: left;
    text-align: left;
    margin-left: 3%;
}
.session-details-content .participate li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.session-details-content .participate ul.participates {
    max-height: 162px;
    overflow-y: scroll;
    padding-top: 5px;
}
.session-details-content .gallery-category ul li {
    width: auto;
    margin: 0 30px 20px 0px;
}
.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;
    text-align: center;
    position: relative;
}
.session-details-content .participate ul li span strong {
    background: #3fc1fc;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: -4px;
    right: 2px;
    font-size: 12px;
    text-transform: uppercase;
    height: 16px;
    width: 15px;
    border-radius: 15px;
    font-weight: 500;
}
.session-details-content .gallery-category ul li:last-child {
    width: 100%;
}
.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;
    margin-bottom: 30px;
}
.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 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;
}
.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;
}

.invite-user .modal-dialog.modal-dialog-centered .modal-body .error {
    color: #e74c3c;
    margin-bottom: 5px;
}
.invite-user
    .modal-dialog.modal-dialog-centered
    .modal-body
    .form-control.error {
    margin-bottom: 10px;
}
.datepicker
    > .datepicker_inner_container
    > .datepicker_timelist::-webkit-scrollbar {
    width: 2px;
}
.datepicker
    > .datepicker_inner_container
    > .datepicker_timelist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(63, 193, 252, 0.5);
}
.datepicker
    > .datepicker_inner_container
    > .datepicker_timelist::-webkit-scrollbar-thumb {
    background-color: #3fc1fc;
}
.schedule-view-modal.modal .modal-content {
    background: #ffffff;
}
.schedule-view-modal .modal-body {
    padding: 25px;
}
.schedule-cancel-modal.modal .modal-content {
    background: #ffffff;
}

.schedule-cancel-modal.modal .modal-body h5 {
    padding: 0 0 20px;
    font-size: 20px;
}
.schedule-cancel-modal.modal .modal-body .delete-schedule-btn button {
    margin: 0 10px;
}
.waiting-presenter p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    bottom: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.schedule-loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule-loader-box {
    background: #ffff;
    padding: 30px 100px;
    border-radius: 5px;
    text-align: center;
}
.schedule-loader-box strong {
    display: block;
}
.schedule-loader-box strong {
    display: block;
    font-weight: 400;
    margin-top: 15px;
}
.schedule-loader-box .spinner-border.ms-auto {
    border-color: #6d71f9;
    border-right-color: transparent;
}
.session-screenshare-modal h4 {
    margin-bottom: 20px;
}
/*-- join user css start here --*/

/*--- session css start here --*/
.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: #ffffff;
    padding: 0;
    position: static;
    width: 35%;
}
p.addnotehere {
    text-align: left;
    background: #e2f6ff;
    padding: 15px 20px;
    border-radius: 3px;
    height: 36vh;
    overflow-x: auto;
}
.call-toast-message {
    position: absolute;
    top: 30px;
    left: 115px;
    width: auto;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    right: 87px;
}
.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;
}
.session-organizer {
    position: absolute;
    top: 10px;
    right: 10px;
}
.user-details-session .video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-details-session .player {
    width: 210px;
    height: 135px;
}
.user-details-session .video-box .user-video-action {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.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;
}
.user-details-session h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 7px 0 20px;
    color: #ffffff;
}
a.btn.btn-primary.invite-btn {
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
    height: auto;
}
.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;
} */
.session-screen {
    position: fixed;
    left: 250px;
    right: 86px;
    top: 0;
    bottom: 0;
    text-align: center;
}
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;
    overflow-y: auto;
}
.right-bar .tab-content:-webkit-scrollbar {
    width: 2px;
}
.right-bar .tab-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(63, 193, 252, 0.5);
}
.right-bar .tab-content:-webkit-scrollbar-thumb {
    background-color: #3fc1fc;
}
.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;
}
a.end-call-btn {
    display: inline-table;
    margin: 0 15px;
    margin-bottom: 30px;
}
.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;
}
.right-bar .tab-content > .tab-pane {
    height: 100vh;
    background: #fff;
}
.end-call-btn.exit {
    text-align: center;
}

.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;
    display: inline-block;
    height: 100vh;
    width: 100%;
}
.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;
} */
.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;
}
/* .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;
} */
.search-box {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.search-box .form-group {
    position: relative;
    float: left;
}
/* .search-box form .form-control {
    width: 320px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0 !important;
    padding-right: 50px;
} */
/* #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: 100%;
}
.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%;
}
.end-call .btn.btn-primary {
    padding: 12px 28px;
    margin: 0 7px !important;
}
.session-leave-modal .modal-content {
    background: #ffffff;
}
.session-leave-modal .modal-content .modal-body {
    padding: 40px;
}
.session-leave-modal .modal-content .modal-body h5 {
    margin-bottom: 20px;
}
/*--- 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-mail-modal.invite-user button {
    width: 100%;
}
.dis-svg {
    display: none;
}
.disable-click {
    pointer-events: none;
}
.disable-not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
.disabled-link {
    pointer-events: none !important;
    opacity: 0.5 !important;
    cursor: not-allowed;
}

li.disable_click {
    cursor: not-allowed;
}

li.disable_click a {
    pointer-events: none;
    opacity: 0.7;
}
.disable_button {
    cursor: not-allowed;
    opacity: 0.7;
}

.join-user-video video {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#screen-player video {
    border-radius: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #ffffff;
}

#screen-player {
    margin: 0 auto;
    margin-top: 95px;
}
.ex_unread_count {
    background: #0a46ac;
    border-radius: 4px;
    color: #ffff;
    padding: 1px 7px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 5px;
}
.general-link {
    text-align: center;
}
.general-link a {
    font-size: 14px;
    border-bottom: 1px solid #3fc1fc;
    color: #555555;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
}
.login-box h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.general-link a:hover {
    color: #3fc1fc;
}
.login-box .card-box {
    width: 450px;
    padding: 30px 30px;
}

/*-- 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;
}*/

/* Incoming call modal Start here  */

.wrap {
    padding: 10px 0 30px;
}
.caller {
    height: 75px;
    width: 75px;
    border-radius: 100px;
    border: #6d71f9;
    margin: 0 auto;
    animation: calling 1.1s ease-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6d71f9;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}
.incoming-call-model p {
    font-size: 13px;
    margin: 0 0 10px;
}
.calling-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
@keyframes calling {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(109, 113, 249, 0.6);
    }
    25% {
        box-shadow: 0px 0px 0px 10px rgba(109, 113, 249, 0.8);
    }
    50% {
        box-shadow: 0px 0px 0px 20px rgba(109, 113, 249, 0.4);
    }
    100% {
        box-shadow: 0px 0px 0px 30px rgba(109, 113, 249, 0.2);
    }
}
.incoming-call-model {
    background: #f1f1ff;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 9999;
    border: 1px solid #d0d1fd;
    border-radius: 15px;
    text-align: center;
    padding: 30px 30px 25px 30px;
    box-shadow: 0px 9px 16px rgba(109, 113, 249, 0.18),
        0px 2px 2px rgba(109, 113, 249, 0.32);
    width: 200px;
}
.incoming-call-model h5 {
    font-weight: 900;
    color: #7c7c8d;
    font-size: 15px;
    margin: 0 0 5px;
}
/* Incoming call modal End here  */
/* outgoing call modal Start here  */
/* .outgoing-call {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
} */
.outgoing-call {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
}
/* .outgoing-call .outgoing-call-model {
    position: absolute;
    background: #DBF4FF;
    top: 0;
    width: 852px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 100px 50px 50px 50px;
    margin-top: 10%;
    height: 515px;
    border: 1px solid #B0E6FE;
    box-shadow: 0px 9px 16px rgb(63 193 252 / 18%), 0px 2px 2px rgb(63 193 252 / 32%);
    border-radius: 15px;
} */
.outgoing-call .outgoing-call-model {
    background: #f1f1ff;
    width: 852px;
    text-align: center;
    padding: 100px 50px 50px 50px;
    border: 1px solid #d0d1fd;
    box-shadow: 0px 9px 16px rgb(241 241 255 / 18%),
        0px 2px 2px rgb(241 241 255 / 32%);
    border-radius: 15px;
}
/* .bg-blur {
    background: #fff;
    height: 100vh;
    width: 100%;
    filter: blur(10px);
    opacity: 0.7;
} */
.outgoing-call-model .caller {
    height: 120px;
    width: 120px;
    font-size: 40px;
}
.outgoing-call-model h5 {
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 10px;
}
.outgoing-call-model p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 50px;
}
.outgoing-call-model svg {
    height: 50px;
    width: 50px;
}
.outgoing-call-model .wrap {
    padding-bottom: 40px;
}
/* outgoing call modal End here  */

.Edit-details h5 {
    font-size: 20px;
    font-weight: 600;
    color: #555555;
}
.modal.Edit-details .modal-dialog .modal-header {
    border-bottom: 1px solid #dadada;
}
.modal.Edit-details .modal-dialog .modal-content {
    background: #fff;
    text-align: left;
}
.modal.Edit-details .modal-footer {
    border-top: 1px solid #dadada;
    justify-content: end;
}
.modal.Edit-details textarea.form-control {
    height: 98px;
    resize: none;
}
.unauthorized-erro {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.unauthorized-erro .unauthorized-erro-detail img {
    width: 40%;
}
.unauthorized-erro .unauthorized-erro-detail {
    text-align: center;
}
/*-- notification css start here --*/
.header-right {
    display: flex;
}
.header-right .dropdown .dropdown-menu {
    min-width: 396px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 0;
    top: 10px !important;
}
.plans .plan.schedule-item .plan-details span svg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.profile-card {
    display: flex;
    padding: 15px 20px;
}
.profile-card .user-icon {
    background: #e2f6ff;
    border: 1px solid #90dbfd;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    color: #555555;
    margin-right: 10px;
}
.profile-card.active p {
    font-size: 14px;
}
.profile-card.active p strong {
    font-size: 16px;
    display: block;
}
.logout-card a.dropdown-item {
    padding: 15px 20px;
    background: #ffffff !important;
}
.home-content .btn-secondary .badge-light {
    position: absolute;
    right: -2px;
    top: -2px;
    height: 18px;
    width: 18px;
    padding: 0;
    font-size: 12px;
    background: #3fc1fc;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .dropdown.notifications .dropdown-menu  */

/*-- 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;
    }
    .schedule-tab {
        height: 35px;
    }
    a.custom-search-btn {
        height: 40px;
        width: 40px;
    }
    a.custom-search-btn svg {
        height: 18px;
        width: 18px;
    }
    .login-box .select2-container--default .select2-selection--single {
        height: 40px;
    }
    .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;
    }
    .left-bar {
        float: left;
        width: auto;
        height: 100vh;
        text-align: left;
        padding: 0 20px;
        overflow: auto;
    }
    .gallery-list .col-lg-3 {
        width: 25%;
    }
    .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 textarea {
        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: 118px;
    }
    /* .session-detail-history table.dataTable {
        padding-top: 75px;
    } */
    .gallery-list .search-box input {
        height: 40px;
    }
    .search-box form .form-control {
        width: 250px;
        font-size: 14px;
    }
    .search-box form a.serchclose {
        position: absolute;
        right: 45px;
        top: 8px;
    }
    .search-box form a.serchclose svg {
        height: 20px;
    }
    .sessions-start-btn a.btn.btn-primary {
        line-height: 14px;
    }
    .chat-message-bubble {
        padding: 12px 20px 25px 12px;
    }
    .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 20px 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;
    }
    .invite-user.schedule-modal .form-control {
        height: 40px;
    }
    .invite-user .modal-dialog.modal-dialog-centered .modal-body h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .dtp_main {
        height: 40px;
        margin-bottom: 25px;
    }

    .card-box.call-part span svg {
        height: 22px;
    }
    .gallery-category ul li {
        margin-bottom: 20px;
    }
    .schedule-view-modal h5 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .gallery-category ul li {
        font-size: 14px;
    }
    .user-details-session .video-box .player {
        height: 102px;
        width: 160px;
    }
    .user-details-session .video-box .player {
        height: 102px;
        width: 160px;
    }
    .session-screen {
        left: 200px;
    }
    .remove-icons {
        left: 220px;
    }
    .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;
    }
    .left-bar {
        float: left;
        width: auto;
        height: 100vh;
        text-align: left;
        padding: 0 20px;
        overflow: auto;
    }
    .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;
    }
    .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;
    }
    .user-details-session .video-box {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .user-details-session .video-box .user-video-action {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
    .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;
    }
    .user-details-session h5 {
        font-size: 14px;
        font-weight: 500;
        margin: 7px 0 20px;
        color: #ffffff;
    }
    a.btn.btn-primary.invite-btn {
        padding: 8px 15px;
        border-radius: 10px;
        font-size: 14px;
    }
    .session-screen {
        position: fixed;
        left: 250px;
        right: 86px;
        top: 0;
        bottom: 0;
        text-align: center;
    }
    section.session-start {
        background: #000;
    }
    .schedule-filter input.form-control {
        height: 40px;
        width: 250px;
        padding-right: 50px;
    }
    .outgoing-call .outgoing-call-model {
        width: 700px;
        padding: 60px 40px 50px 40px;
    }
    .outgoing-call-model .caller {
        height: 110px;
        width: 110px;
        font-size: 30px;
    }
    .outgoing-call-model h5 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .outgoing-call-model p {
        font-size: 14px;
        margin: 0 0 30px;
    }
    .notification-list h3 {
        padding: 15px 20px;
        font-size: 15px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

/*-- dashboard css start here --*/
/* .pc-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
}
.pc-dashboard .card-box {
    border: 1px solid #90dbfd;
}
.pc-dashboard {
    margin-bottom: 30px;
}
.pc-data-card {
    background: #ecf9ff;
    border: 1px solid #90dbfd;
    padding: 30px;
    border-radius: 10px;
    gap: 10px;
    margin-bottom: 30px;
}
.pc-card-heading {
    margin-bottom: 20px;
}
.pc-card-heading-letf {
    gap: 15px;
}
.pc-card-heading-letf ul {
    gap: 10px;
}
.pc-card-heading h4 {
    font-size: 20px;
    font-weight: 600;
}
.pc-data-card p {
    font-weight: 600;
    font-size: 15px;
}
.pc-data-card h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
.pc-card-heading-right {
    gap: 20px;
}
.pc-adoption-column span {
    background: #e2f6ff;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 1px solid #90dbfd;
    font-size: 15px;
}
.pc-adoption-column-left {
    gap: 15px;
}
.pc-adoption-list {
    gap: 20px;
}
.pc-adoption-column-name h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.pc-adoption-column-name {
    gap: 3px;
}
.pc-adoption-list {
    gap: 20px;
    margin: 20px 0;
}
.pc-adoption-column {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.pc-adoption-column-right h6 {
    font-size: 16px;
    color: #0a46ac;
    font-weight: 700;
}
.pc-adoption-column:last-child {
    border: none;
    padding: 0;
}
.pc-table table {
    border: 1px solid #e5e5e5;
}
.pc-table table td {
    padding: 8px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.pc-table table th {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.pc-table .dataTables_filter input {
    width: 145px;
    background: #ecf9ff;
    height: 40px;
    border: 1px solid #90dbfd;
    border-radius: 5px;
}
.pc-table .dataTables_filter {
    margin-bottom: 15px;
}
.pc-dashboard .select2-container .select2-selection--single {
    height: 30px;
    background: #ecf9ff;
    border: 1px solid #90dbfd;
}
.pc-dates.d-flex {
    min-width: 175px;
}
.pc-dashboard .select2-container {
    width: auto !important;
    z-index: 8 !important;
}
.pc-dashboard
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 1px;
    right: 1px;
}
.pc-dashboard .session-detail-history .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    margin-right: 15px;
    padding: 8px 0;
}
.pc-dashboard .pc-table .dataTables_filter {
    padding: 0;
}
.pc-dashboard .pc-table .dataTables_filter h5 {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
} */
/*-- dashboard css end here --*/

/* for chart  */
.js-chart-responsive {
    position: relative;
    height: 40vh;
    width: 80vw;
}

/* for preview image in preferences */
.preview-container {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}
.preview-container img {
    max-width: 100%;
    max-height: 100%;
    margin: 10px;
}

.preview-container.small-logo {
    background: #000;
    height: 50px;
    width: 50px;
}

.preview-container.large-logo {
    background: #6d71f9;
    height: 45px;
    width: 140px;
}

.pc-form .form-control.fileInput {
    height: inherit;
}
