/* Made with love by Mutiullah Samim*/

/* @import url('https://fonts.googleapis.com/css?family=Numans'); */
@font-face {
    font-family: 'Orkney';
    src: url('../fonts/OrkneyRegular.otf') format('opentype');
    font-style: normal;
}

h3 {
    font-size: 14pt;
    font-style: italic;
}

@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

.space-evenly {
    justify-content: space-evenly;
}

.hexagon-menu.clear:before,
.hexagon-menu.clear:after {
    content: ' ';
    display: table;
}

.hexagon-menu.clear:after {
    clear: both;
}

#search-proc-input {
    display: flex;
    justify-content: end;
    padding: 0 48px;
    margin-bottom: 48px;
}

#search-input {
    outline: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 8px;
    margin: 0;
}

#search-input:focus {
    border-bottom: 2px solid var(--yellow-mb);
}

#search-proc button {
    outline: none;
    background-color: transparent;
    border-color: var(--yellow-mb);
    padding: 2px 8px;
}

#search-proc label {
    color: gray;
    margin-left: 5px;
}

#search-proc .search-proc-filters {
    margin: 5px 25px;
}

#search-refresh {
    border-radius: 24px 0 0 24px;
}

#search-submit {
    border-radius: 0 24px 24px 0;
}

.pt-table {
    display: table;
    width: 100%;
    height: calc(100vh - 4px);
    overflow-x: hidden;
    color: #ababab;
}

.pt-tablecell {
    display: table-cell;
    vertical-align: top;
}

.col-lg-offset-2 {
    margin-left: 16.66666667%;
    width: 66.66666667%;
}

.hexagon-item:first-child {
    margin-left: 0;
}

.hexagon-item>a {
    color: inherit;
    transition: all 0.3s ease 0s;
}

.hexagon-item>a:hover,
.hexagon-item>a:focus {
    color: #ababab;
    text-decoration: none;
    outline: 0 none;
}

.hexagon-item {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    position: absolute;
    transform: rotate(30deg);
}

.hexagon-item:hover {
    z-index: 1;
}

.hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    transform: scale(1.3);
}

.hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    transform: scale(1.2);
}

.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
    height: 5px;
}

.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
    background-color: var(--yellow-mb);
}

.hexagon-item:hover .hex-content>svg {
    transform: scale(0.97);
}

.hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

.hex-item:first-child {
    margin-left: 0;
    z-index: 0;
    transform: scale(0.9);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}

.hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    transform-origin: center center;
}

.hex-item div::before,
.hex-item div::after {
    background-color: #1e2530;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-item div:before {
    top: 0;
}

.hex-item div:after {
    bottom: 0;
}

.hex-item div:nth-child(1) {
    transform: rotate(0deg);
}

.hex-item div:nth-child(2) {
    transform: rotate(60deg);
}

.hex-item div:nth-child(3) {
    transform: rotate(120deg);
}

.hex-content {
    color: var(--white);
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

.hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hex-content .icon {
    display: block;
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 11px;
}

.hex-content .title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.hex-content:hover {
    color: var(--white);
}

.hexagon-item:hover .icon i {
    color: var(--yellow-mb);
    transition: 0.6s;
}

.hexagon-item:hover .title {
    animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@media print {
    .print-hide {
        visibility: hidden;
    }
}

.video-player {
    break-inside: avoid;
    width: 100%;
    display: grid;
    justify-content: center;
    margin-bottom: 48px;
}

.video-player>video {
    width: auto;
    height: 500px;
    border-radius: 6px;
}

.version-control-buttons {
    margin: 12px 24px;
}

.version-control-button {
    margin-right: 12px;
}

.version-control-button>[aria-expanded='true'] {
    background-color: rgba(0, 0, 0, 0.1);
    scale: 0.85;
}

.procedure-former {
    border-radius: 6px;
    padding: 24px 36px;
    background-color: rgba(0, 0, 0, 0.1);
}

.procedure-info {
    background-color: var(--yellow-mb-alt);
    padding: 24px 36px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.procedure-info .procedure-last-update {
    font-style: italic;
    color: var(--grey);
    text-align: end;
    font-size: 0.75rem;
}

.procedure-info>.procedure-script {
    margin-top: 6px;
    font-style: italic;
}

.procedure-frequence,
.procedure-frequence>svg {
    color: var(--red);
    fill: var(--red);
    font-weight: bold;
}

.procedure-note>svg {
    fill: var(--blue);
}

.procedure-note {
    padding: 12px 18px;
    font-weight: bold;
    color: var(--blue);
}

.procedure-warn {
    padding: 12px 18px;
    font-weight: bold;
    color: var(--yellow);
}

.procedure-file>svg {
    fill: var(--green);
}

.procedure-file {
    padding: 12px 18px;
    color: var(--green);
}

.procedure-details {
    padding: 12px 18px;
}

.procedure-details li {
    margin: 2px 24px;
}

.procedure-step>.procedure-step-title {
    margin-top: 18px;
    width: fit-content;
    font-weight: bold;
    font-size: large;
    padding-left: 36px;
    padding-right: 8px;
    border-bottom: 2px solid var(--yellow-mb-active);
}

.procedure-step>.procedure-image {
    break-inside: avoid;
    padding: 12px;
    display: flex;
    height: 90vh;
    max-height: 450px;
    min-height: 200px;
    width: 100%;
    justify-content: center;
}

.procedure-step>.procedure-image>img {
    object-fit: contain;
    /* height: 100%; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 6px;
}

.procedure-story {
    /* Based on https://codepen.io/AgnusDei/pen/NWPbOxL */
    font-style: italic;
    min-height: 10em;
    margin: 0 18px;
    padding: 24px 36px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px, 0 0 125px #8f5922c1 inset;
    background: #fffef0;
    /* v2.1 : borders effect with SVG : try to play with scale to change them */
    filter: url(#wavy2);
    /* v2.2 : Noise added for a vellum paper effect */
    background-image: url(data:image/png;base64,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);
}

.vertical-separator {
    height: 1em;
}

.procedure-story-content {
    display: flex;
    align-items: flex-start;
}

.procedure-story-content-text {
    flex-grow: 1;
    padding-left: 2.5em;
}

.procedure-story-content-lettrine {
    width: 2em;
    height: 2em;
}

.procedure-story-content-lettrine i.fas.fa-scroll {
    font-size: 2em;
    color: var(--brown);
    fill: var(--brown);
}

.matrix-tab-desc {
    width: 100%;
    display: flex;
    justify-content: center;
}

.matrix-tab-desc>table thead>tr th {
    background-color: #1e2530;
    color: var(--yellow-mb-active);
    padding: 6px 16px;
    border-right: 2px solid var(--yellow-mb-active);
}

.matrix-tab-desc>table thead>tr th:first-child {
    border-radius: 6px 0 0 0;
}

.matrix-tab-desc>table thead>tr th:last-child {
    border-radius: 0 6px 0 0;
    border-right: 0;
}

.matrix-tab-desc>table tbody tr td {
    border-top: 2px solid #1e2530;
    border-left: 2px solid #1e2530;
    padding: 2px 6px;
}

.matrix-tab-desc>table tbody tr.mandatory-row {
    background-color: var(--yellow-mb-alt);
}

.matrix-tab-desc>table tbody tr td:first-child {
    text-align: center;
    border-left: 0;
}

.green,
.green>svg {
    color: var(--green);
    fill: var(--green);
}

.red,
.red>svg {
    color: var(--dark-red);
    fill: var(--dark-red);
}

.light-blue,
.light-blue>svg {
    color: var(--turquoise);
    fill: var(--turquoise);
}

.grey,
.grey>svg {
    color: var(--grey);
    fill: var(--grey);
}

.btn,
.btn.btn-primary,
.btn.btn-secondary,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--yellow-mb);
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0;
    border: 0;
    color: #424242 !important;
}

.btn:hover,
.btn:active,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.show>.btn-primary.dropdown-toggle:hover,
.show>.btn-primary.dropdown-toggle:active {
    background-color: var(--yellow-mb-active) !important;
    color: #FFF !important;
}

.btn:disabled,
.btn.disabled,
.btn.btn-primary:disabled,
.btn.btn-primary.disabled,
.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled {
    background-color: var(--yellow-mb-alt);
    color: #6D6D6D !important;
}

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

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

.input-group-text {
    border-radius: 0;
}

.page-header {
    background: #F7F7F7;
    color: #000;
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.5rem;
    padding: 20px;
}

.page-footer {
    background: #F7F7F7;
    margin-top: 1.5rem;
    color: #777;
}

.page-footer .sep {
    color: #DFDFDF;
}

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../img/office2.png');
    background-size: cover;
    background-position: center;
}

.login-heading {
    font-weight: 300;
}

/* Boutons jaunes */
.input-group-prepend span {
    width: 40px;
    background-color: var(--yellow-mb);
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}

.btn.big-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 200px;
    font-weight: bold;
}

.login_btn {
    width: 100%;
    height: 48px;
    color: var(--white);
    font-size: 1.2em;

}

/* Navigation */
nav .dropdown-menu {
    min-width: 17rem;
}

.dropdown-menu .nav-link:hover {
    background-color: #EEF;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 11px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.dropdown-menu,
.dropdown-submenu {
    line-height: 32px;
}

.navbar-nav .dropdown-menu a.nav-link {
    padding: 0.25rem 1.5rem;
}

/*.dropdown-item:hover, .dropdown-menu a.nav-link:hover{
    background-color:#EEF;
}*/

.dropdown-item:active {
    background-color: #0275D8;
    /*background-color:#0275D8;*/
    /*background-color:initial;*/
    /*#DDE;*/
    /*#999;*/
    /*color:initial;*/
    /*#16181b;*/
    /*color:var(--white);*/
}

.dropdown-submenu:active>a:after {
    border-left-color: var(--white);
}

@media (min-width: 992px) {
    .navbar-dropdown-menu-right {
        left: initial;
        right: 0
    }
}

/* Dropzone */
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed var(--grey);
    cursor: pointer;
    transition: background-color .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover {
    background-color: var(--yellow-mb-alt);
    border-color: #111;
}

.drop-container span {
    font-weight: bold;
    text-transform: uppercase;
}

.drop-container input[type=file] {
    padding: 8px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--grey);
}

.drop-container input[type=file]::file-selector-button {
    margin-right: 8px;
    border: none;
    border-radius: 8px 0 0 8px;
    background: var(--yellow-mb-active);
    padding: 8px 12px;
    cursor: pointer;
}

.drop-container input[type=file]::file-selector-button:hover {
    background: var(--yellow-mb);
}


@media (min-width: 1025px) {
    .stack {
        margin-right: 1px;
    }
}

.stack-criteria {
    padding-right: 0;
    border-radius: 24px 0 0 24px;
}

.card-criteria {
    border-radius: 24px 0 0 24px;
}

.card-header-criteria {
    border-radius: 24px 0 0 0 !important;
}

.stack-criteria * {
    font-family: 'Orkney';
    font-weight: normal;
    font-style: normal;
}

.stack-criteria .card {
    min-height: 700px;
    height: 100%;
    min-width: 350px;
}

.stack-criteria .card-body .form-group {
    align-content: center;
}

.stack-criteria .card-body #minCA,
.stack-criteria .card-body #region,
.stack-criteria .card-body #dept,
.stack-criteria .card-body #town {
    display: none;
}

.stack-criteria .card button#btnLookup {
    /* border-radius: 24px;
    margin: 12px 12px 12px auto; */
}

.stack-criteria .card button#btnLookup i {
    font-weight: 900;
    font-family: var(--fa-style-family-classic);
    margin-right: 8px;
}

.stack-map {
    border-radius: 0 24px 24px 0;
    min-height: 700px;
}

@media (max-width: 1024px) {
    .stack-criteria {
        padding: 0 15px;
        border-radius: 24px 24px 0 0;
    }
    .card-criteria {
        border-radius: 24px 24px 0 0;
    }
    
    .card-header-criteria {
        border-radius: 24px 24px 0 0 !important;
    }

    .stack-map {
        margin: 0 15px;
        border-radius: 0 0 24px 24px;
    }
}

.leaflet-control-zoom {
    border-radius: 12px !important;
    margin: 18px !important;
}

.leaflet-control-zoom-in {
    border-radius: 12px 12px 0 0 !important;
}

.leaflet-control-zoom-out {
    border-radius: 0 0 12px 12px !important;
}

.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
}

.marker-pin:hover,
.marker-pin:first-child:hover {
    transform: scale(1.1) rotate(-45deg);
}

.marker-pin.red {
    background-color: #c70b0b;
}

.marker-pin.green {
    background-color: #21863d;
}

.marker-pin.light-green {
    background-color: #a3c7ac;
}

.marker-pin.yellow {
    background-color: #ffc312;
}

i.red-icon {
    color: #c70b0b;
}

i.green-icon {
    color: #21863d;
}

i.light-green-icon {
    color: #a3c7ac;
}

i.yellow-icon {
    color: #ffc312;
}

.marker-pin.big {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.marker-pin.big::after {
    width: 32px;
    height: 32px;
    margin: 4px 0 0 4px;
}

.custom-div-icon.self {
    z-index: 999 !important;
}

.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 17px;
    left: 0;
    right: 0;
    margin: 12px auto;
    text-align: center;
}

.custom-div-icon.big i {
    width: 27px;
    font-size: 23px;
    margin: 16px auto;
}

.custom-map-popup {
    background-color: #ffc312;
}

.custom-map-popup-green .leaflet-popup-content-wrapper,
.custom-map-popup-green .leaflet-popup-content-wrapper a {
    background: #21863d;
    color: #ffffff;
}

.custom-map-popup-green .leaflet-popup-tip a {
    background: #21863d;
}

.custom-map-popup-light-green .leaflet-popup-content-wrapper,
.custom-map-popup-light-green .leaflet-popup-content-wrapper a {
    background: #a3c7ac;
    color: #ffffff;
}

.custom-map-popup-light-green .leaflet-popup-tip a {
    background: #a3c7ac;
}

.map-legend {
    background-color: #fffc;
    margin: auto auto 18px 18px;
    padding: 12px 32px;
    border-radius: 16px;
}

.map-legend p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.map-legend p i {
    margin-right: 0.5rem;
}

.multi-select {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    width: 100%;
    user-select: none;
}

.multi-select .multi-select-header {
    border: 1px solid #dee2e6;
    padding: 7px 30px 7px 12px;
    overflow: hidden;
    gap: 7px;
    min-height: 45px;
}

.multi-select .multi-select-header::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23949ba3' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
    height: 12px;
    width: 12px;
}

.multi-select .multi-select-header.multi-select-header-active {
    border-color: #c1c9d0;
}

.multi-select .multi-select-header.multi-select-header-active::after {
    transform: translateY(-50%) rotate(180deg);
}

.multi-select .multi-select-header.multi-select-header-active+.multi-select-options {
    display: flex;
}

.multi-select .multi-select-header .multi-select-header-placeholder {
    color: #65727e;
}

.multi-select .multi-select-header .multi-select-header-option {
    display: inline-flex;
    align-items: center;
    background-color: #f3f4f7;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 5px;
}

.multi-select .multi-select-header .multi-select-header-max {
    font-size: 14px;
    color: #65727e;
}

.multi-select .multi-select-options {
    display: none;
    box-sizing: border-box;
    flex-flow: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multi-select .multi-select-options::-webkit-scrollbar {
    width: 5px;
}

.multi-select .multi-select-options::-webkit-scrollbar-track {
    background: #f0f1f3;
}

.multi-select .multi-select-options::-webkit-scrollbar-thumb {
    background: #cdcfd1;
}

.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
    background: #b2b6b9;
}

.multi-select .multi-select-options .multi-select-option,
.multi-select .multi-select-options .multi-select-all {
    padding: 4px 12px;
    height: 32px;
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all .multi-select-option-text {
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    font-size: 12px;
    line-height: 14px;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
    border-color: #40c979;
    background-color: #40c979;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
    content: '';
    display: block;
    width: 3px;
    height: 7px;
    margin: 0.12em 0 0 0.27em;
    border: solid #fff;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
    color: #40c979;
}

.multi-select .multi-select-options .multi-select-option:hover,
.multi-select .multi-select-options .multi-select-option:active,
.multi-select .multi-select-options .multi-select-all:hover,
.multi-select .multi-select-options .multi-select-all:active {
    background-color: #f3f4f7;
}

.multi-select .multi-select-options .multi-select-all {
    border-bottom: 1px solid #f1f3f5;
    border-radius: 0;
}

.multi-select .multi-select-options .multi-select-search {
    padding: 7px 8px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin: 10px 10px 4px 10px;
    width: 100%;
    outline: none;
    font-size: 14px;
}

.multi-select .multi-select-options .multi-select-search::placeholder {
    color: #b2b5b9;
}

.multi-select .multi-select-header,
.multi-select .multi-select-option,
.multi-select .multi-select-all {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    color: #212529;
}

[id^='company-popup'] {
    background-color: #9191E9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.button {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 1.5rem;
    background-color: #fff;
    color: #9191E9;
    padding: 1rem 2rem;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 0.64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
    border-radius: 32px 0 24px 32px;
}

.popup__photo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px 0 24px 24px;
}

.popup__photo img {
    width: auto;
    height: 100%;
}

.popup__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 4rem;
}

.popup__text h2 {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #0A0A0A;
}

.popup__text h3 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
}

.popup__text ul {
    list-style-type: none;
}

.popup__text ul li {
    line-height: 2;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background-color: #0A0A0A;
    z-index: 4;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

[id$='Switch'] {
    appearance: none;
    display: inline-grid;
    position: relative;
    background-color: #98989d;
    height: 20px;
    width: 44px;
    border-radius: 20px;
}

[id$='Switch']:checked {
    background-color: #32d74b;
}

[id$='Switch']::thumb {
    background-color: white;
    width: 24px;
    height: 24px;
    margin: -2px -1px;
    transition: all 0.3s;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

[id$='Switch']:checked::thumb {
    translate: 22px 0;
}

[id$='Switch']::thumb,
[id$='Switch']::track {
    grid-area: 1/1;
}

/*.navbar{
    border-bottom:1px outset #EEE;
    margin-bottom : 15px;
}*/

/*

html,body{
background-image: url('../img/office2.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 370px;
background: var(--white);
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

*/

/* Bootstrap table */
.bootstrap-table .fixed-table-container .table tbody tr:hover td {
    background-color: var(--yellow-mb-alt);
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: var(--yellow-mb);
    font-weight: bold;
}

/* Datatable JS */
.tabulator {
    .tabulator-row.tabulator-row-even {
        background-color: #f6f6f6 !important;
    }

    .tabulator-row:hover,
    .tabulator-row.tabulator-row-even:hover,
    .tabulator-row.tabulator-row-odd:hover {
        background-color: #FFF3CD !important;
    }

    .tabulator-header .tabulator-col .tabulator-col-content {
        .tabulator-header-filter {   
            padding: 4px;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            background-color: #fff;

            input {
                border: 0;
            }

            input:focus {
                outline: none;
                box-shadow: none;
            }

            input::placeholder {
                color: #b2b5b9;
            }

            input:focus::placeholder {
                color: #b2b5b9;
            }
        }
    }
}

/* select options in boostrap-table cell */
.bootstrap-table-cell-select {
    border: 0px;
    padding: 0;
    margin: 0;
    background: transparent;
}

/* Tabs */
.nav-tabs .nav-link {
    cursor: pointer;
}

.nav-tabs .nav-link.active {
    background-color: #F7F7F7;
    color: #424242;
    font-weight: bold;
}