﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400");

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}


.main-content-wrap {
    background: #eceff126;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Open Sans', Roboto, "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.layout-sidebar-large .main-header .logo img {
    width: 100px;
    height: 60px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    border-color: transparent transparent #000000 transparent;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    color: #ff643e;
}

.badge-primary {
    color: #37474F;
    background-color: #e5d83f;
}


.page-link {
    color: #37474F;
}

    .page-link:hover {
        color: #e5d83f;
    }

.border-bottom-primary {
    border-bottom: 1px solid #e5d83f;
}

.text-primary {
    color: #e5d83f !important;
}

.menu-icon-grid > a:hover {
    background: #e5d83f;
    color: #fff;
}

.card-icon-bg-primary .fa-fw {
    color: rgb(229, 216, 63);
}

.btn-primary {
    background-color: #3c3c3c !important;
    transition: all 0.15s;
}

    .btn-primary:hover, .btn-outline-primary:hover {
        background: #3c3c3c;
        box-shadow: 0 8px 25px -8px #3c3c3c;
        border-color: #000000;
        transition: all 0.15s;
    }

.btn-primary, .btn-outline-primary {
    border-color: #000000;
}

    .btn-primary:focus, .btn-outline-primary:focus {
        box-shadow: none;
        box-shadow: 0 8px 25px -8px #000000;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    }

.btn-outline-primary {
    color: black;
}

/*    .btn-primary:hover, .btn-outline-primary:hover {
        background: #e5d83f;
        box-shadow: 0 8px 25px -8px #e5d83f;
        border-color: #e5d83f;
        transition: all 0.15s;
    }*/

.form-control:focus {
    color: #665c70;
    background-color: #fff;
    border-color: #e5d83f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e5d83f40;
}

.auth-logo img {
    width: unset;
    height: 100px;
    object-fit: scale-down;
}

.nav-item {
    transition: all 0.15s;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
    transition: all 0.15s;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .triangle {
    transition: all 0.15s;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .triangle {
    transition: all 0.15s;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3c3c3c;
    border-color: #e5d83f;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(151, 153, 51, 0.25);
}

.radio-primary input:checked ~ .checkmark {
    background-color: #292929;
}

.radio.radio-primary.horizontal {
    display: inline-block;
}

.field-validation-error {
    background-color: #e58c3f;
    color: white;
    padding: 2px 10px;
    font-style: italic;
    text-transform: uppercase;
    font-family: sans-serif;
    border-radius: 100px;
}

/*SPINNER*/
#spinner {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    backdrop-filter: blur(2px);
}

.spinnerDryer {
    width: 200px;
    display: block;
    position: absolute;
    opacity: 0.5;
    justify-self: center;
    align-self: center;
}

.spinnerLabel {
    padding: 0;
    position: absolute;
    text-align: center;
    font-weight: bold;
    /*letter-spacing: 9px;*/
    justify-self: center;
    align-self: center;
}

.gradient-loader {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 10rem;
    border: 3px solid white;
    background: linear-gradient(#eb31b0, #e4c352, #7df8d6);
    box-shadow: 0px 0px 100px -50px black;
    animation: animate 1s linear infinite;
    align-self: center;
    justify-self: center;
}

    .gradient-loader::before {
        position: absolute;
        content: "";
        background: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
        border-radius: 10rem;
        border: 3px solid white;
        box-shadow: inset 0px 0px 100px -70px #111;
    }

@keyframes animate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.c {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 5em;
    width: 5em;
    top: 50vh;
    margin-left: auto;
    margin-right: auto;
}

    .c li {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        border-radius: 50%;
        box-sizing: border-box;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation: anim 1s ease-in-out infinite;
        animation: anim 1s ease-in-out infinite;
        will-change: transform, filter;
    }

        .c li:nth-child(1) {
            width: 1em;
            height: 1em;
        }

            .c li:nth-child(1):after {
                content: '';
                display: block;
                font-size: 25%;
                width: 1em;
                height: 1em;
                border-radius: 50%;
                box-shadow: 1em 0 0 rgba(232, 169, 97, 0.2), -1em 0 0 rgba(232, 169, 97, 0.2), 0 1em 0 rgba(232, 169, 97, 0.2), 0 -1em 0 rgba(232, 169, 97, 0.2);
            }

        .c li:nth-child(2) {
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
            width: 2em;
            height: 2em;
        }

            .c li:nth-child(2):after {
                content: '';
                display: block;
                font-size: 50%;
                width: 1em;
                height: 1em;
                border-radius: 50%;
                box-shadow: 2em 0 0 rgba(232, 169, 97, 0.4), -2em 0 0 rgba(232, 169, 97, 0.4), 0 2em 0 rgba(232, 169, 97, 0.4), 0 -2em 0 rgba(232, 169, 97, 0.4);
            }

        .c li:nth-child(3) {
            -webkit-animation-delay: .15s;
            animation-delay: .15s;
            width: 3em;
            height: 3em;
        }

            .c li:nth-child(3):after {
                content: '';
                display: block;
                font-size: 75%;
                width: 1em;
                height: 1em;
                border-radius: 50%;
                box-shadow: 3em 0 0 rgba(232, 169, 97, 0.6), -3em 0 0 rgba(232, 169, 97, 0.6), 0 3em 0 rgba(232, 169, 97, 0.6), 0 -3em 0 rgba(232, 169, 97, 0.6);
            }

        .c li:nth-child(4) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
            width: 4em;
            height: 4em;
        }

            .c li:nth-child(4):after {
                content: '';
                display: block;
                font-size: 100%;
                width: 1em;
                height: 1em;
                border-radius: 50%;
                box-shadow: 4em 0 0 rgba(232, 169, 97, 0.8), -4em 0 0 rgba(232, 169, 97, 0.8), 0 4em 0 rgba(232, 169, 97, 0.8), 0 -4em 0 rgba(232, 169, 97, 0.8);
            }

        .c li:nth-child(5) {
            -webkit-animation-delay: .25s;
            animation-delay: .25s;
            width: 5em;
            height: 5em;
        }

            .c li:nth-child(5):after {
                content: '';
                display: block;
                font-size: 125%;
                width: 1em;
                height: 1em;
                border-radius: 50%;
                box-shadow: 5em 0 0 #E8A961, -5em 0 0 #E8A961, 0 5em 0 #E8A961, 0 -5em 0 #E8A961;
            }

@-webkit-keyframes anim {
    50% {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    90%, 100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes anim {
    50% {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    90%, 100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
/*\SPINNER*/

.layout-sidebar-large .sidebar-overlay {
    cursor: auto;
}

.modernList {
    box-shadow: 0px 1px 2px #00000050;
    margin: 20px 0;
    border-radius: 2px;
    padding: 0;
    list-style: none;
}

.modernListHeader {
    display: grid;
    grid-auto-flow: column;
    font-family: "Open sans";
    font-weight: 600;
    padding: 20px;
    grid-auto-columns: 1fr;
    font-size: 14px;
    transition: all 0.15s ease-in-out;
}

.modernListItem {
    display: grid;
    grid-auto-flow: column;
    font-family: "Open sans";
    font-weight: 400;
    padding: 20px;
    grid-auto-columns: 1fr;
    font-size: 14px;
    transition: all 0.15s ease-in-out;
    align-items: center;
    grid-gap: 25px;
    cursor: pointer;
}

    .modernListItem:hover {
        background-color: #e5d83f33;
        transition: all 0.15s ease-in-out;
    }

.modernListItemImage {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #e4d73f;
}

.modernListPager {
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: Nunito, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

/*.modal-body {
    padding: 40px;
}*/

.card-icon-bg .card-body .content {
    max-width: 100px;
}

.recordIcon {
    color: #e5d83f;
    margin-left: 15px;
}

.recordInfo {
    margin-left: 30px;
    font-size: 16px;
    font-family: Nunito, sans-serif;
}

.fa-hidden {
    color: transparent;
}

.ui-autocomplete {
    z-index: 2000;
}


.breadcrumb h1 {
    font-family: 'Open Sans';
    font-size: 28px;
    margin-bottom: 15px;
    margin-left: 5px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

legend {
    display: block;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 15px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.form-footer {
    border-radius: 0 0 4px 4px;
    padding: 1em;
}

    .form-footer input[type="submit"] {
        /*        background-color: #F24865;
        border: none;
        border-radius: 4px;
        color: #fff;
        padding: 1em 1.5em;*/
    }

.main-content-wrap {
    min-height: calc(100vh - 80px);
}

svg g[aria-labelledby*=title] {
    display: none;
}


element.style {
}

.typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field .typeahead__hint, .typeahead__container .typeahead__field .typeahead__label-container {
    padding-right: 32px;
}

.typeahead__field input:focus, .typeahead__field input:active, .typeahead__field textarea:focus, .typeahead__field textarea:active, .typeahead__field [contenteditable]:focus, .typeahead__field [contenteditable]:active, .typeahead__field .typeahead__hint:focus, .typeahead__field .typeahead__hint:active {
    border-color: #000000;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a8c5f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.whatsappButton {
    background-color: green;
}