.example-div{
    padding: 10px 0px 10px 10px;
    background-color: #e4dddd75;

}

.example-btn{
    background-color: #ff555f;
    border-radius: 16px;
    padding: 6px;
    border: none;
    box-shadow: 2px 3px dimgrey;
    color: white;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.example-btn:hover{
    box-shadow: 0px 1px 5px 1px dimgrey;
}

.example-btn[disabled] {
    box-shadow: 2px 3px dimgrey;
  }

.like-btn-parent{
    display: flex;
    padding: 5px 0px 0px 10px;
    column-gap: 8px;
    flex-direction: column;
}

.like-btn{
    width: 25px;
    height: 25px;
    padding: 2px;
    border-radius: 5px;
}

.like-btn:hover{
    border: 1px solid lightgrey;
    cursor: pointer;
}

.bot-btns{
    width: -webkit-fill-available;
    background-color: #0d6efd;
    color: white;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    line-height: 25px;
    cursor: pointer;
    padding: 1px 4px;
}

.bot-btns:hover{
    background-color: #084298;
}

#helpbtns{
        color: #fff;
        background: #121f2efa;
        padding: 10px;
        position: fixed;
        bottom: 66px;
        margin: 3px 26px;
        box-shadow: 0px 0px 4px grey;
        display: none;
        border-radius: 9px;
    }

.select2-container {
    width: 100% !important;
}

.myiframediv{
    position: fixed;
    top: 120px;
    left: 3px;
    right: 3px;
    width: -webkit-fill-available;
    height: 465px;
}
.myiframe{
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}