* {
    font-family: Cairo;
}

.collapse {
    visibility: revert;
}

.text-main {
    color: #0075ff;
}

.hover\:text-main:hover {
    color: #0075ff;
}

@media (min-width: 1280px) {
    .xl\:max-h-none {
        max-height: none;
    }
}

.bg-\[\#cbe0ff1c\] {
    background-color: #cbe0ff1c;
}

.bg-main {
    background-color: #0075ff;
}

.w-\[500px\] {
    width: 500px;
}

.max-w-\[90\%\] {
    max-width: 90%;
}

.bg-\[\#f2f2f2\] {
    --tw-bg-opacity: 1;
    background-color: #f2f2f2;
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-\[40px\] {
    font-size: 40px;
}

@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 48px;
        line-height: 1;
    }
}

.pt-\[80px\] {
    padding-top: 80px;
}

.bg-slate-200 {
    background-color: #e2e8f0;
}

.pt-\[70px\] {
    padding-top: 70px;
}

.w-fit {
    width: fit-content;
}

.mt-\[70px\] {
    margin-top: 70px;
}

.pt-\[95px\] {
    padding-top: 95px;
}

table {
    min-width: 500px;
    margin-top: 15px;
}

.tablefather {
    min-width: 100%;
    overflow-x: scroll;
}
.text-\[\#000\] {
    color: black;
}
