@import url('https://fonts.googleapis.com/css2?family=K2D&display=swap');
@import url('tree.css');
@import url('emoji.css');
:root {
    --trans-ban-d1: #c8e2c7;
    --trans-ban-d2: #c0d5be;
    --trans-ban-w1: #eecdc7;
    --trans-ban-w2: #e4c6c6;
}

html, body {
    font-family: 'K2D', sans-serif;
}
[required]:before {
    content: '*';
    color: red;
    margin-right: 0.2em;
}

.swal2-content {
    font-weight: normal !important;
}

label {
    margin-bottom: .1rem;
}

.c-app.c-dark-theme {
    background: linear-gradient(to bottom, #333 0%,#111 100%);
}

.c-main {
    padding-top: 1em;
}
.c-sidebar .c-sidebar-nav-title {
    padding-bottom: 0.7em;
}

.c-dark-theme .input-group-text {
    background-color: #f5cd2b;
    color: #000;
}
.c-dark-theme .btn-primary {
    background-color: #f5cd2b;
    color: #000;
    border-color: #000000;
}

/*.c-dark-theme .table [class^="light-"] {*/
/*    color: #555;*/
/*}*/
/*.c-dark-theme .table [class^="light-"]:hover {*/
/*     color: #333;*/
/* }*/

.c-dark-theme .light-success {
    background-image: linear-gradient(90deg,#304b2f 0%,#181a15 100%);
}
.c-dark-theme .light-danger {
    background-image: linear-gradient(90deg,#503733 0%,#1e1512 100%);
}
.c-dark-theme .light-warning {
    background-image: linear-gradient(90deg,#524938 0%,#383832 100%);
}

@media (min-width: 768px) {
    .c-main > .container-fluid, .c-main > .container-sm, .c-main > .container-md, .c-main > .container-lg, .c-main > .container-xl {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 620px;
    }
}

.c-dark-theme .alert-info {
    color: #f6f6f6;
    background-color: #4b7093;
    border-color: #2e547c;
}
.c-dark-theme .alert-warning {
    color: #f6f6f6;
    background-color: #958052;
    border-color: #826f45;
}

.c-sidebar-nav-link, .c-sidebar-nav-dropdown-toggle {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.green-up {
    background: aquamarine !important;
}

.card {
    margin-bottom: 1rem;
}
.card .card-body {
    padding: 1rem;
}
.card .card-header {
    padding: 0.5rem 1.2rem;
}

.light-danger {
    /*background-color: #f5e6e6 !important;*/
    background-image: linear-gradient(90deg, #eecdc7 0%, #fff4eb 100%);
}
.light-success {
    /*background-color: #cef5db !important;*/
    background-image: linear-gradient(90deg, #d4f2d3 0%, #faffeb 100%);
}
.light-warning {
    background-image: linear-gradient(90deg, #cabea4 0%, #faffeb 100%);
}

.light-ban-success {
    background-image: linear-gradient(135deg, var(--trans-ban-d1) 25%, var(--trans-ban-d2) 25%, var(--trans-ban-d2) 50%, var(--trans-ban-d1) 50%, var(--trans-ban-d1) 75%, var(--trans-ban-d2) 75%, var(--trans-ban-d2) 100%);
    background-size: 56.57px 56.57px;
}
.light-ban-success td, .light-ban-danger td {
    /*filter: drop-shadow(1px 1px 0px black);*/
}
.light-ban-danger {
    background-image: linear-gradient(135deg, var(--trans-ban-w1) 25%, var(--trans-ban-w2) 25%, var(--trans-ban-w2) 50%, var(--trans-ban-w1) 50%, var(--trans-ban-w1) 75%, var(--trans-ban-w2) 75%, var(--trans-ban-w2) 100%);
    background-size: 56.57px 56.57px;
}

.bg-gradient-1 {
    background: linear-gradient(to bottom, #000 0%,#1f1300 100%);
}
.bg-gradient-2 {
    background: linear-gradient(to bottom, #9D7310 0%,#A7955E 100%);
}

.my-pop {
    position: relative;
}
.my-pop .my-pop-body {
    display:none;
    position: absolute;
    box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 0.2em 0.9em;
    top: -90%;
    /*left: -50%;*/
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.7);
    /*transition: 0.5s ease;*/
    pointer-events: none;
    font-size: 120%;
}
.my-pop .my-pop-body:after {
    content: '';
    border-top: 10px solid;
}
.my-pop .my-pop-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.my-pop .my-pop-btn:hover {
    /*     border: 1px solid; */

}
.my-pop .my-pop-btn:hover ~ .my-pop-body {
    display:block;
    top: -120%;
}
.my-pop i.fa {
    margin-right: 0.1em;
}

.bank-logo {
    width: 2em;
    object-fit: contain;
}

.iziToast-wrapper {
    z-index: 780 !important;
    padding-top: 0 !important;
}
.iziToast-wrapper.iziToast-wrapper-topRight, .iziToast-wrapper.iziToast-wrapper-topCenter {
    top: 57px;
}

/** The element to hover over *!*/
.qs {
    background-color: #02bdda;
    border-radius: 16px;
    color: #e3fbff;
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica',sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
}
.qs .popover {
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    bottom: 42px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 12px;
    font-family: 'Helvetica',sans-serif;
    left: -95px;
    padding: 7px 10px;
    position: absolute;
    width: 200px;
    z-index: 4;
}
.qs .popover:before {
    border-top: 7px solid rgba(0, 0, 0, 0.85);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute;
}
.qs:hover .popover {
    display: block;
    animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes move-up {
    from {
        bottom: 30px;
    }
    to {
        bottom: 42px;
    }
}

.btn {
    line-height: 1.4;
}

.avatar-block {
    cursor: pointer;
}
.avatar-block:hover {
    transform: scale(1.2);
}


.swal2-container {
    z-index: 99999;
}
.c-sidebar-nav-dropdown ul.c-sidebar-nav-dropdown-items {
    border-left: 4px solid #ccc;
}
html:not([dir=rtl]) .c-sidebar-nav-dropdown-toggle .badge {
    margin-left: auto;
    margin-right: unset;
}
.c-sidebar .c-sidebar-nav-link.c-active, .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    color: #fff;
    background: #45a164;
}
@media (min-width: 992px) {
    .c-sidebar-unfoldable:not(:hover).c-sidebar-fixed .c-sidebar-nav-link {
        position: relative;
    }
    .c-sidebar-unfoldable:not(:hover).c-sidebar-fixed .c-sidebar-nav-link .badge {
        position: absolute;
        top: 8px;
        right: 8px;
    }
}
table .btn-sm {
    padding: 0.1em 0.5em;
    margin: 0;
}
table.vertical-align-middle td {
    vertical-align: middle;
}
.avatar-online {
    border-width: 3px !important;
    width: 3em;
    height: 3em;
}
.avatar-online-sm {
    border-width: 2px !important;
    width: 2em;
    height: 2em;
}

/* select2 */
.select2-container img {
    max-height: 27px;
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--single {
    border-color: #e4e7ea !important;
}
.select2.select2-container {
    flex: 1;
}

.container-loading {
    position: relative;
}
.container-loading .loader {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
}

#manualModal .select2.select2-container { width: 100% !important; }

/*
 *  STYLE 6
 */
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track, .scroller::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar, div::-webkit-scrollbar, .scroller::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, .scroller::-webkit-scrollbar-thumb
{
    background-color: #636f83;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}

/*-- Marker --*/
mark{
    background: orange;
    color: black;
    border: 1px dotted;
    padding: 0;
}
@keyframes hourglass {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.hourglass-animate {
    animation: 7s hourglass linear infinite;
}


.c-switch-wide {
    width: 67px;
}
.c-switch-wide .c-switch-input:checked ~ .c-switch-slider::before {
    -webkit-transform: translateX(22px);
    transform: translateX(42px);
}

.card .top-right {
    position: absolute;
    right: 6px;
    top: 6px;
}

.bg-gradient-new1 {
    background: linear-gradient(45deg, #405aa4 0%, #b5c4c7 100%) !important;
    border-color: #405aa4 !important;
}
.bg-gradient-new2 {
    background: #3d3980 !important;
    background: linear-gradient(45deg, #4440a4 0%, #3d3980 100%) !important;
    border-color: #3d3980 !important
}
.bg-gradient-new3 {
    background: #18377b !important;
    background: linear-gradient(45deg, #2e52b8 0%, #18377b 100%) !important;
    border-color: #18377b !important
}
.bg-gradient-new4 {
    background: #20a8d8 !important;
    background: linear-gradient(45deg, #ac81b7 0%, #20a8d8 100%) !important;
    border-color: #20a8d8 !important
}

.feature-lock {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: no-drop;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    opacity: 0.7;
    z-index: 9999;
    pointer-events: none;
}
.feature-lock.feature-lock-lg {
    position: absolute;
}
.feature-lock.feature-lock-lg:after {
    font-size: 5em;
    position: absolute;
}
.feature-lock.feature-lock-side:after {
    position: relative;
    right: 1em;
}
.feature-lock:after {
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.5em;
}

.tooltip-cursor {
    cursor: help;
}
.tooltip-cursor:after {
    content: "\f059";
    margin-left: 0.3em;
    font: normal normal normal 14px/1 FontAwesome;
}


.g-border { border-left: 2px solid #53e192 !important; }

.loading {
    position: relative;
}
.loading:before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(180, 180, 180, 0.7);
    z-index: 99998;
    cursor: wait;
    pointer-events: all;
}
.loading:after {
    content: '';
    position: absolute;
    background-size: 4em;
    background: url(/assets/assets/img/loading.gif) no-repeat center 4em;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: 99999;
    cursor: progress;
}

.tooltip {
    z-index: 10000;
}

.waves {
    position:fixed;
    width: 100%;
    height:15vh;
    bottom: 0;
    min-height:100px;
    max-height:150px;
}
/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 15vh;
        min-height:40px;
    }
}
.pointer-event-none {
    pointer-events: none;
}
/*------ postit ------*/
.postit {
    position:relative;
    padding: 25px;
    display: inline-block;
    -webkit-box-shadow: 0 8px 10px -7px #999;
    -moz-box-shadow: 0 8px 10px -7px #999;
    box-shadow: 0 8px 10px -7px #999;
    -webkit-border-bottom-right-radius: 60px 10px;
    -moz-border-radius-bottomright: 60px 10px;
    border-bottom-right-radius: 60px 10px;
}

.postit .post-tool {
    position: absolute;
    right: 1px;
    top: 0;
}
.postit .postit_title {
    border-top-width: 2px;
    border-top-style: dotted;
    margin: 0 -25px;
    padding: 6px 25px 6px 25px;
}

.postit.postit1 {background: #fefabc;}
.postit.postit1 .postit_title {border-top-color: #dbd581;}
.postit.postit2 {background: #FDD7DB;}
.postit.postit2 .postit_title {border-top-color: #E6A1A8;}
.postit.postit3 {background: #EAF763;}
.postit.postit3 .postit_title {border-top-color: #72A201;}
.postit.postit4 {background: #B9EAF6;}
.postit.postit4 .postit_title {border-top-color: #6DB4C4;}

.hover-scale {
    animation: all ease-out 0.4s;
}.hover-scale:hover {
    transform: scale(2.3);
}

 .hover-border:hover {
     border: 1px dotted rgb(0 0 0 / 40%);
 }


/*----vuejs list animation----*/
.fruit-list-item {
    transition: all 0.4s;
}
.fruit-list-enter,
.fruit-list-leave-to {
    max-height: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
}
.fruit-list-enter-to,
.fruit-list-leave {
    max-height: 80px;
}

.fruit-table-item {
    transition: all 0.4s;
}
.fruit-table-item > * {
    transition: all 0.4s;
    overflow: hidden;
}
.fruit-table-enter,
.fruit-table-leave-to {
    line-height: 0;
}
.fruit-table-enter > *,
.fruit-table-leave-to > * {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.fruit-table-enter-to,
.fruit-table-leave {
    line-height: 1.5;
}

.full-size-1 {
    position: fixed;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    z-index: 5000;
}

/*--- google translate ---*/
.google_translate_element {
    /*position: fixed;*/
}
.goog-logo-link, .goog-tooltip, .goog-tooltip:hover, #goog-gt-tt, iframe.goog-te-banner-frame.skiptranslate {
    display:none !important;
}
body {
    top: 0px !important;
}
.goog-te-gadget{
    color: transparent !important;
    height: 2.5em;
}
.goog-te-gadget > div{
    text-align: center;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.bg-ban {
    background-image: linear-gradient(135deg, #a34646 25%, #000000 25%, #000000 50%, #a34646 50%, #a34646 75%, #000000 75%, #000000 100%);
    background-size: 56.57px 56.57px;
}

.badge-violet {
    background-color: #B47EDE;
}
.badge-light-violet {
    background-color: #e833ff;
}

.opacity-50 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}

.c-main, .c-main > .container-fluid, .c-main > .container-fluid > .fade-in  {
    height: 100%;
}
.c-footer {
    position: fixed;
    bottom: 0;
    height: 20px;
    width: auto;
}
