.input {
  height: 60px;
  position: relative;
}
.input-wrapper {
  position: relative;
  height: 60px;
}
.input-wrapper label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.input-wrapper input {
  box-sizing: border-box;
  height: 38px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #c5cbde;
  margin-top: 2px;
}
.input-wrapper input .ant-input {
  background: white !important;
}
.input-wrapper .password-eye {
  position: absolute;
  top: 28px;
  right: 10px;
  cursor: pointer;
}
.SingleSelect label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.SingleSelect ._single-select {
  margin-top: 2px;
}
.SingleSelect ._single-select__placeholder {
  color: #bcbcbc;
}
.SingleSelect ._single-select__control {
  border-color: #c5cbde !important;
}
.SingleSelect ._single-select__menu {
  z-index: 999 !important;
}
.InputTextArea label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.InputTextArea .ant-input-affix-wrapper {
  padding: 0 !important;
  margin-top: 2px;
}
.switch {
  height: 75px;
}
.switch-wrapper {
  display: block;
}
.switch label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}
.switch .ant-switch {
  margin-top: 10px;
}
.switch .ant-switch-checked {
  background-color: green;
}
.ant-radio-wrapper {
  width: 30% !important;
  padding-bottom: 20px !important;
}
.radio-wrapper {
  display: block;
}
.radio-wrapper label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  display: block;
}
.radio-wrapper .ant-radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.radio-wrapper .ant-radio-group > div {
  flex-basis: 25%;
}
.inputDate {
  height: 75px;
}
.inputDate label {
  color: '#000';
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600 !important;
}
.inputDate .ant-calendar-picker {
  margin-top: 2px;
  width: 100%;
}
.inputDate .ant-calendar-picker input {
  box-sizing: border-box;
  height: 38px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #c5cbde;
  margin-top: 2px;
}
.inputDate .ant-input:disabled {
  background-color: #f5f5f5 !important;
}
.error_message {
  color: red;
}
.disabledselect {
  cursor: not-allowed;
}

.Layout {
  top: 0px;
  left: 0px;
  width: 100%;
  background-image: url(./assets/assets/MaskGroup2-2gPd.png);
  background-position: center;
  background-repeat: no-repeat;
}
.Main {
  padding: 40px 193px 40px 193px;
}
.Parent {
  background: #5388bd;
  height: 658px;
  border-radius: 6px;
}
.Child {
  border-radius: 6px;
  background-color: #a7c7e7;
  padding: 86px;
  height: 578px;
}
.highlightText {
  font-size: 46px;
  text-align: left;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}
.para {
  font-size: 18px;
  text-align: left;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}
.input-wrapper .password-eye {
  position: absolute;
  top: 11px;
  right: 22px;
  cursor: pointer;
}
.Login {
  font-family: "Playfair Display", serif;
}
.content {
  padding: 243px 0px 0px 0px;
  width: 545px;
  height: 47px;
}
.LoginButton {
  width: 100%;
  /* UI Properties */
  opacity: 1;
  box-sizing: border-box;
  height: 38px;
  border-radius: 4px;
  background-color: #f6be00;
  color: #ffffff;
  border: 1px solid #c5cbde;
  margin-top: 2px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.text-muted {
  color: #444444;
}
.Rememberme {
  color: #ffffff;
  font-size: 14px;
}
.Createaccount {
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid #444444;
}
.MinChild {
  width: 46%;
}
@media only screen and (max-width: 576px) {
  #mai {
    display: none;
  }
  #MainChilds {
    width: 0%;
    margin-left: -348px;
  }
  .Child {
    border-radius: 6px;
    background-color: #a7c7e7;
    padding: 50px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .Main {
    padding: 0px !important;
  }
}

.borderCampaign {
  border-radius: 2px;
  background-color: #f6be00;
}
.Magni {
  position: absolute;
  top: 10px;
  right: 10px;
}
.home .input-wrapper input {
  width: 250px;
}
.HomeSelect {
  width: 200px;
}
.CampaignsHeading {
  font-size: 28px;
  color: #0060c0;
}
.Playfair {
  font-family: "Playfair Display", serif;
}
.CampaignsHeading1 {
  background-color: #e4f9ff;
  color: #0060c0;
  font-size: 18px;
}
.Banner1 img {
  width: 130px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.ink {
  color: #0060c0;
}
.shadowBox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}
.shadowBox:hover {
  transform: scale(1.008);
}
.kick {
  border-right: 1px solid rgba(120, 119, 119, 0.308);
}
.pointer {
  cursor: pointer;
}
.width50 {
  width: 50%;
}
.bar {
  display: none;
}
.marginBody {
  padding-left: 310px !important;
}
.glass {
  position: absolute;
  top: 10px;
  left: 220px;
}
@media only screen and (max-width: 992px) {
  .width50 {
    width: 100%;
  }
  .bar {
    position: absolute;
    display: block;
    top: 50px;
    right: 20px;
    border: 1px solid #818181;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  }
  .input-wrapper {
    width: 250px;
  }
  .home .input-wrapper input {
    width: 100%;
  }
  .HomeSelect {
    width: 250px;
  }
  .marginBody {
    padding-left: 10px !important;
  }
  .Magni {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .glass {
    position: absolute;
    top: 10px;
    left: 220px;
  }
}
@media only screen and (max-width: 576px) {
  .input-wrapper {
    width: 100%;
  }
  .home .input-wrapper input {
    width: 100%;
  }
  .HomeSelect {
    width: 100%;
  }
  .Magni {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .sideBar {
    width: 190px !important;
  }
  .sideBarPosition {
    position: fixed;
    top: 0px;
    left: -190px;
    transition: 1s;
    z-index: 100;
  }
  .BarPosition {
    position: fixed;
    top: 0px;
    left: 0px;
    transition: 1s;
    z-index: 100;
  }
  .glass {
    position: absolute;
    top: 10px;
    left: 320px;
  }
  .kick {
    border-bottom: 1px solid rgba(120, 119, 119, 0.308);
    border-right: none;
  }
  .width25 {
    width: -moz-fit-content;
    width: fit-content;
  }
  .ant-table {
    overflow-x: scroll;
  }
}

.sideBar {
  background-color: #a7c7e7;
  width: 290px;
  height: 100vh;
  position: fixed;
}
.logo img {
  width: -webkit-fill-available;
  width: -moz-available;
}
.activeBar {
  border-left: 5px solid #0060c0;
}
.notActiveBar {
  border-left: 5px solid #a7c7e7;
}
.Montserrat {
  font-family: "Montserrat", sans-serif;
}
.fs-18 {
  font-size: 18px;
}
.activeText {
  color: #0060c0;
}
.activeText:hover {
  color: #0060c0;
}
.notActiveText {
  color: #444444;
}
.notActiveText:hover {
  color: #444444;
}
.logo-md img {
  display: none;
}
@media only screen and (max-width: 992px) {
  .sideBar {
    width: 290px;
  }
  .logo-md img {
    width: -webkit-fill-available;
    display: block;
  }
  .name {
    display: none !important;
  }
  .sideBarPosition {
    position: fixed;
    top: 0px;
    left: -290px;
    transition: 1s;
    z-index: 100;
  }
  .BarPosition {
    position: fixed;
    top: 0px;
    left: 0px;
    transition: 1s;
    z-index: 100;
  }
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.active {
  color: #0060c0 !important;
}

.fs-32 {
  font-size: 32px;
}
.gray {
  color: #444444;
}
.exportBorder {
  border: #00000029 1px solid;
}
.boxShadow .ant-table {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #FAFAFA;
}
.ant-table .ant-table-thead tr th {
  background-color: #e4f9ff;
  color: #0060c0;
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.ant-table-pagination.ant-pagination {
  float: initial !important;
}
.ant-pagination-item-active {
  background: unset !important;
  border: 1px solid #F6BE00 !important;
  color: #F6BE00;
}
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #f9f9f9;
}

.AudienceHeading {
  font-size: 28px;
  color: #444444;
}
.Mainheader1 {
  font-size: 16px;
  color: #0060c0;
  font-family: "Playfair Display", serif;
  width: 25%;
}
.Mainheader2 {
  font-size: 16px;
  color: #0060c0;
  font-family: "Playfair Display", serif;
  width: 35%;
  text-align: center;
}
.mt-2 {
  margin-top: 0.7rem !important;
}
.Mainheader3 {
  font-size: 16px;
  color: #0060c0;
  font-family: "Playfair Display", serif;
  width: 25%;
  text-align: center;
}
.Mainheader4 {
  font-size: 16px;
  color: #0060c0;
  font-family: "Playfair Display", serif;
  width: 25%;
  text-align: center;
}
.Mainheader5 {
  font-size: 16px;
  color: #0060c0;
  font-family: "Playfair Display", serif;
  width: 19%;
  text-align: center;
}
.Thead {
  height: 52px;
  box-shadow: 0px 2px 1px #0000000a;
  border-radius: 2px 2px 0px 0px;
  opacity: 100%;
  background-color: #e4f9ff;
}
.vertical-tabs {
  display: flex;
  align-items: flex-start;
}
.tab-items {
  display: flex;
  flex-direction: column;
}
.tab-item {
  margin-top: 6px;
  padding: 12px;
  border-left: 6px solid transparent;
  cursor: pointer;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 3px;
}
.tab-item:hover {
  background-color: #f5f5f5;
}
.tab-item.active {
  border-left-color: #f6be00;
  font-weight: bold;
}
.ant-pagination {
  margin: 10px 0 20px !important;
  display: flex;
  justify-content: center;
}
.TITLE {
  width: 25%;
  font-size: small;
}
.CredtedDate {
  width: 20%;
  text-align: center;
  font-size: small;
}
.Contactss {
  width: 22%;
  text-align: center;
  font-size: small;
}
.Emailsss {
  width: 13%;
  text-align: center;
  font-size: small;
}
.ACtion {
  width: 15%;
  text-align: center;
  padding-left: 175px;
  font-size: small;
}
.pagedes button {
  height: 36px;
  min-width: 38px;
  display: block;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}
.pagenationactive {
  color: #f6be00 !important;
  border: 1px solid #f6be00;
}
.EmailSaerch .mt-2 {
  margin-top: 0.6rem !important;
}
@media only screen and (max-width: 576px) {
  .HomeSelect {
    width: 100%;
    padding-top: 15px;
  }
  .Contactss {
    width: 25%;
    text-align: -webkit-center;
    font-size: small;
  }
  .Emailsss {
    width: 13%;
    text-align: -webkit-center;
    font-size: small;
  }
  .ACtion {
    width: 15%;
    padding-left: 81px;
    font-size: small;
  }
  .TITLE {
    text-align: -webkit-left;
    font-size: small;
  }
  .tableboxes {
    font-size: small;
  }
}

.createOffer-modal {
  width: 100%;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgb(0 0 0%);
  pointer-events: auto;
  /* width: 134%; */
  width: 807px;
}
.Confirm {
  font-size: 32px;
  color: #444444;
  font-weight: 600;
  font-family: sans-serif;
}
.textmanage {
  font-size: 26px;
  color: #444444;
}
.ant-modal-body {
  padding: 42px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 144px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.ant-modal-close-x {
  display: block;
  width: 78px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: end;
  text-transform: none;
  text-rendering: auto;
}
.deleteitem {
  border: none;
  border-radius: 3px;
}

.DetailsTable {
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 4px #00000029;
}
.labal {
  color: #444444;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: bold;
}
.ADD .addbtn {
  color: #F6BE00;
  font-size: 18px;
  border: none;
  font-weight: 500;
  border-bottom: 1px solid #F6BE00;
}
.Emailsearch {
  border: 0.30000001px solid #CACACA;
  border-radius: 3px;
  height: 38px;
  margin-top: 2px;
  margin-left: -90px;
}
.ADD .addbtns {
  color: #F6BE00;
  font-size: 18px;
  border: none;
  font-weight: 500;
  border-bottom: 1px solid #F6BE00;
}
div#search-icon2\ py-3\ px-2 {
  margin-top: -3px;
}
@media only screen and (max-width: 576px) {
  .ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(0 0 0%);
    pointer-events: auto;
    /* width: 134%; */
    width: 394px;
  }
  .ant-table .ant-table-thead > tr > th,
  .ant-table .ant-table-tbody > tr > td {
    padding: 3px !important;
    overflow-wrap: break-word;
  }
  .Emailsearch {
    border: 0.30000001px solid #CACACA;
    border-radius: 3px;
    height: 38px;
    margin-top: 2px;
    margin-left: 0px;
  }
}

.saving {
  border: none;
}
.HeaderPops {
  color: #444444;
  font-size: 25px;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.cancelicon {
  position: relative;
  left: 74px;
  top: -400px;
}
.PhoneInputCountryIcon.PhoneInputCountryIcon--border {
  width: 54px;
}
svg.PhoneInputCountryIconImg {
  width: 50px;
}
select.PhoneInputCountrySelect {
  width: 149px;
}
.PhoneInput {
  display: flex;
  margin-left: -24px;
}
input.PhoneInputInput {
  padding-left: 5px;
  width: 100%;
  border: 0.30000001px solid #CACACA;
  border-radius: 3px;
  height: 38px;
}
.PhoneInputCountry {
  /* justify-content: left; */
  padding-right: 27px;
}
select.PhoneInputCountrySelect {
  width: 19px;
  border: none;
  margin-top: -5px;
  background: transparent;
  position: relative;
  left: 75px;
  color: #0060C0;
}
.PhoneInputCountry {
  /* justify-content: left; */
  padding-right: 27px;
  display: flex;
}
.labalPnone {
  color: #444444;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.pho {
  border: 0.30000001px solid #CACACA;
  border-radius: 3px;
  height: 38px;
  margin-top: 2px;
  width: 100%;
  padding: 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .textmanage {
    font-size: 17px;
    color: #444444;
  }
  .Confirm {
    font-size: 28px;
    color: #444444;
    font-weight: 600;
    font-family: sans-serif;
  }
}

.cards {
  box-shadow: 0px 0px 4px #00000029;
}
.AudienceDetails {
  color: #444444;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
}
.checkhead {
  color: #444444;
  font-size: 18px;
  text-align: left;
  font-weight: 300;
}
.create {
  color: #444444;
  font-size: 28px;
  text-align: left;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
.cancel {
  box-shadow: 0px 0px 2px #00000029;
  border: 0.30000001px solid #F6BE00;
  border-radius: 2px;
  background-color: white;
}
.save {
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 2px;
  width: 12%;
}
.Importfield {
  color: #444444;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
}
.errormessage {
  color: red;
}
@media only screen and (max-width: 576px) {
  .py-4 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

.overview {
  width: 150px;
  border: 1px solid #00000029;
}
.activity {
  width: 150px;
  height: 37px;
  border: 1px solid #00000029;
}
.clickperfomance {
  width: 200px;
  border: 1px solid #00000029;
}
.Kickstartbox {
  box-shadow: 0px 0px 8px #00000029;
}
.sidehead {
  color: #444444;
  font-size: 18px;
  text-align: left;
}
b.px-5.inp {
  font-size: 18px;
}
.headingpara {
  color: #0060C0;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: bolder;
}
.detaildata {
  box-shadow: 0px 0px 8px #00000029;
}
.Graph {
  height: 400px;
  box-shadow: 0px 0px 8px #00000029;
}
.tableth {
  background-color: #E4F9FF;
  height: 50px;
}
.tablepara {
  padding: 16px;
  color: #0060C0;
  font-family: 'Playfair Display', serif;
  font-weight: bolder;
  font-size: 18px;
}
.LocationTable {
  height: 403px;
  box-shadow: 0px 0px 8px #00000029;
}
.mylist {
  line-height: 4;
  color: #444444;
}
.minlogo {
  width: 36px;
  height: 26px;
}
.Opened {
  padding: 6px;
  border-left: 6px solid transparent;
  cursor: pointer;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 3px;
}
.Clicked {
  padding: 6px;
  border-left: 6px solid transparent;
  cursor: pointer;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 3px;
}
.Bounced {
  padding: 6px;
  border-left: 6px solid transparent;
  cursor: pointer;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 3px;
}
.Opened:hover .Totalopen {
  color: #0060c0;
}
.Clicked:hover .TotalClicks {
  color: #0060c0;
}
.Bounced:hover .bounce {
  color: #0060c0;
}
.Opened:active {
  background-color: #0060c0;
}
.Opened:active .Totalopen {
  color: #E4F9FF;
}
.Opened:active .toatalOp {
  color: #E4F9FF;
}
.Clicked:active {
  background-color: #0060c0;
}
.Clicked:active .TotalClicks {
  color: #E4F9FF;
}
.Clicked:active .totallycli {
  color: #E4F9FF;
}
.Bounced:active {
  background-color: #0060c0;
}
.Bounced:active .bounce {
  color: #E4F9FF;
}
.Bounced:active .boun {
  color: #E4F9FF;
}
.myspace {
  font-weight: 900;
  font-size: 18px;
}
.stash {
  font-weight: 900;
  font-size: 18px;
}
td.mytda {
  padding-left: 22px;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2624247c;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.CampaignName {
  width: 25%;
}
.homeloader {
  position: absolute;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.load {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 576px) {
  .stash {
    display: none;
  }
  .myspace {
    width: 100%;
    font-weight: 900;
    font-size: 18px;
  }
  .diver {
    width: 100%;
  }
  .fs-18 {
    font-size: 12px;
  }
  b.px-5.inp {
    font-size: 16px;
  }
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #24d7ff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
    color: #777777;
  }
  50% {
    opacity: 0.4;
  }
}
.ant-spin.ant-spin-spinning.ant-spin-show-text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ant-spin.ant-spin-spinning.ant-spin-show-text .ant-spin-text {
  position: relative !important;
  display: block;
  top: 10px !important;
}

.line-chart__widgets {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
.line-chart__widgets-item {
  border-radius: 1.5px;
  box-shadow: 0 2.5px 12.5px 0 #e2ebf6;
  border: solid 0.5px #ffffff;
  background-color: #ffffff;
  padding: 7px 18px;
  text-align: center;
}
.line-chart__widgets-item h4 {
  font-weight: 600;
  letter-spacing: -0.08px;
  color: #26265d;
  font-size: 12px;
}
.line-chart__widgets-item p {
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 14px;
  color: #24d7ff;
}
.line-chart .cs-graph {
  padding: 25px 20px 0;
  margin: 20px 10px 0;
  position: relative;
}
.line-chart .cs-graph__container {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #c8c6c6;
}
.line-chart .cs-graph__overlay {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
  align-items: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.line-chart .cs-graph__overlay-line {
  width: 95%;
  background: #c8c6c6;
  height: 0.5px;
  position: relative;
}
.line-chart .cs-graph__overlay-line span {
  position: absolute;
  left: -35px;
  top: -8px;
  font-weight: 700;
  cursor: pointer;
}
.line-chart .cs-graph__bar {
  border-top: 3px solid #00ceab;
  background-color: #c3f7ef;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.line-chart .cs-graph__bar:hover {
  box-shadow: 2px 2px 6px 1px #e9eeef;
}
.line-chart .cs-graph__bar.active {
  background-color: #00ceab !important;
  box-shadow: 2px 2px 6px 1px #e9eeef;
}
.line-chart .cs-graph__bar-item {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #26265d;
  font-size: 12px;
  font-weight: 500;
  transform-origin: left;
  text-align: left;
  white-space: nowrap;
}
.line-chart .cs-graph__bar .popup-info {
  display: none;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 3;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 3px 8px 1px #9c8d8d;
}
.line-chart .cs-graph__bar .popup-info-key {
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline;
}
.line-chart .cs-graph__bar .popup-info-val {
  font-size: 16px;
  font-weight: 700;
}
.line-chart .cs-graph__tooltip,
.line-chart .cs-graph__tooltip-action {
  position: absolute;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 12px;
  color: #26265d;
  border-radius: 1.5px;
  box-shadow: 0 2.5px 12.5px 0 #e2ebf6;
  border: solid 0.5px #ffffff;
  background-color: #ffffff;
}
.line-chart .cs-graph__tooltip > div.dot,
.line-chart .cs-graph__tooltip-action > div.dot {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #00ceab;
}
.line-chart .cs-graph__tooltip {
  left: 20px;
}
.line-chart .cs-graph__tooltip-action {
  right: 20px;
  height: 34px;
}
.line-chart .cs-graph__tooltip-action .radio-wrapper {
  height: 34px;
  display: block;
}
.line-chart .cs-graph__xAxis {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 12px;
  color: #26265d;
}
.line-chart .cs-graph__yAxis {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: rotate(-90deg) translateY(-50%);
  font-weight: 700;
  font-size: 12px;
  color: #26265d;
}
.donut {
  display: flex;
  align-items: center;
}
.donut-legend {
  margin-left: -10px;
}
.donut-legend__item {
  color: white;
  font-size: 12px !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
}
.donut-legend__item .dots {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: yellow;
  margin-right: 5px;
}

.fs-28 {
  font-size: 28px;
}
.fs-26 {
  font-size: 26px;
}
.ps-8 {
  padding-left: 28px;
}
.ms-8 {
  margin-left: 28px;
}
.exportBorder .input-wrapper {
  height: 40px !important;
}
.CampaignName .input-wrapper {
  width: 250px;
}
.widthTop .input-wrapper {
  width: 100%;
}
.ant-radio-inner::after {
  background-color: #f6be00 !important;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 0.1px #f6be00 !important;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #f6be00 !important;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #f6be00;
}
.ant-radio-inner::after {
  top: 20% !important;
  left: 25% !important;
}
.cancel {
  border: #f6be00 1px solid;
  border-radius: 4px;
  background-color: #ffff;
}
.Submit {
  border: #f6be00 1px solid;
  border-radius: 4px;
  background-color: #f6be00;
  color: #ffff;
}
#root {
  background-color: #ffff;
}
.fitToContent {
  width: -moz-fit-content;
  width: fit-content;
}
.cancelBorder {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #ffff;
  border-radius: 8px;
  width: 15px;
  height: 15px;
}
.fs-12 {
  font-size: 12px;
}
.box1 {
  width: 30%;
}
.box2 {
  width: 30%;
}
.box3 {
  width: 30%;
}
.box4 {
  width: 10%;
}
.overflowX {
  overflow-x: scroll;
}
.t-w {
  width: 50%;
}
.Abs {
  position: absolute;
  top: 35px;
  left: 270px;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2624247c;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.CampaignName {
  width: 25%;
}
.homeloaders {
  position: absolute;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 130px;
  height: 80%;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.load {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
.borderCampaign button {
  background-color: transparent;
  border: none;
  height: 0px;
  min-width: 0px;
  font-weight: n;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 576px) {
  .w-25 {
    width: 100% !important;
  }
  .widthTable {
    width: 550px;
  }
  .radio-wrapper .ant-radio-group {
    flex-direction: column;
  }
  .t-w {
    width: 100%;
  }
  .CampaignName .input-wrapper {
    width: 100% !important;
  }
  .CampaignName {
    width: 100% !important;
  }
}
@media only screen and (max-width: 820px) {
  .CampaignName .input-wrapper {
    width: 300px;
  }
  .CampaignName {
    width: 300px;
  }
}

* {
  box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  font-size: 14px;
}
body {
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  line-height: normal;
  word-spacing: normal;
  font-variant: inherit;
  font-family: 'Poppins', sans-serif;
  font-feature-settings: normal;
  background-color: #EEF1F5;
}
#root {
  width: 100%;
  height: 100% !important;
}
#outer-container {
  width: 100%;
  height: 100% !important;
}
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
a,
li,
form,
input,
button,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button {
  cursor: pointer;
}
@keyframes content-placeholder-animation {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(300%);
  }
}
@keyframes lines-placeholder-animation {
  0% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
.Toastify__toast-container--top-center {
  z-index: 999999;
  top: 0;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
}
.flex {
  display: flex;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-left {
  display: flex;
  flex: 1;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-center {
  display: flex;
  align-items: center;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.lg-hide {
  display: none;
}
.sm-hide {
  display: block;
}
.sm-block {
  display: none;
}
@media only screen and (max-width: 756px) {
  .sm-hide {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .lg-hide {
    display: block;
  }
}
button {
  border: 1.5px solid #777777;
  height: 36px;
  min-width: 101px;
  font-weight: 800 !important;
  transition: all 0.2s ease-in;
}
button[type="button"].primary {
  color: white;
  background-color: #777777;
}
button[type="button"].primary:hover {
  color: white;
  background-color: #777777;
}
button[type="reset"] {
  background-color: transparent !important;
}
button[type="button"] {
  color: #777777;
  background-color: transparent;
}
button[type="button"]:disabled {
  cursor: not-allowed;
}
button[type="button"].delete,
button[type="submit"].delete {
  background: red;
  color: white;
  border-color: red;
}
button.ant-switch {
  background: grey;
}
.ant-pagination {
  margin: 30px 0 20px !important;
  display: flex;
  justify-content: center !important;
}
.ant-pagination-item-active {
  background: #777777;
  border: 1px solid #777777;
}
.ant-pagination-item-active a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .ant-pagination li {
    min-width: 24px !important;
    width: 24px !important;
    height: 24px;
  }
  .ant-pagination li a {
    height: 24px !important;
    display: grid;
    place-items: center;
    font-size: 11px;
    line-height: 2.1;
  }
}
.ant-table-tbody tr > td {
  border-bottom: 1.5px solid #e2ebf6;
}
.ant-table-tbody img.more {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ant-table-tbody button.table-view {
  padding: 0px 6px !important;
  min-width: 60px !important;
  height: 25px;
  font-size: 12px;
  background: transparent;
  border: 1px solid #1893f2;
  border-radius: 4px;
  color: #1893f2;
  transition: all 0.3s ease-in;
  margin: 0 !important;
}
.ant-table-tbody button.table-view:hover {
  background: #1893f2;
  color: white;
}
.ant-table-tbody .enabled {
  width: 8px;
  height: 8px;
  background-color: #15ce2d;
  border-radius: 4px;
  margin-right: 5px;
}
.ant-table-tbody .disabled {
  width: 8px;
  height: 8px;
  background-color: #d61031;
  border-radius: 4px;
  margin-right: 5px;
}
.ant-table-tbody .yellow {
  width: 8px;
  height: 8px;
  background-color: #e9ec0f;
  border-radius: 4px;
  margin-right: 5px;
}
.ant-table-tbody .table-tag {
  display: grid;
  place-items: center;
}
.ant-table-tbody .table-tag > div {
  min-width: 60px;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 14px;
}
.ant-table-tbody .table-tag .success {
  background: #09cc64;
  color: White;
}
.ant-table-tbody .table-tag .rejected {
  background: #df271a;
  color: White;
}
.ant-table-tbody .table-tag .effectiveHour {
  background: #ee0b0bd2;
  color: White;
}
.ant-table-tbody .table-tag .warning {
  background: #ffd665;
  color: #333333;
}
.ant-table-tbody .table-tag .pending {
  background: #c4c00f;
  color: white;
}
.ant-table-tbody .table-tag .lightGreen {
  background: #e2ebf6;
  color: #03a829;
}
.ant-table-tbody .table-tag .closed {
  background: #056399;
  color: white;
}
.ant-table-tbody .table-tag .lightYellow {
  background: #ffd6655e;
  color: #333333;
}
.ant-table-tbody .table-tag .availed {
  background: #24d7ff;
  color: white;
}
.ant-table-tbody .table-tag .cancelled {
  background: #f5990fbd;
  color: #ffffff;
}
.ant-table-footer {
  background: #fff;
}
.ant-table .ant-table-thead > tr > th,
.ant-table .ant-table-tbody > tr > td {
  padding: 14px  !important;
  overflow-wrap: break-word;
}
.table-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 15px;
}
.table-filter-header .left,
.table-filter-header .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-filter-header label {
  font-size: 13px;
  font-weight: 600;
  color: #26265d;
}
.table-filter-header__pageSize {
  display: flex;
  align-items: center;
}
.table-filter-header__pageSize .SingleSelect {
  margin: 0 8px;
  width: 80px;
}
.table-filter-header__pageSize .SingleSelect ._single-select__indicator-separator {
  display: none;
}
.table-filter-header__pageSize .SingleSelect ._single-select__clear-indicator {
  padding-right: 0;
  padding-left: 4px;
}
.table-filter-header__search {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.table-filter-header__search .input-wrapper {
  height: 38px;
  margin-left: 8px;
}
.table-filter-header__search .input-wrapper input {
  margin-top: 0px;
}
.table-filter-header .right button {
  padding: 10px 24px;
  background-color: #777777;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  margin-left: 10px;
  font-size: 14px;
  line-height: 16px;
}
@keyframes fadeInFromTop {
  0% {
    transform: rotate(0) translateX(0) translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: rotate(0) translateX(0) translateY(0%);
    opacity: 1 !important;
  }
}
.filter {
  background-color: #fafafa;
  padding: 25px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
  border-radius: 8px;
}
.filter > div {
  flex-basis: 30%;
}
.filter .dashedBorder {
  padding: 20px;
  border: 1px dashed #8692ac;
  background-color: white;
  flex-direction: row;
  display: flex;
}
.filter h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 20px;
}
.filter .input.input-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .input.input-wrapper input {
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.filter .InputTextArea.InputTextArea-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .InputTextArea.InputTextArea-wrapper textarea {
  border-radius: 8px !important;
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.filter .inputDate.inputDate-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .inputDate.inputDate-wrapper input {
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.filter .SingleSelect label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.filter .SingleSelect ._single-select {
  margin-top: 6px !important;
}
.filter .SingleSelect ._single-select__control {
  border: 1px solid #c5cbde !important;
}
.filter .SingleSelect ._single-select__placeholder {
  color: #c3c8d0;
}
.filter-btns {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 5px;
  height: 70px;
}
.filter-btns button {
  border-radius: 6px;
  border: 1.5px solid #777777;
  height: 36px;
  margin-left: 10px;
  width: 110px;
}
.filter-btns button[type="reset"] {
  color: #777777;
  background-color: transparent;
}
.filter-btns button[type="submit"] {
  color: white;
  background: #777777;
}
.filter-btns button[type="button"].default {
  color: #777777;
  background: transparent;
}
.filter-btns button[type="button"].danger {
  color: white;
  background: #ff5151;
  border: 1.5px solid #ff5151;
}
.cs-modal-header {
  padding: 18px 50px;
  background-color: #777777;
  color: #fff;
  font-size: 20px;
  border-radius: 12px 12px 0 0;
}
.cs-modal-body {
  padding: 20px 50px 30px;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-modal-body > div {
  flex-basis: 48%;
  margin-bottom: 15px;
}
.cs-modal-body .input-wrapper .password-eye {
  position: absolute;
  top: 30px;
  right: 10px;
  cursor: pointer;
}
.cs-modal-body .input.input-wrapper label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.cs-modal-body .input.input-wrapper input {
  border: 1px solid #c5cbde;
  margin-top: 6px !important;
}
.cs-modal-body .SingleSelect label {
  font-size: 12px;
  font-weight: 600;
  color: #26265d;
  margin-left: 2px;
}
.cs-modal-body .SingleSelect ._single-select {
  margin-top: 6px !important;
}
.cs-modal-body .SingleSelect ._single-select__control {
  border: 1px solid #c5cbde !important;
}
.cs-modal-body .SingleSelect ._single-select__placeholder {
  color: #c3c8d0;
}
.cs-modal-body label {
  display: block;
  color: #26265d;
  font-size: 12px;
  font-weight: 600;
  margin-left: 2px;
}
.cs-modal-body .ant-switch {
  margin-top: 5px;
  min-width: 60px;
  height: 25px;
}
.cs-modal-body .ant-switch::after {
  top: 2px;
}
.cs-modal-body .ant-switch-checked {
  background-color: green !important;
}
.cs-modal-body .trash {
  width: 60px;
  height: 60px;
}
.cs-modal-body.oneThird > div {
  flex-basis: 65%;
}
.cs-modal-footer {
  border-radius: 0 0 12px 12px;
  padding: 22px 50px;
  border-top: 1px solid #c5cbde;
}
.cs-modal-footer__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cs-modal .ant-modal-content {
  border-radius: 12px;
}
.cs-modal .ant-modal-close {
  display: none;
}
.cs-modal .ant-modal-body {
  padding: 0;
  border-radius: 12px;
}
.ant-popover-inner-content ul {
  list-style: none;
}
.ant-popover-inner {
  padding: 0;
}
.ant-popover-placement-top .ant-popover-inner {
  padding: 6px 15px !important;
}
.ant-notification-notice.ant-notification-notice-closable {
  border-radius: 7.5px !important;
  background-color: #09cc64 !important;
  color: white !important;
}
.ant-notification-notice-message {
  color: white !important;
}
.ant-notification-notice-message .ant-notification-notice-icon-success svg path {
  fill: white;
}

