﻿/** ------- Font -------- **/

.title-font {
    font-family: "EB Garamond", serif;
}

/*
.body-font {
    font-family: "Roboto", serif;
    color: green !important;
}*/

/*.h1, h2, h3, h4, h5 {
    font-family: "EB Garamond", serif;
    color: red !important;
}*/

/*body {
    font-family: "Roboto", serif;
    color: green !important;
}*/



/** ------- Avatar -------- **/
.profile-no-image {
    width: 100px;
    height: 100px;
    background: #AFA19A;
    border-radius: 99999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-no-image-sm {
    width: 45px;
    height: 45px;
    background: #AFA19A;
    border-radius: 99999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/** ------- Alignment -------- **/
.flex-row {
    display: flex !important;
    flex-direction: row;
}

.flex-col {
    display: flex !important;
    flex-direction: column;
}

.jc-start {
    display: flex !important;
    justify-content: flex-start;
}

.jc-center {
    display: flex !important;
    justify-content: center;
}

.jc-end {
    display: flex !important;
    justify-content: flex-end;
}

.jc-between {
    display: flex !important;
    justify-content: space-between;
}

.jc-even {
    display: flex !important;
    justify-content: space-evenly;
}

.ai-start {
    display: flex !important;
    align-items: flex-start;
}

.ai-center {
    display: flex !important;
    align-items: center;
}

.ai-end {
    display: flex !important;
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify{
    text-align: justify;
}

.text-justify-all{
    text-align: justify-all;
}

.col-gap-5 {
    column-gap: 5px;
}

.row-gap-5 {
    row-gap: 5px;
}

/** ------- text-decoration -------- **/
.text-underline {
    text-decoration: underline !important;
}

.tc-white {
    color: white !important;
}

.tc-black {
    color: #4A4F55 !important;
}

.tc-primary {
    color: #AFA19A !important;
}

.tc-primary-gray {
    color: #4A4F55 !important;
}

.text-primary-gray {
    color: #4A4F55 !important;
}

.tc-red {
    color: #F7284A !important;
}

.tc-gray {
    color: #777D8D !important;
}

.tc-lightgray {
    color: #B4BBC1 !important;
}

.tc-yellow {
    color: #FBC518 !important;
}

.tc-green {
    color: #93DAC5 !important;
}

/** ------- badge -------- **/
.badge {
    border-radius: 10000px !important;
    padding: 5px 30px 5px 30px !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    font-size: 85% !important;
    min-width: 120px;
    align-self: flex-start;
}

.select2-container--open{
    z-index: 999999999999999 !important;
}


/** ------- Display -------- **/
.section-inactive{
    display: none !important;
}

/** ------- Button -------- **/
.btn-secondary {
    background: white !important;
    /*box-shadow: 0px 3px 10px rgba(180, 187, 193, 0.15);*/
    transition: all 0.5s;
    border: 1px solid #AFA19A !important;
    color: #AFA19A !important;
}

.btn-dropdown {
    background: transparent !important;
    border: 0;

}

.c-btn-group {
    background: rgb(180, 187, 193, 0.2) !important;
    border-radius: 10px;
    justify-content: space-evenly;
    width: 100%;
}

.btn-g-active {
    background: #AFA19A !important;
    color: white !important;
    border-radius: 10px !important;
    width: 100%;
    margin: 5px;

}

.btn-g-inactive {
    background: transparent !important;
    color: #777D8D !important;
    border-radius: 10px !important;
    width: 100%
}

/** ------- Payment -------- **/
.payment-icon{
    border-radius: 100000px;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
}

.income-color {
    color: #93DAC5;
}

.income-bgcolor {
    background-color: rgba(147, 218, 197, 0.2);
}

.expense-color {
    color: #F7284A;
}

.expense-bgcolor {
    background-color: rgba(247, 40, 74, 0.1);
}

/** ------- Timeline -------- **/
.timeline__date {
    background-color: white !important;
    color: #AFA19A !important;
    border: 2px solid #AFA19A !important;
}

/** ------- BG -------- **/

.bg-white{
    background-color: white !important;
}

.divider-h {
    width: 100%;
    height: 2px;
    background-color: #F0F8FF;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #777D8D !important;
}

.bg-primary {
    background-color: #AFA19A !important;
}


/** ------- Input  -------- **/
.input-icon-container {
    /*flex-row ai-center form-control pt-0 pb-0 ps-20*/
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    background-color: rgba(52,61,70,0.05) !important;
    border-radius: 3.5rem !important;
}


/** ------- Size  -------- **/
.max-w-85p {
    max-width: 85% !important;
}

.max-w-90p {
    max-width: 90% !important;
}

.min-width-200 {
    min-width: 200px;
}


/** ------- Theme Update  -------- **/
.theme-primary .nav-pills .nav-link.active, .theme-primary .nav-pills .show > .nav-link {
    background-color: #AFA19A;
    color: #ffffff !important;
}

/** ------- Table  -------- **/
.sticky-table th:first-child, .sticky-table td:first-child {
    position: sticky;
    left: 0px;
    background-color: #777D8D !important;
    color: white;
}

/** ------- Chart   -------- **/
#calculator-chart td {
    background-color: #AFA19A !important;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: black;
}
#calculator-chart th {
    color: #777D8D !important;
    font-weight: 300;
    font-size: 10px;
}

.rotate-r-90{
    transform: rotate(90deg);
    position: absolute;
}

#d-location-chart td {
    background-color: rgb(157, 122, 102, 0.5) !important;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    color: black;
}

#d-location-chart th {
    color: black;
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.7em;
}

/** ------- Side Menu   -------- **/
.menu-scoll-container {
    max-height: 200px;
    overflow-y: auto;
}


@media only screen and (min-width: 765px) {
    /** ------- Width %   -------- **/
    .w-25p {
        width: 25% !important;
    }
}


@media only screen and (max-width: 400px) {
    
    .content {
        padding: 0 !important;
        /*background-color:red !important;*/
    }

    .row-x-gutter-0 {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    .slider-img {
        height: 250px !important;
    }
}

@media only screen and (max-width: 575px) {

    .modal {
        width: 113% !important;
    }

    .square-img-responsive {
        width: 100% !important;
        height: 150px !important;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1200px) {

    .prop-view-circle {
        display: none;
    }
}

.row-x-gutter-0 {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}


/** ------- Card   -------- **/
.detail-card-container {
    overflow-x: auto;
}

.slider-img {
    height: 400px;
}

.badge-small {
    min-width: auto !important;
    padding: 5px 15px !important;
    background-color: #fff5f4 !important;
}

.customSty {
    color: #a9adb7 !important;
    background-color: #f5f5f6 !important;
}

#tabContainer .nav-item {
    margin-right: 10px; /* Adjust the value to set the desired gap between tabs */
    margin-bottom: 10px;
}

.private-mode-lock-icon {
    /*color: #AFA19A !important;*/
    color: #4A4F55 !important;
}
.private-mode-lock-text {
    color: #4A4F55 !important;
    font-size: 12px;
}

.btn-toggle.active {
    background-color: #AFA19A !important;
}

#toggle-btn::before {
    content : "" !important;
}

#toggle-btn::after {
    content: "" !important;
}

#left-side-panel {
    transition: opacity 1s ease-in-out;
    width: 25%;
    max-width: 300px;
    min-width: 250px;
    background-color: #4A4F55;
    position: relative;
    justify-content: space-between;
}

.lsp-show{
    display: flex !important;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.lsp-hide{
    display: none !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.pm-img-container {
    margin-top: 20px;
    height: 15vh;
    /*width: 65%;*/
    aspect-ratio: 1/1;
    align-self:center;
}

.pm-display-img-container {
    margin-top: 35px;
    padding-bottom: 50px;
}

#pm-display-img{
    min-height: 150px;
    object-fit: cover;
}

.pm-body{
   /*height: 52vh;*/
   height:67vh;
}

.pm-padding {
    padding: 0 6% !important;
}

.pm-footer{
    height: 13vh;
}

#pm-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-scroll-container{
    scroll-behavior:smooth;
    overflow-y:auto;
    height: 100%;
}

#pm-desc {
    /*text-align: justify;*/
    /*font-size: calc(1px + 1vw);*/
}

.lsp-close-container {
    background-color: #4A4F55;
    width: 35px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -35px;
    z-index: 1;
    border-radius: 0px 15px 15px 0px;
}

.pmd-header {
    background-color: rgb(60, 60, 60, 0.1);
    height: 7vh;
    min-height: 60px;
    box-shadow: 0 0 10px rgb(60, 60, 60, 0.1);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.pmd-header-container {
    margin: 0 10%;
    border-bottom: white solid 1px;
    height: 100%;
    letter-spacing: 2px;
}

.pmd-body{
    height: 83vh;
    padding: 3% 10%;
}

.pmd-footer {
    height: 10vh;
    min-height: 120px;
    box-shadow: 0 0 10px rgb(60, 60, 60, 0.1);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    overflow-x: auto;
    column-gap: 5px;
}

.pmd-container-footer {
    height: 10vh;
    min-height: 100px;
    box-shadow: 0 0 10px rgb(60, 60, 60, 0.1);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    overflow-x: auto;
    column-gap: 5px;
}

.pmd-img-container {
    height: 17vh;
    aspect-ratio: 1/1;
}

.pmd-ah-container {
    width: 250px;
}

.pmd-section-box {
    height: 90%;
    width: 130px;
    background-color: rgba(175, 161, 154, 1);
    /*background: linear-gradient(to top right, rgba(175, 161, 154, 1), rgba(194, 141, 114, 1));*/
    border-radius: 2px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
}

.pmd-modal{
    width: 81%;
    padding-top: 7vh;
}


.pmd-section-box:hover {
    transform: scale(1.05);
}

.pmd-prop-container {
    width: 32.5%;
    aspect-ratio: 2/1.1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: transform 0.3s ease-in-out;
}

.pmd-prop-container:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.pmd-prop-img-container{
    height: 85%;
}

.pmd-prop-footer{
    height: 15%;
}

.pmd-model-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pmd-section-box-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-modal {
    background: rgba(0, 0, 0, 0.5) !important;
}
.pmd-prop-container-2 {
    width: 100%;
    height: 65px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: transform 0.3s ease-in-out;
    border-bottom: 1px solid lightgray;
}
.pmd-prop-container-2:hover {
    /*transform: scale(1.05);*/
    cursor: pointer;
}

.pmd-prop-left {
    width: 10%;
    background-color:red;
}

.pmd-prop-center {
    flex: 2;
}

.pmd-prop-right{
    flex: 1;
}