/*
CUSTOM STYLES 4 Pro Herford
Author: Thomas Kugel // thomas@vielleichter.de
/*
COLORES

PH BLAU
#2D8BBF
PH GRUEN
#7CA51A
dunkelgrau
#252525
grau
#818893
hellgrau
#D9D9D9

*/



/* ROOT SELECTORS */

:root {
    --primary-background-color: rgb(124, 165, 26);
    --secondary-background-color: rgb(45, 139, 191);
    --primary-color: #2D8BBF;
    --secondary-border-color: #7CA51A;
    --bs-gray: #9aa0a6;
    --bs-gray-dark: #2e2e2e;
    --bs-primary: rgb(124, 165, 26);
    --bs-secondary: #7CA51A;
    --bs-success: rgb(124, 165, 26);
    --bs-info: #17a2b8;
    --bs-warning: #7CA51A;
    --bs-danger: #dc3545;
    --bs-white: #fff;
    --bs-light: #fbfbfb;
    --bs-dark: #1e2022;
    --bs-blue: #007bff;
}

.modal .btn-close {
    position: absolute;
    color: #a3a3a3;
    font-size: 42px;
    font-weight: 300;
    top: 10px;
    right: 10px;
}

.collapse-content {
    display: none;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}


/* INDEX accordion */

/* .accordion .ac-item .ac-title:before {
    font-size: 2rem;
    content: "\e9be";
    font-family: "inspiro-icons";
    right: 20px;
    top: 40%;
    position: absolute;
} */

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

/*
MODAL CAROUSEL STEP 2 - Maße Ihres Geschäfts
*/

.modal-body .carousel .flickity-viewport {
    min-height: 470px;
}

@media (min-width: 990px) {

    .modal-body .carousel,
    .modal-body .carousel .flickity-viewport {
        min-height: 650px;
    }

}

@media (min-width: 576px) {
    #technische-zeichnung .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}

/*
RESPONSIVE VIDEO
*/

.responsive-video {
	position: relative;
	padding-bottom: 56%; /* 16/9 Video */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
}

section {
    background: rgba(124, 165, 26, .3) !important;
}

#ph-start section#page-content {

    /* background: url('../images/bg.jpg');
    background-size: cover; */
}

a,
.icon a,
.text-primary {
    color: #000 !important;
}

header a {
    color: #fff !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Fira Sans', sans-serif;
}

ol.rectangle-list {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    padding-left: 0;
}

ol.rectangle-list {
    margin: 0
        /* Add some left margin for inner lists */
}

.rectangle-list a {
    position: relative;
    display: block;
    padding: 0 .4em .4em .8em;
    margin: 0 0 .5em 2.5em;
    background: #fff;
    text-decoration: none;
    transition: all .3s ease-out;
}

.rectangle-list a:hover {
    background: #eee;
}

.rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #7CA51A;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #7CA51A;
}

.fa-ul>li {
    position: relative;
    margin-bottom: 1rem;
}

.tabs .nav-tabs .nav-link:hover {
    background-color: var(--secondary-background-color);
    border-bottom: 2px solid #7CA51A;
}

.tabs .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: var(--primary-background-color);
    border-bottom: 2px solid #2D8BBF;
}


/*
CArDS
*/

.card .card-title {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.card {
    border-radius: 0.5rem;
    border: 0 !important;
}


/* TOOLTIP
*/

.tooltip {
    font-size: 1rem;
    font-weight: bold;
}

.alert.alert-info {
    background-color: #800080;
    border-color: #800080;
}

.alert.alert-info>p {
    padding-left: 0 !important;
    color: #fff;
}

.alert.alert-info a:not(.btn) {
    color: #fff !important;
}

.p-switch.switch-color-success>input[type="checkbox"]:checked+.p-switch-style,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: rgb(124, 165, 26) !important;
}

.form-check-input:checked {
    background-color: var(--primary-background-color);
    border-color: #2D8BBF;
}

/* #page-content {
    min-height: 55vh;
} */

.bg-overlay[data-style="2"] {
    background: #7CA51A;
    opacity: .6 !important;
}

.sidebar li.current a,
.sidebar li:hover a,
.sidebar li:focus a {
    background-color: var(--secondary-background-color);
    color: #fff !important;
}


/* FEEDBACK KONTAKT */

#sidebar.kontakt-feedback {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 200;
}

#sidebar.kontakt-feedback a {
    background-color: var(--primary-background-color);
    margin-top: 3px;
}


/* BTN PRIMARY */

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    text-transform: none !important;
    font-size: 1rem;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:  none !important;
    box-shadow: none !important;
}

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

.btn:not(#sidebar .btn):hover {
    background: var(--secondary-background-color) !important;
    color: #fff !important;
    border-color: inherit !important;
}

.form-select:focus,
.form-control:focus {
    border-color: #666 !important;
}


/* SCROLL TO */

#scrollTop {
    color: #fff !important;
    cursor: pointer;
    border-radius: 0 !important;
    height: 50px;
    width: 60px;
    background-color: #333 !important;
    right: 0 !important;
    border-bottom-left-radius: 0.42rem !important;
    border-top-left-radius: 0.42rem !important;
}

#scrollTop:hover,
#scrollTop:after,
#scrollTop:before {
    background-color: #333 !important;
}

#scrollTop i {
    padding-top: .3rem;
    font-size: 2rem !important;
}


/* LABELS & BADGES */


/* .badge.bg-light {
    background-color: #D9D9D9 !important;
    color: #252525 !important;
} */

#mainMenu nav>ul .badge {
    font-size: 1rem !important;
    line-height: 1rem !important;
    padding: .2rem .4rem !important;
    margin: auto !important;
}

.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

#footer.inverted .copyright-content,
#footer.inverted,
#footer.dark {
    background-color: var(--secondary-background-color);
    color: #000;
}


/* #footer.inverted a {
    color: #fff !important;
}

#footer a:hover {
    text-decoration: none;
    outline: none;
    color: #D9D9D9;
} */

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


/* #registereintrag,
#privat,
#geschaeft,
.lool,
.lool2 {
    display: none;
}

input#exampleRadios1[type=radio]:checked~div.lool,
input#exampleRadios5[type=radio]:checked~div.lool,
input#exampleRadios6[type=radio]:checked~div.lool,
input#aufenthaltstitel1[type=radio]:checked~div.lool2,
input#ja-geschaeft[type=radio]:checked~#geschaeft,
input#nein-geschaeft[type=radio]:checked~#privat,
input[type=checkbox]:checked~div.lool {
    display: block;
}

#hrahrb {
    min-width: 4rem;
} */

#header.header-modern:not(.header-active) {
    margin: 0 auto !important;
}


/* .sticky-header-active .header-body {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
} */

body {
    color: #252525;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0;
}

p i:not(.fa):not(.fab):not(.far):not(.fas),
p em,
.list-group-item p i {
    font-family: "Fira Sans", "Helvetica", "Arial", sans-serif !important;
    font-style: italic !important;
}

.text-justify {
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
.lead,
.featured-box h4 {
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.5em;
}

@media (min-width: 990px) {

    h1,
    .h1 {
        font-size: 2.5rem;
    }

    h2,
    .h2 {
        font-size: 2.25rem;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.7em !important;
    }
}

.icon-boxx .icon-box-content h3,
.card h3,
h4,
.h4 {
    font-size: 1.5rem;
}

.icon-boxx .icon-box-content h3 {
    line-height: 1.5em;
    font-weight: 600;
}

.card h4 {
    font-size: 1.4rem;
}

.heading-text.heading-line h3:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    left: 0;
    bottom: 10px;
    right: 0;
    background-color: var(--primary-background-color);
}

.heading-text.heading-line h3 {
    margin-bottom: .5rem !important;
 }
 
 .heading-text {
     margin-bottom: 0 !important;
 }

@media (max-width: 767px) {
    .heading-text.heading-line h3{

        margin-bottom: 2rem !important;
       
    }
.heading-text.heading-line h3:before {

    bottom: -1px;
   
}
}





#myTab .nav-link {
    color: #7CA51A;
    font-size: 1.2rem;
}

p,
form li,
.icon-boxx .icon-box-content p {
    font-size: 1.2rem;
    color: #252525;
    line-height: 1.5em;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: #666;
    border-color: #666;
}

@media (max-width: 768px) {
    #header .header-inner #logo a {
        /* padding-left: 2rem; */
    }

    #header .header-inner #logo a span,
    #header #header-wrap #logo a,
    #header #header-wrap #logo a span {
        font-size: 22px;
    }

    .wizard[data-style="1"]>.steps ul {
        margin: 0;
    }

    #page-content {
        padding: 20px 0 !important;
    }

    #page-content .container {
        padding: 0 !important;
    }

    .wizard .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 990px) {
    .page-header h1 {
        text-align: center;
        font-size: 4.5rem;
        font-weight: 500;
        color: #fff !important;
    }
}

#mainMenu nav>ul>li>a,
.grid-filter li a {
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 1.2rem !important;
}

.list-icon.extra li {
    margin-left: 30px !important;
}

.list-icon.extra li:before {
    content: "\f058";
    font-family: "font awesome 5 free";
    font-size: 24px;
    color: #7CA51A !important;
    margin-left: -30px !important;
}

.wizard .list-icon.extra li {
    margin-left: 22px !important;
}

.wizard .list-icon.extra li:before {
    font-size: inherit;
    margin-left: -22px !important;
}

#header #logo img {
    display: block !important;
    height: 102px !important;
    margin-top: 0 !important;
}

#header #logo a span {
    letter-spacing: .003rem !important;
}

#header.sticky-active #logo img {
    height: 30px !important;
    margin-top: 25px !important;
}

@media (max-width: 991.98px) {
    #header #logo {
        /* text-align: center !important; */
    }

    #header #logo img {
        /* max-height: 40px !important;
        margin-top: 25px !important;
        margin-left: 0; */
    }

    .header-extras {
        float: right;
    }

    h1, .h1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    h2, .h2 {
        font-size: 1.7rem !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 360px) {
    .header-extras {
        float: none;
        display: block;
        padding-top: 3rem;
    }
}

form label {
    font-size: 1.2rem !important;
    color: #252525 !important;
    font-weight: normal !important;
}

form h5 {
    font-size: 1.2rem !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

small.sub-help {
    font-size: .9rem;
    line-height: 1.2;
    display: block !important;
    margin-top: .5rem;
}

.avatar {
    width: auto !important;
    height: auto !important;
}

.popover {
    background: #7CA51A !important;
   
}


.popover-header {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    color: #fff !important;
}

.popover-body {
    font-size: 1rem;
    padding: .5rem 1rem 1rem 1rem;
    color: #fff !important;
}

.bs-popover-top>.popover-arrow::after {
    border-top-color: #7CA51A;
}


/*
FORMWIZARD
*/


/* form.wizard  .steps li a#wizard7-t-2 {
    display: none;
} */



form.wizard[data-style="3"] .steps li span {
    font-size: 1rem;
}

.wizard[data-style="2"]>.steps ul li.current a .title {
    font-size: 2rem;
}

.sw-theme-dots>.nav .nav-link,
.wizard[data-style="1"]>.steps ul li>a .number {
    font-weight: 600;
}

.wizard[data-style="1"]>.steps ul li>a .title {
    /* display: block;
    font-size: 1rem;
    color: #1e2022;
    padding: 1.2rem 0;
    width: fit-content;
    margin-left: calc(-100% - calc(width / 2));
    */
}

.wizard>.steps ul li>a {
    background-color: #F7F9FE;
    color: #252525;
}

.wizard .steps {
    margin-bottom: 2rem !important;
}


.wizard>.steps ul li.current a {
    color: #fff !important;
    background: var(--primary-background-color) !important;
}
.wizard>.steps ul li:not(.disabled) a:hover,
.wizard>.steps ul li.current a {
    color: #fff !important;
    background: var(--bs-gray) !important;
}





.popover {
    max-width: 360px !important;
}

.card .card-body .wizard {
    padding: 0 0 1rem 0 !important;
}

.wizard>.steps ul {
    padding-left: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.wizard[data-style="1"]>.steps ul li.done a,
.wizard[data-style="3"]>.steps ul li.done a:not(
  
    #wizard7-t-3,
    #wizard7-t-5,
    #wizard7-t-6 ) {
    /* background: #7CA51A; */
    background: var(--primary-background-color) !important;
    color: #fff !important;
}

/* SUBSTEPS AUSBLENDEN */

#wizard7-t-3,
#wizard7-t-5,
#wizard7-t-6 {
    font-weight: 300;
    margin: .1rem 0;
    padding: .5rem 0 .5rem 2rem !important;
    /* display: none; */
}


.wizard[data-style="1"]>.steps ul li.done a .number {
    visibility: hidden;
    position: relative;
}

.wizard[data-style="1"]>.steps ul li.done a .number:after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-size: 1rem;
    color: #000;
}

.wizard[data-orientation=vertical]>.steps ul li.done a:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-size: 1rem;
    color: #fff !important;
    word-break: keep-all;
}



.wizard[data-style="1"]>.steps ul li>a {
    padding: 1.1rem 1.2rem;
}



.wizard[data-orientation=vertical]>.steps ul li>a {
    margin-bottom: 0;
}




.wizard[data-orientation=vertical]>.steps ul {
    margin-bottom: 0;
}


.wizard>.steps ul li>a {
    background: #fff;
    color: #252525;
    border-radius: 0rem;
}

.wizard[data-orientation=vertical]>.steps {
    width: 18rem;
    position: fixed;
    top: 250px;
    right: 0;
    padding-right: 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    background: #fff;
    margin-bottom: 0;
    font-weight: 600;
    z-index: 10000;
    border-top-left-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;

}

@media (max-width: 991.98px) {
    .wizard[data-orientation=vertical]>.steps {
        width: 3rem;
        top: 150px;

    }

    .wizard[data-orientation=vertical]>.steps ul li>a  {
        height: 3rem;
        background: #ccc;

    }
    .wizard[data-orientation=vertical]>.steps,
    .wizard[data-orientation=vertical]>.steps ul li>a .title {
       
      display: none;

    }
}

@media (min-width: 993px) {

    .wizard[data-orientation=vertical]>.content {
        width: 100%;
    }

   
}



/* ENTWURF SPEICHERN BTN LINKS */

.wizard .actions li:nth-child(4) {
    position: absolute;
    left: 0;
    margin-left: 0 !important;
}


/* DATATABLE RESPONSIVE BULLET */

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: var(--primary-background-color);
}


/* MODAL LIGHTBOX */

.mfp-close {
    width: auto !important;
    padding-right: 10px !important;
    color: #7CA51A;
}

.mfp-close::before {
    content: "Schließen";
    font-size: 14px;
    padding-right: 5px !important;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1140px;
    background-color: #fff;
    height: 100%;
}

.mfp-iframe-scaler iframe {
    background: #fff;
}

.modal .list-icon li {
    font-size: 15px;
    line-height: auto;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
    margin-left: 20px !important;
}

.modal .list-icon i {
    margin-left: -24px !important;
}

.modal .list-icon li:before {
    font-size: 15px;
    color: #333 !important;
    margin-left: -24px !important;
}

.modal .list-icon i {
    margin-right: 6px !important;
}


/* TABS ANSICHTSUMSCHALTER */

.tabs.tabs-clean .nav-tabs .nav-link {
    border: 0 !important;
    padding: 0 !important;
    font-size: 1.4rem;
}


/* FULL SIZE MODAL SLIDE IN */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
    padding: 1.5rem 1.5rem 80px;
}

.modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.modal.modal-right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
    right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
    width: 1140px;
}


/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
    padding: 15px 15px;
}


/* Top */

.modal.modal-top.fade .modal-dialog {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
    top: 0;
}


/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}


/* Full Screen */

.modal.modal-full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.modal.modal-full .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.modal-full .close-modal {
    position: fixed;
    top: 0;
    right: 3rem;
}


/* Footer */

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}


/* XS */

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
    padding: 15px;
}


/* Full screen modal menu indicators */

a.has-sub:after {
    font-family: "Font Awesome 5 Free";
}

a.has-sub:after {
    content: "\f107";
    margin-left: 1rem;
}

a.has-sub[aria-expanded="true"]:after {
    content: "\f106";
}

