* {
    -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
    position: relative;
}
input, button, textarea, select:focus {
    outline: none;
}

.dd-group {
    z-index: 999;
}
.dd-menu {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    background-color: #FFF;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}
.dd-menu > div.dd-menu-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.dd-menu > div.dd-menu-container:not(:last-of-type) {
    border-bottom: 1px dashed #CCC;
}
.dd-menu > div.dd-menu-container > div {
    width: 80px;
    height: 80px;
}



.dd-menu > div > div.dd-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
}
.dd-menu > div > div.dd-menu-button:not(:first-of-type) {
    border-left: 1px dashed #CCC;
}
.dd-menu > div > div.dd-menu-button:hover {

}
.dd-menu > div > div span {
    display: block;
    text-align: center;
}
.dd-menu > div > div span:first-of-type {
    padding: 10px 0;
}
.dd-menu > div > div span:last-of-type {
    font-size: 12px;
    letter-spacing: 2px;
}

.dd-button {
    font-family: 'Cabin';
    border: none;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
}
.dd-button button {
    border: none;
    background: transparent;
    color: white;
    padding: 10px 20px;
    letter-spacing: 2px;
    border-radius: 0 5px 5px 0;
}
.dd-button button i {
    margin-right: 5px;
}
.dd-down {
    padding: 10px 20px;
    color: white;
    border-left: 1px dashed #FFF;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0 5px 5px 0;
}

.ddb-save span:first-of-type {
    color: #4682b4;
}
.ddb-trash span:first-of-type {
    color: firebrick;
}
.ddb-undo span:first-of-type {
    color: #333;
}


.dd-reserve {
    background-color: #4682b4;
}
.dd-reserve span {
    background-color: #2b4f6e;
}
.dd-reserve:after {

}




.btn {
    font-family: 'Cabin';
    border: none;
    padding: 10px 25px 10px 55px;
    border-radius: 5px;
    letter-spacing: 2px;
    color: white;
    position: relative;
}
.btn-right {
    padding: 10px 55px 10px 25px !important;
}
.btn:before {
    /* border-left: 1px dashed #FFF; */
    position: absolute;
    height: 100%;
    width: 40px;
    display: flex;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    top: 0;
    right: 0;
    z-index: 10;
}

.btn:after {
    /* border-right: 1px dashed #FFF; */
    position: absolute;
    height: 100%;
    width: 40px;
    display: flex;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    top: 0;
    left: 0;
    z-index: 10;
}


.btn-init-reserve {
    background-color: firebrick;
    color: #FFF;
}
.btn-init-reserve:after {
    content: '\f2ed';
    font-size: 18px;
    color: #FFF;
}


.btn-back {
    background-color: #EEE;
    color: #333;
}
.btn-back:after {
    content: '\f053';
    font-size: 18px;
    color: #333;
}

.btn-reserve {
    background-color: #4682b4;
}
.btn-reserve:after {
    content: '\f333';
    font-size: 18px;
}


.btn-disabled {
    background-color: #CCC !important;
    color: #333 !important;
}
.btn-disabled:after {
    content: '\f057';
    font-size: 18px;
}
.btn-loading {
    background-color: #CCC;
    color: #333;
}
.btn-loading:after {
    content: '\f110';
    font-size: 18px;
}


.swiper {
    width: 100%;
    height: auto;
    min-height: 500px;
}

.btn-with-icon {
    text-align: center;
    width: calc(50% - 10px);
    padding: 10px 15px;
    border: none;
    position: relative;
    border-radius: 5px;
    font-family: 'M PLUS 1p';
    font-size: 14px;
    white-space: nowrap;
}

.btn-no {
    background-color: firebrick;
    color: #FFF;
}
.btn-no > i {
    margin-right: 10px;
    color: #FFF;
}
.btn-yes {
    background-color: #4682b4;
    color: #FFF;
}
.btn-yes > i {
    margin-right: 10px;
    color: #FFF;
}

.ime-disabled {
    ime-mode: disabled;
}

.toast-container{
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    width: calc(100vw - 20px);
    height: auto;
    padding: 25px 15px;
    /* display: none; */
    opacity: 0;
    z-index: 9999;
}
.toast-container > div.flex-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.toast-container > div.flex-container:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 24px;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    content: attr(data-icon);
}

.toast-container > div.flex-container span {
    font-family: 'M PLUS 1p';
    font-weight: bold;
    margin-left: 40px;
    font-size: 16px;
    line-height: 120%;
}

.bg-toast-ok {
    border: 1px solid #556b2f;
    background-color: #FFF;
    /* background-color: #f0fff0; */
}
.bg-toast-ng {
    border: 1px solid #b22222;
    background-color: #FFF;
    /* background-color: #ffe4e1; */
}
.bg-toast-normal {
    border: 1px solid #4169e1;
    background-color: #FFF;
    /* background-color: #f0ffff; */
}

.fg-toast-ok {
    color: #556b2f;
}
.fg-toast-ng {
    color: #b22222;
}
.fg-toast-normal {
    color: #4169e1;
}



.confirm-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
}
.confirm-fg {
    position: fixed;
    bottom: -100vh;
    left: 5px;
    width: calc(100vw - 10px);
    border-radius: 5px;;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    background-color: #FFF;
}
.confirm-fg > div {
    width: 80vw;
    font-family: 'M PLUS 1p';
    font-weight: bold;
}
.confirm-fg > div.confirm-title {
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    letter-spacing: 2px;
}
.confirm-fg > div.confirm-body {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}
.confirm-fg > div.confirm-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.confirm-fg > div.confirm-buttons button {

}
