﻿.coupon .kanan {
    border-left: 1px dashed #ddd;
    width: 40% !important;
    position: relative;
}

    .coupon .kanan .info::after, .coupon .kanan .info::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: #dedede;
        border-radius: 100%;
    }

    .coupon .kanan .info::before {
        top: -10px;
        left: -10px;
    }

    .coupon .kanan .info::after {
        bottom: -10px;
        left: -10px;
    }

.coupon .time {
    font-size: 1.6rem;
}

.country-select {
    background-color: white;
    color: blue;
    padding: 5px;
    font-size: 16px;
}
.flag-br {
    background-image: url(flags/BR.svg);
}

.flag-ca {
    background-image: url(flags/BR.svg);
}

