/* Variables */
:root {
    --primary-color: #b079e4;
    --secundary-color: #1e2083;
    --lightBlue-color: #dedfff;
    --lightBlue-colorPlus: #f9f9ff;
    --lightPurple-color: #f8f1ff;
    height: 100% !important;
}

/* GENERAL */
body {
    height: 100% !important;

    font-family: "Poppins";

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#tiptext-custom{
    margin-left: -230px!important;
}

/* ICON BACK */

#icon-back {
    position: absolute;
    top: 6%;
    left: 3%;
    float: left;
    color: BLACK;
    font-size: 48px;
}

#icon-back:hover {
    cursor: pointer;
}

/* logo */
#logo {
    height: 24%;
    width: 29%;
    margin-top: 6%;
}

#degree_id:focus {
    outline: none !important;
    box-shadow: none;
}

#degree_select:active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

#degree_select:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

/* start */
mark {
    background-color: pink;
}

.list-autocomplete {
    padding: 0;
}
.list-autocomplete em {
    font-style: normal;
    background-color: #e1f2f9;
}

.hasNoResults {
    color: #aaa;
}
.hasNoResults,
.btn-extra {
    display: block;
    padding: 10px;
}

.hasNoResults {
    color: #aaa;
}

.btn-extra {
    width: 100%;
    border-top: 0.5px solid #d2d2d2;
}

/* end */

.tooltip2 {
    position: relative;
    display: inline-block;
}
.tooltip2 .tiptext {
    visibility: hidden;
    width: 620px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 1px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip2 .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip2:hover .tiptext {
    visibility: visible;
}

.tooltip2.top .tiptext {
    margin-left: -330px;
    bottom: 150%;
    left: 50%;
}
.tooltip2.top .tiptext::after {
    margin-left: -5px;
    top: 100%;
    left: 0%;
    border-color: #ffffff00 transparent transparent transparent;
}

#helper_icon {
    color: var(--primary-color);
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(219, 218, 218);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* SPINNER */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: var(--primary-color);
    border-top-color: transparent;
    border-width: 2px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

/* SWAL */
.swal2-buttonswrapper {
    color: red;
    padding: 7px 19px;
    border-radius: 2px;
    font-size: 12px;
    /* text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3); */
}

.swal2-popup {
    box-shadow: "none" !important;
    -webkit-box-shadow: 0 0 0 0px red, 0 0 0 0px red;
    color: var(--lightBlue-color);
    font-weight: bold;
    border-radius: 20px;
}

.swal2-popup .swal2-styled {
    box-shadow: "none" !important;
    -webkit-box-shadow: 0 0 0 0px red, 0 0 0 0px red !important;
    font-weight: bold;
    border-radius: 100px;
    width: 50%;
    background-color: var(--secundary-color) !important;
    color: var(--lightPurple-color) !important;
}

/* Buscador por textp */
.selectize-control.single .selectize-input:after {
    border-style: none !important;
}

.option {
    background-color: var(--lightBlue-colorPlus);
}

.option.active {
    background-color: var(--lightBlue-color) !important;
}

/* Selects */
.selectize-dropdown {
    /* display: none !important; */
}

input {
    cursor: text !important;
}
.selectize-input {
    /* background-color: red !important; */
    padding: 16px 16px 16px !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 4px !important;
    color: #727272 !important;
    box-shadow: none !important;
}

.selectize-input:hover {
    cursor: text !important;
}

.selectize-input.focus {
    box-shadow: none;
    /* border: 0px !important; */
    /* background-color: rgb(44, 243, 18) !important; */
}



/* RadioButtons de la situacion */
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: var(--secundary-color);
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid var(--secundary-color);
}

/* Checkbox Terms & Privacy */
[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid var(--secundary-color);
    background-color: var(--secundary-color);
}

.terms_privacy {
    color: black;
    text-decoration: none;
}

.terms_privacy:hover {
    color: var(--secundary-color);
    text-decoration: none;
}

/* Boton de registro */
.register-button {
    width: 50%;
    background-color: var(--secundary-color);
    color: var(--lightPurple-color);
    border-radius: 100px;
    text-transform: none;
    font-weight: bold;
}

a.register-button:hover {
    background-color: var(--lightPurple-color);
    color: var(--secundary-color);
}

#icon-search {
    position: absolute !important;
    top: 30% !important;
    right: 7% !important;
    float: right !important;
}


#select-provinces-parent {
    position: relative;
}
#select-university-parent {
    position: relative;
}
#select-degree-parent {
    position: relative;
}
#select-rols-parent {
    position: relative;
}

#icon-select-rols {
    position: absolute;
    top: 25%;
    z-index: 1003;
    right: 5%;
    color: var(--primary-color);
}
#icon-select-degree {
    position: absolute;
    top: 25%;
    z-index: 1003;
    right: 5%;
    color: var(--primary-color);
}
#icon-select-university {
    position: absolute;
    top: 25%;
    z-index: 1003;
    right: 5%;
    color: var(--primary-color);
}
#icon-select-provinces {
    position: absolute;
    top: 25%;
    z-index: 999;
    right: 5%;
    color: var(--primary-color);
}

#select-universities-selectized {
    height: 1rem !important;
}

#province-text{
    font-weight: bold;
}

#situation-text-question{
    font-weight: bold;
}

#situation-question{
    font-weight: bold;
}

.tip {
    color: #9e9e9e;
    font-size: 0.9rem;
    font-style: italic;
}

.helper {
    color: #9e9e9e;
    font-size: 0.9rem;
    font-style: italic;
}