body {
    font-family: 'Poppins', sans-serif;
}
div#engagi_popContainer{
    z-index: 99999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
  }
  div.engagi_engagiPop{
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.engagi_con 
  {
    background-color: white;
    width: 550px;
    position: relative;
    z-index: 99999;
    border-radius: 30px;
    max-width: 100%;
    overflow: hidden;
  }
  .engagi_container{
    max-height: calc(100vh - 65px - 200px);
    overflow: auto;
  }
  .engagi_form{
    
    padding: 0px 20px 20px 20px;
  }
  #engagi_closePopup img{
    padding-right: 10px;
  }
.engagi_title{
    width: 120px;
}
  .engagi_header{
      background-color: rgb(0 132 90);
      display: flex;
      justify-content: space-between;
      padding: 10px;
      align-items: center;
      position: sticky;
      top: 0px;
      z-index: 9999;
      border-bottom: 1px solid #f6f6f6;
  }
  .engagi_engagiPop #engagi_closePopup {
      font-size: 20px;
      cursor: pointer;
      color: white;
    }
  
    .engagi_row {
      display: flex;
      flex-wrap: wrap;
    }
    
    .engagi_col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center;
    }
    .engagi_length{
        flex:1 1 auto;
    }
    .engagi_col-md-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
  
.engagi_mood_icon{
    width: 40px;
    position: relative;
    font-size: 18px;
}
.form-select{
    display: block;
    width: 100%;
    padding: 7px 40px 7px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    background-image: url("../images/down-arrow.svg");
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
    background-color: #f9f9f9 !important;
}

.engagi_form-control {
    flex-grow: 1;
    background-color: #f9f9f9 !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    /* width: 100%; */
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: auto;
    resize: none;
    max-width: 100%;
}


.engagi_btn-generate{
    font-size: 20px;
    background: rgb(0,112,74);
background: linear-gradient(180deg, rgba(0,112,74,1) 0%, rgba(0,142,96,1) 100%);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0px 5px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 1px solid rgb(0,112,74);
}



.form-select:focus-visible,.engagi_form-control:focus-visible {
   
    outline: 1px solid rgb(185, 185, 185) !important;
}
.engagi_promoteCon{
    display: flex;
    gap: 5px;
    align-items: center;
}
.d-flex{
    display: flex;
}
.engagi_subtitle{
    margin-bottom: 8px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .engagi_mood_icon.selected:before {
    content: '';
    background-image: url(../images/check-mark.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -12px;
    /* left: 0; */
    right: -9px;
    /* bottom: 0; */
    z-index: 999;
    opacity: 1;
    width: 26px;
    height: 26px;
}
/* .form-check-label{
    display: inline-block;
} */
.engagi_form-check{
    margin-bottom: 10px;
    padding: 5px;
}
.engagi_btn-button{
    color: white;
    font-size: 18px;
    background: #00c284;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #00c284;
    cursor: pointer;
}
.engagi_img-set{
    position: relative;
    top: 2px;
}
@media (max-width:1024px){
    .engagi_container {
        max-height: 450px;
        overflow: auto;
    }
}
.form-check-input{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin: 0px 5px 0px 0px;
}




.engagi_maintitle{
    margin-top: 25px;
    margin-bottom: 0px;
    display: table;
    background: white;
    position: relative;
    z-index: 999;
    padding-right: 5px;
    font-weight: 600;
}
.engagi_position{
    position: relative;
    margin-bottom: 20px;
}
.engagi_titleBorder{
    width: 100%;
    height: 1px;
    background: #a5a5a5;
    position: absolute;
    top: 14px;
}
.engagi_mood {
    background: transparent;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 18px;
    border: 1px solid rgb(200, 200, 200);
    flex: 1 1 auto;
    cursor: pointer;
}
input[type=radio] {
    accent-color: #00845a;
  }
.engagi_mood_con{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}




.engagi_mood.selected{
    background: #009364;
    color: white;
    border: 1px solid #009364;
}
@media (max-width:767px){
    
.engagi_form-control {
    width: 95%;
}
}
.engagi_right_align{
    text-align: right;
}
.engagi_catch{
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border-radius: 50px;
    color: white;
}
.engagi_d-flex{
    display: flex;
    align-items: center;
    gap: 5px;
}
.engagi_formTitle{
    font-size: 22px;
    background: #ddf7ee;
    margin: 0px;
    text-align: center;
    padding: 8px;
    font-weight: 600;
}
@media (max-width: 360px) {
    .engagi_form-control {
        width: 268px;
    }
}
@media (max-width: 767px) {
    .engagi_container {
        max-height: calc(100vh - 65px);
        overflow: auto;
    }
}


.engagi_bg-login{
    background: url("..//images/bg.jpg");
    background-size: cover;
    background-position: top center
}
.engagi_loginTitle{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
   
}
.engagi_loginForm{

    padding: 0px 20px 30px 20px;
    font-family: 'Poppins', sans-serif !important;
}
.engagi_forgot-password{
    text-align: end;   
    font-family: 'Poppins', sans-serif !important;
}
#engagi_forgotPassword{
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    top: -5px;
}
.engagi_loginLabel{
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
}
.engagi_form-group{
   
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    position: relative;
}
.engagi_form-group-sub{
    margin-bottom: 5px;
    gap: 0px;
}
.engagi_logo{
    width: 250px;
    margin: 0px auto;
    padding-top: 40px;
}
.engagi_text-center{
    text-align: center;
}
.engagi_cross{
    position: absolute;
    top: 5px;
    right: 0px;
}
.engagi_cross img{
    width: 40px;
}
.engagi_login-eicon{
    position: absolute;
right: 20px;
top: 15px;
}
.engagi_login-licon{
    position: absolute;
right: 20px;
top: 8px;
}
.engagi_loginInput{
    padding: 10px 50px 10px 10px !important;
}
:focus-visible{
    outline:0px !important;
}
.justifyCustom {
    justify-content: center;
    margin-top: 15px;
    display: flex;
    font-weight: 500;
}
.credit-sec {
    border: 2px solid;
    padding: 6px 18px;
    border-radius: 50px;
    color: #00895d;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
    .credit-sec img {
        position: relative;
        top: -1px;
    }