
.modal-bottom {

    .modal-form {
        padding: 30px;
        .boxed-btn {
            width: auto;
            padding: 14px 30px 13px;
        }
        label {
            font-weight: 600;
            margin-bottom: 6px;
            font-size: 14px;
            @include tablet{
                font-size: 16px;
            }
        }
        input::placeholder {
            color: #393939;
        }
        .d-flex{
            gap: 10px;    
        }

        .plate-number {
            font-size: 20px;
            line-height: 20px;
            // font-weight: 600;
            // color: #393939;
            // margin: 5px;
        }

        .make-model {
            font-size: 18px;
            line-height: 18px;
            font-weight: 600;
            color: #393939;
            margin: 10px 0 5px;
        }

        .variant {
            font-size: 14px;
            font-weight: 400;
            color: #393939;
            margin: 5px 0 20px;
        }
        
        
    }    


    .modal-dialog {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        transition: transform 0.3s ease-out;
    }
    &.fade {
        .modal-dialog {
            transform: translateY(100%);
        }
        &.show {
            .modal-dialog {
                transform: translateY(0);
            }
        }
    }
    .modal-dialog-centered {
        align-items: end;
    }
    .modal-content {
        border-radius: 15px 15px 0 0;
        color: #737373;
        font-size: 14px;
        @include tablet{
            font-size: 16px;
        }
        .modal-header {
            padding: 14px 18px;
        }
        .menu-option {
            h5 {
                font-size: 18px;
                font-weight: 700;
                @include tablet{
                    font-size: 22px;
                }
            }
            li {
                position: relative;
                padding-left: 24px;
                margin: 0px 0px 18px;
                i {
                    position: absolute;
                    left: 0;
                    top: 3px;
                }
                &:last-child{
                    margin-bottom: 0;
                }
            }
        }
    }
}


.modal-centre {

    .modal-form {
        
        padding: 15px 20px;
        
        .boxed-btn {
            width: auto;
            padding: 14px 30px 13px;
        }
        label {
            font-weight: 600;
            margin-bottom: 6px;
            font-size: 14px;
            @include tablet{
                font-size: 16px;
            }
        }
        input::placeholder {
            color: #393939;
        }
        .d-flex{
            gap: 10px;    
        }
    }    
}


input.reg-plate {
    background-color: #f2cf53;
    font-family: "charles_wright_bold_capsRg", sans-serif;
    letter-spacing: .2px;
    font-size: 28px;
    color: #393939;
    border: 1px solid #393939;
    padding: 12px;
    @include tablet{
        font-size: 30px;
    }
}
