.contact-form-page{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 2px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #7EC6E7;
    scrollbar-width: none;
    color: black;
    z-index: 10;
}

.chat_button {
    z-index: 100;
    position: fixed;
    bottom:0;
    right:0;
    cursor: pointer;
    }

.show-profile{
background: linear-gradient(to bottom, rgba(35,81,78,1) 0%, rgba(35,91,78,1) 50%, rgba(51,100,93,1) 51%, rgba(51,100,93,1) 71%, rgba(51,100,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000458', endColorstr='#ffffff', GradientType=0 );
-webkit-box-shadow: 0px -2px 9px 4px rgba(184,177,184,1);
-moz-box-shadow: 0px -2px 9px 4px rgba(184,177,184,1);
box-shadow: 0px -2px 9px 4px rgba(184,177,184,1);
height: 72%;
display: block;
width: 370px;
bottom: 105px;
right: 30px;
position: fixed;
overflow-y: scroll;
border-radius: 0;
padding-bottom: 30px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
scrollbar-width: none;
z-index: 10;
}

@media screen and (max-width:640px) {
    /* reglas CSS */
    .show-profile{
        width: 335px;  
        height: 100%;
        width: -webkit-fill-available;    
        bottom: 0;
        right: 0;
    }
    .top-btn{
        bottom: 2px !important;
        }
  }

.form-profile-img{
    float: left;
}
.form-profile-img img{
    border-radius: 50%;
    margin: 20px 0 0 14px;
}
.contact-form-page h1{
    font-size: 18px;
    color: #fff;
    margin: 20px 26px;
    padding: 0px;
    line-height: 29px;
    padding-right: 30px;
}
.top-btn{
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #4d5967;
    color: #fff !important;
    padding: 16px !important;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
    font-size: 28px;
    padding: 7px;
    cursor: pointer;
    display: block;
    z-index: 10;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.top-btn:hover{
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg);
     background: #000000;
     color: #fff
}

.header-btn, .footer-btn a{
    font-size: 20px;
    color: #fff;
    background: #4d5967;
    float: right;
}
.form-head{
    display: block;
}
.cancel-btn-img{
    position: relative;
    z-index: 10;
}
.footer-btn{
    position: relative;
    z-index: 10;
}

.buttom-btn{
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #4d5967;
    color: #fff !important;
    padding: 21px;
    text-align: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    display: block;
    z-index: 10;
}


.buttom-btn i{
    font-size: 30px;
}

.buttom-btn:hover{
    background:#000000;
    color: #fff
}
input.form-control {
    height: 40px;
    border-radius: 0;
    outline: none;
}
textarea.form-control {
    height: 62px;
    border-radius: 0;
}
.contact-form-page form{
    padding: 0 26px;
}

.form-group label{
    font-size: 14px;
    color: rgb(17, 16, 16);
}

/*
    BUTTON OPACITY STYLE
*/
.top-btn-show{
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.buttom-btn-hide{
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

::ng-deep .mat-focused .mat-form-field-label {
    /*change color of label*/
    color: green !important;
   }
  
   ::ng-deep.mat-form-field-underline {
    /*change color of underline*/
    background-color: green !important;
  } 
  
  ::ng-deep.mat-form-field-ripple {
   /*change color of underline when focused*/
   background-color: green !important;;
  }
  .example-container {
    display: flex;
    flex-direction: column;
  }
  
  .example-container > * {
    width: 100%;
  }

.footer-pop-up{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(148, 163, 177, 0.55);
    text-align: center;
    height: 24px;
    z-index: 10;
}

input{
    font-size: medium !important;
}

.span-footer{
    color: black;
    border: none;
    cursor: pointer;
    padding: 2px 12px 3px 12px;
    text-decoration: none;
}

.header-text{
    color: white;
}

.col-header{
    text-align: center;
    padding-top: 5px;
}

.alert-user{
    bottom: 15px;
    position: absolute;
    z-index: 10;
}

.loader-init{
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    display: none;
    top: 0;
    z-index: 10;
}

.loader-view{
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    display: block;
    top: 0;
    z-index: 10;
}

.alert{
    display: none;
    z-index: 10;        
}

.mat-input-element {
    color: black !important;
}

/* next card */

.top_form {
    position: relative;
    width: 100%;
    padding: 20px 0 0px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
    margin-top: 12px; overflow-y:auto;
    scrollbar-width: none;
    z-index: 10;
}

.top_form span{
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
    width: 90%;
}


/* css del chat en linea */
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
    overflow:hidden;
    width:100%;
}
body {
  overflow-x: hidden;
}

  /* css chat */
  ::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}


  .textConv{
    font-size: x-large;
    vertical-align: middle;
    font-weight: bold;
  }



  .divs {
    position: relative;
    display: inline-block;
    background-color: #e0e0e000;
    color: #f3f1b0;
    font-size: inherit;
    right: 25px;
    z-index: 10;
}



.inputs {
    position:absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #00f;
    z-index:999;
}

.icons {
    position:relative;
    z-index: 10;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    color: black;
  }
  
  .modal-content {
    height: 100%;
    border-radius: 0;
  }

  .full_modal-dialog {
    width: 98% !important;
    height: 92% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
  }
  
  .full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
  }

  .modal-backdrop {
    background-color: rgba(0,0,0,.0001) !important;
}

.imgbox {
    display: grid;
    height: 100%;
}
.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

.soporteText{
    word-break: break-all;
    word-wrap: break-word;
    float: left;
    width: fit-content !important;
}

.normalText{
    word-break: break-all;
    word-wrap: break-word;
    float: right;
    width: fit-content !important;
}


.card-footer{
    padding: 0.75rem 0.25rem;
    border-radius: 0 0 15px 15px !important;
        border-top: 0 !important;
}
  /* css chat */

/* CSS CHAT  */
.cardHeader{
  background-color: beige !important;
}

.usuarioNormal{
font-size: initial !important;
float: right !important;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
border-radius: 25px;
background-color: #e8e7d1 !important;
padding: 10px;
position: relative;
width: 50%;
display: grid !important;
z-index: 10;
}
.userSoporte{
float: right !important;
}

.circle-iconChat{
background: #fdfdfd;
padding: 12px;
border-radius: 100%;
color: #6a7702;
width: fit-content;
}


.circle-iconSoporte{
background: #fdfdfd;
padding: 12px;
border-radius: 100%;
color: #88b564;
width: fit-content;
}

.usuarioSoporte{
font-size: initial !important;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
border-radius: 25px;
background-color: #dcf8c6;
padding: 10px;
position: relative;
width: 50%;
z-index: 10;
}


.closeTicket{
background-color: #389838 !important;
}

.ticketResuelto{
background-color: #11d511 !important;
}

* {
box-sizing: border-box;
}
body, html { overflow-x:hidden !important; }
/*body {
background-color: #edeff2;
font-family: "Calibri", "Roboto", sans-serif;
}*/

.chat_window {
position: absolute;
width: calc(100% - 20px);
max-width: 800px;
height: 500px;
border-radius: 10px;
background-color: #fff;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
background-color: #f8f8f8;
overflow: hidden;
z-index: 10;
}

.top_menu {
background-color: #b8bdb7;
width: 100%;
padding: 20px 0 0px;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
scrollbar-width: none
}
.top_menu .buttons {
margin: 3px 0 0 20px;
position: absolute;
z-index: 10;
}

.top_menu .title {
text-align: center;
color: black;
font-weight: bold;
font-size: 20px;
}

.title{
    text-align: center;
}

.form-group{
    text-align: left !important;
}
.messages {
background-color: #e2e2e2 !important;
position: relative;
list-style: none;
padding: 20px 10px 0 10px;
margin: 0;
height: 347px;
overflow: scroll !important;
overflow-x: hidden !important;
z-index: 10;
}

.bottom_wrapper {
position: relative;
width: 100%;
background-color: #fff;
padding: 20px 20px;
bottom: 0;
z-index: 10;
}
.bottom_wrapper .message_input_wrapper {
display: inline-block;
height: 50px;
border-radius: 25px;
border: 1px solid #bcbdc0;
width: calc(100% - 160px);
position: relative;
padding: 0 20px;
width: 75%;
z-index: 10;
}
.bottom_wrapper .message_input_wrapper .message_input {
border: none;
height: 100%;
box-sizing: border-box;
width: calc(100% - 40px);
position: absolute;
outline-width: 0;
color: gray;
z-index: 10;
}
.bottom_wrapper .send_message {
    width: 70px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    background-color: #a3d063;
    border: 2px solid #a3d063;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear;
    text-align: center;
    float: right;
}

.rounded-circle {
border-radius: 50%!important;
}
.user_img_msg {
height: 40px;
width: 40px;
border: 1.5px solid #f5f6fa;
}


.bottom_wrapper .send_message:hover {
color: #a3d063;
background-color: #fff;
}
.bottom_wrapper .send_message .text {
font-size: 18px;
font-weight: 300;
display: inline-block;
line-height: 48px;
}


.spanTextoUser{
margin-left: 8px !important;
font-size: small;
}


.spanTextoUserChat{
margin-right: 8px !important;
font-size: small;
}

.spanTextoHourSoporte{
font-size: x-small;
float: right;
}


.spanTextoHourChat{
font-size: x-small;
float: left;
}



#input {
margin-bottom: 16px;
}

#chatSection{
    z-index: 10;
}
.send_btn{
    z-index: 10;
}
#inputConver{
    z-index: 10;
}

/* CSS CHAT  */


/* css del chat en linea */
/*
     FILE ARCHIVED ON 16:20:35 Sep 27, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:28:37 Sep 15, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.773
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.015
  esindex: 0.02
  cdx.remote: 107.825
  LoadShardBlock: 243.214 (3)
  PetaboxLoader3.datanode: 424.087 (5)
  PetaboxLoader3.resolve: 3215.883 (2)
  load_resource: 3491.912
  loaddict: 207.935
*/