.dataTables_paginate a {
    padding: 6px 12px !important;
    /* border: 2px solid #eeeeee; */
    border-radius: 3px;
    background: white !important;
    border-color: white !important;
}

.dataTables_paginate a:hover {
    background: #eeeeee !important;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

.btnround {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.dataTables_empty {
    font-size: 12px;
}

.dataTables_processing {
    font-size: 12px;
}

.dataTables_processing {
    background: none !important;
    margin-top: 50px !important;
}

.table-responsive {
    min-height: 150px !important;
}

.dataTables_info {
    font-size: 10px;
    align-content: right;
}

.datatables-sm {
    font-size: 13px;
}

.img-thumbnail-sm {
    height: 100px;
    width: 100px;
}

.card-user:after {
    display: none;
}

.border-textarea {
    border-color: rgba(29, 37, 59, 0.5) !important;
    padding: 5px;
}

.border-textarea:focus {
    border-color: #fb6340 !important;
    padding: 5px;
}

.border-textarea::placeholder {
    font-size: 0.8em;
}

.form-check-input-color {
    border-color: #fb6340 !important;
}

.gj-icon {
    display: none;
}

.modal-dialog-top {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #ccc;
}

.text-grey {
    color: #ccc;
}

.cursor-read {
    cursor: nesw-resize;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-custom-row {
    background-color: #f5f5f5 !important;
}

.text-right {
    text-align: right;
}

.smallfont {
    font-size: 10px;
}

.max-height-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.bg-custom-row-hover:hover {
    background-color: #fdeeea !important;
}

.borderless td, .borderless th {
    border: none;
}

.bg-custom-row-hover-cursor:hover {
    cursor: pointer;
}

.bg-custom-primary {
    background-color: #fdeeea !important;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 30px;
    height: 15px;
    margin: 8px;
    transform: translateY(50%);
    position: relative;
}

/* Style Wired */
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    box-shadow: 0 0 0 2px #777, 0 0 4px #777;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #777;
    border-radius: 15px;
    transform: translateX(-15px);
    transition: 0.4s;
}

input:checked + .slider:before {
    transform: translateX(15px);
    background: limeGreen;
}

input:checked + .slider {
    box-shadow: 0 0 0 2px limeGreen, 0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
    box-shadow: none;
}

.switch.flat .slider:before {
    background: #fff;
}

.switch.flat input:checked + .slider:before {
    background: white;
}

.switch.flat input:checked + .slider {
    background: limeGreen;
}

.background-animated {
    background: linear-gradient(270deg, #ea4c29, #e84521, #d54610, #1f0900);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 33s ease infinite;
    -moz-animation: AnimationName 33s ease infinite;
    animation: AnimationName 33s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.searchbarnav {
    border-radius: 100px !important;
    background-color: white !important;
}

body::-webkit-scrollbar {
    width: 0.2em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: orangered;
    outline: 1px solid slategrey;
}

.coverbg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.height250{
    height: 250px;
    width:100%;
}
