/* Colors */

.bg-orange {
    /*background-color: rgba(255, 157, 72, 1);*/
    background-color: rgba(47, 110, 206, 1);
}

.fs12 {
    font-size: 12px;
}

.br12 {
    border-radius: 12px
}

.br15 {
    border-radius: 15px
}

.br20 {
    border-radius: 20px;
}

.borderStart {
    border-left: 1px solid rgb(180, 179, 179);
}

@media (max-width:992px) {
    .borderStart {
        border-left: none;
    }
}


/* Import Google Fonts */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #FAF9F6;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
}


/* .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
} */

.navbar-toggler {
    outline: 0;
    border: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}


/* Sidebar Style */

.wrapper {
    /* display: flex; */
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #6b6b6b;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    height: calc(100vh - 56px);
    overflow-y: auto;
    margin-top: 56px
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    color: rgb(250 249 246);
    font-weight: 600;
}

#sidebar ul li a:hover {
    transform: scale(1.04);
}

#sidebar ul li a:hover {
    /*color: rgba(255, 157, 72, 1);*/
    color: #fff !important;
    /* $lila */
    background: black;
    /* $text-sidebar-hover */
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    /*background: rgba(255, 157, 72, 1);*/
    background-color: rgba(47, 110, 206, 1);
    /* $lila-60 */
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

.sidebarBG {
    position: absolute;
    bottom: 0;
    z-index: -1;
}


/* Content Style */

#content {
    width: calc(100% - 250px);
    transition: all 0.3s;
    position: relative;
    margin-left: auto;
    padding: 25px;
    margin-top: 56px;
}

.content-full {
    width: 100%;
}

.sidebar-btn {
    position: fixed;
    top: 70px;
    z-index: 999;
}

.icons {
    background: rgb(255, 255, 255);
    padding: 7px;
    border-radius: 100%;
}


/* Media Queries */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
        z-index: 999;
    }
    #sidebarCollapse span {
        display: none;
    }
    #content {
        width: 100% !important;
    }
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.login-box {
    border: 1px solid grey;
    background-color: #00000091;
    box-shadow: 0 0 8px #7c7c7c;
}

.login-box input {
    border: 1px solid #ffffff;
    border-radius: 15px;
    width: 100%;
}

.login-logo {
    width: 70%;
}

.login-bg {
    background-image: url(../images/farm.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.submit-btn {
    position: relative;
    overflow: hidden;
    background-color: rgba(47, 110, 206, 1);
    border-radius: 30px;
    color: white;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background-color: rgba(47, 110, 206, 1);
    color: black;
}

.submit-btn .ripple {
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    animation: ripple-animation 1.4s linear;
    background-color: rgb(67, 142, 255);
    color: white;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

#password-show {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.input-images-result {
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-y: auto;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.image-container img {
    max-width: 100px;
    display: block;
}

.image-container .delete-icon {
    position: absolute;
    font-size: 11px;
    top: 5px;
    right: 5px;
    background: #9b0404e0;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container .delete-icon:hover {
    background-color: #000000e0;
}

.input-images-result img {
    max-width: 100px;
    margin: 10px;
}

.event-form {
    background-color: #dfdfdf9c;
}

.save-btn button {
    font-size: 15px;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
    background: #5b93f5;
    background: linear-gradient(90deg, rgba(91, 147, 245, 1) 0%, rgba(47, 110, 206, 1) 50%, rgba(0, 136, 255, 1) 100%);
    cursor: pointer;
    transition: all 0.16s;
    position: relative;
    top: 0;
    width: 100px;
    font-weight: 600;
}

.event-details {
    background: linear-gradient(to bottom, #ed7e23 0%, #f47526 50%, #f15f28 100%);
    border-radius: 20px 20px 0 0;
}

.input {
    width: 100%;
    border: none;
}

.input-file {
    background-color: #f8f9fc;
    border: 1px solid #e2e9f3;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #565A90;
}

.input-file::file-selector-button {
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #f47526;
    border: 1px solid #f15f28;
    height: 40px;
    cursor: pointer;
    transition: all .25s ease-in;
    cursor: pointer;
}

.input-file::file-selector-button:hover {
    background-color: #fff;
    color: #565A90;
    transition: all .25s ease-in;
}

.event-form-box {
    width: 70%;
}

.event-form::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/farm.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.form-input {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid black;
}

.form-input:focus {
    outline: none;
    box-shadow: none;
}

.form-input::placeholder {
    color: #7c7c7c;
    font-weight: 600;
    font-size: 12px;
}

.table {
    border: 1px solid black;
    border-collapse: collapse;
}

.table td,
.table th,
.table tr {
    border: 1px solid black;
    border-collapse: collapse;
}

.table-box {
    overflow: scroll;
    width: 100%;
}

.add-form {
    width: fit-content;
    background: linear-gradient(90deg, rgba(91, 147, 245, 1) 0%, rgba(47, 110, 206, 1) 50%, rgba(0, 136, 255, 1) 100%);
    padding: 1px 6px;
    border-radius: 100%;
    color: white;
}


/* Start New Csss=================================== */

table.dataTable.nowrap th {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    vertical-align: revert;
    /*background-color: rgba(255, 157, 72, 1);*/
    background-color: rgba(47, 110, 206, 1);
    color: #fff;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #b7b7b7;
    padding: 10px 10px !important;
}

.table.dataTable.nowrap td {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
}

.table-bordered td {
    border: 1px solid #b7b7b7;
}

.table td,
.table th {
    padding: 10px 10px !important;
}

#dvPreview div span,
#dvImage div span,
#uploadproofDiv div span {
    float: none !important;
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    padding: 2px 8px;
    background-color: #fff !important;
    border: 1px #ccc solid;
    border-radius: 50%;
}


/*--- Toggle Switch -- */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: lightgrey;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 26px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: green;
}

input:checked+.slider:before {
    transform: translateX(26px);
}


/*--- Toggle Switch -- */

.profile-badge {
    padding: 5px;
    position: relative;
}

.profile-pic {
    position: absolute;
    height: 60px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 1001;
    padding: 10px;
}

.profile-pic img {
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.profile-pic input {
    display: none;
}

.active {
    /*background-color: black;
    color: white !important;*/
    background-color: #fff;
    color: black !important;
}
.btn:hover {
    /*color: #fff !important;*/
    color: black !important;
}
.loader_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #b8d0f5;
    border-top-color: rgba(47, 110, 206, 1);
    animation: loading 1s linear infinite;
}