/*

CRM STYLESHEET POWERED BY SINERBIT

*/
:root {
    --white_color_filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(104%) contrast(103%);
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material/MaterialIcons-Regular.eot"); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/material/MaterialIcons-Regular.woff2") format('woff2'),
    url("../fonts/material/MaterialIcons-Regular.woff") format('woff'),
    url("../fonts/material/MaterialIcons-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato Regular';
    src: url("../fonts/lato/Lato-Regular.eot"); /* For IE6-8 */
    src: url("../fonts/lato/Lato-Regular.woff2") format('woff2');
    src: url("../fonts/lato/Lato-Regular.woff") format('woff');
    src: url("../fonts/lato/Lato-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato Medium';
    src: url("../fonts/lato/Lato-Medium.eot"); /* For IE6-8 */
    src: url("../fonts/lato/Lato-Medium.woff2") format('woff2');
    src: url("../fonts/lato/Lato-Medium.woff") format('woff');
    src: url("../fonts/lato/Lato-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato Semibold';
    src: url("../fonts/lato/Lato-Semibold.eot"); /* For IE6-8 */
    src: url("../fonts/lato/Lato-Semibold.woff2") format('woff2');
    src: url("../fonts/lato/Lato-Semibold.woff") format('woff');
    src: url("../fonts/lato/Lato-Semibold.ttf") format('truetype');
}

@font-face {
    font-family: 'Lato Bold';
    src: url("../fonts/lato/Lato-Bold.eot"); /* For IE6-8 */
    src: url("../fonts/lato/Lato-Bold.woff2") format('woff2');
    src: url("../fonts/lato/Lato-Bold.woff") format('woff');
    src: url("../fonts/lato/Lato-Bold.ttf") format('truetype');
}


/********************************** AUTH **********************************/

/* body{
    height: 100%;
    width: 100%;
    font-family: 'Satoshi', sans-serif !important;
    overflow: hidden;
} */

.background{
    overflow: hidden;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.social-button {
    background-color: #ECEDE7!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*transition: background-color 0.2s ease-in-out 0.2s;*/
    -webkit-text-fill-color: #444 !important;
    background-color: var(--theme_color_light) !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: var(--theme_color_light) !important;
    background-image: none;
    -webkit-text-fill-color: #444 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--theme_color_light) inset;
}

/* input:focus{
    background-color: var(--theme_color_light);
    box-shadow: 0 0 4px 1px var(--theme_color_dark), 0 0 0 1px var(--theme_color_base);
    -webkit-box-shadow: 0 0 4px 1px var(--theme_color_dark), 0 0 0 1px var(--theme_color_base);
    -moz-box-shadow: 0 0 4px 1px var(--theme_color_dark), 0 0 0 1px var(--theme_color_base);
} */

.input-label{
    position: relative;
    top: -7px;
    left: 1px;
    font-size: 11px;
    color: #A2A6AD;
    font-weight: normal;
}

a {
    color: var(--theme_color_base);
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--theme_color_dark);
    text-decoration: none;
}

/*LOGIN PANEL*/
.login{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}

.button-login{
    margin: auto;
    margin-top: 35px !important;
    width:100%;
    border-radius: 3px;
    border: 1px solid var(--theme_color_base) !important;
    background-color: var(--theme_color_base);
    color: #f4f4f4 !important;
    font-size: 16px;
    padding: 7px;
    text-transform: capitalize;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    outline:none;
}

.button-login:hover {
    background-color: #fff !important;
    color: var(--theme_color_base) !important;
}

.login-copyright{
    bottom: 20px;
    right: 20px;
    position: absolute;
    display: inline-flex;
}

.login-copyright a {
    color: #444 !important;
    text-decoration: none;
    font-size: 15px;
    margin: auto;
    display: inline-flex;
}
.login-copyright > a > img{
    height: 22px;
    margin:auto;
    margin-left: 5px!important;
}

.error-notification{
    position:absolute;
    opacity: 0.9;
    color: #B62203;
    margin-top: 7px;
}

.wrapper {
    min-width: 300px;
    max-width: 450px;
    padding-bottom: 25px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    background-color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:14px;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px;
    -moz-box-shadow: rgba(0,0,0,0.1) 1px 2px 6px;
    box-shadow: 0px 4px 24px 1px #00000040;
}

.app-logo {
    height: 60px;
    left: 30px;
    top: 30px;
    width: auto
}
@media (max-width: 1270px) {
    .wrapper {
        min-width: 300px;
        max-width: 50%;
    }
}
@media (max-width: 922px) {
    .wrapper {
        min-width: 300px;
        max-width: 70%;
    }

    .app-logo {
        width: 100%;
        left: auto;
        right: auto;
        position: relative;
    }
}

.brand-container{
    width: 100%;
    margin: auto;
    display: flex;
}

.brand-container img{
    margin: auto;
    width: 70%;
    height:100px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #878787;
    font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #878787;
    font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #878787;
    font-size: 12px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #878787;
    font-size: 12px;
}


/********************************** STYLE **********************************/


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    /*line-height: 1;*/
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width:100%;
    overflow: visible;
    overflow-x: hidden;
    background: #ECEEF0;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-family: 'Satoshi', sans-serif !important;
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
}

@media (min-width: 940px) {
    body {
        padding: 10px 20px;
    }
}

.radius-8{
    border-radius: 8px !important;
    overflow: hidden;
}

.radius-top-8{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.radius-bottom-8{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.radius-left-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radius-right-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dashboard-card{
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 75px) !important;
    overflow: auto;
    margin-top: 5px;
    border-radius: 8px;
}

.dash-embedded-container{
    top:unset;
    height: 100%;
    border-radius: 8px;
    position: relative;
}

.detail-card{
    height: calc(100% - 53px) !important;
    background-color: #ffffff;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    overflow: hidden;
    padding-bottom: 10px;
}

.with-progressive-bar.detail-card{
    height: calc(100% - 93px) !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.contact-detail-card{
    height: calc(100% - 53px) !important;
    background-color: #ffffff;
    /* border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; */
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 0px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.welp-search-input{ 
    background-color: #e5e5e5;
    width: 525px !important;
}

.sticky-header{
    position: sticky !important;
    top: 0px;
}

.sticky{
    position: sticky !important;
}

.title-text{
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    color: #2a3e64;
}

input, textarea{
    -webkit-appearance: none;
    border-radius: 12px !important;
    border: 1px solid #ececec;
    border-radius:3px;
    padding:10px;
    font-size: 13px;
    width: 100%;
    transition: all 0.3s;
}

.input-container{
    width:100%;
    margin-top:5px;
    position: relative;
}

.input-filter > input{
    padding:5px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
}

.input-filter > img {
    top:6px;
}

.input-image > input{
    padding-left: 30px;
}

.input-image-left{
    position: absolute;
    top: 10px;
    left: 5px;
    height: 20px;
    padding-right: 5px;
}

.hover-effect{
    -webkit-transition: border 200ms,box-shadow 200ms,color 200ms,opacity 200ms;
    -moz-transition: border 200ms,box-shadow 200ms,color 200ms,opacity 200ms;
    transition: border 200ms,box-shadow 200ms,color 200ms,opacity 200ms;
}

.hover-effect:hover{
    border-color: transparent;
    cursor: pointer;
    opacity: 0.9;
}

.btn i,
.btn span {
  vertical-align: middle;
}
.btn i {
  margin-bottom: -2px !important;
}

.btn-hover-effect{
    -webkit-transition: border 200ms,box-shadow 200ms,color 200ms,opacity 200ms;
    -moz-transition: border 200ms,box-shadow 200ms,color 200ms,opacity 200ms;
    transition: border 200ms,box-shadow 200ms,color 200ms,opacity 200ms;
}

.btn-hover-effect:hover{
    border-color: transparent;
    cursor: pointer;
    opacity: 0.9;
    background-color: #f6f6f6;
}

.button-selected {
    border: 1px solid black;
    cursor: pointer;
    opacity: 1 !important;
    background-color: white;
    color: white!important;
}

.icon-selected {
    border-color: transparent;
    cursor: pointer;
    opacity: 1 !important;
    color: white!important;
}

.icon-no-selected {
    border-color: transparent;
    cursor: pointer;
    opacity: 0.3;
}

.fixed-row{
    position: fixed;
    width: 100%;
}

.offer-detail-container, .ticket-detail-container, .status-bar {
    background-color: #ECEEF0;
}

.fixed-detail-container{
    position: fixed;
    top: 45px; /* Height of the navbar, this is positioned just after it */
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.show.fixed-detail-container  {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.fixed-detail-container .content-divider .divider-title{
    align-items: center;
}
.fixed-detail-container .content-divider .divider-title > span{
    padding-right: 5px;
}
.fixed-detail-container .content-divider .divider-title .material-icons{
    font-size: 18px;
    align-self: baseline;
}

.fixed-detail-container .btn-export-payment-data{
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
}

.fixed-detail-container .btn-export-rid{
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
}

.drag-archive{
    position: absolute;
    background-color: white;
    bottom:0;
    width: 100%;
    border-top:1px solid #ececec;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.show.drag-archive  {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.fixed{
    position: fixed;
}

.red-gradient{
    background-color: #FD78A6;
    background: -webkit-gradient(linear, left top, right top, from(#FD78A6), to(#FDA96F));
    background: -webkit-linear-gradient(left, #FD78A6, #FDA96F);
    background: -moz-linear-gradient(left, #FD78A6, #FDA96F);
    background: -ms-linear-gradient(left, #FD78A6, #FDA96F);
    background: -o-linear-gradient(left, #FD78A6, #FDA96F);
}

.green-gradient{
    background-color: #35BEBB;
    background: -webkit-gradient(linear, left top, right top, from(#35BEBB), to(#49E898));
    background: -webkit-linear-gradient(left, #35BEBB, #49E898);
    background: -moz-linear-gradient(left, #35BEBB, #49E898);
    background: -ms-linear-gradient(left, #35BEBB, #49E898);
    background: -o-linear-gradient(left, #35BEBB, #49E898);
}

.blue-gradient{
    background-color: #2C82BE;
    background: -webkit-gradient(linear, left top, right top, from(#2C82BE), to(#5ac4f8));
    background: -webkit-linear-gradient(left, #2C82BE, #5ac4f8);
    background: -moz-linear-gradient(left, #2C82BE, #5ac4f8);
    background: -ms-linear-gradient(left, #2C82BE, #5ac4f8);
    background: -o-linear-gradient(left, #2C82BE, #5ac4f8);
}

.blue2-gradient{
    background-color: #00A5B0;
    background: -webkit-gradient(linear, left top, right top, from(#00A5B0), to(#007BB0));
    background: -webkit-linear-gradient(top, #00A5B0, #007BB0);
    background: -moz-linear-gradient(top, #00A5B0, #007BB0);
    background: -ms-linear-gradient(top, #00A5B0, #007BB0);
    background: -o-linear-gradient(top, #00A5B0, #007BB0);
}

.violet-gradient{
    background-color: #917BE4;
    background: -webkit-gradient(linear, left top, right top, from(#917BE4), to(#1EE0CF));
    background: -webkit-linear-gradient(left, #917BE4, #1EE0CF);
    background: -moz-linear-gradient(left, #917BE4, #1EE0CF);
    background: -ms-linear-gradient(left, #917BE4, #1EE0CF);
    background: -o-linear-gradient(left, #917BE4, #1EE0CF);
}

.orange-gradient{
    background-color: #F76B1C;
    background: -webkit-gradient(linear, left top, right top, from(#F76B1C), to(#FBD860));
    background: -webkit-linear-gradient(left, #F76B1C, #FBD860);
    background: -moz-linear-gradient(left, #F76B1C, #FBD860);
    background: -ms-linear-gradient(left, #F76B1C, #FBD860);
    background: -o-linear-gradient(left, #F76B1C, #FBD860);
}

.orange2-gradient{
    background-color: #FF5C00;
    background: -webkit-gradient(linear, left top, right top, from(#FF5C00), to(#FFB800));
    background: -webkit-linear-gradient(top, #FF5C00, #FFB800);
    background: -moz-linear-gradient(top, #FF5C00, #FFB800);
    background: -ms-linear-gradient(top, #FF5C00, #FFB800);
    background: -o-linear-gradient(top, #FF5C00, #FFB800);
}

.gray-gradient{
    background-color: #808080;
    background: -webkit-gradient(linear, left top, right top, from(#808080), to(#919BA4));
    background: -webkit-linear-gradient(left, #808080, #919BA4);
    background: -moz-linear-gradient(left, #808080, #919BA4);
    background: -ms-linear-gradient(left, #808080, #919BA4);
    background: -o-linear-gradient(left, #808080, #919BA4);
}

.purple-gradient{
    background-color: #913167;
    background: -webkit-gradient(linear, left top, right top, from(#913167), to(#A55682));
    background: -webkit-linear-gradient(left, #913167, #A55682);
    background: -moz-linear-gradient(left, #913167, #A55682);
    background: -ms-linear-gradient(left, #913167, #A55682);
    background: -o-linear-gradient(left, #913167, #A55682);
}

.text-gradient{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    opacity: 0;
    display: inline-block;
    padding: 3px;
}

.arrow.up{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    opacity: 1;
    border-color: #35BEBB;
}

.arrow.down{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
    border-color: #e74c3c;
}

/* fix google address autocomplete */
.pac-container {
    z-index: 2001 !important;
}

.fixed-aligned-label{
    top: 11px;
    font-size: 11px;
    color: #21475C;
    left: 18px;
    position: absolute;
    font-weight: 400;
}


.avatar-container{
    border-radius: 100px;
    color: white;
    display: flex;
    /*margin: auto 10px auto 0px;*/
    overflow: hidden;
    position: relative;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
}
.avatar-text-content{
    margin: auto;
    font-size: 19px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.avatar-image-content{
    border-radius: 50px;
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
}

.avatar-shared-container {
    border-bottom: 1px solid var(--theme_color_base);
    border-left: 1px solid var(--theme_color_base);
    border-top: 1px solid var(--theme_color_base);
    border-right: 1px solid transparent;
}

.scrollable{
    overflow-y:scroll;
    height: 100%;
}

.dropdown-menu > li:hover{
    background-color: var(--theme_color_base);
    color: white;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: transparent;
}

.divider{
    width: 100% !important;
    height: 0.1px !important;
    background-color: #ececec !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.contact-list{
    list-style-type: none;
    padding: 0px 0px 50px 0px;
}

.contact-list > div > span {
    font-size: 18px;
    color: #444444;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
}
.contact-list > li{
    font-size:15px;
    padding: 8px 0px 8px 0px;
    cursor: pointer;
    display: inline-flex;
    width:100%;
}

.contact-list-text{
    margin: auto;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
}

.contact-list-subtext{
    font-size:13px;
    margin:auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.background-panel{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background-color: rgba(112,112,112,0.7);
    text-align: center;
}

.listing-title-row{
    padding: 0px;
    background-color: #ECEEF0;
    z-index: 2;
    width: calc(100% - 40px) !important;
}

.list-container{
    margin-top: 45px;
    margin-left: 5px;
    margin-right: 5px;
}

.list-viewer-container{
    position: fixed;
    height: calc(100% - 115px);
    background-color: #ffffff;
    border-radius: 8px;
}

.list-container::-webkit-scrollbar {
    height: 15px;
    padding-bottom: 5px;
    cursor:pointer;
}

.list-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height:10px;
    border-bottom:8px;
    background: #d7d7d7;
    cursor:pointer;
    position: absolute;
    bottom: 10px;
}

.scrollable-list{
    display: block;
    white-space: nowrap;
    overflow: auto;
}

.reference-item-container{
    border-radius: 50px;
    color: white;
    display: block;
    float: left;
    height: 40px;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
    width: 40px;
    font-family: "Helvetica Neue Bold";
}
.reference-item{
    display: block;
    font-size: 19px;
    height: 40px;
    left: 0;
    line-height: 39px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    font-family: "Helvetica Neue Light";
}

.reference-image{
    width: 50px;
    height:50px;
    margin: auto;
    image-rendering: pixelated;
}

.reference-icon{
    width: 35px;
    height:35px;
    margin:auto;
    image-rendering: pixelated;
}
/*TABS*/
.tab-container{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.tab-item{
    color:#2a2b3c;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
    text-transform: capitalize;
    cursor: pointer;
}

.tab-item:hover{
    background-color: #ececec;
    color: black;
}

.tab-item:hover i{
    background-color: #ececec;
    color: black;
}

/*CARDS*/
.table-header span > .material-icons{
    font-size: inherit;
    vertical-align: text-top;
    margin-left: 2px;
}

.table-header {
    position: sticky !important;
    transition: padding-top 0.2s !important;
    top:0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.long-card{
    transition: all 0.2s;
    background-color: white;
    border: 1px solid transparent;
    border-bottom-color: #ececec;
    padding: 10px 0 10px 0;
    height: 60px;
    display: inline-flex;
    cursor:pointer;
    min-width: 100%;
}
.card-link{
    cursor: pointer;
}

.card-selected{
    border:1px solid #57bc90 !important;
}

.long-card:hover{
    box-shadow: 0 0px 0px rgba(0,0,0,0.10), 0 0px 6px rgba(0,0,0,0.22);
}

.card-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.card-image{
    border-radius: 50px;
    width: 45px;
    height: 45px;
    image-rendering: pixelated;
}

.card-avatar-container{
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    line-height: 35px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Satoshi', sans-serif;
    display: flex;
    -webkit-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.exported-card-container{
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    line-height: 35px;
    text-align: center;
    background: transparent;
    font-family: 'Satoshi', sans-serif;
    display: flex;
    -webkit-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.gs-card-avatar-container {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: white;
    line-height: 35px;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Satoshi', sans-serif;
    display: flex;
    -webkit-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 200ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.card-avatar-container:hover{
    background: transparent;
}

.card-avatar-container:hover .card-checkbox{
    display: block;
}

.card-avatar-container:hover .card-initials-container{
    display: none
}

.card-avatar-container:hover .card-image{
    display: none
}

.card-checkbox{
    display: none
}

.card-field {
    color: #616161;
    font-family: 'Satoshi', sans-serif;
    font-size:13px;
    height:100%;
    padding-left: 10px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-field > input{
    height: 100%;
    border:1px solid transparent;
    transition: all 0.2s ease;
    text-align: center;
}

.card-field > input:focus{
    border-color: var(--theme_color_base);
}

.card-field >input::-webkit-input-placeholder {
    color: #82929e;
    font-family: 'Satoshi', sans-serif;
}

.page-row .pages .active, .page-row .pages span{
    color: initial;
}

.page-row button{
    background: transparent;
    border: none;
}

.page-row button:hover{
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

@media (min-width: 1350px) {
    .evt-event-workshop-card {
        width: 100%;
        min-width: 1340px;
    }
    .evt-event-workshop-card >div:nth-child(1) {
        width:18.65% !important;
    }
    .evt-event-workshop-card >div:nth-child(2) {
        width:12.68% !important;
    }
    .evt-event-workshop-card >div:nth-child(3) {
        width:11.19% !important;
    }
    .evt-event-workshop-card >div:nth-child(4) {
        width:11.19% !important;
    }
    .evt-event-workshop-card >div:nth-child(5) {
        width:11.19% !important
    }
    .evt-event-workshop-card >div:nth-child(6) {
        width:7.46% !important
    }
    .evt-event-workshop-card >div:nth-child(7) {
        width:14.92% !important;
    }
    .evt-event-workshop-card >div:nth-child(8) {
        width:12.68% !important;
    }
    .evt-card-card, .evt-lead-card {
        /* width: 100%; */
        /* min-width: 1340px; */
        min-width: 100%;
    }
    .evt-deadline-card, .evt-card-card {
        width: 100%;
    }
}



.profiling-indicator{
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: auto;
}

/*MAIN PANEL*/
.main-panel{
    width: 100%;
    height: 100%;
}

/*MAIN CONTENT*/
.main-content{
    padding-top:52px;
    width: 100%;
    height: 100%;
    /*margin-bottom: 55px;*/
    -webkit-transition: margin 0.3s; /* Safari 3.1 to 6.0 */
    transition: margin 0.3s;
}


/*HEADER*/
.custom-header{
    height: 50px;
    width: calc(100% - 40px);
    border-radius: 15px;
    position: fixed;
    background-color: var(--theme_color_base);
    z-index: 1003;
    box-shadow: 0px 1px 4px #9ea2a3;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-flex;
}

.custom-header * i{
    font-size: 19px;
}

.custom-header > div > a > .brand-logo{
    width: 110px;
    padding-left:5px;
}
.header-center {
    margin:5px;
}
.global-search-span {
    color:#cecece;
    font-size:20px;
    font-weight:300;
    margin-top: 4px;
}

.header-icon{
    height: 24px;
    margin-right: 10px;
    vertical-align: text-top;
}

.header-nav > li > a {
    text-transform: capitalize;
    font-size: 13px;
    /* font-weight: bold; */
    color: var(--theme_color_light);
    font-family: 'Satoshi', sans-serif;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.mobile-header-nav {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style: none;
}

.mobile-header-nav > li {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
}

.mobile-header-nav > li > img {
    margin: auto;
    margin-left: 20px;
}

.mobile-header-nav > li > a {
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    margin: auto;
    padding-left: 30px;
    color: #2e1313;
    font-family: 'Satoshi', sans-serif;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:2px solid transparent;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.header-nav > li > a:hover, .header-nav > li > a:focus, .header-nav .header-nav-selected > a {
    color: var(--theme_color_base);
    background: #ECEEF0 !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-color: #ECEEF0 !important;
}

.mobile-header-nav > li:hover, .mobile-header-nav > li:focus {
    background-color: var(--theme_color_light) !important;
    border-left: 3px solid var(--theme_color_base) !important;
}

.mobile-header-nav > li > a:hover, .mobile-header-nav > li > a:focus {
    color:var(--theme_color_base) !important;
}

.mobile-header-nav .header-nav-selected {
    background-color: var(--theme_color_light);
    border-left: 3px solid var(--theme_color_base) !important;
}

.mobile-header-nav .header-nav-selected > a {
    color:var(--theme_color_base) !important;
}

/*
.mobile-filters-menu{
    display: none !important;
}

.mobile-filters{
    display: none !important;
}

.filters-menu{
    display: block !important;
}*/

.mobile-header-nav-container {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px;
    color: #ffffff;
}

.mobile-navbar {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    transition: transform 0.7s, opacity 0.3s;
    transform: translateX(-100%);
    opacity: 0;
    color: #333;
    border-right: 3px solid #F1F0EE;
}

.mobile-navbar.show {
    transform: translateX(0%);
    opacity: 1;
    z-index: 9999;
}

.hamburger {
    background: none;
    border: none;
    appearance: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    width: 35px;
    height: 25px;
    z-index: 9999;
}

.hamburger-detail {
    background: none;
    border: none;
    appearance: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 45px;
    height: 45px;
    z-index: 9999;
    margin-right: 10px;
    transform: rotate(180deg);
}

.hamburger span {
    position: absolute;
    left: 0;
    background: #444444;
    width: inherit;
    height: 5px;
    transition: transform 0.5s, opacity 0.5s;
}

.mobile-header-nav-container, .header-nav > li > img {
  display: none !important;
}

@media (max-width: 1200px){
    .mobile-header-nav-container, .header-nav > li > img {
        display: block !important;
    }
    .header-nav {
        display: none  !important;
    }
}

@media (max-width: 1800px){
    .filters-menu {
        display: none  !important;
    }
}

@media (min-width: 1801px) {
    .mobile-filters-menu, .mobile-filters {
        display: none !important;
    }
}

.btn-navbar, .evt-notification-off, .evt-notification-on {
    background-color: transparent !important;
}

/* .evt-notification-off{
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(0%) contrast(50%);
} */

.header-user {
    color: var(--theme_color_light);
    font-size: 14px;
    display: block;
    max-width: 100px;
    font-family: 'Satoshi', sans-serif;
}

.header-user:hover {
    background-color:transparent;
    color:var(--theme_color_light);
}

.shared-header > div > a > .brand-logo{
    width: 190px !important;
    padding-left:5px;
    margin: auto!important;
}

.shared-client {
    color: #333
}

/*ICONS*/

.svg-icon-container{
    background: #fff;
    border: 1px solid #b9bcc0;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b9bcc0;
    fill: #b9bcc0;
    font-size: 14px;
    height: 30px;
    line-height: 1;
    -webkit-transition: 200ms box-shadow,200ms color,200ms background,200ms fill;
    transition: 200ms box-shadow,200ms color,200ms background,200ms fill;
    width: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    -webkit-transition: .2s border,.2s fill;
    transition: .2s border,.2s fill;
}

/*QUICK ACTIONS*/
.quick-action-container{
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    z-index: 1023;
    background-color: #F2F6F7;
}

.quick-action-icon{
    width: 20px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7;
}

.quick-action-activator{
    cursor: pointer;
}

.quick-action-tab-container {
    margin-bottom: 15px;
    border: 1px solid #ececec !important;
    border-radius: 8px;
    justify-content: space-around;
    width: 100%;
    height: 100%;    
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
}

.modal-quick-action-body .quick-action-tab-container:last-child, .modal-add-event-workshop-participants-body .quick-action-tab-container:last-child{
    margin-bottom: 0px !important
}

.quick-action-tab-container:hover {
    box-shadow: 2px 2px 22px rgb(0 0 0 / 40%);
}

.quick-action-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.icon-activity {
    background-color: var(--theme_color_base);
}

.icon-event {
    background-color: var(--theme_color_base);
}

.icon-deal {
    background-color: var(--theme_color_base);
}

.icon-lead{
    background-color: var(--theme_color_base);
}

.icon-contact{
    background-color: var(--theme_color_base);
}

.icon-survey{
    background-color: var(--theme_color_base);
}

.icon-ticket{
    background-color: var(--theme_color_base);
}

.quick-tab-item{
    font-size: 12px;
    color:#70707a;
    padding:10px;
    min-width: 130px;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.quick-tab-item  * i{
    font-size: 18px;
}

.quick-tab-item:hover{
    background-color: #fafafa;
    color: #444;
}

.quick-tab-item:not(:last-child){
    border-right:1px solid #ececec;
}

/*BASEBAR*/
.basebar{
    height: 50px;
    width: 100%;
    position: fixed;
    bottom:0px;
    background-color: white;
    z-index: 101;
    border-top:2px solid #ededed;
}

.basebar-view{
    background-color: rgba(242,246,247,0.7);
    z-index: 2;
    bottom: 1.5px;
    width: 45px;
    position: fixed;
    margin-left: 13.5px;
    height: 45px;
    border-radius: 50px;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23);
}

.basebar-icon-show{
    margin: 10px;
}

.disabled{
    pointer-events: none;
}
input.disabled, textarea.disabled{
    background-color: #bbbaba1f !important;
}

.btn-group.bootstrap-select.disabled .btn.dropdown-toggle{
    background-color: rgb(187 186 186 / 30%) !important;
}

.evt-standard-actions input.disabled, .detail-filter-container input.disabled, .mobile-filters input.disabled{
    background: none !important;
}

.evt-standard-actions .btn-group.bootstrap-select.disabled .btn.dropdown-toggle, .detail-filter-container .btn-group.bootstrap-select.disabled .btn.dropdown-toggle, .ticket-filters-row .btn-group.bootstrap-select.disabled .btn.dropdown-toggle, .mobile-filters .btn-group.bootstrap-select.disabled .btn.dropdown-toggle, .contact-other-filters .btn-group.bootstrap-select.disabled .btn.dropdown-toggle{
    background: none !important;
}

.disabled .text {
    pointer-events: none;
    color: #cecece !important;
}

.disabled-link{
    pointer-events:none;
}

.basebar-icon{
    height: 20px;

}
.basebar-icon:hover:before{
    background: transparent !important;
}
.basebar-icon:hover:after{
    background:transparent !important;
}

/*GENERAL PAGES*/
.page-title-icon{
    vertical-align:baseline;
    width: 25px;
}

.page-title{
    font-size: 25px;
    font-weight: 300;
    color:rgb(44,43,62);
    vertical-align: super;
}


/*BUTTONS*/
.button{
    border-radius:3px;
    background-color: transparent;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    padding: 3px 15px !important;
    display: inline-block;
    color:white;
    margin-bottom: 0;
    font-size:13px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    display: flex;
    /* Firefox */
    -moz-transition: all 0.1s ease-in;
    /* WebKit */
    -webkit-transition: all 0.1s ease-in;
    /* Opera */
    -o-transition: all 0.1s ease-in;
    /* Standard */
    transition: all 0.1s ease-in;

    display:flex;
    align-items: center;

}

.button, .btn {
    border-radius: 40px;
    cursor:pointer;
}

.modal-title-box {
    background: var(--theme_color_base)!important;
    color: #f4f4f4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.action-button{
    padding: 6px 15px;
}

.btn-icon{
    width: 20px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}

.btn-gray-light{
    border: 1px solid #eee;
    background: white;
    color: #eee;
    height: 25.5px;
}

.btn-gray-light:hover{
    border: 1px solid #eee;
    background: #eee;
    color: white;
}

.btn-gray2{
    border:1px solid #686868;
    background: transparent;
    border-radius: 5px;
    height: 25.5px;
}

.btn-gray2:hover{
    color: white;
    border:1px solid #686868;
    background: #686868;
}

.btn-flash-blue{
    border:1px solid #0d57f4;
    background: #0d57f4;
    height: 25.5px;
}

.btn-flash-blue:hover{
    color: #0d57f4;
    border:1px solid #0d57f4;
    background: #fff;
}

.btn.disabled, .button.disabled{
    pointer-events: none;
    opacity: 0.5;
    cursor:not-allowed;
}

.theme-color-light {
    color: var(--theme_color_light);
}

.theme-color {
    color: var(--theme_color_base);
}

.theme-color-gradient{
    background-color: var(--theme_color_base);
    background: -webkit-gradient(linear, left top, right top, from(var(--theme_color_base)), to(var(--theme_color_light)));
    background: -webkit-linear-gradient(left, var(--theme_color_base), var(--theme_color_light));
    background: -moz-linear-gradient(left, var(--theme_color_base), var(--theme_color_light));
    background: -ms-linear-gradient(left, var(--theme_color_base), var(--theme_color_light));
    background: -o-linear-gradient(left, var(--theme_color_base), var(--theme_color_light));
}

.theme-color-dark {
    color: var(--theme_color_dark);
}

.bg-theme{
    background-color: var(--theme_color_base);
}

.border-theme{
    border: 1px solid var(--theme_color_base);
}

.border-theme-2{
    border: 2px solid var(--theme_color_base);
}

.svg-theme{
	-webkit-filter: var(--theme_color_base_filter);
    filter: var(--theme_color_base_filter);
}

.btn:hover > .svg-theme, .button:hover > .svg-theme{
	-webkit-filter: var(--white_color_filter);
    filter: var(--white_color_filter);
}

.svg-colored{
	-webkit-filter: var(--theme_color_base_filter);
    filter: var(--theme_color_base_filter);
}

.svg-colored:hover{
	-webkit-filter: var(--theme_color_dark_filter);
    filter: var(--theme_color_dark_filter);
}

.svg-hover-theme:hover {
	-webkit-filter: var(--theme_color_base_filter);
    filter: var(--theme_color_base_filter);
}

.svg-hover-green:hover{
    -webkit-filter: invert(51%) sepia(86%) saturate(2135%) hue-rotate(82deg) brightness(90%) contrast(120%);
    filter: invert(51%) sepia(86%) saturate(2135%) hue-rotate(82deg) brightness(90%) contrast(120%);
}

.svg-grey{
    -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(4%) saturate(14%) hue-rotate(74deg) brightness(98%) contrast(86%) !important;
    filter: brightness(0) saturate(100%) invert(87%) sepia(4%) saturate(14%) hue-rotate(74deg) brightness(98%) contrast(86%) !important;
}

.svg-red{
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(83%) saturate(3899%) hue-rotate(356deg) brightness(96%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(83%) saturate(3899%) hue-rotate(356deg) brightness(96%) contrast(98%);
}

.svg-yellow{
	-webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(81%) saturate(495%) hue-rotate(354deg) brightness(108%) contrast(88%);
    filter: brightness(0) saturate(100%) invert(73%) sepia(81%) saturate(495%) hue-rotate(354deg) brightness(108%) contrast(88%);
}

.svg-black {
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(0%) contrast(50%);
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(0%) contrast(50%);
}

.svg-white{
	-webkit-filter: var(--white_color_filter);
    filter: var(--white_color_filter);
}

.svg-icon {
    color: #fff !important;
}

.svg-icon-selected {
    color: var(--theme_color_base) !important;
}

.btn:hover > .svg-white, .button:hover > .svg-white, .evt-filter-button:hover > .svg-white {
	-webkit-filter: var(--theme_color_base_filter);
    filter: var(--theme_color_base_filter);
}

.btn-search {
    border: 1px solid var(--theme_color_base);
    background: var(--theme_color_base);
    color: #fff;
}

.btn-search:hover, .btn-search:focus {
    background: #fff;
    color: var(--theme_color_base);
}

.add-activity-btn {
    border: 1px solid var(--theme_color_base) !important;
    background: #fff !important;
    color: var(--theme_color_base) !important;
}
.add-activity-btn:hover {
    background: var(--theme_color_base) !important;
    color: #fff !important;
}

.btn-master-opacity {
    color: #000000;
    background: #1f5a7c24;
    border: 1px solid #1f5a7c24;
}

.btn-master-opacity:hover{
    color: #000000!important;
    background-color: #0b5e8e85 !important;
    border: 1px solid #0b5e8e85!important;
}

.btn-add {
    border: 1px solid #6dbc9b;
    background: #fff;
    color: #6dbc9b;
}

.btn-add:hover, .btn-add:focus {
    background: #6dbc9b;
    color: #fff;
}

.btn-add-reverse {
    border:1px solid #6dbc9b;
    background: #6dbc9b;
    color: #fff;
}

.btn-add-reverse:hover, .btn-add-reverse:focus {
    background:#fff;
    color: #6dbc9b;
}

.btn-theme {
    border:1px solid var(--theme_color_base);
    background: #fff;
    color: var(--theme_color_base);
}

.btn-theme:hover, .btn-theme:focus {
    background:var(--theme_color_base);
    color: #fff;
}

.btn-theme:hover .icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(105%) contrast(102%);
}

.btn-theme:hover > .svg-white {
	-webkit-filter: var(--theme_color_base_filter) !important;
    filter: var(--theme_color_base_filter) !important;
}

.btn-theme-reverse {
    border:1px solid var(--theme_color_base);
    background: var(--theme_color_base);
    color: #fff;
}

.btn-theme-reverse:hover, .btn-theme-reverse:focus {
    background: #fff;
    color: var(--theme_color_base);
}

.btn-save {
    border:1px solid #6dbc9b;
    background: #fff;
    color: #6dbc9b;
}

.btn-save:hover, .btn-save:focus {
    background: #6dbc9b;
    color: #fff;
}

.btn-close {
    border:1px solid #e74c3c;
    background: #fff;
    color: #e74c3c;
}

.btn-close:hover, .btn-close:focus {
    background: #e74c3c;
    color: #fff;
}

.btn-close-reverse {
    border:1px solid #e74c3c;
    background: #e74c3c;
    color: #fff;
}

.btn-close-reverse:hover, .btn-close-reverse:focus {
    background: #fff;
    color: #e74c3c;
}

.btn-import {
    border: 1px solid var(--theme_color_base);
    background: var(--theme_color_base);
    color: #fff;
}

.btn-import:hover, .btn-import:focus {
    background: #fff;
    color: var(--theme_color_base);
}

.btn-export {
    border: 1px solid var(--theme_color_base);
    background: var(--theme_color_base);
    color: #fff;
}

.btn-export:hover, .btn-export:focus {
    background: #fff;
    color: var(--theme_color_base);
}

.btn-download {
    border: 1px solid var(--theme_color_base);
    background: var(--theme_color_base);
    color: #fff;
}

.btn-download:hover, .btn-download:focus {
    background: #fff;
    color: var(--theme_color_base);
}

.btn-upload {
    border: 1px solid var(--theme_color_base);
    background: var(--theme_color_base);
    color: #fff;
}

.btn-upload:hover, .btn-upload:focus {
    background: #fff;
    color: var(--theme_color_base);
}

.bg-color-light-red {
    background-color: #ffc6c6 !important;
}

.btn-delete{
    background: #fff !important;
    color: #e74c3c !important;
    border:1px solid #e74c3c;
    transition: all 0.2s ease;
    display: inline-flex;
    width: 80px;
}

.btn-delete:hover{
    background: #F9513F !important;
    color: #fff !important;
}

.btn-delete *{
    transition: all 0.2s ease;
    margin: auto;
    width: 100%;
    text-align: center;
}

.btn-delete span:last-child{
    transform: translateX(75%);
    width: 0;
    opacity: 0;
}

.btn-delete:focus{
    width: 100px;
}

.btn-delete:focus span:first-child{
    transform: translateX(-75%);
    opacity: 0;
    width: 0;
}

.btn-delete:focus span:last-child{
    transform: translateX(0%);
    opacity: 1;
    width: 100%;
}

@media (hover: none) and (pointer: coarse) {
    .btn-delete:hover{
        width: 100px;
    }

    .btn-delete:hover span:first-child{
        transform: translateX(-75%);
        opacity: 0;
        width: 0;
    }

    .btn-delete:hover span:last-child{
        transform: translateX(0%);
        opacity: 1;
        width: 100%;
    }
}

.btn-danger {
    color: #b82601 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #b82601;
}

.btn-danger:hover {
    color: white !important;
    background-color: #d96557;
    border-color: #ce402f;
}

/*INPUT FIELD*/

.title-input{
    outline: none !important;
    border: none;
    background-color: transparent;
    box-shadow: none !important;
    font-size: 26px;
    margin-top:-15px;
    color:#2a2c3d;
    height:100%;
    font-family: "Helvetica Neue Medium";
}

.subtitle-input{
    outline: none !important;
    border: none;
    background-color: transparent;
    box-shadow: none !important;
    text-align: center;
    font-size: 20px;
    margin-top:-15px;
    color:#70707a;
    height:100%;
}
input[type="radio"], input[type="checkbox"] {
    accent-color: var(--theme_color_base) !important;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
}

.circle-input{
    height: 40px;
    border: 1px solid #2c2b3e;
    border-radius: 50px;
    width: 40px;
    display: flex;
    margin-top: -20px;
    background-color: white;
}

.input-icon{
    height:65%;
    margin:auto;
}
.input-description{
    display: inherit;
    margin-top: -15px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #21475c;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.input-field{
    outline: none !important;
    border: none;
    box-shadow: none;
    color: #2c2b3e;
    margin-left: 57.4px;
    font-size: 18px;
    margin-top: -10px;
    width: 90%;
}

.center-input{
    text-align: center;
    padding-right: 80px;
}

/*INTERNAL SIDEBAR STYLE*/
.title-input-field{
    font-size:33px;
    font-family: "Helvetica Neue Bold";
    outline: none !important;
    border: none;
    box-shadow: none;
    color:#2c2b3e;
}
.subtitle-select-margin{
    margin-left:27.5px !important;
    margin-top:-20px;
}

.subtitle-select{
    border:none;
    background-color: white;
    box-shadow:none !important;
}

.select-center-span > span {
    text-align: center !important;
}

.box{
    border:1px solid #ececec;
    border-radius: 10px;
    transition: all 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.box > span {
    float: left;
    position: relative;
    margin-top: -50px;
    font-size: 19px;
    margin-left: 5px;
    text-transform: capitalize;
    color: #3f6988;
    font-family: "Helvetica Neue Bold";
}

.subtitle-select > span {
    color: #5c717c;;
    font-size:20px;
    font-family: "Helvetica Neue Medium";
}

.internal-nav > li > a {
    font-family: 'Satoshi', sans-serif;
    color: var(--theme_color_dark);
    font-size:13px;
    text-transform: capitalize;
    background-color: transparent;
    border-bottom:2px solid transparent;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
    height: 53px !important;
}

.with-progressive-bar.internal-nav > li > a {
    height: 43px !important;
}

.bg-detail-nav{
    background-color: #ffffff;
    border-bottom: 2px solid #ececec;
}

.internal-nav > li > a:hover, .internal-nav > li > a:focus, .internal-nav-selected {
    border-color: var(--theme_color_dark) !important;
    background: var(--theme_color_light) !important;
    color: var(--theme_color_dark) !important;
}

.internal-nav > li:first-child > a{
    border-top-left-radius: 8px;
}
.internal-nav > li:last-child > a{
    border-top-right-radius: 8px;
}

.with-progressive-bar.internal-nav > li:first-child > a {
    border-bottom-left-radius: 8px;
}
.with-progressive-bar.internal-nav > li:last-child > a {
    border-bottom-right-radius: 8px;
}

.analytics-settings-btn {
    color: gray;
}

.analytics-settings-btn-active {
    color: var(--theme_color_base);
}

/*SELECTPICKER STYLE*/
.normal-select{
    border: 1px solid #ececec;
    background-color: white;
    box-shadow: none !important;
    border-radius: 3px;
    padding:9px;
}

.evt-survey-public-questions input.evt-public-answer {
    height: 34px;
}

.evt-survey-public-questions input.pickadate {
    height: 34px;
}

.evt-survey-public-questions .evt-answer-dropdown-list > .normal-select {
    height: 34px;
}

.normal-select > span {
    color:#444;
    font-size: 13px;
}
.small-select{
    border: 1px solid #ececec;
    background-color: white;
    box-shadow: none !important;
    border-radius: 3px;
    height: 30px;
    padding: 5px 20px 5px 5px;
}
.small-select > span {
    color:#444;
    font-size: 13px;
}



.light-gray-select > span {
    color: #808080;
    font-size: 13px;
}

.share-select{
    border:none;
    background-color: transparent;
    padding:0px !important;
    box-shadow:none !important;
    font-size: 12px;

}

.share-select2{
    border:none;
    background-color: transparent;
    padding:0px !important;
    box-shadow:none !important;
    font-size: 12px;
    height: 30px;
}

.share-select > span{
    color:#2c2b3e;
    font-size:13px;
}

.pull-right-select > .filter-option {
    float:right !important;
    text-align: right !important;
}


.big-select{
    border:none;
    background-color: white;
    box-shadow: none;
}

.big-select > span{
    color: #5c717c;
    font-size: 23px;
    font-family: "Helvetica Neue Medium";
}

.center-select > span {
    text-align: center !important;
}

a:focus{
    outline:none !important;
}

.btn-group.open .dropdown-toggle{
    box-shadow: none !important;
}

.btn:active{
    box-shadow: none !important;
}

.bootstrap-select.btn-group .dropdown-menu{
    border:none;
    left: auto;
    right: 0px;
}

.dropdown-right.bootstrap-select.btn-group .dropdown-menu{
    border:none;
    left: auto;
    right: 0px;
}

.dropdown-left.bootstrap-select.btn-group .dropdown-menu{
    border:none;
    left: 0px;
    right: auto;
}
.dropdown-up.bootstrap-select.btn-group .dropdown-menu{
    border:none;
    bottom: 0px;
    top: auto;
}
.bootstrap-select.btn-group .dropdown-menu li {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a{
    color: #2c2b3e;
    font-size: 13px;
    font-family: 'Satoshi', sans-serif;
    padding: 5px 20px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    color:white !important;
    background-color: var(--theme_color_base) !important;
}

.today-box-number {
    color: #fff!important;
    background-color: var(--theme_color_base) !important;
}
.fc-day-header.fc-today > span{
    color: var(--theme_color_base) !important;
}
.fc-day-header.fc-today > span>a{
    color: var(--theme_color_base) !important;
}

/*IMAGE INPUT*/
.rounded-image{
    border-radius:50%;
    width: 120px;
    height: 120px;
    -moz-border-radius: 50%;
}
.hide-input{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}


/*NOTIFICATION STYLE*/

.amaran{
    background-color: transparent;
    background: transparent !important;
    width: inherit !important;
    margin: 0px !important;
    margin-right: 10px !important;
}
.amaran-wrapper.right{
    right:5px !important;
}

.amaran-wrapper.top{
    top:45px !important;
}

.notification-border-success{
    border:1px solid #085c15;
    color:#085c15;
}
.notification-border-error{
    border:1px solid #b12310;
    color:#b12310;
}
.notification-border-warning{
    border:1px solid #efc242;
    color:#ff9009;
}

.notification-wrapper{
    background-color:rgba(255,255,255,0.90);
    width:200px;
    border-radius:10px;
}
.notification-message-wrapper{
    padding:5px 10px 5px 10px;
    width: 100%;
}
.notification-icon{
    width: 17px;
    margin-right: 5px;
}

.notification-header{
    height:25px;
    width:100%;
    background-color:rgba(245,245,245,0.80);;
    border-radius:10px 10px 0px 0px
}
.notification-section{
    padding:5px 5px 5px 10px;
    text-transform:uppercase;
    display: inline-block;
}

.notification-message{
    color:#2c2b3e;
    width: 100%;
    font-family: "Open Sans";


}

/*TYPEAHEAD CSS*/
.twitter-typeahead{
    width: 100%;
}

#visit-detail .twitter-typeahead{
    display: initial !important;
    position: unset !important;
}

.tt-menu{
    font-size: 13px;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: white;
    transition: 0.2s;
    overflow-y: auto;
    max-height: 165px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tt-menu::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
}

.tt-menu::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
}

.tt-menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.18);
}

.tt-suggestion{
    padding:10px 0px 5px 10px;
    cursor:pointer;
    transition: 0.1s;
    color: #2c2b3e;
}

.tt-selectable {
    padding:10px 5px 5px 10px;
}

.tt-suggestion:hover{
    background-color: #ececec;
}

.tt-highlight{
    color: #3f6988 !important;
}

#add-lead-name .tt-menu .tt-dataset .tt-suggestion {
    pointer-events: none;
}

/* PROVA TYPEAHEAD TAGS */

.bootstrap-tagsinput .tag [data-role="remove"] {
    background-color: transparent;
    margin-left: 8px;
    cursor: pointer;
    right: 8px;
    padding-left: 5px;
    position: absolute;

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: "Material Icons";
    content: "\e5cd";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {

}
.bootstrap-tagsinput .tag.disabled [data-role="remove"] {
    background-color: #f5f5f5;
    margin-left: 8px;
    cursor: pointer;
    right: 8px;
    padding-left: 5px;
    position: absolute;

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.bootstrap-tagsinput {
    margin-top: 0px;
    height: 40px;
    border-radius: 3px;
    font-size: 13px;
    width: 100%;
    position: relative;

}

.tag-label {
    width: 100%;
    font-size: 13px;
    display: block;
    height: 100%;
    border-radius: 3px;
    padding: 10px;
    background-color: var(--theme_color_light);
    color: black;
    border: 1px solid var(--theme_color_light);
    top: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tag-label.disabled {
    width: 100%;
    font-size: 13px;
    display: block;
    height: 100%;
    border-radius: 3px;
    padding: 10px;
    background-color: #f5f5f5;
    color: #808080!important;
    border: 1px solid #ececec;
    top: 12px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tag-label-new-item {
    background-color: var(--theme_color_light) !important;
}

.tag-label-place {
    margin-top: 0px;
    height: 40px;
    position: relative;
    width: 100%;
    font-size: 13px;
    display: block;
    border-radius: 3px;
    padding: 10px;
    background-color: var(--theme_color_light);
    color: black;
    border: 1px solid var(--theme_color_light);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ------------------------------------- PROFILE ------------------------------------- */

.fixed-sidebar {
    width: 320px;
    height: 100%;
    position: fixed;
    background-color: white;
    margin-left: -10px;
    margin-top: -40px;
    left:-375px;
    z-index:201;
    border-right:2px solid #ececec;
    border-radius: 8px;
}
.fixed-sidebar2 {
    width: 320px;
    height: 100%;
    position: fixed;
    background-color: white;
    margin-left: -10px;
    margin-top: -40px;
    left: 0px;
    z-index:201;
    border-right:2px solid #ececec;
}

.filter-sidebar-input{
    outline:none !important;
    border:none;
    width: 85%;
    background-color:transparent;
    box-shadow: none !important;
    color:#444444;
    padding-top:12px;

}

.fixed-sidebar-button{
    font-size:26px;
    cursor: pointer;
    color:#808080;
}

.fixed-sidebar-divider{
    margin-top: 34px;
    height: 15px;
    border-bottom: 0.5px solid #ececec;
    background-color: white;
    position: absolute;
}

.fixed-sidebar-internal-container {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
}

.filter-fixed-sidebar-container{
    display: flex;
    height: 34px;
    background-color:white;
    z-index: 1;
    width: 300px;
}

.filter-icon-fixed-sidebar{
    width: 20px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    /* Firefox */
    -moz-transition: all 0.3s ease;
    /* WebKit */
    -webkit-transition: all 0.3s ease;
    /* Opera */
    -o-transition: all 0.3s ease;
    /* Standard */
    transition: all 0.3s ease;
}


.profile-name-details {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inherit;
}

.profile-qualification {
    text-align: center;
    font-size: 17px;
    display: inherit;
}

.profile-image-loader{
    top:180px !important;
    left:40px !important;
    height:0px !important;
}

.border-top-white {
    border-top: 1px solid #ffffff !important;
}

.input-no-field {
    display: inherit;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}

.profile-role {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    display: inherit;

}


.container-on-right-sidebar {
    height: 100%;
    /* padding:10px 15px 40px 335px; */
    margin-left: 310px;

}

.border-white {
    border-top: 1px solid #ffffff !important;
}


.open-fixed-sidebar-button {
    position: absolute;
    visibility: hidden;
}

.integrations-list .integration-item .account-name:empty{
    display: none;
}

.integrations-list .integration-item .account-name::before{
    content: " - ";
}

.integrations-list .integration-item .connect-options button{
    display: inline-block;
}

.mailchimp-integration-button-color {
    background-color: #FFE01C;
}

/*DASHBOARD*/
/**********************************************************************************************/

.dash-container{
    position: fixed;
    display: inline-flex;
    width: calc(100% - 40px);
    height: calc(100% - 105px);
    top:100px;
}

.dash-container > div {
    padding-bottom: 5px;
    width: calc(100%/3);
    height: 100%;
}

.shared-dash-box {
    padding-bottom: 5px;
    width: 100% !important;
    height: 100%;
}

.shared-dash-box .evt-dash-block {
    border: 2px solid #ececec;
}

.shared-dash-box .evt-dash-block h3 {
    width: 170px;
    margin-top: -12px;
    margin-left: 20px;
    font-size: 18px;
    padding-left: 13px;
    position: absolute;
}

.shared-dash-box .dash-box > div {
    height: calc(50%/2);
}

/* if dash container has at least 2 children */
.dash-container > div > div:not(:first-child){
    margin-top: 15px !important;
}

.dash-container > div:not(.flex) > div{
    height:100%;
}

.dash-container > div > .dashboard-list > .list-cards{
    height:calc(100% - 80px);
}

.dash-container > div:not(:first-child) > div {
    background-color: white;
}

.dash-container > div:nth-child(2) > div{
    margin-left: 0 !important;
}

.dash-container > div:not(:last-child):not(:first-child) > div{
    margin:0 15px;
}


.dashboard-list{
    border-radius: 8px;
}

.dash-box{
    overflow-y: scroll;
    padding-bottom: 0px;
    margin-right: 15px;
}

.dash-box > div:not(:last-child) {
    margin-bottom: 15px;
}

.dash-box > div {
    background-color: white;
    border-radius: 8px;
}

@media screen and (max-width: 1919px) {

    .dash-box > div {
        height: calc(95%/2);
    }

    .shared-dash-box .dash-box > div {
        height: calc(80%/2);
    }
}

@media screen and (min-width: 1919px) {

    .dash-box > div {
        height: calc(95.3%/3);
    }
}

.add-meeting-btn{
    margin: auto;
    display: flex;
    margin-right: 0 !important;
    border-radius: 50%;
    cursor: pointer;
    height:24px;
    width: 24px;
    justify-content: center;
    /*background: #2C82BE;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #5691c8, #2C82BE);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #5691c8, #2C82BE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all 0.2s ease;
}

.add-meeting-btn:hover{
    /*border:1px solid #2C82BE;*/
    opacity: 0.6;
}

.btn-section{
    display: inline-flex;
    padding: 10px 20px;
    background-color: transparent;
    border:1px solid #ececec;
    cursor: pointer;
    justify-content: center;
    color:#A2A6AD;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.btn-section:hover{
    background-color: #f4f4f4;
    color:var(--theme_color_base);
}

.btn-section:hover > i {
    color:var(--theme_color_base);
}

.btn-section.active{
    background-color: white;
    color:var(--theme_color_base);
    cursor: default !important;
}

.btn-section.active > i {
    color:var(--theme_color_base);
}

.btn-section:first-child{
    border-radius: 3px 0 0 3px;
}

.btn-section:last-child{
    border-radius: 0 3px 3px 0;
}

.meeting-card{
    width: calc(100% - 16px);
    margin: 8px;
    border:1px solid #ececec;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}

.meeting-card > div {
    padding:15px;
}

.dash-check-btn{
    width: 90%;
    margin: auto;
    text-align: center;
    border-radius: 2px;
    padding: 6px 15px;
    opacity: 0.9;
    transition: all 0.2s ease;
    cursor: pointer;
}
.dash-check-btn:hover{
    opacity: 1 !important;
}

.dash-check-btn.check-in{
    border:1px solid #53c5b9;
    background-color: #53c5b9;
    color: #f4f4f4;
}

.dash-check-btn.check-out{
    border:1px solid #de6060;
    background-color: #de6060;
    color: #f4f4f4;
}

/*TASKBOARD*/
/**********************************************************************************************/
.board{
    user-select: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    /* top: 85px; */
    top: 100px !important;
    /* right: 0; */
    right: 20px !important;
    bottom: 0;
    /* left: 0; */
    left: 20px !important;
}

::-webkit-scrollbar {
    cursor:pointer;
}

.board::-webkit-scrollbar {
    height: 15px;
    padding-bottom: 5px;
    cursor:pointer;
}

.board::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height:10px;
    border-bottom:8px;
    background: #d7d7d7;
    cursor:pointer;
}

.list-wrapper{
    width: 320px;
    margin: 0 5px;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.board > .list-wrapper:last-child{
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.list-wrapper.vertical{
    width:100%;
    margin: 0px;
    height:auto;
}

.list-title{
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
}
.list-title::-webkit-input-placeholder {
    color: #70707a;
}
.list-title:-moz-placeholder {
    color: #70707a;

}

.list-content{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    position: relative;
    white-space: normal;
}

.list-header{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 5px 10px 10px;
    position: relative;
    min-height: 18px;
    font-size:15px;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    background-color:white;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.list-header > input {
    border:none;
    background: transparent;
    font-family: 'Satoshi', sans-serif;
    color:#444444;
    margin:auto;
    margin-left: 5px;
    width: 85%;
}

.list-header > .add-card {
    width: 22px;
    position: absolute;
    right: 12px;
    top: 20px;
    cursor: pointer;
}

.list-header > .list-options {
    position: absolute;
    right: 7px;
    top: 12.5px;
    cursor: pointer;
}

.list-cards{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding:0 10px 15px 10px;
    min-height: 0;
    background-color: #fff;
    height: 100%;
}

.task-card{
    margin-bottom: 8px;
    width:100%;
    background-color: white;
    border-radius:3px;
    border:1px solid #ececec;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.loading-card{
    margin-bottom: 8px;
    width:100%;
    background-color: white;
    border-radius:8px;
    border:1px solid #ececec;
    cursor: pointer;
}
.task-card-title{
    margin: auto;
    margin-left: 0px;
    padding: 0px 12px 5px 0px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
    width: 100%;
    display: block;
}

.task-card:hover, .card:hover{
    background-color:#f4f4f4;
    border-color:#dedede;
}

.card{
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

/*DROP AREA*/
/**********************************************************************************************/


.drop-area {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    background: rgba(242,242,242,0.9);
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.19), 0 1px 6px rgba(0,0,0,.12);
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6,0,0.4,1);
    transition: transform 0.5s cubic-bezier(0.6,0,0.4,1);
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.drop-area.show {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.drop-area > div {
    height: 100%;
    padding: 25px;
    margin:auto;
    display: inline-flex;
    width: 90%;
    -webkit-transition: -webkit-transform 0.4s 0.3s;
    transition: transform 0.4s 0.3s;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

.drop-area.show > div {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.drop-box {
    height: 70px;
    width: 300px !important;
    padding: 25px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    margin: auto;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-family: 'Satoshi', sans-serif;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.drop-box.highlight {
    -webkit-transform: scale3d(1.08,1.08,1);
    transform: scale3d(1.08,1.08,1);
    filter: brightness(80%);
}
.fountain-blue-color{
    color: #f4f4f4;
    background-color: #53c5b9 !important;
}
.fountain-blue-color-2{
    color: #53c5b9;
    background-color: #f4f4f4 !important;
    border: 1px solid #53c5b9;
}
.roman-color{
    color: #f4f4f4;
    background-color: #de6060 !important;
}
.roman-color-2{
    color: #de6060;
    background-color: #f4f4f4 !important;
    border: 1px solid #de6060;
}
.alto-color{
    background-color: #d9d9d9 !important;
    color: #444 !important;
}
.alto-color-2{
    background-color: #f4f4f4 !important;
    color: #a0a0a0 !important;
    border: 1px solid #a0a0a0;
}
.black-color{
    background-color: #000 !important;
    color: #f4f4f4 !important;
}
.black-color-2{
    background-color: #f4f4f4 !important;
    color: #000 !important;
    border: 1px solid #000;
}
.fountain-blue-color-2:hover{
    color: #f4f4f4;
    background-color: #53c5b9 !important;
    border: 1px solid #53c5b9;
}
.deep-blue-color{
    background: #253b64!important;
    color: #f4f4f4;
}
.light-blue-color{
    background: #b8bec7!important;
    color: #f4f4f4;
}
.roman-color-2:hover{
    color: #f4f4f4;
    background-color: #de6060 !important;
    border: 1px solid #de6060;
}
.alto-color-2:hover{
    background-color: #a0a0a0 !important;
    color: #f4f4f4 !important;
    border: 1px solid #a0a0a0;
}
.black-color-2:hover{
    background-color: #000 !important;
    color: #f4f4f4 !important;
    border: 1px solid #000;
}
.rob-roy-color{
    background-color: #eac67a;
    color: #FFF !important;
}
.lead-type-color {
    color: #fff;
    background-color: #E79041;
}
.satech-color{
    background: #F9B71F!important;
    color: #4e5761;
}
.no-deal-color{
    background: #777!important;
    color: #f4f4f4;
}
.task-status-color1{
    background: #dbdbdb!important;
    color: black;
}
.task-blue-color{
    background: #337ab7!important;
    color: #f4f4f4;
}
.offer-bg-color{
    background: #177335 !important;
    color: #f4f4f4;
}
.export-bg-color{
    border: 1px solid #177335 !important;
    background: #ffffff;
    color: #177335;
}
.contract-blue-color{
    background: #61bd7d!important;
    color: #f4f4f4;
}
.sent-offer-color{
    background: #69B6FE!important;
    color: #f4f4f4;
}
.check-offer-color{
    background: #9a60be !important;
    color: #f4f4f4;
}
.project-offer-color{
    background: #F2A863!important;
    color: #f4f4f4;
}
.ordering-offer-color{
    background: #337ab7!important;
    color: #f4f4f4;
}
.to-be-authorized-color{
    background-color: #9175A1;
    color: #f4f4f4 !important;
}
.approved-offer-color{
    background-color: #298548;
    color: #f4f4f4 !important;
}
.under-management-offer-color{
    background: #628dcc!important;
    color: #f4f4f4;
}
.passed-offer-color{
    background: #a3aab4!important;
    color: #f4f4f4;
}
.won-color{
    color: #09b03c !important;
}
.lost-color{
    color: #b00909 !important;
}
.abandoned-color{
    color: #4f4f4f !important;
    font-weight: bold !important;
}
.converted-color{
    color: #000 !important;
}
/*FOLDER*/
/**********************************************************************************************/

.folder-card{
    display: inline-flex;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 10px;
    margin: 7px 0;
    background: white;
    cursor: pointer;
    transition:all 0.2s ease;
    position: relative;
    border: 1px solid #e5e5e5;
}

.folder-card .indeterminate {
    background-color:white;
}
.folder-card .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    background: #f4f4f4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fff, #ececec,#fff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fff, #ececec,#fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.folder-card .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    background: #f4f4f4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fff, #ececec,#fff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fff, #ececec,#fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.small-folder-card{
    display: inline-flex;
    width: 180px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 5px;
    margin: auto 10px auto 0px;
    background: white;
    cursor: pointer;
    transition:all 0.2s ease;
    position: relative;
}

/*.folder-card:hover{
    background: #2C82BE;

}
.folder-card>svg>g>path:hover{
    fill:white;
}*/


/*TIMELINE*/
/**********************************************************************************************/

.timeline-container{
    overflow: auto;
    max-height: 100vh;
    width: 100%;
}

.history-timeline-container{
    overflow: auto;
    max-height: 100vh;
    width: 100%;
}

.cbp_tmtimeline {
    margin: 0 0 150px 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 1px;
    background: #F1F0EE;
    left: 124px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    position: absolute;
    margin-left:45px;
    margin-top:5px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 15px;
    color: #444444;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 0.9em;
    color: #A2A6AD;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #A2A6AD;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 10px 180px;
    /*background: #e7f5fe;*/
    border-bottom:1px solid #ececec;
    color: #fff;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    margin-top:-40px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: white;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    font-size: 16px;
    font-family: 'Satoshi', sans-serif;
    color:#444444;
}

.cbp_tmtimeline > li .cbp_tmlabel span {

    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    color:#808080;
    font-size:15px;

}

.cbp_tmtimeline > li .cbp_tmlabel p {

    font-family: 'Satoshi', sans-serif;
    font-style: italic;
    font-weight: 500;
    color:#808080;
    font-size: 13px;
    margin-bottom:0px;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px;
    display:none;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmlabel li {
    font-family: 'Satoshi', sans-serif;
    font-style: italic;
    font-weight: 500;
    color:#808080;
    font-size: 13px;
    margin-bottom:0px;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    width: 30px;
    height: 30px;
    font-family: 'Satoshi', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 135px;
    top: 0;
    margin: 0 0 0 -25px;
}

.cbp_tmlabel ol, .cbp_tmlabel ul{
    color: #808080;
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #3594cb;
        top: -20px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}

/*DIALOG*/
/**********************************************************************************************/

/* General styles for the modal */

/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body  {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.container {
    background: none !important;
    min-height: 100%;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    overflow-y: scroll;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1005;
    opacity: 0;
    background: rgba(112,112,112,0.7);
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    background: white;
    border:1px solid #ececec;
    border-radius:3px;
    position: relative;
    margin: 0 auto;
    padding: 15px;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    border-radius: 8px !important;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #f1f1f1;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.stretch-modal-title {
    position: fixed;
    z-index: 2000;
}

.stretch-modal-content {
    overflow-y: scroll;
    max-height: 550px;
    padding-top: 50px;
}

.stretch-modal-content::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
}

.stretch-modal-content::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
}

.stretch-modal-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.18);
}

/*MAP STYLE*/
/**********************************************************************************************/
.box-info-pin {
    min-width: 260px;
    max-width: 270px;
    padding: 5px 0 0 10px;
    min-height: 120px;
}

.box-info-pin h3 a {
    font-weight: 600;
}

.box-info-pin p {
    margin: 0;
    clear: left;
    float: left;
    font-size: 16px;
    padding-right: 20px;
    max-width: 220px;
    color: #81929f;
}

.box-info-pin a.btn-direction {
    text-indent: -99999px;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0;
    background-image: url('sign-nav-64.png');
    background-position: center center;
    cursor: pointer;
}

/*$CIRCLE LOADER*/
.round-loader {
    position: relative;
    margin: 0 auto;
    width:30px;
}
.round-loader:before{
    content: '';
    display: block;
    padding-top: 100%;
}
.circular {
    animation: rotate 1s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}


@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

/*$CHECKLIST STYLE*/
/**********************************************************************************************/

.checklist{
    margin-bottom:10px;
    padding:5px;
    background-color:white;
}
.checklist-header{
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #d7d7d7;
}
.checklist-title-mirror{
    font-size:15px;
    font-family: 'Satoshi', sans-serif;
    font-weight: bold;
    overflow: hidden;
    word-wrap: break-word;
}
.checklist-elements-list{
    min-height: 5px;
}
.checklist-element{
    display: inline-flex;
    width: 100%;
    background-color:white;
    margin-top:5px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:10px;
    min-height: 30px;
}

.checklist-element:hover{
    background-color:#f5f5f5;
}
.checklist-element-description{
    width: 90%;
}
.add-checklist-element-assignment{
    visibility: hidden;
}
.evt-set-checklist-element-assignment .dropdown-menu {
    min-width: 200px!important;
}
.element-checked{
    color: #808080;
    font-style: italic;
    text-decoration: line-through;
}
.checklist-textarea{

    border:1px solid #d7d7d7;
    border-radius:4px;
}

.checklist-element:hover .add-checklist-element-assignment{
    visibility: visible;
}

.checklist-element-actions{
    display: inline-flex;
    width:100%;
    padding: 7px 0 0 0;
}
.checklist-element-action{
    color:#808080;
    font-size:13px;
    margin:auto;
    cursor: pointer;
}
.checklist-element-action:hover{
    color:#2c2b3d;
}

/*TEAM USER CARD*/
/**********************************************************************************************/

.team-user-card {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 15px;
    width: 290px;
    border:2px solid transparent;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px;
    -moz-box-shadow: rgba(0,0,0,0.1) 1px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px 0;
    transition: all 0.2s ease;
}

.team-user-card.excluded{
    transform: translateY(-30%);
    display: none;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.5s linear;
}

.team-user-card.dummy{
    background-color: transparent;
    border-color: #ececec;
    border-style: dashed;
    box-shadow: none;
}

.team-user-card:hover{
    background-color: #f4f4f4;
}

.team-user-card.selected{
    border-color:var(--theme_color_base);
    box-shadow: 0 10px 6px -6px #d7d7d7;
    background-color: #f4f4f4;
    transform: scale(1.03);
}

.team-user-card:hover input[type='checkbox'] {
    opacity: 1;
    transform: translateX(0%);
}

.team-user-card input[type='checkbox']:checked {
    opacity: 1;
    transform: translateX(0%);
}

.team-user-card input[type='checkbox'] {
    position: absolute;
    top:20px;
    left: 20px;
    margin:0 !important;
    opacity: 0;
    transform: translateX(-30%);
    transition: all 0.2s ease;
}

.card-shadow{
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px;
    -moz-box-shadow: rgba(0,0,0,0.1) 1px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px 0;
}

/*CHECKBOX STYLE*/
/**********************************************************************************************/

@-webkit-keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 50px;
        width: 50px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
@-moz-keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 50px;
        width: 50px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 50px;
        width: 50px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.33333px;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    min-width: 22px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    border:2px solid #cbd1d8;
    color: #fff;
    cursor: pointer;
    margin:auto !important;
    outline: none;
    position: relative;
    z-index: 0;
}
.option-input:hover {
    border:2px solid var(--theme_color_base);
}
.option-input:checked {
    background:var(--theme_color_base);
    border-color: var(--theme_color_base);
}
.option-input:checked::before {
    width: 12px;
    position: absolute;
    content: url("/images/icons/checked_white.svg");
    left: 3px;
    top: 3px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #3576C7;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}

.evt-search-articles-by-business-unit .option-input {
    border-radius: 2px;
    min-width: 15px;
}

.evt-search-articles-by-business-unit .option-input:checked::before {
    left: 1px;
    font-size: 8px;
}

.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}

.option-input.checkbox {
    border-radius: 50%;
}
.option-input.checkbox::after {
    border-radius: 50%;
}

.option-input2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.33333px;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    min-width: 25px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    border:2px solid #cbd1d8;
    color: #fff;
    cursor: pointer;
    margin:auto !important;
    outline: none;
    position: relative;
    z-index: 0;
}
.option-input2:hover {
    border:2px solid var(--theme_color_base);
}
.option-input2:checked {
    background: var(--theme_color_base);
    border-color: var(--theme_color_base);
}
.option-input2:checked::before {
    width: 12px;
    top: 5px;
    left: 4px;
    position: absolute;
    content: url("/images/icons/checked_white.svg");
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
.option-input2:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #3576C7;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
}
.option-input2.radio {
    border-radius: 50%;
}
.option-input2.radio::after {
    border-radius: 50%;
}

.option-input2.checkbox {
    border-radius: 50%;
}
.option-input2.checkbox::after {
    border-radius: 50%;
}

/*BOX WITH ARROW ON ONE SIDE*/
.arrow-box {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 2px;
    background-color: white;
}

.arrow-box-60:after,.arrow-box-60:before{
    left:60% !important;
}

.arrow-box:after, .arrow-box:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 9px;
    margin-left: -8.8px;
}
.arrow-box:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ececec;
    border-width: 10px;
    margin-left: -10px;
}


/*PLACEHOLDER STYLE*/
/**********************************************************************************************/

input::-webkit-input-placeholder {
    color:#414141;
}

textarea::-webkit-input-placeholder {
    color:#414141;
}


#edit-task-deal > .bootstrap-tagsinput > .twitter-typeahead > .tt-input {
    padding-left: 10px !important;
}

.analytics-settings-searchbox > .bootstrap-tagsinput > .twitter-typeahead > .tt-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

/* Loader */
.progress {
    position: fixed;
    height: 2px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: -2px 0 0 0;
    overflow: hidden;
    z-index: 1003;
}
.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
.progress .indeterminate {
    background-color: #21475c; }
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%; }
    60% {
        left: 100%;
        right: -90%; }
    100% {
        left: 100%;
        right: -90%; } }
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%; }
    60% {
        left: 100%;
        right: -90%; }
    100% {
        left: 100%;
        right: -90%; } }
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%; }
    60% {
        left: 107%;
        right: -8%; }
    100% {
        left: 107%;
        right: -8%; } }
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%; }
    60% {
        left: 107%;
        right: -8%; }
    100% {
        left: 107%;
        right: -8%; } }

.place-remove{
    background-color: transparent;
    margin-left: 8px;
    cursor: pointer;
    right: 8px;
    padding-left: 5px;
    position: absolute;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.place-remove:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.place-remove:after {
    font-family: "Material Icons";
    content: "\e5cd";
    padding: 0px 2px;
}

.scrollstyle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollstyle::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.scrollstyle::-webkit-scrollbar-thumb
{
    background-color: #AAAAAA;/*#406281;*/
}

.notification-area {
    position: relative;
}
.red-dot {
  position: absolute; top: 5px; right: 0px; width: 8px; height: 8px; border-radius: 50%; background-color: #f00;
}

.dropdown-menu > li > a.logoutButton {
    color: #d4484e;
}
.dropdown-menu > li > a.logoutButton:hover {
    color: #666;
}

.float-right {
    float: right;
}
.float-right-i {
    float: right!important;
}
.m10px {
    margin: 10px;
}

.evt-cars-list {
    min-height: 150px;
}

.list-container-detail {
    padding-top: 60px;
}

.w400p {
    width: 400px;
}
.evt-deadline-selected-actions {
    padding: 10px 0px;
}

.evt-lead-card.bg-paper .evt-card-event-workshop-name-container.bg-white, .evt-lead-card.bg-paper .evt-card-contract-name-container.bg-white {
    background-color: #f4f4f4;
}

.evt-lead-card.bg-paper .evt-card-event-workshop-name-container.bg-gray, .evt-lead-card.bg-paper .evt-card-contract-name-container.bg-gray {
    background-color: #f1f0ee;
}

.evt-list-contract-name a {
    color: #333;
}

.fluid {
    display: flex;
    align-items: center;
}

.fluid-fill {
    flex-grow: 1;
}



/* Ajax Loader */
.ajax-loader, .fetching-loader {
    background: white url("/images/icons/loader/ajax-loader.gif") no-repeat right 10px center;
    background-size: 32px;
    transition: 0s;
}

.avatar-box {
    opacity: 0;
    position: absolute;
    width: 100px;
    height: 100%;
}

/* div CheckBoxed */
div.checkbox{
    border: 1px solid #d7d7d7;
}
div.checkbox.checked{
    background-image: url("/images/icons/checked.svg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
div.white-checkbox.checked{
    background-image: url("/images/icons/checked_white.svg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.import-prospects {
    opacity: 0 !important;
    position: absolute;
    max-width: 100px;
    max-height: 30px;
}

/* SWITCH */
.switch{
    position: relative;
    display: inline-block;
    /* width: 30px; */
    width: 35px;
    /* height: 17px; */
    height: 20px;
    /* margin-bottom: 3px; */
    margin-bottom: 0px;
    margin-left: 5px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 17px;
}
.slider-round{
    border-radius: 7px;
}
.slider-round:before {
    border-radius: 50%;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    /* height: 13px; */
    height: 16px;
    /* width: 13px; */
    width: 16px;
    /* left: 2px; */
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:not(.no-background-color) {
    background-color: var(--theme_color_base);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--theme_color_base);
}

input:not([type='checkbox']), textarea, .bootstrap-select .dropdown-toggle, .flatpickr-input, .location-filters .filter, .evt-map-search-filter, .bootstrap-tagsinput, .tag-label, .tag-label-place {
    border-radius: 12px!important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider-round {
    border-radius: 17px;
}

.slider-round:before {
    border-radius: 50%;
}

.slidecontainer {
    width: 100%;
}

.slidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    padding: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slidecontainer .slider:hover {
    opacity: 1;
}

.slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--theme_color_base) !important;
    cursor: pointer;
}

.slidecontainer .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--theme_color_base) !important;
    cursor: pointer;
}

.slidecontainer .slider:before {
    position: fixed;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.picker-dialog-bg {
    z-index: 20000 !important;
}

.picker-dialog {
    z-index: 20001 !important;
}

.evt-contact-li:hover {
    background-color: #e6e6e6 !important;
}

.selected-lead-card {
    border: 2px solid var(--theme_color_base);
    box-shadow: 0 10px 6px -6px #d7d7d7;
    background-color: transparent!important;
}

.selected-lead-card:hover {
    border: 2px solid var(--theme_color_dark);
    box-shadow: 0 10px 6px -6px #d7d7d7;
    background-color: #f4f4f4!important;
}

#sale-articles-list .table-header {
    background-color: var(--theme_color_base) !important;
}

#sale-articles-list .table-header span {
    color: #fff !important;
}

/* TAB NAVBAR */
.navbar-tab{
    display: flex;
    align-items: flex-end;
    height: 32px;
    padding-left: 2px;
    max-width: calc(100% - 70px); /* 100% - Close img width */
}

.navbar-tab a{
    text-decoration: none;
}

.navbar-tab > li{
    position: relative;
    display: block;
    margin-bottom: -1px;
    margin-right: 2px;
    height: 28px;
    padding: 4px 10px;
    color: #000;
    border-radius: 3px 3px 0 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-tab > li * {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-tab > li.element-tab{
    flex-grow: 1;
    flex-basis: 0;
    max-width: 285px;
}
.navbar-tab > li.selected{
    border-bottom: none;
    z-index: 2;
}

.navbar-tab > li a{
    padding: 0;
    background-color: transparent;
}

.navbar-tab > li a:hover{
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    background-color: transparent;
}

.navbar-tab > li a:focus{
    background-color: transparent;
}

.element-tab img.close-tab{
    width: 14px;
    opacity: 0.5;
}

.element-tab .vip-icon{
    vertical-align: sub;
    font-size: 16px;
    color: #e1dc19;
}

.element-tab .close-tab:hover{
    opacity: 1;
}

.minimized .navbar-tab > li:not(.selected){
    display: none;
}
.minimized .navbar-tab > li.selected{
    background: transparent !important;
    max-width: none;
    border: none;
    height: inherit;
    padding-top: 6px;
}
.minimized .navbar-tab > li.selected .close-tab{
    display: none;
}

.selectpicker-won-option {
    background: #53c5b9 !important;
    color: #fff !important;
}



.suffix input {
    border-radius: 4px 0px 0px 4px;
}
.suffix .input-group-addon {
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #ececec;
}
.suffix .input-group-addon-transparent {
    background-color: transparent !important;
    border: 0 !important;
}

.input-group-addon.suffix {
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group:not(.input-group-clear-suffix) > input:not([type='checkbox']) {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group-addon{
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.disabled-vat-input::-webkit-input-placeholder {
    color: #cecece !important;
}


.circular-progress {
    width: 38px;
    height: 38px;
    background: none;
    position: relative;
}

.circular-progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.circular-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.circular-progress .circular-progress-left {
    left: 0;
}

.circular-progress .circular-progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.circular-progress .circular-progress-left .circular-progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.circular-progress .circular-progress-right {
    right: 0;
}

.circular-progress .circular-progress-right .circular-progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.circular-progress .circular-progress-value {
    position: relative;
    top: calc(50% - 9px);
}

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




.scrollbar::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
}
.scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.12);
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.18);
}

.evt-task-team-element.selected-item {
    color: black;
    font-weight: bold;
}

.goto-link{
    color: #4e5761;
}

.goto-link:hover{
    color: black;
}

/* ======================================= *
 |         Categories - List Cards        |
 * ======================================= */
.category-lists-container > .parameters-category-list-card:not(:first-child){
    margin-top: 10px;
}
/*-- General Style for List Cards --*/
.parameters-category-list-card{
    display: flex;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
}

.parameters-category-list-card > .parameters-parameters-category-list-section{
    display: inline-flex;
    flex-direction: column;
}
.parameters-category-list-card > .parameters-category-list-section:first-child{
    flex-basis: 100px;
    flex-shrink: 0;
}
.parameters-category-list-card > .parameters-category-list-section__tag-list{
    flex-grow: 1;
}
.parameters-category-list-card > .parameters-category-list-section:not(:first-child){
    padding-left: 10px;
}
.parameters-category-list-card > .parameters-category-list-section.parameters-category-list-section__tag-list{
    padding-left: 50px;
}
.parameters-category-list-card > .parameters-category-list-section.parameters-category-list-section__tag-list > .category-tag-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #eee;
    border-radius: 3px;
}
.parameters-category-list-card > .parameters-category-list-section > label{
    font-size: 12px;
}

.parameters-category-list-card > .parameters-category-list-section > .category-type{
    padding-top: 15px;
    font-weight: bold;
}

/*-- Category Tag --*/
.parameters-category-list-card .category-tag{
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    min-width: 150px;
    padding: 2px 5px 2px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.parameters-category-list-card .category-tag.category-tag--light-color{
    color: white;
}

.parameters-category-list-card .category-tag:hover{
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

/*-- Category Tag Name --*/
.parameters-category-list-card .category-tag .category-name{
    vertical-align: sub;
}
.parameters-category-list-card .category-tag .edit-category-name{
    width: auto;
    height: 100%;
    padding: unset;
    font-size: inherit;
}

/*-- Category Tag - Dropdown Menu Section*/
.parameters-category-list-card .category-tag .category-tag__expand-menu{
    display: inline-block;
    float: right;
    width: 24px;
    cursor: pointer;
    transition: transform 0.2s ease-out;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu .material-icons{
    font-size: 20px;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > button{
    padding: 0;
    border: none;
    background-color: transparent;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu .drop-menu-icon.material-icons{
    transition: transform 0.2s ease-out;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu.dropdown-menu--expanded .drop-menu-icon.material-icons{
    transform: rotate(180deg);
}

/*-- Category Tag - Dropdown Menu --*/
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu{
    min-width: 150px;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu.dropdown-menu--expanded > .dropdown-menu{
    display: block !important;
    right: 0;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item{

}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item:hover {
    background-color: #f5f5f5;
    color: inherit;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item > .dropdown-item-container{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2px 10px;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .option-delete-category{
    color: red !important;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item > .dropdown-item-container > .dropdown-item-text{
    flex-grow: 1;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item > .dropdown-item-container > .dropdown-item-icon{
    flex-shrink: 0;
}

/* Drop Down items with double confirming action */
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item.dbl-confirm{
    position: relative;
    overflow: hidden;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item.dbl-confirm > .dropdown-item-container{
    transition: transform 0.5s;
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item.dbl-confirm > .dropdown-item-container:nth-child(2){
    position: absolute;
    height: 100%;
    transform: translateX(100%) translateY(-100%);
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item.dbl-confirm.confirming > .dropdown-item-container:first-child{
    transform: translateX(-100%);
}
.parameters-category-list-card .category-tag .category-tag__expand-menu > .dropdown-menu > .dropdown-item.dbl-confirm.confirming > .dropdown-item-container:nth-child(2){
    transform: translateX(0) translateY(-100%);
}

/*-- Category Tag +1 - New Category --*/
.parameters-category-list-card .category-tag.category-tag--new{
    height: 33px;
    min-width: unset;
    padding: 3px 10px;
    color: white;
    border: 1px solid var(--theme_color_base);
    background-color: var(--theme_color_base);
}
.parameters-category-list-card .category-tag.category-tag--new:hover{
    color: var(--theme_color_base);
    background-color: white;
}

/*-- Category Loading Placeholder --*/
.parameters-category-list-card .category-tag--placeholder{
    overflow: hidden;
    height: 33px;
}

/* TODO this could be transformed in a general class to permit loading style to different objects */
.parameters-category-list-card .category-tag--placeholder::before{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    /*background: linear-gradient(to right, #fff0 40%, #fffa 50%, #fff0 60%) 50% 50%;*/
    background: linear-gradient(to right, #fff0 40%, #aaa3 50%, #fff0 60%) 50% 50%;
    animation: placeholderLoadingAnimation 1.2s linear infinite;
}

.evt-upload-offer-file {
    width: 15%;
    margin-left: 10px !important;
    height: 40px;
    margin-bottom: 2px !important;
}

.evt-upload-offer-file input[type="file"] {
    width: 15%;
    height: 38px;
    margin-top: -29px;
    margin-left: -14px;
}

.disabled-input {
    background-color: #fff;
    border: 0;
}

.mobile-background-layer {
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1004;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: auto;
}

.new-dashboard-two-columns-container {
    display: inline-flex;
}

.new-dashboard-two-columns {
    padding-bottom: 5px;
    width: calc(100%/2);
}

.dashboard-deals-by-stage2-tasklist {
    margin-top: 18px !important;
}

.dashboard-deals-by-stage2-potential {
    margin-top: 18px !important;
}

.dashboard-deals-by-stage2-divider {
    margin-top: 25px !important;
}

.dashboard-deals-by-stage2-deals-count-last-year {
    margin-top: 5px !important;
}

#principal-zone-intake {
    height: 712px;
    overflow:auto;
}

#principal-zone-turnover {
    height: 712px;
}

@media (max-width: 1199px) {
    .new-dashboard-main-container {
        margin-top: -22px;
    }

    .new-dashboard-two-columns-container {
        display: initial;
    }

    .new-dashboard-two-columns {
        padding-bottom: 5px;
        width: 100% !important;
    }

    #sale-sales-trend-section, #deal-sales-trend-section {
        min-height: 300px !important;
    }

    .dashboard-deals-by-stage2-deals-count {
        margin-top: 10px !important;
    }

    .dashboard-deals-by-stage2-tasklist {
        margin-top: 0 !important;
    }

    .dashboard-deals-by-stage2-potential {
        margin-top: 10px !important;
    }

    .dashboard-deals-by-stage2-divider {
        margin-top: 10px !important;
    }

    .dashboard-deals-by-stage2-deals-count-last-year {
        margin-top: 10px !important;
    }

    #principal-zone-intake {
        height: 1000px;
        overflow:initial;
        margin-bottom: 210px;
    }

    #principal-zone-turnover {
        height: 1000px;
    }
}

.internal-nav-detail > li > a {
    padding: 7px 30px;
    font-family: 'Satoshi', sans-serif;
    color: var(--theme_color_dark);
    font-size:13px;
    text-transform: capitalize;
    border-bottom:2px solid transparent;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

.internal-nav-detail > li > a:hover, .internal-nav-detail > li > a:focus, .internal-nav-detail-selected{
    border-color: var(--theme_color_dark) !important;
    background: var(--theme_color_light) !important;
    color: var(--theme_color_dark) !important;
}

.internal-nav-detail > li:first-child > a{
    border-top-left-radius: 8px;
}
.internal-nav-detail > li:last-child > a{
    border-top-right-radius: 8px;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

/*FIXED HEADER & FIRST COLUMN*/
#contacts-list .table-header div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}
.evt-contacts-list .long-card-prospect-size div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

#sales-list .table-header div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}
.evt-sale-listing .evt-sale-card div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

#deals-list .table-header div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}
.evt-deal-listing .evt-deal-card div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.zoomChart {
    zoom: 101%;
}

#yearly-offers-performance .amcharts-graph-smoothedLine, #yearly-orders-intake-performance .amcharts-graph-smoothedLine {
    display: none;
}

#articles-turnover-trend-list .analytics-table-header div:first-child,
#articles-intake-trend-list .analytics-table-header div:first-child,
#principal-clients-intake-trend-list .analytics-table-header div:first-child,
#principal-clients-intake-billing-leads-trend-list .analytics-table-header div:first-child,
.principal-client-intake-billing-leads-trend-list .analytics-table-header div:first-child,
#lost-deals-refused-reason-list .analytics-table-header div:first-child,
#principal-clients-intake-sampling-insert-production-trend-list .analytics-table-header div:first-child,
#principal-clients-trend-list .analytics-table-header div:first-child,
#leads-analytics .analytics-table-header div:first-child,
#leads-principal-leads-analytics .analytics-table-header div:first-child,
.lead-principal-leads-analytics .analytics-table-header div:first-child,
#articles-by-leads-autumn-winter-collection-list .analytics-table-header div:first-child,
#articles-by-colors-autumn-winter-collection-list .analytics-table-header div:first-child,
#articles-by-leads-spring-summer-collection-list .analytics-table-header div:first-child,
#articles-by-colors-spring-summer-collection .analytics-table-header div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

#articles-turnover-trend-list .analytics-totals-table div:first-child,
#articles-intake-trend-list .analytics-totals-table div:first-child,
#principal-clients-intake-trend-list .analytics-totals-table div:first-child,
#principal-clients-intake-billing-leads-trend-list .analytics-totals-table div:first-child,
.principal-client-intake-billing-leads-trend-list .analytics-totals-table div:first-child,
#lost-deals-refused-reason-list .analytics-totals-table div:first-child,
#principal-clients-intake-sampling-insert-production-trend-list .analytics-totals-table div:first-child,
#principal-clients-trend-list .analytics-totals-table div:first-child,
#leads-analytics .analytics-totals-table div:first-child,
#leads-principal-leads-analytics .analytics-totals-table div:first-child,
.lead-principal-leads-analytics .analytics-totals-table div:first-child,
#articles-by-leads-autumn-winter-collection-list .analytics-totals-table div:first-child,
#articles-by-colors-autumn-winter-collection-list .analytics-totals-table div:first-child,
#articles-by-leads-spring-summer-collection-list .analytics-totals-table div:first-child,
#articles-by-colors-spring-summer-collection-list .analytics-totals-table div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

#lost-deals-refused-reason-list .analytics-totals-table {
    background-color: #F9F8F7 !important;
}

.evt-articles-turnover-list .article-turnover-card div:first-child,
.evt-articles-intake-list .article-intake-card div:first-child,
.evt-principal-leads-intake-list .evt-principal-leads-intake-analytics-card div:first-child,
.evt-principal-leads-intake-billing-leads-list .evt-principal-leads-intake-billing-leads-analytics-card div:first-child,
.evt-principal-lead-intake-billing-leads-list .evt-principal-lead-intake-billing-leads-analytics-card div:first-child,
.evt-lost-deals-refused-reason-list .evt-lost-deals-refused-reason-analytics-card div:first-child,
.evt-principal-leads-intake-sampling-insert-production-list .evt-principal-leads-intake-sampling-insert-production-analytics-card div:first-child,
.evt-principal-leads-list .evt-principal-leads-analytics-card div:first-child,
.evt-leads-list .evt-leads-analytics-card div:first-child,
.evt-articles-by-leads-autumn-winter-collection-list .article-by-lead-card div:first-child,
.evt-articles-by-colors-autumn-winter-collection-list .article-by-color-card div:first-child,
.evt-articles-by-leads-spring-summer-collection-list .article-by-lead-card div:first-child,
.evt-articles-by-colors-spring-summer-collection-list .article-by-color-card div:first-child
 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

#contracts-list .table-header div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}
.evt-contracts-list .evt-contract-card div:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

@media (orientation: portrait) {
    .mobile-background-layer {
        display: inline-flex !important;
    }
}

@media (orientation: landscape) {
    .mobile-background-layer {
        display: none !important;
    }
}

#contact-destination-tags .twitter-typeahead,
#add-contact-tags .twitter-typeahead,
#add-lead-tags .twitter-typeahead,
#email-reply-request-recipient .twitter-typeahead,
#email-reply-request-cc .twitter-typeahead,
#visit-email-address-recipient .twitter-typeahead,
#visit-email-address-cc .twitter-typeahead {
    display: initial !important;
}

#add-contact-tags .twitter-typeahead,
#add-lead-tags .twitter-typeahead,
#email-reply-request-recipient .tt-menu,
#email-reply-request-cc .tt-menu,
#visit-email-address-recipient .tt-menu,
#visit-email-address-cc .tt-menu {
    min-width: 500px !important;
}

#add-contact-tags .twitter-typeahead,
#add-lead-tags .twitter-typeahead,
#email-reply-request-recipient .tt-hint,
#email-reply-request-cc .tt-hint,
#visit-email-address-recipient .tt-hint,
#visit-email-address-cc .tt-hint {
    top: -3px !important;
}

#add-contact-tags .twitter-typeahead,
#add-lead-tags .twitter-typeahead,
#email-reply-request-recipient .bootstrap-tagsinput,
#email-reply-request-cc .bootstrap-tagsinput,
#visit-email-address-recipient .bootstrap-tagsinput,
#visit-email-address-cc .bootstrap-tagsinput {
    height: auto;
}

.visits-top-section-avatar {
    width: 50%;
}

.visits-top-section-actions {
    width: 50%;
}

.mobile-visit-detail-date {
    width: 33%;
}

.mobile-visit-detail-type {
    width: 20%;
}

.mobile-visit-detail-account {
    width: 22%;
}

.mobile-visit-detail-contact-name {
    width: 16%;
}

.mobile-visit-detail-address {
    width: 22%;
}

.mobile-visit-result-email-button {
    width: 200px;
}

@media (max-width: 1199px) {
    .visits-top-section-avatar {
        width: 50%;
    }

    .visits-top-section-actions {
        width: inherit;
        float: right;
    }

    .mobile-visit-detail-date {
        width: initial;
    }

    .mobile-visit-detail-type {
        width: initial;
    }

    .mobile-visit-detail-account {
        width: initial;
    }

    .mobile-visit-detail-contact-name {
        width: initial;
    }

    .mobile-visit-detail-address {
        width: 11%;
    }

    .mobile-visit-result-email-button {
        width: 200px;
        margin-left: 15px !important;
    }
}

.deals-client-prospect-distribution-pie-chart-container {
    display: inline-flex;
}

.client-distribution-container{
    width: 50%;
    margin: auto;
    margin-right: 7.5px;
}

.prospect-distribution-container{
    width: 50%;
    margin: auto;
    margin-left: 7.5px;
}

@media (max-width: 1800px) {
    .deals-client-prospect-distribution-pie-chart-container {
        display: block;
    }

    .client-distribution-container {
        width: 100%;
        margin-right: 0 !important;
    }

    .prospect-distribution-container {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
}

.evt-contact-detail-tag-container .bootstrap-tagsinput,
.evt-lead-detail-tag-container .bootstrap-tagsinput,
.evt-selected-articles-tag-container .bootstrap-tagsinput,
.evt-selected-import-articles-from-offers-tag-container .bootstrap-tagsinput,
.evt-selected-import-configurations-from-offer-articles-tag-container .bootstrap-tagsinput {
    display: flex !important;
    background-color: transparent !important;
    border: none !important;
    padding: 7px !important;
    min-height: 63px;
    margin: auto;
    flex-wrap: wrap;
}

.evt-contact-detail-tag-container .twitter-typeahead,
.evt-lead-detail-tag-container .twitter-typeahead,
.evt-selected-articles-tag-container .twitter-typeahead,
.evt-selected-import-articles-from-offers-tag-container .twitter-typeahead,
.evt-selected-import-configurations-from-offer-articles-tag-container .twitter-typeahead {
    width: auto!important;
    margin: auto 5px;
}
.evt-contact-detail-tag-container .lead-tag,
.evt-lead-detail-tag-container .lead-tag,
.evt-selected-articles-tag-container .article-tag,
.evt-selected-import-articles-from-offers-tag-container .import-articles-from-offer-tag,
.evt-selected-import-configurations-from-offer-articles-tag-container .import-configurations-from-offer-article-tag {
    height: 26px!important;
}

.primary-contact-first-deal {
    /* border-left: 4px solid #E0119E !important; */
    box-shadow:inset 9px 0px 0px -5px #E0119E !important;
}

.expired-contract {
    box-shadow:inset 9px 0px 0px -5px #e74c3c !important;
}

.expiration-date-near {
    border: 2px solid red !important;
}

.expiration-date-not-set {
    border: 2px solid orange !important;
}

.ticket-reliability-high {
    border: 2px solid green !important;
}

.ticket-reliability-medium {
    border: 2px solid orange !important;
}

.ticket-reliability-low {
    border: 2px solid red !important;
}

.lead-activity-icon {
    height: 20px;
}

.evt-contact-destination-timing{
    border:0px !important; 
    border-bottom:1px solid #ececec !important; 
    max-width:55px;
}

.evt-contact-destination-timing::placeholder {
    color: #e3e3e39e !important;
}

.w100pi {
    width:100% !important;
}

.h30p {
    height:30%;
}

.h100p-10 {
    height: calc(100% - 10px);
}

.h100p-70 {
    height: calc(100% - 70px);
}

.contact-detail-container {
    position: fixed;
    top: 250px;
    width: calc(100% - 430px);
    height: calc(100% - 258px);
}


.inline-grid-5 {    
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    column-gap: 10px;
    row-gap: 10px;
    padding-right: 0px !important;
}

li.note-li {
    height: 60px;
    border: 1px solid #ECEEF0;
    border-radius: 8px;
}

.h200 {
    height:200px;
}

.btn-centred {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.events-list-container {
    margin-top:0px;
    height: calc(100% - 260px);
    position: absolute;
    width: calc(100% - 40px);
}

.empty-section {
	-webkit-filter: var(--theme_color_base_filter);
    filter: var(--theme_color_base_filter);
}

.evt-prevent-empty {
    border-radius: 8px;
    font-weight: 500;
}

.task-footer {
    position: fixed;
    width: calc(50% - 40px) !important;
    bottom: 55px;
}

.actived-btn-icon {
    background-color: #a4b1c1 !important;
    color: #fff !important;
}

.icon-danger{
    filter: brightness(0) invert(69%) sepia(79%) saturate(2415%) hue-rotate(354deg) brightness(102%) contrast(103%);
}

.master-product-mark{
    border: 2px solid #2a3e64;
    margin: auto;
    border-radius: 50%;
    color: #2a3e64;
    width: 25px;
    display: flex;
    height: 25px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.evt-open-export-mailchimp-selected-clients-modal,.export-clients-selected-btn{
    min-height:80px;
}

.export-economics-btn{
    min-height: 80px;
}

.detail-sidebar-caret{
    font-weight:lighter;
    width:20px;
    font-size:14px;
    cursor:pointer;
    transition: rotate 0.5s;
}

.detail-sidebar-caret.open{
    rotate: 180deg;
}

.add-deal-lead-caret {
    font-weight:lighter;
    width:20px;
    font-size:20px;
    cursor:pointer;
    transition: rotate 0.5s;
}

.add-deal-lead-caret.open {
    rotate: 180deg;
}

.contacts-period-filter-group .period-filter-box{
    left: 1px;
    top: 39px;
}

.contact-filters .evt-get-contact-provenance .dropdown-menu,.evt-get-contact-tags .dropdown-menu,.evt-get-events-workshop .dropdown-menu{
    right: 0px !important;
}

.evt-lead-contacts-standard-actions .evt-get-events-workshop .dropdown-menu{
    left: auto !important;
}

.sp-colorize-container{
    background-image: none !important;
}

.survey-btn{
    width: 100px;
    justify-content: center;
    font-weight: bold;
}
input[type='radio']:after {
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
}

input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: 1px;
    left: 1px;
    position: relative;
    background-color: var(--theme_color_base) !important;
    content: '';
    display: flex;
    visibility: visible;
    border: 2px solid white;
    /* border: 2px solid var(--theme_color_light); */
}

.survey-modal-footer {
    height: 60px;
    padding-right: 30px;
    box-shadow: 0px -5px 13px 0px rgba(0, 0, 0, 0.2);
    bottom: 0px;
    position: absolute;
    width: 100%;
}

#quicksight-dashboard-filters .dropdown-menu.open {
    left:0px !important;
    min-width: 250px !important;
}

.quotation-document {
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.35);
    width: 180px;
    text-align: center;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    height: 140px;
    cursor: pointer;
}

.quotation-document:hover {
    background-color: #f8f8f8;
}

.card-event-kpi{
    width:12.5%;
    padding: 10px;
    box-shadow: 0px 1px 4px #9ea2a3;
}

.modal-title-box input:checked + .slider:not(.no-background-color) {
    background-color: var(--theme_color_dark) !important;
}

#system-notifications .option-input.checkbox {
    min-width: 16px !important;
    min-height: 16px !important;
    border-radius: 50%;
    border: 1px solid #cbd1d8;
}
.simplecolorpicker {
    width: 200px;
    border: 1px solid lightgray;
    padding: 10px !important;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0px 5px 14px -6px #000000;
    right: 0px;
    top: 60px;
    display: none !important;
    z-index: 2;
    background-color: white;
}

.simplecolorpicker.open {
    display: inline-block !important;
}

.select-color-picker {
    border-radius: 50px;
    width:25px;
    height:25px;
    cursor: pointer;
    margin-right: 10px;
    background-color: rgb(159, 225, 231);
}

.modal-section-accordion{
    cursor: pointer;
}

.modal-custom-body {
    max-height: 500px;
    overflow: auto;
}

.alignTaskDropdownMenu > .dropdown-menu {
    left: auto!important;
    right: -113px!important;
    top: 28px;
}

.target-menu.bootstrap-select.btn-group .dropdown-menu{
    border:none;
    right: 0px;
    left: auto;
}

.cal3 .clndr .clndr-grid .day.today {
    background: var(--theme_color_base) !important;
    border-radius: 50%;
    color: #f4f4f4;
    line-height: 20px;
    font-family: "Lato Bold";
}

.qq-upload-list li.selected {
    border-color: var(--theme_color_base) !important;
    -webkit-box-shadow: 0 10px 6px -6px #d7d7d7;
    -moz-box-shadow: 0 10px 6px -6px #d7d7d7;
    box-shadow: 0 10px 6px -6px #d7d7d7;
}

.fc-button-group > button.ui-state-active{
    background-color: transparent !important;
    font-family: "Lato Bold" !important;
    color: var(--theme_color_base) !important;
}

.fc-listWeek-button:hover,.fc-month-button:hover,.fc-agendaWeek-button:hover,.fc-agendaDay-button:hover,.fc-listMonth-button:hover{
    background-color:transparent !important;
    color: var(--theme_color_base) !important;
    text-decoration: underline!important;
}

#map-filter-supplier.is-checked > .filter-label{
    border-color: #31AB9E!important;
}

#map-filter-location.is-checked > .filter-label{
    border-color: #E7C03f!important;
}

#map-filter-deals.is-checked > .filter-label{
    border-color: #2D83B9!important;
}

#map-filter-lead.is-checked > .filter-label{
    border-color: #F3752B !important;
}

#map-filter-issues.is-checked > .filter-label{
    border-color: #ffdd23!important;
}

#map-filter-tickets.is-checked > .filter-label{
    border-color: #007F46!important;
}

#map-filter-meeting.is-checked > .filter-label{
    border-color: #E3B650!important;
}

#request-table input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    top: -1px;
    left: -1px;
}

.tt-highlight mark {
    padding: 0;
    background-color: var(--theme_color_base);
    color: white;
    border-radius: 4px;
}

.evt-filter-button{
    min-height: 25px !important;
    min-width: 25px !important;
}

.visit-report-added-svg {
    filter: var(--theme_color_base_filter);
}

.visit-report-sent-svg {
    filter: var(--theme_color_base_filter);
}

.task-with-comment-svg {
    filter: var(--theme_color_base_filter);
}

.task-with-checklist-svg {
    filter: var(--theme_color_base_filter);
}

#survey-public-detail {
    max-width:calc(100% - 170px) !important;
    width:calc(100% - 170px) !important;
    height:calc(100% - 170px) !important;
}