/* VUE.JS */
[v-cloak] { display: none; }

:root {
    /* --colorbg: #f8f9fa; */
    --colorbgtext: #000000;
    --color0: #a3613e;
    /* --color0light: #0c7bb680; */
    --color1: #ECEEF1;
    --color2: #53B700;
    --color2light: #52b70079;
    --color3: #FF8000;
    --color4: #0c7ab6;
    --color5: #D4D7DC;
    --color6: #BABEC5;
    --colorbar: #0c7ab6;
    /* Modern colors */
    --colorgray1: #344767;
    --colorgray2: #67748e;
    --colorgray3: #8392ab;
    --colorgray4: #252f40;
    --colorgray5: #e9ecef;
    --colorgreen: #82d616;
    --colorblue: #17c1e8;
    --colorred: #ea0606;
    --coloryellow: #fbcf33;
    --colorpink: #cb0c9f;
    /* Custom color for client */
    --colorbg: #fcf7f2;
    /* --colorgray1: #a3613e; */
    --color0light: #cc9561;
    --colorbrownlight: #cc9561c7;
    --colorbrown: #dad2cd;
}

body {
    /* font-family: Verdana, Arial, 'sans-serif' !important; */
    color: var(--colorgray1) !important;
}

#app {
    height: 100%;
}


/* vue-loading-overlay Fix text position */
.loading-after-icon {
    position: absolute;
    left: -100%;
    width: 210px;
}

/* .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
} */

.rounded-corners {
    border-radius: 1rem;
}

/* custom colors */

.bg-main-color {
    background: var(--colorbg);
    color: var(--colorbgtext);
}

.bg-custom {
    background: var(--color0);
    color: #ffffff;
}

.text-custom {
    color: var(--color0);
}

.text-gray1 {
    color: var(--colorgray1) !important;
}

.text-gray2 {
    color: var(--colorgray2) !important;
}

.text-gray3 {
    color: var(--colorgray3) !important;
}

.text-colorpink {
    color: var(--colorpink) !important;
}

.bg-custom-light {
    background:var(--color0light);
    color: #ffffff;
}


.bg-custom-gray1 {
    background:var(--colorgray1);
    color: #ffffff;
}

.bg-custom-gray2 {
    background:var(--colorgray2);
    color: #ffffff;
}

.bg-custom-gray3 {
    background:var(--colorgray3);
    color: #ffffff;
}

.bg-custom-gray4 {
    background:var(--colorgray4);
    color: #ffffff;
}

.bg-custom-gray5 {
    background:var(--colorgray5);
    color: #ffffff;
}

.bg-custom-colorblue {
    background:var(--colorblue);
    /* color: #ffffff; */
}

.border-custom-colorred {
    border: 1px solid var(--colorred);
}

.border-custom-colorgreen {
    border: 1px solid var(--colorgreen);
}

.bg-custom-note {
    /* background: #fff7dd; */
    background: #efef10;
}

.bg-custom-note-editable {
    background: #d1b3ca;
}

.bg-white-light {
    /* background: #ffffff94; */
    /* background: #ffffff71; */
    background: #ffffff56;
    border-radius: 5px;
}
.bg-table-head {
    background: var(--color5);
}

.bg-white-transparent {
    /* background: #ffffff94; */
    /* background: #ffffff71; */
    /* background: #ffffff56; */
    background: #00000009;
}

.side-menu {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    /* height: 100% !important; */
}

.bg-bar {
    /* background: var(--colorbar); */
    /* background: var(--color0); */
    background: var(--colorbrownlight);
    padding: 5px 0px 5px 0px;
    color: #ffffff !important;
    /* height: 100% !important; */
}

.container-panel {
    height: 100vh;
    overflow-y: auto;
}

@media (max-width: 577px) {
    .bg-bar {
        height: auto !important;
        /* overflow-x: auto; */
    }

    .container-panel {
        /* bottom: -20px; */
        height: 90vh;
        overflow-y: auto;
    }
}

.menu-color {
    color: var(--colorbg);
    -webkit-appearance: none;
}

.input-sm-empty {
    height: 30px;
}

.text-orientation {
    /* text-orientation: upright; */
    writing-mode: vertical-rl;
}

.scrollable-div {
    display:flex; 
    flex-wrap:nowrap; 
    overflow-x: auto;
}

.div-hover:hover {
    background-color: var(--colorgray5);
}

.view-port-scroll-y {
    overflow-y: auto;
    /* max-height: calc(100vh - 150px); */
    max-height: calc(100vh - 70px);
}

.preview-scroll-y {
    overflow-y: auto;
    /* max-height: calc(100vh - 150px); */
    max-height: calc(100vh - 200px);
}

/* navbar color text */
.nav .nav-item .nav-link {
    /* color: var(--colorbgtext); */
    color: #ffffff;
}
.nav .nav-item.active .nav-link,
.nav .nav-item:hover .nav-link {
    color: var(--colorgray1);
    /* border-bottom: 2px solid var(--colorgray1) !important; */
}

.nav .nav-link.active,
.nav .nav-item.show .nav-link {
    color: var(--colorgray1) !important;
    -webkit-appearance: none;
}

/* custom badge */
.badge-yellow {
    color: #000000;
    background-color: #eeff00;
}
  
.badge-aqua {
    color: #000000;
    background-color: #6afcfc;
}
  
.badge-pink {
    color: #ffffff;
    background-color: #e690d3;
}

.badge-cadetblue {
    color: #ffffff;
    background-color: #5F9EA0;
}

.badge-violet {
    color: #ffffff;
    background-color: #EE82EE;
}

.badge-lawngreen {
    color: #000000;
    background-color: #7CFC00;
}

/* Floating div inside div*/
.div-floating-container-div-bottom {
    position: -webkit-sticky;
    position: sticky;
    /* right: 30px; */
    bottom: 5px;
    float:center;
    /* position: absolute; */
    z-index: 3;
    -webkit-appearance: none;
}

.div-floating-container-div-top {
    position: -webkit-sticky;
    position: sticky;
    /* right: 30px; */
    top: -5px;
    float:center;
    /* position: absolute; */
    z-index: 9999;
    -webkit-appearance: none;
}

.div-menu-top {
    position: fixed;
    top:56px;
    padding-right: 20px;
    z-index: 1019;
}

/* Floating button bottom right inside div*/
.btn-floating-container-div {
    position: -webkit-sticky;
    position: sticky;
    right: 30px;
    bottom: 20px;
    float:right;
    /* position: absolute; */
    z-index: 9999;
    -webkit-appearance: none;
}

/* Floating button bottom right*/
.btn-floating-container {
    right: 30px;
    bottom: 20px;
    position: fixed;
    z-index: 9999;
}

.btn-floating {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(245, 245, 245, 0.075);
    text-align: center;
    padding: 0px;
    font-size: 24px;
    -webkit-appearance: none;
}

/* bootstrap 4 custom button CIRCLE */
.btn-outline-custom-round {
    color: var(--color0);
    background-color: #ffffff;
    border-color: var(--color0);
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 50%;
    -webkit-appearance: none;
}
  
.btn-outline-custom-round:hover,
.btn-outline-custom-round:active,
.btn-outline-custom-round:focus,
.btn-outline-custom-round.active {
    background: var(--color0);
    background-color: var(--color0);
    color: #ffffff;
    border-color: var(--color0);
}
  
  
.btn-custom-round {
    color: #ffffff;
    background-color: var(--color0);
    border-color: var(--color0);
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 50%;
    /* border-radius: 0; */
    -webkit-appearance: none;
}
  
.btn-custom-round:hover,
.btn-custom-round:active,
.btn-custom-round:focus,
.btn-custom-round.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #ffffff;
    color: var(--color0);
    border-color: var(--color0);
}

/* bootstrap 4 custom button */
.btn-outline-custom {
    color: var(--color0);
    background-color: #ffffff;
    border-color: var(--color0);
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0.2rem;
    -webkit-appearance: none;
}
  
.btn-outline-custom:hover,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom.active {
    background: var(--color0);
    background-color: var(--color0);
    color: #ffffff;
    border-color: var(--color0);
}
  
  
.btn-custom {
    color: #ffffff;
    background-color: var(--color0);
    border-color: var(--color0);
    font-weight: bold;
    letter-spacing: 0.05em;
    /* border-radius: 0; */
    -webkit-appearance: none;
}
  
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus,
.btn-custom.active {
    /* let's darken #004E64 a bit for hover effect */
    background: #ffffff;
    color: var(--color0);
    border-color: var(--color0);
}

/* Input with icon on left */
.input-icon-left .form-control {
    padding-left: 2.375rem !important;
}

.input-icon-left .custom-select {
    padding-left: 2.375rem !important;
}

.input-icon-left .input-icon-left-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.input-icon-left .input-icon-left-text {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    /* line-height: 2.375rem; */
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Input with icon on right */
.input-icon-right .form-control {
    padding-right: 2.375rem !important;
}

.input-icon-right .custom-select {
    padding-right: 2.375rem !important;
}

.input-icon-right .input-icon-right-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.input-icon-right .input-icon-right-text {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    /* line-height: 2.375rem; */
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* v-select icon */
#vselect-icon {
    width: 16px;
    height: 16px;
    color: #999;
    margin: 8px 0px 0 8px;
}

.v-select-sm {
    /* padding-top: .25rem; */
    padding-bottom: .25rem;
    font-size: .875rem;
    /* background: #ffffff; */
}

/* CUSTOM RADIO INPUT */
.form-radio
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    /* background-color: #f1f1f1; */
    background-color: #ffffff;
    color: #666;
    top: 5px;
    height: 30px;
    width: 30px;
    /* border: 0; */
    border: 1px solid #272727;
    border-radius: 50px;
    cursor: pointer;     
    margin-right: 7px;
    outline: none;
}
.form-radio:checked::before
{
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    font-weight: 900;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}
.form-radio:hover
{
    background-color: #f7f7f7;
    /* background-color: #ffffff; */
}
.form-radio:checked
{
    /* background-color: #f1f1f1; */
    /* background-color: #ffffff; */
    border-color: var(--color2) !important;
    /* background-color: var(--color2) !important; */
}
.form-radio:disabled
{
    cursor: not-allowed;
    background-color: #e9ecef;
    opacity: 1;
}

.form-label
{
    font: 15px/1.7 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
} 

/* CUSTOM RADIO FIXED FOR SUBCATEGORIES */
/* CUSTOM RADIO INPUT */
.form-radio-sm
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    /* background-color: #c9aaa4;; */
    color: #666;
    top: 5px;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;     
    margin-right: 3px;
    outline: none;
}
.form-radio-sm:checked::before
{
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    font-weight: 700;
    left: 6px;
    top: 2px;
    content: '\02143';
    transform: rotate(40deg);
}
.form-radio-sm:hover
{
    /* background-color: #f7f7f7; */
    background-color: #ffffff;
}
.form-radio-sm:checked
{
    /* background-color: #f1f1f1; */
    background-color: #ffffff;
}
.form-radio-sm:disabled
{
    cursor: not-allowed;
    background-color: #e9ecef;
    opacity: 1;
}

/* CUSTOM CHECK INPUT */
.form-check-label {
    display: contents !important;
}

.form-checkbox
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    /* background-color: #f1f1f1; */
    background-color: #ffffff;
    color: #666;
    /* top: 5px; */
    top: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;     
    margin-right: 7px;
    outline: none;
    padding-left: 0rem !important;
}
.form-checkbox:checked::before
{
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    font-weight: 900;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
    /* color: #ffffff */
}
.form-checkbox:hover
{
    /* background-color: #f7f7f7; */
    background-color: #ffffff;
}
.form-checkbox:checked
{
    border-color: var(--color2) !important;
    /* background-color: #ffffff; */
    /* background-color: var(--color2) !important; */
}
.form-checkbox:disabled
{
    cursor: not-allowed;
    background-color: #e9ecef;
    opacity: 1;
}

/* input[type][disabled]{
    background-color: #f9f9f9;
    color: #ddd;
    cursor: default;
} */

/* input[type][disabled] + label {
    color: #999;
    cursor: default;
} */
/* text-decoration: line-through; */

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
    position: relative;
    z-index: 10;
  }
  
  /* Positioning and visibility settings of the tooltip */
  [data-tooltip]:before,
  [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
  }
  
  /* The actual tooltip with a dynamic width */
  [data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
  /*   font-size: 0.73rem; */
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%, -5px) scale(0.5);
  }
  
  /* Tooltip arrow */
  [data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element, 
                                the transition effects for the 
                                tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                                slide-down effect */
    transform: translateX(-50%) scaleY(0);
  }
  
  /* Tooltip becomes visible at hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
  }
  /* Scales from 0.5 to 1 -> grow effect */
  [data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%, -5px) scale(1);
  }
  /* Slide down effect only on mouseenter (NOT on mouseleave) */
  [data-tooltip]:hover:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
  }
  /*
    That's it.
  */
  /*
    If you want some adjustability
    here are some orientation settings you can use:
  */
  
  /* LEFT */
  /* Tooltip + arrow */
  [data-tooltip-location="left"]:before,
  [data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
  }
  
  /* Tooltip */
  [data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
  }
  [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
  }
  
  /* Arrow */
  [data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* RIGHT */
  [data-tooltip-location="right"]:before,
  [data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
  }
  
  [data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
  }
  [data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
  }
  
  [data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* BOTTOM */
  [data-tooltip-location="bottom"]:before,
  [data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
  }
  
  [data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
  }
  [data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
  }
  
  [data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
  }


  /* Pulse Alerts */
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

/*============================
	ANIMATIONS PULSE WRAP
=============================*/
.pulse_wrap {
	animation: pulse 1.5s ease-in-out alternate infinite;

}

@keyframes pulse {
	0% {
		opacity: 0.8;
		transform: scale(0.95);
    /* margin-left: -20px; */
	}
  
  100% {
		opacity: 1;
		transform: scale(1.2);
	}
  

}



/* cursor hand */
.cursor-pointer{
    cursor: pointer;
}

.cursor-move{
    cursor: move;
}

/* fix parser error */

.parsley-errors-list li {
    color: red;
}

.parsley-required {
    color: red;
}

.parsley-errors-list .parsley-required {
    color: red;
}

.has-error{
    color: #b94a48 !important;
    background-color: #f2dede !important;
    background: #f2dede !important;
    border: 1px solid #EED3D7 !important;
}

/* fix uppload modal */
.uppload-modal-bg {
    background-color: rgba(125,125,125) !important;
}

.remove-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.remove-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.remove-margin-bottom {
    margin-bottom: 0px !important;
}

.remove-padding-tp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.hr-remove-margin {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.hr-line {
    border-top: 2px solid; 
}

.remove-margin-right {
    margin-right: 0px !important;
}


/* BOOTSTRAP SQUARE BUTTONS */
.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}
  
.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}
  
.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}
  
.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding:2px;
}

/* Responsive table ==================================== */
/* @media screen and (max-width: 600px) {
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
    }
    
    table td {
      display: block;
      text-align: right;
      border: none !important; 
    }
    
    table td::before {
        content: attr(data-label);
        float: left;
        padding-right: 10px;
        font-weight: bold;
    }

    #tableTS td {
        display: flow-root !important;
        text-align: right;
        min-width: 89vw;
        border-left: 1px dashed #B0BEC5 !important;
        border-right: 1px dashed #B0BEC5 !important;
        border-top: 1px dashed #ECEFF1 !important;
        border-bottom: 1px dashed #ECEFF1 !important;
    }

    .wrapper {
        overflow: visible !important;
    }
} */

/* NEW TABLE RESPONSIVE CARD MODE */
/* Styles for card mode (presentational styles are marked as optional) */
.table-100 {
    width: 100%;
}

.table-md-font {
    font-size: 0.8rem !important;
}

.table-sticky-thead {
    position: sticky;
    inset-block-start: 0; /* "top" */
}
.table-sticky-tfoot {
    position: sticky;
    inset-block-end: 0; /* "bottom" */
}

@media (max-width: 855px) {
    .table-card,
    .table-card tbody,
    .table-card tfoot,
    .table-card tbody tr,
    .table-card tbody td {
        display: block;
        border: none;
        border-collapse: collapse;
    }
    .table-card {
        /* optional */
        border-top: 1px solid #e8e8e8; 
    }
    .table-card thead {
        display: none;
    }
    .table-card tbody tr{
        background-color: #ffffff;
        padding: 1rem 0 1rem 0;
        margin: 1rem 0 1rem 0;
        border-radius: 1rem;
    }
    .table-card tbody tr:nth-child(odd) {
        /* optional */
        background-color: #c9c8c8; 
        /* background-color: #f9f9f9;  */
    }
    .table-card tbody td {
        position: relative;
        text-align: left;
        /* optional */
        padding: 7px 13px; 
        /* 50% is arbitrary, 13px is optional */
        padding-left: calc(50% + 13px); 
        /* optional */
        border: 1px solid #e8e8e8; 
        /* optional */
        border-top: none; 
    }
    .table-card tbody td:before {
        content: attr(data-label);
        position: absolute;
        white-space: nowrap;
        top: 0;
        bottom: 0;
        left: 0;
        /* arbitrary */
        width: 50%; 
        text-align: left;
        /* optional */
        padding: 7px 13px; 
        /* optional */
        font-weight: 600; 
        /* optional */
        border-right: 1px solid #e8e8e8; 
    }
}

/* Styles for normal mode (all are optional, presentational styles) */
/* @media (min-width: 856px) {
    th {
      white-space: nowrap;
      font-weight: 600;
    }
    th,
    td {
      padding: 7px 13px;
      border: 1px solid #e8e8e8;
    }
} */
/* th:not(.align-start),
td:not(.align-start) {
  text-align: center;
} */

/* Floating button bottom right inside div*/
.btn-floating-container-div {
    position: -webkit-sticky;
    position: sticky;
    right: 30px;
    bottom: 20px;
    float:right;
    /* position: absolute; */
    /* z-index: 9999; */
    z-index: 3;
}

/* Switch Small Specific Styles Checkbox */
input[type="checkbox"].switch_sm{
	font-size: 30px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 1.5em;
	height: 0.75em;
	/* width: 3.5em;
	height: 1.5em; */
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    margin: 0.15em;
    top: 8px;
}
  
input[type="checkbox"].switch_sm:checked{
	/* Blue */
    /* background: #0ebeff; */
    /* Green */
	/* background: #53B700; */
    /* Custom */
	background: var(--color0);
}
  
input[type="checkbox"].switch_sm:after{
	position: absolute;
	content: "";
	width: 0.77em;
	height: 0.77em;
	/* width: 1.5em;
	height: 1.5em; */
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
	        box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	        transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
  
input[type="checkbox"].switch_sm:checked:after{
	/* left: calc(100% - 1.5em); */
	left: calc(100% - 0.77em);
}

input[type="checkbox"].switch_sm:disabled{
    cursor: not-allowed;
	opacity: 0.5;
}


/* table DIV */

.dt-color {
    /* border: 1px solid #d4d7dc; */
    padding: 10px 12px 10px 12px;
    /* color: #c7c7c7; */
    height: 45px;
}

.dt-border-start {
    border-bottom: 1px solid #d4d7dc;
    border-right: 1px solid #d4d7dc;
}

.dt-border-middle {
    border-bottom: 1px solid #d4d7dc;
    border-right: 1px solid #d4d7dc;
}

.dt-border-end {
    border-bottom: 1px solid #d4d7dc;
}


/* WATER WAVE */
.editorial {
    display: block;
    width: 100%;
    height: 8em;
    /* max-height: 100vh; */
    margin: 0;
    bottom:0;
    position:absolute;
}

.parallax > use {
    animation: move-forever 12s linear infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
}
.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}
  
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}


/* bootstrap 5 switch size */
/* .form-check-input {
    clear: left;
  } */
  
  .form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
  }
  
  .form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
  }
  
  .form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
  }
  
  .form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
  }
  
  .form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
  }
  
  .form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
  }
  
  .form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
  }
  
  .form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
  }

  /* BOLD FONT */
  .qty-font-sm {
    font-size: 1.3em;
    font-weight: 800;
    line-height: 30px;
    border: 1px solid rgb(221,221,221);
    /* height: calc(1.5em + .5rem + 2px); */
    height: calc(1.2em + .5rem + 2px) !important;
}

.qty-font-lg {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 30px;
    border: 1px solid rgb(221,221,221);
    /* height: calc(1.5em + .5rem + 2px); */
    height: calc(1.2em + .5rem + 2px) !important;
}

.tag-font-md {
    font-size: 1.0em;
    font-weight: 800;
    line-height: 30px;
}

.tag-font-lg {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 30px;
}

.card-close-float-right {
    position: absolute;
    /* background: red; */
    color: white;
    top: -10px;
    right: -15px;
}

.card-body-sm {
    padding: 0.5rem 0.5rem;
}

.listing-noimg-content {
    border: 1px dashed #d9d5d2;
    width: 155px;
    height: 100px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    /* padding: 5px 5px 5px 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.listing-img-content {
    /* border: 1px dashed #d9d5d2; */
    width: 155px;
    height: 100px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    /* padding: 5px 5px 5px 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.float-close {
    position: absolute;
    /* background: red; */
    /* color: white; */
    top: -10px;
    right: -10px;
}

.form-label-sm {
    font: 10px 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-bottom: 0;
} 

.form-label-md {
    font: 12px 'Open Sans', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-bottom: 0;
} 


/* AGILE SLIDER */
.slider-agile {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin: 0 auto;
    /* max-width: 1000px; */
    /* padding: 30px; */
    padding-top: 10px;
}

.agile-main {
    margin-bottom: 10px;
}
  
.agile-thumbnails {
    margin: 0 -5px;
    width: calc(100% + 10px);
}
  
/* .agile__nav-button {
    background: transparent;
    border: none;
    color: #ccc;
    cursor: pointer;
    font-size: 24px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.agile-thumbnails .agile__nav-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.agile-thumbnails .agile__nav-button--prev {
    left: -45px;
}
.agile-thumbnails .agile__nav-button--next {
    right: -45px;
}
.agile__nav-button:hover {
    color: #888;
} */

.agile__nav-button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 80px;
}
.agile__nav-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.agile__nav-button--prev {
    left: 0;
}
.agile__nav-button--next {
    right: 0;
}

/* .agile__dot {
    margin: 0 10px;
}
.agile__dot button {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    width: 10px;
}
.agile__dot--current button, .agile__dot:hover button {
    background-color: #888;
} */
  
.agile__dots {
    bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    right: 30px;
    position: absolute;
}
.agile__dot {
    margin: 5px 0;
}
.agile__dot button {
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    display: block;
    height: 10px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    width: 10px;
}
.agile__dot--current button, .agile__dot:hover button {
    background-color: #fff;
}
.agile-slide {
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: flex;
    /* height: 450px; */
    /* height: 350px; */
    /* height: 450px; */
    -webkit-box-pack: center;
    justify-content: center;
}
.slide--thumbniail {
    cursor: pointer;
    height: 100px;
    padding: 0 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.slide--thumbniail:hover {
    opacity: 0.75;
}
.agile-slide img {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    /* -o-object-fit: contain;
    object-fit: contain; */
    /* -o-object-fit: cover;
       object-fit: cover; */
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-height: 350px;
}
.agile-slide embed {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    /* -o-object-fit: contain;
    object-fit: contain; */
    /* -o-object-fit: cover;
       object-fit: cover; */
    -o-object-position: center;
    object-position: center;
    width: 100%;
    max-height: 350px;
}
.agile__caption {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.search-bar-sm {
    background-color: rgba(248,249,250,1)!important ;
    padding-bottom: 1.5rem !important;
    padding-right: 2rem !important;
    padding-left: 1rem !important;
}
@media (max-width: 855px) {
    .search-bar-sm {
        background-color: rgba(248,249,250,1)!important ;
        padding-bottom: 1.5rem !important;
        padding-right: 2rem !important;
        padding-left: 1rem !important;
    }
}

.img-wrap {
    width: 100%;
    max-height: 100vh;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    object-fit: cover;
}

/* custom input invisible */
.project-input {
    padding: 0;
    /* font-size: 24px; */
    color: var(--color0);
    /* color: #525f7f; */
    border: 1px solid transparent;
    background: transparent;
    width: 100%;
    height: 23px;
    /* padding-left: 10px; */
}
.project-input:hover {
    border: 1px solid #cad1d7;
}
.project-input:focus {
    border: 1px solid #98a8fb;
}

/* VUE-MODAL CUSTOM CSS */
.vm.vue-modal-drawer {
    top: 0px;
    margin: 0px 0px 0px auto;
    height: 100%;
    /* width: 100%; */
    /* max-width: 750px; */
}
.vm-content {
    background: #fff;
}
.modal-footer {
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #e5e5e5;
    margin-left: -14px;
    margin-right: -14px;
}

/* VUE-MODAL FULLMODAL CSS */
.fullscreen-modal {
    width: 100%;
    max-width: 100%;
    top: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .fullscreen-modal .vm-titlebar {
    flex-shrink: 0;
  }
  .fullscreen-modal .vm-content {
    padding: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0; 
  }
  .fullscreen-modal .vm-content .scrollable-content {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 15px 10px 15px;
    flex-grow: 1;
  }
  .fullscreen-modal .fullscreen-modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
  }

/* BOOTSTRAP 5 TAB ACTIVE CUSTOM UNDERLINE*/
.custom-tab.active {
    background: transparent !important;
    color: white !important;
    border-bottom: 2px solid yellow !important;
    border-radius: 0px !important;
}

.hoverable:not(:hover) + .show-on-hover {
    display: none;
}