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





body {
    font-size: 14px;
    font-family:var(--bs-body-font) ;
    font-weight: 400;
    background-color: var(--bs-body-background);
    color: var(--bs-body-color);
}



h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -.0025em;
}

.btn {
    border-radius: 12px;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    font-weight: 500;
    padding: 10px 15px;
    border-width: 1px;
}


.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-focus-shadow-rgb: 67, 206, 118;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--bs-primary-hover);
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}


.btn-default {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: var(--bs-secondary-hover);
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: var(--bs-secondary-hover);
    --bs-btn-focus-shadow-rgb: 34, 197, 94;
    --bs-btn-active-color: var(--bs-secondary-hover);
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: var(--bs-secondary-hover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--bs-secondary-hover);
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: var(--bs-secondary-hover);
    --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: 0 3px 16px #8e86ab0d;
    border-radius: 10px;
    padding: 10px 60px 10px 20px;
    font-weight: 500;
}

.form-control {
    border: 1px solid #f1f1f1;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 3px 16px #8e86ab0d;
    border-radius: 10px;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
}

.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;
    gap: 5px;
    position: relative;
}
.nav-pills:before{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--bs-primary);
    opacity: 0.1;
    border-radius: 10px;
    }

.nav-pills li {
    margin-right: 0;
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}


.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(29, 161, 242, 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: 10px;
    box-shadow: 0 3px 16px #8e86ab0d;
    border: none;
}

.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*/
.offcanvas.SideMenu {
    background-color: var(--bs-blue);
    color: #fff;
}

.navbar-nav {
    --bs-nav-link-padding-x: 1.4rem;
    --bs-nav-link-padding-y: 1rem;
    --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: 15px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    background-color: #fff !important;
    color: var(--bs-blue);

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    background-color: #fff !important;
    color: var(--bs-blue);
    box-shadow: 2px 5px 16px 4px var(--bs-blue);
}



.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: var(--bs-grey);
}

.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;
    border-radius: 0px;
}

/* .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: #fff;
    border: 0;
    border-radius: 15px
}

::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
    background: #fff
}

.BlackCheck {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.bg-black {
    background-color: #000;
}

.text-white {
    color: #fff;
}

.text-light {
    color: var(--bs-secondary-color) !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: 1170px;
    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: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: var(--bs-primary);
    position: relative;
}
.badgeRound:before{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--bs-primary);
    opacity: 0.1;
    border-radius: 50%;
}

.progress,
.progress-stacked {
    --bs-progress-height: 6px;
    --bs-progress-bar-bg: var(--bs-blue);
}


h2 small {
    font-size: .555em;
}



.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-success);
    border-color: var(--bs-success);
}

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

.converSide{transition: all ease 0.2s;  position: relative;}
.containerWidth{transition: all ease 0.2s;}
.Hide .converSide{margin-right: -400px;}
.Hide .containerWidth {max-width: 1300px;}
button.btnTg {
    position: absolute;
    right:400px;
    top: 50%;
    width: 30px;
    height: 50px;
    border: 0;
    z-index: 11;
    background-color: #ccc;
    border-radius: 5px;
}
button.btnTg.active {
    right: 0;
    transform: rotate(180deg);
}


.card-emails code {
    font-size: 1em;
    color: #000;
    word-wrap: inherit;
    background-color: #f3f3f3;
    padding: 2px 10px;
    margin: 0;
    border: 1px solid #d5d5d5;
    white-space: nowrap;
}
.card-emails ul{margin-top: 7px; list-style-type: disc;}
.card-emails ul li{margin-bottom: 4px;}
.card-emails a {
    color: var(--bs-primary);
}

.avatar-sm-min{
    min-width: 30px;
    height: 30px;
}

.modal-dialog {
    z-index: 11111;
}



/* Fullscreen loader container */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-body-background);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Simple spinner animation */
.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--bs-primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/* Fade-in animation for content */
.fade-in {
  animation: fadeIn 0.6s ease-in-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}