﻿body {
    font-family: 'Montserrat', sans-serif !important;
    touch-action: manipulation !important;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}
/*.client-name{
    height: 2rem;
    padding-top: 1rem;
}*/
.wrap-login100 {
    width: 400px;
    background: #ffcd00;
    overflow: hidden;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.logo-mango {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    /*height: 4rem;*/
    padding-top: 10px;
    flex-direction: column;
}
.checkin {
    padding-top: 5px;
    font-size: 16px;
}
.logo {
    width: 35px;
    height: 35px;
}

.welcom {
    color: #505050;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

/*.phonearea {
    margin: 1rem;
    border-radius: 10px;
    max-height: calc(100% - 12rem);
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid #a7a7a7;
}
*/
/*.title-enter-phone {
    height: 1rem;
    padding: 1rem 1rem 0 1rem;
    font-size: 1.2rem;
    color: #00bde6;
    font-weight: 600;
}*/

.phone-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 50px;
}
.line-phone {
    outline: none;
    border: none;
    border-bottom: 2px solid #a7a7a7;
    text-align: center;
    height: 2rem;
    margin-bottom: 10px;
    width: 90%;
    color: #505050;
    line-height: 2;
}
.slice-salon-name {
    font-family: 'Satisfy', cursive !important;
}
.phonearea-key {
    /*    padding: 1rem 1rem 2rem 1rem;*/
    padding-bottom: 1rem;
}

.pdkey {
    padding-bottom: 1rem;
}
/*
.slice-key-num {
    background-color: white;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slice-keyboard-num {
    position: relative;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(6, 22px);
    grid-template-rows: repeat(4, 70px);
    grid-gap: 27px;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.btn-key-num {
    border: 2px solid #a7a7a7;
    border-radius: 50%;
    grid-column: span 2;
    font-size: 24px;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #a7a7a7;
    cursor: pointer;
}

    .btn-key-num:active {
		border-radius: 50%;
       background-color:#efefef
    }

    .btn-delete-num {
        background-image: url("/Uploads/delete-num.svg");
        background-position: 5px;
        background-repeat: no-repeat;
        background-size: 40px;
    }

.btn-delete-num {
    background-image: url("/Uploads/delete-num.svg");
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: 73px;
}*/
.message-non-store {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
    color: #fff;
}
.message-non-store-find {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
    color: #fff;
}
.dis-none {
    display: none!important;
}
@media only screen and (max-device-width: 896px) {
    .r-log {
        width: 100% !important;
    }
}

.slice-salon-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


/*#region rotate device*/
.rotate-required {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.phone {
    height: 100px;
    width: 50px;
    border: 3px solid white;
    border-radius: 10px;
    animation: rotate 1.5s ease-in-out infinite alternate;
    display: none;
}

.message-rotate {
    color: white;
    font-size: 1em;
    margin-top: 10px;
    display: none;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(-90deg)
    }
}

@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
    .rotate-required {
        display: flex !important;
    }

    .phonearea {
        display: none !important;
    }

    .phone, .message-rotate {
        display: block;
    }
}

/*#endregion rotate device*/