
.form-marcacoes-holder h1, 
.form-marcacoes-holder .h1{
    color: var(--white);
}

.form-marcacoes-holder label{
    color: var(--lightgrey);
    display: block;
}

.form-marcacoes{
    width: 100%;
}

.bootstrap-select.aclinica{
    background-color: rgba(0,0,0,0.6);
}

.form-marcacoes input{
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid var(--gold) !important;
    border: 0px;
    color: var(--lightgrey);
    height: 40px;
} 

.form-marcacoes textarea{
    background-color: transparent;
    border: 1px solid var(--gold) !important; 
    width: 100%; 
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    color: var(--lightgrey);
}

.marcacoes_custom_select{
    background-color: transparent;
    border: 1px solid var(--gold);
    border-radius: 0px;
    color: var(--lightgrey);
}

.form-marcacoes .bootstrap-select .dropdown-menu{
    background-color: #000;
    border: 1px solid var(--gold);
    color: var(--white);
    border-radius: 0px;
}


.form-marcacoes .bs-actionsbox, 
.form-marcacoes .bs-donebutton, 
.form-marcacoes .bs-searchbox{
    background-color: transparent;
    color: var(--lightgrey) !important;
}

.form-marcacoes .form-control:focus{
    background-color: transparent !important;
    color: var(--lightgrey) !important;
}


.form-marcacoes .dropdown-menu > li > a{
    color: var(--lightgrey) !important;
}

.form-marcacoes .dropdown-item:focus, 
.form-marcacoes .dropdown-item:hover{
    background-color: transparent !important;
    font-weight: bolder;
}

.form-marcacoes .dropdown-item.active, 
.form-marcacoes .dropdown-item:active{
    background-color: transparent !important;
    font-weight: bolder;
}

.form-marcacoes .bootstrap-select .no-results{
    background-color: transparent !important;
    color: var(--lightgrey) !important;
}

.form-marcacoes .bootstrap-select > .dropdown-toggle.bs-placeholder, 
.form-marcacoes .bootstrap-select > .dropdown-toggle.bs-placeholder:active, 
.form-marcacoes .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.form-marcacoes .bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
    color: var(--lightgrey) !important;
}

.form-marcacoes .main_btn,
.form-marcacoes input[type="reset"].main_btn{
    width: 100%;
    background-color: transparent !important;
    border: 1px solid var(--gold) !important;
    color: var(--lightgrey) !important;
}

.form-marcacoes .main_btn:hover,
.form-marcacoes input[type="reset"].main_btn:hover{
    background-color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    color: var(--white) !important;
}


.form-marcacoes .checkbox_item_custom label,
.form-marcacoes .checkbox_item_custom label p,
.form-marcacoes .checkbox_item_custom label .p{
    font-size: 12px !important;
    line-height: 24px !important;
    color: var(--lightgrey) !important;
}

.form-marcacoes .checkbox_item_custom label a,
.form-marcacoes .checkbox_item_custom label p a,
.form-marcacoes .checkbox_item_custom label .p a{
    color: var(--lightgrey) !important;
}