.ddtf-profile-image img.avatar {
    border-radius: 90px;
    border: 1px solid #999;
}

table.ddtf_cheat_basic_info tr {
    border-top: none !important;
    border-bottom: 2px solid #ddd;
    border-radius: 80px !important;
}

table.ddtf_cheat_basic_info tr:last-child {
    border-bottom: 0;
}

table.ddtf_cheat_basic_info td {
    border-top: none !important;
}

table.ddtf_cheat_basic_info td.ddtf_cheat_th {
    width: 40%;
    font-weight: 700;
}

label i.datebook-required {
    color: red;
    font-weight: 700;
}

input#cheat_birthplace {
    cursor: pointer;
}

img.edit_cheat_profile_image {
    position: relative;
    top: -10px;
    border-radius: 50% !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.5) !important;
    padding: 3px;
    width: 50px;
}

span#cheat_img_filename {
    display: block;
    text-align: left;
    margin-left: 5px;
}


/********** FILE MANAGER **********/
div.files-listing {
    background-color: #eee;
    height: 350px;
    padding: 10px 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

#dbmodalfilemanager div.image_tbn,
.rf-photo-card div.image_tbn {
    display: inline-block;
    padding: 3px;
}

#dbmodalfilemanager div.image_tbn.selected,
.rf-photo-card div.image_tbn.selected {
    background: linear-gradient(45deg, #F90 5%, #fff8d1 25%, #F90 48%, #fff8d1 71%, #F90 88%);
    background: -moz-linear-gradient(45deg, #F90 5%, #fff8d1 25%, #F90 48%, #fff8d1 71%, #F90 88%);
    background: -ms-linear-gradient(45deg, #F90 5%, #fff8d1 25%, #F90 48%, #fff8d1 71%, #F90 88%);
    background: -o-linear-gradient(45deg, #F90 5%, #fff8d1 25%, #F90 48%, #fff8d1 71%, #F90 88%);
    background: -webkit-gradient(linear, 45deg, color-stop(5%, #F90), color-stop(25%, #fff8d1), color-stop(48%, #F90), color-stop(71%, #fff8d1), color-stop(88%, #F90));
    background: -webkit-linear-gradient(45deg, #F90 5%, #fff8d1 25%, #F90 48%, #fff8d1 71%, #F90 88%);
    background-color: #F90;
    padding: 3px;
}

#dbmodalfilemanager .image_tbn span,
.rf-photo-card .image_tbn span {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    background-color: #eee;
    box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
}

/********* NO ROTTEN FISH IMAGES FOUND *********/
.files-listing.empty-listing {
    overflow: hidden !important;
}

.empty-listing .row, .empty-listing .row .col-lg-12 {
    display: block;
    height: 100%;
}

.no-photos-found {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.no-photos-found span {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

/********* ROTTEN FISH PHOTOS TAB *********/
.rf-photo-card {
    display: block;
    position: relative;
}

div#ddtf_load_spinner, div#ddtf_loc_load_spinner {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.59);
    z-index: 2;
    color: #666;
    border-radius: 20px;
}

.rf-photo-card div#ddtf_load_spinner {
    border-radius: 0px;
}

div#ddtf_load_spinner .fa-3x, div#ddtf_loc_load_spinner .fa-3x {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

/*********** MANAGE MY CHEATS ARCHIVE ************/
div#my_cheats_table_length label {
    float: left;
    display: inline-flex;
}

div#my_cheats_table_length label select {
    margin-left: 5px;
    margin-right: 5px;
}

div#my_cheats_table_filter {
    float: right;
}

div#my_cheats_table_filter label {
    float: left;
    display: inline-flex;
}

div#my_cheats_table_filter label input {
    margin-left: 5px;
}

div#my_cheats_table_info {
    display: inline-table;
    vertical-align: middle;
}

div#my_cheats_table_paginate {
    float: right;
}

table#my_cheats_table {
    width: 100%;
}

#my_cheats_table th {
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    user-select: none;
}

#my_cheats_table td {
    vertical-align: middle;
}

#my_cheats_table td img {
    width: 65px;
    border-radius: 50%;
    padding: 2px;
    border: 3px solid rgb(167 164 164);
}

/*********** ROTTEN FISH COMMENTS AREA ************/
div#ddtf_comments_area ul li {
    margin-bottom: 10px;
    font-family: Poppins;
}

div#ddtf_comments_area img.avatar {
    border-radius: 50%;
    border: 1px solid #c5c5c5;
}

div#ddtf_comments_area .media-body {
    border: none !important;
}

div#ddtf_comments_area .media-header h5 {
    font-weight: 700;
    font-size: 0.9rem;
}

div#ddtf_comments_area .media-header p.date {
    margin-bottom: 5px;
}

div#ddtf_comments_area .media-comment-body p:first-child {
    margin-bottom: 7px;
}

div#ddtf_comments_area .media-comment-body a.comment-reply-link {
    font-weight: 600;
}

div#ddtf_comments_area .card-footer {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: none;
    background: #fff;
}

#ddtf_comments_area .comments-area {
    margin: 0;
}

/***************************/
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #155724 !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #721c24 !important;
}

.rf-manage-menu .dropdown-menu.show {
    right: 0;
    left: auto;
}

.rf-manage-menu .dropdown-menu a.dropdown-item {
    color: #fff;
    font-size: 14px;
}

.rf-manage-menu .dropdown-menu a.dropdown-item:hover {
    background-color: #0B51C5;
}