

/* Start:/local/components/silab/registration/templates/.default/style.css?17407611914345*/
.dark-arrow-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    border: 1.5px solid #464646;
    border-radius: 50px;
    cursor: pointer;
    background-color: #2B2B2B;
    color: #fff;
    width: min-content;
}

.dark-arrow-button::after {
    content: '';
    margin-left: 5px;
    width: 17px;
    height: 11px;
    background: url(/local/templates/mx/assets/images/white-arrow.svg) no-repeat center center;
}

.reg-alert-message{
    color: red;
    margin-top: 10px;
}

.reg-bx-close {
    position: absolute;
    top: 5px;
    right: 5px;
} 

.reg-bx-close span {
    font-size: 37px;
    font-weight: 400;
    color: #2B2B2B;
    opacity: 0.7;
}
.modal_professional {
  z-index: 50000 !important;
}
.modal_professional__form {
  padding-top: 55px;
}

.modal_professional__form .checkbox--dark p, .modal_professional__form .checkbox--dark a{
    font-size: 12px;
    line-height: 1.3;
}

.modal_professional .modal_professional__form {
    height: 100%;
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 100px;
    
    overflow-y: auto;

    border-radius: 4px;
}

.modal_professional .modal_professional__form .case-field {
    margin-bottom: 25px;
}

.field__select_help {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0px 2px 15px 3px #0000001F;
    padding: 25px;
    border-radius: 8px;
    height: 350px;
    display: none;
    z-index: 100;
}
.field__select_help.show {
    display: block;
}

.field__select_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.field__select_list::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
}

.field__select_list::-webkit-scrollbar-track {
  background: #A2A2A2;        /* color of the tracking area */
}

.field__select_list::-webkit-scrollbar-thumb {
  background-color: #4F4F4F;    /* color of the scroll thumb */
  border-radius: 0px;       /* roundness of the scroll thumb */
  border: 0px solid #A2A2A2;  /* creates padding around scroll thumb */
}

.field__select_item {
    display: block;
    color: #393939;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 15px;
}

.field__select_item small{
    color: #7C7C7C;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .modal_professional .modal_professional__form {
        height: 100%;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 10px 20px;
    }
}

.form-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 50%);
    z-index: 100;
}

.lds-ring 
{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #151515;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #151515 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



#select-reg-pro-type {
    background-image: url(/local/templates/mx/assets/images/chevron--dark.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
}

#select-reg-pro-type:focus {
    background-image: url(/local/templates/mx/assets/images/chevron--dark-360deg.svg);
}

.modal_professional__form .field__select:after {
    content: none !important;
}
/* End */
/* /local/components/silab/registration/templates/.default/style.css?17407611914345 */
