.wh-180 {
    width: 180px;
    height: 180px;
}

.avatar img {
    height: 100%;
}

.disabled {
    pointer-events: none !important;
}

.website-detail [aria-expanded="true"] {
    display: none;
}

.rounded-10,
.rounded-10 img {
    border-radius: 10%;
}

.wh-60 {
    width: 60px;
    height: 60px;
}

.red {
    color: red;
}


/*------------- #Button back-to-top --------------*/

.back-to-top {
    position: fixed;
    z-index: 19;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #424242;
    stroke: inherit;
    transition: all .3s ease;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.4);
    border-radius: 100%;
    background-color: #fff;
    border: 3px solid #f47271;
}

.back-to-top.hidden {
    opacity: 0;
}

.back-to-top .back-icon {
    color: #f47271;
    font-size: 40px;
    margin: auto;
}


/*================= Responsive Mode ============*/

@media (max-width: 768px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
    }
    .back-to-top .back-icon {
        color: #f47271;
        font-size: 30px;
    }
}

.pxborder {
    border-left: 2px solid #bfbebe;
    padding: 15px;
}

.likes {
    color: #4dc5d4;
}

.image-fit {
    object-fit: cover;
    overflow: hidden;
    object-position: top;
}

@media (max-width: 767.98px) {
    .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.8) !important;
    }
}

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    height: 470px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 16px;
}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 180%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .payment {
    position: absolute;
    top: -34px;
    right: 0;
    background: #e74c3c;
    padding: 14px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    width: 55px;
    height: 55px;
    text-transform: uppercase;
    border-radius: 100%;
    text-align: center;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.country-select {
    display: block !important;
}

.dataTable thead {
    background: #f6f9fc;
}

.nav-item.active {
    background: #ffffff !important;
    color: #0e0f1a;
}

.nav-item.active>a {
    color: #0f0e1a !important;
    background: #ffffff !important;
    font-weight: 700;
}

.nav-item {
    list-style: none !important;
}

.nav-item.active>a>i {
    color: #b9b9b9 !important;
}

.dataTables_paginate .pagination {
    float: right;
}

#dataTableBuilder_filter {
    float: right;
}

.b-none {
    border: none;
}

.table-action {
    color: #b9b9b9;
}

.d-grid {
    display: grid;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    font-size: initial;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.image-fit { object-fit: cover;}
.custom-select {width: 65px;}

.select2-selection--multiple { min-height: 44px !important; }
.select2-container .select2-search--inline .select2-search__field {
    font-size: initial;
    margin-top: 6px;
}
.table td .select2-selection__choice,
.table th .select2-selection__choice {
    font-size: 0.9rem !important;
}