.default_button{
    border: 2px solid black;
    border-radius: 20rem;
    border-color: white;
    background-color: transparent;
    color: white;
    padding: 10px 40px;
    font-size: var(--default-font-size);
    cursor: pointer;
}

.content-bg-border{
    border: 1px solid white;
}

input[type="checkbox"]{
    font-size: 0.5vw !important;
}
/* 
.print-btn-grad {
    background: #9c83c5;
    background-image: linear-gradient(to right, #9c83c5 0%, #77a1d6  51%, #60c7c8 100%);
}

.print-btn-grad {
   transition: 0.5s;
   border-color: transparent;
   border: 0px solid black;
   display: block;
}

.print-btn-grad:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

} */



.btn-hover {
    /* width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center; */
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #9c83c5, #77a1d6, #60c7c8, #60c8b7, #60c897, #60c876);
}

.modal *:not(button) {
    color: black;
}