/*============================================================================================*/


/* Your custom styles below */


/*============================================================================================*/

*:focus {
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
}

.v-slot-item {
    margin: 0;
    width: 120px;
    height: 40px;
    position: relative;
    display: inline-flex;
    background: #e3e3e3;
    border-radius: 6px;
    overflow: hidden;
}

.v-slot-item label,
.v-slot-item input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.v-slot-item input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.v-slot-item input[type="radio"]:checked+label,
.v-checked+label {
    background: #e74e84;
    color: white;
}

.v-slot-item label {
    padding: 5px;
    cursor: pointer;
    margin: 0 !important;
    line-height: 30px;
    user-select: none;
}

.v-slot-item label:hover {
    background: #DDD;
}

.v-input {}

.btn_2 {
    border: none !important;
    background-color: #3f4079;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.btn_2:hover {
    background-color: #e74e84;
    color: #fff;
}

a.back_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.05) !important;
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.back_bt:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

a.back_bt:after {
    font-family: 'ElegantIcons';
    content: "\23";
    color: black;
}

a.back_bt:hover:after {
    content: "\23";
    color: #e74e84;
}

label.error {
    color: #f96a6a;
    display: block;
}

.logo_img {
    height: 60px;
    object-fit: cover;
}

.logo_img_footer {
    width: 60%;
    height: 60px;
}