:root {

    --bs-danger-rgb: 255, 58, 110;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.woff2') format('woff2'),
        url('fonts/Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.impact {
    font-family: 'Impact';
    letter-spacing: 2px;
}

.bg-635BFF {
    background-color: #635BFF;
}

.color-ffffff {
    color: #ffffff;
}

.color-635BFF {
    color: #635BFF;
}

/* .home-banner {
    padding: 135px 5px;
}

.home-banner h1:first-child {
    color: #F8E59C;
}

.home-banner h1 {
    line-height: 1.1;

} */

.companies-list .company .img {
    max-width: 50%;
    max-height: unset;
}

.companies-list .title{
    padding: 20px;
    color: #808080;
}














#navigation ul li:hover ul a:only-child,
#navigation ul a:only-child {
    padding: 8px 15px 8px 15px !important;
}

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

.f-size-20 {
    font-size: 20px !important;
}

.f-size-25 {
    font-size: 25px !important;
}

.f-size-30 {
    font-size: 30px !important;
}

.f-size-35 {
    font-size: 35px !important;
}

.f-size-40 {
    font-size: 40px !important;
}

/* Sign In Button */
.header-widget .btn {
    /* padding: 10px 0; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #fff;
    display: block;
    margin: 0 -3px;
}

.header-widget .btn-outline {
    background-color: transparent;
    color: #635BFF;
    border: 1px solid #635BFF;
    box-shadow: none;
}

.header-widget .btn i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 2px;
    margin-right: 4px;
    margin-left: -1px;
    color: #777;
    transition: 0.3s;
}

.header-widget .btn:hover,
.header-widget .btn:hover i {
    color: #fff;
}

.header-widget .btn-outline:hover {
    color: #555;
    border: 1px solid #555;

}


.transparent-header .header-widget .btn,
.transparent-header .header-widget .btn i {
    color: #fff;
}

/* Sign In Button Media Queries */
@media (max-width: 768px) {
    .header-widget .btn span {
        display: none;
    }

    .header-widget .btn i {
        font-size: 20px;
        top: 3px;
    }

    .header-widget .btn i,
    .header-widget .btn i:hover {
        color: #555;
    }

    .header-widget .btn {
        background-color: #f0f0f0;
        border-radius: 4px;
        height: 46px;
        width: 46px;
        text-align: center;
    }

    .transparent-header .header-widget .btn i,
    .transparent-header .header-widget .btn {
        background-color: #fff;
        color: #333;
    }

    .message-reply button {
        width: 100px !important;
        height: 40px;
        width: 100px;
        font-size: 15px;
    }

}

.search-tag-holder {
    overflow-x: auto;
    white-space: nowrap;
}

/* .search-tags {
    border: 1px solid #222;
    padding: 5px 15px;
    border-radius: 25px;
} */


/* slick-carousel-v2 */

.full-width-carousel-fix .slick-carousel-v2.slick-initialized .freelancer {
    /* margin: 15px; */
    transform: scale(0.85);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.full-width-carousel-fix .slick-carousel-v2.slick-initialized .slick-slide.slick-active.freelancer {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}


.slick-carousel-v2 .slick-carousel-item {
    margin: 15px;
}

.slick-carousel-v2 {
    height: auto;
    width: calc(100% + 30px);
    /* left: -15px; */
}

.slick-carousel-v2 {
    display: none;
}

.slick-carousel-v2.slick-initialized {
    display: block;
}

/* Custom */
.slick-carousel-v2 .freelancer {
    /* margin: 15px; */
    width: 30%;
}

.slick-carousel-v2.slick-initialized .freelancer {
    width: auto;
}

.slick-carousel-v2 .freelancer-details-list ul li {
    margin-right: 22px;
}

.slick-carousel-v2 .freelancer-details-list ul li:last-child {
    margin-right: 0px;
}

.slick-carousel-v2 .freelancer:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(0px);
}

.coach-overview {
    padding: 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.coach-overview .headline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.coach-overview .footer {
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    margin-top: 15px;
}

.tag {
    padding: 0 15px;
    border-radius: 4px;
    color: #635BFF;
    background-color: transparent;
    border: 1px solid #635BFF;
    outline: none;
    box-shadow: 0 3px 10px rgba(102, 103, 107, 0.1);
    text-transform: uppercase;
    font-size: 12px;
}

.coach-overview .coach-avatar {
    width: 100px;
    margin: 0;
    height: 100px;
}

.coach-overview .coach-overview-inner {
    flex: 1;
    display: flex;
    align-items: center;
}

.coach-overview .coach-avatar img {
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    height: 100%;
}

.coach-overview .coach-name {
    text-align: left;
    margin: 0 0 0 30px;

}

.coach-overview .coach-name h4 {
    line-height: 1;
}

.coach-overview .coach-name h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.coach-name img.flag {
    height: 15px;
    border-radius: 3px;
    position: relative;
    top: -1px;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-left: 4px;
    cursor: default;
}

.coach-overview .coach-overview-description p {
    margin: 15px 0 0 0;
    padding: 0;
    color: #666;
    line-height: 23px;
}

.coach-name span {
    color: #888;
}

.coach-overview-container {
    flex: 1;
}

.footer-cname {
    position: relative;
    top: auto;
    transform: translateY(0);
    top: 50%;
    height: 46px;
}

.footer-row-inner.footer-cname div {
    position: relative;
    top: 50%;
    transform: translate(0%, 50%);
}

.footer-top-section .footer-cname div {
    max-height: 46px;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

.timeline .coach-avatar img {
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    object-fit: cover;
}

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

.h-100 {
    height: 100% !important;
}

body p {
    line-height: 22px;
}

.timeline p,
.timeline .username {
    line-height: 22px;
}

.timeline .action-toggle {
    cursor: pointer;
}

.timeline .action-menu {
    top: 40px;
    right: 0;
    left: auto;
    position: absolute;
    min-width: 160px !important;
    flex: 1;
    background: white;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.14);
    padding: 15px 5px;
    opacity: 0;
    transition: 0.4s;
    display: block;
    pointer-events: none;
    visibility: hidden;
    cursor: default;
}

.timeline .action-menu.open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.timeline .action-menu ul {
    list-style: none;
    padding: 0 5px;
}

.timeline .action-menu ul>li>a {
    display: block;
    padding: 7px 10px;
    padding-right: 35px;
    clear: both;
    font-weight: normal;
    line-height: 21px;
    color: #808080;
    border-radius: 4px;
}

.timeline .action-menu ul>li>a:hover {
    background-color: rgba(42, 65, 232, 0.07);
    color: #2a41e8;
}

.timeline .tabs {
    background: #fafafa;
}

.timeline .tabs-header .active a {
    color: #635BFF !important;
}

.border-top {
    border-top: 1px solid #e4e4e4;
}

.box-shadow-none {
    box-shadow: none !important;
}

.bg-light {
    background-color: white !important;
}

.text-dark {
    color: #666 !important;
}

.text-000000 {
    color: #000000 !important;
}

.relative {
    position: relative !important;
}

.text-danger {
    color: rgba(var(--bs-danger-rgb)) !important;
}

.coach-avatar img {
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    object-fit: cover;
}

img.flag {
    height: 15px;
    border-radius: 3px;
    position: relative;
    top: -1px;
    display: inline-block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-left: 4px;
    cursor: default;
}


.single-page-header .header-details li .share .info-box {
    opacity: 0;
    position: absolute;
    width: 304px;
    background-color: #2a41e8;
    padding: 15px;
    border-radius: 5px;
    color: white;
    top: 33px;
    left: -17px;
    /* opacity: 1; */
    transition: opacity 0.2s ease-out;
    /* It slowly shows the element as we place the mouse on the box and when the time reaches 2 seconds, it is fully visible. */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .single-page-header .header-details li .share .info-box {
        display: none;
    }
}

.single-page-header .header-details li .share .info-box.hide {
    opacity: 0 !important;
}


/* .single-page-header .header-details li .share .info-box .close-icon {
    position: absolute;
    right: 5px;
    top: 1px;
    cursor: pointer;
} */


/* .single-page-header .header-details li .share .info-box .close-icon i {
    font-size: 14px;
    font-weight: 700;
} */

.single-page-header .header-details li .share .info-box:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2a41e8;
}


.modal .mfp-close {
    color: #fff;
}


/* Popup close button*/

.modal .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    border-radius: 4px;
    top: 28px;
    right: 40px;
    width: 40px;
    height: 40px;
}


/* Popup close button*/

.modal .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    border-radius: 4px;
    top: 28px;
    right: 40px;
    width: 40px;
    height: 40px;
}

.modal .mfp-close:hover {
    color: #fff;
    background-color: #66676b;
}


/* Popup */

.modal {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 550px;
}

.dialog-with-tabs.modal {
    padding: 0;
    color: #666;
    max-width: 540px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}


/* Close Button Adjustments*/

.modal.dialog-with-tabs .mfp-close {
    color: #888;
    background-color: #f8f8f8;
    /* border-left: 1px solid #e0e0e0; */
    border-radius: 0 4px 0 0;
    top: 0;
    right: 0;
    width: 62px;
    height: 61px;
}

.modal.dialog-with-tabs .mfp-close:hover {
    color: #333;
    background-color: #f2f2f2;
}


/* Popups Media Queries */

@media (max-width: 480px) {
    .modal.dialog-with-tabs .mfp-close {
        height: 50px;
        width: 50px;
    }

    .uploadButton {
        flex-direction: row;
    }
}


/* Social Media Container - Start */

.social-media-container {
    display: flex;
    justify-content: center;
}

.social-media-container>div {
    margin: 5px 15px;
    text-align: center;
}

.social-media-container>div>a {
    font-size: 3rem;
}

.social-media-container>div>a>i {
    font-size: 24px;
    height: 60px;
    width: 60px;
    max-width: 60px;
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    transition: 0.25s;
    position: relative;
}

.social-media-container>div>a .fb {
    background-color: #3b5998;
}

.social-media-container>div>a .ln {
    background-color: #0e76a8;
}

.social-media-container>div>a .tw {
    background-color: #00acee;
}

.social-media-container>div>a .cu {
    color: #777;
}


/* Social Media Container - End */

/* custom */
.customer-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #7a7a7a;
}

.helper-tags {
    margin-top: -7px;
    text-align: right;
}

.helper-tags span {
    transition: 0.3s;
    font-size: 14.7px;
    border-radius: 4px;
    background-color: rgba(102, 103, 107, .07);
    color: #66676b;
    display: inline-block;
    padding: 6px 15px;
    margin: 2px 0;
    line-height: 24px;
}


.relationship-realm-trgr {
    background: #f0f2f5;
    padding: 10px 30px;
    margin: 15px;
    display: inline-block;
    border-radius: 25px;
    color: #333;
}

.relationship-realm-trgr:hover {
    background: #d5d5d5;
}

/* .compact-list-layout .job-listing .status {
    line-height: 50px;
    background: #38b653;
    color: white;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    width: 50px;
    margin-right: 24px;
} */

.h2 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    .h2 {
        font-size: 1.75rem;
    }
}

.dashboard-box .headline .label {
    color: #666;
    background: #eaeaea;
    font-weight: 600;
    font-size: small;
    border-radius: 3px;
}

.dashboard-box .headline .label.completed {
    color: #0f5533 !important;
    background: #e8faf4;
}

.progress {
    background-color: #eaeaea;
    border-radius: 20px;
    position: relative;
    margin: 5px 0;
    height: 10px;
    width: 100px;
}

.progress-done {
    background: #666;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.progress-done.completed {
    background: #38b653;
}

.order-content-inner {
    width: calc(100% + 18px)
}

/*inbox fixed t display*/
@media (min-width: 993px) {
    .messages-container-inner {
        height: calc(100vh - 110px);
    }
}

.message-content-inner,
.messages-container-inner .messages-inbox ul {
    overflow-y: scroll;
    width: calc(100% + 5px);
    height: calc(100vh - 195px);
}

.messages-container-inner .order-content-inner {
    padding: 30px;
    padding-bottom: 0;
    flex-grow: 1;
}

.msg-unread {
    background-color: #fafafa;
}

.messages-container-inner .messages-inbox .message.msg-unread p {
    font-weight: 800;
}

.inbox-watermark>div>i,
.inbox-watermark-no-data>div>i {
    font-size: 4rem;
}

.inbox-watermark>div,
.inbox-watermark-no-data>div {
    color: #666;
    opacity: 0.5;
}

:is(.lc-1, .lc-2, .lc-3, .lc-5) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.lc-1 {
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
}

.lc-2 {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}

.lc-3 {
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
}

.lc-5 {
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
}

.flag-small {
    height: 16px;
    border-radius: 3px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.msg-attachment i {
    font-size: 22px;
    cursor: pointer;
}


/* Upload Attachment Button */

.attachment-box .upload-attachment {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #2a41e8;
    box-shadow: 0 3px 8px rgba(234, 65, 81, 0.15);
    height: 28px;
    width: 28px;
    line-height: 28px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(3px);
}

.attachment-box .upload-attachment:before {
    content: "\e9ef";
    font-family: "Feather-Icons";
}

.attachment-box:hover .upload-attachment {
    opacity: 1;
    transform: translateY(0);
}

.attachment-me {
    float: right;
    margin-right: 70px;
}

.attachment-writer {
    margin-left: 70px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.fa-spinner {
    animation: rotate 1s linear infinite;
}


.dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 2px;
    border-radius: 50%;
    border: 4px solid #2a41e8;
    border-color: #2a41e8 transparent #2a41e8 transparent;
    animation: dual-ring 1.2s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}



.button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

input.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.collapsible {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.collapsible.open {
    max-height: 200px;
    /* Adjust the value according to your content */
}

#not-found h3 {
    font-size: 20px;
    /* line-height: 3rem; */
    font-weight: 500;
    /* letter-spacing: -8px; */
}


.message-bubble .message-text-offer {
    margin-left: 70px;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 12px 18px;
    position: relative;
    display: inline-block;
    float: left;
    line-height: 25px;
}

.message-bubble.me .message-text-offer {
    float: right;
}

.message-bubble .message-text-offer p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.message-bubble.me .message-text-offer {
    margin-left: 0;
    margin-right: 70px;
    background-color: #f4f4f4;
    color: #fff;
    position: relative;
}

.message-bubble .message-text-offer:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f4f4f4;
    left: -6px;
    right: auto;
    top: 19px;
    position: absolute;
}

.message-bubble.me .message-text:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #66676b;
    border-right: none;
    right: -6px;
    left: auto;
}

.message-bubble.me .message-text-offer:before {
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f4f4f4;
    border-right: none;
    right: -7px;
    left: auto;
}


.message-bubble .order.message-text-offer {
    margin-right: 0;
    margin-left: 0;
}

.message-bubble .order.message-text-offer:before {
    display: none;
}

.message-bubble.me .message-text {
    text-align: right;
}

.header-notifications-trigger span {
    position: absolute;
    top: -7px;
    right: -7px;
}


/* .sale-status, */
.label {
    background-color: #333;
    border-radius: 4px;
    color: #fff !important;
    font-size: 11px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    line-height: 20px;
}

/* 
.sale-status.upcoming {
    background-color: #52ba65;
}

.sale-status.reviewing {
    background-color: #e5ba24;
}

.sale-status.request {
    background-color: #323a7b;
}

.sale-status.completed {
    background-color: #528db9;
}

.sale-status.dispute {
    background-color: #cc3433;
}

.sale-status.cancelled {
    background-color: #333333;
} */

.label.active {
    background-color: #52ba65;
}

.label.inactive {
    background-color: #cc3433;
}



.action-dropdown {
    position: relative;
    display: inline-block;
    padding: 1px 7px;
    background: #f0f0f0;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 7px;
}

.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content.show {
    display: block;
}

.action-dropdown a:hover {
    background-color: #f4f7f9;
}


.countdown-container {
    display: flex;
    flex-direction: row;
    margin: auto 15%;
    align-items: baseline;
}

.countdown-container .timer {
    /* background-color: #f4f4f4; */
    text-align: center;
    /* border: 2px dotted #666; */
    /* border: 2px solid #666; */
    flex: 50%;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    /* background: rgb(61 61 61); */
    /* background: linear-gradient(120deg, rgba(246, 246, 246, 1) 0%, rgba(200, 200, 200, 1) 100%); */
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12); */
}

.countdown-container .timer .top-section {
    width: 100%;
    height: 67px;
    position: absolute;
    background: #cfcfcf;
    border-bottom: 3px solid #fff;
    top: 0;
    opacity: .3;
    -webkit-box-shadow: 0px 10px 13px -7px #8b8787, 0px 15px 0px 3px rgb(0 0 0 / 29%);
    box-shadow: 0px 10px 13px -7px #5e3d3d, 0px 15px 0px 3px rgb(0 0 0 / 29%);
}

.countdown-container .timer .timer-headline,
.countdown-container .timer .timer-desc {
    font-family: monospace;
}

.countdown-container .timer .timer-headline {
    border: 3px solid;
    border-radius: 6px;
    font-size: 5rem;
    padding: 45px 10px;
    background: rgb(61 61 61);
    color: #f4f4f4;
}

.countdown-container .dots {
    font-size: 5rem;
    font-family: fantasy;
    /* line-height: 1.56; */
}

.countdown-container .timer .timer-desc {
    font-weight: 600;
}

.countdown-container.late .timer .timer-headline {
    border-color: #cfcfcf;
    color: red;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.quotes {
    font-style: italic;
    font-size: 14px;
}

.button.style-1 {
    padding: 3px 18px;
    margin: 0;
    width: 145px;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: none;
    /* cursor: context-menu */
}

.button.style-1.grey {
    background-color: silver;
}


/* Completed order style block in order page */

.coloring.completed,
.coloring.completed span {
    background-color: #528db9;
}

.coloring.cancelled,
.coloring.cancelled span {
    background-color: #333333;
}

.coloring .icon {
    font-size: 2rem;
    color: white;
}

.coloring .message-time-sign span {
    font-size: 14px;
    color: white;
    z-index: 11;
    position: relative;
    padding: 0 30px;
}

.coloring .message-time-sign .status {
    font-size: 16px;
    font-weight: 700;
}

.coloring .message-time-sign:before {
    max-width: 50%;
}

.coloring .message-time-sign .date {
    display: block;
}

.dashboard-box .content .rating-block {
    background-color: white;
    text-align: left;
    padding: 35px;
}

#mdl-common .popup-tabs-container {
    overflow: visible;
}

.zero:before {
    background-color: silver !important;
}

.fun-fact-icon {
    flex: 0 0 75px;
    height: 75px;
}

@media only screen and (min-width: 1366px) {
    .fun-fact-icon {
        flex: 0 0 60px;
        height: 60px;
    }

}

.fixed-bottom {
    position: fixed;
    width: 98%;
    bottom: 5px;
    z-index: 9999;
    left: 1%;
    right: 1%;
    text-align: center;
}

.mandatory-mark {
    color: red !important;
}

#text-editor {
    min-height: 300px;
}

#logo img {
    height: 55px;
}

@media (max-width: 992px) {
    .intro-banner-search-form .intro-search-button {
        margin: 0;
        margin-top: 5px;
    }

    .intro-banner-search-form button {
        width: 100%;
    }
}

#header-container.dashboard-header #logo {
    width: auto !important;
}


.social-login-buttons_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.social-login-buttons_2 button img {
    width: 22px;
    position: relative;
    top: -2px;
}

.social-login-buttons_2 button {
    background-color: #66676b;
    top: 0;
    padding: 10px 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 4px;
}

.social-login-buttons_2 .facebook-login {
    background-color: #3b5998;
    color: white;
    width: 100%;
    /* width: 300px; */
}

.social-login-buttons_2 .facebook-login:hover {
    opacity: 0.9;
}

.social-login-buttons_2 .google-login:hover,
.social-login-buttons_2 .google-login.hover {
    background-color: #f0f0f0;
}

.social-login-buttons_2 .google-login {
    background-color: #ffffff;
    /* padding: 9px 0;
    width: 300px; */
    /* border-radius: 40px; */
    border: 1px solid #e0e0e0;
    /* background-color: #1877f2; */
    color: #777;
    width: 100%;
    /* width: 300px; */
}

.social-login-buttons_2 .g_id_signin {
    opacity: 0;
    position: absolute;
    top: 67px;
    z-index: 1;
    cursor: pointer;
}

#not-found h2 {
    font-size: 130px;
    line-height: 130px;
}

.single-counter h3 {
    font-size: 40px;
}

#titlebar {
    padding: 40px 0;
    margin-bottom: 40px;
}

.dashboard-headline {
    margin-bottom: 0;
}

.single-counter .counter-title {
    margin-top: 10px;
}