﻿html {
    /*    filter: invert(1);*/
    scroll-behavior: smooth;
}

body {
    /*    background-image: url('/Images/bg1.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Cairo' !important;
    background-attachment: fixed;
    background-position: center;
}

a[href="http://somee.com"] {
    display: none;
}

.hover:hover {
    transition: all .2s ease-in-out !important;
    transform: scale(1.05) !important;
}

.text-pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
}

.no-text-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.icon {
    width: 25px !important;
}

.Floating-icon {
    width: 20px !important;
    height: 20px !important;
}

.nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dtr-details {
    width: 100%;
    text-align: start !important;
    vertical-align: middle;
}

    .dtr-details li {
        display: flex !important;
        justify-content: space-between !important;
        /*padding-left: 10px !important;
        padding-right: 10px !important;*/
        padding: .5em .5em !important;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    font-family: inherit !important;
    content: 'i' !important;
}

table td, table th {
    vertical-align: middle;
}

/*
div.dataTables_filter input {
    width: 1% !important;
}
*/
input {
    text-align: right;
}

/*
.dtr-control, .page-link, .input-group ,.input-group > .form-control, .input-group > .form-select {
    position: unset !important;
}*/


#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

#spinContainer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*  white-space: nowrap;*/
    /*  line-height: 60px; */ /* Vertically center the text there */
}
