   @font-face {
            font-family: 'Montserrat-Medium';
            src: url(font/Montserrat-Medium.ttf);

        }
        
        body{
            back-groundcolor:#FFFFFF !important;
            
        }
        
        .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 padding:20px;
 background-color: white;
  border-radius: 5px;
}
        

        * {
            box-sizing: border-box;
            color: #5d7280 !important;
            font-family: "Montserrat-Medium" !important;

        }
 .password-toggle-checkbox {
      cursor: pointer;
    }


 .toggle-button {
      cursor: pointer;
      color: blue;
     
    }

    .generate-button {
      cursor: pointer;
      color: green;
      
      
    }
    
        input[type=text],
        select,
        textarea {
            width: 100%;
            padding: 12px;
            border: 0.5px solid #ccc;
            border-radius: 4px;
            resize: vertical;
            background-color: #fafafa;
            font-family: "Montserrat-Medium" !important;
            color: #5d7280 !important;


        }
        
      



        label {
            padding: 12px 12px 12px 0;
            display: inline-block;
            font-weight: 700;
            font-family: "Montserrat-Medium" !important;
            color: #5d7280 !important;
        }

        input[type=submit] {
            background-color: #eb5e28;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            float: left;
            font-size: 0.94117647058824em !important;
            font-family: "Montserrat-Medium" !important;
            color: white !important;
            border-radius: 10%;
            margin-top: 2%;
        }
        
         input[type=submit]:hover {
            background-color: #f9875b;
          
        }
        
        
        button[type=submit] {
            background-color: #eb5e28;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            float: left;
            font-size: 0.94117647058824em !important;
            font-family: "Montserrat-Medium" !important;
            color: white !important;
            border-radius: 10%;
            margin-top: 1%;
        }
        
           
        button[type=submit]:hover {
            background-color: #f9875b;
            
        }
   





        input[type=text],
        select,
        textarea:active {
            background-color: white !important;

        }




        input[type=text],
        select,
        textarea:focus {
            background-color: white !important;

        }


        input[type=text],
        
        textarea:focus {
            background-color: white !important;
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #eb5e28;

        }


        

        .container {
            border-radius: 5px;
            background-color: transparent;
            padding: 20px;
        }

        .col-25 {
            float: left;
            width: 25%;
            margin-top: 6px;
        }

        .col-75 {
            float: left;
            width: 75%;
            margin-top: 6px;
        }

        /* Clear floats after the columns */
        .row:after {
            content: "";
            display: table;
            clear: both;
        }


        .container1 {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: -11px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        /* Hide the browser's default radio button */
        .container1 input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        /* Create a custom radio button */
        .checkmark {
            position: absolute;
            top: 30%;
            left: 0;
            height: 15px;
            width: 15px;
            background-color: #eee;
            border-radius: 10%;
            border-style: solid;
            border-width: 2px;
            border-color: #e4e4e4;
        }

        /* On mouse-over, add a grey background color */
        .container1:hover input~.checkmark {
            background-color: #fdae91;
        }

        /* When the radio button is checked, add a blue background */
        .container1 input:checked~.checkmark {
            background-color: #fb652c;
        }

        /* Create the indicator (the dot/circle - hidden when not checked) */
        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the indicator (dot/circle) when checked */
        .container1 input:checked~.checkmark:after {
            display: block;
        }


     .textarea-container {
        position: relative;
    }
    
    .clear-button {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        padding: 5px;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 16px;
        color: #999;
    }
    
    .clear-button:hover {
        color: #333;
    }
    
    
     .textarea-container {
        position: relative;
    }
    
    .clear-button1 {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        padding: 5px;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 16px;
        color: #999;
        opacity: 0.5;
    }
    
    .clear-button1:hover {
        color: #333;
        opacity: 1;
    }
        /* Style the indicator (dot/circle) */


        .swal-button {
            color: white !important;
            background-color: #eb5e28 !important;
        }

        .swal-button:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #eb5e28;
        }
        
        
        
        
        
        
        /*-------------- Inicio Btn Checkbox Toggle Slider  ------------------------*/
        
        
         .switch {
            display: inline-block;
            height: 34px;
            position: relative;
            width: 60px;
        }

        .switch input {
            display: none;
        }

        .slider {
            background-color: #ccc;
            bottom: 0;
            cursor: pointer;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: .4s;
        }

        .slider:before {
            background-color: #fff;
            bottom: 4px;
            content: "";
            height: 26px;
            left: 4px;
            position: absolute;
            transition: .4s;
            width: 26px;
        }

        input:checked + .slider {
            background-color: #eb5e28 !important;
        }

        input:checked + .slider:before {
            transform: translateX(26px);
        }

        .slider.round {
            border-radius: 34px;
        }

        .slider.round:before {
            border-radius: 50%;
        }
        
        
        /*-------------- Fim Btn Checkbox Toggle Slider  ------------------------*/
        
       .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .tooltip .tooltiptext {
      visibility: hidden;
      width: 200px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }

    .tooltip .icon {
      margin-left: 5px;
      color: #888;
      cursor: pointer;
    }
    
    
    
/*--------------  Inicio btn voltar   ------------------------*/

    
.Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #eb5e28;
}

/* plus sign */
.sign {
  width: 100%;
  font-size: 2em;
  color: white !important;
  transition-duration: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* text */
.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white !important;
  font-size: 1.2em;
  font-weight: 500;
  transition-duration: .3s;
}
/* hover effect on button width */
.Btn:hover {
  width: 125px;
  border-radius: 0px;
  transition-duration: .3s;
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: .3s;
  padding-left: 20px;
}
/* hover effect button's text */
.Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: .3s;
  padding-right: 20px;
}
/* button click effect*/
.Btn:active {
  transform: translate(2px ,2px);
}
    
/*--------------  Fim btn voltar   ------------------------*/


/*-------------- Inicio Input password   ------------------------*/

  .password{
             width: 100% !important;
            padding: 12px !important;
            border: 0.5px solid #ccc !important;
            border-radius: 4px !important;
            resize: vertical !important;
            background-color: #fafafa !important;
            font-family: "Montserrat-Medium" !important;
            color: #5d7280 !important;
            
               font-size: 16px !important;
        }
        
         .password:focus {
            background-color: white !important;
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #eb5e28;
             font-size: 16px  !important;

        }
        
        
        
        
        
        
        
/*-------------- Final Input password   ------------------------*/

 
        /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
        @media screen and (max-width: 600px) {

            .col-25,
            .col-75,
            input[type=submit] {
                width: 100%;
                margin-top: 6%;
                border-radius: 0%;
            }
        }