* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

input:focus::placeholder {
    color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.select2-container--default .select2-selection--single, .w3-select {
    height: 39px !important;
    padding: 8px !important; /* vertically center text */
}

.dataTable thead, th {
    color: #fff !important;
    background-color: #2b5797 !important;
}

.buttons-excel {
    background-color: #1b5e20;
    border-radius: 5px;
    padding: 8px;
    border: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
}

.buttons-excel:hover {
    background-color: #0a6fc2;
}

.dt-button.disabled,
.dt-button:disabled {
    opacity: 0.4; /* make it look faded */
    cursor: not-allowed; /* show 'forbidden' cursor */
    pointer-events: none; /* prevent click */
}

.team-photo:hover {
    transform: scale(2);
}

.team-image:hover {
    cursor: pointer;
    transform: scale(1.15);
}
.loginButtons:hover {
    color: #ff9800 !important;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

.scroll-to-top::after {
    margin-left: 5px;
}

.scroll-to-top:hover {
    opacity: 1;
}

.scroll-to-top i:hover {
    font-size: 30px !important;
    color: #ff9800 !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Devanagari", sans-serif;
}

.menubar a {
    transition: transform .2s;
}

.menubar a:hover {
    color: #ff5722 !important;
    background: none !important;
    transform: scale(1.25);
}

.imageBox {
    width: 300px !important;
}

.carousel-container {
    width: 960px;
    height: 540px;
    margin: auto;
    position: relative;
}

.footer a:hover {
    color: #ff5722 !important;
}

#slides-wrapper {
    max-width: 100% !important;
    height: 100% !important;
    border: 6px solid rgba(33, 150, 243, 0.2);
}

#slides-wrapper img {
    width: 100%;
    height: 100%;
}

.mySlides {
    display: none;
    width: 100%;
    backface-visibility: hidden;
    transform-origin: center center;
}


.demo {
    cursor: pointer;
    height: 24px;
    width: 24px;
    border-radius: 25%;
    padding: 0;
    margin: 2px;
}

.w3-custom-blue {
    color: #0050ef !important;
}

.w3-custom-red {
    color: #dd0000 !important;
}

.w3-custom-indigo {
    color: #343a40 !important;
}

.w3-custom-dark-blue {
    color: #fff !important;
    background-color: #2b5797 !important;
}

.group-icon {
    background: linear-gradient(90deg, rgba(156, 39, 176, 1) 25%, rgba(33, 150, 243, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flip-box {
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-back {
    transform: rotateY(180deg);
}

@media screen and (max-width: 800px) {
    .carousel-container {
        width: 400px !important;
        height: 250px !important;
    }

    #slides-wrapper {
        max-width: 100% !important;
        height: 100% !important;
    }

    .imageBox, .w3-rest, .reliefbox, .loginButtons {
        width: 100% !important;
    }


}


