/* Style the module of order call */
.ModuleGlobalOrderCall {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(57, 61, 65, 0.9);

    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;

    width: 100%;
    height: 100%;

    padding: 17px;

    opacity: 0.0;
    transition: 0.4s;
}

@media screen and (max-width: 550px){
    .ModuleGlobalOrderCall {
        padding: unset;
    }
}

    .ModuleGlobalOrderCall__Block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;

        background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-box-350x250-v3.svg' ), rgb(56, 60, 64);
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        border-radius: 3px;

        position: relative;

        width: 100%;
        max-width: 350px;

        padding: 17px;

        scale: 0.0;
        opacity: 0.0;
        transition: 0.4s;
        filter: drop-shadow(0px 0px 37px rgba(255, 237, 177, 0.7));
    }

    @media screen and (max-width: 550px){
        .ModuleGlobalOrderCall__Block {
            align-items: center;
            justify-content: center;

            height: 100%;
            max-width: unset;
        }
    }

        .ModuleGlobalOrderCallBlock__Loading {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;

            background: rgb(56, 60, 64);
            border-radius: 3px;

            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;

            width: 100%;
            height: 100%;
        }

        .ModuleGlobalOrderCallBlock__Header {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            width: 100%;

            margin-bottom: 27px;
        }

        @media screen and (max-width: 550px){
            .ModuleGlobalOrderCallBlock__Header {
                max-width: 330px;
            }
        }

            .ModuleGlobalOrderCallBlockHeader__Title {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                background: rgb(60, 64, 68);
                border-radius: 3px;

                width: 100%;
                height: 100%;

                padding-left: 17px;
                padding-right: 17px;
                margin-right: 17px;
            }

            .ModuleGlobalOrderCallBlockHeader__Functions {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-end;
            }

        .ModuleGlobalOrderCallBlock__Description {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;

            width: 100%;
            height: 100%;

            margin-bottom: 17px;
        }

        @media screen and (max-width: 550px){
            .ModuleGlobalOrderCallBlock__Description {
                justify-content: center;
                max-width: 330px;
            }
        }

            .ModuleGlobalOrderCallBlockDescription__Titul {
                display: block;
                text-align: left;
            }

            .ModuleGlobalOrderCallBlockDescription__Comments {
                display: block;

                color: rgb(97, 107, 117);
                font-size: 12px;
                text-align: left;
            }

        .ModuleGlobalOrderCallBlockDescription__Status {
            display: none;

            color: rgb(217, 157, 67);
            font-size: 14px;
            text-align: left;

            width: 100%;
            height: 100%;

            margin-top: 7px;
        }

        .ModuleGlobalOrderCallBlock__Form {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;

            width: 100%;
        }

        @media screen and (max-width: 550px){
            .ModuleGlobalOrderCallBlock__Form {
                max-width: 330px;
            }
        }

            .ModuleGlobalOrderCallBlock__Number {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;

                border: 1px solid rgb(62, 66, 70);
                border-radius: 3px;
                outline: none;

                width: 100%;

                padding-top: 14px;
                padding-bottom: 14px;
                padding-left: 14px;
                padding-right: 14px;
                margin-bottom: 17px;
            }

                .ModuleGlobalOrderCallBlockNumber__Icon {
                    color: rgb(97, 107, 117);
                    font-size: 22px;
                    margin-right: 14px;
                }

                .ModuleGlobalOrderCallBlockNumber__Value {
                    display: block;

                    background: transparent;
                    border: none;
                    outline: none;

                    color: rgb(255, 255, 255);
                    font-family: inherit;
                    font-size: 16px;

                    width: 100%;
                }

                .ModuleGlobalOrderCallBlockNumber__Value::placeholder {
                    color: rgb(97, 107, 117);
                }

                .ModuleGlobalOrderCallBlockNumber__Value:hover,
                .ModuleGlobalOrderCallBlockNumber__Value:focus,
                .ModuleGlobalOrderCallBlockNumber__Value:active {
                    background: transparent;
                }

            .ModuleGlobalOrderCallBlock__KeyBoard {
                display: grid;
                align-items: flex-start;
                justify-content: flex-start;

                grid-template-columns: repeat( auto-fit, minmax( 70px, 1fr ) );

                width: 100%;
                height: 100%;
                max-height: 270px;

                gap: 17px;
            }

                .ModuleGlobalOrderCallBlock__KeyBoard > button {
                    width: 100%;
                    height: 100%;
                    min-width: 55px;
                    min-height: 45px;
                }

                .ModuleGlobalOrderCallBlock__KeyBoard > .ButtonDefault {
                    filter: none;
                    pointer-events: auto;
                }


        .ModuleGlobalOrderCallBlock__Accepted {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;

            border: 1px solid rgb(62, 66, 70);
            border-radius: 3px;
            outline: none;
            
            width: 100%;

            padding-top: 14px;
            padding-bottom: 14px;
            padding-left: 14px;
            padding-right: 14px;
            margin-top: 17px;
        }

            .ModuleGlobalOrderCallBlockAccepted__Reles {
                display: block;
                color: rgb(97, 107, 117);
                font-size: 12px;
                text-align: left;

                margin-bottom: 7px;
            }

            .ModuleGlobalOrderCallBlockAccepted__Functions {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: flex-start;

                width: 100%;
            }

                .ModuleGlobalOrderCallBlockAccepted__Functions > input {
                    width: 28px;
                    height: 28px;
                    min-width: 28px;
                    min-height: 28px;

                    margin-right: 17px;
                }

                .ModuleGlobalOrderCallBlockAccepted__Functions > a {
                    align-items: flex-start;
                    font-size: 14px;
                }

                    .ModuleGlobalOrderCallBlockAccepted__Functions > a > i {
                        margin-top: 4px;
                    }
