
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
/** {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
    padding: 20px;
    background-color: #f5f5f5;
}

.phone-selector {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}

.selected-number {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 15px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .selected-number:hover {
        border-color: #aaa;
    }

        .selected-number:hover .name,
        .selected-number:hover .caret {
            color: #056fc7;
        }

.number-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 1 auto;
    min-width: 50px;
}

.number {
    width: 100%;
    line-height: 14px;
    color: #626572;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.name {
    color: #303944;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.caret {
    flex: 0 0 auto;
    width: 40px;
    align-self: flex-end;
    color: #777b88;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 3px;
}

.dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    margin-top: 5px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 20px #00000020;
    max-height: 800px;
    max-width: 600px;
    z-index: 100;
    display: none;
}

    .dropdown.show {
        display: block;
    }

.dropdown-header,
.search-box {
    background-color: #056fc7;
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 24px 5px;*/
    /* border-bottom: 1px solid #eee; */
/*}

    .dropdown-header .number,
    .dropdown-header .name {
        color: #fff;
        text-align: left;
    }

.close-btn {
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    cursor: pointer;
    padding: 5px;
    margin: -5px 0 0;
    height: 30px;
}

.search-box {
    padding: 5px 24px 15px;
    height: 70px;
}

.search-input {
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 48px;
    text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 15px;
}

    .search-input input {
        width: 90%;
        border: none;
        font-size: 17px;
        height: 28px;
        outline: none;
        color: #1c232d;
        background-color: transparent;
    }

    .search-input i {
        color: #777b88;
        font-size: 18px;
        margin-top: 2px;
    }

.main-list {
    display: flex;
    flex-direction: column;
}

.list-header {
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    position: relative;
    background-color: #f5f5f7;
    font-size: 16px;
    color: #000;
}

    .list-header:hover {
        background-color: #f5f5f7;
    }

    .list-header .names,
    .list-header .numbers,
    .text-numbers-list,
    .list-header .badges {
        flex: 0 0 auto;
        text-align: start;
        white-space: nowrap;
        overflow: hidden;
        color: #626572;
        font-size: 13px;
        text-transform: uppercase;
        padding: 5px 0;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

.text-numbers-list {
    width: 40px;
}

.list-header .names {*/
    /* flex: 2; */
    /*flex: 0 0 43%;
}

.list-header .numbers {*/
    /* flex: 1.5; */
    /*flex: 0 0 28%;
}

.list-header .badges {
    flex: 0 0 25%;
}

.list-header i {
    margin-left: 5px;
    color: #288201;
}

.list-content {
    max-height: 550px;
    overflow: auto;
    padding: 0 0 20px;
}

.list-row {*/
    /* display: flex;
  padding: 10px 15px;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer; */
    /*color: #056fc7;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
}

    .list-row:hover {
        background-color: #f5f5f5;
    }

    .list-row.current {
        background-color: #e6f2ff;
    }

.list-item {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.icon-span {
    width: 40px;
    display: flex;
    align-items: center;
}

.list-item.favorite {
    width: 30px;*/
    /* color: #ccc; */
/*}

.list-item.names {
    flex: 0 0 43%;
}

.list-item.numbers {
    flex: 0 0 28%;
    font-weight: bold;
}

.favorite-icon:hover {
    color: #ffc107;
}

.favorite-icon.filled {
    color: #ffc107;
}*/
