
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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


:root,
[data-bs-theme=light] {
    --bs-blue: #443fe6;
    --bs-primary: #605bff;
    --bs-danger-bg-subtle: #ecccff;
    --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: 96, 91, 255;


    --h-screen-dvh-unsafe: 100dvh;
    --h-screen-dvh: var(--h-screen-dvh-unsafe, 100vh);

}




body {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    background-color: #f2f1ff;
    /* background-image: url('../../../src/assets/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    min-height: 100vh;
}

.font-play{
    font-family: "Playfair Display", serif;
}


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

.btn {
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.25rem;
    letter-spacing: 0;
    font-weight: 500;
    padding: 14px 23px;
    border-width: 1px;
    font-weight: 600;
}

.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: #3631db;
    --bs-btn-hover-border-color: #3631db;
    --bs-btn-focus-shadow-rgb: 67, 206, 118;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #3631db;
    --bs-btn-active-border-color: #3631db;
    --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-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}


.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 #d7d7d7;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 3px 16px #8e86ab0d;
    border-radius: 50px;
    font-weight: 500;
    padding: 15px 20px 15px 20px;
}

.form-control {
    border: 1px solid #d7d7d7;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 3px 16px #8e86ab0d;
    border-radius: 50px;
    font-weight: 500;
    padding: 15px 20px 15px 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: 30px;


}

/**/

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

.w-60{
    width: 60%;
    max-width: 60%;
}

.dropdown-menu {
    --bs-dropdown-font-size: 14px;
    border: 0;
}

.text-bg-primary {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
}

.text-bg-primary1{
   
     background: #52c9ff;
    background: linear-gradient(174deg, rgb(82, 201, 255) 0%, rgb(96 91 255) 100%);
    color: #fff;
}

.secondary-gradient {
    background: linear-gradient(180deg, rgb(99 91 255 / 30%) 0, rgb(99 91 255 / 56%) 100%);
}

.text-warning {
    color: #f0ad67 !important;
}
.z-index-1{
    z-index: 1;
}


.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: #e9f1f8;
    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(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: 30px;
    box-shadow: 0 3px 16px #8e86ab0d;
    border: none;
    background-color: #fff;
}



.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: #384c58;
    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;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

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

}

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


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


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

.loginPage{
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginPage .form-control {
    border: 0;
    background-color: #f5f7fb;
    box-shadow: none;
    border-radius: 10px;
    font-weight: 500;
    padding: 15px 20px 15px 55px;
}


input.form-control:focus::placeholder {
  color: transparent; /* hide on click */
}

.loginPage .btn {
    border-radius: 10px;
}
.loginPage h1{
    font-size:50px;
}

.loginPage h2{
    font-size:70px;
}

.loginPage .btn-primary {
    padding: 20px 15px !important;
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #333;
    --bs-btn-hover-border-color: #333;
    --bs-btn-focus-shadow-rgb: 67, 206, 118;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #333;
    --bs-btn-active-border-color: #333;
    --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;
}

.login-images {
    overflow: hidden;
    border-radius: 0px;
    width: 100%;
    height: 100vh;
    padding: 20px;
}

.login-images img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.cardMax {
    margin: auto;
    border: 0;
   background-color: transparent;
    box-shadow: none;
    max-width: 550px;
    width: 100%;
  
   
}
.cardMax .card-body {
    padding: 30px 70px;
}
/* .cardMax h4, .cardMax label{
    color: #fff;
} */
/*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: 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;
    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: 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;
    padding:60px 110px !important;

}

.containerWidthLg {
    /* max-width: 1300px; */
    margin: auto;
    padding:60px 110px !important;

}

.containerWidthXl {
    margin: auto;
    padding:60px 110px !important;
}

.w-200px {
    width: 200px;
}

.BackArr {
    top: 20px;
    left: 20px;
    z-index: 1;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    border: 0;
    background: transparent;
}



  .mask {
        -webkit-mask-position: 50%;
        mask-position: 50%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        width: 75px;
        height: 75px;
        background-color: #ebc1c133;
        margin-top:-10px;
        margin-right: -10px;
    }

    .dashcard-1 .mask {background-color: #52c9ff1f;}
    .dashcard-2 .mask {background-color: #ac91ff1f;}
    .dashcard-3 .mask {background-color: #f38df01f;}
    .card-ss .mask-1 {background-color: #ebc1c133; margin-right: 10px;  margin-top:10px;}
    .card-ss .mask-2 {background-color: #b98df31f; margin-left: 10px; margin-right: 0; margin-top: 0; margin-bottom: 10px;}

   .mask.is-reuleaux-triangle {
        -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207' height='207' fill='none'%3E%3Cpath fill='%23000' d='M138.648 181.408C47.268 232.569 1.327 206.607.824 103.52.324.432 46.014-25.148 137.896 26.777c91.882 51.925 92.133 103.469.753 154.631h-.001z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='207' height='207' fill='none'%3E%3Cpath fill='%23000' d='M138.648 181.408C47.268 232.569 1.327 206.607.824 103.52.324.432 46.014-25.148 137.896 26.777c91.882 51.925 92.133 103.469.753 154.631h-.001z'/%3E%3C/svg%3E")
    }

    .mask.is-diamond {
        -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='227' fill='none'%3E%3Cpath fill='%23000' d='M42.71 42.71c-56.568 56.57-56.568 84.853 0 141.422 56.57 56.569 84.853 56.569 141.422 0s56.569-84.853 0-141.421c-56.569-56.569-84.853-56.569-141.421 0z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='227' height='227' fill='none'%3E%3Cpath fill='%23000' d='M42.71 42.71c-56.568 56.57-56.568 84.853 0 141.422 56.57 56.569 84.853 56.569 141.422 0s56.569-84.853 0-141.421c-56.569-56.569-84.853-56.569-141.421 0z'/%3E%3C/svg%3E")
    }

    .mask.is-hexagon {
        -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='201' fill='none'%3E%3Cpath fill='%23000' d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0l-61.86-35.945C6.151 157.44.3 145.737.3 136.54V65.486z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='201' fill='none'%3E%3Cpath fill='%23000' d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0l-61.86-35.945C6.151 157.44.3 145.737.3 136.54V65.486z'/%3E%3C/svg%3E")
    }

.badgeRound {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
}
.badgeRound  svg{
    width: 30px;
    height: 30px;
}
.badgeRound-1{
    background-color: #52c9ff;
    
}
.badgeRound-2{
        background-color: #ac91ff;
  
}
.badgeRound-3{
    background-color: #f38df0;
    
}

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


.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.table td,
.table th {
    white-space: nowrap;
    vertical-align: middle;
}


.table td,
.table th {
    padding-left: 1rem;
    padding-right: 1rem;
}


.react-bootstrap-table th {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.react-bootstrap-table-filter-text {
    max-width: 100%;
}

.react-select__control {
    min-width: 150px;
}

.react-bootstrap-table {
 
    min-height: 300px;
}


.react-bootstrap-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 9px 20px rgba(46, 35, 94, 0.07);
    padding: 0px;
}

.react-bootstrap-table table {
    border: 0;
    margin-bottom: 0;
}

.font-20 {
    font-size: 20px !important;
}

.table td,
.table th {
    border: none !important;
    border-top: 0 !important;
}

.table-bordered th {
    border: none !important;

}

.table tbody+tbody {
    border-top: 1px solid #dee2e6 !important;
}

.table td,
.table th {
    vertical-align: middle !important;
    padding: 1.3rem 0.75rem !important;
    border: none !important;
}

.react-bootstrap-table thead>tr>th,
.react-bootstrap-table tbody>tr>td {
    position: relative;
    font-weight: 600;
    text-align: start;
    border: none !important;
    transition: all 0.2s ease;
    padding: 20px 15px !important;
}

.react-bootstrap-table tbody>tr>td {
    color: #455560;
    font-weight: 400;
}

.react-bootstrap-table thead>tr>th {
   background: #605bff !important;
    color: #fff !important;
    line-height: 1;
    border-color: white !important;
    padding: 100px;
    font-weight: bold;
}

.react-bootstrap-table .filter.form-control {
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 10px 15px !important;
}

.table-btns .text-info {
    color: #17a2b8 !important;
    background-color: #c0e9f0 !important;
}

.table-btns .text-primary {
    color: #007bff !important;
    background-color: #bfdeff !important;
}

.table-btns .text-success {
    color: #28a745 !important;
    background-color: #c7ffd3 !important;
}

.table-btns .text-danger {
    color: #dc3545 !important;
    background: #ffdee1 !important;
}

.table-btns .text-warning {
    color: #ffc107 !important;
    background: #fff2cc !important;
}

.table-btns .text-purple {
    color: #a66ffe !important;
    background: #ece1ff !important;
}

.table-btns .text-blue {
    background: #ccd2ff !important;
    color: #001eff !important;
}

.table-btns .text-orange {
    color: #ff9738 !important;
    background: #ffe3ca !important;
}

.react-bootstrap-table .table-bordered td,
.react-bootstrap-table .table-bordered th {
    border-bottom: 1px solid #dee2e6 !important;
}

.react-bootstrap-table .table-bordered tbody+tbody tr:last-child td{
    border-bottom: 0 !important;
}

.react-bootstrap-table-pagination {
    align-items: center;
}

#pageDropDown {
    background-color: transparent;
    border-color: #d1d4d7;
    color: #6c757d;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 13px;
    line-height: 1;
}

#pageDropDown.dropdown-toggle::after {
    vertical-align: 0.2em;
}

.react-bootstrap-table table {
    table-layout: auto !important;
}

.user-table .table-bordered {
    border: white !important;
}

.user-table .react-bootstrap-table thead>tr>th {
    background: #605bff !important;
    color: #fff !important;
    line-height: 1;
    border-color: white !important;
    padding: 100px;
    font-weight: bold;
}
.thead-light tr{

    border:none !important;
}
.user-table .table-bordered {
    border: white !important;
}
.btnSvgSm svg{width: 20px; height: 20px;}


.btn-sm.btnSvgSm {
    padding: 7px 9px;
    border-radius: 10px;
}

.react-bootstrap-table .filter-label .sr-only{display: none;}

div[id^=font-picker] {
    width: 100% !important;
    box-shadow: none !important;
}
div[id^=font-picker] .dropdown-button {
    height: 50px !important;
    padding: 0 20px !important;
    border-radius: 15px !important;
    border: 1px solid #ccc !important;
    background-color: transparent !important;
}

div[id^=font-picker] ul {
    background: #fff !important;
}

@media (max-width:1450px){
    .react-bootstrap-table thead>tr>th, .react-bootstrap-table tbody>tr>td {
        padding: 20px 7px !important;
    }
}
.form-select-cust .css-vdf5ee-control {
    border:0px;
}

.form-select-cust [role="log"] + div {
    border: 1px solid #8f8f8f !important;
    font-size: 18px;
    background-color: #ffffff;
     box-shadow: none !important; 
    border-radius: 20px;
    padding: 13px 16px 13px 24px;
    font-weight: 500;
    min-height: auto !important;
}

.form-select-cust .css-1xc3v61-indicatorContainer {
    padding: 7px;
}

.form-select-cust .css-1u9des2-indicatorSeparator {
    display: none;
}

.form-select-cust .css-1jqq78o-placeholder {
    color: hsl(210deg 10.81% 14.51%);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-select-cust .css-tj5bde-Svg {
    fill: rgb(52 58 64);
    stroke: currentColor;
    width: 30px !important;
    height: 30px !important;
}

.bg-primary-gt{position: relative;}

.bg-primary-gt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../../src/assets/images/welcome-bg2.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom-right-radius: 30px;
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important;
    background-image: url('../../../src/assets/images/home-card-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.react-confirm-alert-overlay {
    background: rgb(10 10 10 / 68%) !important;
}



.btn.btn-white{
    padding: 12px 24px;
    background-color: #fff;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.65em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 600;
    --bs-badge-border-radius: 20px;
}


.card-header:first-child{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.react-confirm-alert h1{
    font-size: 30px;
    font-weight: bold;
}
.react-confirm-alert .btn {
    padding: 10px 26px;
}

.form-switch .form-check-input {
    width:40px;
    height: 22px;
    margin-top: .01em;
}

.form-control {
    border-radius: 15px;
}
.btn {
    border-radius: 15px;
}


.text-bg-primary1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../../src/assets/images/welcome-bg.png);
    width: 260px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-right-radius: 30px;
    background-size: contain;
}