<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Sync-google-calender{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px;

}
.Sync-google-calender img{
    width: 70px;
}

.Custom-permission{

    display: flex;
    padding: 36px;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.custom-permission-child{

    width: 226px;
    border-radius: 5px;
    background: rgb(255 255 255);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    height: 250px;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.Cal-logo{
    width: 100px;
}

.custom-checkk{
    width: 30px;
    height: 30px;
    /* background-image: url(); */
    background: #ff00a0;
    appearance: none;
    border-radius: 7px;
}</pre></body></html>