.zm-icon-small {
  font-size: 16px !important;
}

.zm-icon-normal {
  font-size: 24px !important;
}

.zm-icon-medium {
  font-size: 32px;
}

.zm-icon-big {
  font-size: 48px;
}

.zm-icon-60 {
  font-size: 60px !important;
}

.zm-stepper-number {
  color: #006cea;
  font-weight: 600;
  font-size: 1.35rem;
}

.zm-stepper-number-active {
  background: #00b2ff !important;
  color: #ffffff;
}

.zm-custom-btn-card .card {
  border: 0.1rem solid #E4E6EF;
}
.zm-custom-btn-card .card .zm-card-body {
  padding: 1.5rem 2.25rem;
}
.zm-custom-btn-card:hover .card {
  border: 0.1rem solid #215aa5;
}

.card-membership {
  border: 1px solid #00b2ff;
  cursor: pointer;
}
.card-membership:hover {
  background: #00b2ff !important;
}
.card-membership:hover .text-dark, .card-membership:hover .text-gray-400, .card-membership:hover .text-primary, .card-membership:hover .opacity-50, .card-membership:hover .text-gray-800 {
  color: #ffffff !important;
}
.card-membership:hover .svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g), .card-membership:hover .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.2s ease;
  fill: #ffffff !important;
}
.card-membership:hover .opacity-50 {
  opacity: 0.75 !important;
}

.zm-image-small {
  width: 16px;
  height: 16px;
}

.zm-image-normal {
  width: 24px;
  height: 24px;
}

.zm-image-medium {
  width: 32px;
  height: 32px;
}

.zm-image-big {
  width: 64px;
  height: 64px;
}

.zm-image-extra-big {
  width: 128px;
  height: 128px;
}

.zm-image-80 {
  width: 80px;
  height: 80px;
}

.zm-color-primary {
  color: #215aa5 !important;
}

.zm-color-secondary {
  color: #292a72;
}

.zm-color-danger {
  color: #F1416C;
}

.zm-content-file-invisivle {
  height: 80px;
  width: 60%;
  color: #7E8299;
}

.zm-content-file {
  border: 1px solid #E4E6EF;
  position: absolute;
  min-height: 80px;
  min-width: 48%;
  border-radius: 5px;
}

.zm-content-file-err {
  border: 1px solid #F1416C;
}

.zm-file-invisivle {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.zm-input-invisible {
  border: none;
  width: 100%;
  outline: none;
}

.form-select:focus-visible {
  text-shadow: none;
}

.table-wrapper table {
  width: 800px;
  margin: 0 auto;
}

.zm-bg-gray {
  background-color: #f7f7f7;
}

.zm-bg-white {
  background-color: #ffffff;
}

.zm-bg-blue {
  background-color: #006cea;
}

.zm-btn {
  display: flex;
  align-items: center;
}

.zm-br-1 {
  border-radius: 5px;
}

.zm-br-2 {
  border-radius: 10px;
}

.zm-border-cian {
  border: 1px solid #00b2ff;
}
.svg_icon_dt{
  width: 32px!important;
}
.txt_center{
  text-align: center;
}
.j_c{
  justify-content: center;
}
.b_r_5{
  border-radius: 5px;
}
.h-100{
  height: 100%;
}
.a_txt_dec{
  text-decoration: none;
}
.dots{
  position: relative;
  border: 1px solid #e4e6ef;  
  border-radius: 50%;
  float: right;
  top: 25px;
  right: 0;
  background: white;
  z-index: 1;
  padding: 2px;
}
.dots:hover{
  transform: scale(1.3);
  border: 2px solid #57c3e7;
  transition: transform .3s ease;
}
.dots_menu{
  left: 25px!important;
}
.bow{
  border-radius: 50%;
  float: left;
  top: 25px;  
  left: 0;
  background: white;
  z-index: 1;
  padding: 2px;
  border: 2px solid #3a3a3a;
  position: relative;
}
.bow img{
  height: 30px;
  width: 30px;
}
.bow_admin{
  border-radius: 50%;
  float: left;
  top: -20px;
  left: 20px;
  background: white;
  z-index: 10;
  padding: 2px;
  border: 2px solid #3a3a3a;
  position: relative;
  transform: scale(.8);
}
.bow_admin img{
  height: 30px;
  width: 30px;
}
.p-25-per{
  padding-left: 25%;
  padding-right: 25%;
}
.firm_img{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
}
.signature_icon{
  position: relative;
  left: -8px;
  top: -3px;
}
.text_signature_btn{
  position: relative;
  left: -8px;
}
.f-w-600{
  font-weight: 600;
}
.signature_icon_no{
  position: relative;
  left: -10px;
  top: 3px;
}
.signature_icon_no_x{
  position: relative;
  top: -5px;
  left: 5px;
}
.signed{
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid;
  padding: 5px;
  transform: translate(-15px,-15px);
  background: white;
}
.p-50{
  padding: 50px;
}
.w-20-per{
  width: 20%;
}
.table_tumor_head{
  background-color: #cfe8fd;
  height: 25px;
  padding: 15px;
  border-radius: 5px 5px 0px 0px;
}
.table_tumor_first_column{
  background-color: #f4f7f9;  
  padding: 15px;  
}
.table_tumor_second_column{
  background-color: #d9d9d9;  
  padding: 15px;  
}
.perfil-selected{
  transform: scale(.8);
  border-radius: 10px;
  border: 2px solid #57c3e7;
  text-align: center;
}
.perfil-selected-bt{
  border-top: 2px solid #57c3e7;
}
.txt_start{
  text-align: start;
}
.tooth_base{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 450px;
}    
.to_img{
  position: absolute;                            
  transition: 1s;
  opacity: 1;
  height: 450px;
  width: 500px;
}
#input_to_img{
  position: absolute;                            
  height: 450px;
  width: 500px;
}                        
.hide_smooth{
  opacity: 0;        
}
.show_smooth_display{
  display: none;
}
.note_tooths{
  margin-top: 5px;
  margin-left: 30px;
  width: 85%;     
}
.pdf_align{
  text-align: center;
  vertical-align: middle;
}
.pdf_ico{
  color: red!important;
  font-size: 24px!important;
}
.pdf_upload{
  position: relative!important;
  left: -10px!important;
  top: 0px!important;
}
.uplo_sign{
  position: relative!important;
  top: -12px!important;
  left: 32px!important;  
}
.uplo{
  position: relative!important;
  top: -12px!important;
  left: -58px!important;
}
.btn_wdt{
  width: 70%;
}
.div_uplo_pdf{
  justify-content: center;
  text-align: center;
  display: grid;
  margin-right: 10px;
}	
.div_buttons_uplo_pdf{
  display: contents;
}
.buttons_uplo_pdf{
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.drop_change_d{
  display: none!important;
}
.success_firm_data {
  display:none;
}
.row_uplo_pdf{
  justify-content: space-around;
}
#show_fcu{
  display:none;
}
#enterP_plan_name{
  display:none;
}
.d_flex_center{
  justify-content: center;  
  display: flex;
  align-items: center;
}
.pr-5{
  padding-right: 5px;
}
.disc{
  position: relative;
  float: right;
  top: 20px;
  right: -15px;
  z-index: 1;
  padding: 10px;
  background-color: #00b2ff;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  width: 60px;
  text-align: center;
  display: none;
}