/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

:root {
    --primary-color: #1F4121;
    --theme-color: #112012;
    --primary-hover-bg: #38420D;
    --secondary-color: #ffffff;
    --tertiary-color: #000;
    --dark-light-color: #475569;
    --dark-hover-bg: #434343;
    --light-input-color: #B3B3B3;
    --dark-input-bg: #3A3A3A;
    --dark-action-bg: #2C2C2C;
    --lable-color: #1A1A1AE5;
    --glass-bg: rgba(0, 0, 0, 0.3);
    --text-color: #242424;
    --nav-color: #CFCFCF;
    --danger-color: #dc3545;
    --gray-color: #8F9899;
    --active-color: #8EB831;

    /* Border color  */

    --primary-border-color: #EEEEEE;

    --completed: 42, 148, 70;

    --waiting: 245, 136, 31;
}

html {
    background-color: #eef1f9 !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    overflow-x: hidden;
    position: relative;
    font-family: "Inter", sans-serif !important;
    color: var(--tertiary-color) !important;
    background-color: #eef1f9 !important;
    font-size: 16px !important;
    letter-spacing: 0.8px;
}

#root {
    overflow-x: hidden;
}

body.modal-open {
    overflow: auto !important;
}

body.modal-open[style] {
    padding-right: 0px !important;
}

.logo {
    max-height: 70px;
    object-fit: contain;
}

.navbar-logo img {
    max-height: 80px;
    object-fit: contain;
}

.header-nav-center {
    padding: 0em 0;
    border-bottom: 1px solid rgba(11, 34, 56, 0);
    -webkit-transition: .3s !important;
    -moz-transition: .3s !important;
    -o-transition: .3s !important;
    -ms-transition: .3s !important;
    transition: .3s !important;
    background-color: #000;
    padding-top: 1em;
    /*  position: fixed;
    left: 0;
    right: 0;
    z-index: 999;*/
}

.header-nav-center .navbar .nav-link {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

.dropdown-toggle::after {
    display: none;
}

.hamburger-menu {
    width: 2em;
}

/* Admin UI CSS */

.admin-ui-sec {
    min-height: 100vh;
    background-color: #f8f9f8;
    display: flex;
    width: 100%;
    height: 100%;
}

.admin-ui-sidebar {
    width: 5.5em;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    will-change: transform;
    display: flex;
    flex-direction: column;
    background-color: var(--secondary-color);
    border-right: 1px dashed #e2e8f0;
    /* box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15); */
    bottom: 0;
    animation: fadeIn 1s;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    /* z-index: 9; */
    display: none;
}

.admin-ui-sidebar.admin-ui-collapse-sidebar {
    width: 20em;
    padding: 1em;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto !important;
    transition: transform 0.1s ease-in;
    will-change: transform;
    display: flex;
    flex-direction: column;
    /* box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15); */
    bottom: 0;
    border-right: 1px dashed #e2e8f0;
    /* z-index: 99999; */
    -webkit-animation: fadeIn 1s;
    background-color: var(--secondary-color);
    animation: fadeIn 1s;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: hidden;
    display: none;
}

.admin-ui-main-wrapper {
    /* background: var(--dark-light-color); */
    /* margin-left: 5.5em; */
    width: 100%;
}

.ai-body-wrapped {
    background: var(--dark-light-color);
    margin-left: 6%;
    /* margin-left: 2.8em; */
}

.admin-ui-logo-sec {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 1.5em;
    padding: 1em;
}

.admin-ui-logo-sec a {
    display: block;
    width: 100%;
}

.admin-ui-header-sec {
    background-color: var(--secondary-color);
    padding: 0.5em 1em;
    z-index: 9;
    position: fixed;
    right: 0;
    width: 100%;
    box-shadow: 0px -2px 11px 0px #0000000D;
}

/* .admin-collapse-main-wrapper .admin-ui-header-sec {
    left: 20em !important;
} */

/* .admin-ui-main-wrapper .admin-ui-header-sec {
    left: 5.5em;
} */

.admin-ui-main-wrapper.admin-collapse-main-wrapper {
    /* margin-left: 20em; */
}

.admin-ui-sidebar-list {
    display: flex;
    flex-direction: column;
    border-bottom: 0 !important;
}

.admin-ui-sidebar-list li {
    padding-bottom: 1em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.admin-ui-sidebar-list li a {
    width: 100%;
    /* display: grid;
    align-items: center;
    grid-template-columns: 35px auto;
    justify-content: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7em 1em;
    font-weight: 500;
    color: var(--tertiary-color);
    transition: .5s;
    line-height: 1.8;
    font-size: 0.9em;
    text-decoration: none !important;
    border-radius: 8px;
}

.admin-ui-sidebar-list li a:hover {
    background-color: #EFF3EF;
    color: var(--primary-color);
}

.admin-ui-sidebar-list li a.active {
    background-color: #EFF3EF;
    color: var(--primary-color);
    position: relative;
}

.admin-ui-logo {
    max-width: 8em;
}

.navbar-toggler {
    padding: 0 !important;
    border: 0 !important;
}

.admin-ui-collapse-logo {
    max-width: 3.5em;
}

.admin-ui-collapse-logo-sec a {
    display: block;
    width: 100%;
}

.admin-ui-collapse-logo-sec {
    padding: 1.05em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.admin-ui-title-sec h1 {
    margin-bottom: 0;
    font-size: 1.3em;
    color: var(--primary-color);
    font-weight: 600;
}

.admin-ui-title-sec {
    display: flex;
    align-items: center;
    gap: 1em;
}

.user-dropdown-sec {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    text-decoration: none;
}

.user-dropdown-sec span {
    font-size: 0.95em;
    font-weight: 500;
    color: var(--text-color);
}

/* .user-dropdown-sec .dropdown-toggle {
    background-color: transparent !important;
    border: 0 !important;
    display: flex;
    align-items: center;
    gap: 1em;
}

.user-dropdown-sec .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #6E6D8E;
    font-size: 0.9em;
    padding: 0.8em 1em !important;
    text-decoration: none !important;
}

.user-dropdown-sec .dropdown-menu a svg {
    fill: #6E6D8E;
} */

.ai-admin-dropdown {
    /* background: var(--dark-input-bg); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0.5em; */
    border-radius: 8px;
}

/* .user-dropdown-sec .dropdown-toggle span {
    font-size: 1em;
    font-weight: 500;
    color: var(--text-color);
}

.user-dropdown-sec .dropdown-toggle::after {
    display: none !important;
}

.user-dropdown-sec .dropdown-menu {
    margin-left: -2em !important;
} */

.admin-ui-collapse-btn {
    display: none;
}

.offcanvas {
    /* width: 20% !important; */
    /* background-color: var(--primary-color) !important; */
}

.admin-ui-sidebar.admin-ui-collapse-sidebar .admin-ui-sidebar-list li a {
    justify-content: flex-start;
    display: grid;
    align-items: center;
    grid-template-columns: 35px auto;
}

.admin-ui-sidebar.admin-ui-collapse-sidebar .offcanvas-close::before,
.admin-ui-sidebar.admin-ui-collapse-sidebar .offcanvas-close::after {
    display: none;
}

.admin-ui-sidebar.admin-ui-collapse-sidebar .offcanvas-close {
    background-color: transparent !important;
    border: 0 !important;
    /* display: flex; */
    align-items: center;
    justify-content: flex-end;
    display: none;
}

.admin-ui-body-sec {
    padding: 2em;
    margin-top: 83px;
    position: relative;
}

.admin-user-details {
    display: flex;
    align-items: center;
    gap: 1em;
}

.admin-user-details .user-name {
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.admin-user-img {
    width: clamp(10em, 100%, 10em);
}


/* Body Conetent style */
.ai-content-wrapped {
    /* padding: 1em; */
    /* margin-top: 5.3em; */
}

/* Body Conetent style */



/* Common Style over All */

.ai-primary-btn {
    background-color: var(--primary-color) !important;
    padding: 0.8em 2em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
    color: var(--tertiary-color) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: none;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    border: 0 !important;
    width: 100%;
}

.ai-action-btn {
    background: var(--dark-action-bg) !important;
    padding: 0.8em 2em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
    color: var(--secondary-color) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: none;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    border: 1px solid var(--dark-action-bg) !important;
    width: 100%;
}

.ai-outline-btn {
    background: var(--dark-action-bg) !important;
    padding: 0.8em 2em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
    color: var(--secondary-color) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: none;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    border: 1px solid var(--primary-border-color) !important;
    width: 100%;
}

.ai-overlay-btn {
    background: transparent !important;
    padding: 0.8em 2em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
    color: var(--primary-color) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: none;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    border: 1px solid var(--primary-color) !important;
    width: 100%;
}

.ai-secondary-btn {
    background: var(--secondary-color) !important;
    padding: 0.8em 2em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
    color: var(--dark-color) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: none;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    border: 0 !important;
    width: 100%;
}

.ai-transparent-btn {
    background: transparent !important;
    padding: 0em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    border: 0 !important;
    width: 100%;
}


.ai-action-frame {
    margin-top: 2em;
    /* Don't Remove this space */
}

.layout-element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5em;
}

@media (max-width:991px) {
    .layout-element {
        flex-direction: column;
        gap: 1em !important;

    }
}


/* modal  */
.ai-modal-custome .modal-body {
    padding: 2em !important;
    background: var(--tertiary-color);
    border: 1px solid var(--primary-border-color) !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.ai-modal-custome .modal-header {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.ai-modal-custome .ai-modal-title h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--secondary-color);
}

/* form  */
.ai-feature-form .input-group {
    border: 1px solid var(--dark-input-bg) !important;
    border-radius: 8px;
}

.ai-feature-form .input-group .form-control,
.ai-feature-form .form-control {
    height: 40px;
    border: 0 !important;
    background: var(--dark-input-bg);
    color: var(--secondary-color);
}

.ai-feature-form .input-group .input-group-text {
    border: 0 !important;
}

.ai-feature-form .input-group .form-control:focus {
    box-shadow: none;
    border: 0 !important;
    background: var(--dark-input-bg) !important;
}

.ai-feature-form .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--primary-color) !important;
    background: var(--dark-input-bg) !important;
}

.ai-feature-form textarea.form-control {
    height: auto;
}

.ai-feature-form .input-group .input-group-text {
    background: var(--dark-input-bg) !important;
}

.ai-feature-form .input-group:focus-within {
    border: 1px solid var(--primary-color) !important;
}

.ai-feature-form .form-control::placeholder {
    color: var(--light-input-color) !important;
    font-size: 0.95em;
    font-weight: 400;
}

.ai-feature-form .form-label {
    color: var(--lable-color);
    font-size: .8em;
    font-weight: 400;
}

.form-action-frame {
    display: flex;
    align-items: center;
    gap: 1em;
}

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

/* Common Style over All */


/* Search header style  */
.ai-header-search-frame {
    min-width: 399px;
    margin-right: 2em;
}

/* Search header style  */

/* Title is comman for every page  */
.ai-page-tile-frame {
    margin-bottom: 2em;
}

.ai-page-tile-frame h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: var(--secondary-color);
}

.ai-page-tile-frame p {
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 0em;
    color: var(--text-color);
    line-height: 1.8;
}

/* Title is comman for every page  */
/* Home Card style  */
.ai-home-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em;
}

.ai-tool-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.ai-card-actions-icons {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 0.5em;
}

.ai-tools-card-actions {
    position: absolute;
    inset: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1em;
}

.ai-tool-card-img {
    width: 100%;
    max-height: 18em;
    aspect-ratio: 1 / 1;
}

.ai-tools-avater {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-card-btn {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 0.8em 2em !important;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px !important;
    /* box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%); */
    color: var(--secondary-color) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.4em;
    border: none;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    width: 100%;
}

/* Home Card style  */

/* Text to Image Page Style  */
.ai-text-image-modals-wrappped {
    margin-bottom: 2.5em;
}

/* AI Check Card  */
.ai-text-image-types-frame {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    align-items: center;
    gap: 0.5em;
}

.ai-form-check input[type="radio"] {
    display: none;
}

.ai-modal-check-card {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    cursor: pointer;
}

.ai-form-check .form-check-input:checked[type=radio]+.ai-modal-check-card .ai-modal-check-card-img {
    border: 1px solid var(--primary-color);
}

.ai-form-check .form-check-input:checked[type=radio]+.ai-modal-check-card .ai-modal-check-card-info h3 {
    color: var(--primary-color);
}

.ai-modal-check-card-img {
    width: 7em;
    height: 7em;
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden;
}

.ai-modal-check-card-info h3 {
    font-size: 0.95em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--secondary-color);
    text-align: center;
}

.default-btn {
    border: none !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: .85em !important;
    font-weight: 500 !important;
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}


.delete-btn {
    border: none !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: .85em !important;
    font-weight: 500 !important;
    background: #FFE5E5 !important;
    color: #F31617 !important;
}


/* Auth Sec Start */

.auth-sec {
    background: url(../img/auth/bg.png) center / cover no-repeat;
    padding: 4em;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.auth-detil {
    position: relative;
    margin-right: 2em;
}

.auth-detil-heading {
    margin-bottom: 2.5em;
}

.auth-detil-heading h2 {
    color: var(--tertiary-color);
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.5;
}

.auth-detil-heading h2 span {
    color: var(--primary-color);
}

.auth-detil-main {
    display: grid;
    grid-template-columns: 65px auto;
    align-items: start;
    margin-bottom: 2.5em;
}

.auth-detail-info h4 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1em;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.auth-detail-info p {
    font-size: .9em;
    font-weight: 400;
    line-height: 2;
    color: var(--text-color);
    margin-bottom: 0;
}

.auth-logo-sec {
    margin-top: 4em;
}

.auth-logo {
    max-width: 10em;
    height: auto;
    object-fit: contain;
}

.reset-password-logo-sec {
    margin-bottom: 1.5em;
}

.reset-password-logo {
    /* max-width: 8em;
    height: auto;
    object-fit: contain; */
    object-fit: contain;
    width: 8em;
    height: 3em;
}

.auth-form {
    box-shadow: 0px 0px 44px 0px #0000000D;
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 2em;
}

.auth-form-heading {
    margin-bottom: 1.5em;
}

.auth-form-heading h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.3em;
    color: var(--tertiary-color);
    line-height: 1.4;
}

.auth-form-heading p {
    color: var(--text-color);
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
}

.auth-form .form-label {
    color: var(--lable-color);
    font-size: 0.85em;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.auth-form .form-label span {
    color: var(--danger-color);
}

.auth-form .input-group {
    border: 1px solid #ededed;
    border-radius: 10px;
    height: 45px;
}

.required-star {
    color: var(--danger-color);
}


.auth-form .form-control {
    border: none;
    font-size: .85em;
    font-weight: 400;
    color: var(--text-color) !important;
    border-radius: 10px;
}

.auth-form .form-control:focus {
    box-shadow: none !important;
}

.auth-form .form-control::placeholder {
    color: var(--gray-color);
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 2;
}

.auth-form .input-group-text {
    background: none;
    border: none;
}

.auth-form .auth-btn {
    background: var(--primary-color) !important;
    text-align: center;
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding: 1em;
    border-radius: 10px;
    text-decoration: none;
    font-size: .9em;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 2em;
    border: none;
    transition: all 1s ease;
}

.auth-form .auth-btn:hover {
    filter: brightness(1.8);
}

.auth-route-sec {
    display: flex;
    margin-top: 1.5em;
    gap: .5em;
    justify-content: center;
}

.auth-route-sec p {
    color: #878e96;
    font-size: .9em;
    font-weight: 400;
    margin-bottom: 0;
}

.auth-route-sec a {
    color: var(--primary-color);
    font-size: 0.9em;
    font-weight: 600;
}

.auth-route-sec a:hover {
    filter: brightness(1.8);
}

.reset-password-img-sec {
    text-align: left;
}

.reset-password-img {
    height: 25em;
    width: auto;
    object-fit: contain;
}

.header-dropdown {
    position: absolute;
    right: 70%;
    min-width: 250px;
    top: 2em;
}

.header-dropdown .dropdown-menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    padding: 1em 0;
}

/* Auth Sec End */

/* Header Sec Start */

.header-user {
    height: 2.2em;
    width: 2.2em;
    object-fit: cover;
    border-radius: 50%;
}

.header-navigation {
    padding-right: 2em;
}

.header-navigation ul {
    display: flex;
    gap: 2em;
    align-items: center;
    margin: 0;
    position: relative;
    top: 1em;
}

.header-navigation ul li a {
    display: grid;
    grid-template-columns: 36px auto;
    align-items: center;
    text-decoration: none;
    padding-bottom: 1.6em;
    position: relative;
}

.header-navigation ul li a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: var(--active-color);
    width: 100%;
    height: 3px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.header-navigation ul li a.active {
    position: relative;
}

/* .header-navigation ul li a.active svg path {
    stroke: var(--primary-color);
} */

.header-navigation ul li a.active svg path.strokes1 {
    stroke: #87B02B;
    fill: #87B02B;
}
.header-navigation ul li a.active svg path.strokes2 {
    stroke: #87B02B;
}

.header-navigation ul li a.active span {
    color: var(--primary-color);
}

.header-navigation ul li a span {
    color: var(--tertiary-color);
    font-size: 0.85em;
    font-weight: 500;
}

.header-icon {
    height: 1.2em;
    width: auto;
    object-fit: contain;
}


.notification-modal a {
    color: #87B02B;
    font-size: .9em;
    font-weight: 600;
    text-decoration: none;
}

.open-notification {
    background: var(--secondary-color) !important;
    border: 1px solid #E9E9E9 !important;
    padding-bottom: 0.2em;
    position: relative;
    margin-right: 0.8em;
}

.open-notification span {
    height: 1.8em;
    width: 1.8em;
    border-radius: 50%;
    color: var(--secondary-color);
    background: #FF4F4F;
    font-size: .7em;
    font-weight: 500;
    position: absolute;
    top: -.8em;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-box-sec {
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 1.5em;
    margin-top:0.5em;
}

.notification-box-main {
    height: calc(100vh - 285px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.notification-user {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
}

.notification-icon {
    height: 3em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: var(--secondary-color);
}

.bell-icon {
    height: 1.5em;
    width: auto;
    object-fit: contain;
}

.notification-id,
.notification-user-name {
    display: flex;
    align-items: center;
    gap: 1em;
}

.notification-user-info h4 {
    color: var(--tertiary-color);
    font-size: .9em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.notification-user-name {
    margin-bottom: .2em;
}

.notification-user-name span {
    font-size: .75em;
    font-weight: 600;
    color: #FF9500;
}

.notification-id p {
    color: var(--gray-color);
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.notification-time p {
    color: var(--gray-color);
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: right;
}

.notification-action-btn {
    display: flex;
    gap: .5em;
    justify-content: flex-end;
}

.notification-modal .modal-footer {
    border: none;
    align-items: center;
    justify-content: center;
}

.notification-modal .modal-footer a {
    color: #87B02B;
    font-size: .9em;
    font-weight: 600;
    text-decoration: none;
}

.notification-tab .nav-pills {
    gap: 1.5em;
    border-bottom: 1px solid var(--primary-border-color);
}

.notifiy-box-head {
    margin-bottom: 1em;
}

.notification-tab .nav-pills .nav-link:focus-visible{
    box-shadow: none;
}

.notification-tab .nav-pills .nav-link {
    padding: 1em 0 !important;
    font-size: 0.95em;
    font-weight: 500;
    color: var(--text-color);
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 0.5em;
    background: none !important;
    border-radius: unset;
}

.notification-tab .nav-pills .nav-link span{
    font-size: 0.85em;
}

.notification-tab .nav-pills .nav-link.active,
.notification-tab .nav-pills .show>.nav-link {
    color: var(--active-color);
    position: relative;
}

.notification-tab .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: var(--active-color);
    width: 100%;
    height: 2px;
    border-radius: 10px;
}

.heading-with-back-btn {
    display: grid;
    grid-template-columns: 35px auto;
    align-items: center;
}

.heading-with-back-btn h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tertiary-color);
}



/* Header Sec end */

/* Dashboard Sec Start */

.dashboard-space-sec {
    margin-top: 1.5em;
}

.main-layout-sec {
    margin-top: 4.2em;
    padding: 2em 1em;
}

.dashboard-ticket-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-top: 0.5em;
}

.dashboard-ticket-card {
    background: var(--secondary-color);
    padding: 1.5em;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 70px auto;
    align-items: center;
}

.ticket-active {
    background: #CFF184 !important;
}

.ticket-active p {
    color: var(--tertiary-color) !important;
}

.ticket-active .ticket-card-icon-sec {
    background: #e2f8b2 !important;
}

.ticket-card-icon-sec {
    height: 3em;
    width: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f9f8;
}

.ticket-card-icon {
    height: auto;
    width: 1.5em;
    object-fit: contain;
}

.ticket-card-info h4 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.4em;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.ticket-card-info p {
    color: var(--gray-color);
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

.dashboard-chart {
    padding: 1.5em;
    background: var(--secondary-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 2em; */
    height: 100%;
}

.dashboard-chart-body-sec {
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 0.85em;
    justify-content: space-between;
    /* height:100%; */
}

.recharts-text {
    font-size: 0.8em;
    font-weight: 500;
    color: var(--tertiary-color);
}

.canvasjs-chart-credit {
    display: none;
}

.dashboard-chart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
}

.dashboard-chart-head h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.dashboard-chart-head a {
    color: var(--primary-color);
    font-size: .8em;
    font-weight: 600;
}

.unassigned-ticket-card {
    padding: 1.5em;
    background: var(--secondary-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-evenly; */
    /* background-image: url('../img/my-tickets-bg-img.svg'); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}
.unassigned-ticket-avater{
text-align: center;
margin-top: 1em;
}
.unassigned-ticket-img {
    width: 100%;
    height: 7em;
    object-fit: contain;
}

.unassigned-ticket-table .ticket-table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-border-color);
    padding-bottom: 1.2em;
    /* margin-bottom: .8em; */
}

.ticket-table-line-one {
    margin: 1.2em 0;
    border-bottom: 1px solid var(--primary-border-color);
}

.ticket-table-line-two {
    margin: 1em 0;
    border-bottom: 1px solid var(--primary-border-color);
}

.unassigned-ticket-table .ticket-table-head p {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.ticket-table-head {
    /* margin-bottom: 1em; */
}

.unassigned-ticket-table .ticket-table-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;
}

.ticket-table-line {
    border-bottom: 1px dashed var(--primary-border-color);
    /* margin: 0.8em 0; */

}

.unassigned-ticket-table .ticket-table-info p {
    color: var(--tertiary-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.chat-view-details-table .ticket-table-info p:first-child {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.chat-view-details-table .ticket-table-info p:last-child {
    color: var(--tertiary-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.view-unassigned-table {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .view-unassigned-table {
    margin-top: 1em;
} */

.view-unassigned-table a {
    color: var(--primary-color);
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.view-unassigned-table a:hover {
    filter: brightness(1.8);
}

.all-ticket-sec .dashboard-chart-head {
    margin-bottom: 1.5em;
}

.ticket-id-copy {
    display: grid;
    align-items: center;
    grid-template-columns: 50px auto;
}

.ticket-id-copy span {
    height: 2.5em;
    width: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: var(--secondary-color);
}

.ticket-id-copy p {
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: nowrap;
}

.dashboard-tick-id {
    display: flex;
    align-items: center;
    gap: 1em;
}

.ticket-id-copy h4 {
    color: var(--tertiary-color);
    font-size: .85em;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: .5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch;
}


.ticket-id-copy button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.ticket-id-copy button:hover svg path{
    fill:var(--primary-color) ;
}

.ticket-card-id-copy {
    display: flex;
    align-items: center;
    gap: 1em;
}

.all-ticket-box {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.ticket-card {
    background: var(--secondary-color);
    border-radius: 10px;
    padding: 1.5em;
}

.ticket-card-active {
    background: #F8F9F8 !important;
}

.ticket-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ticket-card-line {
    margin: 1em 0;
    border-bottom: 1px solid var(--primary-border-color);
}

.ticket-card-time p {
    color: var(--gray-color);
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: right;
}

.user-img-sec .user-icon {
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 50%;
}

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

.ticked-card-profile {
    display: grid;
    grid-template-columns: 55px auto;
    align-items: center;
}

.ticket-email-sec {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5em;
    display: grid;
    grid-template-columns: 25px auto;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.ticked-profile-info h4 {
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.7em;
}

.ticked-profile-info p {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.ticked-card-body {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 2fr;
    gap: 1.5em;
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em; */
}

.ticked-card-body :where(.ticket-id-copy, .ticked-card-status) {
    flex: auto 1;
}

/* .my-ticked-card-body {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr .5fr 2.5fr;
    gap: 1.5em;
}

.ticked-card-body-2 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr  2.5fr;
    gap: 1.5em;
} */


.chat-status {
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 0.7em;
    font-weight: 500;
    color: #006CD0;
    background: #DAEDFF;
    border-radius: 30px;
    margin-bottom: 0em;
    display: inline-block;
}

.video-call-status {
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 0.75em;
    font-weight: 500;
    background: #F0E9FF;
    color: #7F51E1;
    border-radius: 30px;
    margin-bottom: 0.8em;
    display: inline-block;
}

.audio-call-status {
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 0.75em;
    font-weight: 500;
    background: #DFFFEE;
    color: #00C75C;
    border-radius: 30px;
    margin-bottom: 0.8em;
    display: inline-block;
}

.ticked-card-status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6em;
}

.card-border-right {
    position: relative;
}

.card-border-right::after {
    content: '';
    position: absolute;
    width: 1px;
    background: var(--primary-border-color);
    height: 100%;
    right: 60px;
    transform: scale(0.6);
    transform-origin: center;
}

.unassigned-status {
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
    color: var(--tertiary-color);
    border-radius: 30px;
    display: inline-block;
    border: 1px solid var(--primary-border-color);
}

.ongoing-status {
    padding: 0.5em 1.5em;
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
    color: var(--tertiary-color);
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 0em;
    border: 1px solid var(--primary-border-color);
}

.completed-status {
    padding: 0.5em 1.5em;
    font-size: .7em;
    font-weight: 600;
    color: #549557;
    border-radius: 30px;
    border: 1px solid #EAEAEA
}

.ticked-card-status p {
    color: var(--gray-color);
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.chat-notification {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-end;
}

.chat-notification span {
    width: 2em;
    height: 2em;
    background: var(--active-color);
    font-size: .7em;
    font-weight: 500;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 1.5em;
    top: 1em;
}

.ticked-card-action {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1em;
}

.view-card-detail-btn {
    border: 1px solid var(--primary-border-color) !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: 0.8em !important;
    font-weight: 500 !important;
    background: none !important;
    color: var(--tertiary-color) !important;
    transition: 0.25s;
}
.view-card-detail-btn:hover,
.view-card-detail-btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--active-color);
  /* transform: translateY(-0.25em); */
}
.accept-detail-btn {
    border: none !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: 0.8em !important;
    font-weight: 500 !important;
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    align-items: center;
    justify-content: center;
}
.accept-detail-btn:hover, .accept-detail-btn:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--active-color);
    /* transform: translateY(-0.25em); */
}
.card-chat-btn {
    border: none !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: 0.8em !important;
    font-weight: 500 !important;
    background: var(--active-color) !important;
    color: var(--secondary-color) !important;
    transition: 0.25s;
}
.card-chat-btn:hover, .card-chat-btn:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--primary-color);
    /* transform: translateY(-0.25em); */
}
.all-ticket-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.all-ticket-heading {
    display: flex;
    align-items: center;
    gap: .8em;
}

.chat-type-icon {
    font-size: 0.85em;
    font-weight: 400;
    color: var(--gray-color);
    margin-bottom: 0em;
    display: grid;
    grid-template-columns: 25px auto;
    align-items: center;
    text-transform: capitalize;
}

.chat-type-icon img {
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
}

.all-ticket-heading h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.all-ticket-heading span {
    color: #549557;
    background: #9BC53E29;
    height: 2.5em;
    width: 2.5em;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7em;
    font-weight: 500;
}

.all-ticket-action {
    display: flex;
    gap: 1em;
}

.status-filter {
    min-width: 150px;
}

.search-filter{
    min-width: 16em;
}

.search-filter .input-group {
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background: var(--secondary-color);
    height: 45px;
}

.search-filter .form-control,
.filter-date-picker .form-control {
    border: none;
    border-radius: 0;
    background: none;
    font-size: .85em;
    font-weight: 400;
    color: var(--text-color) !important;
}

.search-filter .form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-filter .form-control:focus,
.filter-date-picker .form-control:focus {
    box-shadow: none;
}
.filter-date-picker .input-group
.search-filter .form-control::placeholder,
.filter-date-picker .form-control::placeholder {
    color: #878e96!important;
    font-size: .9em;
    font-weight: 400;
}

.search-filter .form-control::placeholder{
    color: #878e96!important;
    font-size: .9em;
    font-weight: 400;
}

.search-filter .input-group-text,
.filter-date-picker .input-group-text {
    background: none;
    border: none;
}

.filter-date-picker .input-group {
    flex-wrap: unset !important;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background: var(--secondary-color);
    height: 45px;
}

.filter-date-picker .input-group{
    margin-right: 1em;
}

.filter-date-picker .react-datepicker-wrapper input {
    border: none;
    font-size: .85em;
    font-weight: 400;
    color: var(--text-color) !important;
    padding-left: .7em;
}

.filter-date-picker .react-datepicker-wrapper input::placeholder {
    color: #878e96;
    font-size: .95em;
    font-weight: 400;
}

.filter-date-picker .react-datepicker-wrapper input:focus-visible {
    outline: none;
}

.filter-date-picker .rmdp-input {
    border: unset !important;
    font-size: 0.85em;
    font-weight: 400;
    color: var(--gray-color) !important;
    height: 40px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: .375rem .75rem;
}
.filter-date-picker .rmdp-input::placeholder{
    color: #878e96;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 0.85em;
    font-weight: 400;
}
.search-cancel {
    background-color: unset !important;
    padding: 0 !important;
    border: 0 !important;
}

.filter-date-picker .rmdp-input:focus {
    border: 0 !important;
    box-shadow: unset !important;
}

.data-picker-action {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    padding: 1em;
}

.datepicker-btn-cancel {
    font-size: 0.85em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    width: 100%;
    background: var(--active-color) !important;
    padding: 0.6em 1em !important;
    border-radius: 10px !important;
    text-align: center;
    border: none !important;

}

.datepicker-btn {
    font-size: 0.85em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    border: none !important;
    width: 100%;
    background: var(--primary-color) !important;
    padding: 0.6em 1em !important;
    border-radius: 10px !important;
    text-align: center;
}

.date-icon {
    height: 1.4em;
    width: auto;
    object-fit: contain;
}

.video-call-img div {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    border-radius: 10px;
}

/* Modal Sec */

.modal-content {
    border-radius: 10px !important;
    padding: 0px;
    overflow: hidden;
}

.btn-close {
    background: transparent var(--bs-btn-close-bg) center/0.8em auto no-repeat !important;
}

.btn-close:focus,
.btn-close:active,
.btn-close:focus-visible:focus-visible,
.btn-close:focus-within {
    box-shadow: unset !important;
}

.ticket-modal .modal-header {
    border-bottom: none;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em;
    padding-bottom: 0;
}

.ticket-modal .modal-body {
    padding: 1.5em;
}

.ticket-modal .modal-title {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.ticket-view-modal .unassigned-ticket-table .ticket-table-head {
    border-bottom: 0;
}

.ticket-view-modal .unassigned-ticket-table .ticket-table-info {
    padding: 0 !important;
}

.ticket-view-modal .unassigned-ticket-table .ticket-table-info p:first-child {
    color: var(--gray-color);
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

.ticket-view-modal .unassigned-ticket-table .ticket-table-info p:last-child {
    color: var(--tertiary-color);
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

.ticket-view-modal .unassigned-ticket-table {
    padding: 1.5em 0;
    padding-bottom: 0;
}

.modal-img-sec {
    text-align: center;
}

.modal-img {
    height: auto;
    width: 12em;
    object-fit: contain;
}

.modal-img-sec {
    padding-bottom: 1.5em;
}

/* .modal-info {
    padding-bottom: 1.5em;
} */

.ticket-modal .modal-content {
    border: 0;
}

.modal-info h4 {
    color: var(--tertiary-color);
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
    text-align: center;
}

.modal-info p {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: center;
}

.modal-info p strong {
    color: var(--tertiary-color);
}

.modal-info-sec p {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0em;
    text-align: center;
}

.modal-info-sec p strong {
    color: var(--tertiary-color);
}

.modal-action-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;
}

.modal-action-btn .modal-cancel-btn {
    background: #8A8A8A12 !important;
    border: none !important;
    padding: 1em !important;
    border-radius: 0px !important;
    font-size: 0.85em !important;
    font-weight: 600 !important;
    color: var(--tertiary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    width: 100%;
    justify-content: center;
}

.modal-action-btn .modal-cancel-btn:hover {
    filter: brightness(1.3);
}

.modal-action-btn .modal-accept-btn {
    border: none !important;
    padding: 1em !important;
    border-radius: 0px !important;
    font-size: 0.85em !important;
    font-weight: 600 !important;
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    width: 100%;
    justify-content: center;
}

.modal-action-btn .modal-accept-btn:hover {
    filter: brightness(1.3);
}

.modal-action-complete .modal-accept-btn {
    background: var(--primary-color) !important;
    border: none !important;
    padding: 1em !important;
    border-radius: 0px !important;
    font-size: 0.85em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    width: 100%;
    justify-content: center;
}

.modal-action-complete .modal-accept-btn {
    filter: brightness(1.3);
}

.call-cut {
    background: #F31617 !important;
    border: none !important;
    padding: 0.8em 1em !important;
    border-radius: 0px !important;
    font-size: .9em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    align-items: center;
    gap: 1em !important;
    width: 100%;
    justify-content: center;
}

.call-accept {
    background: #87B02B !important;
    border: none !important;
    padding: 0.8em 1em !important;
    border-radius: 0px !important;
    font-size: .9em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    align-items: center;
    gap: 1em !important;
    width: 100%;
    justify-content: center;
}

.accept-call-modal .modal-content {
    background: #000;
    border: 0 !important;
}

.call-user-id-frame {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.ticket-call-icons {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F6F638;
}

.ticket-call-info p {
    font-size: 0.95em;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
    line-height: 1.4;
}

.accept-call-modal .modal-info h4,
.accept-call-modal .ticket-id-copy p {
    color: var(--secondary-color) !important;
}

.accept-call-modal .modal-info p {
    color: #999A9B;
}

.accept-call-modal .ticket-id-copy span {
    background: #363636 !important;
}

.modal-user-img {
    height: 7em;
    width: 7em;
    object-fit: cover;
    border-radius: 50%;
}

.ticket-modal .unassign-modal-footer .accept-detail-btn {
    background-color: var(--primary-color) !important;
    border-radius: 0 !important;
    padding: 1em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-top: 1.5em;
    width: 100%;
    border: 0 !important;
}

.ticket-modal .ongoing-modal-footer {
    display: flex;
    padding: 0;
    border-top: 0;
}

.ongoing-modal-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.modal-chat-btn {
    font-size: 0.85em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    justify-content: center;
    border: none !important;
    width: 100%;
    background: var(--active-color) !important;
    padding: 1em !important;
    border-radius: 0 !important;
}

.modal-chat-btn:hover {
    filter: brightness(1.3);
}

.modal-complete-btn {
    font-size: 0.85em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    justify-content: center;
    border: none !important;
    width: 100%;
    background: var(--primary-color) !important;
    padding: 1em !important;
    border-radius: 0 !important;

}

.modal-complete-btn:hover {
    filter: brightness(1.3);
}

.reopen-ticket-id {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5em;
}

/* Chat Sec Style */
.chat-ticket-box {
    background-color: var(--secondary-color);
    max-height: calc(100vh - 190px);
    /* margin: 2em 0; */
    margin-top: 1em;
    margin-bottom: 1em;
    height: auto;
    overflow: auto;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.chat-ticket-box ::-webkit-scrollbar {
    display: none !important;
}

.chat-ticket-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    border-radius: 10px;
    background-color: var(--secondary-color);
    gap: 1em;
}

.chat-ticket-time {
    display: flex;
    flex-direction: column;
    gap: .5em;
    justify-content: flex-end;
    align-items: flex-end;
}

.chat-ticket-time span {
    width: 2em;
    height: 2em;
    background: var(--active-color);
    font-size: .7em;
    font-weight: 500;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-ticket {
    background: var(--secondary-color);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 1.25em;
    height: 100%;
    padding: 2em 0;
}

.chat-all-ticket {}

/* 
.header-with-back-btn {
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 1em;
} */

/* .header-with-back-btn h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tertiary-color);
    line-height: 1.2;
} */

.all-ticket-heading h4 {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.ticket-card-id-info p {
    color: var(--text-color);
    font-size: .8em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.chat-ticket-time p {
    color: var(--gray-color);
    font-size: 0.75em;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
}

.ticket-card-id-info p {
    color: var(--tertiary-color);
}

.hide-btn {
    background-color: transparent !important;
    padding: 0 !important;
    border: 0 !important;
}

.error-msg {
    font-size: 0.8em;
    font-weight: 400;
    color: red;
    margin-top: 0.3em;
    /* Profile Sec Style */
}

.profile-modal .modal-content {
    padding: 0em !important;
}

.profile-modal .modal-body {
    margin-top: 1em;
    padding: 0 !important;
}

.profile-modal .modal-header {
    border-bottom: none;
}

.profile-modal .modal-title {
    color: var(--tertiary-color);
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
}

.profile-modal .nav-pills {
    gap: 0.5em;
}

.profile-modal .nav-pills .nav-link {
    text-align: start;
    padding: 0.7em 1.4em !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    color: var(--tertiary-color);
    padding: 1em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.profile-modal .nav-pills .nav-link.active {
    background: #E7F8C0;
    color: var(--tertiary-color);
}

.profile-picture-sec {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 1px solid var(--primary-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    object-fit:cover;
}

.profile-picture-head {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 1em;
}

.profile-sec {
    margin-top: -2em;
}

.profile-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.profile-detail .form-control {
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    background: var(--secondary-color);
    height: 45px;
    font-size: .85em;
    font-weight: 400;
    color: var(--text-color) !important;
}

.profile-detail .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--primary-border-color);
}

.profile-detail .text-area {
    height: auto;
}

.profile-modal .modal-footer {
    border-top: none;
    justify-content: start;
    align-items: start;
}

.profile-tabs-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.auth-action-frame {
    margin-bottom: 1.5em;
}

.logout-btn {
    border: none !important;
    padding: 0.7em 1.4em !important;
    font-size: .9em !important;
    font-weight: 600 !important;
    background: none !important;
    color: var(--tertiary-color) !important;
    display: flex !important;
    align-items: center;
    gap: 1em;
}
.change-password{
margin-top: -1em;
}
.change-password .form-label,
.profile-detail .form-label {
    color: var(--lable-color);
    font-size: 0.85em;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.change-password .input-group {
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    height: 45px;
}

.change-password .form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    font-size: .85em;
    font-weight: 400;
    color: var(--text-color) !important;
    border-radius: 10px;
}

.change-password .form-control::placeholder {
    color: #878e96;
    font-size: .9em;
    font-weight: 400;
}

.change-password .form-control:focus {
    box-shadow: none;
}

.change-password .input-group-text {
    background: none;
    border: none;
}

.change-password-heading {
    margin-bottom: 1em;
}

.change-password-heading h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0em;
    color: var(--tertiary-color);
    line-height: 1.2;
}

.profile-action-frame {
    margin-top: 1em;
}

.profile-preview-sec {
    border: 3.14px solid #EAEAEF;
    border-radius: 20px;
    padding: 2em;
    text-align: center;
    margin-bottom: 1em;
}

.profile-preview-img {
    height: 15em;
    width: 15em;
    border-radius: 50%;
    object-fit: cover;
}

/* chat sec */
.chat-user-box {
    position: relative;
    padding-top: 5.2em;
    height: calc(100vh - 0px);
    overflow: hidden;
    display: flex;
}
.chat-user-box-device{
    position: relative;
    padding-top: 5.2em;
    height: calc(100vh - 0px);
    overflow: hidden;
    display: block;
}

.chat-user-info-card-frame {
    width: 30%;
    background: var(--secondary-color);
    height: 100%;
    padding: 1.5em;
}

.chat-device-form{
    width: 100%;
    background: var(--secondary-color);
    height: 100%;
    padding: 1.5em;
}

.chat-user-avater {
    object-fit: cover;
    width: 2.5em;
    height: 2.5em;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-user-icons {
    text-transform: capitalize;
    font-size: 0.85em;
    font-weight: 400;
    color: var(--gray-color);
    margin-bottom: 0em;
}

.chat-user-icons img {
    width: auto;
    margin-right: 0.5em;
}

.chat-user-profile-card {
    display: grid;
    grid-template-columns: 55px auto;
    align-items: center;
}

.chat-user-profile-card-info h4 {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0.4em;
}

.scroll-down-button {
    position: fixed;
    right: 0;
    bottom: 12%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.chat-ticket-card {
    margin-bottom: 0.5em;
    border: 1px dashed var(--primary-border-color);
}

.chat-ticket-card.ticket-card-active {
    border: 1px dashed transparent;
}

.chat-ticket-card:last-child {
    margin-bottom: 0;
}

.chat-user-profile-card-info p {
    font-size: 0.85em;
    font-weight: 400;
    color: var(--gray-color);
    margin-bottom: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.view-ticlet-btn {
    border: 1px solid var(--primary-border-color) !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: 0.85em !important;
    font-weight: 500 !important;
    background: var(--secondary-color) !important;
    color: var(--tertiary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    align-items: center;
    justify-content: center;
}
.view-ticlet-btn:hover, .view-ticlet-btn:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--active-color);
    /* transform: translateY(-0.25em); */
}
.chat-layout-sec {
    background: var(--secondary-color);
    padding-top: 5.5em;
}

.chat-user-card-frame {
    flex: auto 1;
    width: 70%;
}
.fancybox__footer{
    display: none!important;
}
.chat-user-card-device {
    width: 100%;
}
.chat-show-device{
display: block;

}
.chat-show-device-none{
    display: none;
    
    }

.chat-box-sec {
    height: 100%;
    background: #F8F9F8;
    position: relative;
}

.chat-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 0px 0px #6868681a;
    padding: 1em 1em;
    position: relative;
    z-index: 1;
}

.chat-user {
    display: grid;
    grid-template-columns: 55px auto;
    align-items: center;
}

.user-profile-info h4 {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: .2em;
}

.chat-resp-back-btn{
    border: 0!important;
    background: var(--primary-color) !important;
    color: var(--tertiary-color) !important;
    display: flex !important;
    gap: 0.5em !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 2.2em;
    height: 2.2em;
}

.user-profile-info p {
    color: var(--text-color);
    font-size: .8em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: .5em;
}

.user-profile-info p .online {
    height: .7em;
    width: .7em;
    background: var(--active-color);
    border-radius: 50%;
}

.chat-head-action {
    display: flex;
    align-items: center;
    gap: 0.8em;
    justify-content: space-between;
}

.chat-head-action .flag-select {
    border: 1px solid #E9E9E9;
    background: var(--secondary-color);
    padding: .15em .5em !important;
    border-radius: 10px !important;
}

.chat-head-action .flag-select__btn {
    font-size: .9em !important;
    font-weight: 500 !important;
    color: var(--tertiary-color);
}

.chat-head-action .flag-select__options {
    min-width: 180px !important;
    margin-top: 1em;
    border-radius: 8px;
}

.chat-head-action .flag-select__option__label {
    font-size: .9em !important;
    font-weight: 500 !important;
    color: var(--tertiary-color);
}

.video-chat {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding:1em 1em;
    height: calc(100vh - 190px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #F7F7F8;
}

.chat-box-main {
    gap: 1em;
    padding: 0em;
    height: calc(100vh - 230px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.image-uploaded,
.video-uploaded,
.file-uploaded {
    display: flex !important;
    align-items: center;
    gap: 1em;
}

/* .chat-box-main::-webkit-scrollbar {
    display: none !important;
} */

::-webkit-scrollbar {
 display: none;
}

.chat-box-main ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.chat-box-main ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.chat-box-main ::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}


.chat-day-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}

.chat-day-info p {
    font-size: .8em;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 0;
}

.user-chat-sec {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: end;
    margin-bottom: 1em;
}

.admin-chat-sec {
    margin-bottom: 1em;
}

/* 
.user-chat-img-sec {
  
} */

.user-chat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.user-chat-text {
    display: inline-block;
    background: var(--secondary-color);
    padding: 0.8em 1.6em;
    border-radius: 18px 18px 18px 0;
    width: fit-content;
    position: relative;
}

.user-chat-text::after {
    content: '';
    position: absolute;
    left: -24.5px;
    bottom: 0px;
    width: 3em;
    height: 3em;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="22" fill="none" viewBox="0 0 25 22" ><path fill="%23fff" d="M6.368 16.995C12.569 12.111 12.776 4.65 12.783.018l11.499 21.964H.001C.783 21.5 1.283 21 6.368 16.996z" ></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;

}

.user-media-layout {
    display: inline-block;
    background: #e6e6e6;
    padding: 0.8em;
    border-radius: 18px 18px 18px 0;
    width: fit-content;
    position: relative;
}

.user-media-layout::after {
    content: '';
    position: absolute;
    left: -24.5px;
    bottom: 0px;
    width: 3em;
    height: 3em;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="22" fill="none" viewBox="0 0 25 22" ><path fill="%23e6e6e6" d="M6.368 16.995C12.569 12.111 12.776 4.65 12.783.018l11.499 21.964H.001C.783 21.5 1.283 21 6.368 16.996z" ></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;

}

.media-img-chat {
    width: 14em;
    height: 8em;
    /* object-fit: cover; */
    object-fit: contain;
    border-radius: 10px;
    background-color: var(--secondary-color);
}

.user-chat-text p {
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.user-chat-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    justify-items: start;
}

.user-chat-info span {
    color: var(--gray-color);
    font-size: .7em;
    font-weight: 400;
}

.admin-chat-info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 0.6em;
}

.admin-chat-text {
    display: flex;
    justify-content: end;
    background: #87b02b;
    padding: 1em;
    border-radius: 18px 18px 0px 18px;

    color: var(--secondary-color);
    position: relative;
}

.admin-chat-media:after {
    content: '';
    position: absolute;
    position: absolute;
    right: -24.5px;
    bottom: 0px;
    width: 3em;
    height: 3em;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="22" fill="none" viewBox="0 0 25 22" ><path fill="%2387B02B" d="M17.945 16.995C11.743 12.111 11.536 4.65 11.53.018L.03 21.982h24.282c-.783-.482-1.283-.982-6.367-4.986z" ></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
}

.admin-chat-media {
    display: flex;
    justify-content: end;
    background: #87b02b;
    padding: 1em;
    border-radius: 18px 18px 0px 18px;

    color: var(--secondary-color);
    position: relative;
}

.admin-chat-text::after {
    content: '';
    position: absolute;
    position: absolute;
    right: -24.5px;
    bottom: 0px;
    width: 3em;
    height: 3em;
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="22" fill="none" viewBox="0 0 25 22" ><path fill="%2387B02B" d="M17.945 16.995C11.743 12.111 11.536 4.65 11.53.018L.03 21.982h24.282c-.783-.482-1.283-.982-6.367-4.986z" ></path></svg>');
    background-repeat: no-repeat;
    background-position: bottom;
}

.admin-chat-text p {
    color: var(--secondary-color);
    font-size: .8em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.admin-chat-info span {
    color: var(--gray-color);
    font-size: .7em;
    font-weight: 400;
}

.message-input-box {
    display: flex;
    align-items: center;
    gap: 1em;
    background: var(--secondary-color);
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.message-input-box .message-input-btn {
    background: none !important;
    border: none !important;
}

.message-input-box .send-msg-btn {
    background: var(--primary-color) !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 10px;
    width: 70px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-input-box .send-msg-btn:hover{
opacity: 0.9;
}

.message-input-box .input-group {
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background: var(--secondary-color);
}

.message-input-box .form-control {
    border: none;
    border-radius: none;
    font-size: .85em;
    font-weight: 400;
    color: var(--text-color) !important;
    height: 45px;
}

.message-input-box .form-control::placeholder {
    color: #878e96;
    font-size: .9em;
    font-weight: 400;
}

.message-input-box .form-control:focus {
    box-shadow: none;
}

.message-input-box .input-group-text {
    background: none;
    border: none;
    padding: 0;
}


.chat-ticket-upload h3 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 1em;
    color: var(--tertiary-color);
    line-height: 1.2;
    margin-top: 1.5em;
}

.chat-ticket-upload .nav-pills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5em;
    margin-bottom: 1em;
}

.chat-ticket-upload .nav-pills .nav-link {
    padding: 0.5em 1.2em;
    font-size: 0.8em;
    font-weight: 500;
    color: var(--tertiary-color);
    border-radius: 10px;
    border: 1px solid var(--primary-border-color);
    text-align: center;
}

.chat-ticket-upload .nav-pills .nav-link.active,
.chat-ticket-upload .nav-pills .show>.nav-link {
    border: 1px solid #F8FDED;
    color: var(--active-color);
    background: #F8FDED;
}

.chat-upload-img-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    max-height: calc(100vh - 370px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 0.5em;
}

.chat-upload-img-box::-webkit-scrollbar {
    display: none !important;
}

.chat-upload-img-box .chat-upload-img {
    width:  100%;
    height: 8em;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    padding: 8px;
    background: #f9f9f9;
}

.chat-upload-img-sec {
    /* height: 7em;
    width: 7em; */
    position: relative;
    border-radius: 10px;

}

.chat-upload-video-sec {
    position: relative;
    width: 13.5em;
    height: 100%;
}

.chat-upload-video-sec .delete-img {
    background: none !important;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

.chat-upload-img-sec .delete-img {
    background: none !important;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.chat-upload-audio-box {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    max-height: calc(100vh - 370px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 0.5em;
}

.audio-card {
    display: grid;
    align-items: center;
    justify-content: space-between;
    background: #F8F9F8;
    border-radius: 10px;
    padding: 1em;
    grid-template-columns: 230px auto;
    gap: 1em;
}

.audio-card-file {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
}

.audio-icon {
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    height: 2.5em;
    width: 2.5em;
    font-size: 1em !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}

.audio-file-name h4 {
    color: var(--tertiary-color);
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.audio-file-name p {
    color: var(--gray-color);
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.audio-btn-sec {
    display: flex;
    gap: 0.5em;
}

.audio-btn {
    height: 2.5em;
    width: 2.5em;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary-border-color) !important;
    background: #f4ffda !important;
    border-radius: 10px !important;
}

.chat-upload-video-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    /* max-height: calc(100vh - 406px) !important; */
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: calc(100vh - 370px) !important;
}

.chat-upload-doc-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    /* max-height: calc(100vh - 406px) !important; */
    max-height: calc(100vh - 370px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.doc-card {
    padding: 1em;
    border-radius: 10px;
    background: #F8F9F8;
    position: relative;
}

.docs-icon {
    border: 1px solid var(--primary-border-color);
    border-radius: 10px;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}

.docs-card-file {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1em;
}

.docs-btn-sec {
    position: absolute;
    top: 10px;
    right: 10px;
}

.docs-btn {
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 0px solid var(--primary-border-color) !important;
    background: transparent !important;
    border-radius: 10px !important;
}

.chat-upload-video {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}

.file-upload-box {
    padding: 2em;
    border-radius: 10px;
    border: 1px solid #87B02B;
    background: #EEFFC7;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

.file-upload-info {
    text-align: center;
}

.file-upload-info h4 {
    color: var(--tertiary-color);
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: center;
}

.add-file-btn {
    border: none !important;
    padding: 0.7em 1.4em !important;
    border-radius: 10px !important;
    font-size: 0.85em !important;
    font-weight: 500 !important;
    background: #9BC53E1F !important;
    color: var(--active-color) !important;
}

/* video call sec */

.vido-call-sec {
    padding: 2em;
}

.video-call-img {
    /* height: 32em;
    width: auto;
    object-fit: contain; */
}

.vido-call-action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 1em;
}

.call-mute-btn {
    padding: 0 !important;
    background-color: unset !important;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 50% !important;
    border: none !important;
    width: 3em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera-off-btn {
    padding: 0 !important;
    background: var(--secondary-color) !important;
    box-shadow: 0px 1px 4px 0px #00000040;
    height: 3em;
    width: 3em;
    border-radius: 50% !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.end-call-btn {
    background: linear-gradient(0deg, #FF001B, #FF001B),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(0deg, rgba(240, 128, 128, 0.2), rgba(240, 128, 128, 0.2)) !important;
    box-shadow: 0px 1px 4px 0px #00000040;
    border: none !important;
    border-radius: 30px !important;
    padding: 1em 2em !important;
    font-size: .9em !important;
    font-weight: 600 !important;
    color: var(--secondary-color) !important;
}

.video-call-head {
    background: var(--primary-color);
    padding: 1.5em;
}

.video-call-head h4 {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--secondary-color);
    line-height: 1.2;
}

.video-call-detail {
    border-left: 1px solid var(--primary-border-color);

}

.audio-chat-table {}

.audio-chat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audio-chat-head p {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.audio-chat-info p:last-child {
    color: var(--tertiary-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.audio-chat-info p:first-child {
    color: var(--gray-color);
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

.audio-chat-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 0;
}

.auio-call-ticket-box {
    /* background: #F7F7F8; */
    min-height: calc(100vh - 220px) !important;
    padding: 1.5em;
    padding-top: 1.5em !important;
}

.video-call-ticket-box {
    /* background: #F7F7F8; */
    height: calc(100vh - 205px) !important;
    padding: 1.5em;
    padding-top: 1.5em !important;
}

.video-call-ticket-box .ticket-id-copy {
    margin-top: 1.5em;
}

.video-call-detail-tab .nav-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    background: var(--secondary-color);
    padding: 0 1em;
}

.video-call-detail-tab .nav-pills .nav-link {
    padding: 1.5em !important;
    font-size: 0.85em;
    font-weight: 600;
    color: var(--tertiary-color);
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 0.5em;
    background: none !important;
    border-radius: unset;
}

.video-call-detail-tab .nav-pills .nav-link.active,
.video-call-detail-tab .nav-pills .show>.nav-link {
    color: var(--active-color);
}

.video-call-detail-tab .nav-pills .nav-link.active svg path {
    stroke: var(--active-color);
}

.video-call-detail-tab .nav-pills .nav-link.active {
    position: relative;
}

.video-call-detail-tab .nav-pills .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: var(--active-color);
    width: 100%;
    height: 2px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.profile-form-frame {
    padding: 1.5em;
    padding-top: 0;
}

/* Audio Call Style */

.audio-call-sec {
    padding: 2em;
    min-height: calc(100vh - 120px);
}

.audio-call-main {
    min-height: calc(100vh - 218px) !important;
    background: url(../img/chat-upload/audio-bg.png) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    border-radius: 18px;
}

.video-call-with-main {
    min-height: calc(100vh - 218px) !important;
    background: url(../img/chat-upload/audio-bg.png) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    border-radius: 18px;
}

.audio-call-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.video-call-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.video-call-user {
    text-align: center;
}

.video-call-img {
    height: 10em;
    width: 10em;
    border-radius: 50%;
    object-fit: cover;
}

.video-call-user h4 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--secondary-color);
    line-height: 1.2;
    margin-top: 1em;
}

.audio-call-user {
    text-align: center;
}

.audio-call-img {
    height: 12em;
    width: 12em;
    border-radius: 50%;
    object-fit: cover;
}

.audio-call-user h4 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--secondary-color);
    line-height: 1.2;
    margin-top: 1em;
}

.audio-call-progress p {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--secondary-color);
    line-height: 1.2;
    margin-top: 0;
}

.audio-call-time {
    display: flex;
    align-items: center;
    gap: .5em;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: .5em .8em;
    border-radius: 8px;

}

.audio-call-time p {
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--primary-color);
    line-height: 1.2
}

.audio-call-time .call-time-status {
    height: .8em;
    width: .8em;
    background: var(--active-color);
    border-radius: 50%;
}

.video-call-user p span{
    color: var(--secondary-color);
}

.video-call-user p{
    margin-bottom: 0;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items:center;
}

.video-call-time {
    /* display: flex;
    align-items: center;
    gap: .5em;
    background: #00000036; */
    color: var(--active-color);
    font-size: .75em;
    font-weight: 400;
    /* position: absolute; */
    background: var(--secondary-color);
    border-radius: 5px;
    display: inline-flex;
    padding: 0.5em;
    /* padding: .5em .8em;
    border-radius: 10px; */
    /* position: absolute; */
    /* bottom: 0;
    right: 0; */
}

.video-call-time p {
    font-size: .75em;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--secondary-color);
    line-height: 1.2
}



.state label {
    margin-left: 10px;
}


/* Pagenation  */
.ticket-pagination-frame #react-paginate ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ticket-pagination-frame #react-paginate ul li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ticket-pagination-frame #react-paginate ul li {
    padding: 0 !important;
}

.ticket-pagination-frame #react-paginate ul li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ticket-pagination-frame #react-paginate ul li.active-page a {
    background-color: var(--active-color) !important;
    color: var(--secondary-color);
    /* border: 0 !important; */
}

.ticket-pagination-frame #react-paginate ul li a {
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1.2em !important;
    font-size: 0.9em;
    font-weight: 500;
    color: var(--primary-color);
}

.no-data-frame {
    background-color: var(--secondary-color);
    border-radius: 10px;
    min-height: calc(100vh - 185px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-data-frame.no-ticket-found{
    min-height: calc(100vh - 400px);
}

.no-data-frame h4 {
    font-size: 1em;
    color: var(--tertiary-color);
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    margin-top: 1em;
}

.pie6 {
    text-align: center;
}

.pie-info h5 {
    font-size: 0.8em;
    font-weight: 500;
    color: var(--gray-color);
    margin-bottom: 0.5em;
}

.pie-info h3 {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0em;
}

.pie-card-frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.pie-card {
    margin-top: 1em;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: flex-start;
}

.pie-color {
    --_background: var(--background, var(--primary-color));
    width: 1.5em;
    height: 1.5em;
    border-radius: 10px;
    background-color: var(--_background);
}

.ongoing {
    --background: #1F4121;
}

.total {
    --background: #00A0D9;
}

.close {
    --background: #F1846C;
}

.unassign {
    --background: #87B02B;
}

#scrollableDiv {
    overflow-x: hidden;
}








/* Notify Section  */
.dropdown-menu {
    min-width: 659px !important;
    left: -539px !important;
    padding: 1.5em !important;
    border: 0 !important;
    z-index: 1;
    top: 160% !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 0 !important;
}

.notification-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 1em;
}

.notifiy-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-box-head h4 {
    font-size: 1em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0;
}

.notification-box-head a {
    color: var(--active-color) !important;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;

}

.notification-box-footer {
    padding: 1.5em;
    text-align: center;
}

.notification-box-footer a,
.notify-action-head a {
    color: var(--active-color) !important;
    font-size: 0.9em;
    font-weight: 600;
    text-decoration: none;

}

.no-notifiy-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.no-notifiy-frame .modal-img {
    height: auto;
    width: 8em;
    margin: 0 auto;
}

.mark-as-btn {

    background-color: unset !important;
    padding: 0 !important;
    color: var(--active-color) !important;
    font-size: 0.85em;
    font-weight: 400;
    border: none !important;
}

.notification-box {
    /* display: flex; */
    flex-direction: column;
    gap: 1em;
    max-height: calc(100vh - 360px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.notify-action-frame .dropdown-toggle::after {
    display: none !important;
}

.notification-box::-webkit-scrollbar,
.notification-box-main::-webkit-scrollbar {
    display: none !important;
}


.notification-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0.2em;
    border-bottom: 1px solid var(--primary-border-color);
    margin: 0 1em;
}

.notification-box-main .notification-card:last-child {
    border-bottom: 1px solid transparent;
}

.notify-frame-card:last-child .notification-card {
    border-bottom: 1px solid transparent;
}

.new-notifiy {
    background-color: #FAFFF0;
}

.video-full-frame {

    position: relative;

}

.video-call-video div {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    border-radius: 10px;
}

.video-call-img {
    height: 12em;
    width: 12em;
    border-radius: 50%;
    object-fit: cover;
}

#agora_local {

    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.video-call-with-video-box-frame {

    position: relative;
}

.video-call-with-local-call {

    width: 6em;
    height: 10em;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    object-fit: cover;

}
.default-img-avater{
    width: 100%;
    height: 16em;
    object-fit: cover;
}
.video-call-with-local-placeholder {
    position: absolute;
    background-color: #00000036;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.4em 0.4em;
    border-radius: 10px;
    text-align: center;
    width:100%;
}

.video-call-with-local-placeholder h4 {
    font-size: 0.6em;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--secondary-color);
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

}

.video-call-with-video-box {

    position: relative;
}

.video-call-with-video-info {

    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-call-with-video-info p {
    position: relative;
    font-size: 1em;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 0.8em 1.6em;
    margin-bottom: 0;
    padding-left: 2.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;

}
.video-call-with-video-info p span{
font-weight: 700;
line-height: 1.8;
}


.video-call-with-video-info p::after {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 15px;
    bottom: 22px;
    background-color: var(--active-color);
}


.media-img-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
}

.admin-media-img-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
}

.admin-media-img {
    width: 8em;
    height: 8em;
    object-fit: cover;
    background-color: var(--secondary-color);
    border-radius: 10px;
    position: relative;
}

.admin-media-img-card .admin-media-img:last-child::after {
    content: ' ';
    position: absolute;
    background-color: #000;
    inset: 0;
    width: 100;
    height: 100%;
}

.admin-chat-sec {
    display: flex;
    justify-content: end;
}

.admin-chat-info,
.user-chat-text {
    max-width: 599px;
}

.video-full-frame {
    position: relative;
}

.video-call-with-audio-main {
    min-height: calc(100vh - 218px) !important;
    background: url(../img/chat-upload/audio-bg.png) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    border-radius: 18px;
}

.video-call-with-audio-box {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.gridlayout {
    display: grid;
    gap: 0.5em;
}

.grid-layout-one {
    grid-template-columns: repeat(1, 1fr);
}

.grid-layout-two {
    grid-template-columns: repeat(2, 1fr);
}

.loader-wrapped {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: flex;
    color: var(--active-color);
    background:
        linear-gradient(currentColor 0 0) right /51% 100%,
        linear-gradient(currentColor 0 0) bottom /100% 51%;
    background-repeat: no-repeat;
    animation: l16-0 2s infinite linear .85s;
    border-radius: 2px;
}

.loader::before {
    content: "";
    width: 50%;
    height: 50%;
    background: currentColor;
    animation: l16-1 1s infinite linear;
    border-radius: 2px;
}

@keyframes l16-0 {

    0%,
    12.49% {
        transform: rotate(0deg)
    }

    12.5%,
    37.49% {
        transform: rotate(90deg)
    }

    37.5%,
    62.49% {
        transform: rotate(180deg)
    }

    62.5%,
    87.49% {
        transform: rotate(270deg)
    }

    87.5%,
    100% {
        transform: rotate(360deg)
    }
}

@keyframes l16-1 {
    0% {
        transform: perspective(80px) rotate3d(-1, -1, 0, 0)
    }

    80%,
    100% {
        transform: perspective(80px) rotate3d(-1, -1, 0, -180deg);
        color: var(--primary-color)
    }
}

.some-thing-wrapped {
    background-color: var(--secondary-color);
    border-radius: 10px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.back-btn{
    background: var(--primary-color) !important;
    text-align: center;
    width: 100% !important;
    display: flex;
    justify-content: center;
    padding: 1em;
    border-radius: 10px;
    text-decoration: none;
    font-size: .9em;
    font-weight: 600;
    color: var(--secondary-color);
    margin-top: 2em;
    border: none;
    transition: all 1s ease;
}
.some-thing-img {
    width: 20em;
    height: 20em;
    object-fit: contain;
}

.no-chat-frame h4 {
    font-size: 1em;
    color: var(--tertiary-color);
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    margin-top: 1em;
}

.no-chat-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.auth-form .pretty {
    margin-top: 2em;
}



.data-not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 400px) !important;
}

.data-not-found h4 {
    font-size: 1em;
    color: var(--tertiary-color);
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    margin-top: 1em;
}

.data-not-found .modal-img {
    width: 8em;
    height: auto;
    object-fit: contain;
}

.video-call-detail-tab .unassigned-ticket-table .ticket-table-head {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.highlight {
    position: relative;
    display: inline-flex;
    width: 12px;
    height: 12px;
    --iteration-count: infinite;
}

.highlight::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    border-radius: 50%;
}

.highlight-content-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    justify-content: center;
    /* width: 100%; */
    font-size: 0.9em;
    font-weight: 600;
    color: var(--gray-color);
    padding: 0.5em 1em;
    border-radius: 10px;
    margin: auto;
    border: 1px dashed var(--primary-border-color);
}

.completed-bg {
    background-color: rgba(110, 191, 93, 0.5);
    position: relative;
    width: auto;
    display: inline-flex;
    height: 24px;
    padding: 0 10px 0 5px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    gap: 0.5em;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.6;
}

.completed-bg p {
    margin-bottom: 0;
}

.completed-color {
    color: RGBA(var(--completed), 1);
}

.highlight.completed::after {
    background: RGBA(var(--completed), 1);
    border: 1px solid RGBA(var(--completed), 1);
    -webkit-animation: pulse_completed 1s ease var(--iteration-count);
    animation: pulse_completed 1s ease var(--iteration-count);
}

@keyframes pulse_completed {

    0% {
        -webkit-box-shadow: 0px 0px 0px 0px RGBA(var(--completed), 1);
        box-shadow: 0px 0px 0px 0px RGBA(var(--completed), 1);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px transparent;
        box-shadow: 0px 0px 0px 5px transparent;
    }
}

.waiting-bg {
    background-color: rgba(245, 136, 31, 0.5);
    position: relative;
    width: auto;
    display: inline-flex;
    height: 24px;
    padding: 0 10px 0 5px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    gap: 0.5em;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.6;
}

.waiting-bg p {
    margin-bottom: 0;
}

.waiting-color {
    color: RGBA(var(--waiting), 1);
}

.highlight.waiting::after {
    background: RGBA(var(--waiting), 1);
    border: 1px solid RGBA(var(--waiting), 1);
    -webkit-animation: pulse_waiting 1s ease var(--iteration-count);
    animation: pulse_waiting 1s ease var(--iteration-count);
}

@keyframes pulse_waiting {

    0% {
        -webkit-box-shadow: 0px 0px 0px 0px RGBA(var(--waiting), 1);
        box-shadow: 0px 0px 0px 0px RGBA(var(--waiting), 1);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 5px transparent;
        box-shadow: 0px 0px 0px 5px transparent;
    }
}

.chat-log-info-box {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    justify-content: center;
    /* width: 100%; */
    font-size: 0.9em;
    font-weight: 600;
    color: var(--gray-color);
    padding: 0.6em 1em;
    border-radius: 10px;
    margin: auto;
    border: 1px dashed var(--primary-border-color);
    background-color: var(--secondary-color);
    margin-bottom: 1em;
}

.chat-log-info-sec h4 {
    font-size: 0.9em;
    font-weight: 600;
    color: var(--tertiary-color);
    margin-bottom: 0.2em;
}

    .chat-log-info-sec p{
        font-size: .8em;
        font-weight: 400;
        color: var(--gray-color);
        margin-bottom: 0;
        font-style: italic;
    }
/* Add Voice Modal Start  */
.audio-voice-header{
display: flex;
align-items: center;
justify-content: space-between;
}
.audio-voice-header h4{
font-size: 1.2em;
font-weight: 500;
margin-bottom: 0;
color: var(--tertiary-color);
}
.audio-voice-header .modal-close{
background-color: unset!important;
padding: 0!important;
border: 0!important;
position: absolute;
right: 20px;
top: 12px;
}
.speak-btn{
background-color: unset!important;
border: 0!important;
padding: 0!important;
color: #000!important;
}
.preview-btn,.repeat-btn,.next-btn{
padding: 0.8em 1.4em!important;
border: 1px solid var(--primary-border-color)!important;
border-radius: 10px!important;
display: flex!important;
align-items: center;
justify-content: center;
gap: 1em;
color: #000!important;
background-color: var(--secondary-color)!important;
font-size: 0.9em;
font-weight: 400;

}
.add-voice-sec{
display: flex;
align-items: center;
justify-content: center;
gap: 1em;
flex-direction: column;
}
.added-voice-preview-frame{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
.tap-to-speak-box,.tap-speak-now-box{
padding: 3em 1em;
}
.added-voice-preview-frame{
    padding: 3em 1em;

}
.speak-now-icons{
width: 7em;
}
.tap-to-speak-box h4,.tap-speak-now-box h4{
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 0;
    color: #ebebeb;
}
.add-voice-action-btn-left-sec{
display: flex;
gap: 1em;
align-items: center;
margin-top: 2em;
}
/* Add Voice Modal end */
.chat-log-info-sec p {
    font-size: .8em;
    font-weight: 400;
    color: var(--gray-color);
    margin-bottom: 0;
}

.header-logo{
cursor: pointer;
}

.chat-card-log{
display: flex;
flex-direction: column;
gap: 0.5em;
margin: 0;
margin-bottom: 1em;
}
.chat-card-log span{
    color: var(--gray-color);
    font-size: .7em;
    font-weight: 400;
    text-align: center;
}

.altra_chat_audio_range {
    /* background-color: red;
    display: flex;
    justify-content: space-between;
    align-items: center; */
    width: 100px;
    position: relative;
}

.altra_chat_audio_range .bar__progress {
    position: absolute;
    width: 80px;
    flex: 1 1;
    border-radius: 5px;
    margin: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    top: 50%;
    transform: translate(10px, -50%);
}

.altra_chat_audio_range .bar__progress__knob {
    position: relative;
    height: 10px;
    width: 10px;
    border: 1.5px solid white;
    border-radius: 50%;
    background-color: #7d05e7;
}
.additional-img-sec-cout{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    width: 14em;
    height: 8em;
    object-fit: cover;
    border-radius: 10px;
    top: 0;
    background: rgba(0,0,0,.5);

}
.additional-img-sec-cout span{
    font-size: 1.5em;
    font-weight: 600;
    color: var(--secondary-color);
}
.additional-img-wrapped{
position: relative;
}
.search-filter{
min-width: 299px;
}
.offcanvas.offcanvas-end{
width: 459px!important;
}
.notify-action-head{
display: flex;
align-items: center;
gap: 1em;
}


.skiptranslate iframe {
  display: none !important; 
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important; 
}

.skiptranslate.goog-te-gadget{
   display: none !important;  
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc{
display: none !important;  
}


.fancybox__footer{
    display: none;
}

.profile-picture-sec .lazyLoder{
    width: 100%;
    height: 100%;
}

.goog-te-combo{
    height: 40px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
    background: var(--secondary-color);
    padding: 0.7em 0.2em !important;
    border-radius: 10px !important;
    font-size: 0.85em !important;
    font-weight: 500 !important;
    color: var(--tertiary-color) !important;
     /* -moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none; */
    font-family: "Inter", sans-serif !important;
    margin: 0;
    /* text-align: center; */
    min-width: 150px;
}

.goog-te-combo:focus-visible{
    outline:none!important;
    box-shadow:none!important;
}


.rmdp-month-picker .rmdp-ym .rmdp-day span{
    padding: 2px 7px;
    font-size: 0.7em;
    border-radius: 6px;
}
.rmdp-calendar .rmdp-arrow-container{
    padding: 2px;
}

.rmdp-day-picker .rmdp-day span {
    font-size: 12px;
}

.rmdp-day-picker .rmdp-week-day{
    font-size: 11px; 
}

.data-picker-action .datepicker-btn-cancel,
.data-picker-action .datepicker-btn{
    font-size: 0.75em !important;
    font-weight: 500 !important;
}

.accept-call-frame .modal-info h4 {
    font-size: 1em;
    text-align: center;
    color:#00C75C !important;
    margin-top: 1em;

}