/*  */

.mod-tf {
    display: none;
}

.mod-tf.open {
    display: inline-block;
}

.mod-tf {
    background-color: var(--hg-color);
    position: absolute;
    width: 65rem;
    height: calc(100% - 4rem);
    top: 4rem;
    z-index: 14;
    box-shadow: 0rem 0.1875rem 0.375rem #00000040;
}

.mtf-head .bttClose .ico {
    height: 1rem;
    width: 1rem;
    cursor: pointer;
}

.mti-head {
    position: relative;
    top: 0rem;
    left: 0rem;
}

.mtf-head .bttClose {
    height: 1rem;
    width: 1rem;
    position: absolute;
}

.mtf-head {
    margin: 1rem 1rem 0.3125rem 1rem;
}

.mtf-head .bttClose {
    top: 1.125rem;
    right: 2.0625rem;
}

.mtf-head .txt {
    text-align: left;
    line-height: 1.8125rem;
    height: 1.8125rem;
}

.mtf-main {
    background-color: #fff;
    width: calc(100% - 0rem);
    height: calc(100% - 8.5625rem);
    padding-left: 0rem;
    overflow: auto;
    text-align: left;
    padding-bottom: 1rem;
}

.mod-tf.deact .mtf-main {
    background-color: transparent;
}

.mtf-cnt {
    margin-left: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.3125rem;
}

.mti-btt {
    height: 1.9375rem;
    line-height: 1.9375rem;
    display: inline-block;
    margin-right: 0.5rem;
    color: #fff;
    background-color: var(--az-color);
    padding: 0rem 0.75rem;
    font-size: 0.75rem;
    box-shadow: 0rem 0rem 0.625rem #00000029;
    border-radius: 1.5rem;
    cursor: pointer;
    font-family: Verdana;
}

/* .btt-request.mti-btt {
    display: none;
} */

.btt-share.mti-btt {
    display: none;
}

.mtf-area-header {
    height: 2.875rem;
}

.fav-img-hold,
.fav-color {
    width: 14.75rem;
    height: 11.0625rem;
    cursor: pointer;
}

.mtf-area-header .txt {
    height: 1.375rem;
    padding-top: 1rem;
    line-height: 1.125rem;
    margin-left: 1rem;
}

.fav-data {
    margin-top: 0.5rem;
}

.fav-image {
    width: 100%;
    height: 100%;
}

.fav-chip {
    display: inline-block;
    vertical-align: top;
    margin-left: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.fav-chip .icons {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
}

.fav-chip .icons .btt {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: top;
    border-radius: 0.3125rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.mtf-area-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mtf-area {
    margin-bottom: 1.25rem;
}

.fav-inf {
    width: 14.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mft-inactText {
    margin-left: 1rem;
}

.fav-pm {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #fff;
    border: 1px solid;
    cursor: pointer;
}

.fav-pm.act {
    background-color: var(--az-color);
}

.mtf-pmb {
    display: none;
}

.mod-tf.s-pm .mtf-pmb {
    height: 59px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-tf.s-pm .mtf-main {

    height: calc(100% - 196px);
}

.mod-tf .btt-send {
    height: 31px;
    background-color: var(--az-color);
    width: fit-content;
    color: var(--af-color);
    line-height: 31px;
    padding: 0 12px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 24px;
    cursor: pointer;
}

@media (min-width: 992px) {
    /* DESKTOP ONLY */
}

@media (min-width: 768px) {
    /* DESKTOP AND TABLET */
}

@media (min-width: 768px) and (max-width: 991px) and (min-height: 481px) {
    /* TABLET ONLY */

    .mod-tf {
        width: 100%;
    }

    .mtf-head .bttClose {
        top: 1rem;
        right: 1rem;
    }
}

@media (orientation: portrait) and (max-width: 768px) and (max-height: 1280px) {
    /* PHONE HOCH */

    .mod-tf {
        background-color: var(--hg-color);
        position: absolute;
        width: 100%;
        height: calc(100% - 6.3rem);
        top: 3.3rem;
        z-index: 14;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
    }

    .mtf-head .bttClose {
        top: 0.9375rem;
        right: 0.75rem;
    }

    .mtf-head {
        margin: 0.8125rem 1rem 0.6875rem 0.625rem;
    }

    .mtf-sw {
        width: max-content;
    }

    .mtf-cnt {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        overflow: auto;
        height: 2.5625rem;
    }

    .mti-btt {
        margin-right: 0;
        margin-left: 0.5rem;
    }


    .mtf-area-header {
        height: 1.375rem;
        margin-bottom: 0.5rem;
    }

    .mtf-area-header .txt {
        margin-left: 0.625rem;
        padding-top: 0rem;
        font-size: 1.125rem;
    }

    .mtf-main {
        background-color: transparent;
        height: calc(100% - 5.875rem);
    }

    .fav-chip {
        display: inline-block;
        vertical-align: top;
        margin-left: 0.625rem;
        margin-bottom: 0.75rem;
        width: calc((100% - 1.875rem)/2);
    }

    .fav-img-hold,
    .fav-color {
        width: 100%;
        height: 8.4375rem;
        cursor: pointer;
    }

    .fav-inf {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font: normal normal normal 0.75rem/1.5rem Verdana;
    }

    .mtf-area {
        margin-bottom: 1.1875rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

}

@media (orientation: landscape) and (max-width: 915px) and (max-height: 480px) {
    /* PHONE QUER */

    .mod-tf {
        background-color: var(--hg-color);
        position: absolute;
        width: 65rem;
        height: 100%;
        top: 0;
        z-index: 21;
        box-shadow: 0rem 0.1875rem 0.375rem #00000040;
        width: calc(100% - 3.375rem);
    }

    .mtf-main {
        background-color: var(--hg-color);
    }

    .fav-inf {
        width: 11.375rem;
        margin-bottom: 0.5rem;
    }

    .fav-img-hold,
    .fav-color {
        width: 11.375rem;
        height: 8.5625rem;
        cursor: pointer;
    }

    .mtf-area-header .txt {
        font-size: 1.125rem;
    }

    .fav-chip {
        display: inline-block;
        vertical-align: top;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .mtf-area {
        margin-bottom: 0;
    }
}