.Logo {
    visibility: hidden;
}

.mat-icon-button {
    position: absolute;
    left: 20px;
    color: #fff;
}

    .mat-icon-button .fa {
        color: #fff;
        font-size: 20px;
    }


#kt_header {
    color: #fff;
    background-image: url('assets/media/logos/clalit.flyingcarpet.co.il/logokt_header.png');
    background-color: #B6A7A014;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:800px) {
    #kt_header {
        color: #fff;
        background-image: url('assets/media/logos/clalit.flyingcarpet.co.il/logokt_header.png');
        background-color: #B6A7A014;
        background-position: center;
        background-repeat: no-repeat;
    }
}

#kt_content_container {
    direction: rtl;
}


body {
    background-color: #EBECEE;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('assets/media/logos/bus.flyingcarpet.co.il/DXB1.jpg');
    background-size: cover;
}

.card {
    direction: rtl;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: left;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
}

h3.participant-name {
    background: #3E6AB34D;
    color: #000;
    padding: 5px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 16px !important;
}



html, body {
    font-size: 16px !important;
    font-weight: 500;
    font-family: 'Varela Round', sans-serif;
}

h3 {
    font-size: 18px !important;
}
