/*******************Notification modal******************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

.notification .modal-content {
    width: 704px;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f9f8fd;
    padding: 15px;
}

.notification .close-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25px, -25px);
    cursor: pointer;
    z-index: 99;
}

.notification .close-btn {
    width: 59.3px;
    height: 59.3px;
    object-fit: contain;
}

.notification-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.notification-title {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #020b56;
    padding: 20px 0px;
}

.notification-body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #020b56;
}

.accept-car {
    background-color: #1aa7ec !important;
}

.notification-close-btn,
.notification-close-btn:hover,
.notification-close-btn:active,
.notification-close-btn:focus {
    padding: 19px 80px;
    border-radius: 33px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.5px;
    color: #4adede;
    outline: 0;
    border: 0;
}

.notification-mark-btn,
.notification-mark-btn:hover,
.notification-mark-btn:active,
.notification-mark-btn:focus {
    padding: 19px 30px;
    border-radius: 33px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #4adede;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.5px;
    color: #fff;
    outline: 0;
}

/* Switch */

.switch {
    right: 10px !important;
    bottom: 20px !important;
    width: 100px !important;
    float: right;
    margin-right: 5px;
    margin-top: 6px;
}

.toggle-handle {
    background: #ffffff;
}

.toggle {
    border-radius: 20px;
}