@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBook.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBookItalic.ttf') format('truetype');

    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.ttf') format('truetype');

    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMediumItalic.ttf') format('truetype');

    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBoldItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body,
* {
    font-family: 'Poppins', sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    border: 1px solid #fff !important;
    background: #fff;
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari/Edge */
    font-weight: 100 !important;
    color: #bbb !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 100 !important;
    color: #bbb !important;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 100 !important;
    color: #bbb !important;
}

a {
    width: auto;
    height: auto;
    display: inline-block;
    color: #000;
}

a:hover {
    color: #4d44b5;
}

.go_back {
    display: flex;
    gap: 9px;
    align-items: center;
    width: fit-content;
}

.swal2-actions.swal2-loading button {
    border: 5px solid transparent !important;
    border-left-color: #f44336 !important;
    border-right-color: #2196F3 !important;
    border-radius: 100px !important;
    width: 50px !important;
    height: 50px !important;
    animation: swal2-rotate-loading 01s linear 0s infinite normal !important;
}

.swal2-title {
    font-size: 25px !important;
}

#swal2-content {
    /* font-size: 16px !important; */
    color: #777 !important;
    font-family: Poppins;
    margin-top: 9px;
}

.swal2-icon::before {
    transform: translateY(20px);
}

.swal2-container.swal2-shown {
    background-color: #00000095;
}

@media print {
    .noprint {
        display: none;
    }
}

.top_right,
.bottom_right {
    position: fixed;
    right: 0;
    width: 353.84px;
    height: 201.64px;
    pointer-events: none;
    user-select: none;
}

.top_right {
    top: 0;
    width: 353.84px;
    height: 201.64px;
}

.bottom_right {
    bottom: -20px;
    right: -5.66%;
}

.oncopadi_logo {
    width: 161px;
    height: 71px;
    top: 10px
}

.bg-overlay {
    opacity: 1 !important;
    background-color: #4D44B5 !important;
    background-image: url(../images/circles.svg) !important;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.prose_logo {
    background-image: url(../images/ProseCareLogo.png) !important;
    opacity: 1 !important;
    width: 100%;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0 50px;
}

.parent-outline,
.parent-outline:focus {
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
    border-radius: 30px !important;
}

.input-group.outlined {
    border: 1px solid #ddd;
    border-radius: 35px;
    padding: 0 10px;
    overflow: hidden;
    background-color: #fff;
    flex: 1;
}


a.read_more {
    display: inline-flex;
    background: #0575E6;
    color: #fff;
    width: fit-content;
    padding: 8px 21px;
    font-family: 'Poppins';
    border-radius: 30px;
    margin-top: 7px;
}

.input-group.outlined.active {
    border-color: #4d44b5;
}

.i-g-block-label {
    display: block;
    padding: 10px 0 0 0;
    margin-bottom: 3px;
    color: #333;
    font-size: 14px;
}

.form-control-lg {
    padding: 15px 6px;
    background: transparent;
    border-color: transparent !important;
}


.input-group .btn {
    transform: translateY(-2px)
}


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4D44B5;
    border-color: #4D44B5;
    font-weight: 500;
    border-radius: 35px;
}

.btn[type="submit"] {
    padding: 15px 0;
}

.btn.btn-transparent {
    background: transparent;
    border-color: transparent;
}

.btn:hover {
    background: #3d3595;
    border-color: #3d3595;
    vertical-align: text-bottom;
}

.btn.btn-transparent:hover {
    background: transparent;
    border-color: transparent;
}

.button-icon {
    transform: translateY(1px);
    color: #777777
}

.input-group.outlined.active .button-icon {
    color: #3d3595;
}

.input-group.outlined.error {
    border-color: #f44336;
}

.pointer {
    cursor: pointer;
}

#phone {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
}

.stage_container {
    text-align: center;
}

.stage_back {
    display: inline-block;
    background: #eee;
    padding: 7px 19px;
    border-radius: 20px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s
}

.stage_back:hover {
    background: #ddd
}

.m-a-c {
    /* margin-bottom: 10vh; */
}

.m-a-c .text-primary {
    font-weight: bold !important;
    color: #222 !important;
    font-size: 26px;
}

.m-a-c .text-muted {
    font-size: 17px !important;
}

.mail_item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    transition: 0.3s;
    border-radius: 13px;
    color: #333;
    flex: 1;
    align-items: center;
}

.table_icon {
    font-size: 19px;
    color: #4D44B5;
    background: #4d44b530;
    padding: 6px;
    margin: 0 3px;
    border-radius: 30px;
    cursor: pointer;
    transform: translateY(4px);
}

.table_options {
    margin: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.badge-pill {
    font-size: 12px !important;
    padding: 7px 17px;
}

.more_dots {
    font-size: 30px;
    transform: translateY(7px);
}

.mail_item:hover {
    background: #eee
}

.mail_item svg {
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
}

.mail_items_holder {
    display: flex;
    justify-content: space-between;
}

.form-success {
    text-align: center;
}

.form_stage_circle {
    border-radius: 50px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8d2d91;
    color: #8d2d91;
    font-weight: 500;
    margin: 0 8px;
}

.form_stage_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_stage_circle.active {
    color: #fff;
    background: #8d2d91;
}

.empty_state,
.empty_state>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drop_d {
    position: relative;
}

.has_side_effect,
#has_side_effect {
    color: #fff !important;
    background: #70d1aa !important;
    box-sizing: border-box;
    border: 1.5px solid #2ca97c !important;
}

.drop_d input {
    border: 1px solid #ced4d9;
    padding: 12px 15px;
    border-radius: 5px;
    flex: 1;
}

.simple_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.v_flex {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 19%;
}

.stepper_parent {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    max-width: 500px;
}

.stepper_parent:before {
    content: '';
    background: #fff;
    top: 15px;
    transform: translateX(-50%);
    left: 50%;
    width: 88%;
    height: 3px;
    position: absolute;
    z-index: -1;
}

.stepper_box {
    width: 33px;
    height: 33px;
    border: 3px solid #fff;
    border-radius: 20px;
    position: relative;
    background: #0b458b;
}

.stepper_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.stepper_item.active .stepper_box {
    background: #187FA7;
}

.stepper_item.active .stepper_box:before {
    content: '';
    background: #B6E4E9;
    display: block;
    width: 49px;
    height: 49px;
    z-index: -1;
    position: absolute;
    border-radius: 70px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.stepper_item.check .stepper_box {
    background-image: url(../images/check_frame.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.text-primary {
    color: #222 !important;
}

.no_form_overflow {
    max-height: 100vh;
    overflow: hidden;
}

.form_overflow {
    height: 100vh;
    overflow: auto;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}


.text-muted {
    color: #000 !important;
}

.form-select {
    padding: 17px 1.75rem 17px 5px;
}

.share_sheet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    margin: 45px 0;
    padding: 21px;
    border-radius: 9px;
}

.share_sheet span {
    text-align: center;
    color: #666666;
    font-size: 15px;
}

.share_sheet h4 {
    color: #333;
}

.copy_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    background: #C82D2E26;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}

.copy_box input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 15px;
    transform: translateY(1px);
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}

span.copy_action {
    background: #C82D2E;
    color: #fff;
    padding: 7px 12px 0;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.8125rem;
}

span.copy_action:hover {
    background: #8e1718;
}

.success_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.success_modal_bg {
    width: 100%;
    height: 100%;
    background: #000000c7;
}

.success_modal_contents {
    display: flex;
    flex-direction: column;
    background: #fff;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 640px;
    padding: 29px 0;
    border-radius: 8px;
}

.success_modal_contents img {
    width: 100%;
    max-height: 113px;
    margin: 22px 0 38px;
}

.success_modal_contents h5 {
    color: #666666;
    margin: 11px 0 30px;
}

.success_modal_contents button {
    padding: 14px 43px 5px;
    margin-bottom: 33px;
}

.vertical-menu {
    background: #4D44B5;
    top: 0;
    min-height: 100vh;
    overflow: hidden;
    max-width: 250px;
    box-shadow: none;
}

#page-topbar {
    box-shadow: none;
    display: none;
}

.metismenu {
    margin: 0;
    overflow: hidden;
}

/* li.mm-active .active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent !important;
    top: 20px;
} */

#layout-wrapper {
    background: #F3F4FF;
}

.shaded_card {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(153, 170, 187, 0.5);
    border-radius: 16px;
}

.custom_top_bar {
    display: flex;
    align-items: start;
    height: 100px;
    padding: 50px 48px;
    margin-bottom: 36px;
    justify-content: space-between;
    height: auto;
}

.currency_dropdown {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

.currency_dropdown h3 {
    margin-bottom: -12px;
}

.app-search .form-control {
    background: #fff;
    width: 100%;
    min-width: 273px;
}

.app-search span {
    transform: translateY(2px);
    color: #4D44B5;
}

.school_name {
    transform: translateY(5px);
    color: #303972;
    max-width: 52%;
    line-height: 16px;
    margin-left: 12px;
}

.header_icon_style {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    padding: 0 !important;
}

.custom_select {
    padding: 11px 24px 1px 6px;
    -webkit-appearance: none;
    font-size: 15px;
    color: #666666;
    width: 100%;
}

.caret_down {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.top_bar_actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.bar_action_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.bar_action_item span {
    font-size: 18px;
    font-weight: 500;
    transform: translateY(6px);
    color: #333;
}

.top_bar_action_splitter {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 19px;
}

.overview_table {
    height: calc(100vh - 410px);
    min-height: 405px;
    margin-left: 12px;
    margin-right: 12px;
}

.table_group_content {
    display: flex;
    flex-direction: column;
}

.tgc_title {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}

.tgc_text {
    color: #333333;
    font-weight: 500;
    font-size: 15px;
}

.tgc_line {
    width: 100%;
    height: 1px;
    background: #c4c4c4;
}

.table_group_parent {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-left: 1px solid #c4c4c4;
    padding-left: 30px !important;
    padding-top: 15px;
    height: auto;
    max-height: 100%;
}

.tgc_action {
    color: #30BFAB;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.page-title-box h4 {
    text-transform: unset;
}

.table_action_items {
    display: flex;
    justify-content: space-between;
    margin-top: -12px;
    transform: translateY(5px);
    gap: 10px;
}

.actions_holder {
    position: relative;
    display: flex;
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    justify-content: end;
    flex: 1;
    gap: 15px;
}

.actions_holder .select_holder {
    background: #666666;
    border-radius: 4px;
}

.actions_holder select {
    color: #fff;
    background: transparent;
    border: none;
}

.actions_holder .select_holder img {
    transform: translate(-10px, -50%);
    margin-left: -14px;
    position: absolute;
    top: 50%;
}

.actions_holder_search input {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 15px;
    transform: translateY(5px);
    outline: none !important;
    width: 100px;
    transition: 0.3s;
}

.actions_holder_search input:hover,
.actions_holder_search input:focus {
    width: 200px;
}

.actions_holder_search {
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}

.actions_holder_search img {
    width: 14px;
    margin: 0 9px;
}

input::placeholder {
    color: #666666 !important;
    opacity: 1 !important;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Poppins, Helvetica, "sans-serif" !important;
    transform: translateY(0px);
}

input,
textarea {
    -webkit-tap-highlight-color: #000;
    font-family: 'Poppins', sans-serif, Arial;
}

.img_btn {
    font-weight: normal
}

.img_btn img {
    margin-left: 10px;
    transform: translateY(-5px);
}

.view_list_item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin: 30px 0;
    align-items: center;
}

.view_list_item label,
.colored_label {
    margin-bottom: 0;
    border: 1.5px solid #35AF67;
    color: #35AF67;
    background: #B7F9D2;
    padding: 17px 20px 8px !important;
    line-height: initial;
    font-size: 14px;
    border-radius: 4px;
    margin-top: -6px;
}

.colored_label.blue {
    color: #1CC7ED;
    border-color: #1CC7ED;
    background: #1CC7ED33;
}

.modal-600 {
    width: 600px;
}

.modal-xl {
    width: calc(100% - 50px);
    max-width: unset;
    margin: 0 auto;
}

.modal-dialog,
.modal-content {
    border-radius: 0;
}

.m_custom_button {
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 9px 10px 0;
    margin-top: -17px;
    cursor: pointer;
}

.view_list_dp {
    width: 200px;
    height: 200px;
    background: #89D4DC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #333;
    font-size: 38px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.role_item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative
}

.role_item:last-of-type {
    border-bottom: none;
}

.role_item:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #999999;
    border-radius: 10px;
    position: absolute;
    left: 0
}

.delete_complaints {
    background: #E0E0E0 !important;
    cursor: not-allowed !important;
}

.delete_complaints.active {
    background: #C82D2E !important;
    cursor: pointer !important;
}

.type_3_button span {
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    transform: translateY(5px);
}

.type_3_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}

.complaint_item_parent {
    display: flex;
    gap: 20px;
    align-items: center;
}

.complaint_item_parent:last-of-type {
    margin-bottom: 30px
}

.complaint_check_box {
    border: 1px solid #C4C4C4;
    background: #F9F9F9;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.complaint_item {
    flex: 1;
    background: #F9F9F9;
    border-radius: 4px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.complaints_holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
    max-height: calc(100vh - 300px);
    min-height: 500px;
}

.complaint_title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.complaint_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.complaint_date {
    color: #000000;
    font-size: 12px;
}

.complaint_text {
    font-size: 14px;
    color: #000;
    flex: 1;
}

.complaint_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.name_flex {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    margin: 0 13px -6px 0;
}

.header-profile-user {
    width: 45px;
    height: 45px;
}

.table-profile-user {
    width: 35px;
    margin-right: 10px;
}

.complaint_user_photo {
    background: #7ad5de;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.complaint_user_initials {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    transform: translateY(5px);
}

.commented_users {
    display: flex;
    flex: 1;
    width: 100%;
}

.commented_users .complaint_user_photo {
    margin-left: -7px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

input.new_complaint_title {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    outline: none;
    font-family: Poppins, Helvetica, "sans-serif" !important;
    padding: 5px 10px 10px;
}

.send_new_complaint {
    position: absolute;
    bottom: 14px;
    right: 17px;
    width: 64px;
    font-size: 14px !important;
}

.chat-leftsidebar-nav li.nav-item {
    background: #e4b2b4;
    line-height: 32px;
    padding-bottom: 0;
    height: 39px;
}

.chat-leftsidebar-nav li.nav-item a.active {
    background: #C82D2E !important
}

.chat-input-links {
    top: 15px;
    transform: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    background: #3d3595 !important;
    border-color: #3d3595 !important;
}

.simplebar-content.chat-output {
    height: 100%;
    overflow: auto;
}

.simplebar-content-wrapper {
    height: 100%;
    transition: 0.5s;
}

.chat-conversation {
    height: calc(100vh - 92px);
    overflow: auto;
}

.chat-conversation .conversation-list .ctext-wrap {
    background-color: #18C81426;
}

.chat-list li a {
    padding: 12px 0;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #c4c4c4 !important;
    margin: 0 0;
    border-radius: 0 !important;
}

.in_chat_search {
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
    padding: 0 13px;
    border-radius: 10px !important;
}


.gradient_text {
    text-transform: uppercase;
    background: linear-gradient(68.29deg, #C82D2E -17.69%, #F48C34 108.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 23px;
    text-align: left;
    align-self: start;
}

.resource_header {
    background: linear-gradient(68.29deg, #C82D2E -17.69%, #F48C34 108.56%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    height: 80px;
}

.resource_header span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 4px;
    transform: translateY(8px);
}

.resource_item {
    display: flex;
    flex-direction: column;
}

.resource_item.recommended .resource_header::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 140px;
    background-image: url(../images/recommended.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
}

.resource_title {
    color: #333333;
    font-weight: 600;
    font-size: 19px;
    margin-top: 25px;
}

.resource_body_text {
    color: #333333;
    font-size: 15px;
    line-height: 27px;
    margin: 10px 0 18px;
}

.resource_action {
    color: #000;
    text-decoration: underline !important;
    font-size: 15px;
    font-weight: 500;
    flex: 1;
    width: max-content;
    display: flex;
    text-decoration-color: #777 !important;
}

.large_video_title {
    color: #333;
    font-size: 38px;
    font-weight: 700;
    margin-top: 30px;
}

.large_video_details {
    font-size: 15px;
    margin: 8px 0 16px;
    display: flex;
    word-wrap: break-word;
    flex: 1;
    overflow: hidden;
}

.video_holder {
    display: flex;
    padding: 0 0 50px;
    gap: 10px;
    position: relative;
}

.video_holder::before {
    content: '';
    width: 190px;
    height: 104px;
    position: absolute;
    z-index: 1;
    background: #00000038;
    cursor: pointer;
}

.video_mini_player {
    width: 190px;
    height: 104px;
    position: relative;
}

.video_holder .role_item:before {
    display: none;
}

.video_holder .role_item {
    gap: 10px;
    padding: 5px 0 0 0;
}

.user-chat {
    height: 100vh;
}

.metismenu li {
    padding: 7px 0 14px 22px;
    border-radius: 30px 0 0 30px;
    margin: 5px 0;
}

.open_all_contacts {
    font-size: 11px;
    font-weight: 600;
    color: #c82d2e;
    align-self: center;
    margin-right: 14px;
    transform: translateY(3px);
    display: none;
}

.chat_options_container {
    display: none;
    font-size: 35px;
    color: #c82d2e;
    transition: 0.3s
}

.chat_options_container.rotate {
    transform: rotate(-45deg)
}

.file_name {
    display: none;
}

.file_name.shown {
    display: block !important;
    text-align: center;
    width: max-content;
    background: #000000a8;
    margin: 0 auto 15px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 16px 0;
    color: #fff;
    border-radius: 23px;
    font-size: 11px;
}

@media (max-width: 1199px) {
    .form_overflow {
        height: auto;
        overflow: unset;
    }
}

@media (max-width: 1024px) {

    .modal-600 {
        width: 90%;
        margin: 0 auto;
    }

    .view_list_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding-bottom: 6px;
        margin: 13px 0;
    }

    .view_list_item img[data-dismiss="modal"] {
        position: absolute;
        right: 0;
    }

    .view_list_dp {
        align-self: center;
    }

    .view_list_item h4:first-of-type {
        font-size: 25px;
        align-self: center;
    }

    .view_list_item span:first-of-type {
        font-weight: 500
    }

    .full-form {
        margin: auto 0 !important;
    }

    .view_list_item label {
        margin-bottom: 10px
    }

    .page-title-box {
        flex-direction: column;
        gap: 13px;
    }

    .m_custom_button {
        align-self: center;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .actions_holder {
        flex-direction: column;
        height: auto;
        gap: 15px;
        max-width: 350px;
    }

    .actions_holder_search {
        height: 40px;
    }

    .actions_holder .select_holder img {
        transform: translateX(-10px) scale(1.4);
    }

    .page-content,
    .container-fluid {
        padding: 0;
    }

    .custom_top_bar {
        flex-direction: column;
        padding: 20px;
        gap: 9px;
    }

    .currency_dropdown {
        justify-content: space-between;
        width: 100%;
    }

    .currency_dropdown h3 {
        flex: 1;
    }

    .top_bar_action_splitter {
        width: 100%;
        align-items: center;
    }

    .top_bar_actions {
        flex-direction: column;
        padding-top: 15px;
    }

    .overview_table {
        min-height: unset;
        height: auto;
    }

    .table_group_parent {
        gap: 15px;
        border-left: 0;
        padding: 0 0 21px 21px !important;
    }

    .modal-body {
        padding: 0px !important;
        overflow-x: hidden !important;
    }

    .remove_padding_sm {
        padding-right: 1rem !important;
        flex: 1;
        max-width: unset;
        height: auto;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
    }



    .remove_padding_sm iframe {
        height: 300px !important;
    }

    .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .send_new_complaint {
        position: unset;
        margin: 9px 13px;
    }

    .tox .tox-tbtn {
        transform: scale(0.8) !important;
    }

    .form_overflow {
        height: auto;
    }

    .complaints_holder {
        min-height: unset;
        max-height: unset;
    }

    .chat-leftsidebar {
        height: 100vh;
        position: fixed;
        z-index: 1;
        width: calc(100% - 70px);
        background: #fff;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        min-width: unset;
        padding: 0 25px !important;
        border: none !important;
        left: 0;
        box-shadow: 0 10px 30px 8px #00000033;
        z-index: 9999;
        transition: 0.3s;
    }

    .chat-leftsidebar.move_away {
        left: -100%;
    }

    .open_all_contacts {
        display: flex;
    }

    .active_chat_name {
        width: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        flex: 1;
        line-height: 22px;
    }

    .chat_options_container {
        display: block;
    }

    .elapsed-time {
        transform: translateY(5px)
    }


    .recording-contorl-buttons-container {
        background: #fff !important;
        box-shadow: inset 0px 0px 14px #0000004a !important;
    }

    .audio-recording-container {
        bottom: 90px !important;
    }

    .tox .tox-toolbar {
        width: 200px !important;
        position: absolute;
        top: -42px;
        left: 0;
        transform: scaleY(0);
        transform-origin: 100% 100%;
        transition: 0.3s
    }

    .tox .tox-toolbar::before {
        content: '';
        position: absolute;
        background: #fff;
        width: calc(100% + 27px);
        height: 100%;
        box-shadow: 0px 1px 20px #00000026;
        border-radius: 10px;

    }

    .tox .tox-sidebar-wrap {
        width: calc(100% - 18px) !important;
        left: 7px !important;
        border-radius: 30px !important;
    }

    .chat-input-links {
        top: -36px;
        right: unset;
        left: 158px;
        transform: scaleY(0);
        transform-origin: 100% 100%;
        transition: 0.3s;
        z-index: 9999;
    }

    .tox .tox-toolbar.show,
    .chat-input-links.show {
        transform: scaleY(1)
    }

    .chat-send {
        border-radius: 30px !important;
    }

    .chat-send i {
        font-size: 19px;
        transform: scale(1) translate(1px, -1px);
    }

    .resource_item {
        margin-bottom: 60px
    }

    .table_group_content {
        height: auto !important;
    }

    .modal-title {
        font-size: 20px;
    }

    .large_video_title {
        font-size: 26px;
    }

    .remove_padding_sm .view_list_item span:first-of-type {
        font-weight: 100 !important;
        font-size: 14px;
        margin-bottom: 35px;
    }
}

@media (max-width: 992px) {
    .vertical-menu {
        box-shadow: 0 10px 30px 10px #00000029;
    }

    button#vertical-menu-btn {
        position: fixed;
        z-index: 1;
        background: #000;
        color: #fff;
        top: 50%;
        right: 0;
        padding: 2px 0 0 8px !important;
        width: 40px;
        height: 48px;
        font-size: 15px !important;
        border-radius: 50px 0 0 50px !important;
        transform: translateY(-50%);
        display: block !important;
        border: 5px solid #aaa !important;
        border-right: 0px !important;
        filter: opacity(1);
    }
}


@media (max-width: 767px) {


    .chat-send {
        width: 0;
    }

    .video_holder {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .video_mini_player {
        width: 100%
    }
}




@media (max-width: 600px) {

    .remove_padding_sm iframe {
        height: 200px !important;
    }

    .complaint_top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start
    }

    .complaint_body {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .complaint_item_parent {
        align-items: start;
        gap: 10px;
    }

    .complaint_check_box {
        width: 25px;
        height: 25px;
    }

    .complaint_item {
        padding: 14px;
    }

    .complaint_text {
        font-size: 13px
    }

    .force_break_sm {
        flex-direction: column;
    }

    .modal-header {
        padding: 0;
        gap: 10px;
    }

    .large_video_details {
        font-size: 13px;
        margin: 0 0 10px;
    }
}