/* Add here all your CSS customizations */
.select2-container--bootstrap4{
    width: 100% !important;
}

.btn-check:checked + .btn .fa-star{
    color: #FFD700 !important;
}

.btn{
    border-radius: 2px !important;
}

/*.btn-tab {*/
/*    border-radius: 0;*/
/*    border-width: 1px 1px 1px 1px;*/
/*}*/

/*.btn-tab .active {*/
/*    border-radius: 0;*/
/*    border-width: 1px 1px 0 1px;*/
/*}*/

.card-tab {
    border-top-left-radius: 0;
    border-top-right-radius: .25rem;
}

.description p{
    margin-bottom: 5px !important;
}

.form-label{
    font-weight: bold !important;
}

/* Post Comments */
ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 10px 0 0 70px;
}

ul.comments li img.avatar {
    height: 48px;
    width: 48px;
}

ul.comments li ul.reply {
    margin: 0;
}

ul.comments li a {
    text-decoration: none;
}

ul.comments li .img-thumbnail {
    margin-left: -70px;
    position: absolute;
}

ul.comments li .comment {
    margin-bottom: 10px;
}

ul.comments .comment-arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f7f7f7;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 12px;
    width: 0;
}

ul.comments .comment-block {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

ul.comments .comment-block p {
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}


/* Dividers */
hr {
    background: rgba(0, 0, 0, 0.06);
    border: 0;
    height: 1px;
    margin: 22px 0;
    opacity: 1;
}

hr.short {
    margin: 11px 0;
}

hr.tall {
    margin: 44px 0;
}

hr.taller {
    margin: 66px 0;
}

hr.gratient {
    background: none;
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06), transparent);
}

hr.gradient-to-right {
    background: none;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.06), transparent);
}

hr.gradient-to-left {
    background: none;
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.06));
}

hr.solid {
    background: rgba(0, 0, 0, 0.06);
}

hr.light {
    background: rgba(255, 255, 255, 0.15);
}

hr.invisible {
    background: none;
}

.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    background: rgba(0, 0, 0, 0.06);
    text-align: center;
    position: relative;
    clear: both;
}

.divider.taller {
    margin: 66px auto;
}

.divider [class*="fa-"], .divider .icons {
    text-align: center;
    background: #FFF;
    border-radius: 50px;
    color: #a9a9a9;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    font-size: 20px;
    margin: 0 auto 0 -25px;
    top: -25px;
    left: 50%;
    z-index: 1;
}

.divider.divider-solid {
    background: rgba(0, 0, 0, 0.06);
}

.divider.divider-icon-sm [class*="fa-"], .divider.divider-icon-sm .icons {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    font-size: 15px;
    margin-left: -16px;
}

.divider.divider-icon-lg {
    margin: 86px 0;
}

.divider.divider-icon-lg [class*="fa-"], .divider.divider-icon-lg .icons {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
    font-size: 30px;
    margin-left: -30px;
}

.divider.divider-icon-lg.taller {
    margin: 100px auto;
}

.divider.divider-xs {
    width: 35%;
}

.divider.divider-sm {
    width: 67%;
}

.divider.divider-left [class*="fa-"], .divider.divider-left .icons {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    right: auto;
}

.divider.divider-right [class*="fa-"], .divider.divider-right .icons {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: 0;
}

.divider.divider-style-2 [class*="fa-"], .divider.divider-style-2 .icons {
    background: #f7f7f7;
    color: #a9a9a9;
}

.divider.divider-style-3 [class*="fa-"], .divider.divider-style-3 .icons {
    border: 1px solid #CECECE;
}

.divider.divider-style-4 [class*="fa-"], .divider.divider-style-4 .icons {
    border: 1px solid #CECECE;
}

.divider.divider-style-4 [class*="fa-"]:after, .divider.divider-style-4 .icons:after {
    border: 3px solid #f7f7f7;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}

.divider.divider-small {
    margin: 22px auto;
    background: transparent;
}

.divider.divider-small hr {
    width: 50px;
    height: 3px;
    background: #555;
}

.divider.divider-small.divider-small-center {
    text-align: center;
}

.divider.divider-small.divider-small-center hr {
    margin-left: auto;
    margin-right: auto;
}

.divider.divider-small.divider-small-right {
    text-align: right;
}

.divider.divider-small.divider-small-right hr {
    margin-left: auto;
}

.divider.divider-small.divider-light hr {
    background: #DDD;
}

.divider.divider-small.divider-small-sm hr {
    height: 1px;
}

.divider.divider-small.divider-small-lg hr {
    height: 6px;
}

.divider.divider-small.tall {
    margin: 34px 0;
}

.divider.divider-small.taller {
    margin: 46px 0;
}

.divider .divider-small-text {
    background: #FFF;
    color: #999;
    display: inline-block;
    text-align: center;
    font-size: 0.8em;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    top: -15px;
}

hr.dashed, .divider.dashed {
    background: none;
    position: relative;
}

hr.dashed:after, .divider.dashed:after {
    border-top: 1px dashed rgba(0, 0, 0, 0.06);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
}

hr.pattern, .divider.pattern {
    background: none;
    position: relative;
}

hr.pattern:after, .divider.pattern:after {
    background: transparent url(../img/patterns/worn_dots.png) repeat 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
}

hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
    background-image: url(../img/patterns/az_subtle.png);
}

@-webkit-keyframes dividerProgress25 {
    from {
        width: 0;
    }

    to {
        width: 25%;
    }
}

@keyframes dividerProgress25 {
    from {
        width: 0;
    }

    to {
        width: 25%;
    }
}

.dividerProgress25 {
    -webkit-animation-name: dividerProgress25;
    animation-name: dividerProgress25;
}

/* Divider Borders */
.divider-top-border {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.divider-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.divider-left-border {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.divider-right-border {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}
