body {
    font-family: 'Poppins', sans-serif;
}
div#grupster_popContainer{
    z-index: 99999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
  }
div.grupster_grupsterPop {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.grupster_con {
    background-color: white;
    width: 550px;
    position: relative;
    z-index: 99999;
    border-radius: 30px;
    max-width: 100%;
    overflow: hidden;
}
.grupster_container {
    max-height: calc(100vh - 65px - 200px);
    overflow: auto;
}
.grupster_form {
    padding: 0px 20px 20px 20px;
}
#grupster_closePopup img {
    padding-right: 10px;
}
.grupster_title {
    width: 120px;
}
.grupster_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;
}
.grupster_grupsterPop #grupster_closePopup {
    font-size: 20px;
    cursor: pointer;
    color: white;
}

.grupster_row {
    display: flex;
    flex-wrap: wrap;
}

.grupster_col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}
.grupster_length {
    flex: 1 1 auto;
}
.grupster_col-md-4 {
    flex: 0 0 33%;
    max-width: 33%;
}

.grupster_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;
}

.grupster_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%;
}


.grupster_btn-generate {
    font-size: 20px;
    background: rgb(57,107,176);
    background: linear-gradient(180deg, rgba(57,107,176,1) 0%, rgba(60,141,191,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(57,107,176);
}



.form-select:focus-visible, .grupster_form-control:focus-visible {
    outline: 1px solid rgb(185, 185, 185) !important;
}
.grupster_promoteCon {
    display: flex;
    gap: 5px;
    align-items: center;
}
.d-flex{
    display: flex;
}
.grupster_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;
  }
.grupster_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;
} */
.grupster_form-check {
    margin-bottom: 10px;
    padding: 5px;
}
.grupster_btn-button {
    color: white;
    font-size: 18px;
    background: #00c284;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #00c284;
    cursor: pointer;
}
.grupster_img-set {
    position: relative;
    top: 2px;
}
@media (max-width:1024px){
    .grupster_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;
}




.grupster_maintitle {
    margin-top: 25px;
    margin-bottom: 0px;
    display: table;
    background: white;
    position: relative;
    z-index: 999;
    padding-right: 5px;
    font-weight: 600;
}
.grupster_position {
    position: relative;
    margin-bottom: 20px;
}
.grupster_titleBorder {
    width: 100%;
    height: 1px;
    background: #a5a5a5;
    position: absolute;
    top: 14px;
}
.grupster_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;
  }
.grupster_mood_con {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}




.grupster_mood.selected {
    background: #009364;
    color: white;
    border: 1px solid #009364;
}
@media (max-width:767px){

    .grupster_form-control {
        width: 95%;
    }
}
.grupster_right_align {
    text-align: right;
}
.grupster_catch {
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    border-radius: 50px;
    color: white;
}
.grupster_d-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}
.grupster_formTitle {
    font-size: 22px;
    background: #ddf7ee;
    margin: 0px;
    text-align: center;
    padding: 8px;
    font-weight: 600;
}
@media (max-width: 360px) {
    .grupster_form-control {
        width: 268px;
    }
}
@media (max-width: 767px) {
    .grupster_container {
        max-height: calc(100vh - 65px);
        overflow: auto;
    }
}


.grupster_bg-login {
    background: url("..//images/bg.jpg");
    background-size: cover;
    background-position: top center
}
.grupster_loginTitle {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
}
.grupster_loginForm {
    padding: 0px 20px 30px 20px;
    font-family: 'Poppins', sans-serif !important;
}
.grupster_forgot-password {
    text-align: end;
    font-family: 'Poppins', sans-serif !important;
}
#grupster_forgotPassword {
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    position: relative;
    top: -5px;
}
.grupster_loginLabel {
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
}
.grupster_form-group {
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    position: relative;
}
.grupster_form-group-sub {
    margin-bottom: 5px;
    gap: 0px;
}
.grupster_logo {
    width: 250px;
    margin: 0px auto;
    padding-top: 40px;
}
.grupster_text-center {
    text-align: center;
}
.grupster_cross {
    position: absolute;
    top: 5px;
    right: 0px;
}
    .grupster_cross img {
        width: 40px;
    }
.grupster_login-eicon {
    position: absolute;
    right: 20px;
    top: 15px;
}
.grupster_login-licon {
    position: absolute;
    right: 20px;
    top: 8px;
}
.grupster_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: #396bb0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .credit-sec img {
        position: relative;
        top: -1px;
    }