﻿:root {
    --main-color: #009b6d;
    --main-color-highlight:#007451;
}

.anim-underline {
    position: relative;
    color: var(--main-color);
    text-decoration: none;
    width: fit-content;
    font-weight: 500;
}

    .anim-underline:hover {
        color: var(--main-color-highlight);
    }

    .anim-underline::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--main-color);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .anim-underline:hover::before {
        transform: scaleX(1);
    }

.position-absolute {
    position:absolute !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #00857c !important;
}

.internal-center {
    line-height: 12px;
    text-align: center;
}
.highlighted-area {
    border-radius: 5px;
    background-color: #effffd;
    border-radius:10px;
    margin-top:4px;
    padding:3px;
}
.btn-link2 {
    cursor: pointer;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    color: var(--main-color);
    font-weight: 400;
}
.btn-link2:hover {
    text-decoration:dotted;
    color:var(--main-color-highlight)
}
.preview-box-with-link {
    display: flex;
    border: 1px solid #ced4da;
    background-color: #f2f5f9;
    padding: 2px 5px 2px 12px;
    align-items: center;
    justify-content: space-between;
    height:38px;
}
.product-info-section-frame {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 15px;
}

.tree-node-content.tree-node-content-active > .bullet {
    color: #fff;
    background-color: #00857c;
    border: 1px solid transparent;
}
.animate-rotate {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.animate-round2 {
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: spin;
}
.flex-baseline {
    display: flex;
    align-items: baseline;
}

.table th {
    cursor: pointer;
}

.sort-icon {
    color: #009b6d;
}

.bg-success {
    color: #009b6d;
}

.color-error {
    color: red;
}

.color-success {
    color: #009b6d;
}

.font09rem {
    font-size: 0.9rem;
}

.font1rem {
    font-size: 1rem;
}

.nav-link-selected {
    background-color: #1eab82;
}

.light-highlight {
    background-color: #f4fffc;
}

.border-primary {
    border-color: #009b6d !important;
}

.text-primary {
    color: #009b6d !important;
}

.btn-primary-outline:hover {
    border: 1px solid #ddd;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #49cbb5;
}

.alert-inline {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 4px;
}

.flex {
    display: flex;
    align-items: center;
}

.alert-success {
    color: #23522d !important;
    background-color: #d9fbec !important;
    border-color: #72c986 !important;
    padding: .35rem .5rem;
}

.btn-selection {
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fff;
}

    .btn-selection:hover {
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.table-striped.table-hover tbody tr:hover {
    border-bottom: 1px solid #ddd;
}

.tab-content {
    padding: 15px 5px 5px 15px;
}

.nav-tabs .nav-link:hover {
    border-bottom-color: #009b6d;
    background-color: #f1fffa;
}

.grid-no-data-area {
    font-size: 1.3rem;
    color: #CCC;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(50 188 156 / 18%);
}

.col-form-label {
    margin-left: 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(99 199 170 / 25%);
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.06rem rgb(24 24 24 / 25%);
}

.grid-filter-area {
    border: 1px solid #ededed;
    border-radius: 3px;
}

.btn-grid {
    background-color: #fff;
    color: #009b6d;
    border: 1px solid #efefef;
}

    .btn-grid:hover {
        background-color: #f3f3f3;
        border: 1px solid #ddd;
    }

.grid-rightside-btn {
    width: 120px;
    white-space: nowrap;
    margin: 1px 3px 1px 1px;
}

.page-item.active .page-link {
    border-color: #00432f;
}

.btn-outline-primary {
    border: 1px solid #009b6d;
    color: #009b6d;
}

    .btn-outline-primary:hover {
        background-color: #009b6d;
        border: 1px solid #009b6d;
    }

.nav-group {
    color: #009b6d;
    padding-left: 0px !important;
    margin-left: 0px !important;
    user-select: none;
}

    .nav-group:hover {
        background-color: #00a196;
    }

.sidebar {
    background-color: #00857c !important;
}

    .sidebar .nav a:hover {
        background-color: #fff;
    }

    .sidebar .nav a:hover {
        color: #000;
    }

a {
    color: #012b0d;
}

input.form-control:active {
    border-color: #37927e !important;
}

.btn-primary {
    background-color: #49cbb5 !important;
    border-color: #378f80 !important;
}

    .btn-primary:hover {
        background-color: #009b6d !important;
        border-color: #009b6d !important;
    }

    .btn-primary:active {
        background-color: #009b6d !important;
        border-color: #009b6d !important;
    }

    .btn-primary:focus {
        background-color: #009b6d;
        border-color: #009b6d;
    }

.form-control:focus {
    border-color: #007853 !important;
}

.page-link {
    color: #fff !important;
    background-color: #49cbb5 !important;
}

.nav-title {
    font-size: 1.2rem;
    margin-left: 10px;
}

.navlink-label {
    margin-left: 3px;
    padding-top: 2px;
    font-weight: 400;
}

.nav-link {
    display: flex;
    flex-flow: row;
}

}

.info-text {
    color: dodgerblue;
}

.btn-vsm {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.8rem;
}

.landing-item-title {
    background-color: #a1ceff;
    padding: 0.4rem;
}

.landing-item {
    background-color: #f4f9ff;
    margin-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.landing-frame {
    border: #09f dotted 1px;
    margin-bottom: 8px;
}

.landing-frame-title {
    background-color: #f2f5f9;
    border-bottom: 1px dotted #09f;
    padding: 5px 10px 5px 10px;
}

.landing-frame-content {
    margin: 5px;
}

.package-item {
    background: #fff;
    margin: 5px;
    padding: 5px;
    width: auto;
    border-radius: 3px;
    border: 1px solid #aaa;
    display: flex;
    flex-direction:row;
    align-items: flex-end;
    column-gap:4px;
}
.package-item:hover {
    background-color:#efefef;
}
    .textnowrap {
    white-space: nowrap;
}

.other-package-item {
    background-color: #fff;
    border: 1px dotted #cccccc;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

.other-package-item-selected {
    border: 1px dotted #670707;
    background-color: #dddddd;
}

.drag-drop-file-entry {
    padding: 5px;
}

.drag-drop-zone-xs {
    border: 2px dashed #49cbb5;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 10px 0 5px 0;
    position: relative;
}

    .drag-drop-zone-xs:hover {
        background-color: #eee;
    }

    .drag-drop-zone-xs input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.drag-drop-zone-sm {
    border: 2px dashed #49cbb5;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .drag-drop-zone-sm:hover {
        background-color: #eee;
    }

    .drag-drop-zone-sm input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.drag-drop-zone {
    border: 2px dotted #49cbb5;
    border-radius: 4px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #f8fffe;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    background: white;
    justify-content: flex-start;
    gap: 6px;
}

.gallery-item {
    display: flex;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #009b6d;
    padding: 2px;
    border-radius: 3px;
}

    .gallery-item:hover {
        border: 1px dotted #009b6d;
    }

.galler-close-btn {
    padding-right: 2px;
    cursor: pointer;
    color: #009b6d;
}

.container-fluid {
    margin-bottom: 250px !important;
}

.app-body {
    background-color: #fbfbfc;
}

.main-area {
    background-color: transparent !important;
}
.main-color {
    color:var(--main-color)
}

body {
    background-color: #fbfbfc;
}

.promo-price-text {
    font-weight: 500;
    color: #bbb;
    font-size: 16px;
}

.promo-price {
    font-weight: 500;
    color: #009b6d;
    font-size: 20px;
}

.ui-calendar-btn {
    color: #00857c !important;
}

.promo-days-info {
    color: #00857c;
    font-weight: 500;
}

.ui-calendar-day-picked {
    font-weight: 600 !important;
    color: #000 !important;
    background-color: #BEFCD4 !important;
    border: 1px solid #85E1A6 !important;
}

.ui-calendar {
    background-color: transparent !important;
}

.ui-calendar-day {
    width: 40px !important;
    height: 40px !important;
    padding: 9px !important;
    color: #3a906b;
    font-weight: 400;
    user-select: none;
}

.ui-calendar-nav {
    margin-left: auto;
    margin-right: auto;
}

.calendar-wrapper {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.promotion-location-text {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.promotion-location-text-selected {
    font-size: 15px;
    font-weight: bold;
    color: #009b6d;
}

.width180 {
    width: 180px;
}

.width250 {
    width: 250px;
}

.width80 {
    width: 80px;
}

.promo-file-upload {
    width: 1000px;
    height: 200px;
    padding-left: 50px;
    margin-top: 7px;
}

.promo-wizard-selection {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.wizard-content {
    width: 100%;
    height: 500px;
    background-color: #FAF9FC;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #058a6a;
    padding-top: 30px;
}

.promo-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.promo-wizard-frame-top {
    width: 1100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
    margin-top: 30px;
    margin-left: 30px;
    background-color: #F7F7F7;
    box-shadow: 2px 3px 12px #6f6f6f;
}

.promo-wizard-frame-bottom {
    width: 1100px;
    height: 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
    margin-left: 30px;
    background-color: #BEFCD4;
    box-shadow: 2px 3px 12px #6f6f6f;
}
.promo-wizard-price-text {
    margin-right: 200px;
    width: 50%;
    white-space: nowrap;
}
.promo-wizard-buttons {
    width:50%;
    text-align:right;
}

.font-bold {
    font-weight: bold !important;
}

.wizard-color-selected {
    color: #009b6d !important;
}

.promo-card-text {
    margin-top: 30px;
    margin-bottom: 10px;
}

.promotion-location-img {
    width: 120px;
}

.promotion-location {
    border-radius: 5px;
    border: 3px solid #eeeeee;
    width: 200px;
    height: 320px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.promotion-location-selected {
    border: 3px solid #009b6d;
}

.promotion-promotion-icon {
    width: 90px;
    height: 90px;
}

.promotion-element-type {
    border-radius: 5px;
    border: 3px solid #eeeeee;
    width: 250px;
    height: 180px;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.promotion-element-type-selected {
    border: 3px solid #57D885;
}

.stepcircle-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.stepcircle-labels {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    height: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.stepcircle {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    background: #ccc;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 12px;
}

.promo-spacer {
    background-color: #ccc;
    width: 200px;
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.stepcircle-active {
    border: 1px solid #009b6d;
    background: #fff;
    color: #009b6d;
}

.stepcircle-complete {
    border: 1px solid #009b6d;
    background: #009b6d;
    color: #fff;
}
.datetimepicker-input {
    background-color:#ffffff;
}
.calendar-pick {
    background: #f8f8f8;
    margin-left: 5px;
    border-radius: 5px !important;
    border: 2px solid #dddddd;
    cursor: pointer;
}
    .calendar-pick:hover {
        border: 2px solid #efefef;
        color: #00857c;
    }
    .comment-entry {
        padding: 2px;
        font-size: 13px;
        border-bottom: 1px dotted #dedede;
    }
.comment-entry-user {
    padding: 2px;
    font-size: 13px;
    border-bottom: 1px dotted #dedede;
    font-weight:500;
}
.link {
    color:#00857c;
}
    .link:hover {
        text-decoration:underline;
    }


.arrow-pointer {
    cursor: pointer;
    border: 1px dotted #009b6d;
    padding: 3px 5px 3px 5px;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #49CBB5;
    color: #fff;
    font-weight: 500;
}
    .arrow-pointer:hover {
        background-color:#fff;
        color:#009b6d;
    }

.payment-frame {
    border: 1px dotted #bbb;
    padding: 5px;
    margin: 3px;
    border-radius: 3px;
    background-color: #fbfbfb;
}

.order-mark {
    border: 1px dotted #14a37f;
    padding: 3px 5px 2px 5px;
    border-radius: 4px;
    font-weight: 500;
    color: #14a37f;
    font-size: 12px;
    width: 70%;
}

.remove-x {
    color:red;
    padding:3px;
    cursor:pointer;
}
    .remove-x:hover {
        font-weight:700;
    }


.simple-selection {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--main-color);
    border-radius: 3px;
    background-color: #f0fbf6;
    padding: 2px;
}

.tab-select {
    padding: 4px 8px 4px 8px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid var(--main-color);
    margin-left: 0px !important;
    height: 30px;
    color:#aaa;
}
.tab-select-selected {
    border-left-color: var(--main-color);
    border-right-color: var(--main-color);
    border-top-color: var(--main-color);
    border-bottom-color:#fff;
    color:var(--main-color);
}
