﻿p.direct-call-info {
    color: #7E868D;
    font-size: 13px;
    position: relative;
    left: 1px;
}

.notification-mode-selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 45px;
    width: 100%;
    border: 1px solid #D7D9DC;
    border-radius: 7px;
    margin-bottom: 16px;
    margin-top: 16px;
}

    .notification-mode-selector .notification-mode-item {
        width: 100%;
        height: 100%;
        display: grid;
        align-items: center;
        justify-items: center;
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
        color: #1A2532;
        cursor: pointer;
    }

        .notification-mode-selector .notification-mode-item p {
            margin: 0;
        }

            .notification-mode-selector .notification-mode-item p i.fa {
                font-size: 18px;
                margin-right: 5px;
            }

        .notification-mode-selector .notification-mode-item.selected,
        .notification-mode-selector .notification-mode-item:hover {
            background: #2547A8;
            color: white;
        }

            .notification-mode-selector .notification-mode-item.selected p i.fa.fa-comment-o:before {
                content: "\f075";
            }

            .notification-mode-selector .notification-mode-item.selected p i.fa.fa-envelope-o:before {
                content: "\f0e0";
            }

        .notification-mode-selector .notification-mode-item.mode-sms {
            border-radius: 6px 0 0 6px;
            border-right: 1px solid #D7D9DC;
        }

        .notification-mode-selector .notification-mode-item.mode-link {
            border-radius: 0 6px 6px 0;
            border-left: 1px solid #D7D9DC;
        }

.notification-mode-input input[type="tel"], .notification-mode-input input[type="email"] {
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 1px solid #DFE1E3;
    padding-left: 14px;

}

.directCallLink_info_body a {
    color: #2547a8;
    font-size: 15px;
    position: relative;
    left: 2px;
    text-decoration: underline;
}

.modal-footer i.fa {
    margin-right: 4px;
}

.modal-footer .btn:hover i.fa.fa-comment-o:before {
    content: "\f075";
}

.modal-footer .btn:hover i.fa.fa-envelope-o:before {
    content: "\f0e0";
}


.modal-content.step2 {
    border-radius: 0px !important;
    border: none !important;
}

.expert-info {
    padding: 20px;
}

div#errorInfo {
    margin: 5px 5px 15px 5px;
    padding: 0;
    height: 11px;
}

.border-danger {
    border-color: #dc3545 !important;
}

.directCallNotification {
    position: fixed;
    width: 95%;
    line-break: anywhere;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0000005c;
    color: white;
    padding: 15px;
    border-radius: 10px;
    display: none;
}