﻿@charset "utf-8";



/*===================== TABLE OF CONTENT =======================

1. Default css
	- Google Fonts
	- Reset Css
	- Night Mode Btn
	- Scrollbar
	- Header section
	- Left section
	- Center section 
	- Right section
	- Statistics section	
	- Loading Section
	- Footer section
	- All Popups
	- Breadcrumb Title
	- Chat Popup Message Box
2.  Post a Job Page
3.  Add New Product
4.  Add New Course
5.  All Jobs 
6.  Learning
7. 	Find Connections
8. 	My Connections
9.  Event
10. Event Detail View
11. Job Detail View
12. Product Detail View
13. Course Detail View
14. Manage Jobs
15. Manage Products
16. Manage Courses
17. Downloaded Course View
18. Create New Page
19. My Page and Group
20. Refunds
21. My Profile
22. Setting
23. About
24. Messages
25. Signin and Signup
26. Advertising
27. Feedback
28. Cart and Checkout
29.	Invoice
30. Help Center
31. Coming Soon
32. Error 404
33. Privacy Terms and Refunds Policy

=============================================================*/

/* ================================================================================== 
 Google Fonts
===================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;700;800;900&display=swap')
/* ================================================================================== 
Reset Css
===================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video

{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

::-moz-selection { /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

ol, ul {
    padding-left: 0 !important;
    list-style: none;
    margin-bottom: 0 !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

a[href], button {
    touch-action: manipulation;
}

button {
    outline: none;
}

    button:focus {
        outline: none !important;
    }

input {
    outline: none;
}

textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #231f20;
}

a {
    color: #2196f3;
    cursor: pointer !important;
    text-decoration: none !important;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    font-family: 'Heebo', sans-serif !important;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

h2 {
    font-size: 1.625em;
    font-family: 'Heebo', sans-serif !important;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

h3 {
    font-size: 1.375em;
    font-family: 'Heebo', sans-serif !important;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

h4 {
    font-size: 1.125em;
    font-family: 'Heebo', sans-serif !important;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

h5 {
    font-size: 1.10em;
    font-family: 'Heebo', sans-serif !important;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}

h6 {
    font-size: 1em;
    font-family: 'Heebo', sans-serif !important;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}

blockquote {
    font-size: 1.25em;
    font-family: 'Heebo', sans-serif !important;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }

    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }

    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }

    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height 
	and something more appropriate for display headings */
    }

    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }

    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body::-webkit-scrollbar-corner {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0,0,0,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
    font-size: 14px;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Heebo', sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #2b2f4c;
    background: #f5f7f8 !important;
    height: 100%;
}

    body::-webkit-scrollbar {
        width: 4px;
    }

    body::-webkit-scrollbar-thumb {
        height: 50px;
        background: hsla(0, 0%, 53.3%, 0.4);
    }

input[type=text] {
    color: #231f20 !important;
}

    input[type=email][disabled], input[type=url][disabled], input[type=password][disabled], input[type=text][disabled], input[type=number][disabled] {
        background: #ededed;
        cursor: not-allowed;
        opacity: 0.7;
    }


/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

    .night_mode_switch__btn a {
        display: block;
        font-size: 14px;
        transition: 0.3s;
        font-weight: 500;
        border-radius: 10px;
        color: #333;
        padding: 15px;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .night_mode_switch__btn a i {
            font-size: 120%;
            height: 30px;
            Width: 30px;
            background: #ffecec;
            border-radius: 100%;
            margin-right: 10px;
            padding: 7px;
            display: inline-block;
        }

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

@media (max-width: 992px) {
    .mobileMenu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        position: fixed;
        top: 0px;
        bottom: 0;
        margin: auto;
        left: 0;
        width: 220px;
        -webkit-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }

        .mobileMenu.open {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            border-right: 1px solid #efefef;
            box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 7%);
        }

        .mobileMenu .navbar-nav {
            overflow-y: auto;
        }

    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

        .overlay.open {
            display: block;
            z-index: 1029;
        }
}

/* --- Scrollbar Section --- */


/* --- Margin Section --- */

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pt_5 {
    padding-top: 5px;
}

.pb_5 {
    padding-bottom: 5px;
}

.pl_5 {
    padding-left: 5px;
}

.pr_5 {
    padding-right: 5px;
}

.p-10 {
    padding-top: 10px;
}

.p-10 {
    padding-bottom: 10px;
}

.p-10 {
    padding-left: 10px;
}

.p-10 {
    padding-right: 10px;
}

/* --- Radio and Checkbox Buttons --- */

.radio-btn {
    display: inline-block;
    margin-right: 15px;
}

.radio_bb_line {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 19px;
        display: inline-block;
        color: #91699c;
        margin-bottom: 0;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 2px solid #efefef;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:before {
            border: 2px solid #142fdb;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #142fdb;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.event_stt_optn [type="radio"]:checked + label:before, .event_stt_optn [type="radio"]:not(:checked) + label:before {
    top: 12px !important;
}

.event_stt_optn [type="radio"]:checked + label:after, .event_stt_optn [type="radio"]:not(:checked) + label:after {
    top: 16px !important;
}

.product_license_check [type="radio"]:checked + label:before, .product_license_check [type="radio"]:not(:checked) + label:before {
    top: 0 !important;
}

.product_license_check [type="radio"]:checked + label:after, .product_license_check [type="radio"]:not(:checked) + label:after {
    top: 4px !important;
}

/* Base for label styling */
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        line-height: 17px;
        margin-bottom: 0;
    }*/

/* Event radio buttons */
.section {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.checkbox:checked ~ .background-color {
    background-color: var(--white);
}

.z-bigger [type="radio"]:checked + label:after, .z-bigger [type="radio"]:not(:checked) + label:after {
    background: transparent;
    visibility: hidden;
}

.z-bigger
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

/*.checkbox:checked + label,
.checkbox:not(:checked) + label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 3px;
    background: #142fdb;
    z-index: 100 !important;
}

    .checkbox:checked + label:before,
    .checkbox:not(:checked) + label:before {
        position: absolute;
        font-family: 'unicons';
        cursor: pointer;
        top: -17px;
        z-index: 2;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .checkbox:not(:checked) + label:before {
        content: '\eac1';
        left: 0;
        color: var(--grey);
        background-color: var(--dark-light);
    }

    .checkbox:checked + label:before {
        content: '\eb8f';
        left: 30px;
        color: var(--yellow);
        background-color: var(--dark-blue);
    }

.checkbox:checked ~ .section .container .row .col-12 p {
    color: var(--dark-blue);
}
*/
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 7px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    color: #fff;
}

.checkbox-tools:not(:checked) + label {
    color: #91699c;
    background-color: #f7f7f7;
}

.checkbox-tools:checked + label {
    background-color: transparent;
}

.checkbox-tools:not(:checked) + label:hover {
    color: #142fdb;
    background-color: #f7f7f7;
}

.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #142fdb;
    z-index: -1;
    border: 0;
}

.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label {
    background-color: var(--light);
    color: var(--dark-blue);
}


/* checkbox aspect nochecked */
/*[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}*/

/* checkbox aspect checked */
/*[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #142fdb;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}*/

/* checked mark aspect */
/*[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '\f00c';
    position: absolute;
    top: .13em;
    left: 0.22em;
    font-size: .84em;
    line-height: 1.3;
    color: #142fdb;
    transition: all .2s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}*/

/* checked mark aspect changes */
/*[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}*/

/* disabled checkbox */
/*[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}*/

/* hover style just for information */
label:hover:before {
    border: 2px solid #142fdb !important;
}

/* --- Header Section --- */

.header {
    position: relative;
    width: 100%;
}

.micko-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.res_main_logo {
    display: none;
}

.logo-inverse {
    display: none;
}

.header-bg {
    background-color: #fff !important;
}

.main_logo img {
    width: 120px;
    margin-top: 5px;
}

.bg-micko {
    background-color: #ffffff !important;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.01);
}

.micko-head {
    height: 56px;
}

.bg-micko-nav {
    background-color: #ffffff !important;
    box-shadow: none;
}

.navbar-toggler {
    box-shadow: none !important;
}

.navbar-toggler-icon i {
    padding-top: 10px;
}

.mt-6 {
    margin-top: 56px;
}

.search-form-header {
    position: relative;
    margin-left: 60px;
    width: 270px;
}

.search-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #00b2a9;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-color {
    color: #00b2a9;
    background: #f7f7f7;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    border: 0;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #efefef;
}

.nav-link {
    display: block;
    padding: 1.2rem 1rem !important;
    color: #222222 !important;
    font-size: 14px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
}

    .navbar-expand-lg .navbar-nav .nav-link.active-menu {
        color: #6C47CD !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #6C47CD !important;
    }

.arrow-icon {
    margin-left: 5px;
}

.all-pages-links {
    padding: 10px;
}

.mn-link {
    position: relative;
    color: #6C47CD;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #f7f7f7;
    padding: 6px 8px;
    border-radius: 5px;
}

.mn-icon {
    padding: 13px 12px 13px 16px;
    display: inline-block;
    vertical-align: middle;
}

    .mn-icon:last-child {
        padding: 10px 0 10px 16px;
    }

.alert-circle {
    background: #ff438c;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    right: 4px;
}

.opts_account {
    color: #6C47CD;
    padding: 10px 0;
    display: inline-block;
}

    .opts_account img {
        width: 36px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        margin-left: 0;
    }

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .submenu {
    display: block;
}

.dropdown .dropdown-menu {
    border: 1px solid #efefef !important;
    border-radius: 5px !important;
    box-shadow: 0 8px 11px 2px rgba(64,70,74,0.05) !important;
}

.dropdown-menu-media {
    width: 24rem;
    margin-top: 0 !important;
}

.dropdown-menu-right {
    right: 0;
}

.pages-dropdown .dropdown-item {
    padding: 0.50rem 1.15em !important;
}

    .pages-dropdown .dropdown-item:focus {
        color: #fff !important;
    }

.dropdown-page-items:after {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    font-size: 12px;
}

.dropdown-menu-media .dropdown-menu-header {
    border-bottom: 1px solid #efefef;
    width: 100%;
    float: left;
    height: 38px;
}

.dropdown .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    margin-top: 3px;
    text-transform: uppercase;
    color: #626e82;
}

.badge.badge.float-right {
    margin-left: .5rem;
    margin-top: .15rem;
}

.dropdown-notification .notification-tag {
    position: relative;
    top: -29px;
    right: 20px;
    font-weight: 500;
    padding: 5px;
}

.badge-danger {
    background-color: #ff4961;
}

.scrollable-container {
    position: relative;
}

.media-list {
    top: 0;
    width: 100%;
    float: left;
}

.msgng-popup {
    display: block;
    float: left;
    width: 100%;
}

.dropdown .dropdown-menu {
    padding: 0;
    border: 1px solid #efefef;
    border-radius: .35rem;
    margin: -.1rem 0 0;
    box-shadow: 0 5px 75px 2px rgba(64,70,74,.2);
    min-width: 11rem;
}

.show > .dropdown-menu {
    opacity: 1;
    display: block;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu-media .media-list .media {
    padding: 20px 20px 17px;
    border: none;
    border-bottom: 1px solid #efefef;
    float: left;
    width: 100%;
}

    .dropdown-menu-media .media-list .media.active {
        background-color: #fcfcfc;
    }

.media-body {
    flex: 1;
}

.media-list .media {
    padding: 1.5rem;
    margin-top: 0;
}

    .media-list .media .media-left {
        padding-right: 1rem;
        float: left;
    }

.icon-bg-circle {
    color: #fff;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.text-muted-1.active {
    color: #231f20 !important;
}

.text-muted-1 {
    color: #847577 !important;
}

.text-time-muted {
    color: #00b2a9 !important;
}

.media-heading {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: left;
    margin-bottom: 5px;
}

.notification-text {
    text-align: left;
    margin-bottom: 2px;
}

.font-small-3 {
    font-size: 13px;
    line-height: 20px;
}

.font-small-4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.badge-danger {
    color: #fff;
    background-color: #ff438c !important;
}

.dropdown-menu-footer {
    float: left;
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #efefef;
}

.dropdown-item-link {
    display: block;
    width: 100%;
    padding: .75rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #231f20;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item-link:hover {
        color: #142fdb !important;
    }

.dropdown-menu-account {
    width: 18rem;
    margin-top: 0 !important;
}

.dropdown-ellipsis {
    width: 14rem;
    margin-top: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-menu-page {
    width: auto;
    margin-top: 0 !important;
}

.view-p-link {
    color: #231f20;
    font-weight: 500;
}

    .view-p-link:hover {
        color: #142fdb !important;
        text-decoration: underline !important;
    }

.text-16 {
    font-size: 16px !important;
    font-weight: 500;
}

.text-18 {
    font-size: 18px !important;
    font-weight: 500;
}

.email-text {
    margin-bottom: 4px;
}

.dropdown-menu-account .media-list .media {
    padding: 20px 20px 17px;
    border: none;
    border-bottom: 1px solid #efefef;
    float: left;
    width: 100%;
}

.item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1em;
    color: rgba(0,0,0,.87);
    padding: .78571429rem 1.14285714rem !important;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-touch-callout: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.channel_item {
    color: #231f20 !important;
    padding: .78571429rem 1.14285714rem;
    font-size: 14px;
}

    .channel_item:hover {
        color: #222222 !important;
        background: #f7f7f7;
    }

    .channel_item.active {
        color: #142fdb !important;
        background: #f7f7f7;
    }

.badge-cart {
    position: absolute;
    top: 8px;
    right: 17px;
    color: #fff;
    background-color: #ff438c;
    display: inline-block;
    padding: 4px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    margin-left: inherit;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* --- Left Section --- */

.wrapper {
    float: left;
    width: 100%;
    padding-top: 40px;
    background: #f5f7f8;
    min-height: 100%;
}

.full-width {
    border-radius: 10px;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.user-profile {
    float: left;
    width: 100%;
}

.username-dt {
    float: left;
    width: 100%;
    padding-top: 47px;
}

.dpbg-1 {
    background-color: #222222;
    border-top-right-radius: 3px;
    background-size: cover;
    border-top-left-radius: 3px;
}

.usr-pic {
    width: 80px;
    height: 80px;
    margin: 0 20px;
    margin-bottom: -40px;
}

    .usr-pic > img {
        float: none;
        border: 2px solid #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.16);
    }

.username-main-dt {
    float: left;
    width: 100%;
    padding: 62px 20px 16px;
}

    .username-main-dt h4 {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 10px;
    }

    .username-main-dt span {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #91699c;
        margin-bottom: 0;
    }

.badges {
    margin: 0 auto;
    float: left;
    width: 100%;
    padding: 0 16px !important;
    margin-bottom: 15px !important;
}

    .badges li {
        list-style: none;
        display: block;
        float: left;
        margin: 5px 6px;
        display: inline-block;
        font-size: 13px;
    }

.community-badges__badge--s, .community-badges__badge-wrapper--s {
    height: 35px;
    width: 35px;
}

.community-badges__badge-wrapper, .community-badges__badge-wrapper--s, .community-badges__badge-wrapper--xs {
    display: inline-block;
}

.info__sections {
    float: left;
    width: 100%;
    padding: 5px 20px 20px !important;
}

    .info__sections li {
        display: block;
        width: 100%;
        margin-bottom: 11px;
        float: left;
    }

        .info__sections li:last-child {
            margin-bottom: 0;
        }

.all-info__sections {
    float: left;
    width: 100%;
}

.all-info__left {
    float: left;
    font-weight: 400;
    color: #231f20;
}

    .all-info__left i {
        color: #91699c;
    }

.all-info__right {
    float: right;
    color: #231f20;
    font-weight: 400;
}

.profile-link {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

    .profile-link a {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 500;
        padding: 14px 0 12px;
        color: #222222;
    }

        .profile-link a:hover {
            text-decoration: underline !important;
        }

.explore-heading {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

    .explore-heading h4 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        float: left;
        margin-bottom: 0;
        padding-top: 1px;
    }

.explore-dt {
    float: left;
    width: 100%;
    padding: 20px 20px 0px;
}

    .explore-dt h6 {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #91699c;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.hash-color {
    color: #142fdb;
    font-size: 13px;
}

.add-btn {
    font-size: 12px !important;
    height: 30px;
    width: 30px;
    border: 1px solid #efefef;
    background: #f7f7f7;
    border-radius: 3px;
}

.request-btn:hover {
    color: #231f20;
    border: 1px solid #efefef;
    background: #f3f3f3;
}

/* --- Center Section --- */

.home-upload-links {
    float: left;
    width: 100%;
    display: table;
}

.home-upload-cate {
    width: 25%;
    display: inline-block;
    color: #00b2a9;
    font-weight: 500;
    text-align: center;
    padding: 23px 0 18px;
    margin-bottom: -1px;
    font-size: 14px;
    border-right: 1px solid #efefef;
}

    .home-upload-cate:hover {
        color: #142fdb !important;
    }

    .home-upload-cate:last-child {
        border-right: 0;
    }

    .home-upload-cate i {
        display: block;
        margin-bottom: 5px;
    }

.recent-title {
    float: left;
    width: 100%;
}

.ellipsis-options {
    float: right;
    padding-top: 0px;
}

    .ellipsis-options .option-eps {
        color: #222222;
    }

        .ellipsis-options .option-eps:hover {
            color: #231f20 !important;
        }

.recent-items {
    float: left;
    width: 100%;
}

.jobs-list {
    top: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
}

    .jobs-list:last-child {
        border-bottom: 0;
    }

    .jobs-list .media {
        padding: 1.5rem;
        margin-top: 0;
    }

        .jobs-list .media .job-left {
            padding-right: 1rem;
            float: left;
        }

.job-bg-circle {
    color: #fff;
    padding: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.job-heading {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    padding-top: 3px;
}

.cmpny-dt {
    color: #91699c;
}

    .cmpny-dt:hover {
        color: #231f20 !important;
        text-decoration: underline !important;
    }

    .cmpny-dt:after {
        content: '-';
        margin-left: 5px;
        color: #91699c;
    }

    .cmpny-dt:last-child:after {
        content: '';
    }

.job-loca {
    color: #91699c;
}

    .job-loca i {
        font-size: 12px;
        margin-right: 8px;
        margin-left: 5px;
    }

.time-dt {
    color: #91699c;
}

.feed-shared-author-dt {
    padding: 20px 20px 12px;
    display: flex;
    width: 100%;
    position: relative;
}

.author-left {
    margin-right: 1rem;
}

.post-ellipsis-options {
    position: absolute !important;
    right: 20px;
}

.post-meta {
    float: left;
    width: 100%;
    position: relative;
}

.feed-shared-dt-1 {
    padding: 0px 20px 17px 20px;
}

.feed-shared-result {
    float: left;
    width: 100%;
    padding: 0 20px 10px;
}

.social-counts-items {
    display: inline-block;
    margin-right: 15px;
}

    .social-counts-items:last-child {
        margin-right: 0;
    }

.social-dts-social-counts__count-value {
    border: 0;
    background: transparent;
    color: #91699c;
    font-size: 12px;
    font-weight: 400;
}

    .social-dts-social-counts__count-value:hover {
        color: #142fdb !important;
        text-decoration: underline;
    }

.social-counts-reactions-count {
    margin-left: 3px;
}

.feed-shared-social-actions {
    float: left;
    width: 100%;
    padding: 10px 12px;
    border-top: 1px solid #efefef;
}

.reactions-button-right {
    float: right;
}

.reactions-button-left {
    float: left;
}

.action-btn {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
    color: #91699c;
    padding: 5px 10px;
}

    .action-btn:hover {
        background: #f7f7f7;
        color: #142fdb;
        border-radius: 3px;
    }

    .action-btn:first-child {
        margin-left: 0;
    }

.icon-mr {
    margin-right: 7px;
    font-size: 13px;
}

.icon-mr1 {
    margin-right: 10px;
    font-size: 14px;
}

.ads-job-price-rang {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    padding-top: 16px;
    display: block;
}

.ads-options {
    position: absolute !important;
    right: 20px;
    display: flex;
}

    .ads-options .option-eps {
        color: #00b2a9;
        height: 24px;
        width: 30px;
        display: inline-block;
        text-align: center;
        padding: 3px;
        background: #f7f7f7;
        border-radius: 3px;
    }

        .ads-options .option-eps:hover {
            color: #fff !important;
            background: #142fdb;
        }

.ad-text {
    background: #f7f7f7;
    color: #00b2a9;
    height: 24px;
    display: inline-block;
    width: 30px;
    text-align: center;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 5px;
}

.dropdown-ads {
    width: 20rem;
    margin-top: 0 !important;
}

.ad-title {
    padding: 12px 20px 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 5px;
}

.state-name {
    text-decoration: none;
    margin-right: 5px;
}

.post-img {
    width: 100%;
    margin-top: 16px;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-grow: 0;
    height: 300px;
    cursor: pointer;
}

    .post-img img {
        display: inline-block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-item {
    padding: 20px;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}

    .product-item:last-child {
        border-bottom: 0;
    }

.product-left {
    float: left;
    width: 150px;
    margin-right: 15px;
}

.product-bg-circle {
    color: #fff;
    padding: 0;
    width: 100%;
    border: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.product-body {
    float: left;
    width: 68%;
}

.product-price {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    float: right;
}

.cmpny-dt2 {
    color: #91699c;
}

    .cmpny-dt2:hover {
        color: #231f20 !important;
    }

    .cmpny-dt2:after {
        content: '';
        margin-left: 5px;
        color: #91699c;
    }

.ccate-dt {
    color: #91699c;
}

    .ccate-dt:hover {
        color: #231f20 !important;
    }

    .ccate-dt:after {
        content: '|';
        margin-left: 5px;
        color: #91699c;
    }

.ccate-dt1 {
    color: #91699c;
}

    .ccate-dt1:hover {
        color: #231f20 !important;
    }

.course-img {
    position: relative;
}

.timing {
    border-radius: 3px;
    background-color: rgb(35, 31, 32, 0.5);
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.comment_wrapper {
    display: none;
}

.main-comment-section {
    border-top: 1px solid #efefef;
    float: left;
    width: 100%;
    padding: 17px 20px;
}

/*--- comment area ---*/

.coment-area {
    margin-top: 20px;
    width: 100%;
    display: none;
    float: left;
}

.we-comment-dt {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .we-comment-dt > li {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%;
    }

        .we-comment-dt > li:last-child {
            margin-bottom: 0;
        }

.comet-avatar {
    display: inline-block;
    max-width: 36px;
    vertical-align: top;
    width: 36px;
}

    .comet-avatar img {
        width: 100%;
        color: #fff;
        padding: 0;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    }

.we-comment {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 8px;
    position: relative;
    vertical-align: top;
    width: 92%;
}

.inline-itms > a i {
    margin-right: 3px;
}

.inline-itms > a span {
    font-size: 11px;
}

.inline-itms {
    display: block;
    margin-top: 8px;
    width: 100%;
}

.user-name {
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.we-comment-dt > li ul {
    border-left: 0;
    list-style: outside none none;
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 15px;
}

    .we-comment-dt > li ul li {
        margin-bottom: 20px;
    }

.we-comment-dt li a.showmore {
    display: table;
    font-size: 12px;
    margin: 0 auto;
    text-transform: capitalize;
    font-weight: 500;
}

.we-comment-dt > li ul li:last-child {
    margin-bottom: 0;
}

.coment-head {
    display: inline-block;
    width: 100%;
}

.we-comment > h5 {
    color: #515365;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 8px;
    width: auto;
    text-transform: capitalize;
}

.we-comment > p {
    display: inline;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 0;
}

.inline-itms > span {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    color: #231f20;
}

.inline-itms > a {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #91699c;
}

.coment-head > span {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
    display: inline-block;
}

li.post-base-1 .comet-avatar {
    display: inline-block;
    max-width: 30px;
    vertical-align: top;
    width: 30px;
}

.tag-user {
    color: #2196f3;
    margin-right: 5px;
    font-weight: 500;
}

.post-commet-textarea {
    width: 100%;
}

.post-base-1 {
    display: flex;
    align-items: center;
}

.post_comment_combo {
    position: relative;
    align-items: normal;
    overflow-wrap: anywhere;
}

    .post_comment_combo img {
        height: 36px;
        width: 36px;
        color: #fff;
        padding: 0;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        margin-right: 8px;
    }

    .post_comment_combo .textarea {
        height: 36px;
        min-height: 36px;
        padding: 8.5px;
        width: 100%;
        background: transparent;
        border-radius: 0;
        border: 0;
    }

textarea.comment-textarea {
    height: auto;
}

.comment-textarea {
    padding-top: 5px;
    resize: none;
}

.post_comment_combo .comment-textarea {
    width: 100%;
    height: 34px;
    padding: 7px 12px;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.post_comment_combo .comment-textarea, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

.post_comment_combo .comment_option_footer {
    padding: 7.5px 4.5px;
    margin-left: auto;
}

.post_comment_combo > .post-base-1 {
    border-radius: 3px;
    background-color: #f7f7f7;
    width: 100%;
    margin: 0;
}

.upload-icon {
    display: block;
}

.img-add [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: right;
    display: none;
}

    .img-add [type="file"] + label {
        cursor: pointer;
        float: right;
        outline: none;
        transition: all 0.3s;
        vertical-align: middle;
        margin: 0 15px -2px 7px;
        color: #91699c;
        border-radius: 100%;
        border: 0;
        font-size: 18px;
        padding: 0;
    }

        .img-add [type="file"] + label:hover {
            color: #142fdb !important;
            transition: all .2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

.emoji-combo {
    font-size: 18px;
    border: 0;
    margin-right: 20px;
    margin-bottom: -2px;
    color: #91699c;
    background: transparent;
}

    .emoji-combo:hover {
        color: #142fdb;
    }

.loading-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.process-btn {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 0;
    background: #142fdb;
}

.loading-btn .spinner-border {
    margin-right: 5px !important;
    vertical-align: middle !important;
}

/* --- Right Section --- */

.broswe-member-container {
    position: relative;
}

.broswe-member-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px 17px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0 !important;
}

    .broswe-member-container:last-child {
        border-bottom: 0;
    }

.browse-profile {
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 400;
}

.broswse-member-image {
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.browse-member-detail {
    padding: 0 0 0 14px;
    flex: 1 0 0;
}

.browse-member-name {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    line-height: 1.3333;
    margin-bottom: 2px;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.browse-member-headline {
    color: #91699c;
    padding-top: 1px;
    font-weight: 400;
    line-height: 26px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    position: relative;
}

.browse-member-btn {
    margin-left: 15px;
}

.banner-item {
    float: left;
    width: 100%;
    padding: 5px;
}

.banner-img {
    float: left;
    width: 100%;
    position: relative;
}

    .banner-img img {
        width: 100%;
    }

.banner-overlay {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 18deg, rgb(35,31,32) 8%, rgba(35,31,32,0.33) 70%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( 18deg, rgb(35,31,32) 8%, rgba(35,31,32,0.33) 70%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 18deg, rgb(35,31,32) 8%, rgba(35,31,32,0.33) 70%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
}

    .banner-overlay span {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        display: block;
        margin-bottom: 12px;
    }

    .banner-overlay h4 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        line-height: 34px;
        margin-bottom: 15px;
        padding-right: 50px;
    }

.res-bnr-dt {
    display: none;
}

.responsive-banner {
    padding: 25px 30px 30px;
    float: left;
    width: 100%;
}

    .responsive-banner span {
        font-size: 16px;
        font-weight: 500;
        color: #91699c;
        display: block;
        margin-bottom: 12px;
    }

    .responsive-banner h4 {
        font-size: 22px;
        font-weight: 600;
        color: #231f20;
        line-height: 34px;
        margin-bottom: 15px;
        padding-right: 50px;
    }

/* --- Footer Section --- */

.footer {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 40px;
}

.footer-items {
    float: left;
    width: 100%;
    margin-top: 38px;
}

    .footer-items h4 {
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 15px;
    }

.footer-links li {
    line-height: 26px;
    display: block;
}

    .footer-links li a {
        color: #91699c;
        font-size: 14px;
        font-weight: 400;
    }

        .footer-links li a:hover {
            color: #142fdb !important;
        }

.footer-bottom-items {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
    margin-top: 35px;
    padding: 15px 0 10px 0;
    text-align: center;
}

.footer-logo img {
    width: 110px;
}

.ul-ft-links {
    margin-top: 20px;
    margin-bottom: 16px !important;
}

    .ul-ft-links li {
        display: inline-block;
        padding: 5px 14px;
    }

        .ul-ft-links li a {
            color: #91699c;
            font-size: 14px;
            font-weight: 400;
        }

            .ul-ft-links li a:hover {
                color: #142fdb !important;
            }

.micko-copyright i {
    font-size: 13px;
    margin-right: 5px;
}

.micko-copyright a {
    font-size: 14px;
    font-weight: 500;
    color: #142fdb;
}

    .micko-copyright a:hover {
        color: #0f27c3 !important;
        text-decoration: underline !important;
    }

.micko-copyright {
    margin-bottom: 23px;
}

.social-ft-links li {
    display: inline-block;
    padding: 0px 10px;
}

    .social-ft-links li a {
        color: #231f20;
        font-size: 18px;
        font-weight: 400;
    }

        .social-ft-links li a:hover {
            color: #142fdb !important;
        }

/*--- All Popups ---*/

.popup-wrapper,
.popup-wrapper1,
.popup-wrapper2,
.popup-wrapper3,
.popup-wrapper4,
.popup-wrapper5,
.popup-wrapper6,
.popup-wrapper7,
.popup-wrapper8,
.popup-wrapper9,
.popup-wrapper10,
.popup-wrapper11,
.popup-wrapper12,
.popup-wrapper13,
.popup-wrapper14,
.popup-wrapper15,
.popup-wrapper16,
.popup-wrapper17,
.popup-wrapper18,
.popup-wrapper19,
.popup-wrapper20,
.popup-wrapper21,
.popup-wrapper22,
.popup-wrapper23,
.popup-wrapper24,
.popup-wrapper25,
.popup-wrapper26,
.popup-wrapper27,
.popup-wrapper28,
.popup-wrapper29,
.popup-wrapper30,
.popup-wrapper31,
.popup-wrapper32,
.popup-wrapper33,
.popup-wrapper34,
.popup-wrapper35,
.popup-wrapper36,
.popup-wrapper37,
.popup-wrapper38,
.popup-wrapper39,
.popup-wrapper40,
.popup-wrapper41,
.popup-wrapper42 {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 1;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.25s linear 0s;
}

    .popup-wrapper.active,
    .popup-wrapper1.active,
    .popup-wrapper2.active,
    .popup-wrapper3.active,
    .popup-wrapper4.active,
    .popup-wrapper5.active,
    .popup-wrapper6.active,
    .popup-wrapper7.active,
    .popup-wrapper8.active,
    .popup-wrapper9.active,
    .popup-wrapper10.active,
    .popup-wrapper11.active,
    .popup-wrapper12.active,
    .popup-wrapper13.active,
    .popup-wrapper14.active,
    .popup-wrapper15.active,
    .popup-wrapper16.active,
    .popup-wrapper17.active,
    .popup-wrapper18.active,
    .popup-wrapper19.active,
    .popup-wrapper20.active,
    .popup-wrapper21.active,
    .popup-wrapper22.active,
    .popup-wrapper23.active,
    .popup-wrapper24.active,
    .popup-wrapper25.active,
    .popup-wrapper26.active,
    .popup-wrapper27.active,
    .popup-wrapper28.active,
    .popup-wrapper29.active,
    .popup-wrapper30.active,
    .popup-wrapper31.active,
    .popup-wrapper32.active,
    .popup-wrapper33.active,
    .popup-wrapper34.active,
    .popup-wrapper35.active,
    .popup-wrapper36.active,
    .popup-wrapper37.active,
    .popup-wrapper38.active,
    .popup-wrapper39.active,
    .popup-wrapper40.active,
    .popup-wrapper41.active,
    .popup-wrapper42.active {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

.popup {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    position: relative;
    width: 500px;
    margin: 3rem auto;
}

    .popup.creat-group {
        padding-bottom: 0;
    }

.message-pop > h4 {
    font-size: 30px;
}

.popup-closed {
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 15px 20px 11px;
}

.popup-head h4 {
    font-size: 18px;
    color: #231f20;
    border-bottom: 1px solid #efefef;
    padding: 13px 20px 11px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 500;
}

/*--- Share Popup ---*/

.post-share-category {
    padding: 20px;
}

.share145l label span {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px 5px;
    margin-bottom: 10px;
    display: block;
    color: #231f20;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.share145l input:checked + span {
    background-color: #231f20;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #231f20;
}

.post-share-category label {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

    .post-share-category label input {
        margin-right: 8px;
    }

.share-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.comment-box {
    margin: 16px 0 0;
    position: relative;
    display: block;
    font-size: 16px;
}

.modal-dialog textarea {
    max-height: 300px;
}

.comment-box > textarea {
    resize: none;
}

.comment-box > textarea {
    display: block;
    font-size: 14px;
    margin: 0;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 10px 16px 6px;
    width: 100%;
    min-height: 100px;
    color: #231f1f;
    background-color: #f9f9f9;
    box-shadow: none;
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_input {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #efefef;
    height: 40px;
    padding: 0 16px;
    background: #f9f9f9;
    border-radius: 3px;
    margin-top: 14px;
}

.export-share {
    border-top: 1px solid #efefef;
    padding: 20px 20px 10px;
    border-bottom: 1px solid #efefef;
}

    .export-share h6 {
        margin-bottom: 17px;
        color: #91699c;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

.social-share li {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

    .social-share li:last-child {
        margin-right: 0;
    }

    .social-share li a {
        font-size: 16px;
        float: left;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 10px;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .social-share li a:hover {
            color: #fff !important;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.fb {
    background: #3b5998;
}

.tw {
    background: #1da1f2;
}

.ln {
    background: #8d6cab;
}

.yu {
    background: #ff0000;
}

.pin {
    background: #bd081c;
}

.wp {
    background: #25d366;
}

.tl {
    background: #0088cc;
}

.in {
    background: #e1306c;
}

.cpy {
    background: #b4a996;
}

.main-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #6C47CD;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    border: 1px solid #6C47CD;
}

    .main-btn:hover {
        color: #6C47CD !important;
        background-color: transparent;
        border: 1px solid #6C47CD;
    }

.red-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #ff0000;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    border: 1px solid #ff0000;
}

    .red-btn:hover {
        color: #ff0000 !important;
        background-color: transparent;
        border: 1px solid #ff0000;
    }

.purple-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #6C47CD;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    border: 1px solid #6C47CD;
}

    .purple-btn:hover {
        color: #6C47CD !important;
        background-color: transparent;
        border: 1px solid #6C47CD;
    }

.gray-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #222222;
    border: 0;
    background: #efefef;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    border: 1px solid #efefef;
}

    .gray-btn:hover {
        color: #222222 !important;
        background-color: transparent;
        border: 1px solid #efefef;
    }


.btn-hover:hover {
    color: #6C47CD !important;
    background-color: transparent;
    border: 1px solid #6C47CD;
}

.postbox {
    text-align: right;
}

.share-submit-btns {
    padding: 20px;
    border: 0;
}

.main-btn.cancel {
    color: #ffffff;
    background: #222222;
}

    .main-btn.cancel:hover {
        color: #231f20;
        background: #f4f4f4;
    }

/* --- Add Post Popup --- */

.add-textarea-dt {
    padding: 20px;
}

.add-post-textarea {
    border: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
    border-radius: 3px;
    width: 100%;
    min-height: 100px;
    color: #231f1f;
    box-shadow: none;
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.add-post-items {
    display: block;
    width: 100%;
    padding: 0 10px 13px 15px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.add-left-items {
    display: block;
}

    .add-left-items ul li {
        display: inline-block !important;
        margin-right: 0;
        clear: both;
    }

        .add-left-items ul li:last-child {
            margin-right: 0;
        }

.upload-icon [type="file"] {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    float: right;
    display: none;
}

    .upload-icon [type="file"] + label {
        cursor: pointer;
        float: right;
        outline: none;
        transition: all 0.3s;
        vertical-align: middle;
        margin: 0 15px -2px 7px;
        color: #91699c;
        border-radius: 100%;
        border: 0;
        font-size: 16px;
        padding: 0;
    }

        .upload-icon [type="file"] + label:hover {
            color: #142fdb !important;
            transition: all .2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
        }

.icon-text {
    margin-left: 9px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #231f20;
}


.add-right-items {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 0;
}

    .add-right-items ul li {
        display: inline-block;
        margin-left: 14px;
    }

        .add-right-items ul li:first-child {
            margin-left: 0;
        }

.tag-hash {
    color: #91699c;
    font-size: 16px;
    cursor: pointer;
}

    .tag-hash:hover {
        color: #142fdb;
    }

/* --- Breadcrumb Title --- */

.breadcrumb-pt {
    padding-top: 0;
    width: 100%;
    background: transparent;
}

.breadcrumb-bg {
    background: #fafafa !important;
}

.breadcrumb-title {
    width: 100%;
}

    .breadcrumb-title .breadcrumb {
        background-color: transparent !important;
        padding: 25px 0 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block !important;
        width: 100%;
    }

    .breadcrumb-title .breadcrumb-item a {
        color: #00b2a9 !important;
        font-weight: 400;
    }

    .breadcrumb-title .breadcrumb-item.active {
        color: #231f20 !important;
        font-weight: 400;
    }

    .breadcrumb-title .breadcrumb .breadcrumb-item {
        display: inline;
    }

    .breadcrumb-title .breadcrumb-item + .breadcrumb-item::before {
        float: none !important;
        color: #00b2a9 !important;
    }


/* --- Upload Page --- */

.cate-upload-title {
    font-weight: 500;
    font-size: 24px;
    display: block;
    text-align: left;
    margin-top: 0;
    margin-bottom: 7px;
}

.content-main {
    min-height: 431px;
}

.title_text {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 37px;
}

.page-tabs {
    border-bottom: 1px solid #efefef;
    margin-bottom: 37px;
    background: #fafafa;
}


    .page-tabs .nav-tabs {
        border-bottom: 0 !important;
    }

        .page-tabs .nav-tabs .nav-item {
            display: inline-block !important;
            line-height: 36px;
        }

        .page-tabs .nav-tabs .nav-link {
            color: #91699c !important;
            background-color: transparent;
            border-color: transparent;
            padding: 0 12px !important;
            font-size: 14px;
            font-weight: 500;
        }

            .page-tabs .nav-tabs .nav-item.show .nav-link, .page-tabs .nav-tabs .nav-link.active {
                color: #231f20 !important;
                background-color: #f7f7f7 !important;
                border-color: #efefef #efefef #f7f7f7 !important;
                padding: 0 12px !important;
                font-size: 14px;
                font-weight: 500;
            }

            .page-tabs .nav-tabs .nav-link:hover {
                color: #142fdb !important;
                background-color: transparent;
                border-color: transparent;
                outline: none;
            }

            .page-tabs .nav-tabs .nav-link:focus {
                border-color: transparent;
                outline: none;
            }

.upload-item {
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    padding: 28px 20px 20px;
    display: block;
    color: #231f20;
}

    .upload-item span {
        display: block;
        margin-top: 15px;
        font-size: 16px;
        font-weight: 600;
    }

    .upload-item i {
        border: 0;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        display: inline-block;
        padding: 16px 0;
        font-size: 18px;
        background: #142fdb !important;
        color: #fff;
    }

    .upload-item:hover i {
        background: #0f27c3 !important;
    }

/* --- Post a Job Page --- */

.label25 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.form_input_1 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #efefef;
    height: 40px;
    padding: 0 16px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
}

.btn {
    display: block !important;
    font-weight: 400 !important;
    color: #847577 !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    padding: 5px 20px !important;
    min-height: 40px !important;
    border-radius: 3px !important;
    transition: none !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03);
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 2.25em !important;
}

.dropup .dropdown-toggle::after {
    margin-left: -0.745em !important;
}

.dropdown-toggle::after {
    margin-left: -0.745em !important;
}

.btn-light.focus, .btn-light:focus {
    color: #231f20 !important;
    background-color: #fff !important;
    border-color: #efefef !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.03) !important;
    outline: none !important;
}

.main-form .bootstrap-select .dropdown-toggle:focus, .main-form .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #efefef !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.main-form .bootstrap-select .dropdown-item.active, .main-form .bootstrap-select .dropdown-item:active {
    color: #142fdb !important;
    border-radius: 3px;
    background-color: #f7f7f7 !important;
}

.main-form .bootstrap-select .dropdown-item:hover {
    border-radius: 3px;
}

.bootstrap-select .dropdown-menu.inner {
    padding: 5px !important;
    border: 0 !important;
}

.bootstrap-select .dropdown-menu li a {
    padding: 7px 15px !important;
}

.bootstrap-select .bs-ok-default:after {
    border-color: #142fdb;
}

.bs-searchbox .form-control {
    outline: none;
    box-shadow: none !important;
}

.main-form .bootstrap-select .dropdown-item.selected {
    color: #142fdb !important;
    border-radius: 3px;
    background-color: #f7f7f7 !important;
}

.main-form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 9px !important;
}


.loc_group {
    position: relative;
}

.add-loc-icon {
    position: absolute;
    right: 20px;
    top: 30%;
    cursor: pointer;
    color: #847577;
}

    .add-loc-icon:hover {
        color: #142fdb;
    }

.slry-dt {
    color: #231f20;
    font-weight: 600;
    position: absolute;
    background: #f7f7f7;
    right: 5px;
    top: 5px;
    min-height: 30px;
    padding: 0 12px;
    line-height: 30px;
    margin-bottom: 0;
    border-radius: 3px;
}

.ripple-effect-dark, .ripple-effect {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tags-container {
    margin-bottom: -15px;
}

.tags-input-container {
    position: relative;
}

.tags-container .tags-input-button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    padding: 0;
    color: #fff;
    background-color: #142fdb;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border: 0;
}

.tags-input-container .tags-input-button:hover {
    background-color: #0f27c3;
}

.tags-input-container .tags-input-button i {
    color: #fff;
    position: relative;
    top: 2px;
}

.tags-list {
    display: block;
    float: left;
    height: 0;
    margin-top: 8px;
}

.tag {
    background-color: rgba(42,65,232,0.07);
}

.tag {
    background-color: rgba(102,103,107,0.07);
    color: #142fdb;
    display: inline-block;
    float: left;
    padding: 0;
    border-radius: 3px;
    cursor: default;
    margin: 0 7px 7px 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    animation: KeywordIn 0.3s ease-in-out;
    animation-fill-mode: both;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.tag-text {
    padding-right: 12px;
}

.tag .tag-remove:before {
    display: inline-block;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    line-height: 20px;
    position: relative;
    top: 0px;
    margin-right: 7px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 900;
}

.form_textarea_1 {
    border: 1px solid #efefef;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    border-radius: 3px;
    width: 100%;
    min-height: 130px;
    color: #231f1f;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    background: #fff;
}

.upload-file-dt {
    background: #fff;
    border: 2px dashed #efefef;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 17px;
}

.upload-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    .upload-btn [type="file"] + label {
        cursor: pointer;
        display: inline-block;
        outline: none;
        transition: all 0.3s;
        vertical-align: middle;
        margin: 0 0 17px;
        color: #6c47cd;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 2px 3px 0px rgba(20, 47, 219, 0.11);
        border: 0;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        padding: 10px 25px;
        border: 1px solid #6c47cd;
        border-radius: 3px;
        text-transform: uppercase;
    }

.upload-file-dt span {
    margin-bottom: 0;
    display: inline-block;
    color: #91699c;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.uploadBtn-file-name {
    display: inline-block;
    color: #91699c;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.input-group-text {
    padding: 0.60rem .75rem !important;
}

.submit_btn {
    margin-top: 30px;
    text-align: right;
}

    .submit_btn .main-btn {
        width: 100%;
    }

.post-job-right {
    text-align: left;
    position: sticky;
    top: 90px;
}

    .post-job-right img {
        width: 60px;
    }

    .post-job-right h4 {
        font-size: 18px;
        font-weight: 600;
        margin-top: 22px;
        margin-bottom: 17px;
        color: #231f20;
    }

/* --- Add New Product Page --- */

.pdgdlne {
    margin-top: 27px;
    margin-bottom: 11px;
}

    .pdgdlne a {
        margin-left: 7px;
        color: #142fdb;
    }

        .pdgdlne a:hover {
            color: #0f27c3 !important;
            text-decoration: underline !important;
        }

.note120 {
    margin-bottom: 0;
}

    .note120 span {
        color: #231f20;
        margin-right: 4px;
        font-weight: 500;
    }

.alt-text {
    font-size: 12px;
    line-height: 24px;
    color: #91699c;
    margin-bottom: 0;
    margin-top: 7px;
    display: block;
}

    .alt-text a {
        color: #2196f3;
    }

        .alt-text a:hover {
            text-decoration: underline !important;
            color: #2196f3 !important;
        }


.product-price-dt {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

    .product-price-dt h4 {
        color: #231f20;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 20px;
    }

.license_price-item {
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}

.terms-dt p {
    margin-bottom: 0;
    margin-top: 27px;
}

.agree_checkbox {
    margin-top: 23px;
    font-weight: 400;
}

.dm-uploader {
    border: 2px dashed #efefef;
    text-align: center;
    background: #fff;
}

    .dm-uploader .add-file-btn {
        position: relative;
        overflow: hidden;
    }

.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}

.add-file-btn {
    font-weight: 500 !important;
    color: #fff !important;
    background: #142fdb !important;
    padding: 10px !important;
}

    .add-file-btn:hover {
        background: #0f27c3 !important;
    }

.btn-primary {
    color: #fff !important;
    background-color: #7266ba;
    border-color: #7266ba;
}

.dm-uploader .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    bottom: 0;
}

#files {
    overflow-y: scroll !important;
    min-height: 320px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.uploader-files-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.buyer-notify-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: block;
    color: #231f20;
    margin-bottom: 0;
    margin-top: 30px;
}

/* --- Add New Course Page --- */

.add-course--popup {
    width: 870px;
}

.add-course-block {
    padding: 0 30px 30px;
}

.course-popup-item {
    text-align: center;
    margin-top: 30px;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

    .course-popup-item h4 {
        font-size: 18px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 14px;
    }

    .course-popup-item p {
        margin-bottom: 19px;
    }

.ht-4 {
    min-height: 100px !important;
}

/* --- SmartWizards Steps --- */

.main-form .sw-theme-default > .nav {
    box-shadow: none !important;
    border-bottom: 1px solid #efefef;
}

.sw-theme-default {
    border: 1px solid #efefef !important;
    background: #fff !important;
    border-radius: 3px;
}

.sw > .tab-content {
    height: auto !important;
    overflow: visible !important;
}

.main-form .sw-theme-default > .tab-content > .tab-pane {
    padding: 0 30px !important;
}

.main-form .sw-theme-default > .nav .nav-link {
    padding: 1.3rem 1rem !important;
}

    .main-form .sw-theme-default > .nav .nav-link.done {
        color: #231f20 !important;
        background: #fff;
    }

    .main-form .sw-theme-default > .nav .nav-link.active {
        color: #142fdb !important;
        background: #fff;
    }

    .main-form .sw-theme-default > .nav .nav-link.done::after {
        background: #e5e5e5;
    }

    .main-form .sw-theme-default > .nav .nav-link.active::after {
        background: #142fdb !important;
    }

    .main-form .sw-theme-default > .nav .nav-link span {
        font-weight: 500;
    }

.sw .toolbar {
    padding: 30px 24px !important;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 0;
    border-top: 1px solid #efefef;
}

.sw-theme-default .toolbar > .btn {
    color: #91699c !important;
    background-color: #f7f7f7 !important;
    font-weight: 500 !important;
    box-shadow: none;
}

    .sw-theme-default .toolbar > .btn:hover {
        color: #fff !important;
        background-color: #0f27c3 !important;
        border: 1px solid #0f27c3 !important;
        font-weight: 500 !important;
        box-shadow: none;
    }

/* --- Add Curriculum Step --- */

.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 24px;
    border: 1px solid #efefef;
    background: #f7f7f7;
    padding: 15px 20px;
    align-items: center;
}

.section-title {
    margin-bottom: 0;
    font-size: 18px;
    color: #231f20;
    margin-right: 15px;
}

    .section-title i {
        font-size: 16px;
    }

.ml-left {
    margin-left: auto;
}

.new-section {
    text-align: left;
    border: 0;
    margin-top: 0;
    background: #fff;
    padding: 0;
    margin-top: 30px;
}

.new-section-block {
    padding: 0 30px 10px;
}

.new-section-bottom {
    text-align: left !important;
    padding: 0 8px 8px;
}

.added-section-item {
    border: 1px solid #efefef;
    margin-top: 30px;
}

.section-header {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 3px;
    display: flex;
    width: 100%;
    align-items: center;
}

    .section-header h4 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
    }

        .section-header h4 i {
            font-size: 13px;
            margin-right: 10px;
        }

.section-list-item {
    cursor: move;
}

.btn-152 {
    border: 0;
    background: transparent;
    margin-left: 15px;
    color: #91699c;
}

    .btn-152:hover {
        color: #231f20;
    }

.section-edit-options {
    margin-left: auto;
}

.smt-25 {
    margin-top: 25px !important;
}

#edit-section {
    padding: 0 20px;
}

.section-group-list {
    padding: 10px 20px 20px;
}

.section-list-item {
    display: flex;
    width: 100%;
    background: #f7f7f7;
    margin-top: 10px;
    padding: 15px;
    align-items: center;
}

.section-item-tools {
    border: 0;
    margin-left: 15px;
    background: transparent;
    color: #91699c;
    font-size: 13px;
    display: none;
}

    .section-item-tools:hover {
        color: #231f20;
    }

.section-list-item:hover .section-item-tools {
    display: block;
}

.section-add-item-wrap {
    background: #231f20;
    color: #fff;
}

    .section-add-item-wrap a {
        margin-right: 20px;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }

.add-section-item-box {
    color: #fff;
    padding: 0;
    display: none;
    margin-top: 0;
}

.section-add-item-wrap button {
    margin-bottom: 0;
    margin-right: 17px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #fff;
}

    .section-add-item-wrap button i {
        font-size: 14px;
    }

.course-main-tabs {
    margin-top: 30px;
}

    .course-main-tabs .nav-tabs {
        border-bottom: 0 !important;
    }

    .course-main-tabs .nav-pills .nav-link {
        border-radius: 0 !important;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        border-right: 1px solid #efefef;
        border-left: 0;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        color: #231f20;
        background: #f7f7f7;
        padding: 12px !important;
    }


        .course-main-tabs .nav-pills .nav-link:hover {
            border-top: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
            border-right: 1px solid #efefef;
            border-left: 0;
            color: #231f20 !important;
            background: #f3f3f3;
        }

        .course-main-tabs .nav-pills .nav-link.active, .course-main-tabs .nav-pills .show > .nav-link {
            color: #fff !important;
            background-color: #231f20 !important;
            border: 0;
        }

label.switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.preview-dt {
    display: flex;
    margin-top: 20px;
}

.title-875 {
    margin-top: 4px;
    margin-right: 15px;
}

label.switch input[type=checkbox] {
    display: none;
}

label.switch span {
    position: relative;
    display: block;
}

    label.switch span:before {
        content: "";
        display: block;
        height: 16px;
        width: 30px;
        border: 2px solid #bbb;
        background: #bbb;
        border-radius: 13em;
        box-sizing: content-box;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        position: absolute;
        top: 4px;
        left: 0;
    }

    label.switch span:after {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: #fff;
        position: absolute;
        top: 7px;
        left: 3px;
        border-radius: 13em;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

label.switch input[type=checkbox]:checked + span:after {
    left: 17px;
}

label.switch input[type=checkbox]:checked + span:before {
    border-color: #142fdb;
    background: #142fdb;
}

.new-lecture-bottom {
    text-align: right !important;
    padding: 0 8px 8px;
}

.lecture-video-dt {
    margin-top: 30px;
}

.video-info {
    font-size: 14px;
    margin-bottom: 11px;
    display: block;
    color: #91699c;
}

.video-category label {
    margin: 4px;
    cursor: pointer;
    text-align: center;
}

    .video-category label:first-child {
        margin-left: 0;
    }

    .video-category label span {
        font-size: 14px;
        font-weight: 500;
        padding: 7px 20px 5px;
        display: block;
        color: #231f20;
        background: #f7f7f7;
        border-radius: 3px;
        border: 1px solid #efefef;
    }

    .video-category label input {
        position: absolute;
        top: -20px;
    }

    .video-category label input {
        position: absolute;
        top: -20px;
    }

.video-category input:checked + span {
    background-color: #231f20;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #231f20;
}

.video-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.uploaded-id {
    display: block !important;
    color: #231f1f !important;
    font-size: 14px;
}

.color-b {
    color: #231f1f !important;
}

.color-fmt {
    color: #91699c !important;
}

.video-duration {
    margin-top: 27px;
}

    .video-duration label {
        text-align: left;
        margin: 0 0 12px;
    }

.duration-time {
    width: 50%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form_input_1, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    background: #f7f7f7;
}

    .input-group > .form_input_1:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group > .form_input_1:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.attachment-items {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 3px;
}

.attachment_id {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    margin-right: 20px;
}

.cancel-btn {
    border: 0;
    background: none;
    margin-left: auto;
    margin-bottom: 0;
    color: #91699c;
    font-size: 14px;
}

    .cancel-btn:hover {
        color: #231f20;
    }

.quiz-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.upload-thumb [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    .upload-thumb [type="file"] + label {
        cursor: pointer;
        display: inline-block;
        outline: none;
        transition: all 0.3s;
        vertical-align: middle;
        border: 0;
    }

img.img-thumbnail {
    max-width: 70px;
}

.option-item {
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-top: 30px;
}

.ans-box {
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.opt-title {
    border-bottom: 1px solid #efefef;
    padding: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

    .opt-title h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        color: #231f20;
    }

    .opt-title .opt-del {
        font-size: 14px;
        margin-bottom: 0;
        color: #91699c;
        cursor: pointer;
        margin-left: auto;
    }

        .opt-title .opt-del:hover {
            color: #231f20;
        }

.option-wrap {
    padding: 20px;
}

.cogs-toggle {
    display: flex;
}

.quiz-st-ft {
    font-size: 16px !important;
}

.lbl-quiz {
    margin-left: 50px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    cursor: pointer;
}

.quiz-cogs-step p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    color: #91699c;
}

.white-bg {
    background: #fff !important;
}

.int4856 {
    color: #231f20 !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #efefef !important;
    border-radius: 3px !important;
}

.assgn152 {
    display: block;
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.thumb-item {
    width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #fff;
}

    .thumb-item img {
        width: 100%;
    }

.thumb-dt {
    padding: 20px 20px 17px;
}

.intro-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.price-require-dt {
    padding-top: 35px;
    margin-bottom: 30px;
}

.center_d {
    justify-content: center;
}

.price-require-dt p {
    margin-top: 20px;
    text-align: center;
    padding: 0 150px;
    margin-bottom: 0;
}

.publish-block {
    padding: 30px;
    text-align: center;
    border: 1px solid #efefef;
    background: #f7f7f7;
    margin-top: 30px;
}

    .publish-block i {
        font-size: 24px;
        color: #231f20;
    }

    .publish-block p {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
        margin-bottom: 0;
    }

/* --- All Jobs Page --- */

.search-jobs {
    width: 100%;
    text-align: center;
    padding: 37px 30px 40px;
}

.search-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

.inwrap {
    width: 100%;
    position: relative;
}

    .inwrap::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f3c5";
        position: absolute;
        right: 8px;
        top: 11px;
        width: 30px;
        color: #231f20;
    }

.btn_1589 {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.post-link-btn {
    font-size: 14px;
    font-weight: 500;
    color: #142fdb;
    border: 1px solid #142fdb;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 8px;
    max-height: 40px;
}

.posted_1590 {
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px;
}

.count-ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #231f20;
}

.cate-post {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #91699c;
}

.manage-section {
    padding: 0 20px;
    margin-bottom: 17px;
}

.manage-title {
    background: #f7f7f7;
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    color: #231f20;
}

.job-actions {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 4px 20px 0px;
}

.aplcnts_15 {
    font-size: 14px;
    color: #231f20;
    font-weight: 500;
    text-align: left;
}

.action-btns-job {
    margin-left: auto;
}

.aplcnts_15 span {
    margin-left: 5px;
    margin-right: 5px;
}

.aplcnts_15 ins {
    text-decoration: none;
}

.view-btn {
    padding: 5px 15px;
    border: 1px solid #142fdb;
    margin-right: 7px;
    border-radius: 3px;
    color: #142fdb;
    font-weight: 500;
    display: inline-block;
}

.crt-btn {
    color: #91699c;
    max-height: 40px;
    border: 1px solid #efefef;
    display: inline-block;
    padding: 6px 11px 5px;
    background: #f9f9f9;
    border-radius: 3px;
}

.crt-btn-hover:hover {
    color: #fff !important;
    border: 1px solid #0f27c3;
    background: #0f27c3;
}

.bm-btn {
    color: #91699c;
    max-height: 40px;
    border: 1px solid #efefef;
    display: inline-block;
    padding: 6px 11px 5px;
    background: #f9f9f9;
    border-radius: 3px;
    cursor: pointer;
}

.bm-btn-hover:hover {
    color: #fff !important;
    border: 1px solid #e36556;
    background: #e36556;
}

.bm-btn-hover.active {
    color: #fff !important;
    border: 1px solid #e36556 !important;
    background: #e36556 !important;
}

.filter-section {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 9px;
}

.filter_items {
    margin-top: 30px;
    margin-bottom: 10px;
}

.fltr-btn {
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 20%);
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    border-right: 2px solid hsl(0, 0%, 90%);
    transition: background .2s, color .2s;
    font-weight: 500;
    font-size: 13px;
    margin-left: -3px;
    font-family: 'Heebo', sans-serif !important;
}

    .fltr-btn:last-child {
        border-right: none;
    }

.fltr-active {
    background: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%);
}

.fltr-btn:hover {
    background: #f5f5f5;
    color: hsl(0, 0%, 20%);
}

.fltr-active:hover {
    background: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%);
}

.btn-4585 {
    border: 2px solid hsl(0, 0%, 90%);
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

.flter-btn2 {
    margin-left: auto;
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 20%);
    padding: 8px 25px;
    cursor: pointer;
    border: none;
    border: 2px solid hsl(0, 0%, 90%);
    transition: background .2s, color .2s;
    font-weight: 500;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Heebo', sans-serif !important;
}

    .flter-btn2:hover {
        background: #fff;
        color: #142fdb;
        border: 2px solid #142fdb;
    }

.feed-shared-product-dt {
    padding: 0 0 12px;
    display: block;
    width: 100%;
    position: relative;
}

.pdct-img {
    position: relative;
}

.product-bg-w {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pp-20 {
    padding: 20px 20px;
}

.pp-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catey-dt {
    color: #91699c;
}

.catey-group {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catey-dt:hover {
    color: #231f20 !important;
    text-decoration: underline !important;
}

.catey-dt:after {
    content: '|';
    margin-left: 5px;
    margin-right: 4px;
    color: #91699c;
}

.catey-sub {
    color: #91699c;
}

    .catey-sub:hover {
        color: #231f20 !important;
        text-decoration: underline !important;
    }

.ppdt-price-sales {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 17px;
    margin-bottom: -6px;
}

.ppdt-price {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
}

.ppdt-sales {
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
}

.product-items-list {
    margin-bottom: 30px;
}

    .product-items-list:last-child {
        margin-bottom: 0;
    }

/* --- Cart Offset Overlay --- */

.bg-cart {
    background: #f7f7f7;
}

.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 400px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
    left: 0;
    margin-left: -400px;
}

.bs-canvas-close {
    color: #231f20 !important;
    opacity: 1 !important;
    font-size: 18px !important;
    padding: 2px !important;
    position: absolute;
    right: 10px;
    top: 5px;
    border: 0;
    background: transparent;
    width: 40px;
    height: 40px;
}

.side-cart-header {
    background: #fff;
    color: #231f20;
    position: sticky;
    top: 0;
    padding: 12px 15px !important;
}

.main-cart-title {
    font-size: 16px;
    font-weight: 600;
}

.bs-canvas-body {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 76px;
    overflow-y: scroll;
}

    .bs-canvas-body::-webkit-scrollbar {
        width: 14px;
        height: 18px;
    }

    .bs-canvas-body::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none;
    }

    .bs-canvas-body::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .bs-canvas-body::-webkit-scrollbar-thumb {
        height: 6px;
        border: 4px solid transparent;
        background-clip: padding-box;
        -webkit-border-radius: 7px;
        background-color: rgba(0,0,0,.15);
        -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
    }

.bs-canvas-footer {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #efefef;
}

.search-filter-item {
    border-bottom: 1px solid #efefef;
}

    .search-filter-item .accordion-toggle-tt.collapsed:after {
        content: "\f106";
    }

    .search-filter-item .accordion-toggle-tt:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f107";
        float: right;
        color: #91699c;
        font-weight: 900;
    }

.accordion-toggle-tt {
    font-size: 16px;
    font-weight: 500;
    border: 0;
    background: transparent;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}

.filter-step-item-dt {
    padding: 10px 15px 20px 20px;
}

.cta1589 {
    display: flex;
    width: 100%;
    align-items: center;
}

.cate-ttle-left {
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
    text-align: left;
    display: block;
    width: 100%;
}

.count-right {
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    color: #91699c;
}

.fltr-list {
    height: 243px;
    overflow-x: hidden;
}

    .fltr-list::-webkit-scrollbar {
        width: 14px;
        height: 18px;
    }

    .fltr-list::-webkit-scrollbar-button {
        width: 0;
        height: 0;
        display: none;
    }

    .fltr-list::-webkit-scrollbar-corner {
        background-color: transparent;
    }

    .fltr-list::-webkit-scrollbar-thumb {
        height: 6px;
        border: 4px solid transparent;
        background-clip: padding-box;
        -webkit-border-radius: 7px;
        background-color: rgba(0,0,0,.15);
        -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
    }

    .fltr-list li {
        padding-bottom: 10px;
    }

        .fltr-list li:last-child {
            padding-bottom: 0;
        }

.mflt li {
    margin-right: 20px;
}

.pprce15 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.pprce16 {
    position: relative;
}

.pprce_label {
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 12px;
    color: #231f20;
}

._pprceinput {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    color: hsl(0, 0%, 10%);
    border: 2px solid hsl(0, 0%, 90%);
    background-color: hsl(0, 0%, 100%);
    -webkit-appearance: none;
    font-size: 12px;
    border-width: 1px;
    border-radius: 2px;
    padding: 8px;
    padding-left: 16px;
    width: 100%;
    height: 32px;
    border-radius: 2px;
}

.pprce_line {
    margin: 0 8px;
}

.ppbtn {
    border: 1px solid #142fdb;
    border-radius: 2px;
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 15px;
    transition: all 0.2s ease-in;
    background-color: #fff;
    color: #142fdb;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    text-align: center;
    padding: 5px;
}

.no-scroll {
    height: auto;
    overflow-y: hidden;
}

.tags_checkbox [type="radio"]:checked + label, .tags_checkbox [type="radio"]:not(:checked) + label {
    color: #231f20;
}

.bottom-filter-action {
    padding: 20px;
    display: flex;
    width: 100%;
    align-items: center;
}

.clear-btn {
    border: 0;
    background: transparent;
    font-weight: 500;
    color: #231f20;
    font-size: 14px;
}

    .clear-btn:hover {
        color: #231f20;
        text-decoration: underline;
    }

.done-btn {
    margin-left: auto;
    height: 36px;
    padding: 0 20px;
    border: 1px solid #142fdb;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #142fdb;
}


/* --- Learning Page --- */

.inst-btn {
    float: left;
    display: block;
    height: 40px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #142fdb;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #142fdb;
    text-align: center;
}

.prtf-size {
    font-size: 21px !important;
    padding-right: 20px !important;
}

.learning_all_items .item {
    padding: 0rem !important;
    float: left;
    width: 100%;
    line-height: inherit !important;
    cursor: context-menu !important;
}

.learning_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.learning_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.learning_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.learning_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.newest_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.newest_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.newest_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.newest_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.bestsellers_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.bestsellers_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.bestsellers_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.bestsellers_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.crse-img-tt {
    position: relative;
}

.overlay-item {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(51,51,51,.3) 90%);
}

.badge-level {
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 3px;
}

.trnd-clr {
    background: #142fdb;
}

.badge-timer {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.blk-clr {
    color: #231f20;
}

.newest-clr {
    background: #ff0000;
}

.bestsllr-clr {
    background: #fd5c63;
}

.owl_title {
    display: flex;
    width: 100%;
    align-items: baseline;
    margin-bottom: 22px;
}

    .owl_title h4 {
        font-size: 18px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 0;
    }

    .owl_title a {
        margin-left: auto;
        color: #91699c;
    }

        .owl_title a:hover {
            text-decoration: underline !important;
            color: #231f20;
        }

/* --- Find Connections Page --- */

.connt-bg {
    padding: 30px 20px 21px;
}

.friends-harmonic {
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}

    .friends-harmonic li {
        display: inline-block;
    }

        .friends-harmonic li:first-child a {
            margin-left: 0;
        }

    .friends-harmonic a {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        overflow: hidden;
        border: 2px solid #fff;
        display: block;
        margin-left: -20px;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.16);
    }

.harmonic-img {
    border-radius: 100%;
    vertical-align: unset;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.oflst125 {
    display: block;
    padding-top: 6px;
    color: #91699c;
}

    .oflst125:hover {
        text-decoration: underline !important;
        color: #231f20 !important;
    }

.oflst130 {
    display: block;
    padding-top: 6px;
    color: #91699c;
}

    .oflst130:hover {
        text-decoration: underline !important;
        color: #231f20 !important;
    }

.media-btns {
    display: flex;
}

.accpt-btn {
    background: #6C47CD;
    border: 1px solid #6C47CD;
    color: #fff !important;
    height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 6px;
    line-height: 30px;
}

.rcancel-btn {
    background: #f3f3f3;
    padding-top: 3px;
    color: #91699c;
    border: 1px solid #efefef;
    height: 40px;
    width: 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
}

    .rcancel-btn:hover {
        color: #231f20;
        border: 1px solid #efefef;
        background: #f3f3f3
    }

.cnnt-list {
    padding: 24px;
    float: left;
    width: 100%;
}

    .cnnt-list .item {
        width: 100% !important;
        padding: 0 !important;
    }

.ppuser-card {
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}

.occp-dt {
    color: #91699c;
    display: block;
    padding: 7px 0 5px;
}

    .occp-dt:hover {
        color: #231f20 !important;
        text-decoration: underline !important;
    }

.ppuser-img {
    display: inline-block;
    margin-bottom: 13px;
}

    .ppuser-img img {
        width: 60px !important;
    }

.act-btn {
    color: #142fdb;
    border: 2px solid #142fdb;
    background: #fff;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    padding: 7px 10px;
}

.oflst126 {
    display: block;
    padding-top: 6px;
    color: #91699c;
}

.hash-loc {
    display: block;
    padding: 5px 0 2px;
}

.ppl_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.ppl_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.ppl_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.ppl_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.suggest_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.suggest_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.suggest_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.suggest_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.hash_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.hash_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.hash_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.hash_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.group_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.group_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.group_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.group_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.avtar-link {
    display: inline-block;
    text-align: center;
}

.hash-img {
    border-radius: 50%;
    width: 60px;
    margin-bottom: 13px;
    height: 60px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    background-image: url(../images/hash-img.jpg);
    background-size: contain;
}

/* --- My Connections Page --- */

.bb-btm {
    border-bottom: 1px solid #efefef;
}

.remove-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.cnttme125 {
    display: block;
    font-size: 14px;
    margin-top: 3px;
}

.cntn_top_filter {
    padding: 18px 20px;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

    .cntn_top_filter h4 {
        margin-bottom: 0;
        font-weight: 600;
        color: #231f20;
        font-size: 18px;
    }

.cntn_bottom_search {
    padding: 20px;
}

.btn-8585 {
    border: 2px solid hsl(0, 0%, 90%);
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

.afltr-btn {
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 20%);
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    border-right: 2px solid hsl(0, 0%, 90%);
    transition: background .2s, color .2s;
    font-weight: 500;
    font-size: 13px;
    margin-left: -3px;
    font-family: 'Heebo', sans-serif !important;
    display: inline-block;
}

    .afltr-btn:last-child {
        border-right: none;
    }

.afltr-active {
    background: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%);
}

.afltr-btn:hover {
    background: #f5f5f5;
    color: hsl(0, 0%, 20%);
}

.afltr-active:hover {
    background: hsl(0, 0%, 20%);
    color: hsl(0, 0%, 100%) !important;
}

.sorting-filter-select {
    margin-left: auto;
}

.sorting-select {
    border: 0;
    outline: none;
    color: #231f20;
}

.pp1_title h4 {
    margin-bottom: 0;
    font-weight: 600;
    color: #231f20;
    font-size: 24px;
}

.Create_icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 17px;
}

    .Create_icon i {
        color: #142fdb;
        padding: 20px 0;
        font-size: 20px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        background: #f7f7f7;
    }

.create_dts h6 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: center;
    margin-bottom: 8px;
    display: block;
    padding-top: 3px;
}

.create-btn {
    color: #142fdb;
    border: 2px solid #142fdb;
    background: #fff;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
    padding: 8px;
}

/* --- Event Page --- */

.ppevent-card {
    text-align: left;
    padding: 20px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}

.eventc_dts {
    display: flex;
    align-items: center;
}

.Create_eicon {
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

    .Create_eicon i {
        color: #142fdb;
        padding: 20px 0;
        font-size: 20px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
        background: #f7f7f7;
    }


.eventc_dts h6 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 0;
    display: block;
    padding-top: 0;
    margin-left: 20px;
}

.create-ebtn {
    color: #142fdb;
    border: 2px solid #142fdb;
    background: #fff;
    height: 40px;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
    padding: 8px 20px;
    margin-left: auto;
}

.event-card {
    text-align: left;
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.event-img {
    position: relative;
}

    .event-img img {
        width: 100%;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

.event-date {
    padding: 5px 0;
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 3px;
    border-top: 4px solid #f0284a;
}

.emnth {
    color: #231f20;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.edate {
    color: #231f20;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.evnt_time {
    text-align: left;
    color: #f0284a;
    margin-bottom: 2px;
    display: block;
}

.event_dts {
    padding: 20px;
}

.event_buttons {
    display: flex;
}

.edit-evbtn {
    color: #142fdb;
    border: 2px solid #142fdb;
    background: #fff;
    padding: 0 20px;
    height: 40px;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 10px;
}

.brwse_ecate {
    margin-bottom: 37px;
}

.event-full-width {
    border-radius: 3px;
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.event-cate-items {
    position: relative;
    padding: 20px;
    height: 100px;
    display: block;
}

.event-cate-links {
    color: #231f20;
}

    .event-cate-links:hover .event-full-width {
        color: #231f20;
        background: #f3f3f3;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    }

.evcate-icon {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    padding: 6px 0;
    font-size: 14px;
}

.evctclr1 {
    background: #9360f7;
}

.evctclr2 {
    background: #54c7ec;
}

.evctclr3 {
    background: #ff66bf;
}

.evctclr4 {
    background: #45bd62;
}

.evctclr5 {
    background: #fb724b;
}

.evctclr6 {
    background: #45bd62;
}

.evctclr7 {
    background: #54c7ec;
}

.evctclr8 {
    background: #f3425f;
}

.evctclr9 {
    background: #54c7ec;
}

.evctclr10 {
    background: #f3425f;
}

.evctclr11 {
    background: #54c7ec;
}

.evctclr12 {
    background: #f7b928;
}

.evtcate_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 30%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.evtcate_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 30%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.evtcate_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.evtcate_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.event_tab_links .nav-tabs .nav-item.show .nav-link, .event_tab_links .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #231f20 !important;
    border-color: transparent !important;
}

.event_tab_links .nav-tabs {
    border-bottom: 1px solid #efefef !important;
    padding-bottom: 20px;
}

.event_tab_links .nav-link:hover {
    color: #231f20 !important;
    background-color: #f5f5f5 !important;
    border-color: transparent !important;
}

.event_tab_links .nav-tabs .nav-link {
    border: 0 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.event_tab_links .nav-link {
    display: block;
    padding: .80rem 1rem !important;
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    background: #ffffff !important;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.event_dt_title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    margin-top: 25px;
    margin-bottom: 0;
}

.event-count {
    color: #91699c;
    margin-top: 7px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.evnt_by {
    color: #91699c;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

    .evnt_by a {
        color: #231f20;
        margin-left: 5px;
    }

        .evnt_by a:hover {
            color: #231f20 !important;
            text-decoration: underline !important;
        }

.no-events-icon img {
    width: 70px;
}

.no-events-icon {
    text-align: center;
    width: 100%;
    float: left;
    padding: 40px 30px 33px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

    .no-events-icon span {
        color: #231f20;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-top: 22px;
    }

.gbtn {
    padding: 0px 15px !important;
    width: 135px;
}

    .gbtn:hover span {
        display: none
    }

    .gbtn:hover:before {
        content: "Not Going";
        display: block;
        width: 100%;
    }

.inbtn {
    padding: 0px 15px !important;
    width: 200px;
}

    .inbtn:hover span {
        display: none
    }

    .inbtn:hover:before {
        content: "Not Interested";
        display: block;
        width: 100%;
    }

.evntitle {
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px 5px;
    display: block;
    color: #231f20;
    margin-bottom: 0;
}

.brthcount {
    padding-left: 20px;
    color: #91699c;
}

.evntlnk47 {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 20px;
    display: block;
    border-bottom: 1px solid #efefef;
}

    .evntlnk47:last-child {
        border-bottom: 0;
    }

.ental485 {
    align-items: stretch;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-wrap: nowrap;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.ental486 {
    height: 108px;
    width: 162px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    justify-content: center;
    border-top-right-radius: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom-left-radius: 8px;
    flex-grow: 0;
    align-items: center;
}

.et-plus-square2 {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

.ental487 {
    flex-grow: 1;
    padding: 0 15px;
}

.evntime {
    color: #f0284a;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 5px;
    display: block;
}

.envttle14 {
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    display: block;
}

    .envttle14:hover {
        text-decoration: underline !important;
    }

.evntcate {
    font-size: 16px;
    color: #91699c;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.evntcunt {
    color: #91699c;
    text-align: left;
}

.ental488 {
    display: flex;
}

.enptdwn {
    font-size: 14px;
    font-weight: 500;
    background: #f5f5f5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 15px;
}

.noenptdwn {
    color: #231f20;
    padding-right: 10px;
}

.epsttdwn {
    color: #91699c;
}

.dropdown-event {
    width: 170px;
    margin-top: 0 !important;
}

.dropdown-event-optn {
    width: 190px;
    margin-top: 0 !important;
}

.event_item {
    display: flex;
    align-items: center;
}

.icon_circle {
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    padding: 7px 0;
    border-radius: 50%;
    margin-right: 10px;
    font-size: larger;
    text-align: center;
}

.entxt {
    margin: 0 7px;
}

.channel_item.active .icon_circle {
    color: #fff !important;
    background: #142fdb;
}

.evnt_cogs_list {
    padding: 10px !important;
    border-bottom: 1px solid #efefef;
}

    .evnt_cogs_list li {
        padding: 0;
        display: block;
    }

.event_stt_optn {
    padding: 10px;
}

    .event_stt_optn:hover {
        background: #f5f5f5;
        border-radius: 5px;
    }

.enstng-btn {
    width: 100%;
    margin-right: 0 !important;
}

.evsettng_text {
    font-size: 16px;
    font-weight: 500;
    color: #231f20 !important;
    width: 100%;
    padding-left: 35px !important;
}

.evsttext {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    color: #91699c;
}

.evnt_add_page-dt {
    padding: 7px 10px;
}

    .evnt_add_page-dt p b {
        color: #231f20;
    }

.slctpagesh {
    margin-bottom: 5px;
}

.rptbttmtext {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 13px 15px;
}

.rptbttmicon i {
    color: #f0284a;
    font-size: 20px;
    margin-right: 15px;
}

.rptbrttext p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    color: #231f20;
}

.report-box {
    padding: 0;
    display: none;
    margin-top: 0;
    margin-top: 10px;
    border-top: 1px solid #efefef;
    padding-top: 16px;
}

.reprtile10 {
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}

.report-textarea {
    margin-bottom: 20px;
}

.report_textarea_1 {
    border: 1px solid #efefef;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px;
    border-radius: 3px;
    width: 100%;
    min-height: 80px;
    color: #231f1f;
    box-shadow: none;
    letter-spacing: .009375em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    background: #fff;
}

.invtbyuser {
    display: flex;
    align-items: center;
}

.invited_avtar_ee {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.evnt-invite-circle {
    color: #fff;
    padding: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.ticket15 {
    width: 60%;
    margin-top: 25px;
}

.xs-skill-bar {
    position: relative;
    background-color: #f7f7f7;
    height: 6px;
    width: 100%;
}

    .xs-skill-bar .xs-skill-track {
        background-color: #142fdb;
        height: 100%;
        overflow: visible !important;
        width: calc(40px - 13px);
        position: relative;
    }

    .xs-skill-bar p {
        position: absolute;
        right: 0;
        background-color: #142fdb;
        width: 32px;
        height: 32px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 3px;
        color: #fff;
        top: 50%;
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.prcount {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.prcountleft {
    font-size: 16px;
    font-weight: 500;
    color: #231f1f;
}

.prcountright {
    color: #231f1f;
    font-size: 16px;
    font-weight: 500;
    margin-left: auto;
}

.evntbtn25 {
    color: #fff;
    border: 2px solid #142fdb;
    background: #142fdb;
    height: 40px;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
    padding: 8px 20px;
    margin-left: auto;
}

.evntlnk47 .media .job-left {
    float: left;
}

.cbua47g {
    flex-wrap: wrap;
}

.kkaf49j {
    margin: 5px;
}

.hhk25gh {
    text-align: center;
    width: 100%;
}

    .hhk25gh img {
        width: 70px;
    }

    .hhk25gh span {
        color: #231f20;
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-top: 22px;
    }

/* --- Chat Popup Message Box --- */

.fixed-msg-popup.right {
    left: auto;
    right: 30px;
}

.fixed-msg-popup {
    position: fixed;
    bottom: 0;
    z-index: 9;
}

.msg-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-y: scroll !important;
    -ms-overflow-style: none;
}

    .msg-container::-webkit-scrollbar {
        width: 1px;
        visibility: hidden;
    }

    .msg-container::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
        visibility: hidden;
    }

    .msg-container::-webkit-scrollbar-thumb {
        background-color: #f5f5f5;
        outline: 1px solid #efefef;
        visibility: hidden;
    }

.chat-tool {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
}

.chat-box {
    background: #fbfbfb none repeat scroll 0 0;
    border-radius: 3px;
    bottom: -2px;
    position: absolute;
    right: 100%;
    width: 300px;
    z-index: 9999999;
    transform: translate(40px) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0s;
    border: 1px solid #e1e8ed;
    text-align: left;
    box-shadow: -15px -15px 20px rgba(0, 0, 0, 0.2);
}

    .chat-box.show {
        transform: translate(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

.chat-head {
    color: #231f20;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.chat-list > ul > li {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.chat-head > h6 {
    display: inline-block;
    font-weight: 500;
    margin: 5px;
    vertical-align: top;
    width: 36%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat-head span.status {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.more {
    float: right;
    position: relative;
    margin: 5px 0 0;
}

.more-optns {
    display: inline-block;
    margin-left: 15px;
}

.view-chat a {
    color: #231f20;
}

.more > span {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}

.chat-box form.text-box {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.more-optns > ul {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 10px 23px #8b8b8b;
    color: #333;
    line-height: initial;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0s;
    width: 150px;
}

.more-optns:hover > ul {
    opacity: 1;
    visibility: visible;
}

.more-optns > ul li {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    width: 100%;
}

.chat-list {
    display: inline-block;
    padding: 15px;
    position: relative;
    width: 100%;
}

    .chat-list > ul {
        margin: 0;
        padding-left: 0;
        max-height: 290px;
        overflow: hidden;
        position: relative;
        padding-right: 8px;
    }

.chat-thumb {
    display: inline-block;
    vertical-align: top;
    width: 28px;
}

.notifi-event {
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
    width: 84%;
}

.chat-thumb > img {
    border-radius: 100%;
    width: 100%;
}

.chat-msg-item {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 7px;
    display: block;
    font-size: 13px;
    padding: 12px;
    color: #231f20;
    flex-wrap: nowrap;
}

.notifi-date {
    color: #999;
    display: inline-block;
    font-size: 11px;
    width: 100%;
}

.chat-list > ul li.you .chat-thumb {
    float: right;
}

.chat-list > ul li.you .notifi-event {
    float: right;
    margin-left: 0;
    margin-right: 8px;
}

.chat-list > ul li.you .chat-msg-item {
    background: rgba(124, 255, 155, 0.55) none repeat scroll 0 0;
}

.text-box {
    position: relative;
}

    .text-box > textarea {
        font-size: 14px;
        height: 50px;
        line-height: 27px;
        border-radius: 0;
        background: #f0f0f0;
    }

    .text-box > button {
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        visibility: hidden;
    }

.chatt11p {
    color: #231f20 !important;
    padding: .78571429rem 1.14285714rem;
    font-size: 12px;
    font-weight: 500;
}

    .chatt11p:hover {
        color: #142fdb !important;
        background: #f7f7f7;
    }

        .chatt11p:hover:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .chatt11p:hover:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    .chatt11p.active {
        color: #142fdb !important;
        background: #f7f7f7;
    }

/* --- Event Detail View Page --- */

.event-img-view .event-img img {
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 280px;
    object-fit: cover;
}

.txtbold {
    font-weight: 500;
}

.event-heading-title {
    font-size: 22px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 14px;
    display: block;
    padding-top: 3px;
}

.evntcate-view {
    font-size: 16px;
    color: #91699c;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
    text-align: left;
}

.evnt55t {
    padding: 20px 5px;
}

.btn1452 {
    color: #231f20;
    border: 0;
    background: #f5f5f5;
    height: 40px;
    width: auto;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 10px 10px 0;
}

.evntul14 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 40px;
}

.headtte14m {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

    .headtte14m h4 {
        font-size: 16px;
        /*font-weight: 600;*/
        color: #231f20;
        margin-bottom: 0;
        padding-top: 1px;
    }

    .headtte14m span {
        background: #222222;
        color: #fff;
        height: 28px;
        width: 28px;
        text-align: center;
        border-radius: 50%;
        font-size: 13px;
        margin-right: 10px;
        padding: 5px 0;
    }

.evntdt99 {
    padding: 8px 0 10px;
}

.mndtlist {
    padding: 6px 20px;
}

.alrspndpple {
    cursor: pointer;
}

    .alrspndpple:hover {
        background: #f7f7f7;
    }

.evntflldt4 {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    align-items: flex-start;
}

.flxcntr {
    align-items: center !important;
}

.hhttd14s {
    font-size: 16px;
    margin-right: 15px;
    color: #91699c;
}

.ttlpple {
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
}

    .ttlpple a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline !important;
        color: #6C47CD !important;
    }

.wthrsml4 {
    color: #91699c;
    display: block;
}

.taglst17 {
    margin-top: 10px;
}

    .taglst17 li {
        display: inline-block;
    }

.tagbite {
    background-color: rgba(102,103,107,0.07);
    color: #231f20;
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    cursor: default;
    margin: 0 7px 7px 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    animation: KeywordIn 0.3s ease-in-out;
    animation-fill-mode: both;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

    .tagbite:hover {
        text-decoration: underline !important;
    }

.evntdthdt9 {
    padding: 10px;
}

.hostprfle {
    padding: 10px;
    border-radius: 3px;
}

    .hostprfle:hover {
        background: #f7f7f7;
    }

.tktcnt {
    padding: 20px;
}

.invite_info__sections li {
    display: block;
    width: 100%;
    margin-bottom: 11px;
}

.people-member-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px 17px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0 !important;
}

    .people-member-container:last-child {
        border-bottom: 0;
    }

.invitepp-link a {
    width: 100%;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #efefef;
    padding: 14px 0 12px;
    color: #231f20;
    display: block;
}

.invite-btn {
    font-size: 14px !important;
    font-weight: 500;
    height: 35px;
    width: auto;
    padding: 0 15px;
    border: 1px solid #efefef;
    background: #f7f7f7;
    border-radius: 3px;
    color: #231f20;
}

.gofrnd14s {
    padding: 10px 20px;
}

.gofrnd15s {
    display: flex;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    cursor: pointer;
}

    .gofrnd15s:hover {
        background: #f7f7f7;
    }

.gowthfrnd {
    width: 50%;
    text-align: center;
}

.intrsdfrnd {
    width: 50%;
    text-align: center;
}

.gofndcunt {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #231f20;
}

.headttl5e {
    display: block;
    font-size: 14px;
    color: #91699c;
    text-transform: uppercase;
    font-weight: 500;
}

.srchinvteus {
    padding: 20px;
}

.scroll1452 {
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overscroll-behavior-y: contain;
    pointer-events: all;
    height: 242px;
}

.pnfff145 {
    padding: 10px 10px 10px;
}

.evngousrs_tabs {
    padding: 10px 10px 0;
}

    .evngousrs_tabs .nav-tabs .nav-item.show .nav-link, .evngousrs_tabs .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #231f20;
        border-color: transparent !important;
    }

        .evngousrs_tabs .nav-tabs .nav-link.active:hover {
            color: #fff !important;
            background-color: #231f20 !important;
            border-color: transparent !important;
        }

    .evngousrs_tabs .nav-tabs {
        border-bottom: 0 !important;
        padding: 10px 5px 10px 10px;
        display: flex;
        width: 100%;
    }

    .evngousrs_tabs .nav-link:hover {
        color: #231f20 !important;
        background-color: #f5f5f5 !important;
        border-color: transparent !important;
    }

    .evngousrs_tabs .nav-tabs .nav-link {
        border: 0 !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        margin: 0 5px;
        width: 48%;
        text-align: center;
    }

        .evngousrs_tabs .nav-tabs .nav-link:first-child {
            margin-left: 0;
        }

        .evngousrs_tabs .nav-tabs .nav-link:last-child {
            margin-right: 0;
        }

    .evngousrs_tabs .nav-link {
        display: block;
        padding: .80rem 1rem !important;
        color: #231f20;
        font-size: 14px;
        font-weight: 500;
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    }

    .evngousrs_tabs .people-member-container {
        padding: 12px 20px !important;
        border-bottom: 0;
        background: #fdfdfd;
        margin-bottom: 10px !important;
        border-radius: 3px;
    }

    .evngousrs_tabs .people-member-container {
        padding: 10px 20px !important;
        border-bottom: 0;
        background: #fdfdfd;
        margin-bottom: 10px !important;
        border-radius: 3px;
    }

        .evngousrs_tabs .people-member-container:last-child {
            margin-bottom: 0;
        }

.scroll1653 {
    overflow-y: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overscroll-behavior-y: contain;
    pointer-events: all;
    height: 330px;
}

.moretext {
    display: none;
}

.moreless-btn {
    border: 0;
    background: transparent;
    margin-top: 10px;
    font-weight: 500;
    color: #231f20;
}

    .moreless-btn:hover {
        text-decoration: underline !important;
        color: #231f20;
    }

.main_content {
    margin-top: 39px;
    float: left;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.rcntacttle span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #231f20;
    margin: 20px 0 19px;
    display: block;
}

.no-posts {
    margin: 30px 0 30px;
    display: block;
    float: left;
    width: 100%;
}

.evntimg {
    height: 250px;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-grow: 0;
    padding: 86px 0;
}

.datepicker--day-name {
    color: #142fdb !important;
}

.datepicker {
    background: #fff !important;
    border: 1px solid #efefef !important;
    border-radius: 3px !important;
    font-family: 'Heebo', sans-serif !important;
    color: #231f20 !important;
    font-weight: 500;
    font-size: 14px;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff !important;
    background: #142fdb !important;
}

.datepicker--cell.-current- {
    color: #142fdb !important;
}

.co-host145 {
    text-align: left;
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 3px;
    margin-top: 10px;
}

.its_your {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 10px;
    padding: 17px 20px;
    border-left: 4px solid #6C47CD;
}

    .its_your i {
        color: #142fdb;
    }

    .its_your span {
        color: #231f20;
        font-size: 14px;
    }

.chnge_img {
    background-image: url(../images/event-imgs/img-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    padding: 105px 0 !important;
}

/* --- Job Detail View Page --- */

.feed-job-dt {
    padding: 30px;
    display: flex;
    width: 100%;
    position: relative;
}

.joblftdt5 {
    display: flex;
}

.main_img_view {
}

.main-job-bg-circle {
    color: #fff;
    padding: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.jbopdt142 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}

.job-badge {
    display: inline-block;
    padding: 6px 15px 5px;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.ffcolor {
    background: #f47721;
}

.ddcolor {
    background: #142fdb;
}

.jobdt99 {
    padding: 10px;
}

.jbdes25 {
    padding: 15px 20px 13px;
}

.jobtxt47 {
    margin-bottom: 32px;
}

    .jobtxt47:last-child {
        margin-bottom: 0;
    }

    .jobtxt47 h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 13px;
        color: #231f20;
        text-align: left;
    }

    .jobtxt47 p {
        margin-bottom: 0;
    }

    .jobtxt47 ul li {
        margin-bottom: 5px;
        list-style: disc;
        margin-left: 15px;
    }

        .jobtxt47 ul li:last-child {
            margin-bottom: 0;
        }

.job-view-heading {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 10px;
    display: block;
    padding-top: 3px;
}

.job_apply_container {
    border-bottom: 1px solid #efefef;
    padding: 0px 15px 30px;
}

.exp-title h6 {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 0;
    display: block;
    margin-top: 30px;
    border-top: 1px solid #efefef;
    padding-top: 22px;
}

.curntly_work {
    margin-top: 40px !important;
}

.exp_selection {
    margin-top: 30px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #efefef;
}

/* --- Product Detail View Page --- */

.prdct_dt_view {
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    padding: 20px 20px 10px;
}

.pdct-actions {
    padding-top: 20px;
    text-align: center;
}

.btn_info {
    color: #231f20;
    cursor: pointer;
    max-height: 40px;
    border: 1px solid #efefef;
    display: inline-block;
    padding: 6px 15px 5px;
    background: #f9f9f9;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 7px;
    margin-bottom: 10px;
}

.like-btn i {
    color: #27c24c;
}

.like-btn {
    color: #231f20;
}

.product-main-info {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 3px;
}

.product-right-info {
    display: flex;
    margin-left: auto;
}

    .product-right-info p {
        color: #231f20;
        margin-bottom: 0;
    }

.product-left-info p {
    margin-bottom: 0;
    color: #231f20;
    text-transform: uppercase;
    font-weight: 600;
}

.product-rating-and-sales-amount {
    color: #91699c;
}

.product-sales-info {
    margin-right: 30px;
}

.product_license_check {
    padding: 13px 10px 8px;
    position: relative;
}

    .product_license_check:hover {
        background: #f5f5f5;
        border-radius: 5px;
    }

.item_price {
    position: absolute;
    right: 10px;
    color: #231f20;
    font-size: 18px;
    top: 8px;
    font-weight: 500;
}

.license_link {
    padding: 10px 13px;
    display: block;
    color: #2196f3 !important;
}

    .license_link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.purchase_support {
    padding: 20px;
}

.support_list_item {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

    .support_list_item:last-child {
        margin-bottom: 0;
    }

    .support_list_item:before {
        content: '\f058';
        font-family: 'Font Awesome 5 Free';
        margin-right: 10px;
        font-weight: 900;
        color: #231f20;
    }

.item_buttons {
    padding: 0 20px 5px;
}

.purchase_form_btn {
    margin-bottom: 15px;
}

.add-cart-btn {
    width: 100%;
    border: 0;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: #f47721;
}

    .add-cart-btn:hover {
        background: #f47721;
    }

.buy-btn {
    width: 100%;
    border: 0;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: #142fdb;
}

.purchased_cards {
    text-align: center;
    border-top: 1px solid #efefef;
    padding: 10px 20px;
}

    .purchased_cards img {
        width: 36px;
        height: 36px;
        margin-right: 7px;
    }

        .purchased_cards img:last-child {
            margin-right: 0;
        }

.product-description-sidebar {
    padding: 20px;
}

.product-features-block {
    margin-bottom: 10px;
}

    .product-features-block:last-child {
        margin-bottom: 0;
    }

.product-features-title {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 7px;
    text-align: left;
}

.product-update-time {
    color: #91699c;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 49%;
}

    .product-update-time:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #91699c;
        border-radius: 50%;
    }

.product-features-link {
    color: #2196f3 !important;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 49%;
}

    .product-features-link:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #2196f3;
        border-radius: 50%;
    }

    .product-features-link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.product-features-tags {
    border: 0;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #2196f3 !important;
    margin: 0 10px 10px 0;
    display: inline-block;
    background-color: rgba(102,103,107,0.07);
}

.author-info-dts {
    padding: 20px;
}

    .author-info-dts .media .job-left {
        margin-right: 1rem;
    }

.product_total_stats {
    padding: 18px 20px 15px;
    font-size: 24px;
    color: #91699c;
    font-weight: 400;
    text-align: left;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

    .product_total_stats:last-child {
        border-bottom: 0;
    }

.product_stats_icon {
    font-size: 18px;
    margin-right: 10px;
}

.product_total_numberic {
    margin-right: 8px;
}

.product_stats_label {
    font-size: 16px;
}

.item-comments {
    color: #91699c;
}

    .item-comments:hover {
        color: #231f20;
    }

.item-rating-stars-dts {
    padding: 20px;
}

.item-rating-stars {
    color: #f2b827;
}

    .item-rating-stars i {
        font-size: 16px;
    }

.rating_text {
    margin-bottom: 0;
    margin-top: 8px;
}

.item-description {
    display: block;
    padding: 30px;
}

.related_products_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related_products_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related_products_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.related_products_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.item-review {
}

.item-review-heading {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.reviews-main-title {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0;
    text-align: left;
}

.item-review-heading .sorting-filter-select .sorting-select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.review-card {
    text-align: left;
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.review-content {
    padding: 20px;
}

.review-head {
    padding-bottom: 16px;
    display: flex;
    width: 100%;
    align-items: center;
}

.review-rating-stars {
    display: flex;
    align-items: baseline;
}

    .review-rating-stars .item-rating-stars i {
        font-size: 16px !important;
    }

.color-gray-medium {
    color: #999999;
}

.rate-quality {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
    color: #231f20;
}

.rating-time-posting {
    margin-left: auto;
    color: #91699c;
    font-size: 14px;
    font-weight: 400;
}

.rating-by {
    display: flex;
    align-items: center;
}

.rating_descp p {
    margin-bottom: 0;
    margin-top: 17px;
}

.item-comment-card {
    text-align: left;
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.comment-content-dt {
    padding: 20px;
}

.comment-block-section {
    margin-bottom: 30px;
}

    .comment-block-section:last-child {
        margin-bottom: 0;
    }

.item-comet-avatar {
    display: inline-block;
    max-width: 40px;
    vertical-align: top;
    width: 40px;
    height: 40px;
}

    .item-comet-avatar img {
        width: 100%;
        color: #fff;
        padding: 0;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
    }

.wth-link-badge {
    position: relative;
}

.ut-name-link {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}

.we-reply {
    text-transform: capitalize;
    color: #91699c !important;
    cursor: pointer;
}

    .we-reply:hover {
        color: #231f20 !important;
    }

.reply-section {
    padding: 20px;
    border-top: 1px solid #efefef;
}

.reply-post-btn {
    font-size: 18px;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -2px;
    color: #91699c;
    background: transparent;
}

    .reply-post-btn:hover {
        color: #142fdb;
    }

.t-badge {
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    margin-left: 10px;
}

.color-purchase-badge {
    background: #231f20;
}

.color-author-badge {
    background: #142fdb;
}

.color-support-badge {
    background: #0084B4;
}

.main-pagination .page-item.active .page-link {
    color: #fff !important;
    background-color: #142fdb !important;
    border-color: #142fdb !important;
}

.main-pagination .page-link {
    padding: .5rem 0.85rem !important;
    font-weight: 500;
    color: #231f20 !important;
    border: 1px solid #efefef !important;
}

.item-add-comment {
    margin-top: 37px;
    margin-bottom: 0;
}

.add-comment-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #231f20;
}

.add-a-comment-block {
    padding: 20px;
}

.email_receives_check_checkbox {
    margin-top: 20px;
}

    .email_receives_check_checkbox a {
        color: #2196f3;
    }

        .email_receives_check_checkbox a:hover {
            color: #2196f3 !important;
            text-decoration: underline !important;
        }

.item-support-top-dt {
    padding: 20px;
}

.support-media {
    align-items: center !important;
}

.support-author-left {
    margin-right: 1rem;
}

.support-bg-circle {
    color: #fff;
    padding: 0;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.tlink-heading {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 5px;
    display: inline-block;
    padding-top: 0;
}

.item-faq {
    margin-left: auto;
}

.item-faq-block {
    margin-top: 27px;
    margin-bottom: 0;
}


.item-faq-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #231f20;
    text-align: left;
}

.item-faq-description {
    margin-bottom: 0;
}

    .item-faq-description a {
        color: #2196f3;
        margin-left: 7px;
    }

.item-contact-heading {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.item-support-steps {
    padding: 23px 25px 18px;
}

.item-support-step-dt {
    margin-bottom: 30px;
}

    .item-support-step-dt:last-child {
        margin-bottom: 0;
    }

    .item-support-step-dt h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 13px;
        color: #231f20;
        text-align: left;
    }

.list-steps {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #91699c;
}

.icon-color-medium-check:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-weight: 900;
    color: #f47721;
}

.icon-color-medium-close:before {
    content: '\f057';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-weight: 900;
    color: #91699c;
}

.item-edit-tabs {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

    .item-edit-tabs .nav-pills .nav-link.active, .item-edit-tabs .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

    .item-edit-tabs .nav-link {
        display: block;
        padding: 1.3rem 20px !important;
        color: #231f20 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        border-radius: 3px !important;
    }

.edit-item-block {
    display: block;
    border: 1px solid #efefef;
    background: #fafafa;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

.edit-item-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: block;
    color: #231f20;
    margin-bottom: 0;
}

.edit-item-content {
    padding: 27px 30px;
}

.discount-price-orignal-dt {
    display: flex;
    width: 100%;
}

.discount-orignal-price {
    font-size: 24px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0px;
    text-align: left;
}

.orignal-text {
    font-size: 14px;
    color: #91699c;
    margin-bottom: 0;
    display: block;
    text-align: left;
}

.discount-price-orignal-dt p {
    color: #231f20;
    margin-bottom: 10px;
    text-align: left;
}

.discount-history-link {
    color: #2196f3;
    cursor: pointer;
}

    .discount-history-link:hover {
        color: #2196f3;
        text-decoration: underline;
    }

.dscnt-right {
    margin-left: auto;
}

.about-discount-block {
    margin-top: 30px;
}

.about-discount-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
}

.about-discount-block ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
}

    .about-discount-block ul li:last-child {
        margin-bottom: 0;
    }

.discount-radio-btn {
    font-weight: 400;
}

.discount-table {
    padding: 0 30px 30px;
}

    .discount-table .table {
        color: #231f20;
        margin-bottom: 0;
        background: #fff;
        border-radius: 3px;
        border: 1px solid #efefef;
    }

        .discount-table .table .thead-dark th {
            color: #fff;
            background-color: #231f20;
            border-color: #231f20;
            border-bottom: 0;
            border: 1px;
            font-size: 12px;
            font-weight: 500;
        }

        .discount-table .table .thead-dark tr {
            border-radius: 3px;
        }

            .discount-table .table .thead-dark tr th:first-child {
                border-top-left-radius: 3px;
            }

            .discount-table .table .thead-dark tr th:last-child {
                border-top-right-radius: 3px;
            }

.discount-radio-btn label {
    color: #231f20 !important;
}

.discount-time-period-block {
    padding: 0 30px 30px;
}

.discount-period-content {
    margin-top: 7px;
}

.edit-item-discount-date {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.field-spacer {
    color: #231f20;
    margin: 0 15px;
}

.aest-date-time {
    margin-bottom: 0;
    margin-top: 20px;
}

.discount-manage-btn {
    margin-top: 0 !important;
    padding: 0 30px 30px;
}

.discount-history-block {
    padding: 20px;
    height: 358px;
}

.discount-history-card {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .discount-history-card:last-child {
        margin-bottom: 0;
    }

    .discount-history-card h4 {
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        display: block;
        color: #231f20;
        margin-bottom: 13px;
    }

    .discount-history-card p {
        margin-bottom: 16px;
    }

    .discount-history-card span {
        display: block;
        color: #00b2a9;
    }

.item-analytics-block {
    display: block;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.item-analytics-content {
    display: block;
    padding: 30px 0 10px
}

.analytics-filters {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.analytics-sort-control {
    margin-left: auto;
}

.text-sucess {
    color: #142fdb;
}

.analytics-total-view p span {
    font-weight: 500;
}

.analytics-sort-control .sorting-select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.item-analytics-title {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px 10px;
}

    .item-analytics-title h4 {
        font-size: 16px;
        font-weight: 500;
        color: #231f20;
        text-align: left;
        margin-bottom: 10px;
    }

    .item-analytics-title p {
        font-size: 14px;
        color: #231f20;
        text-align: left;
        margin-bottom: 0;
        font-weight: 500;
    }

        .item-analytics-title p span {
            font-size: 14px;
            color: #91699c;
            text-align: left;
            margin-left: 5px;
        }

#screenshotModal .modal-dialog {
    max-width: 1140px;
}

#screenshotModal .close {
    color: #fff;
    z-index: 9;
    cursor: pointer;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

#screenshotModal .modal-content {
    background: 0 0;
}

#screenshotModal .carousel-item img {
    max-width: 100%;
    margin-bottom: -14px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(21,22,25,.175) !important;
}

#screenshotModal .carousel-control-next {
    position: fixed;
    left: 90vw;
    right: inherit;
}

#screenshotModal .carousel-control-prev {
    position: fixed;
    right: 90vw;
    left: inherit;
}

/* --- Course Detail View Page --- */

.course-price {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    text-align: left;
}

.related_courses_slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 16px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related_courses_slider .owl-nav .owl-next {
    font-size: 16px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 11px !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #00b2a9 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #efefef !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.related_courses_slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #142fdb !important;
    border: 1px solid #142fdb !important;
}

.related_courses_slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #142fdb !important;
    background: #142fdb !important;
}

.crse_content {
    width: 100%;
    margin-bottom: 20px;
}

    .crse_content h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 15px;
        color: #231f20;
        float: left;
    }

._112456 {
    float: right;
    padding-top: 3px;
}

.accordion-expand-holder li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

    .accordion-expand-holder li:last-child {
        margin-right: 0;
    }

._d1452 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    color: #231f20;
    cursor: pointer;
}

    ._d1452:hover {
        color: #142fdb;
    }

._fgr123 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    color: #91699c;
}

.ui-accordion {
    margin-top: 4px;
    float: left;
    width: 100%;
}

.accordion-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #efefef;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    padding: 15px 30px 15px 20px;
    background: #fff;
    border-radius: 0px;
}

    .accordion-header .section-header-left {
        display: flex;
        flex-direction: column;
        flex-basis: 65%;
    }

    .accordion-header .section-title-wrapper {
        flex-direction: row;
        align-items: center;
        display: flex;
        color: #505763;
        flex: 1 1 auto;
        font-size: 18px;
        font-weight: 600;
    }

    .accordion-header .section-title-text {
        font-size: 16px;
        padding-left: 8px;
        padding-right: 10px;
        color: #231f20;
        font-weight: 500;
    }

    .accordion-header .section-header-right {
        display: flex;
        justify-content: flex-end;
        color: #505763;
        flex-basis: 40%;
    }

    .accordion-header .num-items-in-section {
        display: block;
        margin-right: 20px;
        white-space: nowrap;
        font-size: 16px;
        color: #91699c;
        font-weight: 400;
    }

    .accordion-header .section-header-length {
        text-align: right;
        width: 42%;
        font-size: 16px;
        color: #91699c;
        font-weight: 400;
    }

.crse_icon {
    font-size: 90%;
    margin-right: 5px;
}

.ui-accordion-content {
    float: left;
    width: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #fff;
}

    .ui-accordion-content .lecture-container {
        display: flex;
        padding: 12px 30px 12px 20px;
        background-color: #fff;
        border-bottom: 1px solid #efefef;
        border-top: none;
        color: #91699c;
        letter-spacing: .3px;
        line-height: 1.33;
        font-weight: 400;
        margin-left: 0 !important;
    }

    .ui-accordion-content .left-content {
        display: flex;
        align-items: flex-start;
        width: 50%;
    }

    .ui-accordion-content .icon_142 {
        font-size: 16px;
        line-height: 16px;
        color: #afafaf;
    }

    .ui-accordion-content .top {
        flex-direction: column-reverse;
        display: flex;
        margin-left: 10px;
        width: 100%;
    }

    .ui-accordion-content .title {
        color: #91699c;
        font-size: 14px;
        margin-top: -2px;
    }

    .ui-accordion-content .details {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-left: auto;
        width: 50%;
        font-size: 14px;
    }

    .ui-accordion-content .content-summary {
        color: #91699c;
        flex-direction: row-reverse;
        display: flex;
        text-align: right;
        white-space: nowrap;
        width: 40%;
    }

    .ui-accordion-content .preview-text {
        font-size: 14px;
        font-weight: 400;
        color: #231f20;
    }

        .ui-accordion-content .preview-text:hover {
            color: #142fdb !important;
        }

.btn1458 {
    float: left;
    margin-top: 5px;
    border: 1px solid #efefef;
    height: 50px;
    background: #efefef;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    text-align: center;
    padding: 15px 0;
    border-radius: 3px;
}

    .btn1458:hover {
        color: #fff !important;
    }

/* --- My Manage Jobs Page --- */

.delete-icon {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

    .delete-icon img {
        width: 80px;
        height: 80px;
    }

.delete-sure-text {
    color: #231f20;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

.candi-email i {
    font-size: 12px;
    margin-right: 8px;
}

.candidates-rating-stars {
    color: #f2b827;
}

.candidates-rating {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.rating-text-1 {
    background: #f2b827;
    color: #fff;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
}

.candidates-post-meta {
    padding: 4px 20px 20px;
}

.candidate-message {
    cursor: pointer;
}

.candidate-list {
    margin-top: 20px;
}

.candi-exp-dt {
    display: block;
    width: 100%;
}

.exp-left-text {
    color: #231f20;
    margin-right: 10px;
}

.exp-right-text {
    color: #91699c;
}

.candidate-list li {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 12px;
}

    .candidate-list li:last-child {
        margin-bottom: 0;
    }

.candidate-dts p {
    margin-top: 20px;
}

.exp-left-text {
    color: #231f20;
    margin-right: 0;
    margin-bottom: 4px;
    font-weight: 500;
}

.not-rated {
    background: #f9f9f9;
    color: #91699c;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 0;
}

/* --- My Manage Products Pages --- */

.my_portfolio_list .product-body {
    width: 80%;
}

.portfolio_actions {
    margin-top: 7px;
}

    .portfolio_actions a:after {
        content: '|';
        color: #2196f3;
        margin-left: 5px;
        margin-right: 4px;
    }

    .portfolio_actions a:last-child:after {
        content: '';
    }

.product-btn-action {
    color: #2196f3 !important;
    font-size: 13px;
    font-weight: 400;
}

    .product-btn-action:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.item-price524 {
    margin-top: 7px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-portfolio-price {
    font-size: 14px;
    color: #231f20;
}

.ppdtotal-sales {
    color: #231f20;
    text-decoration: none;
}

    .ppdtotal-sales:before {
        content: '-';
        color: #231f20;
        margin-left: 5px;
        margin-right: 5px;
    }

.portfolio_select {
    margin-left: auto;
}

    .portfolio_select .sorting-select {
        background: #fff;
        border: 1px solid #efefef;
        padding: 7px 5px;
        border-radius: 3px;
    }

.update-notify-purchased {
    margin-top: 10px;
    font-weight: 400;
}

.download-notify-btn {
    margin-top: 15px;
}

.download-btn {
    height: 35px;
    width: 120px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
}

.product-download-dropdown {
    min-width: 22rem !important;
}

.saved-item-price14 {
    display: flex;
    align-items: center;
}

.item-price1452 {
    display: block;
}

.product-price124 {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
}

.saved-item-btn {
    margin-left: auto;
}

.add-rating-download {
    display: flex;
    align-items: center;
}

.rating-widget {
    background: #fafafa;
    padding: 7px 8px;
    margin-left: 5px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 14px;
            color: #999999;
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #FFCC36;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #f2b827;
        }

.item-heading-dtss {
    padding: 17px 20px;
    color: #231f20;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
    background: #fafafa;
}

    .item-heading-dtss strong {
        margin-right: 10px;
    }

.your-rating {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}

    .your-rating p {
        color: #231f20;
        font-size: 14px;
        font-weight: 600;
        margin-right: 5px;
        margin-bottom: 0;
    }

.publicly-vsble {
    margin-top: 15px;
}

/* --- My Manage Courses Pages --- */

.dlt-couse-block {
    padding: 20px 30px;
}

.download-view-btn {
    height: 35px;
    width: 120px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    text-align: center;
    padding: 8px 15px;
}

.skills-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #231f20;
    font-size: 18px;
}

.profile-skills__skill-list {
    margin-top: 27px;
}

.profile-skills__skill {
    display: inline-block;
    margin: 0 4px 8px 0;
    list-style-type: none;
}

.artdeco-pill {
    display: inline-block;
    padding: 0 15px;
    border-radius: 3px;
    border: 0;
    cursor: default;
    margin: 0 7px 7px 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    animation: KeywordIn 0.3s ease-in-out;
    animation-fill-mode: both;
    transition: 0.4s;
    overflow: hidden;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.artdeco-pill-added {
    background-color: rgba(102,103,107,0.07);
    color: #231f20;
}

.artdeco-pill__icon {
    margin-left: 5px;
}

.middle-add-skills-sections {
    margin-top: 30px;
    border-top: 1px solid #efefef;
    padding-top: 35px;
}

.skills-search-addon {
    width: 50%;
}

.artdeco-pill-add {
    background-color: rgba(102,103,107,0.07);
    color: #142fdb;
}

/* --- Downloaded Course View Pages --- */

.lecture-header {
    background-color: #231f20;
    height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.lecture-header-right {
    width: 100%;
}

.lecture-container-wrap {
    margin-top: 50px;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    border-right: 1px solid #dee2e6;
}

a.nav-icon-list {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 1px 15px;
}

    a.nav-icon-list:hover {
        color: #fff !important;
    }

.lecture-header-right .nav-btn {
    width: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    display: inline-table;
}

.lecture-header-right a.disabled {
    cursor: not-allowed !important;
    background-color: #CCCCCC !important;
    color: #999999 !important;
}

.lecture-header-right .nav-btn span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.lecture-header-right .nav-btn:hover {
    background-color: #142fdb;
    color: #fff !important;
}

.lecture-container {
    margin-left: 350px;
    background: #f7f7f7;
    padding: 40px;
    height: auto;
    width: 100%;
}

.back-to-curriculum {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    color: #231f20;
    font-weight: bold;
    padding: 2px 0;
}

.section-item-title .lecture-name small {
    color: #666;
}

.lecture-title {
    font-size: 24px;
    font-weight: 600;
    color: #231f20;
}

.lecture-lock-icon i {
    font-size: 50px;
}

.lecture-lock-title {
    font-weight: 300;
}

.lecture-attachments-title {
    font-size: 16px;
}

.lecture-attachments .lecture-attachment {
    font-size: 14px;
}

.lecture-sidebar {
    width: 350px;
    background-color: #fff;
    border-right: 1px solid #efefef;
    position: fixed;
    height: 100% !important;
    overflow: scroll !important;
    padding-bottom: 120px;
    z-index: 9;
}

.lecture-sidebar-course-title {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0;
}

.lecture-sidebar-curriculum-wrap .section-item-title a {
    background-color: #f0f0f0;
    color: #91699c;
}

.sidebar-section-item.completed .section-item-title a {
    color: #f47721;
}

.sidebar-section-item.active .section-item-title a {
    background-color: #D3E6FF;
    color: #231f20;
}

.pp-2 {
    padding: 10px 20px;
}

.section-header {
    border-bottom: 2px solid #efefef;
}

.video-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.lec-responsive-width {
    max-width: 100% !important;
    height: auto;
    box-sizing: border-box;
}

.video-responsive {
    position: relative;
    width: 100%;
    height: 0;
    display: contents;
    overflow: hidden;
}

.lecture-content-inner-video {
    position: relative;
    height: calc(99vh - 90px) !important;
    width: 100%;
}

/* --- Create New Page --- */

.group-inputs {
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #231f20;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    display: table-cell;
}


/* --- My Page and Group --- */

.banner-user {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

    .banner-user:before {
        content: "";
        height: 100%;
        width: 100%;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        border-radius: 0px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.banner-item-dts {
    position: relative;
    padding: 180px 30px 35px;
}

.banner-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-user .banner-media .item-profile-img {
    position: relative;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    display: inline-block;
}

    .banner-user .banner-media .item-profile-img img {
        border-radius: 50%;
    }

.banner-media-body {
    position: relative;
    -ms-flex: 1;
    flex: 1;
}

.item-user-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.item-username {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

.item-total-likes-followers {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

    .item-total-likes-followers span {
        margin-left: 7px;
        margin-right: 5px;
    }

.banner-user .banner-media .user-meta-btns {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cover-bg-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

    .cover-bg-btn [type="file"] {
        height: 0;
        overflow: hidden;
        width: 0;
        float: right;
        display: none;
    }

        .cover-bg-btn [type="file"] + label {
            cursor: pointer;
            float: right;
            outline: none;
            transition: all 0.3s;
            vertical-align: middle;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.6);
            border: 0;
            font-size: 14px;
            font-weight: 500;
            height: 40px;
            padding: 10px 20px;
            border-radius: 3px;
            text-transform: uppercase;
        }

            .cover-bg-btn [type="file"] + label:hover {
                color: #fff;
                background-color: rgba(0, 0, 0);
            }

            .cover-bg-btn [type="file"] + label i {
                margin-right: 7px;
            }

.avatar-btn {
    position: absolute;
    bottom: 0;
    right: -10px;
}

    .avatar-btn [type="file"] {
        height: 0;
        overflow: hidden;
        width: 0;
        float: right;
        display: none;
    }

        .avatar-btn [type="file"] + label {
            cursor: pointer;
            float: right;
            outline: none;
            transition: all 0.3s;
            vertical-align: middle;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.6);
            border: 0;
            font-size: 14px;
            font-weight: 500;
            height: 40px;
            width: 40px;
            padding: 11px 12px;
            border-radius: 50%;
            text-transform: uppercase;
        }

            .avatar-btn [type="file"] + label:hover {
                color: #fff;
                background-color: rgba(0, 0, 0);
            }

            .avatar-btn [type="file"] + label i {
                margin-right: 7px;
            }

.user-meta-btns li {
    display: inline-block;
}

.profile-edit-btn {
    height: 40px;
    padding: 11px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    display: inline-block;
}

.pages-dt-view {
    padding-top: 50px;
    background: #fafafa;
}

.boost-btn {
    height: 40px;
    padding: 11px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    display: inline-block;
    background-color: #dc3545;
}

    .boost-btn:hover {
        color: #fff !important;
        background-color: #f5365c;
    }

.page-ddes {
    border-top: 1px solid #efefef;
    padding-top: 10px;
}

.panel-photos {
    padding: 10px;
}

    .panel-photos div[class*=" col-"], .panel-photos div[class^=col-] {
        padding: 2px 1px;
        padding-bottom: 0;
    }

.pg-img {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    min-width: 40px;
    min-height: 40px;
    border-radius: 1px;
    margin-bottom: 2px;
}

.rating-stars ul > li.prating-star {
    display: inline-block;
    margin-left: 5px;
}

.item-main-tabs {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

    .item-main-tabs .nav-pills .nav-link.active, .item-main-tabs .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

    .item-main-tabs .nav-link {
        display: block;
        padding: 1rem 20px !important;
        color: #231f20 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-radius: 3px !important;
    }

.item-setting-tabs {
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

    .item-setting-tabs .nav-pills .nav-link.active, .item-setting-tabs .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

    .item-setting-tabs .nav-pills .nav-link:hover {
        color: #231f20 !important;
        background-color: #f9f9f9 !important;
    }

    .item-setting-tabs .nav-pills .nav-link.active:hover {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

    .item-setting-tabs .nav-link {
        display: block;
        padding: 1rem 20px !important;
        color: #231f20 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-radius: 3px !important;
    }

.color_bb {
    background: hsl(0, 0%, 20%) !important;
}

.item-padding30 {
    padding: 0 30px 30px;
}

.item-setting-top {
    background: #fafafa;
}

.save-change-btns {
    padding: 30px;
    border-top: 1px solid #efefef;
    text-align: right;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main-save-btn {
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #6C47CD;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
}

.info-info-tabs {
    padding-top: 20px;
    background: #fafafa;
}

    .info-info-tabs .nav-tabs {
        border-bottom: 1px solid #efefef !important;
        padding-left: 20px;
    }

        .info-info-tabs .nav-tabs .nav-item {
            display: inline-block !important;
            line-height: 36px;
        }

        .info-info-tabs .nav-tabs .nav-link {
            color: #91699c !important;
            background-color: transparent;
            border-color: transparent;
            padding: 2px 20px !important;
            font-size: 14px;
            font-weight: 500;
        }

            .info-info-tabs .nav-tabs .nav-item.show .nav-link, .info-info-tabs .nav-tabs .nav-link.active {
                color: #231f20 !important;
                background-color: #fff !important;
                border-color: #efefef #efefef #fff !important;
                padding: 2px 20px !important;
                font-size: 14px;
                font-weight: 500;
            }

            .info-info-tabs .nav-tabs .nav-link:hover {
                color: #142fdb !important;
                background-color: transparent;
                border-color: transparent;
                outline: none;
            }

            .info-info-tabs .nav-tabs .nav-link:focus {
                border-color: transparent;
                outline: none;
            }

.search-for-admins {
    border-bottom: 1px solid #efefef;
    padding: 20px;
}

.all-page-admins {
    border-bottom: 1px solid #efefef;
}

    .all-page-admins:last-child {
        border-bottom: 0;
    }

    .all-page-admins h4 {
        font-size: 16px;
        padding: 20px 20px 0;
        margin-bottom: 0;
        color: #231f20;
        text-align: left;
    }

        .all-page-admins h4 span {
            margin-left: 5px;
        }

.admin-list {
    width: 100%;
    display: inline-block;
}

.help-block {
    display: block;
    margin-top: -5px;
    color: #91699c;
    font-size: 11px;
}

.id-detail-card {
    margin-top: 15px;
}

.empty_state {
    margin: 85px 0;
    font-size: 15px;
    color: #6d6d6d;
    text-align: center;
}

.alert-action {
    display: flex;
    align-items: center;
    color: #fff !important;
    border-color: #fc7c5f !important;
    background-color: #fc7c5f !important;
}

.icon {
    margin-right: 20px;
}

.pg-message-btn {
    background: #dc3545;
    color: #fff;
    border: 0;
    height: 40px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 6px;
}

    .pg-message-btn:hover {
        background: #f5365c;
        color: #fff;
    }

.box-shadow {
    box-shadow: none;
}

.block-small {
    display: block;
}

.badge-alert {
    color: #fff;
    background-color: #ff438c;
    display: inline-block;
    padding: 4px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* --- Refunds Page --- */

.main-table .table {
    color: #231f20;
    margin-bottom: 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
}

    .main-table .table .thead-dark th {
        color: #fff;
        background-color: #231f20;
        border-color: #231f20;
        border-bottom: 0;
        border: 1px;
        font-size: 12px;
        font-weight: 500;
    }

        .main-table .table .thead-dark th:first-child {
            border-top-left-radius: 3px;
        }

        .main-table .table .thead-dark th:last-child {
            border-top-right-radius: 3px;
        }

    .main-table .table .thead-dark tr {
        border-radius: 3px;
    }

        .main-table .table .thead-dark tr th:first-child {
            border-top-left-radius: 3px;
        }

        .main-table .table .thead-dark tr th:last-child {
            border-top-right-radius: 3px;
        }

    .main-table .table tbody tr td a {
        color: #231f20;
    }

.discount-table .table td, .discount-table .table th {
    padding: 1rem 1rem !important;
    border-top: 1px solid #efefef !important;
}

.main-table .table td, .main-table .table th {
    padding: 1rem 1rem !important;
    border-top: 1px solid #efefef !important;
}

.main-table .table tfoot {
    font-weight: 500;
    padding: 14px !important;
    color: #231f20 !important;
}

    .main-table .table tfoot td {
        color: #231f20;
        font-size: 14px;
        font-weight: 500;
        background-color: #fafafa;
    }

.main-table .table td {
    vertical-align: middle;
    padding: 12px 10px 9px;
    font-size: 14px;
}

.label-dker {
    color: #231f20;
    background-color: #fafafa;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    padding: 3px 15px;
}

.ref-inv-btn {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 3px 15px;
}

    .ref-inv-btn:hover {
        color: #231f20 !important;
        background: #f5f5f5;
        box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    }

.color_refund_open {
    color: #fff;
    background: #ff438c;
}

.refund-filtr .sorting-select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.refund-filtr {
    margin-left: auto;
}

.refund-item-dt {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.refund-item-img {
    float: left;
    width: 150px;
    margin-right: 15px;
}

    .refund-item-img img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

.refund-item-dt a {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 0;
    display: block;
}

.refund-request-block {
    padding: 20px;
    float: left;
    width: 100%;
}

.rfd-title {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 7px;
    display: block;
}

.rfd-descp {
    color: #91699c;
    font-size: 14px;
}

.refund-request-dt {
    margin-bottom: 20px;
}

    .refund-request-dt:last-child {
        margin-bottom: 0;
    }

.customer-request-msg {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

    .customer-request-msg:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

.refund-customer-request h4 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 0;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    float: left;
    width: 100%;
}

.customer-request-msg h5 {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 10px;
}

.customer-request-msg p {
    margin-bottom: 10px;
}

.me-answer-refund {
    border-left: 3px solid #142fdb;
    padding-left: 20px;
}

.refund-status {
}

    .refund-status p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        color: #142fdb;
        margin-bottom: 20px;
        border: 1px solid #142fdb;
        border-radius: 3px;
        padding: 10px 20px;
    }

.refund-form-control-block {
    padding: 20px;
    border-top: 1px solid #efefef;
    float: left;
    width: 100%;
}

.refund-textarea {
    background: #fafafa;
}

.refund-btns {
    margin-top: 20px;
    text-align: right;
}

.refund-decline-btn {
    background: #dc3545;
    color: #fff;
    border: 0;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 6px;
}


    .refund-decline-btn:hover {
        background: #f5365c;
        color: #fff;
    }

.refund-aproved-btn {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 0;
    background: #142fdb;
}

.new-refund-request-card {
    float: left;
    width: 100%;
    border-radius: 3px;
    padding: 0 30px 30px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

/* --- My Profile Page --- */

.item-total-link-group {
    width: 350px;
    margin-top: 20px;
}

.item-total-product-links {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
}

    .item-total-product-links .myprofle-item-links {
        color: #fff;
        padding: 8px 16px;
        cursor: pointer;
        border: none;
        border-right: 1px solid #fff;
        transition: background .2s, color .2s;
        font-weight: 500;
        font-size: 13px;
        margin-left: -3px;
        font-family: 'Heebo', sans-serif !important;
        display: inline-block;
        background: rgba(255,255,255,0.2);
    }

        .item-total-product-links .myprofle-item-links:last-child {
            border-right: 0;
        }

        .item-total-product-links .myprofle-item-links:hover {
            color: #fff !important;
            background: rgba(255,255,255,0.3);
        }

.profile-rating-section {
    display: block;
}

.profile-rating {
    color: #fff;
    display: block;
    align-items: center;
}

    .profile-rating p {
        margin-bottom: 0;
        color: #fff;
        display: inline-block;
    }

.profile-stars {
    color: #f2b827;
    margin-left: 7px;
    margin-right: 10px;
    display: inline-block;
}

.achivesment-dt99 {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.pf-deferred-area {
    padding: 0;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.pf-deferred-dashboard_header {
    padding: 15px 20px 12px;
    border-bottom: 1px solid #efefef;
    background: #fafafa;
}

    .pf-deferred-dashboard_header h4 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 3px;
        padding-top: 0;
    }

    .pf-deferred-dashboard_header p {
        margin-bottom: 0;
    }

.pf-deferred-dashboard_card-section {
    padding: 30px;
}

.pf-deferred-dashboard_card {
    display: flex;
    position: relative;
    list-style: none;
    border: 1px solid #efefef;
    background: #fafafa;
    border-radius: 5px;
}

.pf-dashboard-section__card-action {
    padding: 8px 12px 12px;
    flex: 1 1 0;
    border-left: 1px solid #efefef;
}

    .pf-dashboard-section__card-action:first-child {
        border-left: 0;
    }

.pv-dashboard-section__metric-count {
    display: block;
    color: #231f20;
    font-size: 24px;
    margin-bottom: 2px;
}

.pv-dashboard-section__metric-text {
    color: #91699c;
    font-size: 14px;
}

.pf-deferred-dashboard_card-cate-section {
}

.pf-dashboard-section__card-item {
    display: block;
    position: relative;
    padding: 20px 20px 15px;
    margin-top: 30px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 3px;
}

.pv-dashboard-section__metric-title {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    padding-top: 0;
    margin-left: 50px;
    line-height: 15px;
}

.pv-dashboard-section__metric-products-totle {
    margin-bottom: 0;
    margin-left: 50px;
}

.pf-dashboard-section__card-item i {
    position: absolute;
    color: #91699c;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fafafa;
    border-radius: 3px;
    padding: 12px 0;
}

.pf-dashboard-section__card-item:hover i {
    color: #142fdb;
    background: #fafafa;
}

.activities-items {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

.pull-left {
    float: left;
}

.activities-noti-list {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}

.activities-noti_text-sidebar {
    margin-left: 50px;
    display: flex;
    font-size: 14px;
}

    .activities-noti_text-sidebar > div {
        background: #fafafa;
        padding: 10px;
        border-radius: 3px;
    }

.activity-noti-time {
    margin-bottom: 0;
    font-size: 12px;
}

.activities-noti_text-sidebar > div a {
    color: #231f20;
}

.activites-pagination {
    padding: 20px;
    border-top: 1px solid #efefef;
    margin-top: 12px;
}

.submit-items_list li {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

    .submit-items_list li:last-child {
        border-bottom: 0;
    }

.itemdt175 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.pndng_145 {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    background: #ff438c;
    color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
}

.submit-item_12 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #91699c;
    margin-bottom: 0;
}

    .submit-item_12 span {
        margin-left: 6px;
    }

.delete_link10 {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
    text-align: left;
}

.stats-fun_dt {
    padding: 17px 20px;
}

    .stats-fun_dt p {
        color: #231f20;
        font-size: 16px;
        margin-bottom: 0;
    }

.author-resources-list {
    padding: 13px 20px 10px !important;
}

.resources-link a {
    color: #2196f3 !important;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    align-items: center;
    padding-left: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

    .resources-link a:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

    .resources-link a:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #2196f3;
        border-radius: 50%;
    }

.news__item {
    border-bottom: 1px solid #efefef;
    padding: 20px 20px 15px;
}

    .news__item:last-child {
        border-bottom: 0;
    }

.newsitem__time {
    color: #231f20;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.newsitem__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #231f20;
}

.newsitem__content {
    margin-bottom: 0;
}

.comment-clear-btn {
    height: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-left: 10px;
    font-weight: 500;
}

.percentage-bar {
    padding: 17px 20px 20px;
    border-bottom: 1px solid #efefef;
}

.percentage-bar {
    padding: 17px 20px 20px;
}

.completion-bar-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: #231f20;
    font-size: 14px;
}

.percentage-right {
    margin-left: auto;
}

.profile-completion-steps {
    padding: 10px !important;
}

.done-pink {
    color: #ff438c;
}

.completion-step {
    width: 100%;
    overflow: hidden;
    font-weight: 400;
    color: #231f20;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
}

    .completion-step a {
        color: #231f20;
    }

    .completion-step i {
        margin-right: 8px;
    }

.headtte14m a {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0;
    padding-top: 1px;
}

.circled-user-box {
    text-align: center;
    padding: 5px;
}

    .circled-user-box a img {
        width: 100%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
        border-radius: 50%;
    }

.name-user {
    color: #231f20;
    font-size: 12px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.count-dt {
    margin-left: 7px;
    color: #231f20;
    font-weight: 400;
}

.box-shadow_main {
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.connections-tabs .nav-tabs {
    border-bottom: 1px solid #efefef !important;
    padding-left: 10px;
}

    .connections-tabs .nav-tabs .nav-item {
        display: inline-block !important;
        line-height: 36px;
    }

    .connections-tabs .nav-tabs .nav-link {
        color: #91699c !important;
        background-color: transparent;
        border-color: transparent;
        padding: 2px 20px !important;
        font-size: 14px;
        font-weight: 500;
    }

        .connections-tabs .nav-tabs .nav-item.show .nav-link, .connections-tabs .nav-tabs .nav-link.active {
            color: #231f20 !important;
            background-color: #f7f7f7 !important;
            border-color: #efefef #efefef #f7f7f7 !important;
            padding: 2px 20px !important;
            font-size: 14px;
            font-weight: 500;
        }

        .connections-tabs .nav-tabs .nav-link:hover {
            color: #142fdb !important;
            background-color: transparent;
            border-color: transparent;
            outline: none;
        }

        .connections-tabs .nav-tabs .nav-link:focus {
            border-color: transparent;
            outline: none;
        }

.mb_5 {
    margin-bottom: 5px;
}

.list-group-profile-photos {
    float: left;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

.media-list-block {
    padding: 10px;
    float: left;
    width: 100%;
}

    .media-list-block .photo-data, .media-list-block .video-data {
        width: 25%;
        position: relative;
        padding: 5px;
        overflow: hidden;
        float: left;
    }

        .media-list-block .photo-data a, .media-list-block .video-data a {
            position: relative;
            padding-bottom: 100%;
            display: block;
            overflow: hidden;
            background: #efefef;
        }

            .media-list-block .photo-data a img, .media-list-block .video-data a video {
                top: 0;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                object-fit: cover;
                width: 100%;
                height: 100%;
                user-select: none;
            }


            .media-list-block .photo-data a:after, .media-list-block .video-data a:after {
                content: '';
                transition: all 0.2s;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

.cursor {
    cursor: pointer;
}

.payout_content {
    padding: 20px;
    float: left;
    width: 100%;
}

    .payout_content span {
        font-size: 24px;
        font-weight: 500;
        color: #231f20;
        line-height: 24px;
        margin-bottom: 10px !important;
    }

.payout__via {
    font-size: 12px;
    font-weight: 500;
    color: #91699c;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 5px;
}

.payout__small-notification {
    font-size: 12px;
    font-weight: 400;
    color: #91699c;
    line-height: 26px;
}

.payout_content p {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #efefef;
}

.payout_content img {
    width: 80px;
}

.payout__added {
    font-size: 14px;
    font-weight: 400;
    color: #91699c;
    line-height: 24px;
    margin-bottom: 20px !important;
    margin-top: 15px;
}

.payout-set-btn {
    height: 40px;
    padding: 8px 20px;
    font-size: 14px;
    display: block;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-right: 0;
    font-weight: 500;
    text-align: center;
}

.payout-account-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.payout-account-header__inner {
    display: flex;
    width: 100%;
    align-items: center;
}

.payout-account-header__title {
    white-space: nowrap;
    margin-right: 16px;
    padding: 0;
    font-size: 24px;
    color: #231f20;
    margin-bottom: 0;
}

.payout-account-header__legend {
    color: #91699c;
    font-size: 18ssspx;
}

.pymnt_title h4 {
    font-weight: 600;
    color: #231f20;
    font-size: 16px;
    text-align: left;
}

.pymnt_title p {
    font-weight: 400;
    color: #91699c;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 0;
}

.pymnt_title span {
    font-weight: 500;
    color: #231f20;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.pymnt_title a {
    color: #2196f3;
}

    .pymnt_title a:hover {
        text-decoration: underline !important;
        color: #2196f3 !important;
    }

.country_list {
    float: left;
    width: 100%;
}

    .country_list li {
        display: block;
        padding: 10px 20px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }

        .country_list li:last-child {
            border-bottom: 0;
        }

.country_item {
    float: left;
    width: 100%;
}

.country_item_left {
    float: left;
}

.country_item_right {
    float: right;
}

.country_item_left span {
    font-size: 14px;
    font-weight: 400;
    color: #231f20;
}

.country_item_right span {
    font-size: 14px;
    font-weight: 400;
    color: #91699c;
}

.earning_steps {
    border-radius: 10px;
    background: #231f20;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
    height: 157px;
    width: 100%;
}

    .earning_steps p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        text-align: center;
    }

    .earning_steps h2 {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        line-height: 26px;
        margin-top: 20px;
        text-align: center;
    }

.sorting-earing-select .sorting-select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.date_selector {
    display: flex;
    align-items: center;
}

.date_list152 {
    padding-left: 10px;
}

    .date_list152 a {
        color: #91699c;
        font-size: 14px;
        font-weight: 400;
    }

        .date_list152 a:last-child {
            font-weight: 500;
            cursor: default;
            color: #231f20;
            pointer-events: none;
        }

.statement__detail-document a {
    color: #2196f3 !important;
}

.statement__detail-document {
    margin-top: 5px;
}

.custom-period-content {
    display: none;
    background: #fafafa;
    padding: 0 20px 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-top: 30px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}

.custom-period-btn {
    border: 1px solid #efefef;
    background: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    color: #231f20;
}

.follow-btn {
    background: #1da1f2;
    color: #fff;
    border: 0;
    height: 40px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 6px;
}

    .follow-btn:hover {
        background: #188ed6;
        color: #fff;
    }

.social-links-profiles {
    padding: 20px 10px 10px 17px;
}

/* --- Setting Page --- */

.setting-list li {
}

    .setting-list li a {
        color: #231f20;
        font-size: 14px;
        font-weight: 500;
        border-radius: 3px;
        display: block;
        padding: 1rem 20px;
    }

        .setting-list li a i {
            color: #91699c;
        }

.setting-list > li.active > a {
    color: #fff !important;
    background-color: hsl(0, 0%, 20%);
}

.setting-list > li:hover > a {
    color: #231f20 !important;
    background-color: #f9f9f9;
}

.setting-list > li.active:hover > a {
    color: #fff !important;
    background-color: hsl(0, 0%, 20%);
}

.setting-list > li.active > a > i {
    color: #fff !important;
}

.setting-list a[data-bs-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: right;
    content: '\f105';
    transition: all .15s ease;
    color: #231f20;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.setting-list a[data-bs-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #231f20;
}

.setting-list > li.active > a[data-bs-toggle=collapse]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    float: right;
    content: '\f105';
    transition: all .15s ease;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.setting-list > li.active > a[data-bs-toggle=collapse][aria-expanded=true]:after {
    transform: rotate(90deg);
    color: #fff;
}

.setting-list ul a {
    margin-left: 20px;
    padding: 7px 20px;
    font-size: 12px;
    color: #91699c;
    border-left: 1px solid #efefef;
}

.setting-list ul > li.active > a {
    color: #231f20;
}

.view-link-btn {
    font-size: 11px !important;
    color: #fff !important;
    margin-left: auto;
    background: #142fdb;
    padding: 6px 10px !important;
    height: 28px;
    border-radius: 3px;
    font-weight: 500 !important;
}

.mic_design_button {
    width: 180px;
    display: table;
    min-height: 180px;
    overflow: hidden;
    border: 2px dashed #ccc;
    background: #fff;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
}


    .mic_design_button span {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
        color: #91699c;
    }

    .mic_design_button i {
        margin-top: 0;
        font-size: 36px;
        color: #91699c;
    }

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block;
}

.session-list {
    border-bottom: 1px solid #efefef;
}

    .session-list:last-child {
        border-bottom: 0;
    }

.session-circle {
    color: #91699c;
    text-align: center;
    font-size: 26px;
    padding: 12px 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #fafafa;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.browser-dt {
    color: #91699c;
}

.time-session-dt {
    color: #91699c;
}

.ip-address {
    color: #91699c;
}

.browser-dt:after {
    content: '-';
    margin-right: 5px;
    margin-left: 9px;
    color: #91699c;
}

.time-session-dt:before {
    content: '\f017';
    margin-right: 5px;
    color: #91699c;
    font-family: "Font Awesome 5 Free";
}

.alert-action-primary {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem !important;
    color: #fff !important;
    border-color: #7889e8 !important;
    background-color: #7889e8 !important;
}

.two-factar-auth-dt {
    margin-top: 27px;
}

    .two-factar-auth-dt h6 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        text-align: left;
        margin-bottom: 17px;
    }

.mtb10 {
    padding-left: 15px;
}

    .mtb10 li {
        margin-bottom: 7px;
        color: #231f20;
        font-size: 14px;
        font-weight: 400;
        list-style: decimal;
    }

        .mtb10 li:last-child {
            margin-bottom: 0;
        }

.two-factar-group h5 {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 17px;
}

.qrcode-img img {
    width: 100%;
}

.qrcode-img {
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
}

.two-factar-alert {
    color: #fff;
    background-color: #ff438c;
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.noti-setting-list li {
    margin-bottom: 20px;
}

    .noti-setting-list li:last-child {
        margin-bottom: 0;
    }

.noti-st-title {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    text-align: left;
    margin-bottom: 20px;
}

.form__hint {
    color: #91699c;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-weight: 400;
}

    .form__hint a {
        color: #2196f3 !important;
        font-style: normal;
    }

        .form__hint a:hover {
            color: #2196f3 !important;
            text-decoration: underline !important;
        }

.badge-item-title {
    display: flex;
    align-items: center;
}

.badge-img {
    margin-right: 15px;
}

.badge-item-title .section-item-title-text {
    font-size: 16px;
    font-weight: 500;
    color: #91699c;
}

.bagde-list-item {
    border-radius: 3px;
    border: 1px solid #efefef;
}

.badge-drag-title {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    text-align: left;
    margin-bottom: 10px;
}

.bagde-text {
    margin-bottom: 20px;
}

    .bagde-text a {
        color: #2196f3;
        margin-left: 5px;
    }

        .bagde-text a:hover {
            text-decoration: underline !important;
            color: #2196f3 !important;
        }

.tax-info-tabs .nav-pills {
    border: 2px solid #efefef;
    border-radius: 3px;
    padding: 2px;
}

.tax-info-tabs .nav-item {
    width: 33.33%;
    text-align: center;
}

.tax-info-tabs .nav-link {
    display: block;
    padding: 1rem 20px !important;
    color: #231f20 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 3px !important;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tax-info-tabs .nav-pills .nav-link.active, .tax-info-tabs .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: hsl(0, 0%, 20%) !important;
}

.tax-info-tabs .nav-pills .nav-link:hover {
    color: #231f20 !important;
    background-color: #f7f7f7 !important;
}

.tax-info-tabs .nav-pills .nav-link.active:hover {
    color: #fff !important;
    background-color: hsl(0, 0%, 20%) !important;
}

.tax-radio-btn {
    display: block;
    margin-bottom: 15px;
}

    .tax-radio-btn:last-child {
        margin-bottom: 0;
    }

.signature-text-dt {
    margin-top: 30px;
}

    .signature-text-dt p {
        margin-bottom: 0;
    }

.withdraw-form__certification-button {
    border: 0;
    background: 0;
    padding: 0;
    color: #2196f3;
    font-weight: 500;
}

    .withdraw-form__certification-button:hover {
        color: #2196f3;
        text-decoration: underline;
    }

.signature-dt {
    padding: 0;
    border-top: 1px solid #fefe;
    margin-top: 35px;
}

.withdraw-certification-form__text {
    color: #91699c;
}

.withdraw-certi-form__item {
    color: #91699c;
    margin-bottom: 20px;
    line-height: 26px;
}

    .withdraw-certi-form__item:last-child {
        margin-bottom: 0;
        line-height: 26px;
    }

.withdraw-certi-form__inner-list {
    margin-top: 10px;
}

    .withdraw-certi-form__inner-list li {
        line-height: 26px;
        margin-bottom: 0;
        list-style: inside;
    }

.int4856 {
    color: #231f20 !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #efefef !important;
    border-radius: 3px !important;
}

.add-team-btn {
    color: #fff;
    font-weight: 500;
    position: absolute;
    background: #142fdb;
    right: 5px;
    top: 5px;
    min-height: 30px;
    padding: 0 15px;
    line-height: 30px;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
}

.added-team-content {
    margin-top: 30px;
}

.team-text-14 {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.added-team-list {
    width: 100%;
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.added-team-header {
    background: #231f20;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: -1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.added-team-item {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 10px 20px;
}

    .added-team-item:last-child {
        border-bottom: 0;
    }

.team-member-link {
    color: #2196f3;
    font-size: 14px;
    font-weight: 400;
}

    .team-member-link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.leave-team-btn {
    color: #fff;
    font-weight: 500;
    background: #142fdb;
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    margin-left: auto;
}

.license-item-check {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    display: block;
    width: 100%;
}

.style-font {
    font-style: oblique;
}

.exclusivity-item {
    font-size: 14px;
    font-weight: 600;
    color: #231f20;
    margin-left: 6px;
}

.exclusivity-box {
    font-size: 14px;
    line-height: 26px;
    color: #91699c;
    margin-top: 10px;
}

.about-fees-link {
    color: #2196f3;
    margin-top: 30px;
    display: block;
}

    .about-fees-link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.blocking-list {
    width: 100%;
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.blocking-list-header {
    background: #231f20;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    margin-top: -1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blocking-user {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 10px 20px;
}

    .blocking-user:last-child {
        border-bottom: 0;
    }

.block-member-link {
    color: #2196f3;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .block-member-link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.block-user-avatar {
    max-width: 36px;
    margin-right: 10px;
    width: 36px;
}

    .block-user-avatar img {
        width: 100%;
        color: #fff;
        padding: 0;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    }

.linked-item {
    display: flex;
    margin-top: 30px;
}

.linked-avatar {
    flex-basis: auto;
    flex-grow: 0;
    margin-right: 15px;
}

.linked-text {
    flex: 1;
}

    .linked-text h4 {
        font-weight: 600;
        color: #231f20;
        font-size: 16px;
        margin-bottom: 4px;
    }

.linked-sm-text {
    color: #91699c;
}

.linked-btn {
    color: #fff;
    font-weight: 500;
    background: #142fdb;
    padding: 5px 20px;
    line-height: 30px;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    display: block;
}

.wallet-blnce-dt {
    margin-top: 30px;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.current-blnce-title {
    font-weight: 600;
    color: #231f20;
    font-size: 14px;
    margin-bottom: 20px;
}

.wallent_top-item {
    display: flex;
    align-items: center;
}

.add-sent-btns {
    margin-left: auto;
}

.current-balance {
    font-weight: 600;
    color: #231f20;
    font-size: 36px;
    line-height: 26px;
}

.add-sent-btns {
    text-align: right;
}

.send-money-btn {
    font-size: 14px;
    color: #231f20;
    font-weight: 500;
    margin-right: 7px;
    background: #fff;
    border-radius: 3px;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #231f20;
}

    .send-money-btn:hover {
        color: #142fdb;
        background: #fff;
        border: 1px solid #142fdb;
    }

.add-money-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #142fdb;
    border-radius: 3px;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #142fdb;
}

.add_money-content {
    margin-top: 30px;
    border-top: 1px solid #efefef;
    padding-top: 30px;
    display: none;
}

.add_money-input {
    text-align: center;
}

.add-amount h5 {
    margin: 0 auto;
    font-size: 42px;
    width: 130px;
    padding: 4px 0;
    font-weight: 400;
    color: #231f20;
    border-bottom: 2px solid #efefef;
}

    .add-amount h5 input {
        width: 105px;
        border: 0;
        background: transparent;
        outline: none;
        margin-left: 1px;
    }

.add_money-content .bold {
    color: #231f20;
    font-size: 16px;
}

.bold {
    font-weight: 500;
}

.send-payment-block {
    padding: 0 30px 30px;
    border-bottom: 1px solid #efefef;
}

.add-money-form h5 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
}

.affiliate-wallet-link {
    color: #231f20;
    margin-left: 5px;
}

    .affiliate-wallet-link:hover {
        color: #231f20 !important;
        text-decoration: underline !important;
    }

.affiliates-title {
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: 500;
    color: #231f20;
}

.affiliate_form_fields input {
    height: 40px;
    padding: 5px 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background: #fafafa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.affiliate-blnce-dt {
    margin-top: 30px;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.withdrawal-box {
    display: none;
}

.my_points-card {
    margin-top: 30px;
    background-color: #fafafa;
    text-align: center;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

    .my_points-card i {
        margin-bottom: 20px;
        padding: 17px 0;
        font-size: 16px;
        border-radius: 50%;
        height: 50px;
        width: 50px;
    }

.color_point-1 {
    background-color: rgba(76, 175, 80, 0.2);
    color: #4caf50;
}

.color_point-2 {
    background-color: rgba(33, 150, 243, 0.2);
    color: #2196F3;
}

.color_point-3 {
    background-color: rgba(255, 152, 0, 0.2);
    color: #FF9800;
}

.color_point-4 {
    background-color: #7a7a7a;
    color: #fff;
}

.status-bagde {
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.pd-color {
    background-color: #ff431a;
    border-color: #ff390d;
}

.wd-color {
    background-color: #142fdb;
    border-color: #0f27c3;
}

.my_points-card p {
    font-size: 14px;
    color: #;
    231f20 font-weight: 500;
    margin-bottom: 0;
}

.point-counter {
    background-color: #142fdb;
    margin-top: 30px;
    padding: 20px;
    border-radius: 5px;
    height: 140px;
    border: 1px solid #142fdb;
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .point-counter i {
        color: #fff;
        position: absolute;
        right: -20px;
        top: -20px;
        opacity: 0.2;
        font-size: 100px;
    }

.point-text {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.count-number {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.my-points-content {
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

.point-earning {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.points_tip {
    height: 140px;
    border: 2px dashed #efefef;
    padding: 20px 10px;
    border-radius: 5px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .points_tip i {
        margin-bottom: 13px;
        font-size: 18px;
        color: #231f20;
    }

    .points_tip p {
        margin-bottom: 0;
    }

        .points_tip p a {
            color: #2196f3;
        }

            .points_tip p a:hover {
                color: #2196f3 !important;
                text-decoration: underline !important;
            }

.info-download {
    padding: 0 20px 10px;
}

.alert-pp {
    padding: 0 10px;
}

.download-info .info_btn_img svg {
    width: 34px;
    height: 34px;
}

.download-info .info_radio_btn_innr {
    flex-wrap: wrap;
}

.download-info .info_radio_btn_innr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .download-info .info_radio_btn_innr label {
        width: 25%;
        margin: 0;
        padding: 0 12px;
        margin-bottom: 24px;
    }

.download-info label > input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.download-info .info_radio_btn_innr label > input:checked ~ .info_btn_lab_innr {
    box-shadow: 0px 0px 0px 3px rgb(20 47 219 / 50%);
}

.download-info .info_radio_btn_innr .info_btn_lab_innr {
    width: 100%;
    box-shadow: 0 0 0 1px #efefef;
    border: 0;
}

    .download-info .info_radio_btn_innr .info_btn_lab_innr:hover {
        box-shadow: 0px 0px 0px 3px rgb(20 47 219 / 50%);
        transform: none;
    }

.download-info label > input:checked ~ .info_btn_lab_innr {
    border-color: #142fdb;
    transform: none;
    box-shadow: none;
}

.download-info .info_radio_btn_innr .info_btn_lab_innr {
    width: 100%;
    box-shadow: 0 0 0 1px #efefef;
    border: 0;
}

.download-info .info_btn_lab_innr {
    width: 160px;
    padding: 20px 10px;
}

.download-info .info_btn_lab_innr {
    width: 180px;
    margin: 0;
    border: 1px solid rgba(0,20,51,.12);
    border-radius: 6px;
    position: relative;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    display: block;
    padding: 20px 15px;
}

.download-info .info_btn_img {
    background: transparent 50% 50% no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    margin: auto;
    filter: grayscale(1);
    opacity: .7;
    transition: all 0.2s;
}

.download-info .info_btn_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-bottom: 17px;
}

.download-info label > input:checked ~ .info_btn_lab_innr .info_btn_img {
    filter: grayscale(0);
    opacity: 1;
}

/* --- About Page --- */

.about-wrapper {
    padding: 60px 0;
}

.item-subtitle {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #142fdb;
}

.item-title {
    color: #231f20;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.pitem-description {
    margin-bottom: 0;
    line-height: 28px;
}

.about-img {
    position: relative;
}

.img-about {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.video-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-btn {
    color: #fff;
    background-color: rgba(20,47,219);
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 15px 0 15px 3px;
}

.about-video-block {
    height: 450px;
}

.video-iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.about-process-wrapper {
    padding-bottom: 60px;
}

.progress-block {
    margin-top: 45px;
    text-align: center;
}

.progress-title {
    font-size: 40px;
    color: #231f20;
    font-weight: 700;
    text-align: center;
}

.progress-subtitle {
    margin-top: 0;
    display: block;
    font-size: 16px;
    color: #91699c;
    font-weight: 400;
}

.process-title .item-title {
    margin-bottom: 0;
    line-height: 36px;
    padding: 0 260px;
}

.main-link-btn {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-top: 33px;
    font-weight: 500;
    display: inline-block;
}


/* --- All Notifications Page --- */

.noti-item-left {
    padding: 20px;
    text-align: center;
}

.all-noti-title-left {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 10px;
}

.all-noti-des-left {
    margin-bottom: 0;
}

.noti-item-bottom {
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #efefef;
    font-weight: 500;
    padding: 14px 0 12px;
    width: 100%;
    display: block;
}

    .noti-item-bottom a {
        color: #231f20;
    }

    .noti-item-bottom span {
        font-size: 14px;
        font-weight: 400;
        color: #91699c;
        margin-bottom: 7px;
        display: block;
    }

    .noti-item-bottom a {
        color: #2196f3;
        display: block;
    }

        .noti-item-bottom a:hover {
            color: #2196f3 !important;
            text-decoration: underline !important;
        }

.pull-refresh {
    cursor: pointer;
}

.notification-block > .nt-card:first-child {
    border-top: none;
}

.nt-card {
    border-top: 1px solid #efefef;
    display: flex;
    flex-direction: row;
    padding: 16px 20px 16px 12px;
}

.nt-card-unread {
    background-color: #f7f7f7;
}

.nt-card__left-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 12px;
    width: 56px;
    align-items: center;
}

.nt-blue-dot {
    position: absolute;
    left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    font-size: 8px;
    color: #142fdb;
}

.pl-24 {
    padding-left: 24px !important;
}

.presence-entity {
    position: relative;
    float: left;
}

.presence-entity__image {
    object-position: center;
    object-fit: cover;
    width: 56px;
    height: 56px;
    float: left;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.nt-view-attr__img--centered {
    background-position: 50%;
    background-size: cover;
}

.presence-entity__badge {
    position: absolute;
    bottom: 0;
    right: 4px;
    width: 12px;
    height: 12px;
    border-width: 3px;
    box-shadow: 0 0 0 2px var(--white,#fff);
    border-radius: 50%;
    background: var(--white,#fff);
    flex-shrink: 0;
    transition: background 167ms ease-in-out;
    box-sizing: border-box;
    animation: fade-in 167ms ease-in;
}

.badge__online {
    border: 2px solid #13a05f;
    background-color: #13a05f;
}

.badge__offline {
    border: 2px solid #057642;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
}

.visually-hidden {
    display: block !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.t-black {
    color: #231f20;
}

.nt-card__headline {
    line-height: 24px;
}

.text-align-right {
    text-align: right !important;
}

.nt-card__time-ago {
    font-size: 12px;
    color: #91699c;
    justify-content: right;
    white-space: nowrap;
    margin: 0px 8px 4px 0;
}

.nt-card_dwn {
    font-size: 14px;
    font-weight: 500;
    background: #f5f5f5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
}

.message-anywhere-button {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #142fdb;
    border: 2px solid #142fdb;
    background: transparent;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    margin-top: 10px;
}

.noti-loading {
    margin-top: 43px !important;
}

/* --- Messages Page --- */

.message-sidebar {
    padding: 20px;
    float: left;
    width: 100%;
}

.search_input_1 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #efefef;
    height: 40px;
    padding: 0 16px 0 40px;
    background: #fafafa;
    border-radius: 3px;
}

.msg-top-left-items {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.msg-create-btns {
    width: 110px;
}

.msg-search {
    position: relative;
    width: 100%;
}

    .msg-search i {
        position: absolute;
        color: #00b2a9;
        font-size: 16px;
        left: 13px;
        top: 12px;
    }

.msg-create-btns {
    background: #142fdb;
    color: #fff;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 4%);
    border-radius: 3px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    margin-left: 15px;
}

.btn-main {
    min-width: 50%;
    width: 50%;
    height: 40px;
    margin: 0;
    background: transparent;
    transition: all .3s;
    box-shadow: none;
    border: none;
    color: #fff;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.msg-tabs {
    float: left;
    width: 100%;
}

    .msg-tabs .nav-pills .nav-link.active, .msg-tabs .nav-pills .show > .nav-link {
        color: #142fdb !important;
        background-color: #f7f7f7 !important;
    }

    .msg-tabs .nav-link {
        display: block;
        padding: .75rem 20px !important;
        color: #231f20 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-radius: 3px !important;
    }

.user-message-chat-list {
    float: left;
    width: 100%;
}

.user-recipients-list {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #fbfbfb;
    padding: 12px;
    transition: all .3s;
    border-radius: 5px;
    border: 0;
    margin: -2px;
}

    .user-recipients-list.active {
        background-color: #f7f7f7;
    }

.recipient-avatar {
    float: left;
    position: relative;
}

    .recipient-avatar img {
        width: 55px;
        height: 55px;
    }

.msg-right-part {
    margin-left: 75px;
    margin-top: 5px;
}

.user-recipient-name {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
    margin-bottom: 4px;
    padding-top: 0;
    display: inline-block;
    max-width: calc(100% - 80px);
}

.msg-right-part p {
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
    max-height: 44px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.msg-last-sent {
    font-size: 12px;
    font-weight: 400;
    color: #91699c;
    float: right;
}

.empty_state {
    margin: 85px 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #231f20;
    text-align: center;
    float: left;
    width: 100%;
}

    .empty_state i {
        display: block;
        margin: 0 auto 15px;
        width: 60px;
        height: 60px;
        color: #91699c;
        background-color: #f7f7f7;
        border-radius: 50%;
        padding: 20px 15px;
        font-size: 20px;
    }

.recipients-top-dt {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #efefef;
}

.msg-usr-dt {
    display: flex;
    align-items: flex-start;
}

.recipient-user-dt {
    margin-top: 5px;
    margin-left: 10px;
}

    .recipient-user-dt a {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        text-align: left;
        margin-bottom: 0px;
        padding-top: 0;
        display: inline-block;
    }

.user-last-seen {
    font-size: 12px;
    margin-bottom: 0;
}

.usr-cht-opts-btns {
    margin-left: auto;
}

    .usr-cht-opts-btns > span {
        margin-right: 20px;
        color: #00b2a9;
        transition: all 0.3s;
        cursor: pointer;
        font-size: 16px;
    }

        .usr-cht-opts-btns > span:hover {
            color: #142fdb;
        }

        .usr-cht-opts-btns > span:last-child {
            margin-right: 10px;
        }

.chat-container {
    padding: 20px 30px 0;
    height: calc(100vh - 314px);
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.chat-content {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
}

    .chat-content > ul {
        margin: 0;
        padding-left: 0;
        position: relative;
        padding-right: 8px;
    }

        .chat-content > ul > li {
            margin-bottom: 20px;
            display: inline-block;
            width: 100%;
        }

    .chat-content .chat-thumb {
        display: inline-block;
        vertical-align: top;
        width: 28px;
    }

    .chat-content .notifi-event {
        display: inline-block;
        margin-left: 8px;
        vertical-align: top;
        width: auto;
    }

    .chat-content .chat-msg-item {
        background: #f5f5f5 none repeat scroll 0 0;
        border-radius: 7px;
        display: block;
        font-size: 14px;
        padding: 12px;
        color: #231f20;
        flex-wrap: nowrap;
    }

    .chat-content .notifi-date {
        color: #999;
        display: inline-block;
        font-size: 12px;
        width: 100%;
    }

    .chat-content > ul li.me .chat-thumb {
        float: right;
    }

    .chat-content > ul li.me .notifi-event {
        float: right;
        margin-left: 0;
        margin-right: 8px;
    }

    .chat-content > ul li.me .chat-msg-item {
        background: rgba(124, 255, 155, 0.55) none repeat scroll 0 0;
    }

.send_messages_form .send_input_group {
    padding: 0px 20px;
    border-top: 1px solid #efefef;
    height: 90px;
    display: flex;
    border-collapse: unset;
    align-items: center;
    width: 100%;
    position: relative;
}

.send_input_group .msg_write_combo {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #efefef;
    background: #f7f7f7;
    border-radius: 3px;
}

    .send_input_group .msg_write_combo textarea {
        margin-bottom: 0px;
        box-shadow: none;
        border: 0;
        padding: 15px 2px 14px;
        height: 50px;
        font-weight: 400;
        background: transparent;
        font-size: 14px;
        outline: none;
        box-shadow: none;
        resize: none !important;
    }

.add_files {
    margin-left: 10px;
}

.mic-record {
    font-size: 18px;
    border: 0;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: -2px;
    color: #91699c;
    background: transparent;
}

    .mic-record:hover {
        color: #142fdb;
    }

.send-button {
    background-color: #142fdb;
    height: 50px;
    margin-left: 20px;
    width: 50px;
    border-radius: 3px;
    font-size: 18px;
}

.group-chat-form {
    padding: 13px 20px 20px;
}

    .group-chat-form .mic_design_button {
        width: 100%;
        min-height: 180px;
    }

.group-image {
    position: relative;
}

/* --- Signin and Signup Page --- */

.app-form {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #f7f7f7;
    min-height: 100vh;
}

.app-form-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background-color: #222222;
    width: 500px;
    padding: 50px;
}

.sign-logo img {
}

.app-form-content {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.app-form, .app-form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.app-form-content {
    padding: 40px 0px 20px 0;
}

.app-top-items {
    display: flex;
    align-items: center;
    width: 100%;
}

.app-top-right-link {
    margin-left: auto;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
}

.SidebarRegister__link {
    margin-left: 5px;
    color: #2196f3;
}

    .SidebarRegister__link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.registration_title {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.reg_form_input_1 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #efefef;
    height: 50px;
    padding: 0 16px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}

.pass_show_dt {
    color: #231f20;
    font-weight: 600;
    position: absolute;
    background: #f7f7f7;
    right: 5px;
    top: 5px;
    min-height: 40px;
    padding: 0 15px;
    line-height: 40px;
    margin-bottom: 0;
    border-radius: 3px;
}

.btn-register {
    margin-top: 30px;
    background-color: #6C47CD;
    color: #fff;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.field_password {
    position: relative;
}

.FieldPassword__link {
    position: absolute;
    top: 0;
    right: 0;
    color: #2196f3;
}

    .FieldPassword__link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.registration_line {
    text-align: center;
    margin: 30px 0;
    position: relative;
    border-top: 1px solid #e1e6e9;
}

.registration_linetext {
    position: absolute;
    left: 0;
    top: -10px;
    padding: 0 20px 0 0;
    background: #f7f7f7;
    color: #546e7a;
    font-size: 14px;
    font-weight: 500;
}

.social_buttons {
}

.social_buttons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 295px;
    flex: 0 0 295px;
}

.facebook_login__icon {
    fill: #fff;
    margin-right: 0;
}

.facebook_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 50px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #3b5998;
}

.google_login__icon {
    fill: #fff;
    margin-right: 5px;
}

.google_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    color: #212529;
    background: #ffffff;
    border: 1px solid #efefef;
}

.linkedin_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    color: #ffffff !important;
    background: #2977C9;
    border: 1px solid #2977C9;
}

    .linkedin_login a {
        color: #ffffff;
    }

/*.google_login:active, .google_login:focus, .google_login:hover {
    background: #e1f2ff;
}*/
.twitter_login__icon {
    fill: #fff;
    margin-right: 0;
}

.twitter_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 50px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    background: #1da1f2;
}

.app_responsive_signup_link {
    margin-top: 30px;
    text-align: center;
    display: none;
}

.register_footer {
    text-align: center;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px;
}

.footer__link {
    margin-top: 10px;
    margin-right: 10px;
    color: #2196f3;
    display: inline-block;
}

    .footer__link:last-child {
        margin-right: 0;
    }

    .footer__link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.sign_sidebar_text {
    font-weight: 600;
    font-size: 34px;
    line-height: 38px;
    background: linear-gradient(45deg, #08AEEA 0%, #2AF598 100%);
    background-clip: text;
    color: transparent;
}

.signup-steps-tabs {
    display: block;
    margin-bottom: 30px;
}

    .signup-steps-tabs .nav-pills .nav-link.active, .signup-steps-tabs .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

        /*.signup-steps-tabs .nav-pills .nav-link:hover {
        color: #231f20 !important;
        background-color: #f5f5f5 !important;
    }*/

        .signup-steps-tabs .nav-pills .nav-link.active:hover {
            color: #fff !important;
            background-color: hsl(0, 0%, 20%) !important;
        }

    .signup-steps-tabs .nav-link {
        display: block;
        padding: 1rem 20px !important;
        color: #231f20 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-radius: 3px !important;
        margin-right: 10px;
        background: #fff !important;
        border: 1px solid #efefef;
        box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
        cursor: not-allowed !important;
    }




.steps_signup {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.signup-steps-content {
    padding: 0px 10px 10px 10px;
}

    .signup-steps-content h3 {
        margin-bottom: 13px;
        color: #231f20;
        font-size: 20px;
        font-weight: 600;
    }

    .signup-steps-content p {
        margin-bottom: 0;
    }

.add-avatar-img {
    position: relative;
    width: 200px;
    height: 200px;
    margin-top: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 5px;
    display: inline-block;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

    .add-avatar-img img {
        width: 100%;
        border-radius: 50%;
    }

.add-avatar-btn {
    position: absolute;
    bottom: 0;
    right: 20px;
}

    .add-avatar-btn [type="file"] {
        height: 0;
        overflow: hidden;
        width: 0;
    }

        .add-avatar-btn [type="file"] + label {
            cursor: pointer;
            display: inline-block;
            outline: none;
            transition: all 0.3s;
            vertical-align: middle;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.6);
            border: 0;
            font-size: 14px;
            font-weight: 500;
            height: 40px;
            width: 40px;
            padding: 11px 12px;
            border-radius: 50%;
            text-transform: uppercase;
        }

            .add-avatar-btn [type="file"] + label:hover {
                color: #fff;
                background-color: rgba(0, 0, 0);
            }

            .add-avatar-btn [type="file"] + label i {
                margin-right: -1px;
            }

.process-btns {
    margin-top: 42px;
    display: flex;
    align-items: center;
}

.skip-link a {
    color: #2196f3;
    margin-left: 5px;
}

    .skip-link a:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.save-dt-btn {
    margin-left: auto;
    height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background: #6C47CD;
    border: 1px solid #6C47CD;
}

/* --- Advertising Page --- */

.current-balance-dt {
    margin-bottom: 10px;
    padding: 20px 15px;
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 3px;
}

    .current-balance-dt .current-blnce-title {
        color: #91699c;
    }

.wllt-link {
    margin-bottom: 15px;
    margin-top: 15px;
}

.ads-content {
    padding: 30px 0;
}

.ads_img .mic_design_button {
    width: 100%;
    min-height: 250px;
}

.estimated_ad_limit p {
    margin-bottom: 0;
}

/* --- Feedback Page --- */

.rating-container {
    width: 100%;
    text-align: center;
}

.rating-text p {
    color: #231f20;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    text-align: center;
}

.rating {
}

    .rating svg {
        fill: rgb(214, 214, 214);
        height: 3.6rem;
        width: 3.6rem;
        margin: 0.2rem;
    }

.rating-form-2 svg {
    height: 3rem;
    width: 3rem;
    margin: 0.5rem;
}

#radios label {
    position: relative;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    input[type="radio"] + svg {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

input + svg {
    cursor: pointer;
}

input[class="super-happy"]:hover + svg,
input[class="super-happy"]:checked + svg,
input[class="super-happy"]:focus + svg {
    fill: rgb(20, 47, 219);
}

input[class="happy"]:hover + svg,
input[class="happy"]:checked + svg,
input[class="happy"]:focus + svg {
    fill: rgb(0, 204, 79);
}

input[class="neutral"]:hover + svg,
input[class="neutral"]:checked + svg,
input[class="neutral"]:focus + svg {
    fill: rgb(232, 214, 0);
}

input[class="sad"]:hover + svg,
input[class="sad"]:checked + svg,
input[class="sad"]:focus + svg {
    fill: rgb(229, 132, 0);
}

input[class="super-sad"]:hover + svg,
input[class="super-sad"]:checked + svg,
input[class="super-sad"]:focus + svg {
    fill: rgb(239, 42, 16);
}

/* --- My Cart and Checkout Page --- */

.cart_headtte14m {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

    .cart_headtte14m span {
        background: #142fdb;
        color: #fff;
        height: 28px;
        width: 28px;
        text-align: center;
        border-radius: 50%;
        font-size: 13px;
        margin-right: 10px;
        padding: 5px 0;
    }

    .cart_headtte14m h4 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 0;
        padding-top: 1px;
    }

.item-cart-list {
    float: left;
    width: 100%;
}

.cart-btns {
    padding: 30px;
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
    text-align: right;
    background: #fafafa;
    display: flex;
    align-items: center;
}

.continue-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #142fdb;
    background: #fff;
    color: #142fdb;
}

.cart-total-dt {
    text-align: center;
    padding: 25px 20px 20px;
}

.crt-heading {
    color: #231f20;
    margin-bottom: 15px;
}

.font-size-s {
    font-size: 20px;
}

.font-size-xl {
    font-size: 32px;
}

.secure-text p {
    text-align: center;
    margin-bottom: 0;
}

.checkout-billing-dt {
    float: left;
    width: 100%;
    padding: 30px;
}

.gst-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #231f20;
}

.add-gst-btn {
    background: #142fdb;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 500;
    margin-left: 10px;
}

.payment-details {
    padding: 0;
}

.payment-checkout-tabs {
    padding: 0;
}

    .payment-checkout-tabs .nav-pills {
        border-bottom: 1px solid #efefef;
        border-radius: 0;
        padding: 10px;
    }

    .payment-checkout-tabs .nav-item {
        width: 33.33%;
        text-align: center;
    }

    .payment-checkout-tabs .nav-link {
        display: block;
        padding: 1rem 20px !important;
        color: #231f20 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-radius: 3px !important;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .payment-checkout-tabs .nav-link i {
            font-size: 18px;
        }

    .payment-checkout-tabs .nav-pills .nav-link.active, .payment-checkout-tabs .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

    .payment-checkout-tabs .nav-pills .nav-link:hover {
        color: #231f20 !important;
        background-color: #f7f7f7 !important;
    }

    .payment-checkout-tabs .nav-pills .nav-link.active:hover {
        color: #fff !important;
        background-color: hsl(0, 0%, 20%) !important;
    }

.payment-method-content {
    padding: 0 30px 30px;
}

.financial-card__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

    .financial-card__logo img {
        width: 48px;
        height: 30px;
    }

.order-summary-left-dt {
    padding: 20px 30px 30px;
    border-top: 1px solid #efefef;
}

.order-collapse-btn {
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 600;
}

    .order-collapse-btn:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f068";
        color: #231f20;
        font-size: 15px;
        font-weight: 900;
        margin-right: 10px;
    }

    .order-collapse-btn.collapsed:before {
        content: "\f067";
    }

.total-price {
    float: right;
    font-size: 18px;
}

.order-accordion-card-body {
    padding-top: 20px;
}

.summary-quote-entry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 20px;
}

    .summary-quote-entry:last-child {
        padding-bottom: 0;
    }

.summary-quote-entry__description {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-right: 10px;
}

.text-label-badge {
    border: 1px solid #dedede;
    color: #231f20;
    padding: 4px 4px 3px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
}

.summary-quote-entry__price {
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-align-self: top;
    -ms-flex-item-align: top;
    align-self: top;
    text-align: right;
}

.summery-taxes-list-dt {
    padding: 20px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
}

.summary-quote__total {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    float: right;
    padding: 20px 0;
}

.summary-quote__total-price {
    -webkit-flex: 0 120px;
    -ms-flex: 0 120px;
    flex: 0 120px;
    text-align: right;
    padding-left: 16px;
}

.total-heading {
    color: #231f20;
    font-size: 20px;
}

.order-summary-title {
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

    .order-summary-title h4 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        margin-bottom: 0;
        padding-top: 1px;
    }

.order-summary__entry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 20px;
}

    .order-summary__entry:last-child {
        padding-bottom: 0;
    }

.order-summary__description {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-right: 10px;
}

.order-summary__price {
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    -webkit-align-self: top;
    -ms-flex-item-align: top;
    align-self: top;
    text-align: right;
}

.order-summary-right-list {
    padding: 20px;
}

.text-hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.order-summary__list {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
}

.order-summary-list__total {
    padding-top: 20px;
}

.order-summary__description a {
    color: #2196f3;
    margin-left: 5px;
}

    .order-summary__description a:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

/* --- Invoice Page --- */

.invoice-header {
    background: #142fdb;
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    padding: 5px 20px;
}

.invoice-header-logo img {
    width: 110px;
}

.invoice-header-text {
    margin-left: auto;
}

    .invoice-header-text span {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

.invoice-body {
    padding: 30px;
    background: #fff;
    float: left;
    width: 100%;
}

.invoice_date_info {
    float: left;
    width: 100%;
}

    .invoice_date_info ul {
        float: right;
    }

        .invoice_date_info ul li {
            margin-bottom: 7px;
        }

            .invoice_date_info ul li:last-child {
                margin-bottom: 0;
            }

.vdt-list {
    color: #91699c;
    font-weight: 400;
    font-size: 14px;
}

    .vdt-list span {
        color: #231f20;
        font-weight: 500;
        margin-right: 10px;
    }

.invoice_dts {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.invoice_title {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #231f20;
    text-align: left;
}

.vhls140 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .vhls140 h4 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        text-align: left;
        margin-bottom: 15px;
    }

    .vhls140 ul li {
        display: block;
        margin-bottom: 5px;
    }

        .vhls140 ul li:last-child {
            margin-bottom: 0;
        }

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    color: #91699c;
    text-align: left;
    line-height: 24px;
}

.invoice_table {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fafafa;
    border-radius: 3px;
    border: 1px solid #efefef;
}

    .invoice_table .table {
        margin-bottom: 0 !important;
    }

        .invoice_table .table thead th {
            vertical-align: bottom;
            border-bottom: 1px solid #efefef !important;
            font-size: 14px;
            font-weight: 500;
            color: #231f20;
            padding: 15px 20px;
        }

        .invoice_table .table td, .invoice_table .table th {
            padding: 20px !important;
            vertical-align: top !important;
            border-top: 0 !important;
        }

.user_dt_trans {
    font-size: 14px;
    font-weight: 400;
    color: #91699c;
    text-align: left;
    line-height: 24px;
}

.jsk1145 {
    text-align: right;
}

    .jsk1145 .totalinv2 {
        font-size: 16px;
        font-weight: 500;
        color: #231f20;
        margin-bottom: 0px;
        margin-bottom: 10px;
    }

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.invoice_table .table td {
    border-top: 1px solid #efefef !important;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.leftfooter {
    float: left;
}

    .leftfooter p {
        font-size: 14px;
        color: #91699c;
        font-weight: 400;
        text-align: left;
    }

.righttfooter {
    float: right;
}

/* --- Help Center Page --- */

.help-hero-search {
    margin-top: 0;
    background: #142fdb;
    padding: 50px 0 60px;
}

.help-hero-banner {
    text-align: center;
}

.hero-search_form {
    position: relative;
}

.search-hero-btn {
    position: absolute;
    right: 0;
    border: 0;
    height: 40px;
    width: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fafafa;
    padding: 10px;
    font-size: 16px;
}

    .search-hero-btn:hover {
        color: #142fdb;
    }

.hero-search-greeting {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}

.help-title {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 25px;
}

    .help-title i {
        color: #142fdb;
        font-size: 18px;
    }

.help-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2196f3;
}

    .help-link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.suggest-link-item {
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

    .suggest-link-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.suggest-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2196f3;
}

    .suggest-link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

.helpform {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

    .helpform h3 {
        font-size: 18px;
        font-weight: 500;
        color: #142fdb;
        margin-bottom: 10px;
    }

    .helpform p {
        margin-bottom: 24px;
    }

    .helpform svg {
        float: unset;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

.helpforum h4 {
    font-size: 16px;
    font-weight: 600;
}

.form-link-btn {
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-right: 0px;
    font-weight: 500;
}

/* --- Coming Soon Page --- */

.coming-soon {
    min-height: 100vh;
    background-color: #142fdb !important;
    background-image: -moz-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: -webkit-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: -o-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: -ms-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
}

.cmtk_group {
    width: 100%;
    padding: 60px 0;
}


.ct-logo {
    width: 100%;
    text-align: center;
}

    .ct-logo img {
    }

.cmtk_dt {
    padding: 106px 0 117px;
    text-align: center;
}

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 75px;
}

.noti-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 41px;
}

.cmtk_dt .clock {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .cmtk_dt .clock li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        width: 22%;
    }

        .cmtk_dt .clock li span {
            font-weight: 600;
            font-size: 8em;
            color: #fff;
            line-height: 1em;
            display: block;
            font-family: "Roboto", sans-serif;
        }

.cmtk_dt .clock, .cmtk_dt .social-icons a:hover {
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

    .cmtk_dt .clock li label {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: normal;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        height: 20px;
        margin: 10px 0 0;
        line-height: 20px;
    }

    .cmtk_dt .clock li.sep {
        font-size: 5.5em;
        font-weight: 600;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        padding: 0 0 38px 0;
        width: 4%;
    }

.thnk_coming_title {
    font-size: 10em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.thnk_title1 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.notify-search-form {
    position: relative;
}

.tc_footer_main {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    /*border-top: 1px solid #3147d6;*/
}

.tc_footer_left ul li {
    display: inline-block;
}


.tc_footer_left {
    float: left;
}

    .tc_footer_left a {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        line-height: 24px;
        padding: 10px 10px 0;
        color: #fff;
    }

        .tc_footer_left a:hover {
            color: #fff !important;
            text-decoration: underline !important;
        }

.tc_footer_right {
    float: right;
}

    .tc_footer_right p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 24px;
    }

.noti-btn {
    display: inline-block;
    height: 37px;
    padding: 9px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #dc3545;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 500;
    position: absolute;
    right: -3px;
    top: 2px;
}

    .noti-btn:hover {
        color: #fff !important;
        background-color: #f5365c;
    }

/* --- Error 404 Page --- */

.error-bg {
    min-height: 100vh;
    background-color: #222222 !important;
    /*background-image: -moz-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: -webkit-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: -o-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: -ms-radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;
    background-image: radial-gradient(center center, circle cover, #142fdb, #0f27c3 100%) !important;*/
}

.title_404 {
    font-size: 14em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgb(0 0 0 / 20%);
    padding-bottom: 29px;
    margin-top: 0;
}

.thnk_title1 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
    text-shadow: 1px 10px 6px rgb(0 0 0 / 20%);
}

.bk_btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #6C47FF;
    border-radius: 3px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 25px;
}

    .bk_btn:hover {
        color: #fff !important;
        background-color: #f5365c;
    }

/* --- Privacy Terms and Refunds Policy Page --- */

.hero-greeting {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: -8px;
}

.policy-articles {
    padding: 0 30px 30px;
}

.policy-title {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    margin-top: 30px;
    margin-bottom: 13px;
}

.policy-description {
    margin-bottom: 0;
}

.last-change-policy {
    margin-top: 24px;
    font-style: italic;
}

/* --- Badges Page --- */

.ach_page__badges__item__list {
    padding: 10px;
}

.ach_page__badges__item {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0;
    border: 1px solid #efefef;
    /*box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);*/
    background: linear-gradient( to bottom, #ffffff, /* white top glow */
    #f5f7f8 /* blends to base */
    );
}

    .ach_page__badges__item img {
        height: 100px;
        position: relative;
        margin-bottom: 20px;
    }

    .ach_page__badges__item h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #231f20;
        margin-bottom: 10px;
        text-align: center;
    }

    .ach_page__badges__item p {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }

/*.ach_page__badges__item:hover {
        cursor: pointer;
        box-shadow: 0px 1px 5px 5px rgb(0 0 0 / 6%);
    }*/

.badge_page__hr {
    text-align: center;
    padding: 60px 0px 10px 0px;
}

.ach_page_more__badges__item {
    width: 100%;
    height: 350px;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    padding: 40px 20px 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
}

    .ach_page_more__badges__item img {
        height: 100px;
        position: relative;
        margin-bottom: 20px;
    }

    .ach_page_more__badges__item h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #231f20;
        margin-bottom: 10px;
        text-align: center;
    }

    .ach_page_more__badges__item p {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

/* --- Our Blog Page --- */

.blog-item .card {
    border: 1px solid #efefef;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 6%);
    padding: 0;
    margin-bottom: 30px;
}

.blog-img {
    position: relative;
}

    .blog-img img {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        width: 100%;
    }

.blog-item .card-content {
    padding: 20px;
}

.blog-description {
    margin-bottom: 0;
}

.blog-item .card-footer {
    border-top: 1px solid #efefef;
    background: #fff;
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 13px;
    text-align: left;
}

.blog-badge-cate {
    background-color: rgba(102,103,107,0.07);
    color: #142fdb;
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    margin: 0 0 17px 0;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-footer-dt {
    display: flex;
    width: 100%;
    align-items: center;
}

.blog-date {
    margin-left: 10px;
    font-size: 13px;
    color: #91699c;
}

    .blog-date:before {
        content: '-';
        margin-right: 8px;
    }

.blog-img-inner {
    height: 500px;
    object-fit: cover;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.blog-overlay-items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
}

.view-blog-badge-cate {
    background-color: rgba(255,255,255,0.09);
    color: #fff;
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.main-blog-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
    text-align: left;
}

.blog-dt-info {
    display: flex;
    align-items: flex-end;
}

.blog-author-info {
    display: flex;
    align-items: center;
}

.blog-avatar {
    display: inline-block;
    max-width: 36px;
    vertical-align: top;
    width: 36px;
}

    .blog-avatar img {
        width: 100%;
        color: #fff;
        padding: 0;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
    }

.blog-author-dt {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 12px;
    position: relative;
    vertical-align: top;
}

.blog-user-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}

    .blog-user-name:hover {
        color: #fff !important;
    }

.blog-author-dt p {
    color: #fff;
    margin-bottom: 0;
}

.pull-right-blog-info {
    margin-left: auto;
}

    .pull-right-blog-info .metaLink {
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        text-decoration: none;
        margin: 0;
    }

        .pull-right-blog-info .metaLink:hover {
            color: rgba(255, 255, 255) !important;
        }

    .pull-right-blog-info .middot, .pull-right-blog-info .views {
        color: rgba(255, 255, 255, 0.8);
    }

.middot {
    margin: 0 6px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
}

.blog-item_des {
    padding: 20px;
}

    .blog-item_des h4 {
        font-size: 16px;
        font-weight: 600;
        color: #231f20;
        text-align: left;
        border-bottom: 1px solid #efefef;
        padding-bottom: 17px;
        margin-bottom: 20px;
    }


    .blog-item_des p:last-child {
        margin-bottom: 0;
    }

.blog-comment-block {
    padding: 20px;
}

.post-btn {
    background-color: #142fdb;
    height: 40px;
    margin-left: 10px;
    width: 50px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    border: 0;
}

.trash-comment {
    text-transform: capitalize;
    color: #91699c !important;
    cursor: pointer;
}

    .trash-comment:hover {
        color: #231f20 !important;
    }

.popular-post-container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px 17px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0 !important;
}

    .popular-post-container:last-child {
        border-bottom: 0;
    }

.blog-popular-post {
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 400;
    width: 100%;
}

.blog-post-image {
    flex: 0 0 auto;
    width: 65px;
    height: 65px;
    object-fit: cover;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.blog-post-detail {
    padding: 0 0 0 14px;
    flex: 1 0 0;
}

.blog-post-title {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    line-height: 1.3333;
    margin-bottom: 2px;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.blog-author-name {
    color: #91699c;
    padding-top: 1px;
    font-weight: 400;
    line-height: 26px;
    max-height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    position: relative;
}

    .blog-author-name ins {
        color: #231f20;
        text-decoration: none;
    }

/* --- Forums Page --- */

.p-color {
    color: #fff;
}

.forum-card {
    margin-bottom: 30px;
    clear: both;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 3px;
    position: relative;
    background-color: #fff;
}

    .forum-card .forum_category {
        font-weight: 500;
        color: #ffffff;
        padding: 9px 16px;
        font-size: 14px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background-color: hsl(0, 0%, 20%);
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.forum-card .forum_category b {
    font-weight: normal;
    text-transform: capitalize;
    margin-right: 26px;
}

.forum_topics {
    font-size: 14px;
    color: #231f20;
    background: #fff;
}

.forum-card table {
    margin-bottom: 0;
}

    .forum-card table tr:first-child {
        border: 0;
    }

    .forum-card table tr {
        border-top: 1px solid #f3f3f3;
    }

.section-list {
    padding: 10px;
}

.forum-card table .topic_icon {
    width: 3% !important;
}

.section-list td {
    vertical-align: middle;
}

.forum-card table .forum-meta-d.titles {
    width: 35%;
    word-break: break-word;
}

.forum-card table .forum-meta-d.small {
    width: 16%;
    padding: 10px !important;
    font-size: 13px;
}

.forum-card table .forum-meta-d.topics {
    width: 6%;
    padding-right: 20px !important;
}

.forum-card table .forum-meta-d.posts {
    width: 6%;
    padding-right: 65px !important;
}

.topic_icon svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 8px;
    margin: 8px 0px 8px 10px;
}

.forum-card table .ftitle, .sun_ftitle {
    font-weight: 500;
    font-size: 16px;
    color: #231f20;
}

.forum-card table .fdesc {
    color: #91699c;
    font-size: 14px;
    transition: all .3s ease;
}

.forum-card table .forum-meta-d.small .reply_title {
    font-weight: bold;
    color: #231f20;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 170px;
}

.forum-card table .forum-meta-d.small .reply_user {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    vertical-align: bottom;
    color: #2196f3;
}

    .forum-card table .forum-meta-d.small .reply_user:hover {
        text-decoration: underline !important;
        color: #2196f3 !important;
    }

.forum-card table .forum-meta-d.small .avatar img {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}

.form-thraed-header-content {
    padding: 20px;
}

.forum_title {
    font-size: 24px;
    font-weight: 400 !important;
    color: #231f20;
    text-align: left;
}

.forum_text {
    color: #91699c;
    font-size: 14px;
}

.topic-btn {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #142fdb;
    border-radius: 3px;
    margin-top: 9px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.mic_forum_thead {
    font-size: 14px;
    color: #fff;
    background-color: hsl(0, 0%, 20%);
}

.table .mic_forum_thead > tr > th {
    border-bottom: 0 !important;
}

.blog-meta-desc i {
    margin-right: 10px;
}

.blog-meta-desc a {
    margin-right: 10px;
    color: #2196f3;
}

    .blog-meta-desc a:hover {
        text-decoration: underline !important;
        color: #2196f3 !important;
    }

.threads-table tr td {
    padding: 10px !important;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #e3e4e8, 0 0 0 1px #f1f1f1;
}

.threads-table td, .threads-table th {
    border-top: 0 !important;
}

.forum-card .threads-table tr {
    border-top: 0;
}

.member_list {
    margin-top: 15px;
}

.f_memebr_link {
    text-transform: uppercase;
    color: #2196f3;
    font-size: 16px;
    margin-right: 3px;
}

    .f_memebr_link:last-child {
        margin-right: 0;
    }

    .f_memebr_link:hover {
        color: #2196f3 !important;
        text-decoration: underline !important;
    }

#members table * {
    vertical-align: middle;
}

#members * {
    overflow: hidden;
}

.forum-mbr-list td p {
    margin-bottom: 0;
}

.forum-mbr-list td a {
    color: #231f20;
}

    .forum-mbr-list td a:hover {
        color: #231f20 !important;
        text-decoration: underline !important;
    }

.forum-reply-title h4 {
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
