﻿.header-banner .header-wrapper {
    /*height: 100px;*/
    border: 0;
}

.header-banner {
    display: flex;
    flex-direction: column;
    position: relative;    
}

    .header-banner .header-wrapper {
        height: 118px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

        .header-banner .header-wrapper > .box {
            height: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

            .header-banner .header-wrapper > .box .brands-wrapper {
                padding: 20px 0px !important;
                margin: 0 !important;
                cursor: pointer;
            }

                .header-banner .header-wrapper > .box .brands-wrapper ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: flex;
                    justify-content: flex-start;
                    width: 100%;
                    height: 100%;
                    margin: 0 auto;
                }

                    .header-banner .header-wrapper > .box .brands-wrapper ul li {
                        display: inline-block;
                        margin-bottom: 0px;
                        width: 160px;
                        height: 100%;
                        display: flex;
                    }

                        .header-banner .header-wrapper > .box .brands-wrapper ul li.brand {
                            width: auto;
                            height: 100%;
                        }

                        .header-banner .header-wrapper > .box .brands-wrapper ul li img {
                            width: 100%;
                            margin: auto;
                        }

                        .header-banner .header-wrapper > .box .brands-wrapper ul li.imagem {
                            width: 220px;
                            height: 100%;
                            background-size: contain;
                            background-position: left center;
                            background-repeat: no-repeat;
                            margin-right: 30px;
                        }

                            .header-banner .header-wrapper > .box .brands-wrapper ul li.imagem:last-child {
                                margin-right: 0px;
                            }

            .header-banner .header-wrapper > .box .header-content {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-end;
            }

    .header-banner .title-of-banner {
        display: flex;
        flex-direction: column;
        flex: 1;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
        z-index: 1;
    }

        .header-banner .title-of-banner .hp-title {
            font-size: 70px;
            line-height: 80px;
            color: #ffffff;
            font-weight: bold;
            max-width: 100%;
            width: 100%;
            text-align: center;
            font-family: 'Public Sans';
            margin-top: 25%;
        }

        .header-banner .title-of-banner .hp-title2 {
            font-size: 40px;
            line-height: 40px;
            color: #ffffff;
            font-weight: 300;
            max-width: 100%;
            width: 100%;
            text-align: center;                   
        }


.wrapper-idioma {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 2px solid #002D724d;
}

.home .wrapper-idioma {
    border-bottom: 2px solid #ffffff4d;
}


.wrapper-idioma .idioma-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

    .wrapper-idioma .idioma-list .idioma {
        margin-right: 25px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: Assistant;
        color: var(--base);
        cursor: pointer;
    }

.home .wrapper-idioma .idioma-list .idioma {
    color: #fff;
}

.wrapper-idioma .idioma-list .idioma:hover {
    text-decoration: underline;
}

.wrapper-idioma select {
    outline: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: border 0.2s ease 0s;
    background-color: #ccc;
    border: 2px solid;
    color: #333;
    border-color: #ccc;
    margin: 0;
}

/* Cor de Fundo do Menu */
#header .menu-wrapper {
    float: right;
}

#menu .menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

#menu {
    margin: 0 !important;
    border: 0 !important;
    position: relative;
    z-index: 1;
    width: 100%;
}

    #menu .brands-wrapper-mini {
        width: 100%;
        height: 60px;
        padding: 10px 0 !important;
        margin: 0 !important;
        display: none;
        background: #fff;
    }

        #menu .brands-wrapper-mini .wrapper-menu-mini {
            height: 100%;
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
        }

            #menu .brands-wrapper-mini .wrapper-menu-mini ul.brands {
                list-style: none;
                padding: 0;
                margin: 0;
                height: 100%;
                margin: 0 auto;
            }

                #menu .brands-wrapper-mini .wrapper-menu-mini ul.brands li {
                    display: inline-block;
                    margin-bottom: 0px;
                    width: 80px;
                    height: 100%;
                    float: left;
                    margin-right: 20px;
                }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.brands li.brand {
                        width: auto;
                        height: 100%;
                    }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.brands li img {
                        width: 100%;
                        margin: auto;
                    }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.brands li.imagem {
                        width: 120px;
                        margin: auto;
                        background-size: contain;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

            #menu .brands-wrapper-mini .wrapper-menu-mini ul.menu-itens {
                list-style: none;
                padding: 0;
                margin: 0;
                height: 100%;
                flex: 1;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }

                #menu .brands-wrapper-mini .wrapper-menu-mini ul.menu-itens .btn {
                    margin: 0;                    
                    margin-left: 30px;                    
                    font-size: 15px;
                    cursor: pointer;
                    color: var(--base);
                    text-transform: uppercase;
                }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.menu-itens .btn#login {
                        border: 2px solid var(--base);
                        padding: 4px 20px;
                        gap: 10px;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        margin-left: 60px;
                    }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.menu-itens .btn#login:hover {
                        color: #fff !important;
                        background: var(--base);
                    }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.menu-itens .btn:hover {
                        color: #333;
                    }

                    #menu .brands-wrapper-mini .wrapper-menu-mini ul.menu-itens .btn.active {                                                
                        color: var(--secondary);
                        cursor: default;
                    }                

.wrapper-banner {
    width: 100%;
    height: 350px;
    background: #cccccc;
    margin: 30px 0 50px 0;
    text-align: center;
    color: #393939;
    font-weight: bold;
    font-size: 30px;
}

.wrapper-banner-interno {
    width: 100%;
    margin: 0 auto;
    margin: 10px 0 30px 0;
    height: 350px;
    background: #cccccc;
    text-align: center;
    color: #393939;
    font-weight: bold;
    font-size: 30px;
}

    .wrapper-banner-interno.contato {
        background: url(../../Images/contato.jpg);
    }

.wrapper-content.home > .title {
    width: 100%;
    text-transform: uppercase;
    color: #393939;
    margin-bottom: 0px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #F7BF1E;
}

.wrapper-content.home > .wrapper-img {
    display: block;
    margin-top: 0px;
    width: 100%;
}

    .wrapper-content.home > .wrapper-img img {
        width: 100%;
        z-index: -100;
    }

.wrapper-content.home .text {
    font-size: 18px;
    font-weight: 300;
    color: #565656;
    line-height: 28px;
    text-align: justify;
}

.wrapper-content.home .colum2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4%;
    column-gap: 4%;
}

.wrapper-content.home .wrapper-video {
    margin: 0 0 40px 0;
    position: relative;
    display: flex;
    flex-direction: row;
}

    .wrapper-content.home .wrapper-video .logo {
        align-items: center;
        display: flex;
        padding: 0 60px;
    }

    .wrapper-content.home .wrapper-video .video {
        width: 100%;
        float: left;
    }

        .wrapper-content.home .wrapper-video .video iframe {
            width: 100%;
        }



.wrapper-content.home .wrapper-mce {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
}

    .wrapper-content.home .wrapper-mce .item {
        flex: 1;
        margin-right: 30px;
        background: #284799;
        padding: 40px 20px;
        border-radius: 10px;
    }

        .wrapper-content.home .wrapper-mce .item .title {
            text-align: center;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: bold;
            color: #f6bf1e;
            margin-bottom: 15px;
        }

        .wrapper-content.home .wrapper-mce .item:last-child {
            margin-right: 0px;
        }

        .wrapper-content.home .wrapper-mce .item .text {
            text-align: center;
            color: #fff;
        }


.wrapper-content.home .wrapper-impacto {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 60px;
    position: relative;
    width: 90%;
}

    .wrapper-content.home .wrapper-impacto .title {
        text-align: center;
        color: #f00;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .wrapper-content.home .wrapper-impacto .text {
    }

        .wrapper-content.home .wrapper-impacto .text .line {
            width: 100%;
            display: flex;
            flex-direction: row;
            margin-bottom: 20px;
        }

            .wrapper-content.home .wrapper-impacto .text .line .bold {
                font-size: 30px;
                font-weight: bold;
                align-items: center;
                margin-right: 5px;
                display: flex;
            }

            .wrapper-content.home .wrapper-impacto .text .line .text {
                font-size: 22px;
                align-items: center;
                display: flex;
            }

.wrapper-content.home .wrapper-doe {
    margin: 40px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    height: 115px;
    background: #e4e5e4;
}

    .wrapper-content.home .wrapper-doe .logo {
        display: flex;
        height: 115px;
        width: 750px;
        background-position-y: -6px;
    }

    .wrapper-content.home .wrapper-doe .link {
        display: flex;
        align-items: center;
        margin: 0 auto;
        line-height: 30px;
    }

        .wrapper-content.home .wrapper-doe .link a {
            color: #F81212;
            font-size: 26px;
            font-weight: bold;
            text-decoration: none;
        }

.wrapper-content.home .link {
}

.wrapper-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

    .wrapper-content > .title {
        width: 100%;
        text-transform: uppercase;
        color: #393939;
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: bold;
    }

        .wrapper-content > .title a {
            color: var(--base);
        }

    .wrapper-content.agendamento .text {
        font-size: 18px;
        font-weight: 300;
        color: #565656;
        line-height: 28px;
        text-align: justify;
        /*
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 4%;
        column-gap: 4%;
        */
    }


/* Cor de Fundo do Footer */
.login-screen .footer, .containerRodape {
    background-color: #DCDDDE;
    border-color: #333;
}

.ui-dialog {
    top: 5% !important;
}

.admin-dialog {
    border-top: 10px solid var(--base);
    border-bottom: 5px solid var(--base);
}

    .admin-dialog .loading {
        color: #176D0B;
    }

.btnAdd {
    margin-top: 18px;
    padding: 0px 17px;
    height: 26px;
    line-height: 26px;
    float: left;
}

.mRight {
    margin-right: 4%;
}

.m10Left {
    margin-left: 10px;
}

.btnPadraoRight:hover {
    background-color: #333;
    color: #efefef;
}

.btnPadraoRight {
    border-color: var(--base);
    color: var(--base);
}

    .btnPadraoRight:hover {
        background-color: var(--base);
        color: #fff;
    }

/* BLOCKPAGE */
.blockPage {
    top: 10%;
}

/* DIALOG */
.admin-dialog {
    border-top: 10px solid var(--base);
    border-bottom: 5px solid var(--base);
}

    .admin-dialog .ui-dialog-titlebar-close, .admin-confirm .ui-dialog-titlebar-close, .admin-alert .ui-dialog-titlebar-close {
        border: none;
        background: transparent;
    }


.ui-widget-overlay {
    background: #333;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}

/*
    ABAS
*/
.btnMostra {
    padding: 5px 12px;
    /*border-radius: 5px 5px 0px 0px;*/
    float: left;
    margin-right: 3px;
    cursor: pointer;
    min-width: 20px;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
}

    .btnMostra:hover {
        opacity: 0.8;
    }

.abaOn {
    background: #fff;
    color: #213c81;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
}

.abaOff {
    background: transparent;
    color: #666;
}

.divsMostra {
    /*padding-bottom: 20px;*/
    width: 100%;
    min-height: 290px;
}

.checked {
    color: #f00 !important;
}

/* SELECTOE */
.selectator:after {
    position: absolute;
    cursor: pointer;
    content: '\25BC';
    font-size: 59%;
    right: 4px;
    color: #333;
    top: 0;
    line-height: 30px;
}

.selectator {
    border: 1px solid #999;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

    .selectator.single {
        height: 30px;
        padding: 5px 10px !important;
    }



.skin-bg {
    /*background-color: var(--base) !important;*/
}

.areaSubMenu .btn {
    background-color: var(--submenu) !important;
}

    .areaSubMenu .btn:hover {
        background-color: var(--submenu) !important;
    }

    .areaSubMenu .btn.active {
        background-color: var(--submenu) !important;
        color: #000 !important;
        text-decoration: underline;
        cursor: default;
    }

.skin-color {
    color: var(--base) !important;
}

.skin-border-color {
    border-color: var(--base) !important;
}

.photoWrapper .photo {
    border: 2px solid var(--base);
}

.skin-bg-dark {
    background-color: var(--submenu) !important;
}

.skin-color-dark {
    color: var(--base) !important;
}


/* DIALOG */
.admin-dialog {
    border-top: 10px solid var(--base);
    border-bottom: 5px solid var(--base);
}

/* Botoes DataTable */
button.DTTT_button, div.DTTT_button, a.DTTT_button, .container div.ColVis button, ul.ColVis_collection {
    border-color: var(--base) !important;
}

    button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover, .container div.ColVis button:hover, ul.ColVis_collection li:hover {
        background-color: var(--base) !important;
    }

    ul.ColVis_collection li:hover {
        color: #FFF !important;
    }

#dataGrid_wrapper {
    border-color: var(--base) !important;
    background: #fff !important;
    border-top: 4px solid;
}

/* BOTAO */
.btn-default {
    border-color: var(--base);
    color: var(--base);
}

    .btn-default:hover {
        color: #fff;
        background-color: var(--base);
    }

.btnRed {
    border-color: #c70808;
    color: #c70808;
}

    .btnRed:hover {
        background-color: #c70808;
        color: #fff;
    }

.btn-inverse {
    border-color: var(--base);
    background: var(--base);
    color: #fff;
}

    .btn-inverse:hover {
        border-color: #386d21;
        background: #386d21;
    }

.btn-cinza {
    border-color: #666;
    color: #666;
}

    .btn-cinza:hover {
        background-color: #666;
        color: #fff;
    }

.titulo-modulo .titulo {
    text-transform: uppercase;
    color: #fff;
    float: left;
}

.titulo-modulo .subtitulo {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    float: left;
}

    .titulo-modulo .subtitulo .separator {
        margin: 0 15px;
        float: left;
    }

table.dataTable.display tbody tr.odd.selected, table.dataTable.display tbody tr.even.selected {
    background-color: #9FAFD1 !important;
    color: #333;
}

    table.dataTable.display tbody tr.odd.selected td, table.dataTable.display tbody tr.even.selected td {
        background-color: #9FAFD1 !important;
        color: #333;
    }


/* START - FULL CALENDAR  */
.fc button {
    border: 2px solid var(--base) !important;
}

.fc-state-active {
    background-color: var(--base) !important;
}

.fc .fc-widget-header {
    background: var(--base) !important;
}

.fc-unthemed .fc-popover {
    border-color: var(--base) !important;
}

.fc-popover .fc-header {
    background-color: var(--base) !important;
}


/* 
        GANTT
    */
.ganttview {
    border-top: 0px solid !important;
    border-bottom: 2px solid rgb(215,24,42) !important;
    border-left: 2px solid rgb(215,24,42) !important;
    border-right: 2px solid rgb(215,24,42) !important;
}

div.ganttview-hzheader-day {
    background-color: rgb(215,24,42) !important;
}

    div.ganttview-hzheader-day.selected {
        background-color: rgb(15,117,188) !important;
    }

.ganttview .taskPanel .wrapperTitle {
    background: rgb(215,24,42);
}


.sb-slidebar .logoMenuSmartPhone {
    background-image: url("../images/logo_menu_mobile.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

form input.error, form select.error, form textarea.error {
    border-color: #d00707 !important;
}

form label.error {
    display: none !important;
}


form label.required {
    color: #bf0101 !important;
}


/* TABS */
div#tabs {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.ui-widget-content {
    background: #ffffff;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    border-bottom: 2px solid #AAA;
    padding-left: 10px;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -2px !important;
    padding-bottom: 2px;
    border-radius: 0px;
    border-color: #aaa;
    background: #fff;
    border: 2px solid #aaa;
    border-bottom: 0;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
        background: #fff;
    }

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0px .35em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background: #e6e6e6;
    border: 2px solid #d3d3d3;
    border-bottom: 0;
    border-radius: 0;
}

    .ui-tabs .ui-tabs-nav li:hover {
        background: #efefef;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
        background: #fff;
    }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: .5em;
    font-size: 15px;
}


.ui-slider .ui-slider-handle {
    background: #aaa !important;
}

.ui-slider {
    border-radius: 0 !important;
}


.select2-container--default .select2-selection--single {
    border: 2px solid #ccc;
    outline: none;
    overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 7px;
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent;
    border-width: 6px 3px 0 3px;
}

.select2-dropdown {
    background-color: #efefef;
    border: 2px solid #ccc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #aaa;
    outline: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 0 3px 6px 3px;
}

/*





.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 2px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0f75bc;
    text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff;    
    border: 2px solid #d3d3d3;
    background: #fafafa;
    border-radius: 0;
}

ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	
	background: #efefef;	
}
    */


#filters {
    float: right;
    margin: 10px 10px 10px 0px;
}

    #filters .wrapper {
        float: left;
        margin-left: 10px;
    }

        #filters .wrapper:first-child {
            margin-left: 0px;
        }

        #filters .wrapper label {
            height: 28px;
            font-size: 14px;
            color: #666;
        }

        #filters .wrapper select {
            height: 28px;
            background: #f9f9f9;
            border: 2px solid #999 !important;
            font-size: 14px;
            outline: none;
        }

.markup .btn {
    cursor: pointer;
    padding: 3px 5px;
    color: #333333;
    background-color: #efefef;
    box-sizing: border-box;
}

    .markup .btn:hover {
        background-color: #dedede;
    }

li.line {
    height: 2px;
    background: #cccccc;
}

li.lineMod {
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
}

li.lineComp {
    height: 2px;
    background: #efefef;
}

.blocked {
    border-color: #aaa;
    background: #ccc !important;
    color: #fff !important;
}


.login #infos {
    border: 0px solid !important;
    width: 56%;
    margin: 0 auto;
    padding: 0;
    float: left;
    text-align: center;
}

    .login #infos ul li {
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
    }

.login #formulario {
    border: 0px !important;
    padding: 0;
    width: 40%;
    margin: 0 auto;
    padding-left: 4%;
    float: left;
    margin-left: 2%;
    border-left: 1px solid #dedede !important;
}


.login #wrapper #inside {
    background-color: #fff;
    border: 0px solid #444;
    padding-bottom: 30px;
}

    .login #wrapper #inside #titulo {
        font-size: 20px;
        text-transform: uppercase;
    }

    .login #wrapper #inside form {
    }

    .login #wrapper #inside label {
        display: block;
        font-size: 16px;
        color: #555;
        margin-left: 0px;
        margin-bottom: 2px;
    }

.login .markup {
    width: 100% !important;
}


.contato .markup {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

    .contato .markup .item {
        display: flex;
        width: 100%;
        padding: 10px;
        border: 2px solid #efefef;
        background: #f9f9f9;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: 300;        
        margin-bottom: 1%;
    }

        .contato .markup .item:nth-child(4n) {
            margin-right: 0 !important;
        }

        .contato .markup .item .imagem {
            display: flex;
            width: 300px;            
            background-size: contain !important;
                
        }
        .contato .markup .item .description {
            display: flex;
            flex: 1;
            margin-left: 20px;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
        }

        .contato .markup .item .title {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            margin: 5px 0 10px 0;
            color: #666;
        }


        .contato .markup .item .values {
            text-align: left;
            font-size: 15px;
            line-height: 20px;
        }


.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1 !important;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}




.modal-dialog {
    border: 2px solid var(--base);
    box-shadow: rgb(255 255 255 / 30%) 0 0 10px, rgb(255 255 255 / 30%) 0 0 30px, rgb(255 255 255 / 30%) 0 0 20px;
    border-radius: 7px;
}

.modal-header {
    border-bottom: 2px solid #dedede;
    box-sizing: border-box;
    background: #f9f9f9;
}

.modal-dialog .ui-dialog .pt-title {
    border-bottom: 3px solid #ddd;
    text-transform: uppercase;
    line-height: inherit;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}

.modal-dialog .pt-title .subtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--header);
    line-height: 16px;
    text-transform: uppercase;
}

.modal-dialog .pt-title .title {
    margin: 5px 0 8px;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}

.modal-dialog .css-load-wrap {
    text-align: center;
}