:root {
  --theme-green-color: #63ae3d;
  --theme-red-color: #ee5253;
  --theme-pinkred-color: #e83e8c;
  --theme-bg-color: #edf0f3;
  --theme-light-blue: #2942c457;
  --theme-grey-color: #707172;
  --small-text-grey: #9aa0b0;
  --theme-blue-gradient: linear-gradient(261deg, #2331b8, #366ae1) right;
  --theme-red-gradient: linear-gradient(261deg, #ee5253, #e83e8c) right;
  --scrollbar-gradient: linear-gradient(21deg, grey, black) bottom;
  --login-bg: #d7e4fb;
  --red-shadow: 0px 0px 18px 4px rgb(238 80 87 / 52%);
}

[type=checkbox].filled-in:checked.chk-col-red+label:after{
  border: 2px solid var(--theme-red-color);
  background-color: var(--theme-red-color);

}

.saveBtns{
  padding-left: 30px;
  padding-right: 30px;
}

.imageInvalid {
  border: 1px solid #ee5253 !important;
}

.fontBold {
  font-weight: bold;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.themeGreen {
  background-color: var(--theme-green-color);
}

.themeRed {
  background-color: var(--theme-red-color);
}

.themeBlack {
  background-color: black;
}

.whiteText {
  color: white;
}

.flexContainer {
  display: flex;
}

.small-btn {
  font-size: 11px;
}

#mflagFlexCon {
  display: flex;
  cursor: pointer;
  align-items: center;
  align-content: center;
}

#mflagFlexCon p {
  margin-bottom: 0px;
}

#mflagFlexCon *{
  pointer-events: none;
}

#mlanguageDiv {
  background: white;
  -webkit-box-shadow: 1px 3px 28px -2px rgb(0 0 0 / 12%);
  box-shadow: 1px 3px 28px -2px rgb(0 0 0 / 12%);
  z-index: 99;
  border-radius: 15px;
  width: 100%;
  transform-origin: left 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 30px;
  transform: scale(0);
  display: none;
}

.showMobileBox {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform: scale(1) !important;
  transform-origin: left 0;
}

#mlanguageDiv ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#mlanguageDiv ul li {
  padding: 15px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  transition: .5s ease-out;
}

#mlanguageDiv ul li:hover {
  background: var(--theme-red-gradient);
  transition: .5s ease-out;
}

#mlanguageDiv ul li:hover>span {
  color: white;
}

#mlanguageDiv ul li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#mlanguageDiv ul li:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#mlanguageDiv ul li span {
  font-weight: 400;
  color: black;
  font-size: 13px;
  padding-left: 15px;
  pointer-events: none;
}

#copyRight {
  position: absolute;
  bottom: -40px;
  font-size: 11px;
}

.btn-black {
  background-color: black;
  color: white;
  border-radius: 20px;
  width: max-content;
}

.btn-black:hover {
  background-color: white;
  color: black;
  border: solid 1px black;
}


.btn-white {
  background-color: #ffffff60;
  color: white !important;
  border-radius: 10px;
  transition: 0.3s;
}

.btn-white:hover {
  transition: 0.3s;
  background-color: white;
  color: var(--theme-red-color) !important;
}

.btn-red {
  background-color: var(--theme-red-color);
  color: white;
  border-radius: 20px;
}

.btn-red:hover {
  background-color: white;
  color: var(--theme-red-color);
  border: solid 1px var(--theme-red-color);
}

.btn-green {
  background-color: var(--theme-green-color);
  color: white;
  border-radius: 20px;
}

.btn-green:hover {
  background-color: white;
  color: var(--theme-green-color);
  border: solid 1px var(--theme-green-color);
}

.icons {
  font-size: 13px;
  cursor: pointer;
}

.submenuParent {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  left: 60px;
}

.submenuChild {
  pointer-events: auto;
  background: black;
  color: white;
  border-radius: 20px;
}

.submenuChild ul a {
  color: white;
}

.submenuChild ul {
  list-style-type: none;
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  width: max-content;
}

.submenuChild li {
  background: black;
  background: linear-gradient(to left, black 50%, white 51%) right;
  background-size: 202%;
  transition: .3s ease-out;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.submenuChild li:hover {
  transition: .3s ease-out;
  color: black;
  background-position: left;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  border: 1px solid #e0e2ea;
}

.mBottomZero {
  margin-bottom: 0px;
}

.weight500 {
  font-weight: 500;
}

.blackHr {
  border-top: 1px solid rgb(0 0 0);
}

.campaign .ct-series-a .ct-line, .campaign .ct-series-a .ct-point {
  stroke: #000000;
  stroke-width: 2px;
}

.campaign .ct-series-a .ct-point, .campaign .ct-series-b .ct-point {
  stroke-width: 10px;
}

body {
  background-color: var(--theme-bg-color);
  font-family: 'monument', system-ui !important;
}

h1, h2, h3, h4, h5 {
  letter-spacing: -0.7px;
}

#topBarUser {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logoutBtn {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: black;
}

#notificationTopSec {
  top: 1px;
}

.page-wrapper {
  display: block;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  background: white;
  border-radius: 30px;
}

.paddingBottom10 {
  padding-bottom: 10px !important;
}

.page-wrapper>.container-fluid, .page-wrapper>.container-lg, .page-wrapper>.container-md, .page-wrapper>.container-sm, .page-wrapper>.container-xl {
  padding: 0px;
}


#topCompanyLogo {
  width: 34px;
  cursor: pointer;
}

#topSearchSec {
  width: 250px;
  margin-left: 40px;
  position: relative
}

#mobileSearchSec {
  position: relative;
  margin-top: 7px;
  margin-bottom: 6px;
}

#mobileSearchSec span {
  color: #89898a;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}

#mobileSearchSec h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}

#mobileFlagContainer {
  display: flex;
  margin-top: 15px;
}

#mobileFlagContainer p {
  padding-left: 15px;
}

#mobileSignOutBtn {
  color: white;
  background: var(--theme-red-gradient);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 47px;
  right: 0px;
}

#topSearchIcon {
  color: black;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 13px;
}

#mobileSearchIcon {
  color: black;
  font-size: 16px;
  position: absolute;
  top: 34px;
  left: 13px;
}


#topSearchBar, #mobileSearchBar {
  padding-left: 40px;
}


#topRightSec {
  position: absolute;
  right: 43px;
  display: flex;
  align-items: center;
}

#topBarUser {
  font-size: 13px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

#topNotificationBell {
  color: black;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

#bellHasContent {
  width: 10px;
  height: 9px;
  background-color: #f54127;
  position: absolute;
  border-radius: 99px;
  border: 1px solid white;
  right: 5px;
  top: -1px;
}

#topBarFlex {
  display: flex;
  align-items: center;
}

.positionRelative {
  position: relative;
}

#userProfileImg {
  border-radius: 99px;
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.customInputStyle {
  border-radius: 20px;
  height: 35px;
  border: none;
}

.customMenu {
  font-size: 18px;
  background-color: #333333;
  padding: 11px;
  border-radius: 99px;
  color: white;
}

.contentSecFlex {
  display: flex;
  flex-direction: row;
}

#desktopMenuLinkFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  float: left;
  /* max-height: 51vh; */
  overflow: auto;
  margin-top: 40px;
  height: max-content;
  padding: 5px;
}

#desktopMenuLinkFlex::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#desktopMenuLinkFlex {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.contentDivFlexStart {
  padding: 30px;
  background: white;
  border-radius: 30px;
  margin: 20px;
  width: 100%;
}

.contentDivFlex {

  display: flex;
}

.flexMode {
  display: flex
}

.pageTitle {
  font-weight: 500;
}

.divConInfo {
  color: white;
  background: black;
  padding: 21px;
  font-size: 30px;
  border-radius: 30px;
}

.divCon {
  margin: 10px;
  padding: 15px;
  background: #f2f5fa;
  border-radius: 30px;
  text-align: center;
}

.conTitle {
  font-weight: 600;
}

.conSubTitle {
  color: #b1b1b1;
}

.conSubTitle2 {
  font-size: 20px;
  font-weight: 600;
}

.fullWidth {
  width: 100%;
  padding: 0;
  margin: 0;
}

.form-control {
  transition: .3s ease-out;
  box-shadow: none;
}

.form-control:focus {
  transition: .3s ease-out;
  color: black !important;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

#mobileMenuBar {
  color: black;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  padding-left: 16px;
  padding-right: 16px;
}

.form-control {
  color: black;
}

#mobileMenuContainer {
  position: fixed;
  z-index: 999;
  background: #000000cc;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
}

#mobileMenuRow {
  background: #f2f5fa;
  width: 90%;
  border-bottom-right-radius: 30px;
  max-width: 400px;
}

#mobileMenuHeader1 {
  background-color: #f2f5fa;
  width: 90%;
  padding: 20px;
  border-top-right-radius: 30px;
  position: relative;
  border-bottom: 1px solid #00000038;
  margin-top: 10%;
  max-width: 400px;
  ;
}

#mobileMenuHeader1 h5 {
  margin-bottom: 0px;
  font-weight: 500;
}

#mobileMenuClose {
  position: absolute;
  right: 16px;
  top: 7px;
  cursor: pointer;
  transition: .3s ease-out;
  transform: rotate(0deg);
  padding: 10px;
}

.closeBtns {
  font-size: 22px;
  color: black;
}

.closeBtns:hover {
  transition: 0.3s;
}

.modalSubTitle{
  color: black;
}

.form-group label{
  color: var(--theme-red-color);
  font-weight: 400;
}

.modalRow{
  display: flex;
  flex-wrap: wrap;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.customSelect {
  background: #fff;
  position: relative;
  padding: 10px;
  cursor: pointer;
  border-radius: 99px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000;
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
  font-family: 'monument';
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: .2;
}

.customSelectIcon {
  color: var(--theme-red-color);
  position: absolute;
  font-size: 20px;
  left: calc(100% - 40px);
  top: 6px;
  pointer-events: none;
}

.inputStyle, .inputStyle:focus {
  font-size: 15px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--theme-light-blue);
  color: black;
}

#mobileMenuClose:hover, #notificationClose:hover {
  transition: .3s ease-out;
  transform: rotate(360deg);
}

#mobileMenuRow ul {
  overflow: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-height: 55vh;
  border-bottom-right-radius: 30px;
  padding-bottom: 30px;
}

.mobileMenuLinks {
  color: black;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobileMenuLinks span {
  padding-left: 20px;
  font-weight: 400;
  color: var(--theme-grey-color);
}

.submenuMobile {
  padding-left: 60px;
  font-weight: 400;
}

#mobileMenuRow ul li {
  cursor: pointer;
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, #f2f5fa 50%, var(--theme-red-color) 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
  border-bottom: 1px solid #00000038;

}


.btn-option{
  background-color: black;
  border: 1px solid black;
  color: white;
  border-radius: 20px;
  width: max-content;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-option-outline{
  border: 1px solid black;
  color: black;
  border-radius: 20px;
  width: max-content;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-option:hover{
  color: black;
  background: white;
}

.btn-option-outline:hover{
  color: white;
  background: black;
}

.quillsHeight {
  height: 200px !important;
}

.ql-toolbar.ql-snow {
  border: 1px solid var(--theme-light-blue) !important;
  border-radius: 10px;
}

textarea{
  font-size: 15px !important;
  border-radius: 20px !important;
  border: 1px solid var(--theme-light-blue) !important;
  color: black !important;
}

.ql-container.ql-snow {
  border-left: 1px solid var(--theme-light-blue) !important;
  border-bottom: 1px solid var(--theme-light-blue) !important;
  border-right: 1px solid var(--theme-light-blue) !important;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}

#mobileMenuRow ul li:hover * {
  transition: .3s ease-out;
  color: white;
}

#mobileMenuRow ul li:hover {
  transition: .3s ease-out;
  background-color: var(--theme-red-gradient);
  color: white;
  background-position: left;
}

#mobileMenuHr {
  margin-left: -20px;
  margin-right: -20px;
}

#notificationSec {
  position: absolute;
  background: white;
  width: 300px;
  left: -260px;
  z-index: 999;
  margin-top: 11px;
  border-radius: 30px;
  border: 1px solid #f2f5f9;
  display: none;
}

#notificationClose {
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: .3s ease-out;
  transform: rotate(0deg);
  cursor: pointer;
}

#notificationSec ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  max-height: 60vh;
  overflow: auto;
}

#notificationSecHeader1 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #f2f5f9;
}

#notificationSecHeader1 h5 {
  margin-bottom: 0px;

}

#notificationSec ul, #notificationSec ul li:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px
}

.notificationIcons {
  font-size: 20px;
  background-color: #333333;
  padding: 11px;
  border-radius: 99px;
  margin-right: 20px;
  color: white;
}


#notificationSec ul li {
  padding: 20px;
  border-bottom: 1px solid #f2f5f9;
  color: black;
  font-weight: 200;
  cursor: pointer;

  background: white;
  /* "to left" / "to right" - affects initial color */
  background: linear-gradient(to left, white 50%, #333333 50%) right;
  background-size: 200%;
  transition: .3s ease-out;

}

#notificationSec ul li:hover {
  transition: .3s ease-out;
  /* background-color: #333333; */
  color: white;
  background-position: left;
}

.close {
  opacity: 1;
  cursor: pointer;
}

.modal-header {
  border-bottom: 1px solid var(--theme-red-gradient);
  background: var(--theme-red-gradient);
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.modal-content {
  border-radius: 20px;
}

.hintText {
  font-style: italic;
  color: var(--theme-red-color);
}

.input-group-text {
  color: #ffffff;
  background-color: var(--theme-red-color);
  border: 1px solid var(--theme-red-color);
  border-radius: 20px;
}

.custom-file-label {
  color: var(--theme-red-color) !important;
  border: 1px solid var(--theme-red-color) !important;
  border-radius: 20px;
  cursor: pointer;
}

.custom-file-input {
  cursor: pointer;
}

.custom-file-label::after {
  color: #ffffff;
  background-color: var(--theme-red-color);
}

[type=checkbox].filled-in:checked+label:after, [type=checkbox].filled-in:not(:checked)+label:after {
  border-radius: 8px;
}

a {
  color: black;
}

.modal h4 {
  font-weight: 400;
  color: white;
}

.close{
  color: #fff;
  transition: 0.3s;
}

.close:hover{
  color: #fff;
  transition: 0.3s;
  transform: rotate(180deg);
}

.page-wrapper {
  height: 100vh;
}

button:focus{
  outline: none !important;
}

/* Laptop */
@media screen and (min-width: 993px) {

  .menuItems {
    display: none;
  }

  .page-wrapper {
    max-width: 1440px !important;
    width: auto !important;
  }
}

/* Tablet */
@media only screen and (max-width: 992px) and (min-width: 601px) {
  .page-wrapper {
    padding: 20px;
  }

  .pageTitle {
    font-size: 18px;
  }

  #topBarFlex {
    margin-bottom: 20px;
  }

  #topBarUser, #userProfileImg, #topSearchSec {
    display: none;
  }

  .menuItems {
    display: block;
  }

  #desktopMenuLinkFlex {
    display: none;
  }

  .contentDivFlexStart {
    padding: 20px;
    margin: 0px;
  }

  .page-wrapper {
    margin-top: 0px;
  }

}

/* Phone */
@media screen and (max-width: 600px) {

  .salesLineReportSec {
    overflow: auto;
  }

  .campaign {
    width: 300%;
  }

  .infoBoxes {
    width: max-content;
  }

  .infoBoxes h4 {
    font-size: 16px;
  }

  .infoBoxes p {
    font-size: 14px;
  }

  .titleFlex {
    flex-direction: column;
    overflow: auto;
  }

  #desktopMenuLinkFlex {
    display: none;
  }

  #notificationSec {
    position: absolute;
    width: 83vw;
    right: -13vw;
    left: inherit;
  }

  .pageTitle {
    font-size: 18px;
  }

  .page-wrapper {
    padding: 10px;
  }

  #topBarUser, #userProfileImg, #topSearchSec {
    display: none;
  }

  #topBarFlex {
    margin-bottom: 20px;
  }

  .menuItems {
    display: block;
  }

  .contentDivFlexStart {
    padding: 20px;
    margin: 0px;
  }

  .page-wrapper {
    margin-top: 0px;
  }

  #topRightSec {
    position: absolute;
    right: 14px;
  }
}