﻿
.nedep {
}

hr {
    margin-top: 77px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sendquotebutton {
    background: #009fd8;
    color: white;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 16px;
}

    .sendquotebutton:hover {
        text-decoration: none;
        color: white;
    }
select.form-control {
    color: #000 !important;
}
/* Overall modal layout */
#dreamModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: none;
    padding: 0;
}

    /* Left form section */
    #dreamModal .modal-content .form-group label {
        font-weight: 600;
        margin-bottom: 5px;
        color: #333;
    }
    @media(max-width:991px){
        #dreamModal .modal-content .col-md-5 {
            background: #009fd8;
            color: white;
            padding: 30px;
            position: relative;
            margin-top: 25px!important;
        }
        #dreamModal .modal-content .close {
            font-size: 28px;
            opacity: 1;
            color: black!important;
            z-index:9999
        }
    }
.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
    #dreamModal .modal-content input, #dreamModal .modal-content textarea, #dreamModal .modal-content select {
        border-radius: 6px;
        box-shadow: none;
        border: 1px solid #ccc;
        font-size: 14px;
    }

    #dreamModal .modal-content h3 {
        font-weight: 600;
        color: #009fd8;
        margin: 0px 0px 17px 0px;
    }

    /* Gradient button */
    #dreamModal .modal-content .btn.btn-block {
        background: linear-gradient(to right, #007BFF, #1ABC9C);
        border: none;
        font-size: 16px;
        padding: 10px;
        border-radius: 6px;
        transition: background 0.3s ease;
    }

        #dreamModal .modal-content .btn.btn-block:hover {
            background: linear-gradient(to right, #0056b3, #17a589);
        }

    /* Right info section */
    #dreamModal .modal-content .col-md-5 {
        background: #009fd8;
        color: white;
        padding: 30px;
        position: relative;
    }

        #dreamModal .modal-content .col-md-5 h4 {
            font-weight: 600;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        #dreamModal .modal-content .col-md-5 ul li {
            margin-bottom: 7px;
            font-size: 16px;
        }

        #dreamModal .modal-content .col-md-5 a {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
        }

        #dreamModal .modal-content .col-md-5 i {
            margin-right: 8px;
            color: #ffffff;
        }

    /* Close button */
#dreamModal .modal-content .close {
    font-size: 28px;
    opacity: 1;
    color: #fff;
    z-index: 9999
}


/* Responsive tweaks */
@media (max-width: 767px) {
    #dreamModal .modal-dialog {
        width: 95%;
        margin: 20px auto;
    }

    #dreamModal .modal-content .col-md-5,
    #dreamModal .modal-content .col-md-7 {
        width: 100%;
        float: none;
    }

    #dreamModal .modal-content .col-md-5 {
        padding: 20px;
        text-align: center;
    }

    #dreamModal .modal-content .close {
        top: 10px;
        right: 10px;
    }
}

.rating_sidebar {
    display: flex;
    gap: 10px;
    z-index: 99999;
    position: fixed;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    rotate: 270deg;
}
