:root{
    --color-main: #18523a;
    --color-primary: #22B85C;
}
.logo a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #103928;
}

/* p {
    margin-bottom: 0 !important;
} */

.text-white {
    color: #fff !important;
}

.text-lg {
    font-size: 17px;
}

.text-gradient {
    background: linear-gradient(90deg, #18523A 0%, #22B85C 0.01%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.absolute-footer {
    background: linear-gradient(90deg, #18523A 0%, #22B85C 100%);
    padding: 0px 0 0px !important;
}

.absolute-footer .footer-text {
    color: white;
}

.it_doctor_trust {
    border: 1px solid #22AF59;
    border-radius: 10px;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

@media screen and (max-width: 568px) {
    .banner_slide {
        height: 240px !important;
    }

}

.partner .box-text {
    display: none;
}

.partner {
    position: relative;
    display: inline-block;
    padding: 4px;
    border: 2px solid #22B85C;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 5px;
}

.partner::before,
.partner::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #22B85C;
    border-radius: 50%;
    z-index: 10;
}

.partner::before {
    top: -5px;
    right: 20%;
}

.partner::after {
    bottom: -5px;
    left: 15%;
}

.partner .box-image,
.partner .img-inner {
    padding: 22px;
    box-shadow: 0px 2px 4px 0px #00000040;
}

.border-gradient {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-image: linear-gradient(90deg, #18523A 0%, #22B85C 100%);
    border-image-slice: 1;
}

@media screen and (min-width: 768px) {
    .doitac {
        padding-top: 48px !important;
        padding-bottom: 72px !important;
    }

}

.img_about {
    padding: 0 0 0 !important;
    border-left: 13px solid #18523A;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px #0000001C;
    overflow: hidden;
    position: relative;
    max-height: 384px;
}

.img_about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 46.1%, rgba(255, 255, 255, 0.8) 96.71%);
    z-index: 9;
}

.rounded-20 {
    border-radius: 1.25rem !important;
    overflow: hidden;
}

.bg-about-it {
    box-shadow: 0px 4px 20px 0px #FFFFFF40;
    position: relative;
    z-index: 5;
}

.bg-about-it .section-content {
    z-index: 5 !important;
}

.bg-about-it::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000A6;
    z-index: 3;
}

.bg-gradient {
    background: linear-gradient(360deg, #18523A 0%, #156535 45%, #189B4B 100%);
}

.border_right_about {
    border-right: 15px solid #18523A;
    border-top-right-radius: 50px;
    overflow: hidden;
}

.border_right_about.col {
    padding: 0 0px 0px !important;
    padding-left: 15px !important;
}

.border_radius_about_img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.header-nav.header-bottom-nav .menu-item .nav-top-link {
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
}

.header-nav.header-bottom-nav.nav>li {
    margin: 0 0px !important;
}

.book_header .ux-menu-link__link ::before {
    content: '\f073';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #0E3D29;
    margin-right: 12px;
}

.book_header .ux-menu-link__link  {
    background: #D2F0E4;
    width: 190px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    height: 74px;
    font-size: 1.125rem;
    font-weight: 700;
}
.book_header .ux-menu-link__link:hover {
    background: #22B85C;
    color: #fff;
    transition: all 0.3s;
}


.menu-sidebar > ul{
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #0000004D;
    background-color: #fff;
}
.menu-sidebar > ul > li{
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.menu-sidebar > ul > li > a{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem !important;
    text-align: left !important;
}
.menu-sidebar > ul > li > a:hover{
    background: linear-gradient(90deg, #18523A 0%, #22B85C 100%);
    color: #fff;
    transition: all 0.3s;
}
.menu-sidebar {
    position: relative;
}

.menu-sidebar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-sidebar > ul > li {
    position: relative;
}
.menu-sidebar > ul >.menu-item-has-children > a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
}

.menu-sidebar > ul > li > ul {
    position: absolute;
    left: 100% !important;
    top: 0 !important;
    width: 200% !important; 
    background: #fff;
    display: none;
    box-shadow: 0px 0px 4px 0px #0000004D;
    border-radius: 5px;
    margin-left: 2px;
    z-index: 999;
    margin-top: 0 !important;
    padding: 0 !important;
}
.menu-sidebar > ul > li:hover > ul {
    display: flex;
    flex-wrap: wrap;
    width: 550% !important;
}

.menu-sidebar > ul > li:hover > ul > li {
    width: 25%;
    list-style: none !important;
}
.menu-sidebar > ul > li:hover > ul > li > a {
    display: block;
    padding: 10px;
    width: 100% !important;
    font-weight: 600;
    font-size: 1rem !important;
    text-align: left!important;
}
.menu-sidebar > ul > li:hover > ul > li > a:hover{
    color: #18523A;
    transition: all 0.3s;
}
.menu-sidebar > ul > li > ul > li > ul{
    margin: 0 !important;
}
.menu-sidebar > ul > li > ul > li > ul > li{
    list-style: none !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.menu-sidebar > ul > li > ul > li > ul > li > a{
    padding: 6px 10px;
    display: block;
    font-size: 0.875rem;
    text-align: left !important;
}
.menu-sidebar > ul > li > ul > li > ul > li > a:hover{
    transition: all 0.3s;
    color: #EB4747;
}

@media screen and (max-width: 849px) {
    .menu-sidebar > ul > li > ul {
        position: static;
        width: 100% !important;
        margin-left: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .menu-sidebar > ul > li:hover > ul {
        width: 100% !important;
    }

    .menu-sidebar > ul > li:hover > ul > li {
        width: 100%;
    }

    /* Thêm padding left để tạo indent cho menu con */
    .menu-sidebar > ul > li > ul > li > a {
        padding-left: 20px;
    }

    .menu-sidebar > ul > li > ul > li > ul > li > a {
        padding-left: 30px;
    }
}

.container-cus {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 480px) {
    .container-cus {
        max-width: 480px;
    }
}

@media (min-width: 576px) {
    .container-cus {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container-cus {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container-cus {
        max-width: 1024px;
    }
}

@media (min-width: 1360px) {
    .container-cus {
        max-width: 1478px;
    }
}
.bg_produce{
    background: radial-gradient(68.63% 68.63% at 50% 50%, #2E9756 0%, #236147 74.3%, #18523A 100%);
}
.bg_produce{
    position: relative;
}
.bg_produce::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #1C5744 0%, rgba(28, 87, 68, 0) 100%);
    z-index: 1;
}
.cus_hidden {
    display: none;
}

.bg_baogiao{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.bg_baogiao::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(273.01deg, rgba(255, 255, 255, 0) 0.42%, rgba(255, 255, 255, 0.78) 29.36%, #FFFFFF 55.02%);
    z-index: 1;
}
.bg_baogiao .section-content{
    z-index: 2;
}
.menu_phu ul{
    list-style: none !important;
}
.menu_phu ul li{
    margin-bottom: 0!important;
}
.menu_phu > ul li a{
    max-width: 120px !important;
    padding: 0 12px!important;
    font-size: 18px !important;
    color: #fff !important;
    display: block;
    text-align: center;
}
.menu_phu > ul li a:hover{
    color: #EB4747 !important;
    transition: all 0.3s;
}
.menu_phu > ul > li:not(:last-child) > a {
    border-right: 0.5px solid #A9A9A9;
}
.header-search-form-wrapper input{
    border-radius: 10px !important;
    background-color: white !important;
    font-size: 1rem !important;
    color: #808285 !important;
}
.bg-item-ser{
    background: linear-gradient(360deg, rgba(37, 129, 91, 0.95) 0%, rgba(36, 41, 38, 0.95) 100%);
}



.bg_form_dl {
    padding: 1.25rem;
    border-radius: 0.625rem;
    background-color: white;
    box-shadow: 0px 2px 15px 0px #0000001A;
}

@media (min-width: 768px) {
    .bg_form_dl {
        padding: 2rem;
        border-radius: 0.625rem;
    }
}

.bg_form_dl h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cl-main);
}

@media (min-width: 768px) {
    .bg_form_dl h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.bg_form_dl .form-group {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .bg_form_dl .form-group {
        flex-direction: row;
    }
}

.bg_form_dl .form-group .left {
    width: 100%;
}

@media (min-width: 768px) {
    .bg_form_dl .form-group .left {
        width: 40%;
    }
}

.bg_form_dl .form-group .right {
    width: 100%;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .bg_form_dl .form-group .right {
        width: 60%;
        margin-left: 2.25rem;
        margin-top: 0;
    }
}

.bg_form_dl .time-options label {
    display: block !important;
    font-size: 1rem;
    color: #979797;
    width: auto;
   
}
.bg_form_dl .time-options label span{
    padding: 4px 16px;
    border-radius: 5px;
    background: #F9F9F9;
    color: #979797;
}
.bg_form_dl  label {
    display: block !important;
    font-size: 1rem;
    font-weight: 600;

}
.bg_form_dl .custom-select-wrapper select,
.bg_form_dl .custom-date-input input,
.bg_form_dl input,
.bg_form_dl textarea {
    width: 100%;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    border: 1px solid #9F9F9F;
    background-color: white;
    box-shadow: none !important;
}

.bg_form_dl input::placeholder,
.bg_form_dl textarea::placeholder {
    color: #9F9F9F;
}

.bg_form_dl .time-options {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* .bg_form_dl .time-options label {
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    padding-bottom: 0.75rem;
} */

.bg_form_dl .time-options input {
    display: none;
}

.bg_form_dl .time-options .wpcf7-list-item {
    padding: 0.25rem 1rem;
    border-radius: 5px;
    color: #979797;
    background-color: #F9F9F9;
    cursor: pointer;
    transition: all 0.3s;
}

.bg_form_dl .time-options input:checked + span,
.bg_form_dl .time-options span:hover {
    background-color: #18523A;
    color: white;
}

.bg_form_dl .customer-info {
    margin-top: 1rem;
}

.bg_form_dl .customer-info input,
.bg_form_dl .customer-info .custom-date-input {
    width: 100%;
    margin-top: 0.875rem;
}

@media (min-width: 640px) {
    .bg_form_dl .customer-info {
        display: flex;
        gap: 0.875rem;
    }

    .bg_form_dl .customer-info input,
    .bg_form_dl .customer-info .custom-date-input {
        width: 50%;
        margin-top: 0;
    }
    .bg_form_dl .customer-info .custom-date-input input{
        width: 100%;
    }
}

.bg_form_dl textarea {
    margin-top: 0.875rem;
    resize: none;
}

.bg_form_dl button {
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    background-color: var(--cl-main);
    border: 1px solid var(--cl-main);
    color: white;
    font-size: 1.125rem;
    font-weight: 500;
    display: block;
    margin: 1rem auto 0;
    transition: all 0.3s;
}

.bg_form_dl button:hover {
    background-color: white;
    color: var(--cl-main);
}


.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    position: relative;
    padding-right: 2rem;
  }
  
  .custom-select-wrapper {
    position: relative;
  }
  
  .custom-select-wrapper::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9F9F9F;
    pointer-events: none;
  }
  .btn-submit-dl{
    padding: 6px 24px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    background-color: #18523A !important;
    border-radius: 5px !important;
    border: 1px solid white !important;
    box-shadow: 0px 2px 10px 0px #193D2E !important;
   color: white !important;
   width: fit-content !important;
   margin-right: 0 !important;
   text-transform: none !important;
  }
  .btn-submit-dl:hover{
    background-color: #22B85C !important;
    transition: all 0.3s ease-in-out;
  }
  .bg_form_dl input{
    margin-bottom: 0 !important;
  }



  /* .contact-form {
    width: 100%;
    max-width: 66.67%;
    padding: 1rem;
    background: #F3F3F3;
    border-radius: 5px;
} */
.shadow_contact {
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.contact-form .form-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.contact-form .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.contact-form .form-input {
    flex: 1;
    width: calc(33.33%) !important;
    color: #6B6C6F;
}
.contact-form .form-input input{
    width: 100%;
    border:1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
    box-shadow: none !important;
}
.contact-form .form-textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 1);
    color: #6B6C6F;
}

.contact-form .form-button {
    padding: 0.375rem 1.5rem;
    border-radius: 5px;
    background-color: #18523A;
    border: 1px solid white;
    color: white;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 1rem auto 0;
    transition: all 0.3s;
    box-shadow: 0px 2px 10px 0px #193D2E;
    font-weight: 600;
    text-transform: none !important;
}

.form-button:hover {
    background-color: #22B85C !important;
    transition: all 0.3s ease-in-out;
}
.rouded_img_banner{
    border-radius: 5px;
    overflow: hidden;
}
.ux-menu-link__link{
    border-bottom-width: none!important;
    border-bottom: none !important;
}

.breadcrumbs p a:first-child::before{
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #18523A;
    margin-right: 5px;
}
.breadcrumbs p{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #18523A !important;
}
.breadcrumbs a{
    font-size: 16px;
    color: #18523A!important;
}
.breadcrumbs p span{
    font-size: 16px;
    font-weight: 400;
    color: #18523A;
}
.breadcrumbs p .separator{
    font-size: 16px;
    color: #18523A;
}

.blocka {
    margin-bottom: 4rem;
    }
    .excerpt-hidden {
    height: 15.625rem;
    overflow: hidden;
    position: relative;
    }
    .excerpt-hidden::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    }
    .excerpt-visible {
    height: auto;
    overflow: auto;
    }
    .js-show-more.arrow-down::after {
        content: '\f107'; /* Mũi tên quay xuống */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 1rem;
        color: #18523A;
        margin-left: 8px;
      }
      
      .js-show-more.arrow-up::after {
        content: '\f106'; /* Mũi tên quay lên */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 1rem;
        color: #18523A;
        margin-left: 8px;
      }

      .comment-form {
        width: 100%;
        padding: 16px;
        border: 1px solid #DDDDDD;
        margin-left: 0 !important;
    }
    
    .comment-textarea {
        width: 100%;
        padding: 12px;
        border-radius: 5px;
        color: #828282;
        font-size: 1rem;
        background: #F3F3F3;
        box-shadow: none !important;
    }
    
    .comment-btn-container {
        display: flex;
        justify-content: flex-start;
        margin-top: 1.25rem;
    }
    
    .comment-button {
        padding: 0.25rem 1.5rem !important;
        font-size: 1.125rem !important;
        font-weight: 700 !important;
        color: white !important;
        background-color: #18523A !important;
        box-shadow: 0px 2px 10px 0px #193D2E;
        border: 1px solid white !important;
        border-radius: 5px !important;
        transition: all 0.3s ease;
    }
    
    .comment-button:hover {
        background-color:rgb(17, 151, 17) !important;
    }
    .read_more_service{
        display: flex;
        margin-top: 3.5rem;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 2px 10px 0px #193D2E;
        background: #18523A;
        padding: 14px 24px;
        border-radius: 5px;
        color: white;
        font-size: 1.125rem;
        font-weight: 700;
        min-width: 11rem;
    }
    .read_more_service:hover{
        background-color: #22B85C!important;
        transition: all 0.3s ease-in-out;
        color:white !important;
    }
    .muc-luc{
        padding: 24px;
        background: #F5F5F5;
    }

    /* .time-options-wrapper {
        display: block !important;
    }
    .time-options {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .time-options .wpcf7-list-item {
        margin: 0;
        display: inline-block;
    }
    .wpcf7-radio .wpcf7-list-item {
        display: inline-block;
    } */
    .wpcf7 span.wpcf7-list-item{
        margin-right: 0 !important;
    }

    .bg_form_dl .time-options .wpcf7-list-item:hover,
.bg_form_dl .time-options input:checked + .wpcf7-list-item-label,
.bg_form_dl .time-options input:checked + span {
    background-color: #18523A;
    color: white;
}
.hover_menu_footer a:hover{
    color: #bd1c37 !important;
    transition: all 0.3s;
}
.header-bottom .header-bottom-nav .menu-item a:hover{
    color: #bd1c37 !important;
    transition: all 0.3s;
  
}


@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 rgba(24, 82, 58, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(24, 82, 58, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(24, 82, 58, 0);
    }
}

.but_ring {
    position: relative;
    animation: glow 2s infinite;
}

.but_ring::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(24, 82, 58, 0.3) 0%, rgba(24, 82, 58, 0) 70%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.8;
}

.but_ring:hover {
    animation: none;
}
  

.menu-sidebar > ul > li > a:hover,
.menu-sidebar > ul > li:hover > a {
    background: linear-gradient(90deg, #18523A 0%, #22B85C 100%);
    color: #fff;
    transition: all 0.3s;
}



.slide_home_customer::before,
.slide_home_customer::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10%; 
    height: 100%;
    z-index: 2;
    transform: translateY(-50%);
}

.slide_home_customer::before {
    left: 15px;
    background: linear-gradient(270deg, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
}

.slide_home_customer::after {
    right: 15px;
    background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, #FCFCFC 100%);
}

@media (min-width: 1024px) {
    .slide_home_customer::before,
    .slide_home_customer::after {
        height: 66%;
    }
}
.item_service_home {
    position: relative;
    overflow: visible; 
    transition: all 0.5s ease;
}

.item_service_home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
    z-index: -1;
    top: 20px;
    left: -12px;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.item_service_home:hover::before {
    top: -20px;
    left: 12px;
}

.icon_check__{
    position: relative;
}
.btn_quote{
    color: white;
    background-color: var(--color-main);
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
}
.btn_quote:hover{
    background-color: var(--color-primary);
}
.result_quote{
    color: red;
}
.result_quote.hidden {
    display: none;
}
.text-cl-main{
    color: var(--color-main);
}
.bg-cl-main{
    background-color: var(--color-main);
}

@media screen and (min-width: 1360px) {
    .icon_check__::before {
        content: '';
        display: inline-block;
        width: 111.7%;
        height: 1px;
        background-color: white;
        position: absolute;
        bottom: -22px;
        left: -17px;
     
    }
    
}
.line_center_procedure{
    height: 66%;
    top: 47%;
    transform: translateY(-50%) !important;
}
@media screen and (max-width: 1024px) {
    .line_center_procedure{
        height: 100%;
    }
    
}
@media screen and (max-width: 849px) {
    .header-search.header-search-dropdown > .next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown{
        left: -183px !important;
        border-radius: 9999px !important;
    }
    
}
.header-nav .current-menu-item.active a{
    color:  #bd1c37 !important;
}

.header-search.header-search-dropdown .nav-dropdown-default{
    padding: 0 !important;
}
.header-search-form .search-field{
    background-color: white !important;
    color: black !important;
}
.header-nav.header-bottom-nav .menu-item .sub-menu.nav-dropdown{
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.menu_item_mobile .box-image{
    border-radius: 100%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}
.menu_item_mobile .box-text{
    padding-top: 0 !important;
}

.ml-4{
    margin-left: 1rem;
}