
.imageCSS{
    width: 35px;
}

/* The Modal (background) */
.modal {

    z-index: 1000 !important;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    overflow: auto;
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    max-width: 600px !important;
    height: 430px;
}  .modal-contentLogin {
       overflow: auto;
       background-color: #fefefe;
       margin: auto;
       width: 80%;
       max-width: 600px !important;
       height: 350px;
   }

/* The Close Button */
.closeModel {
    color: #ffffff;
    margin-top: -8px;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeModel:hover,
.closeModel:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.loader {
    margin: 0 auto;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #e0413a; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite !important;
}
.modelheader{
    background: #b71b1c;
    padding: 20px;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #fff !important;
}
.modleAdd{
    background: #419d7f;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    cursor: pointer;

}.modleAddDisabled{
     background: #aaaaaa;
     color: #ffffff;
     box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;


 }
.modleAdd:hover{
    background: #0f9d58;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.modleAddDisabled{
    background: #aaaaaa;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;


}
.login{
    background: #ffffff;
    color: #b71c1c;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    border: 1px solid #b71c1c;
    cursor: pointer;

}
.login:hover{
    background: #b71c1c;
    color: #ffffff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.modal-contentLogin {
    overflow: auto;
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    max-width: 600px !important;
    height: 300px;
}
.modleDelete{
    background: #8f1717;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    cursor: pointer;

}
.modleDelete:hover{
    background: #b71b1c;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 600px) {
    .modal-content{
        height: 400px;
    } .modal-contentLogin{
          height: 380px;
      }
}

  .modelheaderDelete{
      background: #b71b1c;
      padding: 20px;
      font-size: 20px !important;
      font-weight: 900 !important;
      color: #fff !important;
  }
.modalDelete {

    z-index: 1000 !important;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-delete {
    overflow: auto;
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    max-width: 600px !important;
    height: 370px;
}
.modal-contentLoginDelete {
    overflow: auto;
    background-color: #fefefe;
    margin: auto;
    width: 500px;
    max-width: 600px !important;
    height: 150px;
}

/* The Close Button */
.closeModel {
    color: #ffffff;
    margin-top: -8px;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closeModel:hover,
.closeModel:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content1 {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 1;
    right: 2;
}
.deleteButton{
    margin-left: 15px;
    float: right;
    background: #e06760;
    color: #ffffff;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;


}
.deleteButton:hover{
    background: #e0413a;
}
.cancelButton{
    float: right;
    background: #dedbe0;
    color: #7d6967;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;


}
.cancelButton:hover{
    background: #e0dbd8;
}

.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content1 a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
#commentWrapper div {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.loader {
    margin: 0 auto;
    border: 5px solid #dcb6b6; /* Light grey */
    border-top: 5px solid #e0413a; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite !important;
}
.username{
    font-size: 18px;
    font-weight: 800;
    color:#222222 ;
}
.timeago{
    font-size: 15px;
    font-weight: 400;
    color: #827a7a;
}
.maincomment{
    padding-top: 6px;
    padding-bottom: 15px;
    padding-right: 30px;
    font-size: 18px !important;
    font-weight: 400;
    color: #222222;
}
.separatorDot{
    font-size: 30px;
    font-weight: 900;
    padding: 5px;
    color: #827a7a;
}
.replyLIkeDislike{
    font-size: 15px;
    font-weight: 400;
    color: #827a7a;
}
.headerLikeDislike {
    padding-left: 10px;
    font-size: 17px;
    font-weight: 900;
    color: #1d1d1d;
    margin-top: 15px;
}

.verfied{
    width: auto;
    padding: 5px;
    margin-top: -12px;
}
.separatorLine{
    background: #fbf5f5;
    padding: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-bottom: 0px;
}
.activeActivity{
    background: #ffffff;
    border: 1px solid #4bb0ef;
    padding: 8px;
    border-radius: 22px;
    text-align: center;
    color: #4bb0ef;
    cursor: pointer;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.activeActivity:hover{
    border: 1px solid #5f6a73;

}.dislikeactiveActivity{
     background: #ffffff;
     border: 1px solid #e75b4a;
     padding: 8px;
     border-radius: 22px;
     text-align: center;
     color: #e75b4a;
     cursor: pointer;
     font-size: 15px;
     box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
 }
.dislikeactiveActivity:hover{
    border: 1px solid #5f6a73;

}
.inactiveActivity:hover{
    border: 1px solid #4bb0ef;
}
.inactiveActivity{
    background: #ffffff;
    border: 1px solid #5f6a73;
    padding: 8px;
    border-radius: 22px;
    text-align: center;
    color: #5f6a73;
    cursor: pointer;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.threeDotMenu{
    margin-top: -35px;
    position: relative;
    float: right;
}
.commentButton{
    border: 1px solid #e86666;
    border-radius: 22px;
    padding: 10px 35px 10px 35px;
    background: #e86666;
    color: #ffffff;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);

}
.commentButtonDisable{
    border: 1px solid #e86666;
    border-radius: 22px;
    padding: 10px 35px 10px 35px;
    background: #e86666;
    color: #ffffff;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);


}
.commentButton:hover{
    background:#ffffff ;
    color: #e86666;
    border: 1px solid #e86666;
}
.commentCancelButton{
    background: #ffffff;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    padding: 10px;
    border-radius: 22px;
}
.commentCancelButton:hover{
    background: #aaaaaa;
    color: #ffffff;
}
.likeDislikeButton{
    padding-right: 8px;
    margin-top: -10px;
    cursor: pointer;
}
.loadmore{
    text-align: center;
    padding: 20px;
}
.loadmorebutton{
    background: #ffffff;
    padding: 10px;
    border: 1px solid #b32229;
    color: #b32229;
}
.loadmorebutton:hover{
    background:#b32229 ;
    color: #FFFFFF;
}


/*----new css -------*/

.btn-disable{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;/*IconColor*/
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-color: #ffffff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    margin-bottom: 10px;
}
.btn-disable img{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}
.btn-disable:hover{
    box-shadow: inset 0 4px 0 rgba(255,255,255,0.5), 0 4px 4px rgba(0, 0, 0, 0.19);
}
.btn-text{
    font-size: 20px;
}
.btn-count{
    font-size: 22px;
    font-weight: 600;
    color: #2f71c3;
}
.btn-differnece{
    margin-left: 60px;
}
.comment-count{
    border-radius: 32px;
    margin-top: -10px;
    margin-left: 10px;
    color: #2f71c3;
    font-size: 22px;
    font-weight: 900;
}
.comment-text{
    color: #000000b0;
    font-size: 22px;
    padding-right: 8px;
}
.comment-likedBY{
    float: right;
    font-size: 20px;
    margin-right: 30px ;
}
.likedBy-img2{
    margin-left: -25px;
    width: 45px;
    border-radius: 50%;
    border: 6px solid #f5f7fb;
    float: right;
}
.likedBy-img1{
    width: 50px;
    border-radius: 50%;
}
.paddingForLIked{
    padding-right: 17px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 23px;
}
.paddingLeft{
    padding-left: 20px;
}
.replyBtn{
    background: #e7eff8;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    color: #2f71c3ff;
    font-weight: 500;
}
.commentListBox{
    background: #fbf5f5;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.commentDifference{
    padding-bottom: 10px;
}
.likeStyle{
    background: #ffffff;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
    color: #959699;
    font-weight: 600;

}
.likeStyle:hover{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 1px rgba(0, 0, 0, 0.19);
}
.comment-margin{
    margin-left: 10px;
}
.comment-margin-hamropatro{
    padding-left: 5px;
    padding-right: 10px;
}
.hide-img{
    display: none;
}
.hide-img-small{
    display: block;
}
.comment-like-text{
    color: #2f71c3;
}
.comment-like-text:hover{
    text-decoration: underline;
}
.closeLike{
    margin-top:16px;
}
@media only screen and (max-width: 600px) {
    .btn-differnece{
        margin-left: 30px;
    }
    .btn-text{
        font-size: 16px !important;
    }
    .btn-count{
        font-size: 18px !important;
    }
    .likedBy-img2{
        width: 35px;
        margin-left: -15px;
        float: left;
    }
    .comment-likedBY{
        margin-top: -4px;
        font-size: 16px;
        float: left;
    }
    .paddingForLIked{
        padding-right: 0px;
        padding-left: 0px;
    }
    .comment-count{
        padding: 10px 20px 10px 20px;
    }
    .paddingLeft{
        padding-left: 5px;
        padding-right: 5px;
    }
    .comment-margin{
        margin-left: 4px;
    }
    .btn-disable{
        width:50px;
        height: 50px;
    }
    .hide-img{
        display: block;
    }
    .hide-img-small{
        display: none;
    }
    .likeStyle {
        padding: 3px 6px 3px 2px;

    }
}

/*----new css -------*/



@media only screen and (max-width: 600px) {
    .imageCSS{width: 35px;margin-top: 7px}
    .username{font-size: 14px;}
    .timeago{font-size: 12px;}
    .maincomment{font-size: 14px !important;}
    .replyLIkeDislike{font-size: 10px;}
    .separatorDot{font-size: 20px;}
    .likeDislikeIcon{width: 27px !important;margin-top: -6px;}
    .verfied{width: 10%;margin-top: -8px}
    .headerLikeDislike{margin-top: 12px;padding-top: 10px;padding-left: 0px}
    .activeActivity{font-size: 13px}
    .dislikeactiveActivity{font-size: 13px}
    .inactiveActivity{font-size: 13px}
    .separatorLine{margin-left: 0px;margin-right: 0px;padding: 28px;padding-left: 40px}
    .modal-contentLoginDelete{height: 170px;width: 310px}

}
@media (min-width: 768px){
    .commentWrapperMargin {
        margin-left: -3px;
    }
}
