.t-title {
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: -36px !important;
}

.t-popup__container {
    background: #fff0 !important;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}

.t1118__header {
    position: relative;
    cursor: pointer;
    background-color: #f9f9f9;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    border: 0px solid !important;
    margin-bottom: 14px;
}