
.fs-7 {
    font-size: 0.875rem;
}

.text-gradient-reverse {
    background: linear-gradient(90.28deg, #FF2E00 0.24%, #FF963F 99.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient-reverse-hover:hover {
    background: #f12711;
    background: -webkit-linear-gradient(to left, #f5af19, #f12711) !important;
    background: linear-gradient(90deg, #ff2e00 0.24%, #ff963f 99.8%) !important;
    border: none;
    color: white !important;
}

.check-dots{
    width: 10px;
    height: 10px;
    background-color: #FF8A00;
}
td{
    font-size: 14px;
}
@media only screen and (max-width: 666px) {
    td{
        font-size: 12px;
    }
    th{
        font-size: 14px;
    }
    .check-dots{
        width: 7px;
        height: 7px;
    }
}

table tr td{
    text-align: center;
    line-height: 16px;
}
table tr td:nth-child(1){
    text-align: unset;
    word-break: break-word;
}

table th{
    word-break: break-word;

}

table tr{
    height: 65px;
}

table td:nth-of-type(1){
    width: 40%;
}

@media only screen and (min-width: 1200px) {
    .w-xl-75{
        width: 75%!important;
    }
}
.swal2-m-0 .swal2-html-container{
    overflow: visible;
    margin: 0;
    padding-bottom: 0 !important;
}
.swal2-m-0{
    padding-bottom: 0 !important;
    margin-bottom: 100px;
}
