.bg-pink{
    background-color: #FFEDED;
}
.text-label{
    color: #FD7272;
    font-weight: bold;
}
.btn-submit{
    background-color: #FD7272;
    color: white;
    font-weight: bold;
}
.btn-submit:hover{
    color: #FD7272;
    font-weight: bold;
    border-color: #FD7272;
    background-color: white;
}

.input{
    border-radius: 10px;
    outline: none;
    border: 0;
}

.bg-pink-bold{
    background-color: #FD7272;
}

.border-div{
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    width: 100%;
}

.border-div-title{
    border-top-left-radius: 20px !important;
    padding-left: 0;
    width: 100%;
    z-index: 1;
}


.text{
    color: #FD7272;
    text-decoration: none;
}

.img-welcome{
    width: 450px;
    height: 400px;
}

@media (max-width: 700px) {
    .img-welcome {
        width: 250px;
        height: 250px;
    }
}

.user-panel{
    position: relative;
    background-color: white;
    border-radius: 20px;
    float:right;
}

.user{
    z-index: 10 !important;
}

.img-user{
    width: 40px;
    height: 40px;
}

.menu-options{
    outline: none;
    border-radius: 20px;
}

.name{
    display: inline !important;
}

@media (max-width: 700px) {
    .name {
        display: none !important;
    }
}

.myAlert{
    width: 300px!important;
}

@media (max-width: 700px) {
    .myAlert{
        width: 200px!important;
    }
}

@media (max-width: 700px) {
    .border-alert{
        width: 300px!important;
    }
}

.select-zone{
    border: none !important;
}

.search-zone{
    border-radius: 20px;
}

.button-search{
    border-radius: 10px;
}

.img-studio{
    width: 152px;
    height: 152px;
    position: relative;
}

.tips{
    width: 75%;
    margin-left: 20%;
    background-color: white;
    border-radius: 20px;
    height: auto;
}

.lateral{
    padding-top: 100px;
    margin-right:15%;
    z-index:10 !important;
}

.menu-right{
    z-index: 0 !important;
}

.img-girl{
    padding-left: 15%;
    width: 90%;
    height: 90%;
}

@media (max-width: 700px) {
    .picture{
        padding-left: 30%;
    }
}

.btn-select{
    background-color: #FD7272;
    color: white;
    font-weight: bold;
}

article {
    position: relative;
    width: 70px;
    height: 30px;
    margin: 5px;
    float: left;
    background-color: #FD9F9F;
    color: white;
    border-radius: 10px;
  }

  article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
    border-radius: 10px;
    line-height: 10px;
  }

  article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100px;
    opacity: 0;
    cursor: pointer;
  }

  input[type=checkbox]:checked ~ div {
    background-color: #FD7272;
  }

  input[type="file"] {
    display: none;
}
.custom-file-upload {
    background-color: white;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 10px;
}

.box{
    padding-top: 10% !important;
}

.img-confirmation{
    width: 150px;
    height: 150px;
    border-radius: 20px;
}

.map{
    width: 260px;
    height: 220px;
}

@media (max-width: 700px) {
    .map{
        width: 160px;
        height: 120px;
    }

}

.div-confirmation{
    margin-left: 10%;
}

.search{
    background-color: white;
    outline: none;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.label-search{
    background-color: white;
    outline: none;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.type-promotion select{
    background: #fff url('../img/down.png') no-repeat;
    background-size: 15px;
    background-position:  right 10px center;
    outline: none;
    border: 0;
    border-radius: 10px;
}

.date input{
    background: #fff url('../img/icons/date.png') no-repeat;
    background-size: 15px;
    background-position:  right 10px center;
    outline: none;
    border: 0;
    border-radius: 10px;
}

.time input{
    background: #fff url('../img/icons/time.png') no-repeat;
    background-size: 15px;
    background-position:  right 10px center;
    outline: none;
    border: 0;
    border-radius: 10px;

}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
    color: #FD7272;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.text-promotion{
    font-size: 12px;
}


input[type=checkbox]:checked{
    background-color: #FD7272;
    border-color: #fff;
    outline: none;
    border: 0;
}

.options-text{
    font-size: 14px;
}






/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


/* Radio input checked */
.form-check-input:checked{
    background-color:#FD7272;
    border-color:#FD7272;
}

/* Data tables design */
.wax_tables{
    border: 1px solid;
}

table.dataTable th {
    font-weight: lighter;
    font-size: 0.9em;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    background-color: #FD7272;
}

table.dataTable td {
    /* font-weight: lighter; */
    font-size: 0.9em;
    /* color: #FFFFFF; */
    /* background-color: #FD7272; */
}

.data-table{
    min-width: 100%;
    width: 100%;
}

.accordion-item{
    background-color: #FD7272;
}

.accordion-button{
    background-color: #FD7272;
    color: #fff;
    padding-left: 0;
}

.btn-acordion{
    font-weight: bold;
}

.accordion-button:not(.collapsed)
{
    background-color: #FD7272;
    color: #fff;
    box-shadow: none;
}

.accordion-button::after {
    margin-left: 20px;
}

.accordion-body{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

