/*=============================
	Navbar Style
===============================*/
@import "fontiran.css";

.IranSansFont {
    font-family: IRANSans;
}

table td, th {
    font-size: 12px;
}

.table td {
    padding: 0 0.75rem 0 0.75rem;
    border-top: 1px solid #dee2e6;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

.table th {
    padding: 0.15rem 0.75rem 0 0.75rem;
    border-top: 1px solid #dee2e6;
    max-width: 100%;
    /*white-space:nowrap;*/
    text-align: center;
    vertical-align: middle;
}

table tfoot tr {
    border-top: 2px solid #000;
}

#accordionAdvertFilterButton a:hover {
    cursor: pointer;
}

#nav {
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.nav-link {
    font-size: 15px;
}

@media (min-width: 992px) {
    #nav {
        margin-top: 0;
        border-top: 0;
    }
}

@media (max-width: 992px) {
    #signIn {
        margin-top: 15px;
    }
}

#header {
    padding-bottom: 94px;
}


/*=============================
	End Navbar Style
===============================*/

/*=============================
	End Body Style
===============================*/
.form-check-sm {
    zoom: 0.85;
}

/*=============================
	End ‌Body Style
===============================*/

/*=============================
	Preloader Style
===============================*/
#cupcake-background {
    position: fixed;
    z-index: 1033;
    opacity: 0.00001%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

#cupcake {
    position: fixed;
    z-index: 1032;
    opacity: 70%;
    top: 5rem;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 60px;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -mos-flex-direction: row;
    -o-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    background-color: #000b16;
}

.letter {
    font-size: 32px;
    color: #FFFFFF;
    font-family: tahoma;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cupcakeCircle, .cupcakeInner, .cupcakeCore {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.cupcake, .letter, .cupcakeCircle, .cupcakeInner, .cupcakeCore {
    flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    -o-flex: none;
}

.letter, .cupcakeCircle {
    align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -o-align-self: center;
    -ms-align-self: center;
}

.cupcakeCircle {
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    height: 32px;
    width: 32px;
    background-color: #FFFFFF;
}

.cupcakeInner {
    align-self: center;
    -ms-align-self: center;
    justify-content: center;
    -ms-justify-content: center;
    height: 50%;
    width: 50%;
    background-color: #000b16;
    -webkit-animation-name: cupcakeAnimate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;

}

.cupcakeCore {
    align-self: center;
    -ms-align-self: center;
    height: 25%;
    width: 25%;
    background-color: #FFFFFF;
    -webkit-animation-name: coreAnimate;
    -webkit-animation-duration: 1s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes cupcakeAnimate {
    to {
        height: 90%;
        width: 90%;
    }
}

@keyframes cupcakeAnimate {
    to {
        height: 90%;
        width: 90%;
    }
}

@-webkit-keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%;
    }
}

@keyframes coreAnimate {
    to {
        height: 90%;
        width: 90%;
    }
}

/*=============================
	End Preloader Style
===============================*/

/*=============================
	 SignUn Style
===============================*/
.signUp {
    background-color: #e3efff;
    border-radius: 20px;
}

.label-text {
    font-size: 2.3rem;
}

.text-p {
    font-size: 15px;
}

.img-small-size {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*=============================
	End SignUp Style
===============================*/

/*=============================
	Account Style
===============================*/
.sidebar-account-font-size {
    font-size: 0.90rem;
}

.card-body a:hover {
    text-decoration: none;
}

.extra-height {
    max-height: 22.89rem;
}

@media only screen and (max-width: 900px) {
    .extra-height {
        max-height: 620px;
    }
}


.sidebarAccount:hover {
    transform: translateX(-5px);
    color: #007bff;
    text-decoration: none;
    font-weight: bolder;
}

#sidebar-account .active {
    background: #17a2b8 !important;
    color: #fff !important;

}

#sidebar-account hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 1.25rem;
    margin-left: 1.25rem;

}

.sidebarAccount {
    transition: all .5s ease;
    color: black;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

}

.fa-user, .fa-code-fork, .fa-comment, .fa-rss, .fa-sign-out {
    font-size: 15px;
}

.font-size {
    font-size: 13px;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

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

.font-size-10 {
    font-size: 10px;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-8 {
    font-size: 8px;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-38 {
    line-height: 38px !important;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-16 {
    line-height: 16px !important;
}


.share .fa {
    padding-top: 5px;
    font-size: 11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    text-decoration: none;
}

.share .fa:hover {
    opacity: 0.7;
}

.fa-user-circle {
    font-size: 55px;
    color: #007bff;
}

.fa-user-circle-admin {
    font-size: 20px;
    color: #007bff;
    cursor: pointer;
}

/*=============================
	End Account Style
===============================*/

/*=============================
	Profile Style
===============================*/

.container-fluid-width-md {
    width: 91% !important;
}

.img-avatar-admin-size {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.img-avatar-size {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.img-avatar-size-small {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.fa-img-avatar-size-small {
    font-size: 25px;
}

.img-medium-size {
    width: 75px;
    height: 75px;
}

.user-card-title {
    font-size: 1.05rem;
}

/*=============================
	End Profile Style
===============================*/

/*=============================
	Advert Card Style
===============================*/

.text-light-gray {
    color: #d3d3d3 !important;
}

.filter-body-back-color {
    background-color: #eee !important;
}

.filter-item-size {
    font-size: 0.77rem !important;
}

.border-frame {
    border-radius: 0.50rem !important;
}


.btn-white {
    background-color: #ffffff;
}


.advert-card-title {
    font-size: 1.05rem;
}

.advert-card-item {
    font-size: 0.77rem;
}

.border-1 {
    border-width: 1px !important;
    border-color: #e01aaf !important;
}


.border-1-bottom {
    border-bottom: 1px solid #e01aaf !important;
}

.border-1-bottom-dark {
    border-bottom: 1px solid #000 !important;
}

.border-1-bottom-gray {
    border-bottom: 1px solid #e1e2e3 !important;
}

/*=============================
	End Advert Card Style
===============================*/

/*=============================
	London Sky Style
===============================*/
#londonSky {
    background-image: url("../image/footer copy.png");
    height: 274px;
    padding-top: 273px;
    margin-top: 80px;
    background-position: center;
}

/*=============================
	End London Sky Style
===============================*/

/*=============================
	Body Style
===============================*/
.btn-rounded {
    border-radius: 20px !important;
}

/*=============================
	End Body Style
===============================*/

/*=============================
	Footer Style
===============================*/
#footer {
    background-image: linear-gradient(#1eacff, #0379c1);
    padding-top: 60px;
    font-weight: 300;
    font-size: 14px;
}

#footer h5 {
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 15px;
}

#footer .col-lg-3 {
    margin-bottom: 40px;
}

#footer p {
    font-weight: bolder;
}

#footer li {
    font-weight: bolder;
    padding: 2px 0;
}

#footer li:first-child {
    padding-top: 0;
}

#footer li a {
    color: #f6f6f7;
    text-decoration: none;
    transition-duration: 0.3s;
}

#footer li a:hover {
    color: #ffffff;
}

#footer li i {
    color: #ddd;
    padding-left: 8px;
}

.copyright {
    background-color: #024C82;
}

.copyright .fa {
    padding-top: 10px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.copyright .fa:hover {
    opacity: 0.7;
}

.fa-heart {
    color: #dd4b39;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-paper-plane {
    background: #0088cc;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google-plus {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #ea7832;
    color: white;
}

/*=============================
	End Footer Style
===============================*/
.card-body > p {
    font-size: 14px;
}

.social-media-url > .fa-instagram {
    padding: 2px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #d6249f;
    border-radius: 4px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-media-url > .fa-paper-plane {
    color: #0088CC;
    border-radius: 50%;
    background: white;
    padding: 2px;
    font-size: 18px;
    width: 20px;
    height: 20px;
}

.social-media-url > .fa-linkedin {
    padding: 2px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 4px;
    background: #2867B2;
}

.social-media-url > .fa-twitter {
    padding: 2px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    color: #1DA1F2;
    border-radius: 4px;
    background: white;
}

.social-media-url > .fa-facebook {
    padding: 2px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 2px;
    background: #4267B2;
}

.social-media-url > .fa-google {
    padding: 2px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 2px;
    background: #dd4b39;
}

.socialApp {
    max-width: 280px;
    margin-left: 6px;
}

#img-profile {
    height: 140px;
    background-color: rgb(233, 236, 239);
}

#img-profile span {
    color: rgb(166, 168, 170);
    font: bold 8pt Arial;
}

/*=============================
	Message Box Style
===============================*/


.confirm-card {
    font-size: 12px;
    font-weight: 500;
}

.top-card {
    border: 2px solid black;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
}

.down-card {
    border: 1px solid black;
    border-radius: 10px;
}

.withdraw {
    margin-top: auto;
}

.withdraw input {
    width: 70px;
    border-radius: 13px;
    border: 2px solid black;
}

.withdraw button {
    width: 100px;
    border-radius: 13px;
    border: 2px solid black;
}

.chat-box {
    border-radius: 13px;
    border: 1px solid black;
}

hr.line-Separator {
    border-radius: 50px;
    border-top: 4px solid #c2c3c5;
}

.select-kg {
    width: 54px;
    display: inline-block;
}

.issue-btn {
    border-radius: 8px;
    border: 1px solid black;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.chat {
    position: relative;
    overflow-y: scroll;
    max-height: 200px;
}

.chat-users .user .avatar {
    top: 0;
    left: 0;
}

.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}

.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}

.chat .avatar .status.off {
    border: 1px solid #5a5a5a;
    background: #ffffff;
}

.chat .avatar .status.online {
    background: #4caf50;
}

.chat .avatar .status.busy {
    background: #ffc107;
}

.chat .avatar .status.offline {
    background: #ed4e6e;
}

.chat .avatar .status {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
}

/*****************CHAT BODY *******************/
.chat-body .answer.left {
    padding: 0 0 0 50px;
    text-align: left;
    float: left;
}

.chat-body .answer {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    clear: both;
}

.chat-body .answer.left .avatar {
    left: 0;
}

.chat-body .answer .avatar {
    bottom: 36px;
}

.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}

.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}

.chat-body .answer.left .avatar .status {
    right: 4px;
}

.chat-body .answer .avatar .status {
    bottom: 0;
}

.chat-body .answer.left .text {
    background: #ebebeb;
    color: #333333;
    border-radius: 8px 8px 8px 0;
}

.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: #ebebeb;
    border-right-width: 12px;
}

.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}

.chat-body .answer.left .time {
    padding-left: 12px;
    color: #333333;
}

.chat-body .answer .time {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}

/*RIGHT*/
.chat-body .answer.right {
    padding: 0 25px 0 0;
    text-align: right;
    float: right;
}

.chat-body .answer.right .avatar .status {
    left: 4px;
}

.chat-body .answer.right .text {
    background: #1babff;
    color: #ffffff;
    border-radius: 8px 8px 0 8px;
}

.chat-body .answer.right .text:before {
    right: -30px;
    border-left-color: #1babff;
    border-left-width: 12px;
}

.chat-body .answer.right .time {
    padding-right: 12px;
    color: #333333;
}

.send-message {
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: #1babff !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.number-input:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.rate-star .fa-star {
    font-size: 25px;
}

/*=============================
	End Message Box Style
===============================*/

/*=============================
	 Contact Us Style
===============================*/

.map-responsive {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 200px;
    width: 100%;
    position: absolute;
}

/*=============================
	 End Contact Us Style
===============================*/

/*=============================
	 How It Works Style
===============================*/

.number-htw {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    transition: all .5s ease;
}

.number-htw:hover {
    background-color: #fdfdfe;
    color: #007bff;
    opacity: 90%;
}

.start-htw {
    width: 120px;
}

/*=============================
	 End How It Works Style
===============================*/

/*=====================================
 Message Style
=======================================*/
.container-fluid-width {
    width: 96% !important;
}

.card-header-subject {
    font-size: 13px;
}

/*==========Filter Box Style============*/
.job-box {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8eef1;
}

/*=========Inbox Message Style===========*/
.inbox-message ul {
    padding: 0;
    margin: 0;
}

.inbox-message ul li {
    list-style: none;
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #e8eef1;
}

.inbox-message ul li:hover, .inbox-message ul li:focus {
    background: #eff6f9;
}

.inbox-message .message-body {
    font-size: 15px;
    color: #62748F;
}

.message-body-heading h5 {
    font-weight: 600;
    display: inline-block;
    color: #62748F;
    margin: 0 0 7px 0;
    padding: 0;
}

.message-body h5 span {
    border-radius: 50px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 4px 10px;
    margin-left: 10px;
    margin-top: 0;
}

.message-body h5 span.unread {
    background: #07b107;
}

.message-body h5 span.important {
    background: #dd2027;
}

.message-body h5 span.pending {
    background: #2196f3;
}

.message-body-heading span {
    float: right;
    color: #62748F;
    font-size: 14px;
}

.messages-inbox .message-body p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 15px;
}

.inbox-message-link {
    text-decoration: none;
}

/*=====================================
 End Message Style
=======================================*/


/*=====================================
Related Posts Style
=======================================*/

.Related-Posts > .fa-user-circle {
    color: #007bff;
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.Related-Posts > .fa-camera {
    color: #007bff;
    font-size: 23px;
    padding-top: 2px;
}

.Related-Posts button {
    width: 105px;
    color: white;
}

.Related-Posts button:hover {
    color: white;
    opacity: 90%;
}

.share .fa {
    padding-top: 5px;
    font-size: 8px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    text-decoration: none;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    min-height: 298px;
}

/*=====================================
 End Related Posts Style
=======================================*/

/*=====================================
 Message And Finance Style
=======================================*/
/*  maf means message and finance */
.maf-group-btn {
    width: 100%;
    border-radius: 10px;
    border: 1px solid black;
}

.maf-group-btn-left {
    width: 50%;
    border-right: 1px solid black;
    border-radius: 10px;
}

.maf-group-btn-right {
    width: 50%;
    border-left: 1px solid black;
    border-radius: 10px;
}

.maf-statistics {
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid black;
}

/*=====================================
 End Message And Finance Style
=======================================*/
#mobile_menu {
    font-size: 13px;
}

#filter_btn {
    font-size: 13px;
}

/* Extra small devices (portrait phones, less than 362px) */
@media (max-width: 362px) {
    #mobile_menu {
        font-size: 10px;
    }

    #filter_btn {
        font-size: 10px;
    }

    .switch_lang {
        font-size: 12px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*#allProfiles {*/
    /*    display: flex;*/
    /*    flex-flow: column-reverse;*/
    /*}*/
    /*#allAdverts {*/
    /*    display: flex;*/
    /*    flex-flow: column-reverse;*/
    /*}*/
    .w-xs-100 {
        width: 100% !important;
    }

    .w-xs-90 {
        width: 90% !important;
    }

    .w-xs-75 {
        width: 75% !important;
    }

    .w-xs-50 {
        width: 50% !important;
        margin: auto;
    }

    .w-xs-25 {
        width: 25% !important;
    }

    .mx-xs-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /**
        auth
     */
    .label-text {
        font-size: 1.1rem !important;
    }

    /**
    subscribe
     */
    .sub_header {
        width: 200px !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /*#allProfiles {*/
    /*    display: flex;*/
    /*    flex-flow: column-reverse;*/
    /*}*/
    /*#allAdverts {*/
    /*    display: flex;*/
    /*    flex-flow: column-reverse;*/
    /*}*/
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        margin: auto;
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }


}

@media (min-width: 766px) {
    #card_payment_section {
        padding-top: 1rem !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {


    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

}

/*body FAQ*/
.body-text {
    max-width: 950px !important;
}

/*Text Box Admin*/

.text-box-admin {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
    min-height: 580px;
}

/*End Text Box Admin*/

/*the mouse cursor  pointing over an element.*/
.pointer {
    cursor: pointer;
}

/*style for share user*/
.share-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 0.7rem;
}

/*style for Post Image*/
.post-img {
    width: 100%;
    height: 100%
}

.back-purple-color {
    background-color: #a349a3 !important;
}

tr:hover {
    z-index: 2000;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

tr:hover .sticky-firstname-col {
    background: #e1e2e3 !important;
    color: #000 !important;
    font-weight: bolder;

}

tr:hover .sticky-lastname-col {
    background: #e1e2e3 !important;
    color: #000 !important;
    font-weight: bolder;
}

tr.selected .sticky-firstname-col {
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: bolder;
}

tr.selected .sticky-lastname-col {
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: bolder;
}


tr:hover .sticky-agreement-owner-firstname-col {
    background: #000 !important;
    color: #fff !important;
    font-weight: bolder;

}

tr:hover .sticky-agreement-owner-lastname-col {
    background: #000 !important;
    color: #fff !important;
    font-weight: bolder;
}

tr:hover .sticky-agreement-firstname-col {
    background: #e1e2e3 !important;
    color: #000 !important;
    font-weight: bolder;

}

tr:hover .sticky-agreement-lastname-col {
    background: #e1e2e3 !important;
    color: #000 !important;
    font-weight: bolder;
}


tr.selected {
    border-top: 4px solid red;
    border-bottom: 4px solid red;

}

tr.selected .sticky-agreement-owner-firstname-col {
    background: #9ad9ea !important;

}

tr.selected .sticky-agreement-owner-lastname-col {
    background: #9ad9ea !important;

}

tr.selected .sticky-agreement-firstname-col {
    background: #b5e51d !important;

}

tr.selected .sticky-agreement-lastname-col {
    background: #b5e51d !important;

}

.back-cyan-color {
    background-color: #9ad9ea !important;
}

.back-white-color {
    background-color: #ffffff !important;
    color: #000000;
}

.back-light-color {
    background-color: #efe3af !important;
}

.back-lime-color {
    background-color: #b5e51d !important;
}

.back-green-color {
    background-color: #0E9A00 !important;
}

.back-dark-color {
    background-color: #000000 !important;
    color: #ffffff;
}

.back-green-darker-color {
    background-color: #064c00 !important;
}

.text-green-darker-color {
    color: #064c00 !important;
}

.back-gold-color {
    background-color: #ffca0d !important;
}

.back-deep-gold-color {
    background-color: #cc9900 !important;
}

.gold {
    color: gold !important;
}

.back-red-color {
    background-color: #ff3d5b !important;
}

.back-gray-color {
    background-color: grey !important;
}

.back-light-pink-color {
    background-color: #fed5e6 !important;
}

.btn-save {
    background-color: #34BEA1;
}

.question {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 1.5em;
    background: #fff;
    resize: none;
    outline: none;
}

.question:focus {
    border-color: #00bafa;
}

.question:focus + .label-question:before {
    color: #00bafa;
}

.question:focus + .label-question:before,
.question:valid + .label-question:before {
    transition-duration: 0.2s;
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

.question:invalid + .label-question:before {
    content: attr(alt);
}

.question + .label-question {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3em - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}

.question + .label-question:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(1em + 2px);
    padding: 0 2px;
    color: #898989;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.border-radius-0 {
    border-radius: 0 !important;
}

/*Side Bar Flashing For New Message*/
.sidebarAccount .fa-circle {
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
        border-radius: 50%
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
        border-radius: 50%
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
        border-radius: 50%
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
        border-radius: 50%
    }
    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
        border-radius: 50%
    }
}

.div_rating {
    font-size: 10px !important;
}

.font_adverts {
    font-size: 0.65rem !important;
}

.profile-margin {
    margin-top: 15px !important;
    margin-right: 15px !important;
}

.stars_margin {
    margin-left: -2px;
}

.more_a {
    font-size: 0.77rem !important;
}

.agreementContent_time {
    font-size: 9px !important;
    color: red;
}

.confirmedMessage {
    color: #24c307;
}

/*admin-->allprofiles*/
.show_comments {
    cursor: pointer;
}


/*admin-->admin chat*/

.admin_chat {
    cursor: pointer;
}

/* CSS Test begin */
#admin_chat_display {
    margin-right: 1rem;
    margin-left: 1rem;
}

#admin_chat_display .comment-box {
    margin-top: 30px !important;
}

/* CSS Test end */

#admin_chat_display .comment-box img {
    width: 50px;
    height: 50px;
}

#admin_chat_display .comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}

#admin_chat_display .comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
}

#admin_chat_display .comment-box .media-body p span {
    text-align: right;
    display: block;
    font-size: 14px;
}

#admin_chat_display .comment-box .media-body .media p {
    margin-bottom: 0;
}

#admin_chat_display .comment-box .back-lime-color span {
    text-align: right;
    display: block;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

#admin_chat_display .replay_btn {
    float: right;
    margin: 0 1rem 1rem 0;
}

#admin_chat_display .comment-box .media-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
}

#admin_chat_display .comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}

/*end admin-->admin chat*/


/*=============================
	 Admin Contact Us Style
===============================*/

#admin_contact_us p {
    font-size: 13px;
}

#admin_contact_us h6 {
    color: #0E9A00;
}


/*=============================
	 End Admin Contact Us Style
===============================*/


.inactive_row {
    background-color: #ececec;
    color: #000;
    text-decoration: line-through;
}


.text-green {
    color: #28a745
}

.text-blue {
    color: blue;
}

.use_logo {
    border-radius: 16px;
}

.text-red {
    color: #dc3545
}

.text-teal {
    color: #20c997
}

.text-cyan {
    color: #17a2b8
}

.text-gold {
    color: #ffca0d
}

.text-purple {
    color: #6f42c1
}

.btn_hover_custom:hover {
    color: #212529;
    background-color: #44a2ff;
    border-color: #dae0e5;
}

/*
    tab login-register
 */
/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    background-color: #f1f1f1;
    border-radius: 20px;
    background-color: #e3efff;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 50%;
    text-align: center;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #749cf3;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #749cf3;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

#singuplogin {
    padding: 0 !important;
}


.sticky-col {
    position: sticky;
    left: 0;
    background-color: #fff;
}

.sticky-top {
    position: sticky;
    top: 85px;
    background-color: #fff;
}

.label_no_margin {
    margin-bottom: 0 !important;
}

.ui_right_header {
    justify-content: flex-end;
}

.or_auth {
    margin-top: 6px !important;
}

.label_remember {
    margin-left: 10px;

}

.text-strong {
    font-weight: bold;
}

.link_advert {
    color: black;
}


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

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-auto {
    margin: auto !important;
}

.button_wePay {
    border-radius: 16px;
}

.span_line2_wePay {
    font-size: 13px;
}


.table-checkbox {
    margin-top: 5px;
}

.rtl {
    direction: rtl !important;
}

.closeAdvButton {
    /* line-height: 12px;*/
    width: auto;
    font-size: 17px;
    font-family: tahoma;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.howItsWorkP {
    font-size: 15px !important;
}

.howItsWorkP2 {
    font-size: 10px !important;
}

.howItsWorkStart {
    margin-top: 0 !important;
}


.titleWePayFligh {
    margin-top: 23px !important;
}

.loggugeSpaceTingToSendFa {
    font-size: 15px !important;
}

.tikChat {
    margin-left: 8px;
    font-size: 10px;
    color: green;
}


/*blog list section*/

.blog-card {
    min-height: 430px;
}

.blog_list_img {
    height: 140px;
    margin-bottom: 15px;
}

.keyword-badge {
    margin-left: 5px;
}

/*end blog list section*/


.hr-middle-content {
    display: flex;
    flex-direction: row;
}

.hr-middle-content:before,
.hr-middle-content:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #000;
    margin: auto;
}


.closeAdvButton {
    float: right;
}


.ringing-bell {
    position: relative;
    z-index: 1000;
    transition: translate(-50%, -50%)
}


.faa-ring {
    color: red
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial
}


/*rtl css*/
.text-rtl {
    direction: rtl !important;
    text-align: right;
}


.padding-right-none {
    padding-right: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

/*end rtl css*/
.width-100 {
    width: 100px !important;
}

.text-ltr {
    direction: ltr !important;
    text-align: left;
}


/*blog view section*/
#blog_view img {
    width: 100%;
}

#blog_view .card-img-top {
    width: 200px;
    height: 200px;
}


/*end blog view section*/


.text-size-15 {
    font-size: 15px;
}


.height-34 {
    height: 34px !important;
}

.height-50 {
    height: 50px !important;
}

.min-height-50 {
    min-height: 50px !important;
}

.width-220 {
    width: 220px !important;
}

.width-240 {
    width: 240px !important;
}


.weight_parent {
    position: relative;
}

.weight_remaing {
    position: absolute;
    top: 18px;
    left: 1px;
    font-size: 9px;
}


.share_contact_textarea::placeholder {
    font-size: 13px !important;
}


@media (max-width: 991px) {


    .advert-card-title {
        font-size: 1.4rem !important;
    }

    .weight_remaing {
        position: absolute;
        top: 24px;
        left: 1px;
        font-size: 10px;
    }


    #sidebar-account {
        position: fixed;
        z-index: 2070;
        top: 9vh;
        padding-top: 2vh;
        left: 0;
        background: #fff;
        bottom: 0;
        right: 0;

    }

    #user-menu-btn {
        position: sticky;
        top: 82px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        height: 90px;
        padding: 20px
    }

    #user-menu-btn button {
        width: 100%;
        height: 60px;
        margin-bottom: 50px;
        box-shadow: 5px 5px #888888;
        /*width: 60px;*/
        /*border-radius: 50px;*/


    }


    .sticky-top {
        position: static;
    }
}

.vl {
    border-left: 1px solid #000;
    height: 100%;
}


#chat {
    display: inline-block;
    position: relative;
}

#chat_options {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    text-align: center;

}

#guarantee_delivery_input {
    width: 100%;
    position: relative;

}

#item_price_input {
    place-items: center;
    display: grid;

}


#guarantee_delivery_input input {
    border: 1px solid #000 !important;
    width: 100%;
    height: 25px;

    padding-top: 0;
    padding-bottom: 0;
    /*background: #e1e2e3;*/
    border-radius: 20px;
    font-size: 13px;
    margin-top: 15px;

}


#item_price_input input {
    border: 1px solid #000 !important;
    height: 25px;
    width: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 20px;
    font-size: 13px;
}



#guarantee_delivery_input input::placeholder {
    font-size: 10px;
}

#item_price_input input::placeholder {
    font-size: 10px;
}


#guarantee_delivery_input .hidden_placeholder::placeholder {
    opacity: 0;
}

#item_price_input .hidden_placeholder::placeholder {
    opacity: 0;
}


#send_agreement_msg_btn {
    height: 25px;
    position: absolute;
    border-radius: 20px;
    padding-top: 0;
    bottom: 0;
    left: 45px;
}

#upload_btn {
    height: 25px;
    position: absolute;
    border-radius: 20px;
    padding-top: 0;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
}


#chat_options input:focus {
    /*border-color: #fff;*/
    box-shadow: none;
    outline: none;
    /*border: 0;*/
}

#upload_img_msg {
    position: absolute;
    bottom: -4px;
    right: 10px;
    z-index: 100;

}

#upload_img_msg_rtl {
    position: absolute;
    bottom: -4px;
    left: 10px;
    z-index: 100;
}

#text_area_msg {
    display: block;
    width: 100%;
    min-height: 100px !important;
    border: 5px solid deepskyblue;
}

#text_area_msg::placeholder {
    color: red;
}


.msg_luggage_space_icon {
    height: 83px;
    width: 80px;
    position: absolute;
    left: -84px;
    top: 16px;
}

.msg_things_to_send_icon {
    height: 73px;
    width: 73px;
    position: absolute;
    left: -79px;
    top: 30px;
}

.chatName {
    font-size: 8px !important;


}


@media (max-width: 634px) {
    .msg_luggage_space_icon {
        height: 65px;
        width: 65px;
        position: fixed;
        left: 5vw !important;
        top: 85vh;
        z-index: 20
    }

    .msg_things_to_send_icon {
        height: 65px;
        width: 65px;
        position: fixed;
        left: 5vw;
        top: 85vh;
    }

}


#msg_total_box {
    padding: 10px;
}


/*side filter*/
.side_filter_item {
    cursor: pointer;
}

/*end side filter*/

.advert_card {
    position: relative;
}


.advert_delete_btn {
    right: -5px;
    cursor: pointer;
    top: -7px;
    z-index: 2;
    border-radius: 50%;
    padding: 0.5em;
    width: 25px;
    height: 25px;
    border: 2px solid red;
    color: red;
    position: absolute;
}

.close_btn {
    right: 5vw;
    cursor: pointer;
    top: 3vh;
    z-index: 2;
    border-radius: 50%;
    padding: 0.5em;
    width: 25px;
    height: 25px;
    border: 1px solid red;
    color: red;
    position: absolute;
}


.advert_delete_btn:hover {
    border: 3px solid red;
    background-color: #fff;
    color: red;
}

.close_btn:hover {
    border: 3px solid red;
    background-color: #fff;
    color: red;
}

.advert_delete_btn::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: red;
    width: 2px;
    left: 10px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}

.close_btn::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: red;
    width: 2px;
    left: 10px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}

.advert_delete_btn::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: red;
    height: 2px;
    top: 10px;
    left: 4px;
    right: 4px;
    transform: rotate(45deg);
}

.close_btn::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: red;
    height: 2px;
    top: 10px;
    left: 4px;
    right: 4px;
    transform: rotate(45deg);
}

.agreement_killo_input {
    color: red !important;
}

.agreement_killo_input input {
    border: 2px solid deepskyblue !important;
    border-radius: 4px;
    text-align: center;
}


@media only screen and (max-width: 562px) {
    .agreement_killo_input {
        color: red !important;
        font-size: 11px;
    }

    .agreement_killo_input input {
        width: 35px !important;
    }

    .agreement_killo_input button {
        padding: 0.12rem 0.5rem !important;
    }

}


.fa-xs {
    font-size: 0.7em;
    line-height: .75em;
    vertical-align: -15%
}


#onboarding {
    position: fixed;
    background-color: rgba(0, 0, 0, 0); /* Black w/ opacity */
    width: 100vw;
    height: 100vh;
    z-index: 1031;
    top: 0;
}

.onboarding_tooltip {
    position: relative;
    display: inline-block;
}

.onboarding_tooltip .tooltiptext {
    visibility: visible;
    width: 130px;
    top: 100%;
    left: 30%;
    margin-left: 10px;
    margin-right: 10px;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 15px;

    /* Position the tooltip */
    position: absolute;
    z-index: 2;

}


.onboarding_tooltip:hover .tooltiptext {
    visibility: visible;
}

.onboarding_tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.onboarding_step {
    border-radius: 50%;
    display: block;
    margin: auto auto;
    font-weight: bolder;
    width: 22px;
    height: 22px;
}

.onboarding_first_step {
    background: greenyellow;
    color: #000;

}

.onboarding_second_step {
    background: purple;
    color: #ffffff;
}

.onboarding_third_step {
    background: red;
    color: #ffffff;
}

.link-color {
    color: #007bff;
}

/*.blink_btn {*/
/*    animation: blinker 6s linear infinite;*/
/*}*/

/*@keyframes blinker {*/
/*    50% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/


.google_login_btn {
    text-align: center !important;
    margin-top: 20px;
    margin: auto;
    max-width: 240px;
}

.google_login_btn a {
    font-size: 22px;
}


.switch_lang {
    position: relative;
    width: 28px;
    bottom: 30px
}

.switch_lang .en_lang {
    position: absolute;
    top: 0;
    padding-right: 9px;
    padding-left: 9px
}

.switch_lang .fa_lang {
    position: absolute;
    top: 21px;
    padding-right: 9px;
    padding-left: 9px
}

.fa-lg-custom {
    font-size: 1.5em;
    line-height: .75em;
    vertical-align: -12%;
}


.user_msg {
    border-bottom: 1px solid #e1e2e3;
}

.user_msg a:hover {
    color: blue !important;
    font-weight: 900 !important;
}

.user_chat_row {
    padding: 5px;
    margin-bottom: 1px !important;
    border-bottom: 1px solid #e1e2e3;
}


.circle_div {
    border-radius: 50%;
}

#user_chat_area .pagination {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.agreement_text {
    /*margin-top: 20px;*/
    font-size: 13px;
    line-height: 14px;
    text-align: justify;
}


.sort_by {
    cursor: pointer;
}


.width-50-percent {
    width: 50% !important;
}

.width-60-percent {
    width: 60% !important;
}

.width-40-percent {
    width: 40% !important;
}


.back-gold-gradient-color {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #FDB931 10%, #FDB931 20%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 88%, #D1B464 25%, #5d4a1f 62.5%, #fffffd 100%);

}


/* CSS-only ribbon styles    */
.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 0;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 55px;
    height: 55px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, .2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before, .cnrflash-inner:after {
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}

.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.cnrflash-inner:after {
    right: -10px;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
    font-size: 0.50em;
    font-weight: bolder;
    text-align: center;
}


/*Upoad Avatar section*/
.avatar-wrap {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.avatar-wrap .container {
    padding-bottom: 10px;
}

.avatar-wrap strong {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #aaa;
    margin: 0 0 5px 0;
}


.upload-avatar .upload-avatar-wrap,
.upload-avatar .upload-result,
.upload-avatar.ready .upload-msg {
    display: none;
}

.upload-avatar.ready .upload-avatar-wrap {
    display: block;
}

.upload-avatar.ready .upload-result {
    display: inline-block;
}

.upload-avatar-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

/*End upload avatar section*/


/*Upload advert image*/


.upload-advert .upload-advert-wrap,
.upload-advert .upload-result,
.upload-advert.ready .upload-msg {
    display: none;
}

.upload-advert.ready .upload-advert-wrap {
    display: block;
}


.upload-advert-wrap {
    position: relative;
    width: 260px;
    height: 160px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

/*End upload advert image*/

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}


.cr-slider-wrap {
    position: absolute !important;
    top: -28px;
    margin-top: 0 !important;
    width: 140px !important;
}


.card_statistics {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.talk_area {
    margin-top: .25rem;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.talk_area p {
    margin-bottom: 0 !important;
}


/*Advert Tab*/
.advert_tab_enabled {
    color: #FFFFFF;
    background-color: #44a2ff;
    border-color: #dae0e5;
    z-index: 0;
}

.advert_tab_enabled button {
    z-index: 10;
}

.advert_tab_enabled_content {
    color: #212529;
    padding: 5px;
    background-color: #44a2ff;
    border-color: #dae0e5;
    border-radius: 5px;
}

.advert_tab_enabled::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    z-index: -2;
    height: 0;
    border-style: solid;
    border-width: 0 28px 45px 28px;
    border-color: transparent transparent #44a2ff
}

@media only screen and (max-width: 767px) {
    .advert_tab_enabled::after {
        border-width: 0 48px 95px 48px;
    }

    #text_area_msg {
        min-height: 240px !important;
    }
}

/*End Advert Tab*/


/*City search input*/
.citySearch {

}

#fromCityList, #toCityList, #categoryList {
    list-style-type: none;
    padding-left: 15px;
    border: 2px;
    background-color: #e1e2e3;
    position: absolute;
    z-index: 2;
    right: 13px;
    left: 14px;

}

#fromCityList, #toCityList, #categoryList li {
    cursor: pointer;
}

/*End City search input*/
