@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  font-family: "Raleway", sans-serif !important;
}

main {
  min-height: 100vh;
}
.footer {
  width: 100%;
  padding: 10px;
  margin: 0px;
  background: #ededed;
  text-align: center;
}
button.paginate {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}
.MuiTableHead-root {
  position: unset;
}
.MuiCollapse-root {
  position: absolute;
  top: -8px;
  z-index: 1;
  max-width: 125px !important;
}
.MuiBox-root {
  align-items: baseline;
}

button.paginate:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #f1f1f1;
  color: black;
}

.MuiSvgIcon-root-MuiSvgIcon-fontSizeMedium-css-i4bv87-MuiSvgIcon-root {
  display: none;
}

.next {
  color: white;
}

/* Global css classes */
.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

/* .MuiTableContainer-root {
    width: 100%;
    max-width: 99%;
    margin: auto;
    background-color: #f5f5f5;
    overflow: auto;
    box-shadow: 0px 5px 10px 0px #cccccc59;
    padding: 2px 0px;
    position: relative;
}
 */

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}

.mapboxgl-popup-content {
  background-color: rgba(255, 248, 220, 0.8) !important;
  color: black !important;
  font-size: 15px;
  width: fit-content !important;
  height: fit-content !important;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  max-width: 300px;
}

.searchWrapper {
  border: none !important;
  border-radius: 4px !important;
  min-height: 22px;
  padding: 5px;
  position: relative;
}
.optionListContainer {
  background: #fff;
  border-radius: 4px;
  margin-top: 1px;
  position: absolute;
  left: 0 !important;
  top: 100% !important;
  width: 100%;
  z-index: 2;
}

.p-multiselect .p-multiselect-trigger {
  background: transparent !important;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 36%;
}

.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.5rem !important;
  margin-right: 4px !important;
  margin-bottom: 4px !important;
  color: #ffffff !important;
  border-radius: 16px !important;
  background: #00409d !important;
}
.p-multiselect-panel {
  width: 100%;
  max-width: 310px;
  z-index: 999999 !important;
}
.p-component,
.p-component * {
  box-sizing: border-box;
}
.p-multiselect-label {
  overflow: auto !important;
}

.p-multiselect-label::-webkit-scrollbar {
  width: 3px !important;
}
.p-multiselect-label::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.p-multiselect-label::-webkit-scrollbar-thumb {
  background: #888;
}

.p-multiselect-label::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.secDiv .p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
  display: none;
}
.secDiv .p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 16px;
}

.custom-calendar-container .p-calendar {
  width: 200px; /* Adjust the width as needed */
  font-size: 14px; /* Adjust the font size as needed */
}

.toggle_table table.table td {
  line-height: 40px;
}
.toggle_table table.table td label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-header h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #282d36;
  margin: 10px 0px;
}
.table-headers h3 {
  font-style: normal !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 26px !important;
    /* text-transform: uppercase !important; */
    color: #3180f3 !important;
    margin: 10px 0px !important;
}
.table-header-Engagement h3{
  font-style: normal;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 24px !important;
  /* text-transform: uppercase; */
  color: #282d36 !important;
  margin: 10px 0px !important;
}
.table-headers-fallback h3 {
  font-style: normal !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    line-height: 26px !important;
    /* text-transform: uppercase !important; */
    /* color: #0f0f0f !important; */
    margin: 10px 0px !important;
    text-align: center;
}

.table-headers-note h3 {
  font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    /* text-transform: uppercase !important; */
    /* color: #0f0f0f !important; */
    margin: 10px 0px !important;
    text-align: center;
}
.table-headers-register h3 {
  font-style: normal !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    /* color: #0f0f0f !important; */
    margin: 10px 0px !important;
    text-align: center;
}
.table-header-carrier {
  font-style: normal !important;
    font-weight: 700 !important;
    font-size:  5px !important;
    line-height: 26px !important;
    /* text-transform: uppercase !important; */
    color:#282d36 !important;
    margin: 10px 0px !important;
    
}
.table-header-Subscription {
  font-style: normal !important;
    font-weight: 400 !important;
    font-size:  4px !important;
    line-height: 26px !important;
    /* text-transform: uppercase !important; */
    color:#282d36 !important;
    margin: 10px 0px !important;
}
.secDiv .p-column-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #3180f3;
}

.form-check-input {
  width: 1.2em !important;
  height: 1.2em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ccc5c5;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.check_toggle .form-check-input {
  width: 30px !important;
  border-radius: 50px !important;
}
.table_height {
  min-height: unset !important;
}
.p-column-filter-row .p-column-filter-element {
  position: relative;
}
.filter_icon {
  position: absolute;
  right: 5px;
  top: 15px;
  transform: translate(-5px, 0px);
  color: #3180f3;
}
.filter_input {
  padding-right: 30px;
}
.pointer{
  cursor: pointer;
}

.datatable-filter-demo
  .p-datatable.p-datatable-customers
  .p-dropdown-label:not(.p-placeholder) {
  text-transform: none !important;
}

.maxerror {
  position: absolute !important;
  top: 36px;
  right: 36px;
}
.minerror {
  position: absolute !important;
  top: 36px;
}

.secDiv .p-datatable-tbody {
  line-height: 17px !important;
  font-size: 15px;
}

input.rs-input {
  font-size: 12px !important;
}
.divStylecss {
  border: 2px solid #2196f3 !important;
  width: 123px !important;
  color: white !important;
  background: #2196f3 !important ;
  text-align: center !important;
  font-weight: 700!important;
    font-size: 13px!important;
    line-height: 24px!important;
    transition: all 0.5s !important;
   
    min-height: 34px !important;
}
.divStylecss-clear {
  border: 2px solid #2196f3 !important;
 
  color: white !important;
  background: #2196f3 !important ;
  text-align: center !important;
  font-weight: 700!important;
    font-size: 13px!important;
    line-height: 24px!important;
}
.divStylecss-upload {
  border: 2px solid #2aaa00 !important;
 
  color: white !important;
  background: #2aaa00 !important ;
  text-align: center !important;
  font-weight: 700!important;
    font-size: 13px!important;
    line-height: 24px!important;
}
.divStylecss-update {
 
  text-align: center !important;
  font-weight: 700!important;
    font-size: 13px!important;
    line-height: 24px!important;
}
.nav-link-button {
 
  text-align: center !important;
  font-weight: 700!important;
    font-size: 13px!important;
    line-height: 24px!important;
}
.datepickermultiselect {
  border: 2px solid #3180f3 !important;
}
span.edit__btn {
  position: relative;
  bottom: 5px;
  background: #3180f3;
  padding: 5px 5px;
  border-radius: 3px;
  display: inline-block;
}
span.edit__btn i {
  float: right;
  cursor: pointer;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.popup-send-carrier-content
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip
  .p-multiselect-label {
  flex-wrap: wrap !important;
  gap: 5px !important;
}

.popup-send-carrier-content .p-multiselect .p-multiselect-label {
  padding: 0.3rem 0.5rem !important;
}
.filter-calculate {
  display:flex !important;
  justify-content: center !important;
  color: orange;
  font-size: 15px;
  font-weight: 700;
  /* justifyContent: 'center', color: 'orange', fontSize: '15px' */
  }
  .v-col{
    font-size: 14px !important;
    line-height: 25px !important;
    text-align: center;
  }
  .copy-button{
    margin: auto !important;
  }
  .head-center {
    font-size: 25px;
    line-height: 42px;
  }
  .head-count{
    color: #130808;
    font-size: 20px;
    padding: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
  }
  .fall_back_sec .table-headers-fallback.fb-head {
    width: 100%;
}

.fall_back_sec .fall_back_btns.fb-button {
    position: absolute;
    right: 0;
    margin: 0 !important;
}

.fall_back_sec .table-headers-fallback.fb-head h3.round_heading {
    max-width: 100% !important;
    margin: 0 !important;
}
.table-1233{
  position: unset !important;
}

.admin-box {
  position: absolute;
  top: 0;
  display: flex;
  gap: 10px;
  right: 10px;
}

.admin-box a {
  margin-right: 5px !important;
}

.admin-box label.btn {
  border: 2px solid #2aaa00 !important;
  color: white !important;
  background: #2aaa00 !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.divStylecss-update:disabled {
  cursor: not-allowed;
}
.confirm_password_all .is-invalid{
  background-image: none !important;
}
.confirm_password_all .icon_input {
  right: 0px !important;
}

.page-container {
  border: 1px solid #1676ff;
  border-radius: 10px;
}

.toast-body-left {
  text-align: left !important;
}