#contactForm .card {
    color: #000
}

#formsgp_app .modal-content-rrhh {
    padding: 0;
    max-width: 420px;
}

#formsgp_app .modal-content-rrhh .close{
    margin-top: -10px;
    background-color: transparent;
    color: #b7b7b7;
    margin-right: -10px;
}


#formsgp_app .modal-content-rrhh #contactForm hr,
#formsgp_app .modal-content-rrhh p{
    display: none;
}

#formsgp_app .modal-content-rrhh .bg-white{
    background: #fff;
}

#formsgp_app .modal-content-rrhh .pt-3{
    padding-top: 1rem;
}
#formsgp_app .modal-content-rrhh .pb-3{
     padding-bottom: 2rem;
}
 
 #formsgp_app .modal-content-rrhh .p-2{
     padding: 0.5rem !important;
 }

#formsgp_app .modal-content-rrhh .bg-light{
   background: #f8f9fa;
}

#formsgp_app .modal-content-rrhh .iz-alert {
    opacity: 1;
    max-width: 418px;
}

#contactForm>.row {
    border-bottom: none !important;
}

#formsgp_app select.custom-select{
    appearance: none !important;
    -webkit-appearance: none !important; 
     width: 100%;
}





@keyframes spinners {
    to {
        transform: rotate(360deg);
    }
}

.spinners {
    position: relative;
    width: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
}

.spinners:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: -15px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    animation: spinners 0.6s linear infinite;
}

.spinners.v-page:before {
    right: 15px !important;
}

.spinners.white:before {
    border-top-color: #fff !important;
}

[v-cloak] .v-cloak--hidden {
    display: none;
}


@-webkit-keyframes cu_animated {
    0% {
        opacity: 1
    }

    30% {
        opacity: .6
    }

    60% {
        opacity: .3
    }
}

@keyframes cu_animated {
    0% {
        opacity: 1
    }

    30% {
        opacity: .6
    }

    60% {
        opacity: .3
    }
}

.cu-loader-box {
    position: absolute;
    top: calc(50% - 6px/2);
    width: 100%;
    line-height: 0;
    text-align: center;
    left: 0;
}


.cu-loader-box>div {
    display: inline-block;
    height: 6px;
    width: 6px;
    -webkit-animation: cu_animated 1.5s infinite;
    animation: cu_animated 1.5s infinite;
    background: #aab3bd;
    margin: 0 2.5px;
}

.cu-loader-box>div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.cu-loader-box>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.cu-loader-box>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.iz-alert {
    display: flex;
    position: absolute;
    width: 100%;
    height: 54px;
    align-items: center;
    justify-content: center;
    top: 1px;
}

#formsgp_app.formstyle-wordpress .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    color: #000;
    border-radius: 5px 0 5px 0;
}

#formsgp_app.formstyle-wordpress .card-body {}

#formsgp_app.formstyle-wordpress .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#formsgp_app.formstyle-wordpress .card .card-header:first-child {
    border-radius: 0.35rem 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    color: rgb(73, 80, 87);
    vertical-align: middle;
    border-radius: 0.35rem;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…'0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) right 0.75rem center / 8px 10px no-repeat rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
    background-color: #fff;
    height: 30px;
    border-radius: 0.35rem;
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.text-center {
    text-align: center !important;
}

.text-danger {
    color: #dc3545 !important;
}

.p-0 {
    padding: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

 
