﻿.searchicon {
    width: 221px;
    margin: 30px 0;
}

.modal-content {
    padding: 15px 30px;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.modal-body h6 {
    color: #343434;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.modal-body p {
    color: #343434;
    font-size: 16px;
    padding-top: 15px;
    line-height: 19.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.modal-footer {
    justify-content: space-evenly;
    border: 0;
}

.modal-header, .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
}

.btnx {
    background: #4F95FF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    padding: 10px 40px;
}

.bluez {
    margin-top: 15px;
}

    .bluez a {
        text-decoration: underline;
    }

.table.bluez .thead-light th {
    background: #4F95FF;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

    .table.bluez .thead-light th:first-child {
        border-top-left-radius: 8px;
    }

    .table.bluez .thead-light th:last-child {
        border-top-right-radius: 8px;
        border-right: 0 solid rgba(255, 255, 255, 0.17);
    }

.table.bluez td, .table.bluez th {
    background: #FAFCFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    border-top: 1px solid #e7eaed;
}

.table.bluez tr:nth-child(even) td {
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
