﻿.custom-validation {
    color: red;
    margin-top: 15px;
    font-size: 15px;
}

.d-flex {
    display: flex;
}

.navbar-menu {
    animation: fadeIn 0.75s;
}

.fs-30px {
    font-size : 30px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.h-230px {
    height : 230px;
}

.text-well {
    line-height: 30px;
    text-align: justify;
}

.m-w-800 {
    min-width: 800px;
}

.h-50 {
    height: 50px;
}

.h-180 {
    height: 180px;
}

.h-150 {
    height: 150px;
}

.h-250 {
    height: 250px !important;
}

.text-danger {
    color: red;
}

.tour-slider-item {
    border: 1px solid #ccccccba;
    border-radius: 18px;
}

.no-data-alert {
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
    background: #cad7fabd;
}

.top-20px {
    position: relative;
    top: 20px;
}

.no-data-alert p {
    font-size: 15px;
}

@media only screen and (min-width : 940px) {
    .text-well figure {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width : 1024px) {
    .pr-lg-1-7-rem {
        padding-right : 1.7rem;
    }
}

@media only screen and (max-width : 940px) {
    .text-well figure {
        display: flex;
        justify-content: right;
    }
}

.text-well figure.table {
    overflow: auto;
    margin: 15px 0;
}

.text-well figure table {
    min-width: 800px;
    text-align: center;
}

.text-well table td, .text-well table td th {
    border: 1px solid #000;
    padding: 10px;
}

.text-well table tr:first-child {
    text-align: center;
    background-color: #ccc !important;
    color: #000;
}

text-well figure img {
    width: 100%;
    border-radius: 10px;
}

.editor-table {
    margin : auto;
}

table th:first-child, .editor-table table tr:first-child {
    border-radius: 0 10px 0 0;
}

    table th:last-child, .editor-table table tr:first-child td:last-child {
        border-radius: 10px 0 0 0;
    }

table tr:last-child td:first-child, .editor-table table tr:last-child td:first-child {
    border-radius: 0 0 10px 0;
}

table tr:last-child td:first-child, .editor-table table tr:last-child td:last-child {
    border-radius: 0 0 0 10px;
}

.items-between {
    display: flex;
    justify-content: space-between;
}


.w-100 {
    width: 100% !important;
}

.d-none {
    display: none;
}

.filter-data-form input {
    border: 1px solid #4cff00;
    border-radius: 8px;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
}

    .filter-data-form input:focus {
        outline-color: green;
    }

.filter-data-form select {
    width: 100%;
    border: 1px solid #4cff00;
    padding: 10px 8px;
    border-radius: 8px;
    margin-bottom: 15px !important;
}

.user-panel-receipt-image {
    width: 100%;
    border-radius: 8px;
}

.filter-data-form button {
    display: block;
    text-align: center;
    width: 100%;
    background: #28B65C;
    border-radius: 8px;
    padding: 10px 8px;
    color: #fff;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 5px;
}

.custom-tabs button {
    background: none;
}

.custom-tabs .active {
    border-bottom-color: #0047ff !important;
}

.tabs-row {
    overflow-x: auto;
    overflow-y: hidden;
}

    .tabs-row ul {
        min-width: 400px;
        height: 55px;
    }

.text-blue {
    color: #0047ff;
}

@media only screen and (max-width : 768px) {
    .tabs-row ul {
        text-align: right !important;
        justify-content: right !important;
    }
}

.media-wrap, .media-container {
    width: 100%;
}

.media-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 10px;
}

    .media-container .video iframe {
        border-radius: 8px;
    }

    .media-container .video, .media-container .detail {
        width: 100%;
    }

@media (min-width: 768px) {
    .media-container {
        flex-direction: row;
    }

        .media-container .video {
            width: 41.6667%;
        }

        .media-container .detail {
            width: 58.3333%;
        }
}

@media (min-width: 992px) {
    .media-container .video {
        width: 33.3333%;
    }

    .media-container .detail {
        width: 66.6667%;
    }
}

.media-wrap .text-well {
    font-size: 13px;
}

.province-select, .city-select {
    display: inline-block;
    width: 45%;
    border: 1px solid #28B65C;
    color: #000;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
}

/*Request Page */
.request-page-title {
    color: #28B65C;
    font-size: 23px;
    margin-bottom: 10px;
}

.request-page-info {
    text-align: justify;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #2c2727;
}

.text-main-green {
    color: #28B65C;
}

.countable-service-row, countable-services-wrapper {
    width: 100%;
}

.countable-service-ro {
    margin-bottom: 15px;
}

.countable-service-row select {
    display: inline-block;
    width: 20%;
    border: 1px solid #28B65C;
    color: #000;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
}

.countable-service-row input {
    display: inline-block;
    width: 150px;
    border: 1px solid #28B65C;
    color: #000;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
}

.countable-service-row lable {
    display: block !important;
}

#add-countable-service {
    width: 200px;
    background: #0047ff;
    color: #fff;
    border-radius: 8px;
    display: block;
    padding: 8px;
}

@media only screen and (max-width : 768px) {
    .countable-service-row select {
        width: 70%;
    }

    .countable-service-row input {
        width: 30%;
    }

    #add-countable-service, .request-submit-btn {
        width: 100%;
    }
}

.pointer {
    cursor: pointer;
}



/* Create Product File Upload*/
.file-upload {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.file-label {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .file-label:hover {
        background: #0056b3;
    }

input[type="file"] {
    display: none;
}

.file-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thumbnail {
    position: relative;
    display: inline-block;
}

    .thumbnail img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgb(207, 30, 30);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* Custom BTN */
.detail-btn {
    border-radius: 8px;
    display: inline-block;
    margin-left: 5px;
    padding: 8px 10px;
    color: #fff;
    transition: 0.5s;
}

.md-only {
    display: table-cell;
}

@media only screen and (max-width:768px) {
    .md-only {
        display: none;
    }
}

.btn-success {
    background: #389b31;
}

    .btn-success:hover {
        background: #255114;
        transition: 0.5s;
    }

.btn-danger {
    background: #b32828;
}

    .btn-danger:hover {
        background: #811d1d;
        transition: 0.5s;
    }

.btn-info {
    background: #0282ba;
}

    .btn-info:hover {
        background: #2331d3;
        transition: 0.5s;
    }

.text-blue {
    color: #0282ba;
}

.home-category-item {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

    .home-category-item img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
    }

    .home-category-item span {
        position: relative;
        width: 100%;
        text-align: center;
        display: inline-block;
        top: -60px;
        color: #FFFFFF;
        text-shadow: 3px 5px 2px #474747;
    }

.home-tours-link {
    display: inline-block;
    width: 100px;
}

    .home-tours-link svg {
        display: inline-block;
    }

.items-seprator:after {
    content: " - ";
}

.items-seprator:last-child:after {
    content: "";
}

.h-150 {
    height: 150px;
}

.h-200 {
    height: 200px;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.user-order-description {
    padding: 10px;
}

    .user-order-description h5 {
        color: #28B65C;
        font-size: 18px;
    }

    .user-order-description .text, .user-order-description .text-well {
        font-size: 13px;
        text-align: justify;
    }

/* Minimal Trigger Link */
.trigger-link {
    display: inline-block;
    padding: 10px 20px;
    background: #4f46e5;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .trigger-link:hover {
        background: #4338ca;
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

/* Modal Overlay */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Modal Content */
.modal-content {
    background-color: white;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.modal.active .modal-content {
    transform: translateY(0);
    opacity: 1;
}

/* Modal Header */
.modal-header {
    padding: 20px 24px 0;
}

.modal-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

/* Modal Body */
.modal-body {
    padding: 20px 24px;
    color: #4b5563;
}

/* Modal Footer */
.modal-footer {
    padding: 16px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #e5e7eb;
}

/* Modal Buttons */
.btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 14px;
}

.btn-cancel {
    background-color: #f3f4f6;
    color: #4b5563;
}

    .btn-cancel:hover {
        background-color: #e5e7eb;
    }

.btn-confirm {
    background-color: #4f46e5;
    color: white;
}

    .btn-confirm:hover {
        background-color: #4338ca;
    }

/* Close Button */
.close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
}

    .close:hover {
        background-color: #f3f4f6;
        color: #6b7280;
    }

/* Article Search Form */
.search-article {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .search-article form {
        width: 100%;
    }

    .search-article input {
        background: #e7ffe9;
        border-radius: 10px;
        padding: 8px 10px;
        width: 85%;
    }

        .search-article input:focus {
            border-color: #28B65C;
        }

    .search-article button {
        color: #fff;
        width: 13%;
        background: #28B65C;
        border-radius: 10px;
        padding: 7px;
    }

.articles-title {
    color: #28B65C;
    margin-bottom: 15px;
    font-size: 30px;
}

.text-green {
    color: #28B65C;
}

@media only screen and (max-width:768px) {
    .articles-title {
        text-align: center;
    }
}

.fs-12 {
    font-size : 12px;
}

.filter-articles-cats {
    margin-top: 5px !important;
}

    .filter-articles-cats li:not(:first-child) {
        margin-top: 10px;
    }

    .filter-articles-cats li a {
        font-size: 13px;
        color: #333131;
        transition: 0.25s all ease-in-out;
    }

        .filter-articles-cats li a:hover {
            padding-right: 10px;
            color: #28B65C;
            transition: 0.25s all ease-in-out;
        }

.article-tags {
    margin-right : 0;
}

.article-tags li {
    display : inline-block;
    border-radius : 10px;
    padding : 8px 10px;
    background : #a0ffb8
}

.navbar-burger {
    background-color : transparent;
}

.service-area {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.service-item {
    flex: 1 1 200px;
}

