#img-logo-side {
    /*padding: 0px;*/
    /*margin-left: 20px;*/
    /*margin-bottom: 22px;*/
    /*text-align: center;*/
        padding: 0px;
    margin-left: 0px;
    margin-bottom: 22px;
    text-align: center;
    height: 80px;
    width: auto;
}

.alert {
    position: fixed;
    left: 30%;
    height: auto;
    width: auto;
    z-index: 9999;
    padding: 25px;
    margin: 0;
    font-size: 20px;
    border-radius: 10px;
}

.icon_top {
    float: right;
    border: none;
    margin: -19px;
    color: #074694;
    border-radius: 50%;
}

.note_style {
    font-size: 12px;
    color: red;
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.img-tbl {
    height: 40px;
    width: auto;
}

.tbl-style-img {
    padding: 0px !important;
    margin: 0px !important;
}

.img-option {
    height: 200px;
    max-width: 100%;
}

.ans-color {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #62eb1b;
}

.remove_btn {
    position: absolute;
    top: 0px;
    left: 20px;
}

.card-img-top {
    height: 200px !important;
}
.trim_text-3{
      overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.wrd-wrap{
   display: block;
    word-wrap: break-word;
    max-width: 100px;
}