@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=call,close&display=block');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

#spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    background-color: rgba(255, 255, 255, 0.95);
}

.spin_container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spin_container .w3w-light-grey {
    padding: 10px;
}

.spinner {
    width: 50px;
    height: 50px;
    border: solid 3px;
    border-color: #ff9800;
    border-left-color: #eee !important;
    border-radius: 50%;
    font-size: 50px;
    animation: spin 2s linear infinite;
}

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

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

body {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
    background-color: #fbfbfb;
}

.pop {
    display: none;
}

.close {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

#msg_txt p {
    margin: 0 0 10px;
}

#msg_txt label {
    color: #888;
}

#msg_txt input {
    margin-top: 6px;
}

textarea {
    resize: none;
}

.w3-tag {
    font-weight: 400;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.06) !important;
}

.dark {
    background-color: #2b2b2b;
    color: #fff;
}

.w3-modal-content header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.w3-modal header h4 {
    padding: 0 16px !important;
}

.w3-modal .body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.body .w3-container {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
    padding: 0 6px;
}

.wrap {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper {
    margin: 0 auto;
    /* padding: 0 6px; */
    max-width: 1200px;
}

.breadcrumb {
    font-size: 20px;
}

.breadcrumb span {
    text-decoration: underline;
}

.choose {
    font-size: 14px;
    padding: 2px 8px !important;
}

.qnty-ttl * {
    display: inline;
}

.w3-button {
    transition: 0.1s;
    padding: 12px 24px;
    font-weight: 500;
}

.ads .w3-col,
.ads1 .w3-col {
    margin-top: 6px;
    border-color: #ddd !important;
}

.ads .w3-button {
    margin: -6px 0 10px;
    padding: 6px 16px;
    font-size: 15px;
}

.ads .w3-button,
.ads1 .w3-button {
    margin: -6px 0 10px;
}

.offer {
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.selected {
    border: solid 2px #ffc107 !important;
}

.pr h3,
.pr p {
    margin: 0 !important;
}

.pr-preview {
    width: 100%;
    max-height: 600px;
}

.b {
    font-weight: 400;
}

.tbl_underline thead td {
    text-decoration: underline;
}

.pr table tr:last-child {
    border: none;
}

.pr-depth td:first-child {
    font-weight: 500;
    min-width: 150px;
}

.pr-depth td:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pr-depth td:last-child {
    padding-right: 0 !important;
}

.w3-border,
.w3-border-top,
.w3-border-bottom,
.w3-border-left,
.w3-border-right {
    border-color: #ddd;
}

.logo,
.menu {
    height: 60px;
    float: left;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    font-family: "Comfortaa", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
}

.menu {
    float: right;
}

.menu span:first-child {
    margin: 0 6px 0 0;
}

.ads img {
    margin-top: 5px;
    max-width: 100%;
    height: 175px;
}

.ads1 img {
    margin-top: 45px;
    max-width: 100%;
    height: 310px;
}

#curier_tbl {
    margin-top: 10px;
}

#curier_tbl button {
    padding: 2px 10px !important;
    font-size: 13px !important;
}

.middle td {
    vertical-align: middle !important;
}

@media screen and (max-width: 600px) {

    .header {
        padding: 6px 0;
    }

    .menu {
        font-size: 18px;
    }

    .logo,
    .menu {
        width: 100%;
        height: 40px;
        text-align: center;
    }

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

    .pr-depth td:first-child {
        min-width: auto !important;
    }

}

.admin .w3-border,
.admin .w3-border-left,
.admin .w3-border-right,
.admin .w3-border-top,
.admin .w3-border-bottom {
    border-color: #ddd !important;
}

.admin .dt-paging,
.admin .dt-search {
    padding: 10px 7px;
}

.admin .dt-paging button {
    margin: 0 3px;
    padding: 0 8px;
}

.footer li,
.footer p {
    margin: 0;
    padding: 0 16px;
}

.footer ul {
    width: auto;
    list-style: none;
    padding: 0;
    float: left;
}

.footer li {
    float: left;
}

.footer li:first-child {
    border-left: none;
}

.footer p {
    float: right;
}

@media screen and (max-width: 927px) {
    .footer ul {
        width: 100%;
        background-color: orange;
    }

    .footer p {
        width: 100%;
        background-color: red;
    }
}