
.wrap-comment {margin-top: 30px;}
.form-comment{
    background-color: rgba(34,34,34,.05);
    padding: 8px;
}
.form-comment textarea{
    min-height: unset;
    background-color: #fff;
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 19%);
    border: solid 1px #fa0902;
    height: 56px;
}
.form-comment button{
    border-radius: 2px;
    background-color: #fa0902;
    padding: 8px 12px;
    font-size: 13px;
    margin-top: 6px;
    border-color: #f38c13;
    line-height: 1;
}
.form-comment button:hover,
.form-comment button:active,
.form-comment button:focus{
    background-color:#000;
}

.list-comment{
    padding: 10px 0;
}
.list-comment .media{
    margin-bottom: 20px;
}
.list-comment .media-heading{
    font-weight: bold;
}
.list-comment .media-body{}
.list-comment .media-body h4{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.list-comment .media-body h5{
    color: #9d9a9a;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 3px;
}
.list-comment .media-body p{}
.count-comment{font-weight: bold;font-size: 18px;}
/* .modal-dialog{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: calc(100% - (.5rem * 2));
        margin-bottom: 0;
        margin-top: 0;
        padding: 30px 0;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    box-shadow: unset;
    border: unset;

} */

.show-guest{}
.show-guest .nav-tabs{
    display: none;
}
#modal-comment .modal-body{
    padding: 0;
}
.nav-tabs>li.session-guest{
    display: none;
}
#modal-comment .nav-tabs>li{}
#modal-comment .nav-tabs>li.active{}
#modal-comment  .tab-content{
    /* padding: 18px 60px 24px; */
}
#modal-comment  .tab-content{
    /* padding: 18px 60px 24px; */
}
#modal-comment  .tab-content form{
    padding: 18px 60px 24px;
}

#modal-comment  .icon-m{
    text-align: center;
    font-size: 40px;
}
#modal-comment  .icon-m i{}
#modal-comment  .title-m{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}
#modal-comment  .desc-m{
    margin-bottom: 15px;
}
#modal-comment  .content-f{
    text-align: center;
    margin-top: 20px;
}
#modal-comment  .content-f a{color: #f38c13;font-weight: bold;}
#modal-comment  form button{background-color: #f38c13;border-color: #f38c13;padding: 9px;border-radius: 0;font-size: 16px;/* text-transform: uppercase; */font-weight: bold;color: #fff;}

#modal-comment  .btn-default{
    background-color: #ffff;
    border-color: #ccc;
    color: #f38c13;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.login-with{
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background-color: #eee;
}
.login-with h3{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.login-with a{
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.login-with .google{
    margin-right: 7px;
    background-color: #db2914;
}
.login-with .facebook{
    background-color: #3b5a9b;
}

.group-dangnhap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#modal-comment  .nav-tabs{
    background-color: #eee;
}
.close-modal-comment{
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px;
    border: unset;
    z-index: 1;
}

