@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root, [data-theme=light] {
    --primary_color: 106, 153, 78, 1;
    --secondary_color: 56, 102, 65, 1;
    --third_color: 106, 153, 78, 0.25;
    --fourth_color: 106, 153, 78, 0.50;
    --fifth_color: 106, 153, 78, 0.75;
    --sixth_color: 56, 102, 65, 0.25;
    --seventh_color: 56, 102, 65, 0.50;
    --eighth_color: 56, 102, 65, 0.75;

    --selectable: 106, 153, 78, 0.65;
    --selectable_hover: 106, 153, 78, 0.95;
    --booked: 220, 53, 69, 1;
    --notselectable: 158, 182, 199, 1;

    --header: 43, 43, 43, 1;
    --nav_link: 207, 207, 207, 1;
    --nav_link_hover: 255, 255, 255, 1;
    
    --background_color: 243, 244, 249, 1;

    --button_color: 26, 135, 84, 1;
    --button_border: 26, 135, 84, 1;
    --button_text: 255, 255, 255, 1;
    --button_color_hover: 26, 135, 84, 0.75;
    --button_border_hover: 26, 135, 84, 0.75;
    --button_text_hover: 255, 255, 255, 0.75;
    
    --white_color: 255, 255, 255;
    --dark_color: 0, 0, 0;
    --transition: .3s;
    --color: rgb(243, 244, 249);
    --bs-border-radius: .25rem;
    --bs-border-radius-xxl: var(--bs-border-radius);
    --bs-border-radius-xl: var(--bs-border-radius);
    --bs-border-radius-lg: var(--bs-border-radius);
    --bs-border-radius-md: var(--bs-border-radius);
    --bs-border-radius-sm: var(--bs-border-radius);
}

[data-theme=dark] {
    --primary_color: 53, 60, 204, 1;
    --secondary_color: 50, 150, 233, 1;
    --background_color: 240, 241, 254, 1;
    --third_color: 56, 102, 65, 1;
    --fifth_color: 56, 102, 65, 1;
    --white_color: 0, 0, 0;
    --dark_color: 255, 255, 255;
}

html, body {
    height: 100% !important;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: rgba(var(--background_color));
    display: flex;
    flex-direction: column;
}

* {
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 0;
}

/* EXTRA START */
.swal2-container-custom {
    background: rgba(0,0,0,.8) !important;
}

.swal2-content-custom {
    background: transparent !important;
    color: #FFF !important;
}

.nav-tabs-custom {
    border-bottom: 1px solid rgba(var(--secondary_color)) !important;
}

.nav-tabs-custom .nav-link {
    color: #fff;
    background-color: rgba(var(--primary_color));
    border-color: rgba(var(--primary_color));
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.nav-tabs-custom .nav-link.active,
.nav-tabs-custom .nav-link:hover {
    background-color: rgba(var(--secondary_color));;
    border-color: rgba(var(--secondary_color));
}

.select-image {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    text-align: left !important;
}

body.swal2-height-auto {
    height: 100% !important;
}

.make-hidden {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.bg-none,
.bg-transperant {
    background-color: transparent !important;
}

.dts:before {
    left: auto !important;
}

.editable-buttons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

o::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F4C7";
    margin-right: 5px;
    color: var(--bs-success);
}

.next {
    background-color: rgba(var(--button_color));
    border-color: rgba(var(--button_border));
    color: rgba(var(--button_text));
}

.next:hover,
.next:focus,
.next.active,
.next:active {
    background-color: rgba(var(--button_color_hover)) !important;
    border-color: rgba(var(--button_border_hover)) !important;
    color: rgba(var(--button_text_hover)) !important;
}

/* .back {
    background-color: rgba(var(--button_color), 100%);
    border-color: rgba(var(--button_border), 100%);
    color: rgba(var(--button_text), 100%);
}

.back:hover {
    background-color: rgba(var(--button_color), var(--button_hover_opacity));
    border-color: rgba(var(--button_border), var(--button_hover_opacity));
    color: rgba(var(--button_text), var(--button_hover_opacity));
} */

.cursor-pointer {
    cursor: pointer;
}

.bg-custom {
    background-color: rgba(var(--background_color)) !important;
}

.bg-custom1 {
    background-color: rgba(var(--third_color)) !important;
}

.bg-custom2 {
    background-color: rgba(var(--sixth_color)) !important;
}

.bg-custom3 {
    background-color: rgba(var(--primary_color)) !important;
}

.bg-custom4 {
    background-color: rgba(var(--secondary_color)) !important;
}

.border-custom1 {
    border-color: rgba(var(--third_color)) !important;
}

.border-custom2 {
    border-color: rgba(var(--sixth_color)) !important;
}

.card-custom {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.25) !important;
}

.text-custom {
    color: rgba(var(--primary_color)) !important;
}

.fw-semibold {
    font-weight: 600;
}

.btn-outline-custom {
    --bs-btn-color: rgba(var(--primary_color));
    --bs-btn-border-color: rgba(var(--primary_color));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--primary_color));
    --bs-btn-hover-border-color: rgba(var(--primary_color));
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--primary_color));
    --bs-btn-active-border-color: rgba(var(--primary_color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--primary_color));
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(var(--primary_color));
    --bs-gradient: none;
}

.btn-outline-custom-disabled {
    --bs-btn-color: rgba(var(--primary_color));
    --bs-btn-border-color: rgba(var(--primary_color));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--primary_color));
    --bs-btn-hover-border-color: rgba(var(--primary_color));
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--primary_color));
    --bs-btn-active-border-color: rgba(var(--primary_color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(var(--primary_color));
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgba(var(--primary_color));
    --bs-gradient: none;
    opacity: .65;
}

.btn-outline-custom-disabled:hover,
.btn-outline-custom:hover {
    color: #fff !important;
    background-color: rgba(var(--primary_color)) !important;
    border-color: rgba(var(--primary_color)) !important;
}

.btn-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(var(--primary_color));
    --bs-btn-border-color: rgba(var(--primary_color));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(var(--secondary_color));
    --bs-btn-hover-border-color: rgba(var(--eighth_color));
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(var(--secondary_color));
    --bs-btn-active-border-color: rgba(var(--eighth_color));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(var(--primary_color));
    --bs-btn-disabled-border-color: rgba(var(--primary_color));
}

.cursor-drag {
    cursor: grabbing;
}

.ui-state-highlight {
    background-color: rgb(53, 53, 53);
    min-height: 72px;
    margin-left: .75rem;
    margin-right: .75rem;
    width: calc(25% - 1.5rem);
    opacity: .5;
    padding: 0;
    border-radius: var(--bs-border-radius);
}

.mt-6 {
    margin-top: 4rem;
}

.form-control.active {
    box-shadow: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--bs-border-color);
}

.dont-validate.is-valid, .was-validated .dont-validate:valid {
    border-color: var(--bs-border-color) !important;
}

.dont-validate.is-valid:not([multiple]):not([size]), .dont-validate.is-valid:not([multiple])[size="1"], .was-validated .dont-validate:valid:not([multiple]):not([size]), .was-validated .dont-validate:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: none !important;
}

.form-select:focus {
    border-color: rgba(var(--fifth_color));
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--third_color));
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(var(--fifth_color));
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(var(--third_color));
}

.custom-header {
    background-color: rgba(var(--header));
}

.custom-nav-link {
    color: rgba(var(--nav_link));
}

.custom-nav-link:hover,
.custom-nav-link:focus,
.custom-nav-link.active {
    color: rgba(var(--nav_link_hover)) !important;
}
/* EXTRA END */

/* HEADER START */

header .header {
    padding: 1.97rem 0;
}

header .header .header-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

header .header .header-item .item-content {
    line-height: 18px;
}

header .header .header-item .item-head {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    color: #000;
}

header .header .header-item .item-text {
    font-size: .95rem;
    display: block;
}

header .navigation {
    background: linear-gradient(180deg,#1F59BC 0%,#266FEC 100%);
}

.rounded-custom-group {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: var(--secondary);
    color: #fff;
}

.rounded-custom-input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

/*
    Oliver - Custom
*/
.dropdown-button { 
    color: white;
    font-size: 3rem;
}

.roskilde-it-nav-content {
    margin-right: 11%;
}

.roskilde-it-logo {
    margin-left: 12%;
}

@media(max-width: 509px){
    .roskilde-it-logo {
        margin-left: 3%;
    }

    .dropdown-button {
        margin-left: 85%;
    }
}

@media(max-width: 1500px){
    .roskilde-it-nav-content {
        margin-right: 1%;
    }
}

@media(min-width: 1501px){
    .roskilde-it-nav-content {
        margin-right: 1%;
    }
}

@media(min-width: 1650px){
    .roskilde-it-nav-content {
        margin-right: 5%;
    }
}

@media(min-width: 1700px){
    .roskilde-it-nav-content {
        margin-right: 7%;
    }
}

@media(min-width: 1750px){
    .roskilde-it-nav-content {
        margin-right: 9%;
    }
}

@media(min-width: 1800px){
    .roskilde-it-nav-content {
        margin-right: 11%;
    }
}

@media(min-width: 991px){
    .sub-menu-it-erhverv:hover .it-erhverv {
        display: block;
    }
    
    .sub-menu-it-privat:hover .it-privat {
        display: block;
    }
    
    .sub-menu-markedsfoering:hover .markedsfoering {
        display: block;
    }
    
    .sub-menu-om-os:hover .om-os {
        display: block;
    }
}

@media(min-width: 992px){
    .dropdown-button{
        display: none;
    }
}

@media(max-width:992px) {
    .sub-menuer {
        text-align: center;
    }
}

.it-erhverv {
    width: 1200px;
    left: -578px;
}

.it-privat {
    width: 1200px;
    left: -687px;
}

.markedsfoering {
    width: 1200px;
    left: -781px;
}

@media (max-width:1060px) {
    .it-erhverv {
        width: 1060px;
        left: -438px;
    }
    
    .it-privat {
        width: 1060px;
        left: -547px;
    }
    
    .markedsfoering {
        width: 1060px;
        left: -641px;
    }
}

.om-os {
    width: 420px;
    left: -178.067px;
}

.dropdown-a {
    padding-left: 0px;
}

.bullet-i {
    padding-right: 5px;
}

.dropdown-section {
    padding-top: 1rem;
    padding-left: 2rem;
}

.dropdown-section li {
    padding-bottom: 1rem;
}

.section-title {
    padding-bottom: 1rem;
}

/* HEADER END */

/* CLIENT START */
.booking-client {
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--white_color));
    display: grid;
    grid-template-columns: minmax(max-content, auto) 1fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas:
        "client-brand client-panelheader"
        "client-sidebar client-content";
}

.client-brand {
    width: 250px;
    height: 100%;
    padding: 0.5rem 1rem;
    transition: all var(--transition) ease-out;
}

.client-sidebar {
    width: 250px;
    height: calc(100vh - 61px);
    display: flex;
    flex-direction: column;
    transition: all var(--transition) ease-out;
}

.sidebar-menu {
    /* height: calc(100% - 111px); */
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-menu-wrapper, .sidebar-footer {
    padding: .85rem;
}

.sidebar-menu .sidebar-list:first-child {
    margin-top: 0;
}

.sidebar-list-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    position: unset !important;
    padding: 0.25rem 0 0 0;
}

.sidebar-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: .25rem 0 0 0;
    position: unset !important;
}

.sidebar-item {
    margin-bottom: 0.25rem;
}

.sidebar-head {
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-link, .sidebar-dropitem {
    color: rgba(var(--dark_color), 50%) !important;
    border: 1px solid transparent;
    font-size: .95rem;
    font-weight: 600;
    padding: .3rem .75rem;
    display: flex;
    align-items: center;
    text-align: start;
    border-radius: 5px;
    margin: 0;
    text-decoration: none;
    transition: all var(--transition);
}

.sidebar-dropitem {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    color: rgba(var(--white_color), 90%) !important;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-link:hover, 
a.sidebar-dropitem:hover,
.sidebar-link:active,
.sidebar-link.active,
.sidebar-link:focus {
    color: rgba(var(--dark_color), 80%) !important;
    background-color: rgba(var(--background_color));
    border: 1px solid rgba(var(--dark_color), 5%);
}

.sidebar-link:hover i, 
a.sidebar-dropitem:hover i,
.sidebar-link.active i, 
a.sidebar-dropitem.active i {
    color: rgba(var(--primary_color));
}

.client-content {
    overflow: auto;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 .25rem rgba(0,0,0,.075) !important;
    background-color: rgba(var(--background_color));
    border-radius: var(--bs-border-radius);
}

.client-content .content-wrapper {
    padding: 1.5rem;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs .nav-link {
    background-color: rgba(var(--dark_color), 25%);
    border: 0 !important;
    color: #fff;
    box-shadow: none !important;
    margin: 0;
    font-weight: 500;
}
/* CLIENT END */

/* CALENDAR START */
#buttons {
    margin-top: 1rem;
    min-height: 38px;
}

#calendarTable td {
    height: 55px;
    position: relative;
}

.calendar-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#selectable:hover, #selectable.active, #selectable:focus {
    background-color: rgba(var(--selectable_hover));
    height: 45px;
    width: 45px;
}

#selectable {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--selectable));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .2s;
}

.pcr-button {
    width: 100% !important;
}

#notselectable:hover, #notselectable.active, #notselectable:focus, #notselectable.booked {
    background-color: rgba(var(--booked));
}

#notselectable, #unavailable {
    width: 40px;
    height: 40px;
    background-color: rgba(var(--notselectable));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .2s;
}

#unavailable {
    cursor: default;
}

.address-box {
    position: relative;
}

.selectize-dropdown {
    background: #fff;
    border-top: 0 !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    z-index: 2;
}

.selectize-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.selectize-input.input-active {
    box-shadow: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: var(--bs-border-color);
}

.address-box .address-content .address-link {
    cursor: pointer;
}

.selectize-dropdown-content div {
    padding: .25rem .75rem;
    transition: all .1s ease-in-out;
}

.selectize-dropdown-content div:hover,
.selectize-dropdown-content div.active {
    background-color: rgba(var(--third_color));
}

.thumbnail-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#images-result {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#images-result .thumbnail {
    height: 50px;
}

.delete-image {
    opacity: 0;
    position: absolute;
    inset: 0;
    margin: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    border: 0;
    background: var(--bs-danger);
    color: #fff;
    font-size: 1.4rem;
    transition: all .2s ease-in-out;
    width: 35px;
    height: 35px;
    margin: auto;
}

.thumbnail-content:hover .delete-image {
    opacity: 1;
}
/* CALENDAR END */

/* MEDIA START */
@media print {
    .noPrint{
        display:none;
    }
}

/* MEDIA END */