/** Inizio colori del thema */
.primary-color {
    background-color: #616161;
}
.primary-light-color {
    background-color: #8e8e8e;
}
.primary-dark-color {
    background-color: #373737;
}
.secondary-color {
    background-color: #ffb300;
}
.secondary-light-color {
    background-color: #ffe54c;
}
.secondary-dark-color {
    background-color: #c68400;
}
.primary-text {
    font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    /*color: rgba(255, 255, 255, 0.87);*/
    color: rgba(255, 255, 255, 1);
}
.secondary-text {
    font-family: Verdana, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    color: rgba(0, 0, 0, 0.87);
    /*color: #ffffff;*/
}
.secondary-text-menu {
    font-family: Verdana, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    /*color: rgba(0, 0, 0, 0.87);*/
    color: #ffffff;
}
.secondary-text.sub-text {
    color: rgba(0, 0, 0, 0.7);
}

.itemSelected {
	background-color: #ffb300;
	color: #000;
	opacity: 0.9 !important;
}

.full-size {
    width: 100%;
    height: 100%;
}
.full-height {
    height: 100%;
}
.full-width {
    width: 100%;
}
.text-size-10 {
    font-size: 10px;
}
.text-size-11 {
    font-size: 11px;
}
.text-size-12 {
    font-size: 12px;
}
.text-size-13 {
    font-size: 13px;
}
.text-size-12 {
    font-size: 14px;
}
.text-size-15 {
    font-size: 15px;
}
.text-size-16 {
    font-size: 16px;
}
.text-size-17 {
    font-size: 17px;
}
.text-size-18 {
    font-size: 18px;
}
.text-size-19 {
    font-size: 19px;
}
.text-size-20 {
    font-size: 20px;
}
.text-size-21 {
    font-size: 21px;
}
.text-size-22 {
    font-size: 22px;
}
.text-size-23 {
    font-size: 24px;
}
.text-size-24 {
    font-size: 24px;
}
.text-size-25 {
    font-size: 25px;
}
.text-size-26 {
    font-size: 26px;
}
.text-size-27 {
    font-size: 27px;
}
.text-size-28 {
    font-size: 28px;
}
.text-size-29 {
    font-size: 29px;
}
.text-size-30 {
    font-size: 30px;
}
.text-size-31 {
    font-size: 31px;
}
.text-size-32 {
    font-size: 32px;
}
.text-size-33 {
    font-size: 33px;
}
.text-size-34 {
    font-size: 34px;
}
.text-size-35 {
    font-size: 35px;
}
.text-size-36 {
    font-size: 36px;
}
.text-size-37 {
    font-size: 37px;
}
.text-size-38 {
    font-size: 38px;
}
.text-size-39 {
    font-size: 39px;
}
.text-size-40 {
    font-size: 40px;
}
.max-width-39 {
    max-width: 39px;
}
.max-width-40 {
    max-width: 40px;
}
.max-width-55 {
    max-width: 55px;
}
.max-width-100 {
    max-width: 100px;
}
.max-width-150 {
    max-width: 150px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-250 {
    max-width: 250px;
}
.max-width-300 {
    max-width: 300px;
}
.medium-bold {
    font-weight: 500;
}
.demi-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.ultra-bold {
    font-weight: 800;
}
.cursor-pointer {
    cursor: pointer;
}
.text-button {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}
.text-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.input-icon-wrapper {
    position: absolute;
    top: 25px;
    right: 5px;
}
.input-icon-wrapper .input-icon {
    width: 15px;
    height: 15px;
    z-index: 2;
    opacity: 0.54;
}
.small-icon {
    width: 24px;
    height: 24px;
    z-index: 2;
    opacity: 0.87;
    transition: all 0.1s ease;
}
.small-icon.animated:hover {
    width: calc(40px + 3px);
    height: calc(40px + 3px);
}
.medium-icon {
    width: 40px;
    height: 40px;
    z-index: 2;
    opacity: 0.87;
    transition: all 0.1s ease;
}
.medium-icon.animated:hover {
    width: calc(40px + 3px);
    height: calc(40px + 3px);
}
.small-icon-round-wrapper {
    border-radius: 50%;
    width: calc(24px + 15px);
    height: calc(24px + 15px);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-icon-round-wrapper-overflown {
    border-radius: 50%;
    width: calc(24px + 15px);
    height: calc(24px + 15px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.medium-icon-round-wrapper {
    border-radius: 50%;
    width: calc(40px + 15px);
    height: calc(40px + 15px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.medium-icon-round-wrapper-overflown {
    border-radius: 50%;
    width: calc(40px + 15px);
    height: calc(40px + 15px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.icon-white {
    filter: invert(100%) sepia(92%) saturate(31%) hue-rotate(67deg) brightness(106%) contrast(110%);
}
.icon-red {
    filter: invert(14%) sepia(100%) saturate(7500%) hue-rotate(1deg) brightness(101%) contrast(117%);
}
.icon-orange {
    filter: invert(64%) sepia(84%) saturate(1216%) hue-rotate(360deg) brightness(103%) contrast(105%);
}
span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple 800ms linear;
    background-color: rgba(0, 0, 0, 0.3);
}
@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
div img {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}
.user-select-none {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}
::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 6px;
    opacity: 0;
}
::-webkit-scrollbar-thumb {
    position: absolute;
    right: 2px;
    width: 3px;
    background-color: #aaa;
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 3px;
}
.basic-button {
    color: currentColor;
    padding: 0 6px 0 6px;
    margin: 6px 8px 6px 8px;
    min-width: 88px;
    min-height: 34px;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000; /* AGA 07.07.21 */
    border: none;
    outline: none;
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

/*AGA 28.06.21*/
.basic-button.second {  
  	text-transform: none;
}
.basic-button.second:not([disabled]):hover {
    /*background-color: rgba(198, 132, 0, 0.2);*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.basic-button.second:not([disabled]):focus {
    /*background-color: rgba(198, 132, 0, 0.2);*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.basic-button.third {
	background: green;
	text-transform: none;
	color: #fff;
}
.basic-button.third:hover {
	background-color: #006400;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.basic-button.third:not([disabled]):focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/*AGA 28.06.21*/

.basic-button.accent {
    background-color: rgba(255, 179, 0, 0.7);
}
.basic-button:not([disabled]):hover {
    background-color: rgba(158, 158, 158, 0.2);
}
.basic-button.third:not([disabled]):hover {
    background-color: 006400;
}
.basic-button.third:not([disabled]):focus {
    background-color: #006400;
}
.basic-button.accent:not([disabled]):hover {
    background-color: rgba(198, 132, 0, 0.8);
}
.basic-button:not([disabled]):focus {
    background-color: rgba(158, 158, 158, 0.2);
}
.basic-button.accent:not([disabled]):focus {
    background-color: rgba(198, 132, 0, 0.8);
}
.basic-button[disabled] {
    color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
}
.basic-button.raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.basic-button.stroked:not([disabled]) {
    border-color: rgba(0, 0, 0, .12);
}
.basic-button.stroked {
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px;
}
.basic-card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.basic-card:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}



.basic-card-homepage {
	color: currentColor;
	background-color: rgba(255, 179, 0, 0.7);
    box-shadow: 0 3px 1px -2px rgba(255, 179, 0, 0.7), 0 2px 2px 0 rgba(255, 179, 0, 0.7), 0 1px 5px 0 rgba(255, 179, 0, 0.7);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 200px;
    min-height: 100px;
}

.basic-card-homepage:hover {
    box-shadow: 0 5px 5px -3px rgba(255, 179, 0, 0.7), 0 8px 10px 1px rgba(255, 179, 0, 0.7), 0 3px 14px 2px rgba(255, 179, 0, 0.7);
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(255, 179, 0, 0.7);
	border-bottom: 1px solid #e3e6f0;
}

.shadow {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important
}

#toast-container > .toast {
    width: 400px;
    font-size: 14px;
    font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
/********************************* Inizio stile tooltip *********************************/
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}
/* Applies to all tooltips */
[tooltip]::before, [tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 0.9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}
[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /* Let the content set the size of the tooltips but this will also keep them from being obnoxious */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(97, 97, 97, 0.54);
    background: rgba(55, 55, 55, 0.8);
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
    display: block;
}
/* don't show empty tooltips */
[tooltip='']::before, [tooltip='']::after {
    display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: rgba(55, 55, 55, 0.8);
}
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: rgba(55, 55, 55, 0.8);
}
[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: rgba(55, 55, 55, 0.8);
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: rgba(55, 55, 55, 0.8);
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}
@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}
/********************************* Fine stile tooltip *********************************/
/********************************* Inizio stile top e left frame *********************************/
.drawer-opened-blur {
    transition: opacity 0.5s;
    opacity: 0.4;
}
.drawer-closed {
    transition: opacity 0.5s;
    opacity: 1;
}
.nav-bar-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    padding: 0 16px;
    align-items: center;
    white-space: nowrap;
}
.nav-bar-container .nav-item {
    flex: 1 1;
    width: 100%;
    display: flex;
    align-items: center;
}
.nav-bar-container .nav-item.center {
    justify-content: center;
}
.box-shadow-bottom-inset {
    box-shadow: 0 -10px 17px -10px rgba(0, 0, 0, 0.40) inset;
    -webkit-box-shadow: 0 -10px 17px -10px rgba(0, 0, 0, 0.40) inset;
    -moz-box-shadow: 0 -10px 17px -10px rgba(0, 0, 0, 0.40) inset;
}
.box-shadow-top-inset {
    box-shadow: 0 10px 17px -10px #000 inset;
    -webkit-box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.40) inset;
    -moz-box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.40) inset;
}
.box-shadow-left-inset {
    box-shadow: 27px 0 33px -30px rgba(0, 0, 0, 0.40) inset;
    -webkit-box-shadow: 27px 0 33px -30px rgba(0, 0, 0, 0.40) inset;
    -moz-box-shadow: 27px 0 33px -30px rgba(0, 0, 0, 0.40) inset;
}
.icon-circle {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 20px;
    overflow: hidden;
}
.icon-circle::before, .icon-circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
    border-radius: 20px;
}
.icon-circle-expand::after {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.icon-circle-expand::before {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 40px #616161;
}
.icon-circle-expand:hover::before {
    box-shadow: inset 0 0 0 1px #616161;
}
.menu-wrapper .flex-column-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}
.menu-wrapper .flex-column-container .column-item {
    flex: 1 1;
    width: 100%;
    display: flex;
    align-items: center;
}
.menu-wrapper .flex-row-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}
.menu-wrapper .flex-row-container .column-item {
    flex: 1 1;
    width: 100%;
    display: flex;
    align-items: center;
}
.menu-wrapper *, .menu-wrapper *:before, .menu-wrapper *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.menu-wrapper .menu {
    width: 100%;
    margin: auto;
}
.menu-wrapper .menu .parent-node {
    position: relative;
    padding: 15px 45px 15px 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}
.menu-wrapper .menu .parent-node img {
    position: absolute;
    left: 1rem;
    transition: all 0.4s ease;
}
.menu-wrapper .menu .parent-node img.expand-more {
    right: 1rem;
    left: auto;
}
.menu-wrapper .menu .active img.expand-more {
    transform: rotate(180deg);
}
.menu-wrapper .menu .active .parent-node {
    color: #ffb300;
}
.menu-wrapper .sub-node {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    transition: height 0.4s ease;
}
.menu-wrapper .sub-node.fit-content {
    height: fit-content;
}
.menu-wrapper .sub-node .node {
    position: relative;
    overflow: hidden;
    opacity: 1;/*0.7;*/
    padding: 12px 12px 12px 42px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu-wrapper .sub-node .node:hover {
    background: #ffb300;
    opacity: 1;
    color: #000;
}
/********************************* INIZIO STYLE SPINNER *********************************/
.progress-spinner-100 {
    width: 100px;
    height: 100px;
    display: none;
    position: relative;
    overflow: hidden;
}
.progress-spinner-100.active {
    display: block;
}
.progress-spinner-100 svg {
    width: 100px;
    height: 100px;
    animation: progress-spinner-linear-rotate 2000ms linear infinite;
    position: absolute;
    transform: rotate(-90deg);
    top: 0;
    left: 0;
    transform-origin: center;
    overflow: visible;
}
.progress-spinner-100 .spinner-circle {
    stroke: #373737;
    fill: transparent;
    transform-origin: center;
    transition: stroke-dashoffset 225ms linear;
    animation-name: mat-progress-spinner-stroke-rotate-100;
    stroke-dasharray: 282.743px;
    stroke-width: 10%;
    transition-property: stroke;
    animation-duration: 4000ms;
    animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    animation-iteration-count: infinite;
}
@keyframes mat-progress-spinner-stroke-rotate-100 {
    0% {
        stroke-dashoffset: 268.606171575px;
        transform: rotate(0);
    }
    12.5% {
        stroke-dashoffset: 56.5486677px;
        transform: rotate(0);
    }
    12.5001% {
        stroke-dashoffset: 56.5486677px;
        transform: rotateX(180deg) rotate(72.5deg);
    }
    25% {
        stroke-dashoffset: 268.606171575px;
        transform: rotateX(180deg) rotate(72.5deg);
    }
    25.5001% {
        stroke-dashoffset: 268.606171575px;
        transform: rotate(270deg);
    }
    37.5% {
        stroke-dashoffset: 56.5486677px;
        transform: rotate(270deg);
    }
    37.5001% {
        stroke-dashoffset: 56.5486677px;
        transform: rotateX(180deg) rotate(161.5deg);
    }
    50% {
        stroke-dashoffset: 268.606171575px;
        transform: rotateX(180deg) rotate(161.5deg);
    }
    50.5001% {
        stroke-dashoffset: 268.606171575px;
        transform: rotate(180deg);
    }
    62.5% {
        stroke-dashoffset: 56.5486677px;
        transform: rotate(180deg);
    }
    62.5001% {
        stroke-dashoffset: 56.5486677px;
        transform: rotateX(180deg) rotate(251.5deg);
    }
    75% {
        stroke-dashoffset: 268.606171575px;
        transform: rotateX(180deg) rotate(251.5deg);
    }
    75.5001% {
        stroke-dashoffset: 268.606171575px;
        transform: rotate(90deg);
    }
    87.5% {
        stroke-dashoffset: 56.5486677px;
        transform: rotate(90deg);
    }
    87.5001% {
        stroke-dashoffset: 56.5486677px;
        transform: rotateX(180deg) rotate(341.5deg);
    }
    100% {
        stroke-dashoffset: 268.606171575px;
        transform: rotateX(180deg) rotate(341.5deg);
    }
}
@keyframes progress-spinner-linear-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/********************************* FINE STYLE SPINNER *********************************/
/********************************* INIZIO STYLE INPUT BOX *********************************/
.input-wrapper {
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    padding: 15px 5px 5px;
    color: rgba(97, 97, 97, 0.54);
    text-align: left;
    letter-spacing: normal;
}
.input-wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    border: 0;
    outline: 0;
    border-bottom: 1px solid rgba(97, 97, 97, 0.54);
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    resize: vertical;
    overflow: auto;
    margin-top: -2px;
    margin-bottom: -2px;
}
.input-wrapper textarea::placeholder {
    color: transparent;
}
.input-wrapper textarea:placeholder-shown ~ .input-label {
    cursor: text;
    top: 20px;
}
.input-wrapper textarea:focus {
    border-bottom: 2px solid rgba(255, 179, 0, 0.7);
}
.input-wrapper textarea:focus ~ .input-label {
    position: absolute;
    top: 0;
    display: block;
    font-size: 12px;
    transition: 0.2s;
    color: #ffb300;
}
.input-wrapper input {
    font-family: inherit;
    font-size: inherit;
    width: 100%;
    border: 0;
    outline: 0;
    height: 30px;
    border-bottom: 1px solid rgba(97, 97, 97, 0.54);
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.input-wrapper input::placeholder {
    color: transparent;
}
.input-wrapper input:placeholder-shown ~ .input-label {
    cursor: text;
    top: 20px;
}
.input-wrapper input:focus {
    border-bottom: 2px solid rgba(255, 179, 0, 0.7);
}
.input-wrapper input:focus ~ .input-label {
    position: absolute;
    top: 0;
    display: block;
    font-size: 12px;
    transition: 0.2s;
    color: #ffb300;
}
.input-wrapper .input-label {
    position: absolute;
    top: 0;
    max-height: 0;
    display: block;
    transition: 0.2s;
    pointer-events: none;
}
.input-wrapper .error {
    border-color: red !important;
}
/********************************* FINE STYLE INPUT BOX *********************************/
/********************************* INIZIO STYLE CHECKBOX, RADIO E SWITCH *********************************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='radio'] {
        height: 20px;
        width: 20px;
    }
    input[type='radio'] + label {
        line-height: 20px;
    }
    input[type='checkbox']:not(.switch) {
        width: 16px;
        height: 16px;
    }
    input[type='checkbox']:not(.switch) + label {
        line-height: 16px;
    }
    input[type='checkbox'].switch {
        width: 21px;
        height: 21px;
    }
    input[type='checkbox'].switch + label {
        line-height: 21px;
    }
    input[type='checkbox'], input[type='radio'] {
        --active: #ffb300;
        --active-inner: #fff;
        --focus: 2px rgba(255, 179, 0, 0.3);
        --border: rgba(0, 0, 0, 0.54);
        --border-hover: #ffb300;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type='checkbox']:after, input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type='checkbox']:checked, input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    input[type='checkbox']:disabled, input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: default;
        opacity: 0.6;
    }
    input[type='checkbox']:disabled:checked, input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    input[type='checkbox']:disabled + label, input[type='radio']:disabled + label {
        cursor: default;
        opacity: 0.6;
    }
    input[type='checkbox']:hover:not(:checked):not(:disabled), input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    input[type='checkbox']:focus, input[type='radio']:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    input[type='checkbox']:not(.switch):after, input[type='radio']:not(.switch):after {
        opacity: var(--o, 0);
    }
    input[type='checkbox']:not(.switch):checked, input[type='radio']:not(.switch):checked {
        --o: 1;
    }
    input[type='checkbox'] + label, input[type='radio'] + label {
        height: fit-content;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }
    input[type='checkbox']:not(.switch) {
        border-radius: 2px;
    }
    input[type='checkbox']:not(.switch):after {
        width: 4px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 4px;
        top: 0;
        transform: rotate(var(--r, 20deg));
    }
    input[type='checkbox']:not(.switch):checked {
        --r: 43deg;
    }
    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }
    input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }
    input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
    input[type='radio'] {
        border-radius: 50%;
    }
    input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7));
    }
    input[type='radio']:checked {
        --s: 0.5;
    }
}
/********************************* FINE STYLE CHECKBOX, RADIO E SWITCH *********************************/
/********************************* INIZIO STYLE SELECT *********************************/
.custom-chosen .select-wrapper {
    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    padding: 15px 5px 5px;
    color: rgba(97, 97, 97, 0.54);
    text-align: left;
    letter-spacing: normal;
}
.custom-chosen .select-wrapper .select-label {
    position: absolute;
    top: 0;
    max-height: 0;
    display: block;
    transition: 0.2s;
    pointer-events: none;
}
.custom-chosen .chosen-container-active + label {
    position: absolute;
    top: 0 !important;
    display: block;
    font-size: 12px;
    transition: 0.2s;
    color: #ffb300;
}
.custom-chosen .chosen-container-active a.chosen-single {
    border-bottom: 2px solid rgba(255, 179, 0, 0.7) !important;
}
.custom-chosen .chosen-container-active a.chosen-single.error {
    border-bottom: 2px solid red !important;
}
.custom-chosen .chosen-container-active ul.chosen-choices {
    border-bottom: 2px solid rgba(255, 179, 0, 0.7) !important;
}
.custom-chosen .chosen-container-active ul.chosen-choices.error {
    border-bottom: 2px solid red !important;
}
.custom-chosen .chosen-container-multi {
    font-size: inherit !important;
    width: 100% !important;
}
.custom-chosen .chosen-container-multi .chosen-choices {
    height: 30px;
    padding: 0 !important;
    border-radius: 0;
    border: 0 solid !important;
    background: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(97, 97, 97, 0.54) !important;
    font-family: inherit;
}
.custom-chosen .chosen-container-multi .error {
    border-color: red !important;
}
.custom-chosen .chosen-container-multi .chosen-drop {
    border: 0 !important;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.custom-chosen .chosen-container-multi .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
}
.custom-chosen .chosen-container-multi .chosen-drop .chosen-results .active-result {
    height: 32px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2em;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}
.custom-chosen .chosen-container-multi .chosen-drop .chosen-results .result-selected {
    background-image: none !important;
    background: rgba(0, 0, 0, .12) !important;
    color: #373737 !important;
}
.custom-chosen .chosen-container-multi .chosen-drop .chosen-results li.highlighted:not(.result-selected) {
    background-image: none !important;
    color: inherit !important;
    background: rgba(0, 0, 0, .04) !important;
}
.custom-chosen .chosen-container-single {
    font-size: inherit !important;
}
.custom-chosen .chosen-container-single .chosen-single {
    height: 30px;
    padding: 0 !important;
    border-radius: 0;
    border: 0 solid !important;
    background: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(97, 97, 97, 0.54) !important;
    font-family: inherit;
}
.custom-chosen .chosen-container-single .error {
    border-color: red !important;
}
.custom-chosen .chosen-container-single .chosen-drop {
    border: 0 !important;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.custom-chosen .chosen-container-single .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
}
.custom-chosen .chosen-container-single .chosen-drop .chosen-results .active-result {
    height: 32px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2em;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
}
.custom-chosen .chosen-container-single .chosen-drop .chosen-results .result-selected {
    background-image: none !important;
    background: rgba(0, 0, 0, .12) !important;
    color: #373737 !important;
}
.custom-chosen .chosen-container-single .chosen-drop .chosen-results li.highlighted:not(.result-selected) {
    background-image: none !important;
    color: inherit !important;
    background: rgba(0, 0, 0, .04) !important;
}
/********************************* FINE STYLE SELECT *********************************/
/********************************* Inizio stile CRM *********************************/
.crm-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    /********************************* INIZIO STYLE DIALOG *********************************/
    /********************************* FINE STYLE DIALOG *********************************/
}
.crm-content .left-column {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 20%;
    border-right: 2px solid rgba(142, 142, 142, 0.3);
}
.crm-content .left-column .customer-search-container {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    max-height: 60px;
}
.crm-content .left-column .customer-search-container .item {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.crm-content .left-column .customer-search-container .item.centered {
    justify-content: center;
}
.crm-content .left-column .customers-container {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.crm-content .left-column .customers-container .data-container {
    position: absolute;
    top: 48px;
    height: calc(100% - 48px);
    transition: left 300ms cubic-bezier(0.35, 0, 0.25, 1);
}
.crm-content .left-column .customers-container .tab-wrapper {
    flex: 1 1;
    display: flex;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
.crm-content .left-column .customers-container .tab-wrapper .tabs-container {
    flex: 1 1;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.crm-content .left-column .customers-container .tab-wrapper .tabs-container .tab-item {
    flex: 1 1;
    height: 100%;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0.6;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}
.crm-content .left-column .customers-container .tab-wrapper .tabs-container .select-bar {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%;
    transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
    background-color: #ffb300;
}
.crm-content .left-column .customers-container .list-wrapper {
    flex: 1 1;
    display: flex;
}
.crm-content .left-column .customers-container .no-elements-container {
    display: none;
    justify-content: center;
    position: absolute;
    top: 30%;
    width: 100%;
}
.crm-content .left-column .customers-container .list-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.crm-content .left-column .customers-container .list-item-wrapper .circle-item {
    flex: 1 1;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
    max-width: 30px;
    height: 30px;
}
.crm-content .left-column .customers-container .list-item-wrapper .text-container {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.crm-content .left-column .customers-container .list-item-wrapper .text-container .row-item {
    flex: 1 1;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.crm-content .left-column .customers-container .list-item-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.crm-content .right-column {
    flex: 1 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 80%;
}
.crm-content .right-column .customer-details .header {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 10px;
    height: 10%;
    min-height: 80px;
}
.crm-content .right-column .customer-details .header .circle-item-detail {
    flex: 1 1;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 60px;
    max-width: 60px;
    height: 60px;
}
.crm-content .right-column .customer-details .header .text-wrapper {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}
.crm-content .right-column .customer-details .content {
    height: 90%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.crm-content .right-column .customer-details .content .filters-wrapper {
    flex: 1 1;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    height: 0;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease;
    -moz-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
}
.crm-content .right-column .customer-details .content .filters-wrapper .filter-item {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.crm-content .right-column .customer-details .content .title-wrapper {
    flex: 1 1;
    display: flex;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
.crm-content .right-column .customer-details .content .title-wrapper .title-container {
    flex: 1 1;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.crm-content .right-column .customer-details .content .title-wrapper .title-container .title-item {
    flex: 1 1;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    opacity: 0.6;
    text-align: center;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}
.crm-content .right-column .customer-details .content .no-note-container {
    display: none;
    justify-content: center;
    position: absolute;
    top: 30%;
    width: 100%;
}
.crm-content .right-column .customer-details .content .note-wrapper {
    flex: 1 1;
    display: flex;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper {
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .max-height-16 {
    max-height: 16px;
    overflow: hidden;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .header-wrapper {
    display: flex;
    flex-direction: row;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .header-wrapper .data-field {
    display: flex;
    flex: 1 1;
    justify-content: flex-start;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .header-wrapper .author-field {
    display: flex;
    flex: 1 1;
    justify-content: flex-end;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .header-wrapper .author-field .reserved {
    color: #ffb300;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .content-container {
    max-height: 64px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .content-container .content-wrapper {
    width: 100%;
    max-height: 64px;
    height: fit-content;
}
.crm-content .right-column .customer-details .content .note-wrapper .card-wrapper .content-container .content-wrapper .max-height-64 {
    line-height: 16px;
}
.crm-content .full-column {
    flex: 1 1;
    overflow: hidden;
    max-width: 100%;
}
.crm-content .full-column .filters-wrapper {
    flex: 1 1;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 70px;
    padding: 10px 0 10px 0;
}
.crm-content .full-column .filters-wrapper .filter-item {
    flex: 1 1;
    display: flex;
    padding-left: 19px;
}
.crm-content .full-column .table-wrapper {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
}
.crm-content .full-column .table-wrapper .nota-row {
    display: flex;
    flex-direction: row;
    height: 56px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.crm-content .full-column .table-wrapper .nota-row .item {
    display: flex;
    align-items: center;
    flex: 1 1;
    text-align: left;
    padding-left: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.crm-content .full-column .table-wrapper .nota-row:hover {
    background-color: rgba(255, 179, 0, 0.8);
}
.crm-content .full-column .table-wrapper .content-container {
    max-height: 56px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.crm-content .full-column .table-wrapper .content-container .content-wrapper {
    width: 100%;
    max-height: 56px;
    height: fit-content;
}
.crm-content .full-column .table-wrapper .content-container .content-wrapper .content {
    line-height: 16px;
    align-items: center;
    display: flex;
    padding: 10px 0 10px 0;
}
.crm-content .full-column .table-wrapper .data-info {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}
.crm-content .full-column .table-wrapper .header-row {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    height: 56px;
    max-height: 56px;
    background-color: #8e8e8e;
}
.crm-content .full-column .table-wrapper .header-row .header-item {
    display: flex;
    align-items: center;
    flex: 1 1;
    text-align: left;
    padding-left: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .54);
}
.crm-content .full-column .table-wrapper .header-row .header-item img.expand-more {
    opacity: 0.5;
    transition: all 0.4s ease;
}
.crm-content .full-column .table-wrapper .header-row .header-item img.expand-more.active {
    transform: rotate(180deg);
}
.crm-content .full-column .table-wrapper .note-wrapper {
    display: block;
    flex: 1 1;
}
.crm-content .full-column .table-wrapper .no-note-wrapper {
    display: none;
    justify-content: center;
    position: absolute;
    top: 30%;
    width: 100%;
}
.crm-content .dialog-content {
    display: flex;
    flex-direction: column;
}
.crm-content .dialog-content .row-item {
    display: flex;
    flex-direction: row;
    margin: 0 0 10px;
}
.crm-content .dialog-content .row-item.equal-width {
    flex: 1 1;
}
.crm-content .dialog-content .row-item .item {
    display: flex;
    flex: 1 1;
}
.crm-content .overlay-container {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.crm-content .overlay-container .overlay-backdrop {
    background: rgba(0, 0, 0, .32);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}
.crm-content .overlay-container .overlay-backdrop.active {
    opacity: 1 !important;
    pointer-events: auto;
}
.crm-content .overlay-container .overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.crm-content .overlay-container .overlay-wrapper .overlay-pane {
    pointer-events: none;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    position: absolute;
    z-index: 1000;
    transform: translateY(-6vh);
}
.crm-content .overlay-container .overlay-wrapper .overlay-pane .dialog-container {
    display: block;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: visible;
    outline: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    transition: all 0.4s cubic-bezier(0, 0.93, 0.32, 1);
    transform: scale(0);
    opacity: 0;
}
.crm-content .overlay-container .overlay-wrapper .overlay-pane .dialog-container.active {
    pointer-events: auto;
    transform: none;
    opacity: 1;
}
.crm-content .overlay-container .overlay-wrapper .overlay-pane .dialog-confirm-container {
    display: block;
    padding: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    position: absolute;
    height: 200px;
    width: 400px;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    z-index: 10;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    transition: all 0.4s cubic-bezier(0, 0.93, 0.32, 1);
    transform: scale(0);
    opacity: 0;
}
.crm-content .overlay-container .overlay-wrapper .overlay-pane .dialog-confirm-container.active {
    pointer-events: auto;
    transform: none;
    opacity: 1;
}
/********************************* INIZIO STYLE CUSTOM FLATPICKER *********************************/
.custom-flatpickr {
    /*
    /*rtl:begin:ignore*/
    /*
    /*rtl:end:ignore*/
    /*
    /*rtl:begin:ignore*/
    /*
    /*rtl:end:ignore*/
}
.custom-flatpickr .flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 280.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}
.custom-flatpickr .flatpickr-calendar.open, .custom-flatpickr .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.custom-flatpickr .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.custom-flatpickr .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.custom-flatpickr .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.custom-flatpickr .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.custom-flatpickr .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.custom-flatpickr .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-flatpickr .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.custom-flatpickr .flatpickr-calendar .hasWeeks .dayContainer, .custom-flatpickr .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-flatpickr .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.custom-flatpickr .flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-calendar.hasTime .flatpickr-innerContainer {
    border-bottom: 0;
}
.custom-flatpickr .flatpickr-calendar.hasTime .flatpickr-time {
    border: 1px solid rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.custom-flatpickr .flatpickr-calendar:before, .custom-flatpickr .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}
.custom-flatpickr .flatpickr-calendar.rightMost:before, .custom-flatpickr .flatpickr-calendar.arrowRight:before, .custom-flatpickr .flatpickr-calendar.rightMost:after, .custom-flatpickr .flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}
.custom-flatpickr .flatpickr-calendar.arrowCenter:before, .custom-flatpickr .flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}
.custom-flatpickr .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.custom-flatpickr .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.custom-flatpickr .flatpickr-calendar.arrowTop:before, .custom-flatpickr .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.custom-flatpickr .flatpickr-calendar.arrowTop:before {
    border-bottom-color: rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-calendar.arrowTop:after {
    border-bottom-color: rgba(255, 179, 0, 0.7);
}
.custom-flatpickr .flatpickr-calendar.arrowBottom:before, .custom-flatpickr .flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.custom-flatpickr .flatpickr-calendar.arrowBottom:before {
    border-top-color: rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-calendar.arrowBottom:after {
    border-top-color: rgba(255, 179, 0, 0.7);
}
.custom-flatpickr .flatpickr-calendar:focus {
    outline: 0;
}
.custom-flatpickr .flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.custom-flatpickr .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.custom-flatpickr .flatpickr-months .flatpickr-month {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 179, 0, 0.7);
    color: #fff;
    fill: #fff;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month, .custom-flatpickr .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #fff;
    fill: #fff;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .custom-flatpickr .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month i, .custom-flatpickr .flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .custom-flatpickr .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
    /*rtl:begin:ignore*/
    /* */
    left: 0;
    /*
    /*rtl:end:ignore*/
    /* */
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .custom-flatpickr .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
    /*rtl:begin:ignore*/
    /* */
    right: 0;
    /*
    /*rtl:end:ignore*/
    /* */
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month:hover, .custom-flatpickr .flatpickr-months .flatpickr-next-month:hover {
    color: #bbb;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month:hover svg, .custom-flatpickr .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month svg, .custom-flatpickr .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.custom-flatpickr .flatpickr-months .flatpickr-prev-month svg path, .custom-flatpickr .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.custom-flatpickr .numInputWrapper {
    position: relative;
    height: auto;
}
.custom-flatpickr .numInputWrapper input, .custom-flatpickr .numInputWrapper span {
    display: inline-block;
}
.custom-flatpickr .numInputWrapper input {
    width: 100%;
}
.custom-flatpickr .numInputWrapper input::-ms-clear {
    display: none;
}
.custom-flatpickr .numInputWrapper input::-webkit-outer-spin-button, .custom-flatpickr .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.custom-flatpickr .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(72, 72, 72, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-flatpickr .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.custom-flatpickr .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.custom-flatpickr .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.custom-flatpickr .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.custom-flatpickr .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(72, 72, 72, 0.6);
    top: 26%;
}
.custom-flatpickr .numInputWrapper span.arrowDown {
    top: 50%;
}
.custom-flatpickr .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(72, 72, 72, 0.6);
    top: 40%;
}
.custom-flatpickr .numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.custom-flatpickr .numInputWrapper span svg path {
    fill: rgba(255, 255, 255, 0.5);
}
.custom-flatpickr .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.custom-flatpickr .numInputWrapper:hover span {
    opacity: 1;
}
.custom-flatpickr .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.custom-flatpickr .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.custom-flatpickr .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}
.custom-flatpickr .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block;
}
.custom-flatpickr .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}
.custom-flatpickr .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}
.custom-flatpickr .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.custom-flatpickr .flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.custom-flatpickr .flatpickr-current-month input.cur-year[disabled], .custom-flatpickr .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    pointer-events: none;
}
.custom-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.custom-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .custom-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}
.custom-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.custom-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: rgba(255, 179, 0, 0.7);
    outline: none;
    padding: 0;
}
.custom-flatpickr .flatpickr-weekdays {
    background: rgba(255, 179, 0, 0.7);
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.custom-flatpickr .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.custom-flatpickr span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.custom-flatpickr .dayContainer, .custom-flatpickr .flatpickr-weeks {
    padding: 1px 0 0 0;
}
.custom-flatpickr .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 280.875px;
    border-left: 1px solid rgba(72, 72, 72, 0.1);
    border-right: 1px solid rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-days:focus {
    outline: 0;
}
.custom-flatpickr .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    /*width: 307.875px;*/
    min-width: 280.875px;
    max-width: 280.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.custom-flatpickr .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.1);
    box-shadow: -1px 0 0 rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #484848;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.custom-flatpickr .flatpickr-day.inRange, .custom-flatpickr .flatpickr-day.prevMonthDay.inRange, .custom-flatpickr .flatpickr-day.nextMonthDay.inRange, .custom-flatpickr .flatpickr-day.today.inRange, .custom-flatpickr .flatpickr-day.prevMonthDay.today.inRange, .custom-flatpickr .flatpickr-day.nextMonthDay.today.inRange, .custom-flatpickr .flatpickr-day:hover, .custom-flatpickr .flatpickr-day.prevMonthDay:hover, .custom-flatpickr .flatpickr-day.nextMonthDay:hover, .custom-flatpickr .flatpickr-day:focus, .custom-flatpickr .flatpickr-day.prevMonthDay:focus, .custom-flatpickr .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e2e2e2;
    border-color: #e2e2e2;
}
.custom-flatpickr .flatpickr-day.today {
    border-color: #bbb;
}
.custom-flatpickr .flatpickr-day.today:hover, .custom-flatpickr .flatpickr-day.today:focus {
    border-color: #bbb;
    background: #bbb;
    color: #fff;
}
.custom-flatpickr .flatpickr-day.selected, .custom-flatpickr .flatpickr-day.startRange, .custom-flatpickr .flatpickr-day.endRange, .custom-flatpickr .flatpickr-day.selected.inRange, .custom-flatpickr .flatpickr-day.startRange.inRange, .custom-flatpickr .flatpickr-day.endRange.inRange, .custom-flatpickr .flatpickr-day.selected:focus, .custom-flatpickr .flatpickr-day.startRange:focus, .custom-flatpickr .flatpickr-day.endRange:focus, .custom-flatpickr .flatpickr-day.selected:hover, .custom-flatpickr .flatpickr-day.startRange:hover, .custom-flatpickr .flatpickr-day.endRange:hover, .custom-flatpickr .flatpickr-day.selected.prevMonthDay, .custom-flatpickr .flatpickr-day.startRange.prevMonthDay, .custom-flatpickr .flatpickr-day.endRange.prevMonthDay, .custom-flatpickr .flatpickr-day.selected.nextMonthDay, .custom-flatpickr .flatpickr-day.startRange.nextMonthDay, .custom-flatpickr .flatpickr-day.endRange.nextMonthDay {
    background: rgba(255, 179, 0, 0.7);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: rgba(255, 179, 0, 0.7);
}
.custom-flatpickr .flatpickr-day.selected.startRange, .custom-flatpickr .flatpickr-day.startRange.startRange, .custom-flatpickr .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.custom-flatpickr .flatpickr-day.selected.endRange, .custom-flatpickr .flatpickr-day.startRange.endRange, .custom-flatpickr .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.custom-flatpickr .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .custom-flatpickr .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .custom-flatpickr .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 rgba(255, 179, 0, 0.7);
    box-shadow: -10px 0 0 rgba(255, 179, 0, 0.7);
}
.custom-flatpickr .flatpickr-day.selected.startRange.endRange, .custom-flatpickr .flatpickr-day.startRange.startRange.endRange, .custom-flatpickr .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.custom-flatpickr .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
    box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.custom-flatpickr .flatpickr-day.flatpickr-disabled, .custom-flatpickr .flatpickr-day.flatpickr-disabled:hover, .custom-flatpickr .flatpickr-day.prevMonthDay, .custom-flatpickr .flatpickr-day.nextMonthDay, .custom-flatpickr .flatpickr-day.notAllowed, .custom-flatpickr .flatpickr-day.notAllowed.prevMonthDay, .custom-flatpickr .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(72, 72, 72, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}
.custom-flatpickr .flatpickr-day.flatpickr-disabled, .custom-flatpickr .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 rgba(255, 179, 0, 0.7), 5px 0 0 rgba(255, 179, 0, 0.7);
    box-shadow: -5px 0 0 rgba(255, 179, 0, 0.7), 5px 0 0 rgba(255, 179, 0, 0.7);
}
.custom-flatpickr .flatpickr-day.hidden {
    visibility: hidden;
}
.custom-flatpickr .rangeMode .flatpickr-day {
    margin-top: 1px;
}
.custom-flatpickr .flatpickr-weekwrapper {
    float: left;
}
.custom-flatpickr .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    border-left: 1px solid rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.custom-flatpickr .flatpickr-weekwrapper span.flatpickr-day, .custom-flatpickr .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(72, 72, 72, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}
.custom-flatpickr .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid rgba(72, 72, 72, 0.1);
}
.custom-flatpickr .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-flatpickr .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.custom-flatpickr .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.custom-flatpickr .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.custom-flatpickr .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #484848;
}
.custom-flatpickr .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #484848;
}
.custom-flatpickr .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.custom-flatpickr .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.custom-flatpickr .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #484848;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.custom-flatpickr .flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}
.custom-flatpickr .flatpickr-time input.flatpickr-minute, .custom-flatpickr .flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.custom-flatpickr .flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.custom-flatpickr .flatpickr-time .flatpickr-time-separator, .custom-flatpickr .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #484848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.custom-flatpickr .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.custom-flatpickr .flatpickr-time input:hover, .custom-flatpickr .flatpickr-time .flatpickr-am-pm:hover, .custom-flatpickr .flatpickr-time input:focus, .custom-flatpickr .flatpickr-time .flatpickr-am-pm:focus {
    background: #eaeaea;
}
.custom-flatpickr .flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/********************************* FINE STYLE CUSTOM FLATPICKER *********************************/
