@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: #1da1f2;
    --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: #f9f9f9;
}



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: #1390dd;
    --bs-btn-hover-border-color: #1390dd;
    --bs-btn-focus-shadow-rgb: 67, 206, 118;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #1390dd;
    --bs-btn-active-border-color: #1390dd;
    --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 #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;
    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: 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: #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;
    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 #384c58;
}



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

}

.containerWidthLg {
    max-width: 1300px;
    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;
    background-color: #f3fafe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #26a5f2;
}

.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 {
    font-weight: 500 !important;
    color: #2f2f3b !important;
    background: #6e859f !important;
    color: #fff !important;
    line-height: 1;
}

.react-bootstrap-table .filter.form-control {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 8px 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-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: #F9FAFB !important;
    color: black!important;
    line-height: 1;
    border-color: white !important;
    padding: 100px;
}
.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;
}

.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 #f1f1f1 !important;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 3px 16px #8e86ab0d;
    border-radius: 10px;
    padding: 4px 0px 4px 10px;
    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: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-select-cust .css-tj5bde-Svg {
    fill: rgb(52 58 64);
    stroke: currentColor;
}