
body {
    font-family: "Outfit", sans-serif !important;
    background-color: #ffffff;
    color: #0E284B;
}

.header{
  background-image: linear-gradient(to right, #0079D0, #1E8CD8, #3499DD, #3C9EDF);
}

.menunav {
    color: #ffffff;
    text-decoration: none;
    display: flex;
}

    .menunav:hover {
        cursor: pointer;
    }

.menuList {
    display: block;
    text-decoration: none;
    color: #0E284B;
}

.font-18 {
    font-size: 18px !important;
}
.font18 {
    font-size: 18px !important;
}
.width18 {
    width: 22%;
}


.headerLogo{
  width: 240px;
  height: auto;
}

.menuIcon{
  border-radius: 8px;
  background: #ffffff;
}

.menuIcon i {
  color: #ffffff;
}

.titleContainer{
  border-bottom: 1px solid #D9D9D9;
}

.breadCrumb{
  font-size: 13px;
  color: #5E5E5E;
}

.smallIcon{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.heading1{
  font-size: 22px;
  font-weight: bold;
}

.secondary-button{
  background-color: transparent;
  border : 1px solid #0079D0;
  color: #0079D0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
}

.secondary-button:hover{
  cursor: pointer;
}

.primary-button:hover{
  cursor: pointer;
}

.primary-button{
  background-color: #0079D0;
  border : 1px solid #0079D0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
}


.marginright12{
  margin-right: 12px;
}

.subtext{
  font-size: 14px;
  color: #5E5E5E;
}


input{
  color: #05332E;
}

input::placeholder{
  color: #D9D9D9 !important;
}

.heading2{
  font-size: 18px;
}


.bgLightGray{
  background-color: #0079D020;
}

.bgLightGray div{
  color: #0079D0;
  font-size: 14px;
}

.medIcon{
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.editBtn:hover{
  cursor: pointer;
}

.bgPrimary{
  background-color:  #0079D0;
  color:  #ffffff;
}

#saveMappingToast{
  z-index: 201 !important;
}

/* Select 2 input */
select {
  padding: 8px 16px !important;
  height: 40px !important;
}

.bigSubtext{
  font-size: 16px;
  color: #5e5e5e;
}

.imgMiddle{
  vertical-align: middle !important;
}

.lgIcon{
  width: 24px;
}

.searchBox {
    background-image: url('../images/Search_Icon.svg');
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 16px 16px;
    border-radius: 12px;
    height: 43px;
    border: 1px solid #d9d9d9;
    padding-left: 90px;
    /* More space for the icon */
    font-size: 16px;
    outline: none;
    background-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.searchBox::placeholder{
  padding-left: 12px;
}

.searchBox:focus,
.searchBox::after,
.searchBox::before,
.searchBox:active{
  background-image: none;
}
.menuList {
    display: block;
    text-decoration: none;
    color: #0E284B;
}


.borderTop{
  border-top: 1px solid #d9D9D9;
}

input::placeholder{
  color: #d9d9d9;
  font-size: 16px !important;
}

.propertyCard{
  background-color: #ffffff;
  height: auto;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.propertyCardDisabled {
    background-color: #d3cfcf;
    height: auto;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.tag{
  background-color: #0079D020;
  border-radius: 12px;
  color : #0079D0;
  box-sizing:content-box;
  font-size: 16px;
}

.editBtnCard{
  border-radius: 12px;
  border: 1px solid #0079D0;
  background-color: #ffffff;
  color: #0079D0;
}

.editBtnCard:hover{
  cursor: pointer;
}

.backLink{
  cursor: pointer;
}

.cursorPointer:hover{
  cursor: pointer;
}

.backLink:hover{
  color: #0079D0;
  font-weight: 600;
}


/* Toggle switch starts*/



    .switch-container {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .switch-label {
      font-size: 18px;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 53px;
      height: 28px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 34px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 3px;
      right:3px;
      bottom: 4px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }

    input:checked + .slider {
      background-color: #0079D0;
    }

    input:checked + .slider:before {
      transform: translateX(26px);
    }
/* Toggle switch ends*/

.alertRed{
  color: #FF9119;
}

textarea::placeholder{
  color: #d9d9d9 !important;
}

.editContainer{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 24px;
}

.colorBlue{
  color: #0079D0;
}

.colorDarkBlue{
  color: #0E284B;
}


.crossBtn {
    width: 24px !important;
    cursor: pointer;
}

td{
  color: #0E284B !important;
  font-weight: 300 !important;
}

th{
  color: #0E284B;
  font-weight: 600;
}

.border-bottom{
  border-bottom: 1px solid #D9D9D9 !important;
}

/* Login */
.logoContainer #LoginForm {
    width: 40rem;
}

.logoContainer{
    position: absolute;
    top: 5%;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 100%;
}
    .logoContainer #LoginForm {
        width: 40rem;
    }

.logoContainer img{
  width: 330px !important;
}

.loginBg{
    z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 40vh;
  width: 100%;
}

.loginBg{
  width: inherit;
}

.primaryBtn{
  height: 40px;
  width: 100%;
  font-size: 18px;
  border-radius: 12px;
  color: #ffffff;
  border: 1px solid #0079D0;
  background-color: #0079D0;
  max-width: 350px;
}

.linkBtn{
  height: 40px;
  width: 100%;
  font-size: 18px;
  border-radius: 12px;
  color: #0079D0;
  background-color: transparent;
  max-width: 350px;
  text-decoration: underline;
  border: none;
}

.primaryBtn:hover{
  cursor: pointer;
}

.loginInput{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 500px;
}

a#btnForgotPass {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout {
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 8px 24px;
    color: #ffffff;
    background: transparent;
}
label.errorLabel {
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    color: rgb(139 16 16);
}
.errorInput {
    border: 1px solid rgb(255, 100, 100) !important;
    border-radius: 4px;
    color: #cf0606fc;
}
    


.propertydot {
    width: 14px;
    height: 14px;
    border-radius: 48px;
}



.greenStatus {
    background-color: #19FF91;
    border: none;
}

.redStatus {
    background-color: rgb(236 36 55);
    border: none;
}

.dateLabel {
    width: 50%;
    justify-content: end;
}

    .dateLabel input {
        width: 50%;
    }

.dateRangeselect {
    height: 43px;
    border-radius: 12px;
}

.propertyLink {
    background-color: #0079D010;
    /* display: inline; */
    width: 32px;
    height: 32px;
}

    .propertyLink img {
        width: 24px;
    }



.tooltipCustom {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltipCustom .tooltipText {
        visibility: hidden;
        opacity: 0;
        width: max-content; /* medium fixed width */
        background-color: #FFFFFF; /* blue background */
        color: #0E284B;
       /* border: 1px solid #0E284B;*/ /* black border */
        text-align: left;
        border-radius: 4px; /* small round corners */
        padding: 6px 10px;
        position: absolute;
        z-index: 999;
        bottom: 125%; /* show above */
        left: 50%;
        transform: translateX(-50%);
        transition: opacity 0.2s ease-in-out;
        box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
        white-space: normal; /* wrap long text */
        word-wrap: break-word; /* break if too long */
        font-size:small;
    }

  .tooltipCustom .tooltipText::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -6px;
      border-width: 6px;
      border-style: solid;
      border-color: #FFFFFF transparent transparent transparent; /* blue arrow */
  }

 .tooltipCustom:hover .tooltipText {
     visibility: visible;
     opacity: 1;
 }

.btn-gradient-blue {
    background: linear-gradient(45deg, #0079D0, #2a5298);
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 5px;
}

    .btn-gradient-blue:hover {
        background: linear-gradient(45deg, #2a5298, #0079D0);
    }

/* Gray Cancel Button */
.btn-gray {
    background: #6c757d;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 5px;
}

    .btn-gray:hover {
        background: #5a6268;
    }


.notVerifiedTxt {
    text-transform: uppercase;
    color: rgb(236 36 55);
    font-size: 14px;
}

.notverifiedicon:hover {
    cursor: pointer;
}

.menubar {
    display: none;
}





