@font-face {
    font-family: 'Roboto';
    src: url('/build/assets/css/roboto.woff2/roboto-CSvicbEB.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('/build/assets/css/proxima-soft-11.woff2/proxima-soft-11-Bpaclr80.woff2') format('woff2'),
         url('/build/assets/css/proxima-soft-11.woff/proxima-soft-11-DjXkM8_7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body, html {
    font-family: var(--theme-font), 'Arial', sans-serif !important;
}

.sidebar.navbar-nav .nav-link:hover::before {
    background-color: var(--accent-color) !important;
}

.bg-primary{
    background-color: var(--main-bg-color) !important;
}

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

.btn-link {
    font-weight: 400;
    color: var(--secondary-color)!important;
    text-decoration: none;
}

.btn-primary {
    color: #fff!important;
    background-color: var(--main-bg-color)!important;
    border-color: var(--main-color)!important;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #1a3a5b!important;
    border-color: #8cd1f0!important;
}

.btn-outline-primary {
    color: var(--main-color)!important;
    border-color: var(--main-color)!important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--main-bg-color)!important;
    border-color: var(--main-color)!important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--main-color)!important;
    background-color: var(--main-bg-color)!important;
}

.sidebar .nav-item .nav-link {
    color: var(--accent-color) !important;
}

.sidebar .nav-item .nav-link.active {
    background-color: var(--accent-bg-color)!important;
    color: var(--accent-color) !important;
    box-shadow: none!important;
}

.sidebar .nav-item .nav-link.active:hover {
    box-shadow: inset 0 0 0 51px rgba(255,255,255,0.3);
}


.sidebar .nav-item .nav-link.active.btn-sm{
    color: var(--secondary-color) !important;
}

.sidebar .nav-item .nav-link.active i{
    color: var(--accent-color) !important;
}

.badge-info {
    color: #fff;
    background-color: #84D0F5;
}

.badge-warning {
    color: #113970;
    background-color: #84D0F5;
}

.border-left-primary {
    border-left: 0.25rem solid #d20a10 !important;
}

.checkboxcontainer input:checked ~ .checkmark {
    background-color: var(--main-bg-color) !important;
}

.checkboxcontainer:hover input:checked:not([disabled]) ~ .checkmark {
    background-color: #df5459;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

a {
    color: var(--main-color);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1a3a5b;
    text-decoration: underline;
}

.daterangepicker .ranges li.active {
    background-color: #1a3a5b!important;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1a3a5b!important;
    border-color: transparent;
    color: #fff;
}


/* --------------------------------
 *
 *Modal Trigger and morphing background
 *
 *-------------------------------- */

.giftwrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.giftcard {
    width: 25%;
    height: 200px;
    margin: 1em;
    perspective: 1500px;
}

.giftcard .content {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}

#accordionSidebar .nav-item.active{
    background-color: #2ecc71;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
    color: #fff;
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    box-shadow: 0 0 0 4px #2ecc71, 2px 1px 5px 1px rgba(10, 10, 0, 0.5);
}

/* Placeholder */
figure.placeholder{
    width: 100%;
    height: 100px;
    margin: 0;
    background: #bfd3f8;
}

.placeholder .block{
    animation: resizebars 3s 1;
    -moz-animation: resizebars 3s 1;
    -webkit-animation: resizebars 3s 1;
    -o-animation: resizebars 3s 1;
    animation-iteration-count:infinite;
    width: 40%;
    height: 7px;
    margin-bottom: 5px;
    background: #00bdd5;
}

.placeholder .block:nth-child(2) {
    animation: resizebars 1.5s  1;
    -moz-animation: resizebars 1.5s 1;
    -webkit-animation: resizebars 1.5s 1;
    -o-animation: resizebars 1.5s 1;
    animation-iteration-count:infinite;
    width: 35%;
    margin-bottom: 0px;
}

/* Animation Keyframes*/
@keyframes resizebars {
    0% { width: 35%; }
    50% { width: 75%; }
    100% { width: 20%; }
}

/* Nav item extra */

.navbar-nav .config{
    background:orange;
}

/* Nav item*/

.close_container{
    cursor: pointer;
}



/* Tagsinput style changes */

.bootstrap-tagsinput{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-tagsinput span{
    padding: 8px 10px 10px;
    margin-top: -1px;
}

.multiselect.dropdown-toggle{
    border-bottom: 1px dashed #e3e6f0;
    border-radius: 0px;

}

.multiselect-container.dropdown-menu{
    min-width: 15rem!important;
}

.message_description.messagetruncate{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Extending bootstrap */

.border-dashed{
    border-style: dashed!important;
}

.border-dotted{
    border-style: dotted!important;
}

/* Customize the label (the container) */
/*
.checkboxcontainer {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/

/* Hide the browser's default checkbox */
/*.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/

/* Create a custom checkbox */
/*
.checkmark {
    margin-top: 6px;
    margin-bottom: -6px;
    padding-right: 0.25em;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: inline-block;
}

.checkmarktext{
    display: inline-block;
}
*/

/* On mouse-over, add a grey background color */
/*
.checkboxcontainer:hover input:not([disabled]) ~ .checkmark {
    background-color: #ccc;
}

.checkboxcontainer:hover input:checked:not([disabled]) ~ .checkmark {
    background-color: #3695a1;
}

*/

/* When the checkbox is checked, add a blue background */
/*
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #00bdd5;
}
*/

/* Create the checkmark/indicator (hidden when not checked) */
/*.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}*/

/* Show the checkmark when checked */
/*
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

!* Style the checkmark/indicator *!
.checkboxcontainer .checkmark:after {
    left: 10px;
    top: 12px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/


/* Dropzone override */

/* Add transparancy to background */
.dropzone {
    background: rgba(255, 255, 255, 0.9)!important;
}

.card-header{
    background-color: var(--light-bg-color)!important;
}

.card-header .dropdown {
    border-radius: 50%;
    width: 25px;
    align-content: center;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
    transition: background 0.8s;
    z-index: 2;
}

/* Account log*/
.log_box_container{
    height:300px;
    overflow:auto;
}

.log_box{
    font-size: 10px;
    /*padding: 0px!important;
    list-style-type:none;
    overflow:auto;
    height:300px;*/
}

.table thead,
.table th {text-align: center;}


.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: var(--main-bg-color)!important;
    border-color: var(--main-color)!important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--main-color)!important;
    background-color: #fff;
    border: 1px solid #D10A11!important;
}

.page-link:hover {
    z-index: 2;
    color: var(--main-color);
    text-decoration: none;
    background-color: #8cd1f0!important;
    border-color: #8cd1f0!important;
}
