/**
 * Roof Calculate - Frontend Styles
 */

.nav .nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500;
    height: 55px;
}

.nav .nav-link:hover {
    color: black;
    background-color: #ededed;
    border-bottom: 2px solid #55c57a;
    color: rgb(110, 110, 110);
}

.nav-pills .nav-link.active {
    color: black;
    background-color: white;
    font-weight: 600;
    border-bottom: 2px solid #55c57a;
}

.nav-pills .nav-link.active:hover {
    color: black;
    background-color: #ededed;
    font-weight: 600;
    border-bottom: 2px solid #55c57a;
}

.vr {
    height: 37px;
    margin-top: 8px;
}

.col #inputA,
.col #inputB {
    margin-bottom: 0px;
    text-align: right
}

div.col-4,
div.col-2 {
    margin-top: 0px;
}

div.col input.form-control {
    margin-bottom: 0px;
}

select#inputGroupSelect01,
.row input.form-control,
#inputC,
#colorpic {
    gap: 12px;
    height: 48px;
    border-radius: 10px;
}

div.row.justify-content-md-center div.col-4 {
    border: 2px solid #D9D9D9;
    border-radius: 14px;
    width: 260px;
}

div.row.justify-content-md-center div.col-4.active {
    border: 2px solid #7c6be6d1;
    border-radius: 14px;
    width: 260px;
}

@media (max-width:769px) {
    .nav-pills {
        list-style: none;
        padding-left: 0px;
        display: inline-block;
        width: 100%;
    }
    .nav-pills li {
        padding: 10px;
        width: 100%;
    }
    .nav-pills button {
        padding: 10px;
        color: #000000;
        width: inherit;
    }
    .vr {
        display: none;
    }
}

/* Quote Button Styles */
#btn-request-quote {
    font-size: 18px;
    font-weight: 600;
}

/* Modal Styles */
#quoteModal .modal-content {
    border-radius: 15px;
}

#quoteModal .modal-header {
    border-bottom: 1px solid #e9ecef;
}

#quoteModal .modal-body {
    padding: 2rem;
}

#shareLinkInput {
    font-size: 14px;
    border-radius: 8px;
}

#btnCopyLink {
    border-radius: 0 8px 8px 0;
    min-width: 100px;
}

#btnLineOfficial {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#btnLineOfficial:hover {
    background-color: #05b548 !important;
    border-color: #05b548 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(6, 199, 85, 0.3);
    transition: all 0.3s ease;
}
