﻿/*
    1)Message Toast
    2)Add Or Minus Input
    3) CKEditor
    4) Google Map

*/


/* === 1) MESSAGE TOAST ==== */

.middle-message-toast, .middle-message-toast div {
    border-radius: 50px;
}
/*===Message Toast End*/
/* 2) Add Or Minus Input */

.add-minus-container {
    display: flex;
}

.btn.btn-half-pills-left {
    border-radius: 0.5rem 0rem 0rem 0.5rem;
}

.btn.btn-half-pills-right {
    border-radius: 0rem 0.5rem 0.5rem 0rem;
}

.input-square {
    border-radius: 0px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* End OF 2*/

/* 3) CKEditor */
.editor-cont {
    display: flex;
    position: relative;
    justify-content: center;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid hsl(0, 0%, 77%);
    max-height: 200px;
    min-height: 200px;
}

.ck-content .table {
    width: 100%;
}

/* End OF 4 */

/* ======= 6) 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;
    }

div.pac-container {
    z-index: 99999999999 !important;
}
/* ======= MAP End OF 4 =========*/