@import url("https://fonts.googleapis.com/css2?family=Poppins: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");

.fixed-plugin {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.fixed-plugin .material-icons {
    color: #fff;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
    font-size: 2em;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.h1,
.h2,
.h3,
.h4,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Roboto, Helvetica, Arial, sans-serif !important;
}

.card.bg-primary,
.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.card-rotate.bg-primary .back,
.card.card-rotate.bg-primary .front {
    background: #ffd103;
}

.card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(255, 209, 3, 0.4);
}

.text-custom-dark {
    color: #171717 !important;
}

.btn.btn-primary {
    color: #171717;
    background-color: #ffd103;
    border-color: #171717;
    box-shadow: 0 2px 2px 0 rgba(255, 209, 3, 0.14),
        0 3px 1px -2px rgba(255, 209, 3, 0.2),
        0 1px 5px 0 rgba(255, 209, 3, 0.12);
}

.btn.btn-primary.focus,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: #171717;
    background-color: #e5bc02;
    border-color: #e5bc02;
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(229, 188, 2, 0.42),
        0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 188, 2, 0.2);
}

a {
    color: #171717;
}

.fixed-plugin {
    background: #ffd103;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(255, 209, 3, 0.4);
}

.sidebar[data-color="purple"] li.active > a {
    background-color: #ffd103;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(255, 209, 3, 0.4);
}

.sidebar[data-color="purple"] li.active > a p,
.sidebar[data-color="purple"] li.active > a i {
    color: #171717 !important;
}

a:focus,
a:hover {
    color: #cca702;
    text-decoration: none;
}

.card[class*="bg-"],
.card[class*="bg-"] .card-title,
.card[class*="bg-"] .card-title a,
.card[class*="bg-"] .icon i,
.card [class*="card-header-"],
.card [class*="card-header-"] .card-title,
.card [class*="card-header-"] .card-title a,
.card [class*="card-header-"] .icon i {
    color: #171717;
}

.fixed-plugin .material-icons {
    color: #171717;
    padding: 10px;
    border-radius: 0 0 6px 6px;
    width: auto;
    font-size: 2em;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(
            0deg,
            #171717 2px,
            rgba(156, 39, 176, 0) 0
        ),
        linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}

.bootstrap-select .dropdown-item.active {
    background: #ffd103;
    color: #171717;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(255, 209, 3, 0.4);
    background-color: #cca702;
    color: #171717;
}

.card-register {
    display: flex;
    margin-bottom: -120px!important;
    text-align: center;
}
.card-register img{
    width: 50%;
    position: inherit;
    top: -50px;
}
.card-register h4{
    margin: auto;
}

@media screen and (max-width: 1024px){
    .row {
        margin-top: 0px!important;
    }
    .container{
        position: absolute!important;
        margin-top: 25%!important;
    }
    .card-register {
        display: flex;
        margin-bottom: 0px!important;
    }
    .card-register img{
        position: inherit;
        top: 0px;
    }
    .card-register h4{
        margin-left: 0;
        margin: auto;
    }
}
@media (max-width: 399px){
    .card-register {
        display: block;
        margin-bottom: 0px!important;
        margin-top: -37px!important;
    }
    .card-register img{
        margin-top: 40px;
        position: inherit;
        top: 30px;
    }
    .card-register h4{
        margin-top: 20px!important;
        margin-bottom: 5px!important;
    }
}

@media screen and (min-width: 400px) and (max-width: 540px){
    .row {
        margin-top: 0px!important;
    }
    .container{
        position: absolute!important;
        margin-top: 25%!important;
    }
    .card-register {
        display: flex;
        margin-bottom: -10px!important;
    }
    .card-register img{
        position: inherit;
        top: 0px;
    }
    .card-register h4{
        margin-left: 0;
        margin: auto;
        margin-top: 0.5rem!important;
    }
}

@media screen and (min-width: 1025px){
    .card-register {
        display: flex;
        margin-bottom: -30px!important;
    }
    .card-register img{
        position: inherit;
        top: 0px;
    }
    .card-register h4{
        margin: auto;
    }
}

@media screen and (max-width: 991px){
    .div-search-home {
        display: block!important;
    }
    .div-search-home .title-select{
        margin-left: 10px!important;
    }
    .div-search-home .dropdown{
        margin-left: -36px!important;
        display: block!important;
        margin-right: 63px!important;
    }
    .select-extra{
        margin-bottom: 36px!important;
    }
    .input-search{
        width: 98%!important;
        margin-left: 10px!important;
    }
    .div-input-search{
        margin-bottom: 20px!important;
    }
    .input-group {
        /*width: 40%!important;*/
        /*top: -56px!important;*/
    }
    .btn-excel{
        /*margin-right: -43px!important;*/
    }
}
@media screen and (min-width: 992px){
    .div-search-home {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .div-search-home .title-select{
        margin-left: 0px!important;
    }
    .input-search{
        width: 57%!important;
        margin-left: 10px!important;
    }
    .date-init{
        left: 125px!important;
        width: 29%!important;
    }
    .date-end{
        left: 51px!important;
        width: 164px!important;
    }
    .select-span{
        width: 171px!important;
    }
    .select-company{
        margin-right: 10px!important;
        margin-left: -43px!important;
        left: 65px!important;
    }
    .select-category{
        left: 106px!important;
    }
    .span-search{
        top: -10px!important;
    }

}

@media screen and (min-width: 1175px){
    .span-search{
        top: 0px!important;
        left: -30px!important;
    }
    .date-init {
        left: 125px!important;
        width: 24%!important;
    }
}
@media screen and (max-width: 580px){
    .img-card{
        width: 15.5rem!important;
    }
}

@media screen and (max-width: 12800px){
    .add-register{
        margin-top: 58px;
    }
}

@media screen and (max-width: 991px){
    .search-custom{
       display: block;
    }
    .div-search-custom{
        top: 0px!important;
        width: 100%!important;
    }
}
@media screen and (min-width: 992px){
    .search-custom{
       display: none;
    }
}
@media screen and (min-width: 1130px){
    .img-card{
        width: auto!important;
    }
    .home-img div{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .div-search-home {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 45px;

    }
    .div-search-home .title-select{
        margin-left: 0px!important;
    }
    .input-search{
        width: 100%!important;
        margin-left: 10px!important;
    }
    .date-init{
        left: 0px!important;
        width: 17%!important;
    }
    .date-end{
        left: 10px!important;
        width: 17%!important;
    }
    .select-span{
        width: 20%!important;
    }
    .select-company{
        margin-right: 10px!important;
        margin-left: 0!important;
        left: -15px!important;
        width: auto!important;
    }
    .select-category{
        left: 0px!important;
        width: auto!important;
    }
    .span-search{
        top: -11px!important;
        margin-left: 60px!important;
    }
}

@media screen and (min-width: 241px) and (max-width: 280px){
    .input-search{
        width: 87%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 280px)  and (max-width: 330px) {
    .input-search{
        width: 89%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 331px) and (max-width: 441px) {
    .input-search{
        width: 92%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 441px) and (max-width: 520px) {
    .input-search{
        width: 92%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 521px) and (max-width: 560px) {
    .input-search{
        width: 94%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 561px) and (max-width: 700px) {
    .input-search{
        width: 95%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 701px) and (max-width: 820px) {
    .input-search{
        width: 96%!important;
        margin-left: 10px!important;
    }
}

@media screen and (min-width: 821px) and (max-width: 990px) {
    .input-search{
        width: 98%!important;
        margin-left: 10px!important;
    }
}

.btn.active, .btn.btn-default.active, .btn.btn-default:active, .btn:active, .open>.btn.btn-default.dropdown-toggle, .open>.btn.dropdown-toggle, .show>.btn.btn-default.dropdown-toggle, .show>.btn.dropdown-toggle {
    color: #363636;
    background-color: #fff;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #363636;
    background-color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.active:hover, .btn.btn-default.active.focus, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .btn.btn-default:active.focus, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn:active.focus, .btn:active:focus, .btn:active:hover, .open>.btn.btn-default.dropdown-toggle.focus, .open>.btn.btn-default.dropdown-toggle:focus, .open>.btn.btn-default.dropdown-toggle:hover, .open>.btn.dropdown-toggle.focus, .open>.btn.dropdown-toggle:focus, .open>.btn.dropdown-toggle:hover, .show>.btn.btn-default.dropdown-toggle.focus, .show>.btn.btn-default.dropdown-toggle:focus, .show>.btn.btn-default.dropdown-toggle:hover, .show>.btn.dropdown-toggle.focus, .show>.btn.dropdown-toggle:focus, .show>.btn.dropdown-toggle:hover {
    background-color: #ffd103;
}

.btn.btn-default.focus, .btn.btn-default:focus, .btn.btn-default:hover, .btn.focus, .btn:focus, .btn:hover {
    background-color: #ffd103;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding: 6px;
}

.accordion .card .card-header.accordion-background-color {
    background-color: #f1f1f1;
}

.modal.fade.show.travels-fading {
    background-color: #0003;
}

.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(0,0,0,0.5);
}

.modal {
    overflow-y:auto;
}

#company-container .dropdown-menu {
    max-width: calc(100vw - (22px * 2));
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
    .home-travels-filter-form .span-search {
        width: 360px;
    }

    .home-travels-filter-form .span-search .input-group {
        width: 360px;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 575px) {
    #company-container .dropdown-menu {
        left: -10px !important;
    }

    #company-container .dropdown-menu li .dropdown-item {
        padding: .625rem .5rem;
    }
}

@media screen and (max-width: 540px) {
    .card-body .row {
        margin-top: 30px !important;
    }
}

.card-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
