body {
    background-color: #f5f6fa;
    font-family: 'Inter', sans-serif;
  } 
  /* Login Page design */
  .login-p {
    background-image: url('../images/select-campaing.jpg');
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .login-form {
    background: #fff;
    padding: 30px;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .3);
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .resetpasswordForm {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    font-size: 14px;
  }
  .resetFormHeaderRow{
    margin:auto;
    width: 100%;
  }
  .resetFormLogo{
    margin-bottom: 10px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .formInstructions{
    text-align: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .resetFormSuccessMsgDiv {
    text-align: center;
    margin: auto;
  }
  .resetFormSuccessMsg {
    color:#198754;
    font-size: 16px;
    font-weight: 600;
  }
  .resetFormWrapper{
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
  }
  .resetFormWrapper .row{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .resetFormWrapper .labelloginmargin{
    margin-bottom: 5px;
  }
  .login-form .logo-icon {
    display: block;
    object-fit: contain;
    margin: 0;
  }
  .login-btn {
    background: #3169B3;
    border: 1px solid #3169B3;
    color: #fff;
    width: 100%;
    padding: 3px 20px;
    margin-top: 40px;
    font-size: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .xtaasLoginBtn{
    height: 64px;
  }
  .logout-btn img {
    width: auto;
    object-fit: contain;
    margin-right: 10px;
    height: 100%;
  }
  .login-btn img {
    max-width: 85px;
    object-fit: contain;
    margin-right: 10px;
    height: 90%;
  }
  .login-btn:hover {
    box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 20%);
  }
  .button-block {
    display: flex;
    width: 100%;
    align-self: flex-end;
  }
  .login-form::after {
    content: '';
    background: #C1C1C1;
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 100%;
    opacity: .09;
    left: 50%;
    top: -50%;
    z-index: -1;
  }
  .login-form::before {
    content: '';
    background: #C1C1C1;
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 100%;
    opacity: .1;
    right: 50%;
    bottom: -60%;
    z-index: -1;
  }
  /* Login Page end design */

  /*new splash start*/
.campaing-p {
    background-image: url('../images/select-campaing.jpg');
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .campaing-form {
    background: #fff;
    padding: 30px;
    max-width: 475px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .3);
    min-height: 338px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .campaing-form .logout-btn{
    background: #ffffff;
    border: #ffffff;
    display: block;
    width: auto;
    padding: 0px;
    margin-top: 20px;
    height: 24px;
  }
  .campaing-form .login-btn {
    background: #3169B3;
    border: 1px solid #3169B3;
    color: #fff;
    display: block;
    width: auto;
    padding: 12px 20px;
    margin-top: 20px;
    border-radius: 4px;
    min-width: 99px;
    font-size: 18px;
    font-weight: 500;
  }
  .campaing-form .login-btn:hover {
    box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 20%);
  }
  button.login-btn[disabled] {
    border-color: #9D9D9D ;
    background: transparent ;
    color: #9D9D9D ;
    cursor: not-allowed;
    box-shadow: none !important;
  }
  .campaing-form .button-block {
    display: flex;
    width: 100%;
    align-self: flex-end;
  }
  .campaing-form .button-block.logout-button-block{
    justify-content: flex-end;
    /* position: absolute; */
    bottom: 0;
  }
  .campaing-form .title-sec {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #111;
    display: inline-block;
    width: auto;
    word-break: break-all;
    margin: 0;
    padding-bottom: 15px;

  }
  .welcomeSplash{
    width: 100%;
  }
  .splashUserData{
    margin: 10px 0 25px;
  }
  
  .campaing-form p {
    color: #414141;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 0;
  }
  .select-options {
    display: block;
    width: 100%;
  }
  .select-options button.select-btn {
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    background: transparent;
    box-shadow: 0px 4px 15px 0px #0000001a;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    white-space: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 15px 0 0;
    position: relative;
    color: #000;
  }
  .select-options button.select-btn.active, .select-options button.select-btn:hover, .select-options button.select-btn:focus {
    background: linear-gradient(0deg, rgba(191, 211, 254, 0.5) 0%, rgba(229, 236, 252, 0.22) 100%);
    outline: none;
    border: 1px solid #3169B3;
  }
  .select-options button.select-btn.active::after {
    content: '';
    height: 20px;
    width: 20px;
    background: url(../images/check-circle.svg);
    position: absolute;
    left: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translateY(-50%);
    top: 50%;
  }
  .user-avtar{
    width: 100%;
    margin-bottom: 10px;
  }
  .campaignMain {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
}
.campaign-select {
  margin-top: 10px;
  width: 100%;
  position:relative;
}
.hubspotSplashView{
  display: flex;
}
.hubspotSplashView .logout-button-block{
  justify-content: flex-end;
  margin-top: 20px;
}
.hubspotSplashView .logout-button-block .logout-btn{
  background: transparent;
  border: none;
  padding: 0px;
}
  /*new splash end*/

/* new xtaas signin flow starts */
.newCampaignButton{
  background: #3169B3;
  border: 1px solid #3169B3;
  color: #fff;
  display: block;
  width: auto;
  padding: 12px 20px;
  margin-top: 20px;
  border-radius: 4px;
  min-width: 99px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.importCSVModalBody{
  font-size: 16px;
  line-height: 1.8;
}
.importCSVModalInput{
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.importFileInput{
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  display: block;
}
.emptyFieldMsg{
  color:red;
  font-weight:500;
}
.campaing-form p.campaignSuccessMsg{
  color:#198754;
  font-weight: 600;
}
.downloadTemplateBtn{
  color: #3169B3;
  font-size: 18px;
  margin-right: 0px;
  height: 37px;
  background: #fff;
  border-color: #fff;
  text-shadow: 1px -1px 1px #fff;
  border: transparent;
}
.downloadTemplateBtn:hover{
  background: #fff!important;
  color: #3169B3!important;
}
/* new xtaas signin flow ends */




.importCsvModal .modal-dialog {
  display: table;
  table-layout: auto;
  max-width: none; 
  width: auto;
  min-width: 300px;
}
.importCsvModal .btn {
  color: black;
  background-color: #fff;
  font-size: 13px;
}
.importCsvModal .form-control {
  width: 100%;
}
.status-circle {
  width: 30px; /* Adjust size as needed */
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
}

.success {
  background-color: #28a745; /* Green */
  color: white;
}

.danger {
  background-color: #dc3545; /* Red */
  color: white;
}

.delete-campaign-link{
  display: block;
  margin-top: 20px;
  font-size: 14px;
}
.delete-campaigns-section {
  position: relative;
}
.delete-campaigns-section a {
  font-size: 15px;
  font-weight: bold;
}
.delete-campaigns-section button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 15px;
}
.delete-campaign-select {
  margin-top: 50px;
}
.delete-campaigns-section .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  height: 2.666666em;
  margin-left: 3px;
}
