

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



/* ::selection {
  color: #fff;
  background-color: #8b3dff;
} */


body::selection {
    color: #fff;
    background-color: #1d3e52;
}



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

.font-play{
     font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5{
  font-family: "Open Sans", sans-serif;
}

.h1 {
    font-size: clamp(40px, 4vw, 50vw);
    line-height: 1;
}

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

.btn {
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.25rem;
    letter-spacing: 0;
    font-weight: 500;
    padding: 11px 18px;
    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-outline-primary {
    --bs-btn-color: #666cff;
    --bs-btn-border-color: #666cff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #666cff;
    --bs-btn-hover-border-color: #666cff;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #666cff;
    --bs-btn-active-border-color: #666cff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #666cff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #666cff;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #26c6f9;
    --bs-btn-border-color: #26c6f9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #26c6f9;
    --bs-btn-hover-border-color: #26c6f9;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #26c6f9;
    --bs-btn-active-border-color: #26c6f9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #26c6f9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #26c6f9;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #fdb528;
    --bs-btn-border-color: #fdb528;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fdb528;
    --bs-btn-hover-border-color: #fdb528;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fdb528;
    --bs-btn-active-border-color: #fdb528;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fdb528;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fdb528;
    --bs-gradient: none;
}

.btn-outline-success {
    --bs-btn-color: #0fb72b;
    --bs-btn-border-color: #0fb72b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0fb72b;
    --bs-btn-hover-border-color: #0fb72b;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0fb72b;
    --bs-btn-active-border-color: #0fb72b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0fb72b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0fb72b;
    --bs-gradient: none;
}

.btn-outline-danger {
    --bs-btn-color: #ff4d49;
    --bs-btn-border-color: #ff4d49;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff4d49;
    --bs-btn-hover-border-color: #ff4d49;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff4d49;
    --bs-btn-active-border-color: #ff4d49;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff4d49;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff4d49;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: var(--bs-blue);
    --bs-btn-border-color: var(--bs-blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-blue);
    --bs-btn-hover-border-color: var(--bs-blue);
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-blue);
    --bs-btn-active-border-color: var(--bs-blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-blue);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-blue);
    --bs-gradient: none;
}

.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(49px);
    width: 150px;
    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 #b7b7b7;
    font-size: 15px;
    background-color: #fff;
    /* box-shadow: 0 3px 16px #8e86ab0d; */
    border-radius: 10px;
    font-weight: 500;
    padding: 12px 20px 12px 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: 10px;


}

/**/

.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-blue);
    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;

    text-align: center;
    position: relative;
    z-index: 1;
}


.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 10px;

}

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

.table-light {
    --bs-table-color: #fff;
    --bs-table-bg: #1d3e52;
}

.table>:not(caption)>*>* {
    padding: 1rem .9rem;
}

.card {
    --bs-card-border-radius: 10px;
    box-shadow: 0 3px 16px #8e86ab0d;
    border: none;
}

.btn-sm {
    font-weight: 500;
    padding: 7px 11px;
    font-size: 14px;
}

.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.2rem;
    --bs-nav-link-padding-y: 0.6rem;
    --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: 10px;
    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);
}

.navbar-nav .nav-link svg{
    width: 30px;
    height: 30px;
}



.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: calc(100vh - 3rem); */
    min-height: calc(100vh - 3rem);
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.mainContiner{
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.login-images {
    overflow: hidden;
    border-radius: 10px;
    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: 650px;
    margin: auto;
    background-color: #fff;
    padding: 70px 80px 20px;
    border-radius: 10px 10px;
    width: 100%;
}

.cardMax1 {
    padding: 70px 80px 70px;
    border-radius: 10px;
}

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

.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;
    border-radius: 10px;
    margin-top: 20px;
    height: calc(100% - 40px);
    margin-right: 20px;
    box-shadow: 0 3px 16px #8e86ab0d;
    margin-left: 10px;
}

/* .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: 10px;
    padding: 15px;
}

.btnXls.btn-xl {
    border-radius: 10px;
    padding: 15px 20px;
    border: 0;
}

.w-2\.5 {
    width: .625rem;
}

.h-2\.5 {
    height: .625rem;
}

.rounded-full {
    border-radius: 9999px;
}

.w-3\.5 {
    width: 20px;
}

.h-3\.5 {
    height: 20px;
}



.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 {
    margin: auto;
    width: 97%;

}

.containerWidthLg {
    margin: auto;
    width: 97%;

}

.containerWidthXl {
    margin: auto;
    width: 97%;
}

.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: 10px;
    color: #666cff;
    position: relative;
}
.badgeRound:before{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    background-color: #666cff;
    opacity: 0.1;
    border-radius: 10px;
}


.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: 10px;
}

.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-left: -410px;}
/* .Hide .containerWidth {max-width: 1300px;} */
button.btnTg {
    position: absolute;
    left: 410px;
    top: 50%;
    width: 30px;
    height: 50px;
    border: 0;
    z-index: 11;
    background-color: #ffffff;
    border-radius: 10px;
    transform: rotate(180deg);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.btnTg.active {
    left: 0;
    transform: rotate(0deg);
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
        border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


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


.or {
    text-align: center;
    position: relative;
}
.or span {
    background-color: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding: 5px 15px;
}
.or:before {
    width: 80%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainContiner .form-control {
    padding-left: 55px;
}

.cardOne {
    background-color: #f2f0ff;
}

.cardOne .badgeRound {
    color: #666cff;
}
.cardOne .badgeRound:before {
    background-color: #666cff;
}


.cardTwo {
    background-color: #fff1fb;
}

.cardTwo .badgeRound {
    color: #e771c4;
}

.cardTwo .badgeRound:before {
    background-color: #e771c4;
}


.cardThree {
    background-color: #eefff8;
}
.cardThree .badgeRound {
    color: #71e7b6;
}

.cardThree .badgeRound:before {
    background-color: #71e7b6;
}


.cardFour {
    background-color: #fff7ef;
}
.cardFour .badgeRound {
    color: #ff9f43;
}
.cardFour .badgeRound:before {
    background-color: #e78a33;
}

.offcanvas.offcanvas-end {
    top: 20px;
    right: 20px;
    border-radius: 10px;
    height: calc(100% - 40px);
}

.btnProfile{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 11;
}


.btn .badgeRound {
    width: 50px;
    height: 50px;
}
.btn .badgeRound:before {
    border-radius: 10px;
}
.btn .badgeRound svg {
    width: 24px;
    height: 24px;
}

.CardMa{
    background-color: #ffffff;
    padding: 35px 30px;
    border-radius: 10px;
    max-width: 400px;
    }

    .CardMa svg{
        width: 40px;
        height:40px;
    }

    .card-header{
        padding-top: 15px;
        padding-bottom: 15px;
        border: 0;
    }


  .dropdown-menu  .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: var(--bs-blue);
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item {
    font-weight: 600;
    border-radius: 10px;
}

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

.form-switch .form-check-input {
    width: 3em;
    border-radius: 2em;
    height: 2em;
}

.form-switch label{
    margin-top: 7px;
}


