@import url("../css/login.css");
@import url("../css/layout.css");

.main_section {
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 20px;
    width: 100%;
}

.page_name {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.page_name > h1 {
    margin: 0;
    color: rgb(53, 64, 82);
    font-size: 20px;
}

.inner_section {
    float: left;
    margin-top: 20px;
    border: 1px solid #d7e0f1;
    background-color: #fff;
    padding: 30px;
    width: 100%;
}

.heading_area {
    float: left;
    border-bottom: 1px solid #d7e0f1;
    width: 100%;
}

.heading_left {
    float: left;
    width: 50%;
}

.heading_right {
    float: left;
    width: 50%;
    text-align: right;
}

.search_right {
    float: left;
    margin: 15px 0 0;
    width: 50%;
}

.search_right_full {
    width: 100%;
}

.table_custom {
    float: left;
    width: 100%;
    min-height: 200px;
    overflow: auto;
}

.heading_left h1 {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #282828;
    font-size: 19px;
    font-weight: 600;
}

.heading_left h1 span {
    text-transform: none;
    color: #8492a6;
}

.profile_error {
    padding-left: 12px;
}

#video_name_preview {
    overflow: hidden;
    word-wrap: break-word;
}

#video_preview {
    overflow: hidden;
    word-wrap: break-word;
}

.table_custom table {
    border-radius: 4px;
    box-shadow: 0 11px 11px 0 rgba(150, 202, 255, 0.07);
    background-color: #fff;
    width: 100%;
    min-width: 767px;
}

.pages_links li a span span {
    color: rgb(53, 64, 82) !important;
}

.pages_links li.active a span span {
    color: rgb(255, 105, 2) !important;
}

.table_custom table th {
    background-color: #354052;
    padding: 14px 20px;
    color: #fff;
    font-size: 15px;
}

.table_custom table th:first-child {
    border-radius: 4px 0 0;
    text-align: left;
}

.table_custom table th:last-child {
    border-radius: 0 4px 0 0;
}

.table_custom table td {
    border-bottom: 1px solid #e8f3ff;
    padding: 15px 20px;
    font-size: 15px;
}

.thumb {
    display: table-cell;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
}

.blue_link {
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-decoration: none;
    color: #1fb6ff;
    font-weight: 400;
}

.blue_link:hover,
.blue_link:focus {
    text-decoration: none;
    color: #16a1e4;
}

.green_link {
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-decoration: none;
    color: #0c6;
    font-weight: 400;
}

.green_link:hover,
.green_link:focus {
    text-decoration: none;
    color: #00b158;
}

.menu_bar {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.search_section {
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
}

.search_section input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    padding: 12px 12px 12px 50px;
    width: 100%;
    height: 55px;
    letter-spacing: 0.5px;
}

.search_section input[type="search"]:focus {
    box-shadow: 0 11px 11px 0 rgba(150, 202, 255, 0.07);
}

.search_section input[type="search"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8492a6;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.search_section input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #8492a6;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.search_section input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #8492a6;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.search_section input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 1;
    color: #8492a6;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.search_section input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 1;
    color: #8492a6;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.search_section input[type="submit"] {
    -moz-appearance: none;
    position: absolute;
    top: 9px;
    left: 9px;
    opacity: 0;
    z-index: 1;
    padding: 6px;
    width: 34px;
}

.delete {
    display: inline-block;
    transition: all 0.2s ease 0s;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #f91339;
    padding: 3px 6px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
}

.delete:hover,
.delete:focus {
    box-shadow: 0 11px 11px 0 rgba(249, 19, 57, 0.16);
    text-decoration: none;
    color: #fff;
}

.edit {
    display: inline-block;
    transition: all 0.2s ease 0s;
    margin-right: 10px;
    border: none;
    border-radius: 2px;
    background-color: #13ce66;
    padding: 3px 6px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
}

.edit:hover,
.edit:focus {
    box-shadow: 0 11px 11px 0 rgba(95, 184, 112, 0.16);
    text-decoration: none;
    color: #fff;
}

.m_tr {
    margin-right: 10px;
}

.search_btn {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 0;
    background-image: url("../../images//search_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px auto;
    width: 34px;
    height: 34px;
}

.search_section.search_advance {
    width: 414px;
}

.search_section.search_advance input[type="submit"] {
    -moz-appearance: none;
    position: absolute;
    top: -5px;
    right: 0;
    left: auto;
    opacity: 1;
    z-index: 1;
    border: medium none;
    border-radius: 50px;
    background-color: #1fb6ff;
    padding: 2px;
    width: 89px;
    height: 38px;
    color: #fff;
    font-size: 14px;
}

.advanced_Search {
    position: absolute;
    top: 5px;
    left: 22px;
    z-index: 666;
    background-image: url("../../images//caret.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    cursor: pointer;
    width: 19px;
    height: 20px;
}

.search_options {
    position: absolute;
    top: 68px;
    transition: 0.3s ease all;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 4px -1px rgba(211, 220, 230, 0.7), 0 4px 5px 0 rgba(211, 220, 230, 0.7), 0 1px 10px 0 rgba(211, 220, 230, 0.7);
    box-shadow: 0 2px 4px -1px rgba(211, 220, 230, 0.7), 0 4px 5px 0 rgba(211, 220, 230, 0.7), 0 1px 10px 0 rgba(211, 220, 230, 0.7);
    background-color: #fff;
    padding: 30px;
    width: 427px;

    /*   box-shadow: 0 6px 8px 0 rgba(211, 220, 230, 0.7); */
    height: 287px;
}

.search_arrow_rotate {
    transform: rotate(180deg);
}

.search_options_show {
    top: 48px;
    visibility: visible;
    opacity: 1;
}

.search_options::after {
    position: absolute;
    top: -8px;
    left: 24px;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    content: "";
}

.search_options::before {
    position: absolute;
    top: -10px;
    left: 23px;
    border-right: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(211, 220, 230, 0.5);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    content: "";
}

.search_options > h6 {
    float: left;
    margin-top: 0;
    margin-bottom: 25px;
    width: 100%;
    color: #a6b9cd;
    font-size: 15px;
    font-weight: 500;
}

.seach_as_text {
    float: left;
    width: 110px;
    font-size: 15px;
    font-weight: 500;
}

.search_as {
    float: left;
    width: 100%;
}

.search_as_radio {
    float: left;
    margin-bottom: 10px;
    width: 256px;
}

.search_as_radio .input_container {
    margin-top: 0;
    margin-bottom: 10px;
}

.search_as_radio .input_container > input[type="text"] {
    padding: 0 0 9px;
}

.bottom_table {
    float: left;
    margin: 20px 0 -9px;
    border-top: 1px solid #d7e0f1;
    padding-top: 20px;
    width: 100%;
}

.show_result {
    float: left;
    margin-top: 4px;
    width: 43%;
}

.custom_modal .modal-content {
    float: left;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.custom_modal .modal-header,
.custom_modal .modal-body,
.custom_modal .modal-footer {
    float: left;
    width: 100%;
}

.custom_modal .close,
.custom_modal .close:hover {
    opacity: 1;
    margin: 0 !important;
}

.custom_modal .modal-header {
    border-bottom: 1px solid #d7e0f1;
    padding: 20px;
}

.custom_modal .modal-footer {
    border-top: 1px solid #d7e0f1;
    padding: 15px 20px;
}

.custom_modal .modal-body {
    position: relative;
    padding: 20px;
}

.custom_modal .modal-title {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.42857;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
}

.contributor_detail {
    position: relative;
    float: left;
    padding-left: 200px;
    width: 100%;
}

.cont_profile {
    position: absolute;
    top: 0;
    left: 14px;
    width: 149px;
    height: 149px;
}

.cont_profile_image {
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.cont_name {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.cont_name > img {
    margin-left: 8px;
    width: 23px;
}

.table_view {
    float: left;
    width: 100%;
    font-size: 15px;
}

.table_view > ul {
    float: left;
    width: 100%;
}

.table_view > ul > li {
    position: relative;
    margin-top: 6px;
    padding-left: 34px;
    list-style: outside none none;
    line-height: 1.7;
}

.table_view > ul > li > img {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
}

.contributor_address {
    float: left;
    width: 100%;
}

.contributor_address > h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
}

.cont_title {
    position: absolute;
    left: 0;
    float: left;
    margin-bottom: 0;
    width: 151px;
    color: #a6b9cd;
    font-size: 15px;
}

.conts_detail {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 160px;
    width: 100%;
    font-size: 15px;
}

.cont_desc {
    float: left;
    width: 100%;
}

.contributor_more {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cont_desc > img {
    margin-left: 7px;
    width: 20px;
}

.share {
    position: absolute;
    right: 0;
    bottom: 0;
}

.share_btn {
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.share_btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.share_social a {
    display: block;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    width: 36px;
    height: 36px;
}

.share_social {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    list-style: outside none none;
}

.share_social > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    visibility: hidden;
    opacity: 0;
}

.share_social.show_share li {
    visibility: visible;
    opacity: 1;
}

.share_social.show_share > li:first-child {
    top: 0;
    left: -60px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.share_social.show_share > li:nth-child(2) {
    top: -50px;
    left: -50px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.share_social.show_share > li:nth-child(3) {
    top: -60px;
    left: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.share_social a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container_inner {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.input_container > select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s ease border-color;
    -moz-transition: 0.2s ease border-color;
    transition: 0.2s ease border-color;
    border: none;
    border-bottom: 1px solid rgba(166, 185, 205, 0.5);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 9px 0;
    width: 100%;
    color: #31333a;
    font-size: 16px;
}

.input_container > select:focus {
    outline: none;
    border-color: #1fb6ff;
}

.input_container.error > select {
    border-color: #e64a19;
    background-image: url("../../images//error.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

.input_container.error > span {
    display: block;
}

.select_box {
    background-image: url("../../images/caret.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8px auto;
}

.file_box {
    float: left;
    margin-top: 5px;
    margin-bottom: 22px;
    width: 100%;
}

.book_preview {
    display: inline-block;
    float: left;
    border: 1px solid #d7e0f1;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 131px;
    height: 131px;
}

.file_container {
    position: relative;
    float: left;
    margin-top: 15px;
    border: 1px solid rgba(166, 185, 205, 0.5);
    border-radius: 40px;
    width: 60%;
    max-width: 340px;
    height: 47px;
    overflow: hidden;
    color: #31333a;
}

.file_container input {
    position: absolute;
    top: 0;
    left: 19px;
    border: medium none;
    width: 100%;
    width: calc(100% - 38px);
    height: 100%;
}

.file_container input:focus {
    outline: none;
}

.file_box label {
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 43px;
    margin-left: 30px;
    border: 1px solid #d7e0f1;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px 16px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #31333a;
    font-size: 14px;
    font-weight: 600;
}

.file_box label a:hover,
.file_box label a:focus {
    text-decoration: none;
    color: #31333a;
}

.file-upload-button {
    display: none;
}

.links {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    color: #0c6;
}

.question {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    color: #a6b9cd;
}

.input_container > textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s ease border-color;
    -moz-transition: 0.2s ease border-color;
    transition: 0.2s ease border-color;
    border-bottom: 1px solid rgba(166, 185, 205, 0.5);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 9px 0;
    width: 100%;
    resize: vertical;
    color: #31333a;
    font-size: 16px;
}

.input_container > textarea:focus {
    border-color: #1fb6ff;
}

.input_container.error > textarea {
    display: block;
    border-color: #e64a19;
    background-image: url("../../images//error.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 17px auto;
}

.save_form {
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: medium none;
    border-radius: 3px;
    background-color: #1fb6ff;
    padding: 0 35px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.save_form_full {
    width: 100%;
}

.alert {
    border-radius: 0;
    font-weight: 300;
}

.alert-danger {
    border-color: rgba(230, 74, 25, 0.2);
    background-color: rgba(230, 74, 25, 0.2);
    color: rgb(230, 74, 25);
}

.contri_info {
    float: left;
    width: 100%;
}

.contri_info h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}

.contri_table {
    float: left;
    width: 100%;
}

.contri_table > table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
}

.contri_table th {
    padding: 7px 0;
    text-align: left;
    color: #a6b9cd;
    font-size: 15px;
    font-weight: 400;
}

.contri_table td {
    padding: 7px 0;
    text-align: left;
    color: #31333a;
    font-size: 14px;
    font-weight: 400;
}

.contri_table.td2small th:nth-child(2) {
    max-width: 100px;
    text-align: center;
}

.contri_table.td2small td:nth-child(2) {
    max-width: 100px;
    text-align: center;
}

.instructions {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.input_popup {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: 0.2s ease border-color;
    -moz-transition: 0.2s ease border-color;
    transition: 0.2s ease border-color;
    border: none;
    border-bottom: 1px solid rgba(166, 185, 205, 0.5);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 9px 0;
    width: 100%;
    color: #31333a;
    font-size: 14px;
}

.input_popup:focus {
    border-color: #1fb6ff;
}

.contri_info span {
    color: #00cc65;
}

body {
    counter-reset: section;
}

.increment::before {
    content: counter(section) "";
    counter-increment: section;
}

.add_new_payment {
    float: left;
    margin-top: 12px;
    cursor: pointer;
    padding-left: 10px;
    width: 100%;
    color: #31333a;
    font-size: 15px;
}

.add_new_payment > img {
    margin-right: 15px;
    width: 29px;
}

.popup_btn {
    border: medium none;
    border-radius: 50px;
    background-color: #1fb6ff;
    width: 118px;
    height: 47px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.total_p {
    margin-right: 20px;
    font-size: 16px;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    border-color: #1fb6ff !important;
    background-color: #1fb6ff !important;
    color: #fff;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    border-color: #1fb6ff !important;
    background-color: #1fb6ff !important;
    color: #fff;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    border-color: #1fb6ff !important;
    background-color: #1fb6ff !important;
    color: #fff;
}

.empty_state {
    float: left;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.empty_state > img {
    max-width: 110px;
}

.empty_state > h4 {
    margin-top: 30px;
}

.empty_state > h5 {
    margin-bottom: 30px;
    font-weight: 400;
}

.footer_section {
    float: left;
    padding: 0 0;
    width: 100%;
    text-align: center;
}

.footer_section p {
    margin: 0;
    border-top: 1px solid rgba(150, 202, 255, 0.28);
    padding: 30px 0;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.profile_header {
    display: table;
    width: 100%;
    vertical-align: middle;
}

.ph_image {
    display: table-cell;
    border-radius: 10px;
    background-image: url(../../images//industry_image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 118px;
    height: 118px;
    vertical-align: middle;
}

.user_bg {
    background-image: url(../../images//profile_image1.png);
}

.ph_name {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    color: #282828;
    font-size: 24px;
}

.edit_profile {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.edit_profile a {
    display: inline-block;
    position: relative;
    border: 1px solid #d7e0f1;
    border-radius: 3px;
    padding: 12px 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    color: #31333a;
    font-size: 14px;
    font-weight: 600;
}

.edit_profile a:hover,
.edit_profile a:focus {
    text-decoration: none;
    color: #31333a;
}

.file_type {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 130px;
    height: 50px;
    overflow: hidden;
}

.file_type input {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.page_tabs {
    float: left;
    margin-bottom: -30px;
    padding-top: 30px;
    width: 100%;
}

.page_tabs.page_tabs_single {
    margin-bottom: 20px;
    padding-top: 0;
}

.page_tabs .nav.nav-pills {
    position: relative;
    top: 2px;
    border-top: 1px solid #d7e0f1;
}

.page_tabs.page_tabs_single .nav.nav-pills {
    bottom: 2px;
    border-top: none;
    border-bottom: 1px solid #d7e0f1;
}

.page_tabs .nav-pills > li {
    position: relative;
    top: -2px;
    float: left;
}

.page_tabs.page_tabs_single .nav-pills > li {
    top: 0;
    bottom: -2px;
}

.page_tabs .nav-pills > li > a {
    border-top: 2px solid transparent;
    border-radius: 0;
    background-color: transparent;
    padding: 28px 20px 30px;
    color: #8492a6;
    font-size: 17px;
}

.page_tabs.page_tabs_single .nav-pills > li > a {
    border-top: none;
    border-bottom: 2px solid transparent;
}

.page_tabs .nav-pills > li.active > a,
.page_tabs .nav-pills > li.active > a:focus,
.page_tabs .nav-pills > li.active > a:hover {
    border-top: 2px solid #1fb6ff;
    background-color: transparent;
    color: #1fb6ff;
}

.page_tabs.page_tabs_single .nav-pills > li.active > a,
.page_tabs.page_tabs_single .nav-pills > li.active > a:focus,
.page_tabs.page_tabs_single .nav-pills > li.active > a:hover {
    border-top: none;
    border-bottom: 2px solid #1fb6ff;
}

.business_body {
    position: relative;
    float: left;
    margin-top: 25px;
    width: 100%;
}

.hide_file {
    display: none;
}

.input_container .btn-default {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgba(166, 185, 205, 0.5);
    border-left: none;
    border-radius: 0;
    background-color: transparent;
    padding: 9px 0;
    color: #31333a;
    font-size: 16px;
}

.input_container .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.input_container .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    border-color: #1fb6ff;
    color: #31333a;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    border-color: rgba(166, 185, 205, 0.5);
    background-color: transparent;
    color: #31333a;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    border-color: #adadad;
    background-color: transparent;
    color: #31333a;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
    outline: 0 none !important;
    outline-offset: 0;
    box-shadow: none;
}

.slide_image {
    display: inline-block;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    width: 223px;
    height: 223px;
}

.custom_button {
    display: inline-block;
    position: static;
    margin: 0;
    margin-left: 10px;
    background-image: none;
    width: auto;
    height: auto;
    letter-spacing: 2px;
    color: rgb(49, 51, 58);
    font-weight: 600;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    color: rgb(132, 146, 166);
}

input[disabled] {
    border-bottom: 1px solid transparent;
    cursor: default;
}

.review {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.review > li {
    float: left;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(215, 224, 241);
    padding-bottom: 10px;
    width: 100%;
    list-style: outside none none;
}

.review > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.review_rating {
    position: relative;
    float: left;
    margin-bottom: 15px;
    padding-right: 120px;
    padding-left: 100px;
    width: 100%;
    min-height: 75px;
}

.review_image {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-image: url(../../images//profile_image1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.review_title {
    float: left;
    margin-top: 12px;
    margin-bottom: 5px;
    width: 100%;
    letter-spacing: 1px;
    color: rgb(40, 40, 40);
    font-size: 18px;
    font-weight: 600;
}

.review_rating_figure {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    color: rgb(132, 146, 166);
    font-size: 16px;
}

.review_rating_star {
    float: left;
}

.review_rating_star > img {
    width: 16px;
}

.review_time {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    color: rgb(132, 146, 166);
    font-size: 15px;
}

.review_heading {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    color: rgb(40, 40, 40);
    font-size: 16px;
}

.review_desc {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    color: rgb(132, 146, 166);
    font-size: 16px;
}

.checkin {
    float: left;
    margin-bottom: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.checkin_content {
    position: relative;
    float: left;
    padding-left: 100px;
    width: 100%;
    min-height: 75px;
}

.checkin li {
    float: left;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: 50%;
    list-style: outside none none;
}

.checkin.followers li {
    width: 33.33333%;
}

.checkin li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.checkin_image {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-image: url(../../images//profile_image1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 75px;
}

.checkin_title {
    float: left;
    margin-top: 12px;
    margin-bottom: 5px;
    width: 100%;
    letter-spacing: 1px;
    color: rgb(40, 40, 40);
    font-size: 18px;
    font-weight: 600;
}

.checkin_time {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    color: rgb(132, 146, 166);
    font-size: 16px;
}

.followers .checkin_title {
    margin-top: 25px;
}

.add_category {
    position: relative;
    top: -5px;
    transition: 0.2s all ease;
    text-decoration: none;
    letter-spacing: 1px;
    color: #1fb6ff;
    font-size: 17px;
    font-weight: 600;
}

.add_category:hover,
.add_category:focus {
    text-decoration: none;
    color: #0e9ce0;
}

.modal_custom {
    margin-right: auto;
    margin-left: auto;
    max-width: 455px;
}

.modal_custom2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 520px;
}

.modal_custom .modal-content {
    border-radius: 4px;
    padding: 40px 45px 45px 45px;
}

.modal_custom .modal-header,
.modal_custom .modal-body,
.modal_custom .modal-footer,
.modal_custom .modal-content {
    float: left;
    width: 100%;
}

.modal_custom .modal-header,
.modal_custom .modal-body,
.modal_custom .modal-footer {
    border-top: none;
    border-bottom: none;
    padding: 0;
}

.modal_custom .close {
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    opacity: 0.4;
    color: #8492a6;
    font-size: 29px;
    filter: alpha(opacity=40);
}

.modal_custom .close:hover {
    opacity: 1;
}

.modal_custom .modal-title {
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff6902;
    font-size: 19px;
    font-weight: 600;
}

.input_file {
    float: left;
    width: 100%;
}

.input_file input[type="file"] {
    display: none;
}

.input_file label {
    float: left;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(166, 185, 205, 0.5);
    padding: 9px 0;
    width: 100%;
    font-size: 16px;
}

.input_file label img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    width: 18px;
}

.categories {
    float: left;
    width: 100%;
}

.categories > ul > li {
    list-style: none;
}

.category_unit {
    float: left;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 317px;
    overflow: hidden;
}

.category_caption {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 193px;
}

.category_detail {
    float: left;
    padding: 20px;
    width: 100%;
}

.category_title {
    float: left;
    margin-top: 3px;
    width: 100%;
    letter-spacing: 0.5px;
}

.category_unit {
    position: relative;
    float: left;
    margin-bottom: 60px;
    border-radius: 3px;
    box-shadow: 0 11px 11px 0 rgba(150, 202, 255, 0.07);
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 317px;
    overflow: hidden;
}

.category_new {
    position: relative;
    float: left;
    margin-bottom: 60px;
    border: 1px dashed #b2bdcf;
    border-radius: 3px;
    background-color: transparent;
    width: 100%;
    height: 317px;
    overflow: hidden;
    text-align: center;
}

.category_new a span {
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: rgb(178, 189, 207);
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 41px;
    color: #354052;
}

.category_new:hover span,
.category_new:focus span {
    box-shadow: 0 8px 8px 0 rgba(178, 189, 207, 0.2);
}

.category_new a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: #354052;
}

.category_new h2 {
    font-size: 15px;
    font-weight: 500;
}

.files {
    float: left;
    margin-top: 20px;
    margin-right: 5px;
    border-radius: 40px;
    padding: 10px 14px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: 'Quicksand', sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.video {
    background-color: rgba(30, 166, 154, 0.4);
    color: rgb(30, 166, 154);
}

.audio {
    background-color: rgba(255, 105, 2, 0.4);
    color: rgb(255, 105, 2);
}

.c_unit_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(59, 59, 59, 0.8);
    padding: 20px;
}

.category_unit:hover .c_unit_overlay {
    visibility: visible;
    opacity: 1;
}

.c_unit_inner {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.view_unit {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding: 14px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: rgb(53, 64, 82);
}

.view_unit:hover,
.view_unit:focus {
    background-color: rgb(19, 206, 102);
    text-decoration: none;
    color: #fff;
}

.delete_unit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    width: 46px;
    height: 46px;
    text-align: center;
    text-decoration: none;
    line-height: 46px;
    color: rgb(204, 0, 0);
    font-size: 20px;
}

.delete_unit:hover,
.delete_unit:focus {
    background-color: rgb(204, 0, 0);
    color: rgb(255, 255, 255);
}

.edit_unit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 55px;
    border: none;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    width: 46px;
    height: 46px;
    text-align: center;
    text-decoration: none;
    line-height: 46px;
    color: rgb(19, 206, 102);
    font-size: 20px;
}

.edit_unit:hover,
.edit_unit:focus {
    background-color: rgb(19, 206, 102);
    color: rgb(255, 255, 255);
}

.loader.loading_ajax {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.add_new_category {
    float: right;
    margin-top: 20px;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #354052;
}

.add_new_category > span {
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    background-color: rgb(19, 206, 102);
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 41px;
}

.add_new_category:hover span,
.add_new_category:focus span {
    box-shadow: 0 11px 11px 0 rgba(95, 184, 112, 0.16);
}

.add_new_category:hover,
.add_new_category:focus {
    text-decoration: none;
    color: #354052;
}

.file_filter {
    float: left;
    margin-top: 15px;
    margin-left: 45px;
    border-radius: 3px;
    width: 353px;
    height: 53px;
    text-align: center;
    color: #354052;
}

.file_filter > a {
    float: left;
    border-radius: 3px 0 0 3px;
    background-color: #fff;
    width: 50%;
    text-decoration: none;
    line-height: 53px;
    color: #354052;
}

.file_filter > a.active {
    box-shadow: 0 11px 11px 0 rgba(255, 105, 2, 0.16);
    background-color: #ff6902;
    color: #fff;
}

.file_filter > a:first-child {
    border-radius: 3px 0 0 3px;
}

.file_filter > a:last-child {
    border-radius: 0 3px 3px 0;
}

.file_filter > a:hover,
.file_filter > a:focus {
    text-decoration: none;
}

.delete_content {
    float: left;
    width: 100%;
}

.delete_content h3 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 30px;
    line-height: 1.6;
    font-size: 18px;
}

.delete_content img {
    position: absolute;
    top: 4px;
    left: 0;
    margin-right: 10px;
}

.delete_content > p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #7f8fa4;
    font-size: 15px;
}

.delete_btn {
    float: right;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin-left: 10px;
    border-radius: 4px;
    background-color: #ed1c24;
    padding: 10px;
    min-width: 80px;
    text-align: center;
    color: #fff;
}

.delete_btn:hover,
.delete_btn:focus {
    box-shadow: 0 11px 11px 0 rgba(249, 19, 57, 0.16);
    color: #fff;
}

.cancel_btn {
    float: right;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 4px;
    background-color: transparent;
    padding: 10px;
    min-width: 80px;
    text-align: center;
    color: #7f8fa4;
}

.cancel_btn:hover,
.cancel_btn:focus {
    text-decoration: none;
    color: #7f8fa4;
}

.video_section {
    float: left;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.video_button {
    -webkit-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    border-radius: 3px;
    background-color: rgb(19, 206, 102);
    cursor: pointer;
    padding: 14px 22px;
    height: 50px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}

.video_button i {
    margin-right: 12px;
}

.video_button:hover,
.video_button:focus {
    box-shadow: 0 23px 13px -20px rgba(19, 206, 102, 0.6);
}

.profile_section {
    position: relative;
    float: left;
    margin-top: 90px;
    border-radius: 4px;
    box-shadow: 0 11px 11px 0 rgba(150, 202, 255, 0.07);
    background-color: rgb(255, 255, 255);
    padding: 100px 50px 50px;
    width: 100%;
}

.profile_section .file_box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 131px;
    height: 131px;
}

.profile_section .book_preview.profile_preview {
    border: 5px solid rgb(255, 255, 255);
    background-image: url("../../images//placeholder_profie.png");
    width: 100%;
    height: 100%;
}

.profile_section .file_box > label {
    position: absolute;
    right: 10px;
    bottom: 4px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    margin: 0;
    border: medium none;
    border-radius: 50%;
    background-color: rgb(19, 206, 102);
    padding: 0;
    width: 32px;
    height: 33px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: normal;
}

.profile_section .file_box > label:hover,
.profile_section .file_box > label:focus {
    box-shadow: 0 11px 11px 0 rgba(95, 184, 112, 0.16);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.change_password {
    position: relative;
    float: left;
    border-radius: 4px;
    box-shadow: 0 11px 11px 0 rgba(150, 202, 255, 0.07);
    background-color: rgb(255, 255, 255);
    padding: 50px 50px;
    width: 100%;
}

.table_custom .popover.top > .arrow {
    border-color: transparent;
}

.table_custom .popover {
    border: none;
    box-shadow: 0 5px 17px 0 rgba(30, 49, 70, 0.19);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .file_box {
        right: 20px;
    }

    .search_right {
        width: 39%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .file_box {
        display: inline-block;
        position: static;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        margin: 0 auto 20px 50%;
    }

    .file_filter {
        margin-top: 30px;
        margin-bottom: 5px;
        margin-left: 0;
        width: 100%;
    }

    .page_name {
        width: 100%;
    }

    .search_right {
        margin: 15px 0 5px;
        width: 100%;
    }

    .search_section {
        width: 100%;
    }

    .heading_left {
        float: left;
        width: 100%;
    }

    .heading_right {
        float: left;
        width: 100%;
    }

    .checkin li {
        width: 100%;
    }

    .checkin.followers li {
        width: 100%;
    }

    .menu_bar {
        position: relative;
    }

    .add_new_category {
        position: absolute;
        right: 0;
        bottom: -64px;
    }

    .profile_section .file_box {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .modal_custom_width {
        width: 100%;
        max-width: 800px;
    }

    .modal_custom_width_sm {
        width: 100%;
        max-width: 600px;
    }

    .modal_custom_width_xs {
        width: 100%;
        max-width: 482px;
    }
}

@media (max-width: 767px) {
    .file_box {
        display: inline-block;
        position: static;
        transform: none;
        margin: 0;
        text-align: center;
    }

    .book_preview {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .file_box > label {
        float: none;
        margin: 20px 0;
    }

    .footer_section p {
        font-size: 11px;
    }

    .modal_custom .modal-content {
        padding: 30px 15px;
    }

    .change_password {
        padding: 30px 20px;
    }

    .profile_section .file_box {
        margin: 0;
    }

    .file_filter {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .search_right {
        margin: 0 0 5px;
    }

    .main_section {
        margin-top: 10px;
        padding: 0;
    }

    .account {
        margin-right: 15px;
    }

    .brandname {
        margin: 25px 25px 25px 15px;
    }

    .pages_links li a span span {
        display: none !important;
    }

    .menu_bar {
        margin-top: 0;
    }

    .icon {
        margin-right: 13px;
        margin-left: 13px;
        height: 36px;
    }

    .menu--ama .menu__item-name::before,
    .menu--ama .menu__item-name::after {
        bottom: -7px;
    }

    .menu_bar {
        position: relative;
    }

    .add_new_category {
        position: absolute;
        right: 0;
        bottom: -64px;
        width: 43px;
        height: 43px;
        overflow: hidden;
    }

    .add_new_category:hover span,
    .add_new_category:focus span {
        box-shadow: none;
    }

    .nav.navbar-nav.navbar_right {
        float: right;
        margin: 0;
    }

    .navbar-nav .open.account .dropdown-menu {
        position: absolute;
        float: none;
        margin-top: 0;
        border: 0 none;
        box-shadow: 0 5px 17px 0 rgba(30, 49, 70, 0.19);
        background-color: #fff;
        width: auto;
    }

    .page_name {
        width: 100%;
    }

    .search_right {
        margin: 0 0 5px;
        width: 100%;
    }

    .search_section {
        width: 100%;
    }

    .heading_left {
        float: left;
        width: 100%;
    }

    .heading_right {
        float: left;
        width: 100%;
    }

    .checkin li {
        width: 100%;
    }

    .checkin.followers li {
        width: 100%;
    }

    .profile_section .file_box {
        width: 111px;
        height: 111px;
    }

    .profile_section {
        margin-top: 65px;
        padding: 80px 20px 50px;
    }
}

@media (max-width: 560px) {
    .add_button {
        position: static;
        margin: 10px 0;
    }

    .pagination_custom a {
        margin: 0 3px;
    }

    .contributor_detail {
        padding-left: 0;
    }

    .cont_profile {
        position: static;
        margin: 0 auto;
    }

    .cont_detail {
        margin-top: 30px;
    }

    .conts_detail {
        padding-left: 140px;
    }

    .cont_title {
        width: 130px;
    }

    .show_result {
        width: 100%;
    }

    .pagination_custom {
        margin-top: 19px;
        width: 100%;
    }

    .pagination_custom > ul {
        float: none;
    }

    .pagination_custom > ul > li > a {
        margin: 0 3px;
    }

    .inner_section {
        padding: 25px 15px 40px;
    }
}

.alert {
    clear: both;
}

.image_upload label {
    padding: 12px 8px !important;
}

#errorMessage,
#error_message_cat,
#cat_error,
#subcat_error,
#error_message_cat1,
#cat_error1,
#errorMessage1,
#subcat_error1 {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

#errorMessage h4,
#cat_error h4,
#subcat_error h4,
#error_message_cat h4,
#error_message_cat1 h4,
#cat_error1 h4,
#errorMessage1 h4,
#subcat_error1 h4 {
    font-size: 15px !important;
}

.unblock_song {
    background-color: green !important;
}

.button_class button {
    margin: 0 2px;
    border: none;
    border-radius: 4px;
    background-color: #354052;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}

.button_class {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.btn_inactive {
    opacity: 0.5;
}

.signupanalytics,
.PostsUpAnalytics {
    position: relative;
    float: left;
    margin-top: 90px;
    border-radius: 4px;
    box-shadow: 0 11px 11px 0 rgba(150, 202, 255, 0.07);
    background-color: rgb(255, 255, 255);
    padding: 35px;
    width: 100%;
    min-height: 330px;
}

.signupanalyticsdaterange {
    text-align: center;
}

.signupanalyticsdaterange input {
    border: 1px solid #dcdada;
    border-radius: 3px;
    width: 220px;
    height: 40px;
    text-align: center;
}

.signupanalyticsToalSignUP {
    display: inline-block;
    margin-top: 45px;
    width: 31%;
    text-align: center;
}

.ToalSignUP {
    font-size: 14px;
    font-weight: bold;
}

.ToalSignUPCSS {
    display: inline-block;
    margin-top: 10px;
    border-radius: 50%;
    background-color: #63d099;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 23px;
}

.PostsUpAnalytics {
    text-align: center;
}

.PostsUpAnalytics select {
    height: 39px;
}

.PostsUpAnalytics input {
    border: 1px solid #dcdada;
    border-radius: 3px;
    width: 220px;
    height: 40px;
    text-align: center;
}

.Total_Photos {
    float: left;
    margin-top: 25px;
    width: 50%;
    text-align: center;
}

.Total_videos {
    float: left;
    margin-top: 25px;
    width: 50%;
    text-align: center;
}

.Total_Photos div {
    color: #354052;
    font-size: 14px;
    font-weight: bold;
}

.Total_videos div {
    color: #354052;
    font-size: 16px;
    font-weight: bold;
}

#Total_Photos {
    display: inline-block;
    margin-top: 10px;
    border-radius: 50%;
    background-color: #e86969;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 23px;
}

#Total_videos {
    display: inline-block;
    margin-top: 10px;
    border-radius: 50%;
    background-color: #6bc3ec;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 23px;
}

.actual_image{
    background-color: #5758fd !important;
    border-radius: 3px;
    font-size: 11px;
}
.all_btn {
    background-color: #5758fd;
    color: #fff;
    width: 85px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0 4px 0;
}
.block-btn {
    background-color: #e02c24;
    color: #fff;
     width: 125px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0 4px 0;

}
.block-btn:hover{
    color:#fff;
}
.all_btn:hover{
    color:#fff;
}
.all_block_btn {
    float: right;
    width: 100%;
    text-align: right;
    padding-bottom: 15px;
}
.block-reoprt {
    display: inline-block;
    text-align: right;
    width: 100%;
    background-color: #FFF;
}
.table_custom ul li:hover  .block-reoprt{
    display: block;
}
.block-reoprt a {
    background-color: #f91339;
    color: #fff;
    margin-right: 2px;
    padding: 3px 11px;
}
.actual_img {
    background-color: #5758fd !important;
    border-radius: 4px;
}
.block-btns a {
    display: inline-block;
    background-color: #fff;
    width: 80%;
    border-radius: 15px;
    padding: 15px 0;
    margin-top: 15px;
}
.block-btns {
    display: inline-block;
    justify-content: center;
    align-self: center;
    text-align: center;
    width: 100%;
}

.block_and_report {
    display: none;
    width: 338px;
    height: 200px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    top: 0;
}
.table_custom ul li:hover .block_and_report {
    display: block;
}
.table_custom ul {
    background-color: #ececec;
    padding: 15px;
}
.table_custom ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 18%;
    margin: 0px 17px 15px 0px;
}
.dailyPosts {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    position:relative;
    background-position: center;
}
.user-img {
    width: 100%;
    background-color: #fff;
    padding: 5px;
        border-bottom: 1px solid #ececec;
}
.user-img span {
    display: inline-block;
}
.user-img span img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
.user-img p {
    display: inline-block;
    width: 73%;
    word-wrap: break-word;
}
.all_btn {
    background-color: #5758fd;
    color: #fff;
    width: 85px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0 4px 0;
}
.block-btn {
    background-color: #e02c24;
    color: #fff;
     width: 125px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0 4px 0;

}
.block-btn:hover{
    color:#fff;
}
.all_btn:hover{
    color:#fff;
}
.all_block_btn {
    float: right;
    width: 100%;
    text-align: right;
    padding-bottom: 15px;
}
.posts_count p {
    padding-top: 7px;
    color: #7d7c7c;
}
.follower p {
    padding-top: 7px;
    color: #7d7c7c;
}
.following p {
    padding-top: 7px;
    color: #7d7c7c;
}
.follower {
    margin-right: 30px;
     text-align: center;
}
.following {
    text-align: center;
    margin-right: 30px;
}
.posts_count {
    text-align: center;
    margin-right: 30px;
}
.follower h1 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.posts_count h1 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.following h1 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.follower-detail {
    display: flex;
}
.user_pic img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    border: 3px solid #5758fd;
    top: -68px;
}
.user-image-section {
    display: flex;
    position: relative;
        padding: 20px;
    justify-content: space-between;
}
.cover-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
.main-profile {
    width: 100%;
    display: inline-block;
}

    .table_custom ul li:hover  .block-reoprt{
    display: block;
}
.block-reoprt a {
    background-color: #e62626;
    color: #fff;
    margin-right: 2px;
    padding: 3px 11px;
}
.block-btns a {
    display: inline-block;
    background-color: #fff;
    width: 80%;
    border-radius: 15px;
    padding: 15px 0;
    margin-top: 15px;
}
.block-btns {
    display: inline-block;
    justify-content: center;
    align-self: center;
    text-align: center;
    width: 100%;
}

.block_and_report {
    display: none;
    width: 338px;
    height: 200px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
                top: 0;
}
    .table_custom ul li:hover  .block_and_report {
    display: block;
}
    .table_custom ul {
    background-color: #ececec;
    padding: 15px;
}
.table_custom ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 18%;
    margin: 0px 17px 15px 0px;
}
.dailyPosts {
    display: inline-block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    position:relative;
    background-position: center;
}

.user-img {
    width: 100%;
    background-color: #fff;
    padding: 5px;
        border-bottom: 1px solid #ececec;
}
.user-img span {
    display: inline-block;
}
.user-img span img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
.user-img p {
    display: inline-block;
}
