/*-----------------------------*/
/*---- css-05-settings.css ----*/
/*-----------------------------*/

/*---- BUTTON ----*/

.btn.new {
    min-width: 100%;
    height: 44px;
}

.btn.new.auto-small{
    min-width: auto;
}

.btn-outline-danger.new {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    background: #fff;
    border-color: var(--colorprimitives-bluegray-300);
    color: var(--button-red-color);
    height: 36px;
}

.btn-outline-danger.new.btn-log-out {
    font-family: "Inter", sans-serif;
    background: #fff;
    font-weight: 600 !important;
    font-size: 12px;
    border-color: var(--colorprimitives-bluegray-300);
    color: var(--button-red-color);
    height: 36px;
}

.btn-danger.new {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-color: none;
    background-color: var(--button-red-color);
}

.text-card-carpooling-modal{
    font-size: 16px !important;
    margin: 0px;
}

.btn.btn-dark-passengers.new {
    align-items: center;
    justify-content: center;
    display: flex
;
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 12px !important;
    border-radius: 16px !important;
    background-color: var(--text-color);
    place-content: center;
    color: var(--white-color);
    align-content: center;
}

.btn-send.assistance {
    color:red;
}

.h1-large {
    color: var(--text-color);
}

a {
    text-decoration: none !important;
}

hr {
    color: var(--secondary-text-color) !important;
}

button#backBtn {
    border: none;
    background: none;
}

input#start_location,
input#destination_location {
    border: 0.5px solid var(--colorprimitives-bluegray-300, var(--secondary-text-color));
    box-shadow: 0px 2px 1px 1px #0000000c;
}

.title-card-carpooling {
    font-size: 14px !important;
}

.set-day-card {
    font-size: 12px !important;
    line-height: normal;
}

span.badge {
    font-size: 10px !important;
}

.btn-dark.new {
    background-color: var(--text-color);
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    align-content: center;
}

.dark-mode .btn-dark.new {
    color: var(--white-color);
}

.btn-secondary.new {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    align-content:center;
    background-color: var(--button-grey-color);
    color: var(--text-color);
    border: none;
}

.btn-secondary.new {
    background-color: var(--button-darkmdoe-grey-color);
    align-content: center;
}

.btn-secondary.option.new {
    margin-top: 37px;
    align-content: center;
    margin-bottom: 37px;
}

.btn-secondary-filter.new {
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    align-content: center;
    background-color: var(--white-color);
    color: var(--text-color);
    border: none;
}

.btn:disabled {
    opacity: 30% !important;
}

/*-----------------------------*/
/*---------- INPUT OTP --------*/
/*-----------------------------*/
.otp-wrapper {
    display: flex;
    flex-direction: column;
    font-family: system-ui, sans-serif;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
}

.otp-inputs {
    text-align: center;
    padding: 16px;
}

.otp-inputs input {
    width: 30px;
    height: 40px;
    border: 1px solid var(--secondary-text-color);
    border-radius: 4px;
    background: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    outline: none;
}

.otp-inputs input:focus {
    border-color: #a1a6ad;
    box-shadow: 0 0 0 2px rgba(108, 113, 123, 0.15);
}

.otp-inputs.error input {
    border-color: var(--button-red-color);
    background-color: var(--button-canceled-color);
    color: var(--button-canceled-text);
}

.form-group label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 4px;
}

.modal-body input {
    border: 0.5px solid var(--colorprimitives-bluegray-300, var(--secondary-text-color));
    box-shadow: 0px 2px 1px 1px #0000000c;
}

.modal-body input.filled {
    border: 0.5px solid var(--colorprimitives-bluegray-300, var(--secondary-text-color));
    box-shadow: 0px 2px 1px 1px #0000000c;
}

.modal-body form {
    padding-top: 16px;
}

input#repeat, input#password {
    background: var(--white-color);
    height: 40px;
}

/*-----------------------------*/
/*------------ CHAT -----------*/
/*-----------------------------*/
.notification-message-more-menu {
    width: 12px;
    height: 12px;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--button-red-color);
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin-top: 2px;
}

.notification-message {
    width: 12px;
    height: 12px;
    font-size: 8px;
    color: var(--white-color);
    background-color: var(--button-red-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
}

.notification-message.notify{
    margin-bottom: 6px;
}

/*-----------------------------*/
/*-----------------------------*/
.mail-notify {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--button-grey-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-notify img {
    width: 16px;
    height: 16px;
}

.mail-notify .notification-message {
    position: absolute;
    top: 0px;
    right: -2px;
    font-size: 12px;
    min-width: 16px;
    height: 16px;
}

/*-----------------------------*/
/*-------- RADIO INPUT --------*/
/*-----------------------------*/
/* Checkbox original hidden */
.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-text-color);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: var(--white-color);
}

/* State checked: background black */
.custom-checkbox:checked {
    background-color: var(--black-color);
    border: none;
}

.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: var(--white-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Input password icons */
.input-with-icons {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icons input {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.input-with-icons .icon-left {
    position: absolute;
    left: 10px;
    pointer-events: none;
    border-right: 1px solid var(--button-grey-color);
    padding: 8px 8px 8px 0px;
}

.input-with-icons .icon-right {
    position: absolute;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}