.pointer{
    cursor: pointer !important;
}

.quotationCardText{
    font-size: 90%;
}

.scroll{
    overflow-y: scroll;
}

.focusText{
    color: #3e61a2 !important;
}

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

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

.swal2-container{
    backdrop-filter: blur(4px) !important;
}

.not_padding{
    padding: 0px !important;
}

.comfortaa_style{
    font-family: Comfortaa !important;
}

.background_body{
    background-color: #e9e9e9;
}

.heigth{
    height: 100%;
}

.loading_size{
    height: 70px;
    width: 70px;
}

.remove_margin{
    margin: 0 !important;
}

.careaga_image{
    height: 45px;
    margin-top: 10px;
}

.heigth_loading{
    height: 500px;
}

._center_object{
    text-align: center;
}

.steps{
    margin-top: 10px;
}

.step_one{
    margin: 0px;
    padding-top: 2px;
}

.step_one_{
    background-color: #7a7a7a;
    width: 10px;
    height: 1px;
    position: absolute;
    margin-top: 12px;
    margin-left: 29px;
}

.step_left{
    margin-left: 5px;
    padding-top: 2px;
}

.step_line_{
    background-color: #7a7a7a;
    width: 10px;
    height: 1px;
    margin-top: 12px;
    margin-left: 5px;
}

.background_left{
    background: url(../../images/_terminal.jpg);
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border: 0px solid #000000;
}

.modern_card{
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.ima_logo_position{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.focus{
    background-color: #000000a3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border: 0px solid #000000;
}

.heigth_modal{
    height: 96%;
}

.container_padding{
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin_pargraphs{
    margin-left: 15px;
}

.div_section{
    margin-bottom: 20px;
}

.form_section{
    padding-left: 10px;
}

.not_margin{
    margin: 0px !important;
}

.hide_element{
    display: none;
    animation: fade-out 1s;
}

.steps{
    left: 0;
    right: 0;
    margin: auto;
    width: 210px;
    height: 35px;
    padding-top: 10;
}

.step{
    /*position: absolute;*/
    background-color: #e0e0e0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.step_one{
    margin: 0px;
    padding-top: 2px;
}

.step_one_{
    background-color: #7a7a7a;
    width: 10px;
    height: 1px;
    position: absolute;
    margin-top: 12px;
    margin-left: 29px;
}

.step_two{
    margin-left: 45px;
    padding-top: 2px;
}

.step_two_{
    background-color: #7a7a7a;
    width: 10px;
    height: 1px;
    position: absolute;
    margin-top: 12px;
    margin-left: 74px;
}

.step_thre{
    margin-left: 45px;
    padding-top: 2px;
}

.step_thre_{
    background-color: #7a7a7a;
    width: 10px;
    height: 1px;
    position: absolute;
    margin-top: 12px;
    margin-left: 120px;
}

.step_four{
    margin-left: 45px;
    padding-top: 2px;
}

.show_element{
    /*display: inline-block;*/
    animation: fade-in 0.5s;
}

.show_element_option{
    display: block;
    animation: fade-in 0.5s;
}

@keyframes fade-in {
    from{
        opacity: 0;
    }to{
        opacity: 1;
    }
}

@keyframes fade-out {
    from{
        opacity: 1;
    }to{
        opacity: 0;
    }
}

/*Zoom efect*/
.zoom{
  transition: transform .3s;
}

.zoom:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.remove_zoom{
    transition: transform .3s;
}

._zoom{
  transition: transform .3s;
}

.item_zoom{
    transition: transform .3s;
}

._zoom:hover .item_zoom{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .3s;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 99999999;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.step_active{
    background-color: #6c89a3;
}

.not_connection_Style{
    height: 220px;
}

.margin_image{
    margin-top: 200px;
}

.careaga_logo{
    position: absolute;
    z-index: 1;
}

/*______________SCROLL_________*/
.style-::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
    background-color: #B2B0AF;
}

@media only screen and (max-width: 991px){
    .heigth {
        height: auto !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    .steps{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px){
    .container_padding {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .background_body {
        background-color: white;
    }
    
    .shadow {
        box-shadow: none !important;
    }
}
