﻿
/* ========== Rounded icon container ============*/

.round-icon-container {
    width: 90px;
    height: 90px;
    display: table-cell !important;
    vertical-align: middle !important;
    border-radius: 50%;
    font-size: 3rem;
}

/* ========== Rounded icon container ============*/

/* ========== Background color and color ============*/


.color-danger {
    color: #DC4C64;
}

.bg-soft-danger {
    background: #F9BAC5;
}

.color-success {
    color: #14A44D;
}

.bg-soft-success {
    background: #C4FFDB;
}

.color-info {
    color: #54B4D3;
}

.bg-soft-info {
    background: #C3F0FF;
}

.color-warning {
    color: #E4A11B;
}

.bg-soft-warning {
    background: #F9E6C1;
}
/* ========== Background color and color ============*/
/* ======= 3) GOOGLE MAP Start =========*/
.map-container {
    height: 400px;
    width: 100%;
}

.map-autocomplete-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 10px;
    text-overflow: ellipsis;
    width: 400px;
    border: 0px;
    padding: 0px 17px;
    text-transform: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    direction: ltr;
    overflow: hidden;
    height: 40px;
    vertical-align: middle;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
}

.map-autocomplete-input:focus {
    outline: none;
}
/* ======= MAP End OF 3 =========*/