@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=block');


/* ::selection {
  color: #fff;
  background-color: #8b3dff;
} */


:root,
[data-bs-theme=light] {
    --bs-blue: #05253a;
    --bs-primary: #000;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: rgba(242, 242, 243, 0.2);
    --bs-dark: #212529;
    --bs-primary-rgb: 29, 161, 242;



    --h-screen-dvh-unsafe: 100dvh;
    --h-screen-dvh: var(--h-screen-dvh-unsafe, 100vh);
}




body {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    background-color: #fff;
}


h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -.0025em;
}

.font-lg{
    font-size: 38px;
}

.btn {
    border-radius: 8px;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    font-weight: 500;
    padding: 11px 15px;
    border-width: 1px;
}


.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #222;
    --bs-btn-hover-border-color: #222;
    --bs-btn-focus-shadow-rgb: 67, 206, 118;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #222;
    --bs-btn-active-border-color: #222;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}


.btn-default {
    --bs-btn-color: #7c7f81;
    --bs-btn-border-color: #c1c1c1;
    --bs-btn-hover-color: #3b3b3b;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #3b3b3b;
    --bs-btn-focus-shadow-rgb: 34, 197, 94;
    --bs-btn-active-color: #3b3b3b;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #3b3b3b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #3b3b3b;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #3b3b3b;
    --bs-gradient: none;
}


.btn-default-o {
    --bs-btn-color: #000000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #f1f1f1;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: rgba(135, 155, 175, .05);
    --bs-btn-hover-border-color: rgba(135, 155, 175, .05);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: rgba(135, 155, 175, .05);
    --bs-btn-active-border-color: rgba(135, 155, 175, .05);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    padding: 8px 10px;
}


.btn-call {
    --bs-btn-color: #000000;
    --bs-btn-bg: hsla(0, 0%, 100%, .8);
    --bs-btn-border-color: hsla(0, 0%, 100%, .8);
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: hsla(0, 0%, 100%, .3);
    --bs-btn-hover-border-color: hsla(0, 0%, 100%, .3);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: hsla(0, 0%, 100%, .3);
    --bs-btn-active-border-color: hsla(0, 0%, 100%, .3);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: hsla(0, 0%, 100%, .8);
    --bs-btn-disabled-border-color: hsla(0, 0%, 100%, .8);
    border-color: rgba(125, 135, 155, .2);
    border-radius: 50px;
    padding: .375rem;
    backdrop-filter: blur(12px);
    width: 140px;
    height: 46px;
}

.form-select {
    border: 1px solid #f1f1f1;
    font-size: 15px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px;
    padding: 11px 60px 11px 20px;
    font-weight: 500;
}

.form-control {
    border: 1px solid #f1f1f1;
    font-size: 15px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px;
    font-weight: 500;
    padding: 11px 20px 11px 20px;
}

.searchWrapper {

    
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);

    border: 1px solid #f1f1f1 !important;
    font-size: 15px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px !important;
    font-weight: 500;
    padding: 11px 20px 11px 20px !important;



    background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
}


   

.card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-radius: 12px;


}

/**/

.form-range[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: ew-resize;
    box-shadow: none !important;
    transition: background .3s ease-in-out;
}

.form-range[type=range]::-webkit-slider-runnable-track {
    background-color: #f9f9f9;
}

.badge {
    --bs-badge-padding-x: 0.95em;
    --bs-badge-padding-y: 0.55em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 600;
    --bs-badge-border-radius: 10px;
}

.dropdown-menu {
    --bs-dropdown-font-size: 14px;
    border: 0;
}

.text-bg-primary {
    color: #fff !important;
    background-color: var(--bs-blue) !important;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 1rem;
    --bs-nav-link-font-weight: 600;
    --bs-nav-link-color: #6b7280;
    --bs-nav-link-hover-color: var(--bs-blue);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: var(--bs-primary);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fcfcfc;
    gap: 5px;
}

.nav-pills li {
    margin-right: 0;
    flex: 1;
    text-align: center;
}


.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    color: var(--bs-nav-pills-link-active-bg);
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    color: var(--bs-nav-pills-link-active-bg);
    background-color: rgba(194, 195, 196, 0.07);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}


.card {
    --bs-card-border-radius: 8px;
    box-shadow: none;
    border:1px solid rgba(125, 135, 155, .2);
    background-color: transparent;
}

.btn-sm {
    font-weight: 500;
    padding: 5px 8px;
}

.text-md {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
}


.hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.show {
    opacity: 1;
    visibility: visible;
}

.transition {
    transition: all ease 0.1s;
}

.min-h-screen {
    min-height: 100vh;
}

/*sidebar css*/


.navbar-nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.7rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

.offcanvas-title {
    text-align: center;
    justify-content: center;
    font-size: 21px;
    color: var(--bs-dark);
}

.offcanvas {
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-padding-x: 25px;
    --bs-offcanvas-padding-y: 1rem;
}

.offcanvasxl {
    --bs-offcanvas-width: 600px;
}

.offcanvasxxl {
    --bs-offcanvas-width: 1080px;
}


.offcanvas-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav .nav-link {
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}
.navbar-nav .nav-link svg{width: 20px; height: 20px;}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    background-color: rgba(0, 0, 23, .043) !important;
    color: #000;

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    background-color: rgba(0, 0, 23, .043) !important;
    color: #000;
    
}



.menu-divider {
    padding-left: 12px;
    margin-top: 20px;
}

.menu-divider h6 {
    color: rgba(8, 20, 43, .6);
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    font-weight: 500;
}

.offcanvas-footer {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.avtar-sm {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 3px;
    border-width: 2px;
    border-style: solid;
}

.avtar-sm img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}

/*sidebar css*/


/*login page css start here*/

.min-h-100dvh {
    min-height: 100vh;
    min-height: 100dvh;
}

.login-images {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: calc(100vh - 3rem);
}

.login-images img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardMax {
    max-width: 370px;
    margin: auto;
}

/*login page css end here*/


/*agent page css start here*/

.pb-50 {
    padding-bottom: 100px;
}

.w-100px {
    width: 100px;
}

.w-150px {
    width: 150px;
}

.bg-gray-alpha-100 {
    background-color: transparent;
}
.bg-gray-alpha-200 {
    background-color: rgb(244, 246, 249);
}

.overflow-hidden {
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.border-gray-alpha-200 {
    border-color: rgba(125, 135, 155, .2);
}

.border-r {
    border-right-width: 1px;
}

.overflow-auto {
    overflow: auto;
}

.flex-10 {
    flex: 1 1 0;
}

.min-h-dvh {
    min-height: var(--h-screen-dvh);
}

.converSide {
    width: 400px;
    backdrop-filter: blur(33px);
    border-radius: 0px;
    border-right:1px solid rgba(125, 135, 155, .2) !important;
}

/* .overflow-y-auto::-webkit-scrollbar {
    width: 0px;
    height: 0px;
} */

::-webkit-scrollbar {
    width: 10px;
    height: 8px
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0 #fff;
    border-radius: 15px
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
    background: #b8b9b4
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0;
    border-radius: 15px
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
    background: transparent
}

.BlackCheck {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.bg-black {
    background-color: #000;
}

.text-white {
    color: #fff;
}

.text-light {
    color: rgba(8, 20, 43, .6) !important;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.btn-xl {
    border-radius: 15px;
    padding: 15px;
}

.w-2\.5 {
    width: .625rem;
}

.h-2\.5 {
    height: .625rem;
}

.rounded-full {
    border-radius: 9999px;
}

.w-3\.5 {
    width: .875rem;
}

.h-3\.5 {
    height: .875rem;
}



.VideoCompose video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}

.btnCallPause {
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    border: 0;
    transition: all ease 0.2s;
}

.btnCallPause:hover {
    opacity: 0.75;
}

.rounded-10 {
    border-radius: 10px;
}

.containerWidth {
    max-width: 900px;
    margin: auto;

}

.containerWidthLg {
    max-width: 1050px;
    margin: auto;

}

.containerWidthXl {
    max-width: 1370px;
    margin: auto;
}

.w-200px {
    width: 200px;
}

.BackArr {
    top: 20px;
    left: 20px;
    z-index: 1;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    border: 0;
    background: transparent;
}

.badgeRound {
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #313131;
    border: 1px solid rgba(125, 135, 155, .2);
    background-color: transparent;
}
.badgeRound svg{width: 20px; height: 20px;}

.progress,
.progress-stacked {
    --bs-progress-height: 10px;
    --bs-progress-bar-bg: var(--bs-blue);
}


h2 small {
    font-size: .355em;
}



.form-range[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: #d7d8da;
}


.offcanvas.offcanvas-end {
    border-left: 0 !important;
}

.rounded-lg {
    border-radius: 15px;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.canvasWave {
    height: 400px;
    opacity: 0.3 !important;
}

/*agent page css end here*/

/*Conversation page css sart here*/

.converModalover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.w-300px {
    width: 300px;
}


.conversationTableOne>:not(caption)>*>* {
    padding: .9rem .5rem;
}

/*Conversation page css end here*/

/*Audio css start here*/

/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
    color: white !important;
}

/* (B) WRAPPER */
.aWrap {}

.aWrap,
.aWrap * {
    box-sizing: border-box;
}

/* (D) TIME */
.aCron {
    font-size: 14px;
    color: #cbcbcb;
    margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
    background: 0;
}

.range,
.range-volume {
    position: relative;
    display: flex;
    align-items: center;
}

.range input,
.range-volume input {
    position: relative;
    z-index: 1;
}

.range .change-range,
.range-volume .change-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 0px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
    height: 10px;
    width: 100%;
}

.under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background-color: rgb(187, 187, 187);
    border-radius: 10px;
}

.range-volume .under-ranger {
    height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
    border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: var(--bs-primary);
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: var(--bs-primary);
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
    margin: 0 10px;
    cursor: pointer;
}

input.aVolume {
    width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
    height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
    margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
    margin-top: -3px !important;
}

.volume-container {
    display: flex;
    align-items: center;
}

/*Audio css end here*/
.hide-scrollbar::-webkit-scrollbar {
    background-color: transparent;
    display: none;
    /* Hide scrollbar */
}

.hide-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Hide scrollbar for Firefox */
.hide-scrollbar {
    background-color: transparent;
    scrollbar-width: none;
    /* Hide scrollbar */
}

/* Hide scrollbar for IE and Edge */
.hide-scrollbar {
    background-color: transparent;
    -ms-overflow-style: none;
    /* Hide scrollbar */
}

.hide-scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 15px;
}

.hide-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.custom-dropdown-menu {
    position: absolute;
    inset: inherit;
    transform: inherit;
    max-height: 250px;
    width: 250px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 100%;
    right: 0;
}

.custom-dropdown-menu .dropdown-item {
    white-space: normal;
}

.custom-dropdown-menu .dropdown-item span.cursor-pointer {
    padding-right: 55px;
    display: inline-flex;
}

.cursor-pointer {
    cursor: pointer;
}
.w-fit-content {
    width: fit-content;
  }
.h-fit-content {
    height: fit-content;
  }
.progress-bar {
    background-color: #000;
}
