@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* #region Global Styles */

* {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
}

body {
    background-color: #FFF;
}

.bg-dark {
    background-color: #1C1D21 !important;
}

a {
    color: #102D69;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
    font-size: 14.66px;
    line-height: 34.41px;
    text-transform: capitalize;
}

.anchor-secondary {
    color: #727272;
    font-weight: 600;
}

.bg-primary {
    background-color: #0B2967 !important;
}

.btn-primary {
    background-color: #0B2967;
    color: #FFF !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    text-align: center;
    border: 1px solid #0B2967;
    border-radius: 6.72px;
    padding: 8px 8px !important;
    line-height: 1.2;
    text-transform: capitalize;
}

.btn-danger {
    background-color: #F20200;
    color: #FFF !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    text-align: center;
    border: 1px solid #F20200;
    border-radius: 6.72px;
    padding: 8px 8px !important;
    line-height: 1.2;
    text-transform: capitalize;
}

.btn-secondary {
    background-color: #F3F4F6;
    color: #4B5563 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    text-align: center;
    border: 1px solid #F3F4F6;
    border-radius: 6.72px;
    padding: 8px 8px !important;
    line-height: 1.2;
    text-transform: capitalize;
}

.btn-white {
    background-color: #FFF;
    color: #000 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    text-align: center;
    border-radius: 6.72px;
    padding: 15px 10px !important;
    line-height: 1.2;
    text-transform: capitalize;
}

.btn-primary-transparent {
    background-color: transparent;
    color: #0B2967 !important;
    border: 1px solid #0B2967;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
    text-align: center;
    border-radius: 6.72px;
    text-transform: capitalize;
    padding: 8px 8px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
}

.btn-decline {
    background-color: #EBEBEB;
    color: #C4403F;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 6.72px;
    padding: 8px 8px !important;
    line-height: 1.2;
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: transparent;
    border: 1px solid #4B5563;
    color: #4B5563;
}

.btn-white:hover {
    background-color: #aeaeae;
}

.btn-danger:hover {
    background-color: transparent;
    color: #F20200 !important;
    border: 1px solid #F20200;
}

.btn-primary:hover {
    background-color: transparent;
    color: #0B2967 !important;
    border: 1px solid #0B2967;
}

.btn-decline:hover {
    background-color: transparent;
    color: #C4403F;
    border: 1px solid #C4403F;
}

.btn-primary-transparent:hover {
    background-color: #0B2967;
    color: #FFF !important;
    border: 1px solid #0B2967;

}

.btn-secondary:active {
    background-color: #4B5563;
    border: 1px solid #4B5563;
    color: #FFF !important;
}

.btn-white:active {
    background-color: #aeaeae;
}

.btn-danger:active {
    background-color: #F20200 !important;
    color: #FFF !important;
    border: 1px solid #F20200 !important;
}

.btn-primary:active {
    background-color: #0B2967 !important;
    color: #FFF !important;
    border: 1px solid #0B2967;
}

.btn-decline:active {
    background-color: #F20200 !important;
    color: #FFF !important;
    border: 1px solid #C4403F !important;
}

.btn-primary-transparent:active {
    background-color: #0B2967;
    color: #FFF !important;
    border: 1px solid #0B2967;
}

.text-danger {
    color: #BF1E2E !important;
}

.text-warning {
    color: #FAC23B !important;
}

.text-success {
    color: #33FF00 !important;
}

.text-primary {
    color: #102D69 !important;
}

.font-14-5 {
    font-size: 14.5px !important;
}

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

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px;

}

::-webkit-scrollbar-thumb {
    background: #0B2967;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #092152;
}

/* Footer */

footer {
    background-color: #0B2967;
    color: #FFF;
    padding: 5rem 5rem 0 5rem;
}

.text-footer {
    color: #7a8396;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Inter', sans-serif !important;
}

.footer-social {
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social-box {
    background-color: #BF1E2E;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 16px;
}

.footer-social-box:hover {
    background-color: #FFF;
    color: #BF1E2E;
    border: 1px solid #BF1E2E;
    transition: 0.3s ease-in;
}

.footer-menu-heading {
    font-weight: 600;
    font-size: 21.33px;
    line-height: 54px;
}

.footer-menu {
    font-weight: 400;
    font-size: 14px;
    line-height: 29.33px;
    color: #FFF;
    text-decoration: none;
}

.footer-menu:hover {
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-box {
    background-color: #F6FAFD;
    color: #6D758F;
    border: 1px solid #6D758F;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
}

.flex-20 {
    flex: 0 0 20%;
}

.custom-none-2 {
    display: none;
}

.border-top {
    border-top: 1px solid #FFF !important;
}

.footer-links {
    color: #B4B9C9;
    text-decoration: none;
}

.footer-links:hover {
    transition: all 0.3s ease;
    color: #B4B9C9;
}

/* Badges */

.badge-danger {
    cursor: pointer !important;
    background-color: rgba(242, 2, 0, 0.15) !important;
    color: #F20200 !important;
    border: 1px solid #F20200 !important;
    border-radius: 8px !important;
    padding: 10px 20px;
}

.badge-warning {
    cursor: pointer !important;
    background-color: rgba(250, 194, 59, 0.15) !important;
    color: #FAC23B !important;
    border: 1px solid #FAC23B !important;
    border-radius: 8px !important;
    padding: 10px 20px;
}

.badge-primary {
    cursor: pointer !important;
    background-color: rgba(16, 45, 105, 0.15) !important;
    color: #102D69 !important;
    border: 1px solid #102D69 !important;
    border-radius: 8px !important;
    padding: 10px 20px;
}

.badge-success {
    cursor: pointer !important;
    background-color: rgba(59, 250, 84, 0.15) !important;
    color: #0ACC00 !important;
    border: 1px solid #0ACC00 !important;
    border-radius: 8px !important;
    padding: 10px 20px;
}

.badge-secondary {
    cursor: pointer !important;
    background-color: rgba(16, 45, 105, 0.05) !important;
    color: #000000 !important;
    border-radius: 8px !important;
    padding: 15px 30px;
    font-weight: 400 !important;
}

.rounded-border {
    border-radius: 5rem !important;
}

/* 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;

}

.rating-stars ul>li.star>i.bx {
    font-size: 26px;
    color: #D4D4D4;
}

.rating-stars ul>li.star.hover>i.bx {
    color: #F1C644;
}

.rating-stars ul>li.star.selected>i.bx {
    color: #F1C644;
}

.rst-btn {
    padding: 0px 10px;
    line-height: inherit;
    background-color: transparent;
    border: 1px solid #F1C644;
    color: #F1C644;
    transition: 0.5s;
    display: none;
    font-size: 13px;
}

.rst-btn.active {
    display: inline-block;
}

.rst-btn:hover,
.rst-btn:focus {
    background-color: #F1C644;
    color: #fff;
}

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

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

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

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

/* #endregion */

/* #region Hero Section Styles */

.car-section-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-job {
    position: absolute;
    width: 45rem;
    top: 8rem;
    left: 10rem;
    background-color: rgba(255, 255, 255, 0.516);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 25px 20px;
}

.card-job .step-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.card-job .step-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.18px;
    color: #6B7280;
    margin: 0;
}

.card-job .badge-custom {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 27.49px;
    color: #FFF;
    background-color: #102D69;
    padding: 8px 15px;
    border-radius: 8px;
}

.multi-steps>li.is-active~li:before,
.multi-steps>li.is-active:before {
    content: counter(stepNum);
    font-weight: 400;
}

.multi-steps>li.is-active~li:after,
.multi-steps>li.is-active:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.multi-steps>li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #FFF;
}

.multi-steps>li:before {
    content: "";
    content: "✓;";
    content: "𐀃";
    content: "𐀄";
    content: "✓";
    display: block;
    margin: 0 auto 4px;
    background-color: #092458;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #FFF;
    border-radius: 50%;
}

.multi-steps>li:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #102D69;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
}

.multi-steps>li:last-child:after {
    display: none;
}

.multi-steps>li.is-active:before {
    background-color: #fff;
    border-color: #092458;
    background-color: #092458;
}

.multi-steps>li.is-active~li {
    color: #4B5563;
}

.multi-steps>li.is-active~li:before {
    background-color: #ededed;
    border-color: #ededed;
}

.label-custom {
    font-weight: 400;
    font-size: 14px;
    color: #374151;
    line-height: 2rem;
}

.form-select {
    padding: 0.5rem;
}

.form-control {
    padding: 0.5rem;
}

.form-control:focus {
    border-color: #092458;
    box-shadow: none;
}

.form-select:focus {
    border-color: #092458;
    box-shadow: none;
}

.main-heading {
    font-weight: 600;
    font-size: 36px;
    line-height: 65px;
    text-transform: capitalize;
}

/* #endregion */

/* #region Owl Carousel Styles */

.product-carousel .item {
    background: #F8F8F8;
    padding: 20px 0 0 0;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
}

.circle-img {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #EFEFF8;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.circle-img img {
    height: 60px !important;
    width: 65px !important;
}

.slider-heading {
    background-color: #102D69;
    border-radius: 0px 0px 8px 8px;
    color: #FFF;
    padding: 8px;
    font-weight: 500;
}

.owl-nav {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.owl-prev {
    background-color: #102D69 !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-prev span {
    color: #FFF;
}

.owl-next {
    background-color: #102D69 !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-next span {
    color: #FFF;
}

/* #endregion */

/* #region Get-app & Sale Banner Stles */

.get-app-heading {
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    text-transform: capitalize;
    color: #000;
}

.get-app-heading span {
    color: #0B2967;
}

.get-app-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #727272;
}

.provider-section {
    padding-bottom: 7rem;
    padding-top: 7rem;
    color: #FFF;
}

.provider-section .provider {
    max-width: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.provider-section .provider-1 {
    left: -50px;
    top: 3.6rem;
}

.provider-section .provider-2 {
    bottom: 2.3rem;
}

.provider-section .provider-3 {
    right: 70px;
    top: 2.37rem;
}

.provider-section .provider-4 {
    bottom: 2.74rem;
    right: 80px;
}

.provider-heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    text-transform: capitalize;
}

.provider-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

/* #endregion */

/* #region why-choose-us Stles */

.why-choose-us {
    padding: 10px;
}

.why-choose-us-heading {
    font-weight: 800;
    font-size: 40px;
    line-height: 65px;
    text-transform: capitalize;
}

.circle-count {
    background-color: #EFEFF8;
    color: #727272;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.advantages h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 27.73px;
    text-transform: capitalize;
}

.advantages p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #727272;
}

/* #endregion */

/* #region our-client Stles */

.our-client {
    padding: 10px;
    text-align: center;
    position: relative;
}

.our-client h1 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    text-transform: capitalize;

}

.our-client p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #727272;
}

.client-carousel .review {
    background: #EFEFF8;
    padding: 2rem 1.5rem 1.5rem;
    margin: 1rem;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.circle-quote {
    background-color: #0B2967;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 2rem;
    position: absolute;
    top: -1rem;
    right: 1.2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.review-heading {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.review-content {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #727272;
    margin-bottom: 1rem;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.review-footer .location {
    font-size: 0.875rem;
    color: #727272;
}

.stars {
    display: flex;
    font-size: 1.2rem;
    color: #f6c000;
}

.stars i {
    transition: color 0.2s ease-in-out;
}

/* #endregion */

/* #region job detail page */

.modal-header {
    border-bottom: 0;
}

.modal-header h1 {
    font-weight: 500;
    font-size: 30.99px;
    line-height: 44.36px;
}

.bank-content h1 {
    font-weight: 500;
    font-size: 20.66px;
    color: #000;
}

.bank-content p {
    font-weight: 400;
    font-size: 15.5px;
    color: #504F4F;
}

.icon {
    font-size: 20px;
}

.border-top {
    border-top: #BCBCBC;
}

#map {
    height: 80vh;
    width: 100%;
    z-index: 1;
}

.floating-box {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 100%;
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-content {
    display: flex;
    gap: 0;
}

.floating-box .card-content .contractor-img-section {
    background-color: #F0F8FF;
    padding: 25px;
    flex: 0 0 20%;
    text-align: center;
}

.floating-box .card-content .contractor-detail-section {
    background-color: #FFF;
    padding: 15px;
    flex: 0 0 80%;
}

.contractor-detail h1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

.contractor-detail span {
    font-weight: 400;
    font-size: 14px;
    color: #5C5C5C;
}

.heading-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #CECECE;
}

.message-heading {
    font-weight: 600;
    font-size: 26px;
    color: #000;
    flex: 0 0 60%;
}

.price-miles {
    flex: 0 0 40%;
    text-align: right;
}

.price-miles h1 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.price-miles span {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #767676;
}

.status-confirmation {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.status-section {
    flex: 0 0 50%;
}

.approve-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
}

.about-job-heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 19.29px;
    color: #333;
}

/* #endregion */

/* #region job page */

.card {
    background-color: rgba(255, 255, 255, 0.516);
    border-radius: 12px;
    padding: 25px 20px;
}

.card .step-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.card .step-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.18px;
    color: #6B7280;
    margin: 0;
}

.card .badge-custom {
    display: inline-block;
    font-weight: 500;
    font-size: 20.61px;
    line-height: 27.49px;
    color: #FFF;
    border: 1px solid #102D69;
    background-color: #102D69;
    padding: 10px 15px;
    border-radius: 8px;
}

.job-post {
    background-color: #FFF;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.208);
}

.img-rounded {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.img-rounded img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.detail .detail-heading {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.detail .detail-category {
    font-weight: 400;
    font-size: 14px;
    color: #5C5C5C;
}

.detail .rating-reviews {
    display: flex;
    align-items: center;
    gap: 5px;
}

.detail .rating-reviews i {
    color: #FAC23B;
    font-size: 16px;
}

.detail .rating-reviews p,
.detail .rating-reviews span {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.detail .rating-reviews p {
    color: #000;
}

.detail .rating-reviews span {
    color: #5C5C5C;
}

.other-detail .price {
    font-weight: 600;
    font-size: 18px;
    text-align: end;
    color: #000000;
}

.other-detail .time {
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #5C5C5C;
}

.other-detail .distance {
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #5C5C5C;
}

.blur-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blur-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(8px);
    background-color: rgba(16, 45, 105, 0.62);
    z-index: 1;
}

.blur-link {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-size: 14.27px;
    backdrop-filter: blur(2px);
}

.about-job-card {
    padding: 20px;
    border-radius: 10px;
    background-color: #F8F8F8;
}

.about-job-card .job-heading {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 37.25px;
    color: #333333;
}

.rounded-circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #102D69;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-circle i {
    color: #102D69;
    font-size: 18px;
}

.service-detail {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.service-detail span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5C5C5C;
}

.fee-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fee-section .fee-details {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

.fee-section .fee-span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5C5C5C;
}

.fee-total-heading {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 37.25px;
    color: #333333;
}

.fee-total-amount {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 37.25px;
    color: #102D69;
}

/* #endregion */

/* #region job bid page */

.job-bid-heading h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 37.25px;
}

.job-bid-heading span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #102D69 !important;
    border-radius: 5rem !important;
    color: #FFF !important;
}

.nav-pills .nav-link {
    background-color: rgba(16, 45, 105, 0.1) !important;
    color: #102D69 !important;
    border: 1px solid #102D69 !important;
    border-radius: 5rem !important;
}

.bid-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F8F8F8;
    padding: 15px;
    border-radius: 15px;
    gap: 1rem;
}

.bid-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bid-heading h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 37.25px;
}

.other-details-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bid-card-img {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #EFEFF8;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    flex-shrink: 0;
}

.bid-card img {
    height: 55px !important;
    width: 60px !important;
}

.job-bid-detail {
    width: 100%;
}

.job-detail-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 15px;
    flex-wrap: wrap;
    gap: 1rem;
}

.other-detail-bid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.other-detail-heading,
.other-detail-content {
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
}

.other-detail-content {
    color: #000000;
}

.icons {
    display: flex;
    gap: 1rem;
    justify-content: end;
}

.views-messages {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.views-messages i {
    font-size: 18px;
    color: #939393;
}

.views-messages span {
    font-size: 16px;
    color: #939393;
}

.height-scroll {
    max-height: 700px;
    overflow-y: auto;
    padding-right: 10px;
}

/* #endregion */

/* #region Job History Page */

.modal-heading {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.modal-heading h1 {
    font-weight: 500;
    font-size: 26px;
}

/* TimeLine Css */

.timeline-entry {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}

.timeline-entry::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 22%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 25px);
    z-index: 0;
    background-image: repeating-linear-gradient(to bottom,
            currentColor,
            currentColor 6px,
            transparent 6px,
            transparent 10px);
    opacity: 0.6;
}

.timeline-entry:last-child::after {
    display: none;
}

.timeline-entry::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 22%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-entry[data-color="danger"] {
    color: #F20200;
}

.timeline-entry[data-color="primary"] {
    color: #102D69;
}

.timeline-entry[data-color="warning"] {
    color: #FAC23B;
}

.timeline-entry[data-color="success"] {
    color: #0ACC00;
}

.timeline-entry[data-color="secondary"] {
    color: #E9EBEE;
}

.timeline-entry[data-color="danger"]::before {
    background-color: #F20200;
}

.timeline-entry[data-color="primary"]::before {
    background-color: #102D69;
}

.timeline-entry[data-color="warning"]::before {
    background-color: #FAC23B;
}

.timeline-entry[data-color="success"]::before {
    background-color: #0ACC00;
}

.timeline-entry[data-color="secondary"]::before {
    background-color: #E9EBEE;
}

.timeline-info {
    width: 70%;
}

.timeline-date {
    width: 30%;
}

.timeline-date h5,
.timeline-info h5 {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.timeline-date p,
.timeline-info p {
    margin: 0;
    font-size: 16px;
    color: #A4A4A4;
    margin-bottom: 5px;
}

/* #endregion */

/* #region Chat UI */

.chat-app {
    display: flex;
    height: 70vh;
    overflow: hidden;
    max-width: 1600px;
    margin: auto;
    gap: 20px;
    position: relative;
}

.chat-sidebar {
    width: 25%;
    border: 1px solid #E1E2FF;
    border-radius: 20px;
    background-color: #FDFDFF;
    display: flex;
    flex-direction: column;
    padding: 10px;
    transition: all 0.3s ease;
}

.chat-sidebar h4 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 15px 5px;
}

.chat-search {
    position: relative;
    margin: 5px;
}

.chat-search input {
    width: 100%;
    padding: 8px 12px 8px 32px;
    border-radius: 10px;
    border: 1px solid #FFF;
    font-size: 14px;
    box-shadow: 0 2px 8px rgb(225 226 255 / 37%);
}

.chat-search input:focus,
.chat-search input:active,
.chat-search input:focus-visible {
    outline: none;
    border-color: #A5A6F6;
    box-shadow: 0 0 0 3px rgba(165, 166, 246, 0.19);
}

.chat-search i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #888;
}

.chat-users {
    overflow-y: auto;
    flex: 1;
}

.chat-user {
    display: flex;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    transition: background 0.2s;
    margin: 5px;
    background-color: #FFF;
}

.chat-user:hover,
.chat-user[data-active="true"] {
    box-shadow: 0px 4px 10px rgba(183, 185, 255, 0.39);
}

.chat-user .avatar {
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.chat-user .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.status-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.status-dot.online {
    background-color: #05CD99;
}

.status-dot.offline {
    background-color: #C7C7C7;
}

.chat-user-info {
    flex: 1;
}

.chat-user-header {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.chat-user-header .time {
    font-weight: 400;
    font-size: 12px;
    color: #605D5D;
}

.phone-icon {
    font-size: 20px;
    cursor: pointer;
}

.chat-user-message {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.chat-user-message .message {
    font-weight: 400;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.read {
    font-size: 20px;
    color: #00AAFF;
}

.delivered {
    font-size: 20px;
    color: #605D5D;
}

.chat-window {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #DFE0EB;
    border-radius: 10px;
}

.chat-header {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #DFE0EB;
    justify-content: space-between;
    align-items: center;
}

.chat-header-left {
    display: flex;
    align-items: center;
}

.chat-header img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-header-info h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 0;
}

.view-prifile {
    font-weight: 600;
    font-size: 14px;
    color: #102D69;
    text-decoration: none;
}

.view-prifile.hidden {
    display: none;
}

.chat-body {
    padding: 15px;
    flex: 1;
    overflow-y: auto;
}

.start-conversation.hidden {
    display: none;
}

.start-convo-message {
    position: relative;
    top: 6rem;
    color: #102D69;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.message {
    margin: 5px 0;
    display: flex;
    align-items: baseline;
}

.message.sent {
    justify-content: flex-end;
}

.message.received {
    justify-content: flex-start;
}

.message img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.message.received img {
    margin-right: 8px;
}

.message.sent img {
    margin-left: 8px;
}

.message .message-text {
    background-color: #E9EBEE;
    color: #000;
    padding: 10px 14px;
    max-width: 60%;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.message.sent .message-text {
    background-color: #102D69;
    color: #FFF;
    border-radius: 12px 0 12px 12px;
}

.message.received .message-text {
    border-radius: 0 12px 12px 12px;
}

.message-text .meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #ccc;
    margin-top: 5px;
}

.message.sent .message-text .meta {
    color: #eee;
}

.chat-footer {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.chat-footer.hidden {
    display: none;
}

.chat-footer input[type="text"] {
    flex: 1;
    padding: 10px 120px 10px 15px;
    border-radius: 10px;
    border: 1px solid #A5A6F6;
    font-size: 14px;
}

.chat-footer input:focus,
.chat-footer input:active,
.chat-footer input:focus-visible {
    outline: none;
    border-color: #A5A6F6;
    box-shadow: 0 0 0 3px rgba(165, 166, 246, 0.19);
}

.chat-footer .buttons {
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.chat-toggle-btn {
    display: none;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-container.hidden {
    display: none;
}

.tooltip-container .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    top: -10px;
    right: 20px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    font-size: 13px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.chat-header-left img.hidden {
    display: none;
}

.media-preview {
    display: flex;
    gap: 10px;
    margin: 10px auto;
    max-width: 60%;
    padding: 5px;
}

.media-preview img,
.media-preview video {
    max-width: 100%;
    border-radius: 12px;
}

.media-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.media-modal.active {
    display: flex;
}

.media-modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.media-modal-content img,
.media-modal-content video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

.media-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.message-media {
    max-width: 60%;
    margin-top: 5px;
    cursor: pointer;
}

.message-media img,
.message-media video {
    width: 200px;
    height: 200px;
    border-radius: 12px;
}

.truncated-message {
    display: inline-block;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* #endregion */

/* #region Chat User Detail Page */

.chat-user-card {
    background-color: #FDFDFF;
    border: 1px solid #E1E2FF;
    border-radius: 20px;
    padding: 15px 20px;
}

.custom-input-wrapper {
    width: 100%;
    max-width: 400px;
}

.custom-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
}

.custom-input-container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 0 12px;
    transition: border-color 0.3s ease;
}

.custom-input-container input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 15px 8px;
    background-color: transparent;
    width: 100%;
}

.custom-input-container i {
    font-size: 18px;
    color: #777;
    cursor: pointer;
    padding-left: 8px;
    flex-shrink: 0;
}

/* #endregion */

/* #region Profile & Notification */

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

.notification-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1.25px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.notification-item.unread {
    background-color: #F6FBFF;
}

.notification-item.read-notification {
    background-color: #FFFFFF;
}

.notification-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.notification-content {
    flex-grow: 1;
}

.notification-content .name {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
}

.notification-content .message {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.notification-time {
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    color: #999999;
}

.card-white {
    background-color: #FFF;
    border-radius: 12px;
    padding: 15px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.card-danger {
    background-color: #FEF2F2;
    border-radius: 12px;
    padding: 15px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}

.card-heading {
    font-weight: 400;
    font-size: 18px;
    color: #0B2967;
}

.card-danger-heading {
    font-weight: 400;
    font-size: 18px;
    color: #DC2626;
}

.user-detail h1 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}

.user-detail p {
    font-weight: 400;
    font-size: 18px;
    color: #747474;
}

.setting-name {
    display: flex;
    gap: 1rem;
    color: #374151;
}

.setting-name h1 {
    font-weight: 400;
    font-size: 16px;
}

.setting-name p {
    font-weight: 400;
    font-size: 25px;
}

.setting-name-danger {
    display: flex;
    gap: 1rem;
    color: #DC2626;
}

.setting-name-danger h1 {
    font-weight: 400;
    font-size: 16px;
}

.setting-name-danger p {
    font-weight: 400;
    font-size: 25px;
}

.setting-icon a {
    font-size: 20px;
    color: #9CA3AF;
    text-decoration: none;
}

.switch {
    display: none;
}

.switch-label {
    width: 50px;
    height: 24px;
    background-color: rgba(16, 45, 105, 0.1);
    border-radius: 12px;
    position: relative;
    transition: background-color 0.3s;
}

.switch-label::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s, background-color 0.3s;
}

.switch:checked+.switch-label {
    background-color: #0B2967;
}

.switch:checked+.switch-label::after {
    transform: translateX(26px);
    background-color: #fff;
}

.edit-profile-btn {
    border-radius: 5rem;
    border: 1px solid #EBEBF7;
    padding: 5px 10px;
    position: relative;
    bottom: 1rem;
    left: 1.5rem;
    background-color: #0B2967;
    color: #FFF;
}

.edit-pic-btn {
    background-color: #102D69;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    bottom: 1.5rem;
}

.heading-profile-tab {
    font-weight: 400;
    font-size: 16px;
    color: #102D69;
    position: relative;
    top: -0.5rem;
    left: -0.3rem;
}

.change-password-tab-heading h1 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.change-password-tab-heading p {
    font-weight: 400;
    font-size: 16px;
    color: #4B5563;
}

.inner-card {
    padding: 20px 15px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.inner-card h1 {
    font-weight: 400;
    font-size: 18px;
    color: #111827;
}

.password-strength {
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
}

.strength-bar {
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 7.5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.strength-fill {
    height: 100%;
    background: linear-gradient(to right, #102D69, #102D69, #102D69);
    width: 0;
    transition: width 0.3s ease;
    border-radius: 7.5px;
}

.strength-labels {
    font-size: 12px;
    margin-top: 5px;
    color: #9CA3AF;
    font-weight: 400;
    margin-right: 8px;
}

.strength-labels span {
    margin-right: 15px;
}

.strength-labels .active {
    color: #102D69;
}

.info-box {
    background-color: #F9FAFB;
    padding: 15px 10px;
}

.info-box h1 {
    font-weight: 400;
    font-size: 14px;
    color: #374151;
}

.info-box p {
    font-weight: 400;
    font-size: 14px;
    color: #4B5563;
    margin-bottom: 5px;
}

.info-box p span {
    color: #22C55E;
    font-size: 16px;
}

/* #endregion */

/* #region About us & Contact us */

.page-heading {
    text-align: center;
    top: 5rem;
    position: relative;
}

.page-heading h1 {
    font-weight: 800;
    font-size: 36px;
    color: #000;
}

.page-heading p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.flex-col-custom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.info-card {
    display: flex;
    gap: 1rem;
    background-color: #FFF;
    border-radius: 8px;
    padding: 15px 10px;
    width: 100%;
}

.card-icon {
    color: #0B2967;
    font-size: 24px;
}

.info-card-content h1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.info-card-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4B5563;
    margin: 0;
}

.info-card-content p a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0B2967;
    text-decoration: none;
}

.smart-repair-heading h1 {
    font-weight: 800;
    font-size: 36px;
    color: #000;
}

.smart-repair-heading p {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
    line-height: 30px;
}

.repair-hacks {
    display: flex;
    gap: 1rem;
}

.repair-img {
    background-color: rgba(16, 45, 105, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 80px;
    width: 160px;
    border-radius: 10px;
}

.repair-content h1 {
    font-weight: 800;
    font-size: 18px;
    color: #000;
}

.repair-content p {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
}

/* #endregion */

/* #region Media Quries */

@media (min-width: 1337px) and (max-width: 1536px) {
    .card-job {
        position: relative;
        top: 0rem;
        left: 4rem;
        width: 40rem;
    }

    .floating-box {
        width: 60%;
    }
}

@media (min-width: 1025px) and (max-width: 1336px) {
    .card-job {
        position: relative;
        top: 0rem;
        left: 4rem;
        width: 40rem;
    }

    .provider-section .provider {
        display: none;
    }

    .floating-box {
        width: 70%;
    }
}

@media(max-width: 1140px) {
    .d-none-996 {
        display: none;
    }
}

@media(max-width: 1215px) {
    .chat-app {
        flex-direction: column;
    }

    .chat-sidebar {
        width: 100%;
        height: auto;
        display: none;
        z-index: 9;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #fff;
    }

    .chat-sidebar.active {
        display: flex;
    }

    .chat-toggle-btn {
        display: inline-block;
        font-size: 1.5rem;
        margin: 10px;
        cursor: pointer;
        color: #102D69;
    }

    .chat-footer input[type="text"] {
        padding-right: 130px;
    }
}

@media(max-width: 1024px) {
    .card-job {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .job-section {
        background-image: none !important;
        min-height: auto !important;
        padding: 10px !important;
    }

    .provider-section .provider {
        display: none;
    }

    .floating-box {
        width: 80%;
    }
}

@media(max-width: 996px) {
    .why-choose-us-heading {
        font-size: 36px;
        line-height: 4rem;
    }

    .floating-box {
        width: 90%;
    }

    .justify-content-custom {
        justify-content: end;
    }

    .flex-col-custom {
        flex-wrap: wrap;
    }
}

@media(max-width: 991px) {
    .custom-none {
        display: none;
    }

    .custom-none-2 {
        display: block;
    }

    .other-detail {
        flex-direction: column;
    }

    .icons {
        justify-content: center;
    }

    .timeline-entry::after {
        left: 33%;
    }

    .timeline-entry::before {
        left: 33%;
    }

    .timeline-info {
        width: 55%;
    }

    .mt-md-only-5 {
        margin-top: 3rem !important;
    }

}

@media(max-width: 768px) {

    .get-app-heading {
        text-align: center;
    }

    .get-app-content {
        text-align: center;
    }

    .provider-section {
        padding-bottom: 3rem;
        padding-top: 5rem;
    }

    .footer-text {
        display: none;
    }

    .center {
        justify-content: center;
    }

    .card-content {
        flex-wrap: wrap;
    }

    .floating-box .card-content .contractor-img-section {
        flex: 0 0 100%;
    }

    .floating-box .card-content .contractor-detail-section {
        flex: 0 0 100%;
    }

    .justify-content-custom {
        justify-content: center;
    }

    footer {
        padding: 2rem 1rem 0 1rem;
    }

    .bid-card {
        flex-direction: row;
    }

    .views-action {
        width: 100%;
    }

    .timeline-entry {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .timeline-date,
    .timeline-info {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .timeline-entry::before,
    .timeline-entry::after {
        display: none;
    }

    .custom-input-wrapper {
        max-width: 100%;
    }

    .custom-input-container {
        padding: 0 10px;
    }

    .custom-input-container input {
        font-size: 13px;
        padding: 8px 6px;
    }

    .custom-input-container i {
        font-size: 16px;
        padding-left: 6px;
    }

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

@media (max-width: 576px) {
    .custom-input-container {
        padding: 0 8px;
    }

    .custom-input-container input {
        font-size: 12px;
        padding: 6px 4px;
    }

    .custom-input-container i {
        font-size: 14px;
        padding-left: 4px;
    }

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

    .notification-item {
        padding: 10px;
    }

    .notification-image {
        width: 35px;
        height: 35px;
    }

    .notification-content .message {
        font-size: 13px;
    }

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

@media(max-width: 540px) {
    .get-app-heading {
        font-size: 36px;
        line-height: 45px;
    }

    .get-app-content {
        font-size: 14px;
        line-height: 25px;
    }

    .provider-heading {
        font-weight: 700;
        font-size: 36px;
        line-height: 50px;
        text-align: center;
        text-transform: capitalize;
    }

    .provider-content {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }

    .our-client h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .our-client p {
        font-size: 14px;
        line-height: 29px;
    }

    .client-carousel .review {
        padding: 1.5rem 1rem 1rem;
    }

    .review-heading {
        font-size: 1.1rem;
    }

    .review-content {
        font-size: 0.95rem;
    }

    .circle-quote {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }

    .heading-price-section {
        flex-wrap: wrap;
    }

    .message-heading {
        flex: 0 0 100%;
        font-size: 16px;
        text-align: center;
    }

    .price-miles {
        flex: 0 0 100%;
        text-align: center;
    }

    .price-miles h1 {
        font-size: 20px;
    }

    .status-confirmation {
        flex-wrap: wrap;
    }

    .status-section {
        flex: 0 0 100%;
        padding-bottom: 15px;
        text-align: center;
    }

    .approve-section {
        flex: 0 0 100%;
    }

    .repair-hacks {
        flex-wrap: wrap;
        justify-content: center;
    }

    .repair-content {
        text-align: center;
    }
}

@media(max-width: 425px) {

    .provider-heading {
        font-size: 22px;
        line-height: 40px;
    }

    .provider-content {
        font-size: 12px;
        line-height: 20px;
    }

    footer {
        padding: 3rem 3rem 0 3rem;
    }

    .message-media img,
    .message-media video {
        width: 100px;
        height: 100px;
        border-radius: 12px;
    }

    .chat-footer input[type="text"] {
        padding-right: 30px;
    }

}

/* #endregion */