/* Hero start */

.multi-location-master-admin .hero {
    padding-top: 210px;
    padding-bottom: 120px;

    @media (max-width: 900px) {
        padding-top: 140px;
        padding-bottom: 100px;
    }

    @media (max-width: 600px) {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    @media (max-width: 450px) {
        padding-top: 120px;
        padding-bottom: 40px;
    }

}

.multi-location-master-admin .hero .label-wrapper {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;

    @media (max-width: 600px) {
        margin-bottom: 24px;
    }

}

.multi-location-master-admin .hero .label-wrapper .label {
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #E53935;
    text-align: center;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    border: 1.5px solid #FFF;
    background: rgba(229, 57, 53, 0.10);

    @media (max-width: 600px) {
        font-size: 16px;
    }

    @media (max-width: 450px) {
        font-size: 14px;
    }

}

.multi-location-master-admin .hero .title {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 32px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 145.455%;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        margin-bottom: 24px;
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.multi-location-master-admin .hero .subtitle {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 32px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 130%;

    @media (max-width: 600px) {
        margin-bottom: 24px;
    }

    @media (max-width: 450px) {
        font-size: 18px;
    }

}

.multi-location-master-admin .hero .btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;

    @media (max-width: 600px) {
        flex-direction: column;
    }

}

.multi-location-master-admin .hero .btns-wrapper .btn-fill {
    padding: 17px 28px;
    border-radius: 10px;
    background: linear-gradient(137deg, #FF905E 10.53%, #E52149 91.57%);
    color: #FFF;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    @media (max-width: 600px) {
        width: 100%;
    }

}

.multi-location-master-admin .hero .btns-wrapper .btn-outline {
    padding: 15px 28px;
    border-radius: 10px;
    border: 2px solid #0F0F0F;
    color: #0F0F0F;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;

    @media (max-width: 600px) {
        width: 100%;
    }

}

.multi-location-master-admin .hero .image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    position: relative;
    margin-bottom: -45px;
    margin-top: -30px;
    z-index: -1;

    @media (max-width: 600px) {
        margin-bottom: 0;
        margin-top: 0;
    }

}

.multi-location-master-admin .hero .wrapper {
    display: flex;
    gap: 24px;

    @media (max-width: 900px) {
        flex-direction: column;
    }

}

.multi-location-master-admin .hero .wrapper .item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    width: 33.333%;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 148px 41px 0 rgba(0, 0, 0, 0.00), 0 95px 38px 0 rgba(0, 0, 0, 0.01), 0 53px 32px 0 rgba(0, 0, 0, 0.03), 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 6px 13px 0 rgba(0, 0, 0, 0.05);

    @media (max-width: 900px) {
        width: 100%;
    }

}

.multi-location-master-admin .hero .wrapper .item svg {
    width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 50px;
    background: rgba(229, 33, 73, 0.10);
}

.multi-location-master-admin .hero .wrapper .item h3 {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 22px;
    }

    @media (max-width: 450px) {
        font-size: 20px;
    }

}

.multi-location-master-admin .hero .wrapper .item p {
    margin: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;

    @media (max-width: 450px) {
        font-size: 16px;
    }

}

/* Hero end */

/* Control start */

.multi-location-master-admin .control {
    padding: 80px 0;
    background: linear-gradient(303deg, rgba(255, 144, 94, 0.10) -14.17%, rgba(229, 35, 73, 0.10) 76.31%);
}

.multi-location-master-admin .control .title {
    margin-bottom: 40px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.multi-location-master-admin .control .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

    @media (max-width: 800px) {
        grid-template-columns: 1fr;
    }

}

.multi-location-master-admin .control .wrapper .item {
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.multi-location-master-admin .control .wrapper .item svg {
    margin-bottom: 8px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    background: #FFE1E0;
}

.multi-location-master-admin .control .wrapper .item h3 {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.multi-location-master-admin .control .wrapper .item p {
    margin: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;
}

/* Control end */

/* Use cases start */

.multi-location-master-admin .use-cases {
    position: relative;
    padding: 80px 0;
    background: #F6F6F6;

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding-top: 40px;
        padding-bottom: 0;
    }

    @media (max-width: 450px) {
        padding-top: 32px;
    }

}

.multi-location-master-admin .use-cases::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(/assets/images/typ/multi-location-master-admin/use-cases-decor-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;

    @media (max-width: 600px) {
        content: none;
    }

}

.multi-location-master-admin .use-cases::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(/assets/images/typ/multi-location-master-admin/use-cases-decor-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;

    @media (max-width: 600px) {
        content: none;
    }

}

.multi-location-master-admin .use-cases .title {
    margin-bottom: 40px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        margin-bottom: 24px;
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.multi-location-master-admin .use-cases .wrapper {
    display: flex;
    gap: 24px;

    @media (max-width: 900px) {
        flex-direction: column;
    }

    @media (max-width: 600px) {
        padding-bottom: 32px;
        flex-direction: row;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE та Edge */
        scrollbar-width: none;     /* Firefox */
    }

}

.multi-location-master-admin .use-cases .wrapper::-webkit-scrollbar {
    display: none;
}

.multi-location-master-admin .use-cases .wrapper .item {
    position: relative;
    z-index: 2;
    width: 33%;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0 148px 41px 0 rgba(0, 0, 0, 0.00), 0 95px 38px 0 rgba(0, 0, 0, 0.01), 0 53px 32px 0 rgba(0, 0, 0, 0.03), 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 6px 13px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 900px) {
        width: 100%;
    }

    @media (max-width: 600px) {
        min-width: 343px;
    }

}

.multi-location-master-admin .use-cases .wrapper .item svg {
    width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 50px;
    background: rgba(229, 33, 73, 0.10);
}

.multi-location-master-admin .use-cases .wrapper .item h3 {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.multi-location-master-admin .use-cases .wrapper .item p {
    margin: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;
}

/* Use cases end */

/* Permissions start */

.multi-location-master-admin .permissions {
    padding-top: 120px;
    margin-bottom: 120px;

    @media (max-width: 1000px) {
        padding-top: 100px;
        margin-bottom: 100px;
    }

    @media (max-width: 800px) {
        padding-top: 80px;
        margin-bottom: 80px;
    }

    @media (max-width: 600px) {
        padding-top: 60px;
        margin-bottom: 60px;
    }

    @media (max-width: 450px) {
        padding-top: 40px;
        margin-bottom: 40px;
    }

}

.multi-location-master-admin .permissions .title {
    margin-bottom: 40px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        margin-bottom: 24px;
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.multi-location-master-admin .permissions .c-table {
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    background: #FEFEFE;

    @media (max-width: 800px) {
        display: none;
    }

}

.multi-location-master-admin .permissions .c-table .c-row {
    padding: 0 15px;
    display: flex;
    border-bottom: 1px solid #E8E8E8;
}

.multi-location-master-admin .permissions .c-table .c-row:last-child {
    border-bottom: none;
}

.multi-location-master-admin .permissions .c-table .c-row.main {
    border-radius: 5px;
    border: 1px solid #F1F5F9;
    background: #F6F6F6;
    border-bottom: none;
}

.multi-location-master-admin .permissions .c-table .c-row .item {
    width: 100%;
    padding: 16px 0;
    color: #090914;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 185.714%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multi-location-master-admin .permissions .c-table .c-row.main .item {
    padding: 23px 0;
    font-weight: 400;
    font-size: 16px;
    justify-content: start;
}

.multi-location-master-admin .permissions .c-table .c-row .item.first {
    text-align: left;
    justify-content: start;
}

.multi-location-master-admin .permissions .c-table .c-row .item.green {
    color: #32BC69;
}

.multi-location-master-admin .permissions .c-table .c-row .item.red {
    color: #E53935;
}

.multi-location-master-admin .permissions .mobile-wrapper {
    display: none;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 800px) {
        display: flex;
    }
}

.multi-location-master-admin .permissions .mobile-wrapper .item {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
}

.multi-location-master-admin .permissions .mobile-wrapper .item h3 {
    margin-bottom: 12px;
    color: #090914;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.multi-location-master-admin .permissions .mobile-wrapper .item ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.multi-location-master-admin .permissions .mobile-wrapper .item ul li {
    color: #090914;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.3px;
}

.multi-location-master-admin .permissions .mobile-wrapper .item ul li span {
    padding-left: 8px;
    font-weight: 600;
}

.multi-location-master-admin .permissions .mobile-wrapper .item ul li span.green {
    color: #32BC69;
}

.multi-location-master-admin .permissions .mobile-wrapper .item ul li span.red {
    color: #E53935;
}

.multi-location-master-admin .permissions .remark {
    margin-bottom: 0;
    text-align: center;
    color: #090914;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 162.5%;

    @media (max-width: 800px) {
        display: none;
    }

}

/* Permissions end */

/* Dashboard start */

.multi-location-master-admin .dashboard {
    padding: 72px 0;
    background: #F5F5F5;

    @media (max-width: 600px) {
        padding: 32px 0;
    }

}

.multi-location-master-admin .dashboard .wrapper {
    display: flex;
    align-items: center;
    gap: 100px;

    @media (max-width: 1200px) {
        gap: 20px;
    }

    @media (max-width: 1000px) {
        flex-direction: column;
        gap: 40px;
    }

}

.multi-location-master-admin .dashboard .wrapper .info {
    width: 45%;

    @media (max-width: 1000px) {
        width: 100%;
    }

}

.multi-location-master-admin .dashboard .wrapper .info .title {
    margin-bottom: 24px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.multi-location-master-admin .dashboard .wrapper .info .list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.multi-location-master-admin .dashboard .wrapper .info .list .item {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 16px;
}

.multi-location-master-admin .dashboard .wrapper .info .list .item svg {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50px;
    background: rgba(229, 33, 73, 0.10);
    padding: 8px;
}

.multi-location-master-admin .dashboard .wrapper .info .list .item h3 {
    margin-bottom: 12px;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 22px;
    }

    @media (max-width: 450px) {
        font-size: 20px;
    }

}

.multi-location-master-admin .dashboard .wrapper .info .list .item p {
    margin-bottom: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    @media (max-width: 450px) {
        font-size: 16px;
    }

}

.multi-location-master-admin .dashboard .wrapper .image {
    width: 55%;

    @media (max-width: 1000px) {
        width: 80%;
    }

    @media (max-width: 600px) {
        width: 100%;
    }

}

.multi-location-master-admin .dashboard .wrapper .image img {
    width: 100%;
}

/* Dashboard end */

/* Onboarding start */

.multi-location-master-admin .onboarding {
    padding: 80px 0;
    background: linear-gradient(123deg, rgba(255, 140, 66, 0.10) 23.6%, rgba(229, 35, 73, 0.10) 114.18%);

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding: 32px 0;
    }

}

.multi-location-master-admin .onboarding .title {
    margin-bottom: 40px;
    text-align: center;
    color: #0F0F0F;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        margin-bottom: 32px;
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.multi-location-master-admin .onboarding .wrapper {
    padding-bottom: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.multi-location-master-admin .onboarding .wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/typ/multi-location-master-admin/onboarding-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.multi-location-master-admin .onboarding .wrapper .item {
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 16px;
}

.multi-location-master-admin .onboarding .wrapper .item p {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E5214C;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFEEE3;
}

.multi-location-master-admin .onboarding .wrapper .item h3 {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;

    @media (max-width: 1000px) {
        font-size: 22px;
    }

    @media (max-width: 800px) {
        font-size: 20px;
    }

    @media (max-width: 600px) {
        font-size: 18px;
    }

    @media (max-width: 450px) {
        font-size: 16px;
    }

}

.multi-location-master-admin .onboarding .remark {
    margin: 0;
    text-align: center;
    color: #090914;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 162.5%;

    @media (max-width: 600px) {
        font-size: 14px;
    }

    @media (max-width: 450px) {
        font-size: 12px;
    }


}

.multi-location-master-admin .onboarding .remark span {
    font-weight: 700;
}

/* Onboarding end */